.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:37,170,227;--color-primary-1:37,170,226;--color-primary-2:26,62,133;--color-primary-3:10,69,149;--color-primary-4:11,22,40;--color-secondary-0:236,248,216;--color-secondary-1:199,234,137;--color-secondary-2:162,220,59;--color-secondary-3:153,213,34;--color-secondary-4:189,199,26;--color-tertiary-0:255,255,255;--color-tertiary-1:155,155,155;--color-tertiary-2:59,59,60;--color-tertiary-3:56,56,56;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--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;position:relative;top:0rem;left:0rem;display:block; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.9);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container { background-color: transparent; background-image: none; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container > .video-iframe-container { display: none; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row > .video-iframe-container { display: none; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .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); }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container { border-width: 0; border-radius: 0; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#I0DGBKW3KHFkLU3KGL7JcTgFTH6TbeU4 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:7.5rem;top:0.6868896484375rem;left:0.125rem;overflow:hidden;display:block; }
#ovG2UTJnoZsKBTh7QA2x1nBXwWKTMR3G { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0.43742266297341rem;left:56.873146057129rem;display:block; }
#CPGNkbay5z9PpWkzhcJyQA8J5HHQinXN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n1JQ5MwtzcA1UVx9sWxEgMkW9cD3V2ho { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.1875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.125rem;left:65.952300724231rem;display:none; }
#pUNfvSfKr0O2wdMRD6l88kuEgWLeNeZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sCBQD6HucUFOBhILvL8TFV6bONHlrfoC { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:jakarta;font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:0.81210941076281rem;left:24.061721801757rem;height:2.111325rem;text-align:center;text-align-last:center;display:block; }
#UMrtcTyxq0iqgORCwUmzv57lBgpqPnpw { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:avalon;font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.0582032203674rem;left:9.6839828491213rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#qIIszKxhkgxBf8i89EPnheFmLs4vtUC8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.99938125rem;height:2.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:0.49687501788139rem;left:50.624221801757rem;display:block; }
#FtKp9hnsAlJODZQwNsQ13hoVkNVubkrW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tOxZqQ0bSxTZxBtPLzZ4pu9czlqMSoVy { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8745rem;height:2.1875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0.78125rem;left:65.0625rem;display:block; }
#eGwMg6gCDKwsbhqLXCPlth9GWOdlLna5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AkMURu95RinpEvBXT2WWl0SZR2AsoAti { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.062255875rem;top:0.78125rem;left:63.163330078125rem;display:block; }
#pW4iqayKazDM7964bL2nTFkL4mnkehyI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#pW4iqayKazDM7964bL2nTFkL4mnkehyI > .row .container { background-color: transparent; background-image: none; }#pW4iqayKazDM7964bL2nTFkL4mnkehyI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pW4iqayKazDM7964bL2nTFkL4mnkehyI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pW4iqayKazDM7964bL2nTFkL4mnkehyI > .row .container > .video-iframe-container { display: none; }#pW4iqayKazDM7964bL2nTFkL4mnkehyI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pW4iqayKazDM7964bL2nTFkL4mnkehyI > .row > .video-iframe-container { display: none; }#pW4iqayKazDM7964bL2nTFkL4mnkehyI > .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); }#pW4iqayKazDM7964bL2nTFkL4mnkehyI > .row .container { border-width: 0; border-radius: 0; }#pW4iqayKazDM7964bL2nTFkL4mnkehyI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pW4iqayKazDM7964bL2nTFkL4mnkehyI > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#Gyyrl7oApMzk0ue7fQBe9ctrvyg75Vv7 { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.1875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.125rem;left:65.952300724231rem;display:none; }
#EawXohtLNDT7AVe2ZODQCOK4utn8RWAQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zPM54DFoUVzDp4m1BtP7g3ed7C7uMmmD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#zPM54DFoUVzDp4m1BtP7g3ed7C7uMmmD > .row .container { border-width: 0; border-radius: 0; }#zPM54DFoUVzDp4m1BtP7g3ed7C7uMmmD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zPM54DFoUVzDp4m1BtP7g3ed7C7uMmmD > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#QWso9vIDhFhDNAp1hkhL0ZThgaQGaWw2 { position:absolute;display:block;z-index:15013;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.125rem solid #f2f2f2;border-left:0.125rem solid #f2f2f2;border-right:0.125rem solid #f2f2f2;border-bottom:0.125rem solid #f2f2f2;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.3125rem;width:59.625rem;top:0.53125rem;left:7.5rem;display:block; }
#aRb2K3WuEWJ6dSwSFehHl5KC4NZsTIgN { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.25rem;left:10.3125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RFvLdTN0q4FaHoPk4ZO3C3TwwtIL9EMS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124025rem;width:3.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:44.6875rem;left:35.9375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5));display:none; }
#RFvLdTN0q4FaHoPk4ZO3C3TwwtIL9EMS > img { max-width: 100%;max-height:100%; width:3.124025rem; height:3.124025rem; }#JPOnnHloLLzGnHV2Ir4MR72ZJ8wPn901 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.625rem;position:absolute;font-family:skoda;font-size:2.125rem;font-weight:700;z-index:14990;line-height:1.4;letter-spacing:0;top:37.1875rem;left:9.6875rem;height:5.949225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WRSFk7HuTtTItb5crWRzoeM0x36b230U { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.25rem;left:10.3125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#llUAwDxNOgFTuHF6s2dGA8VEsdmNDRO5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#llUAwDxNOgFTuHF6s2dGA8VEsdmNDRO5 > .row .container { background-color: transparent; background-image: none; }#llUAwDxNOgFTuHF6s2dGA8VEsdmNDRO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(199,199,199,0.05); }#llUAwDxNOgFTuHF6s2dGA8VEsdmNDRO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llUAwDxNOgFTuHF6s2dGA8VEsdmNDRO5 > .row .container > .video-iframe-container { display: none; }#llUAwDxNOgFTuHF6s2dGA8VEsdmNDRO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(199,199,199,0.05); }#llUAwDxNOgFTuHF6s2dGA8VEsdmNDRO5 > .row > .video-iframe-container { display: block; }#llUAwDxNOgFTuHF6s2dGA8VEsdmNDRO5 > .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); }#llUAwDxNOgFTuHF6s2dGA8VEsdmNDRO5 > .row .container { border-width: 0; border-radius: 0; }#llUAwDxNOgFTuHF6s2dGA8VEsdmNDRO5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llUAwDxNOgFTuHF6s2dGA8VEsdmNDRO5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llUAwDxNOgFTuHF6s2dGA8VEsdmNDRO5 > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#k9iKAzlADblcqo3FJ62a42i2rZh12TA5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:15.25rem;top:0.25rem;left:27.272657394409rem;overflow:hidden;display:none; }
#yEx51srzwcNGLao9ZnOIPX75HnixX7Jd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:38.625rem;top:30.9375rem;left:18.1875rem;overflow:hidden;display:none; }
#fQeDiwXMoSTuVkvBVi6f71hqKOxpZ6Ux { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124025rem;width:3.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:44.0625rem;left:35.9375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5)); }
#fQeDiwXMoSTuVkvBVi6f71hqKOxpZ6Ux > img { max-width: 100%;max-height:100%; width:3.124025rem; height:3.124025rem; }#szIrCNP6zbyRg3fsri6JiNQtp2tKTnBe { color:rgba(var(--color-tertiary-0),1);display:block;width:55.625rem;position:absolute;font-family:skoda;font-size:2.125rem;font-weight:700;z-index:14991;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:37.473495483399rem;left:9.6875rem;height:5.950525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zeIS1uS7fppZaD1e4bu5y9nZCLObvSzA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zeIS1uS7fppZaD1e4bu5y9nZCLObvSzA > .row .container { border-width: 0; border-radius: 0; }#zeIS1uS7fppZaD1e4bu5y9nZCLObvSzA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zeIS1uS7fppZaD1e4bu5y9nZCLObvSzA > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:none; }#OKZ1TqhFgLzOckT6QtelMr21ZGuy5pqB { color:rgba(var(--color-tertiary-3),1);display:block;width:59rem;position:absolute;font-family:"titillium web";font-size:2.5625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.1875rem;left:8rem;height:6.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JkdpoVdHvMaMTSoJo0ytL8eMnThfTv7u { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:21.5625rem;top:2.25rem;left:9rem;display:block; }
#TWKtCVcSTJFI3UNtqmcubTsTdB1UDIPw { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:23.75rem;top:18rem;left:12.5rem;display:none; }
#HCVDTl9HR13QCAi9gvZKHTkt2D6TUwAo { 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:none; }#HCVDTl9HR13QCAi9gvZKHTkt2D6TUwAo > .row .container { border-width: 0; border-radius: 0; }#HCVDTl9HR13QCAi9gvZKHTkt2D6TUwAo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HCVDTl9HR13QCAi9gvZKHTkt2D6TUwAo > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:none; }#XtJSBgHOHaKurw6kqOiiTlSahMPEKIsf { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:23.1875rem;left:16.99914932251rem;display:block; }
#GdGH64OXA4XW9RU5zsXB1MEDLDyDRfyF { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:18.937423706055rem;left:16.99914932251rem;display:block; }
#anHWCp6bItE3ooaZtb2BqoEf4kdCxJLd { position:absolute;display:block;z-index:15027;height:22.5rem;width:40rem;top:12.561721801757rem;left:17.624534606934rem;display:block; }
#yKN6UaZba38bZctEeMyEnGPS0MriyZ8O { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.4375rem;width:29.875rem;top:4.375rem;left:22.6875rem;display:none; }
#c2ez4G5Osi032wXhSiSPRMEiqfw0vHgE { color:rgba(var(--color-tertiary-3),1);display:block;width:59rem;position:absolute;font-family:avalon;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:6.9367218017575rem;left:7.9989166259762rem;height:2.24976875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O7KbRZJ1KLpt0StbmFg39zrA9p8Hmy1N { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:44rem;top:6.4679718017575rem;left:15.498916625976rem;display:block; }
#bkZsHUfcgtLERmXZF9wS8s0aUHO7dFVt { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),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-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:1.875rem;top:3.1240692138672rem;left:36.5625rem;display:block; }
#XH2bCX6Sd07XDyJQK8N2xE7q6EmXLB0v { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:44rem;top:8.15625rem;left:15.5rem;display:none; }
#oss41bgvePal8XZsesg6Z73oPMo7gT3M { position:relative;display:none; }#oss41bgvePal8XZsesg6Z73oPMo7gT3M { border-width: 0; border-radius: 0; }#oss41bgvePal8XZsesg6Z73oPMo7gT3M > .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; }#oss41bgvePal8XZsesg6Z73oPMo7gT3M > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#QMy1De13D6DxRdoXcNMmEzFu187LSlyU { color:rgba(var(--color-tertiary-0),1);display:block;width:64.1875rem;position:absolute;font-family:avalon;font-size:1.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6860561370849rem;left:5.4042911529541rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XMIHNmPsZSAADwR00mG8qNCWpogeobke { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.8125rem;width:59.375rem;top:8.3098754882812rem;left:7.8121147155763rem;overflow:hidden;display:block; }
#dMxo3T8s87XuCZDmrSl4m3ttPtrOK1DH { position:absolute;display:block;z-index:15000;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:37.375rem;width:75rem;top:34.666666984558rem;left:0rem;display:none; }
#ygR5UNb0xMhW74tAd0szAqzZXR775iTp { position:absolute;display:block;z-index:15000;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:36.75rem;width:73.625rem;top:1.3114166259766rem;left:0.686882019043rem;display:block; }
#izunb5P6eNZBcElZgZgEdBPtdwBwCfya { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:45.1875rem;display:none; }
#MAtIRT4xREftTXXxI2ul1xy7uRXXegc8 { 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:none; }#MAtIRT4xREftTXXxI2ul1xy7uRXXegc8 > .row .container { border-width: 0; border-radius: 0; }#MAtIRT4xREftTXXxI2ul1xy7uRXXegc8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MAtIRT4xREftTXXxI2ul1xy7uRXXegc8 > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:none; }#KsewlNIkQILuVCvDXh3fTxwERWx070pQ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.499rem;position:absolute;font-family:avalon;font-size:4.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:0.75rem;left:16rem;height:5.6064375rem;font-style:normal;display:block; }
#kcQqzfX2eEB6qiJ66a3H839eyLhN1iAv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9370625rem;position:absolute;font-family:avalon;font-size:4.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:4.1866455078125rem;left:16.249614715576rem;height:5.768875rem;font-style:normal;display:block; }
#EdDbkQ7PqtN0K6OFbTKwLyH25rwkGqHs { color:rgba(var(--color-tertiary-4),1);display:block;width:8.499rem;position:absolute;font-family:avalon;font-size:4.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.1246032714844rem;left:16.249614715576rem;height:5.44348125rem;font-style:normal;display:block; }
#GdRQaE1KWOGSW0i9VIVH505z1t3VOpmJ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.312375rem;position:absolute;font-family:avalon;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.0621032714844rem;left:25.3125rem;height:3.57421875rem;font-style:normal;display:block; }
#JS7mNVNLyvTmpHhR5Bg71EMTvs3SUK4s { position:absolute;display:block;z-index:15014;background-color:#4bc2f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.7489375rem;width:13.811875rem;top:1.375rem;left:15.8125rem;display:block; }
#nCOd4ZruMWp8d1nwaRRCznTdy3S8t9ey { color:rgba(var(--color-tertiary-4),1);display:block;width:9.312375rem;position:absolute;font-family:avalon;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.0621032714844rem;left:49.686340332031rem;height:3.57421875rem;font-style:normal;display:block; }
#mWw8D9J4KRF0lOTouOd3EgmC8cOqQBBN { color:rgba(var(--color-tertiary-4),1);display:block;width:8.499rem;position:absolute;font-family:avalon;font-size:4.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:8.1246032714844rem;left:40.624610900879rem;height:5.44348125rem;font-style:normal;display:block; }
#RU8fbUOls25fD9ErlLxJbrzA5oE5aEgZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9370625rem;position:absolute;font-family:avalon;font-size:4.4375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:4.1866455078125rem;left:40.624610900879rem;height:5.768875rem;font-style:normal;display:block; }
#pyRNXsJGQ00oezVTk3ms1aptFvQlQenP { color:rgba(var(--color-tertiary-4),1);display:block;width:8.499rem;position:absolute;font-family:avalon;font-size:4.3125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:0.75rem;left:40.375rem;height:5.6064375rem;font-style:normal;display:block; }
#anNwQ1mQI5UxM1SwJBHdwVNT60mHxwUc { position:absolute;display:block;z-index:15019;background-color:#4bc2f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.7489375rem;width:13.811875rem;top:1.375rem;left:40.1875rem;display:block; }
#HfMuehva8xlvBand7JeX2UFGlgXtstnM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#HfMuehva8xlvBand7JeX2UFGlgXtstnM > .row .container { background-color: transparent; background-image: none; }#HfMuehva8xlvBand7JeX2UFGlgXtstnM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfMuehva8xlvBand7JeX2UFGlgXtstnM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfMuehva8xlvBand7JeX2UFGlgXtstnM > .row .container > .video-iframe-container { display: none; }#HfMuehva8xlvBand7JeX2UFGlgXtstnM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfMuehva8xlvBand7JeX2UFGlgXtstnM > .row > .video-iframe-container { display: none; }#HfMuehva8xlvBand7JeX2UFGlgXtstnM > .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); }#HfMuehva8xlvBand7JeX2UFGlgXtstnM > .row .container { border-width: 0; border-radius: 0; }#HfMuehva8xlvBand7JeX2UFGlgXtstnM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HfMuehva8xlvBand7JeX2UFGlgXtstnM > .row .container { font-size:0.875rem;font-family:arial;height:0.375rem;width:75rem;position:relative;display:block; }#lrImZThoXW21QeaxdQo8kSUb7WNKzo30 { 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; }#lrImZThoXW21QeaxdQo8kSUb7WNKzo30 > .row .container { background-color: transparent; background-image: none; }#lrImZThoXW21QeaxdQo8kSUb7WNKzo30::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrImZThoXW21QeaxdQo8kSUb7WNKzo30 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrImZThoXW21QeaxdQo8kSUb7WNKzo30 > .row .container > .video-iframe-container { display: none; }#lrImZThoXW21QeaxdQo8kSUb7WNKzo30 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrImZThoXW21QeaxdQo8kSUb7WNKzo30 > .row > .video-iframe-container { display: none; }#lrImZThoXW21QeaxdQo8kSUb7WNKzo30 > .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); }#lrImZThoXW21QeaxdQo8kSUb7WNKzo30 > .row .container { border-width: 0; border-radius: 0; }#lrImZThoXW21QeaxdQo8kSUb7WNKzo30 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lrImZThoXW21QeaxdQo8kSUb7WNKzo30 > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#qIPcTQwkTE9cP5TvN96WmNI4fIcy2HnJ { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:22.875rem;left:16.9990234375rem;display:block; }
#ElrFThaAOxna1O1D6OzJrgBtISbVSs60 { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:18.6240234375rem;left:16.9990234375rem;display:block; }
#JxWAdT4MPOpibKWWb8Zg2B0bo138XcSI { position:absolute;display:block;z-index:15027;height:22.5rem;width:40rem;top:12.2490234375rem;left:17.6240234375rem;display:block; }
#XTm4LnU5c2fWxxOZTLIsltGrtIxD8XoB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.4375rem;width:29.875rem;top:4.375rem;left:22.6875rem;display:none; }
#Ww3RG1z8bmf3U55iTsP8fHZvylO23ro8 { color:rgba(var(--color-tertiary-3),1);display:block;width:59rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:6.5927734375rem;left:8rem;height:2.2497125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u0GO1e1S0aZh4FlWgkPhQO9TxeMR7SS2 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:35.125rem;top:6.27968788147rem;left:19.9375rem;display:block; }
#mau1U5tvuvKLsZPN1KC97sD9MEXtb4cl { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),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-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:1.875rem;top:2.8125rem;left:36.5625rem;display:block; }
#frHWgZhqqpEIgHkzLffZOqddAeCkkCnG { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:44rem;top:8.15625rem;left:15.5rem;display:none; }
#WoSTNcPRIvAgzhE3HzkTnTCeuIGoq9ZZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WoSTNcPRIvAgzhE3HzkTnTCeuIGoq9ZZ > .row .container { background-color: transparent; background-image: none; }#WoSTNcPRIvAgzhE3HzkTnTCeuIGoq9ZZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoSTNcPRIvAgzhE3HzkTnTCeuIGoq9ZZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoSTNcPRIvAgzhE3HzkTnTCeuIGoq9ZZ > .row .container > .video-iframe-container { display: none; }#WoSTNcPRIvAgzhE3HzkTnTCeuIGoq9ZZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoSTNcPRIvAgzhE3HzkTnTCeuIGoq9ZZ > .row > .video-iframe-container { display: none; }#WoSTNcPRIvAgzhE3HzkTnTCeuIGoq9ZZ > .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); }#WoSTNcPRIvAgzhE3HzkTnTCeuIGoq9ZZ > .row .container { border-width: 0; border-radius: 0; }#WoSTNcPRIvAgzhE3HzkTnTCeuIGoq9ZZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoSTNcPRIvAgzhE3HzkTnTCeuIGoq9ZZ > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#aw8rcxToFkvETL8ABQ7JPc44TFZu47Fa { position:absolute;display:block;z-index:15000;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.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.875rem;width:13.875rem;top:2.8125rem;left:6.1875rem;display:block; }
#lv9PzA6ekq5a8ei289sso6W27mdTP012 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.499625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.5625rem;left:7rem;height:7.30975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XDBic6TTKuoD49xbiCnVHbiH6rNTTOGy { position:absolute;display:block;z-index:15005;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.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.875rem;width:13.8745625rem;top:2.8125rem;left:22.375rem;display:block; }
#c6bFZbT97r3M9rGdb80asl0GtIPuken9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.499625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.5625rem;left:23.1875rem;height:8.7716875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CngFAlhZSQH6voXUrZIUb0FaIhz1c0VJ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.937375rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:9.5625rem;left:5.75rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#whtW5myG5V8G7D6TeOM63haBCanuK7OD { position:absolute;display:block;z-index:15006;background-color:#4bc2f1;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.124149375rem;width:2.8125rem;top:12.375rem;left:11.8125rem;display:block; }
#nwyG0uUmXtEsTUlsiW1SeegNzDvq8Pr7 { position:absolute;display:block;z-index:15011;background-color:#4bc2f1;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.124149375rem;width:2.8125rem;top:12.375rem;left:28.0625rem;display:block; }
#P4DlRuprhGAAnBlmlBwhSgK3UMPwlJ2T { color:rgba(var(--color-tertiary-0),1);display:block;width:14.937375rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:9.5625rem;left:22rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cIZXkonWEuZSzU9nW60vGC2zNgZQUPIp { position:absolute;display:block;z-index:15010;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.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.875rem;width:13.8745625rem;top:2.8125rem;left:38.625rem;display:block; }
#FdhOwZqktZCD2v6dzdvczLciL4yTqPAf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.499625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.5625rem;left:39.4375rem;height:8.7716875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eCItVvLmem8bVETBRmU8PC7maibmvvES { color:rgba(var(--color-tertiary-0),1);display:block;width:14.937375rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:9.5625rem;left:38.25rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WrgF6ry9AfP9GRIBHlKDAcIfhvDZvBmJ { position:absolute;display:block;z-index:15016;background-color:#4bc2f1;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.124149375rem;width:2.8125rem;top:12.375rem;left:44.3125rem;display:block; }
#A9NuSPuw44bw6cLdRlJBBGwt1rU9wnTf { position:absolute;display:block;z-index:15015;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.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.875rem;width:13.875rem;top:2.8125rem;left:54.8125rem;display:block; }
#JGqXDNr5t2p5bzlBvW5eG64GuavDfcB3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.499625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:13.5625rem;left:55.625rem;height:10.233625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tn8xyL1ykrTAG1JvspFIKynpJTpx4hEz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.937375rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:9.5625rem;left:54.4375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KxPHraQHMni9JTs6cMMyIEbXMHhOQbZ9 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.24891875rem;width:3.249925rem;top:4.375rem;left:27.8125rem;overflow:hidden;display:block; }
#gXTo7TzD6i6MhTMoQqx49H1XP0n3Lazn { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87399375rem;width:1.62438125rem;top:5.0625rem;left:11.1875rem;overflow:hidden;display:block; }
#I4EDr4KFLv8lo2ilPZEEvrNcwIZlv6IJ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87399375rem;width:1.62438125rem;top:5.0625rem;left:13.6875rem;overflow:hidden;display:block; }
#MwovS7hnU9PrE1zRSnpfwBWcf3rR9Eio { position:absolute;display:block;z-index:15021;background-color:#4bc2f1;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.124149375rem;width:2.8125rem;top:12.375rem;left:60.5rem;display:block; }
#O0ntqcTJzfre0JIluzcIP24X7TIWrW4Q { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.62484375rem;width:4.62484375rem;top:4.4375rem;left:59.5625rem;overflow:hidden;display:block; }
#Al5HRFizPs47VLKGFGMf6JJ1NcHQy7sI { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:4.625rem;left:43.625rem; }
#Al5HRFizPs47VLKGFGMf6JJ1NcHQy7sI > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; }#osJvhadp6VcX31Q3fv2QxRnIhLghlvDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.937375rem;position:absolute;font-family:avalon;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10rem;left:0.0625rem;height:1.7864rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s27mWfDRBeHWuPbLBid0M6ExTSNISHaL { position:relative;display:block; }#s27mWfDRBeHWuPbLBid0M6ExTSNISHaL { background-color: transparent; background-image: none; }#s27mWfDRBeHWuPbLBid0M6ExTSNISHaL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s27mWfDRBeHWuPbLBid0M6ExTSNISHaL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s27mWfDRBeHWuPbLBid0M6ExTSNISHaL > .row .container > .video-iframe-container { display: none; }#s27mWfDRBeHWuPbLBid0M6ExTSNISHaL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s27mWfDRBeHWuPbLBid0M6ExTSNISHaL > .row > .video-iframe-container { display: none; }#s27mWfDRBeHWuPbLBid0M6ExTSNISHaL > .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); }#s27mWfDRBeHWuPbLBid0M6ExTSNISHaL { border-width: 0; border-radius: 0; }#s27mWfDRBeHWuPbLBid0M6ExTSNISHaL > .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; }#s27mWfDRBeHWuPbLBid0M6ExTSNISHaL > .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:0.3125rem;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; }#fwbyr4bNh3IvM5mBnZkPT4RNQENvsPGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwbyr4bNh3IvM5mBnZkPT4RNQENvsPGu > .row .container { background-color: transparent; background-image: none; }#fwbyr4bNh3IvM5mBnZkPT4RNQENvsPGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwbyr4bNh3IvM5mBnZkPT4RNQENvsPGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwbyr4bNh3IvM5mBnZkPT4RNQENvsPGu > .row .container > .video-iframe-container { display: none; }#fwbyr4bNh3IvM5mBnZkPT4RNQENvsPGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwbyr4bNh3IvM5mBnZkPT4RNQENvsPGu > .row > .video-iframe-container { display: none; }#fwbyr4bNh3IvM5mBnZkPT4RNQENvsPGu > .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); }#fwbyr4bNh3IvM5mBnZkPT4RNQENvsPGu > .row .container { border-width: 0; border-radius: 0; }#fwbyr4bNh3IvM5mBnZkPT4RNQENvsPGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwbyr4bNh3IvM5mBnZkPT4RNQENvsPGu > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Dp4xv0oCX6g6eI9yp29a8Dxaaz8AVk8J { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.9375rem;left:19.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z3369Bgl3OB0SXNck16WslsHdcUVT7Wz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z3369Bgl3OB0SXNck16WslsHdcUVT7Wz > .row .container { background-color: transparent; background-image: none; }#Z3369Bgl3OB0SXNck16WslsHdcUVT7Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3369Bgl3OB0SXNck16WslsHdcUVT7Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3369Bgl3OB0SXNck16WslsHdcUVT7Wz > .row .container > .video-iframe-container { display: none; }#Z3369Bgl3OB0SXNck16WslsHdcUVT7Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3369Bgl3OB0SXNck16WslsHdcUVT7Wz > .row > .video-iframe-container { display: none; }#Z3369Bgl3OB0SXNck16WslsHdcUVT7Wz > .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); }#Z3369Bgl3OB0SXNck16WslsHdcUVT7Wz > .row .container { border-width: 0; border-radius: 0; }#Z3369Bgl3OB0SXNck16WslsHdcUVT7Wz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3369Bgl3OB0SXNck16WslsHdcUVT7Wz > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#b64JCTE8ST612Jl1xVypSyJy7yDQsCPQ { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:0.3125rem;left:11.46875rem;height:4.03790625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZzXSCPy4cRmhoEorzTyiLKnMvXDMEnQ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZzXSCPy4cRmhoEorzTyiLKnMvXDMEnQ1 > .row .container { background-color: transparent; background-image: none; }#ZzXSCPy4cRmhoEorzTyiLKnMvXDMEnQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzXSCPy4cRmhoEorzTyiLKnMvXDMEnQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzXSCPy4cRmhoEorzTyiLKnMvXDMEnQ1 > .row .container > .video-iframe-container { display: none; }#ZzXSCPy4cRmhoEorzTyiLKnMvXDMEnQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzXSCPy4cRmhoEorzTyiLKnMvXDMEnQ1 > .row > .video-iframe-container { display: none; }#ZzXSCPy4cRmhoEorzTyiLKnMvXDMEnQ1 > .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); }#ZzXSCPy4cRmhoEorzTyiLKnMvXDMEnQ1 > .row .container { border-width: 0; border-radius: 0; }#ZzXSCPy4cRmhoEorzTyiLKnMvXDMEnQ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZzXSCPy4cRmhoEorzTyiLKnMvXDMEnQ1 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#u13uxzrLtueghzCSaT6SsDIyhaOOTfeR { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.9375rem;left:19.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i91HU1fiVwQuoZZaWGo2icFJwTvUHMsR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i91HU1fiVwQuoZZaWGo2icFJwTvUHMsR > .row .container { background-color: transparent; background-image: none; }#i91HU1fiVwQuoZZaWGo2icFJwTvUHMsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i91HU1fiVwQuoZZaWGo2icFJwTvUHMsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i91HU1fiVwQuoZZaWGo2icFJwTvUHMsR > .row .container > .video-iframe-container { display: none; }#i91HU1fiVwQuoZZaWGo2icFJwTvUHMsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i91HU1fiVwQuoZZaWGo2icFJwTvUHMsR > .row > .video-iframe-container { display: none; }#i91HU1fiVwQuoZZaWGo2icFJwTvUHMsR > .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); }#i91HU1fiVwQuoZZaWGo2icFJwTvUHMsR > .row .container { border-width: 0; border-radius: 0; }#i91HU1fiVwQuoZZaWGo2icFJwTvUHMsR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i91HU1fiVwQuoZZaWGo2icFJwTvUHMsR > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#SpwQR6XIQDBuabt1aibmnTtDUUeQ1OZa { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:0.3125rem;left:11.46875rem;height:10.0947625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jl14wUd3970PtCfNmhGyoG3TVa6CpK3a { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:12.1875rem;left:11.46875rem;height:2.23018125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y2fyIIdBV5IBd5HPcUZ7bqgzxTGonu35 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y2fyIIdBV5IBd5HPcUZ7bqgzxTGonu35 > .row .container { background-color: transparent; background-image: none; }#y2fyIIdBV5IBd5HPcUZ7bqgzxTGonu35::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2fyIIdBV5IBd5HPcUZ7bqgzxTGonu35 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2fyIIdBV5IBd5HPcUZ7bqgzxTGonu35 > .row .container > .video-iframe-container { display: none; }#y2fyIIdBV5IBd5HPcUZ7bqgzxTGonu35 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2fyIIdBV5IBd5HPcUZ7bqgzxTGonu35 > .row > .video-iframe-container { display: none; }#y2fyIIdBV5IBd5HPcUZ7bqgzxTGonu35 > .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); }#y2fyIIdBV5IBd5HPcUZ7bqgzxTGonu35 > .row .container { border-width: 0; border-radius: 0; }#y2fyIIdBV5IBd5HPcUZ7bqgzxTGonu35 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y2fyIIdBV5IBd5HPcUZ7bqgzxTGonu35 > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#PxaJo0Tq6pczo7bCwZ7vmiOtW1PKK4q1 { color:rgba(var(--color-primary-3),1);display:block;width:5.875rem;position:absolute;font-family:"darker grotesque";font-size:1.4375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:8.25rem;left:43.25rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uoHsyIn0bS8tiPm5oZQsHEvu9NIn8VLh { color:rgba(var(--color-primary-3),1);display:block;width:5.875rem;position:absolute;font-family:"darker grotesque";font-size:1.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:8.25rem;left:49.6875rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z7tmHtN7nZ6LlsgCskE5yQbKmBV9DuOk { color:rgba(var(--color-primary-3),1);display:block;width:5.875rem;position:absolute;font-family:"darker grotesque";font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:8.25rem;left:56.1875rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TCdGO7cZqlmEyZgkDqCMpT40lR7S4hty { color:rgba(var(--color-primary-3),1);display:block;width:5.875rem;position:absolute;font-family:"darker grotesque";font-size:1.4375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:8.25rem;left:68.875rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTzbEUBQy30KaPSyT6Bg7oH3W9NfbaK0 { color:rgba(var(--color-primary-3),1);display:block;width:5.875rem;position:absolute;font-family:"darker grotesque";font-size:1.4375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:8.25rem;left:62.5625rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uaNlfAfnLWBdaRGdAEQrmdPWr0LFZU4e { color:rgba(var(--color-primary-3),1);display:block;width:5.875rem;position:absolute;font-family:"darker grotesque";font-size:1.4375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:8.375rem;left:66.5rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vJaP1zx1JdvlwPBrPBTLXsquygmHHdTF { position:absolute;display:block;z-index:15075;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.9375rem;width:2.5625rem;top:4.9375rem;left:45.0625rem;overflow:hidden;display:block; }
#lTyDTzToPZVxyaMySvrGCimn2vOKdes2 { position:absolute;display:block;z-index:15076;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.9375rem;width:2.5625rem;top:4.9375rem;left:51.4375rem;overflow:hidden;display:block; }
#XlaqNtkXZTUElimH5ZX15z2VZQncDhkk { position:absolute;display:block;z-index:15077;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.9375rem;width:2.5625rem;top:4.9375rem;left:57.9375rem;overflow:hidden;display:block; }
#VBuA3BQzlzX0DZdTTlhgk0aoCRXHTEBJ { position:absolute;display:block;z-index:15078;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.9375rem;width:2.5625rem;top:4.9375rem;left:64.375rem;overflow:hidden;display:block; }
#z1DvlE5wflzwVXGgTOwO6yQrSUQ5vDHf { position:absolute;display:block;z-index:15079;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.9375rem;width:2.5625rem;top:4.9375rem;left:70.8125rem;overflow:hidden;display:block; }
#mxZzOVvbcMoCZStbbnhlioboXllPh8Qs { position:absolute;display:block;z-index:15081;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.9375rem;width:2.5625rem;top:5.125rem;left:64.9375rem;overflow:hidden;display:none; }
#Nd3cdrTCGoW0torbI63toaTSHRPyD5mu { position:absolute;display:block;z-index:15083;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.9375rem;width:2.5625rem;top:5.125rem;left:68.375rem;overflow:hidden;display:none; }
#uttZuSQ8oPGZ5OgP5LvdMmSMCaomR2OO { position:absolute;display:block;z-index:15076;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.9375rem;width:2.5625rem;top:4.9375rem;left:38.75rem;overflow:hidden;display:block; }
#ktNAQCiRLBAxDQc7CRwS8Prhn1luGZiP { color:rgba(var(--color-primary-3),1);display:block;width:5.875rem;position:absolute;font-family:"darker grotesque";font-size:1.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:8.25rem;left:36.9375rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LHkHtLstzLc54eidDKqOMu1NRtmako0l { position:absolute;display:block;z-index:15077;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.9375rem;width:2.5625rem;top:5rem;left:32.6875rem;overflow:hidden;display:block; }
#tZZZZH6cfC0toH9ay4lKHoCgHTxokBTO { color:rgba(var(--color-primary-3),1);display:block;width:5.875rem;position:absolute;font-family:"darker grotesque";font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:8.25rem;left:30.9375rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WEZy0ZRkdWx0XBgrDrmeMtaIhaCFpqMq { position:absolute;display:block;z-index:15079;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.9375rem;width:2.5625rem;top:4.9375rem;left:20.125rem;overflow:hidden;display:block; }
#laP1y8tJ8nAA3SCTy0g4ci3aVAxZ1lIu { color:rgba(var(--color-primary-3),1);display:block;width:5.875rem;position:absolute;font-family:"darker grotesque";font-size:1.4375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:8.25rem;left:18.375rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GB3l9U5qRpS3qQ8fv7fvmxxAoKWQsyyL { position:absolute;display:block;z-index:15081;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.93665rem;width:2.56188125rem;top:5rem;left:26.375rem;overflow:hidden;display:block; }
#ErgNpAo00oxaXuT4Ioba3pwcNF64zDJE { color:rgba(var(--color-primary-3),1);display:block;width:5.87445625rem;position:absolute;font-family:"darker grotesque";font-size:1.4375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:8.25rem;left:24.6875rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VIO1R1flpEXrS5QuWTwfJTk4Flz71frT { color:#96c222;display:block;width:57.7490625rem;position:absolute;font-family:avalon;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2623748779297rem;left:8.248374938965rem;height:1.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qgXPfqEKih4i9T7X6d8y41ychPeDCDms { position:absolute;display:block;z-index:15081;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.9375rem;width:2.5625rem;top:4.9375rem;left:14.125rem;overflow:hidden;display:block; }
#v9gVCibdOXqIogbgAAdx1ELLJJSFzqHy { color:rgba(var(--color-primary-3),1);display:block;width:5.875rem;position:absolute;font-family:"darker grotesque";font-size:1.4375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:8.25rem;left:12.375rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ocyq0SJI4Fyn8TuxNxKlbTrO3iH6ou9C { position:absolute;display:block;z-index:15083;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.9375rem;width:2.5625rem;top:4.9375rem;left:8.125rem;overflow:hidden;display:block; }
#ZKXL5nREmNSRheZ0J9vlIT5e5eKGC13r { color:rgba(var(--color-primary-3),1);display:block;width:5.875rem;position:absolute;font-family:"darker grotesque";font-size:1.4375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:8.25rem;left:6.375rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ItZ2VKTZQ6wCvbWxoURG61JdAaGJ6Rbs { color:rgba(var(--color-primary-3),1);display:block;width:5.875rem;position:absolute;font-family:"darker grotesque";font-size:1.4375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:8.25rem;left:0.3125rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mhgBqETrwD2uXBFBmz2qCMTTfZDgHaUd { position:absolute;display:block;z-index:15085;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.9375rem;width:2.5625rem;top:4.9375rem;left:2.0625rem;overflow:hidden;display:block; }
#AtkJEGmUwQSKFJfcL60Id9Nr5VnR7O8E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AtkJEGmUwQSKFJfcL60Id9Nr5VnR7O8E > .row .container { background-color: transparent; background-image: none; }#AtkJEGmUwQSKFJfcL60Id9Nr5VnR7O8E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtkJEGmUwQSKFJfcL60Id9Nr5VnR7O8E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtkJEGmUwQSKFJfcL60Id9Nr5VnR7O8E > .row .container > .video-iframe-container { display: none; }#AtkJEGmUwQSKFJfcL60Id9Nr5VnR7O8E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtkJEGmUwQSKFJfcL60Id9Nr5VnR7O8E > .row > .video-iframe-container { display: none; }#AtkJEGmUwQSKFJfcL60Id9Nr5VnR7O8E > .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); }#AtkJEGmUwQSKFJfcL60Id9Nr5VnR7O8E > .row .container { border-width: 0; border-radius: 0; }#AtkJEGmUwQSKFJfcL60Id9Nr5VnR7O8E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AtkJEGmUwQSKFJfcL60Id9Nr5VnR7O8E > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#I6QbXietpQPbfcAM9M7BrN7q6oBm6f70 { color:rgba(var(--color-primary-1),1);display:block;width:70.625rem;position:absolute;font-family:"titillium web";font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:1.23828125rem;left:2.1875rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KKpU2ccg24vequEy3sRRidgRFgqLHUTE { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060546875rem;width:70.3125rem;top:5.6875rem;left:2.34375rem;display:block; }
#ekp5dshh5ki5TLa9GggTgPAQPqwU1Tsl { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:3.75rem;top:5.625rem;left:35.625rem;display:block; }
#ETDo65Vgey7SfkAFBZVanOvww5WltbvQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETDo65Vgey7SfkAFBZVanOvww5WltbvQ > .row .container { background-color: transparent; background-image: none; }#ETDo65Vgey7SfkAFBZVanOvww5WltbvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETDo65Vgey7SfkAFBZVanOvww5WltbvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETDo65Vgey7SfkAFBZVanOvww5WltbvQ > .row .container > .video-iframe-container { display: none; }#ETDo65Vgey7SfkAFBZVanOvww5WltbvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETDo65Vgey7SfkAFBZVanOvww5WltbvQ > .row > .video-iframe-container { display: none; }#ETDo65Vgey7SfkAFBZVanOvww5WltbvQ > .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); }#ETDo65Vgey7SfkAFBZVanOvww5WltbvQ > .row .container { border-width: 0; border-radius: 0; }#ETDo65Vgey7SfkAFBZVanOvww5WltbvQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETDo65Vgey7SfkAFBZVanOvww5WltbvQ > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#aOhvLTThOp4XkZbbglURfvMc7QVJN4SM { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:3.6562442779541rem;left:17.5rem;display:none; }
#ub08eRC0lUmKaVd4FSZDgbHJuLFWpKlU { position:absolute;display:block;z-index:15028;height:22.5rem;width:39.99925rem;top:3.4375rem;left:17.5rem;display:block; }
#l8HNquTgGwTzRpzNwHpxJTrv6okk0Mt3 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:0.9375rem;left:14.0625rem;height:1.78168125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bb1NxtLXJteewNH8yG4ATaZkeMbHoJ1n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bb1NxtLXJteewNH8yG4ATaZkeMbHoJ1n > .row .container { background-color: transparent; background-image: none; }#bb1NxtLXJteewNH8yG4ATaZkeMbHoJ1n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb1NxtLXJteewNH8yG4ATaZkeMbHoJ1n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb1NxtLXJteewNH8yG4ATaZkeMbHoJ1n > .row .container > .video-iframe-container { display: none; }#bb1NxtLXJteewNH8yG4ATaZkeMbHoJ1n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb1NxtLXJteewNH8yG4ATaZkeMbHoJ1n > .row > .video-iframe-container { display: none; }#bb1NxtLXJteewNH8yG4ATaZkeMbHoJ1n > .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); }#bb1NxtLXJteewNH8yG4ATaZkeMbHoJ1n > .row .container { border-width: 0; border-radius: 0; }#bb1NxtLXJteewNH8yG4ATaZkeMbHoJ1n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bb1NxtLXJteewNH8yG4ATaZkeMbHoJ1n > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#hJkEh6oK11yeW7ewKcVvG68oN20QcF16 { position:absolute;display:block;z-index:15029;height:22.5rem;width:39.999rem;top:5.3125rem;left:17.4990234375rem;display:block; }
#DLKtT4hmdTK6blJpKkWH1tgc4lwTJMog { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:3.6562442779541rem;left:17.5rem;display:none; }
#qEaRvyhlHs8yOZk02dfZk490Br2J9bgV { color:rgba(var(--color-tertiary-2),1);display:block;width:41.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:3.09375rem;left:16.71875rem;height:1.49956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dZxIkhKDxLPIEq7zvJ3pbbGzSxB0Ephg { color:rgba(var(--color-tertiary-4),1);display:block;width:49.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:0.9375rem;left:12.65625rem;height:1.78168125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIBMRCqR3VXFi2vS6zKM8D652ikT7bpR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OIBMRCqR3VXFi2vS6zKM8D652ikT7bpR > .row .container { background-color: transparent; background-image: none; }#OIBMRCqR3VXFi2vS6zKM8D652ikT7bpR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIBMRCqR3VXFi2vS6zKM8D652ikT7bpR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIBMRCqR3VXFi2vS6zKM8D652ikT7bpR > .row .container > .video-iframe-container { display: none; }#OIBMRCqR3VXFi2vS6zKM8D652ikT7bpR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIBMRCqR3VXFi2vS6zKM8D652ikT7bpR > .row > .video-iframe-container { display: none; }#OIBMRCqR3VXFi2vS6zKM8D652ikT7bpR > .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); }#OIBMRCqR3VXFi2vS6zKM8D652ikT7bpR > .row .container { border-width: 0; border-radius: 0; }#OIBMRCqR3VXFi2vS6zKM8D652ikT7bpR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OIBMRCqR3VXFi2vS6zKM8D652ikT7bpR > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#TWBrbOhDgs84wGoR7FyhyB3rGp5kTcPn { color:rgba(var(--color-primary-1),1);display:block;width:34.0625rem;position:absolute;font-family:"titillium web";font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:1.26953125rem;left:20.46875rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQfQFVqcQXAIW6GTvHhw2ZPAmly4x65L { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060546875rem;width:33.75rem;top:5.6875rem;left:20.625rem;display:block; }
#DHeyqAlXCv8lDy8rnmMttAITDZWQ8gyV { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:3.75rem;top:5.625rem;left:35.625rem;display:block; }
#LkfMfcLSy90id0lmZr7WHbnFr6vGhKfb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LkfMfcLSy90id0lmZr7WHbnFr6vGhKfb > .row .container { background-color: transparent; background-image: none; }#LkfMfcLSy90id0lmZr7WHbnFr6vGhKfb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkfMfcLSy90id0lmZr7WHbnFr6vGhKfb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkfMfcLSy90id0lmZr7WHbnFr6vGhKfb > .row .container > .video-iframe-container { display: none; }#LkfMfcLSy90id0lmZr7WHbnFr6vGhKfb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkfMfcLSy90id0lmZr7WHbnFr6vGhKfb > .row > .video-iframe-container { display: none; }#LkfMfcLSy90id0lmZr7WHbnFr6vGhKfb > .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); }#LkfMfcLSy90id0lmZr7WHbnFr6vGhKfb > .row .container { border-width: 0; border-radius: 0; }#LkfMfcLSy90id0lmZr7WHbnFr6vGhKfb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LkfMfcLSy90id0lmZr7WHbnFr6vGhKfb > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#angyM0oMsTDhHoWzmJhbZBDDbcMHHuVi { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:0.9375rem;left:21.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UKXC0tMcex4KyVF3yu8qtI8KPtOvva1r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UKXC0tMcex4KyVF3yu8qtI8KPtOvva1r > .row .container { background-color: transparent; background-image: none; }#UKXC0tMcex4KyVF3yu8qtI8KPtOvva1r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKXC0tMcex4KyVF3yu8qtI8KPtOvva1r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKXC0tMcex4KyVF3yu8qtI8KPtOvva1r > .row .container > .video-iframe-container { display: none; }#UKXC0tMcex4KyVF3yu8qtI8KPtOvva1r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKXC0tMcex4KyVF3yu8qtI8KPtOvva1r > .row > .video-iframe-container { display: none; }#UKXC0tMcex4KyVF3yu8qtI8KPtOvva1r > .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); }#UKXC0tMcex4KyVF3yu8qtI8KPtOvva1r > .row .container { border-width: 0; border-radius: 0; }#UKXC0tMcex4KyVF3yu8qtI8KPtOvva1r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UKXC0tMcex4KyVF3yu8qtI8KPtOvva1r > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#t3NNbeTWIs3lMs4BPbxGKfW5W8p8bqvs { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.6871875rem;width:11.25rem;top:9.5432395935056rem;left:22.41646194458rem;overflow:hidden;display:none; }
#LbLBkx2aGcmzU040map3IOl06599EoTV { 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.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:6.6875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:19.1875rem;display:block; }
#zWzg29H63TBLKslhTAl5qINh7vRhT1ET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lle4k8oQimTt2VUeZNIAvubhhoDU5OAv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:16.25rem;top:2.6875rem;left:39rem;overflow:hidden;display:block; }
#zopyeURcqlrBxu4IarfGZ4RIrETFD3ZS { 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.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:6.6875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.25rem;left:38.375rem;display:block; }
#y96CP748IBKTE1rMusx1AOtl6xoSBAin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ToesXntJywksWKISXcikErQl35cP5WPw { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:8.0625rem;top:2.625rem;left:23.875rem;overflow:hidden;display:block; }
#ZnRTy6Cy7flpDn2kXWZoZTTO13AkxmFn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZnRTy6Cy7flpDn2kXWZoZTTO13AkxmFn > .row .container { background-color: transparent; background-image: none; }#ZnRTy6Cy7flpDn2kXWZoZTTO13AkxmFn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnRTy6Cy7flpDn2kXWZoZTTO13AkxmFn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnRTy6Cy7flpDn2kXWZoZTTO13AkxmFn > .row .container > .video-iframe-container { display: none; }#ZnRTy6Cy7flpDn2kXWZoZTTO13AkxmFn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnRTy6Cy7flpDn2kXWZoZTTO13AkxmFn > .row > .video-iframe-container { display: none; }#ZnRTy6Cy7flpDn2kXWZoZTTO13AkxmFn > .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); }#ZnRTy6Cy7flpDn2kXWZoZTTO13AkxmFn > .row .container { border-width: 0; border-radius: 0; }#ZnRTy6Cy7flpDn2kXWZoZTTO13AkxmFn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZnRTy6Cy7flpDn2kXWZoZTTO13AkxmFn > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#LQdTOWkqLfrkO9yvaGy7vfGueEq8pz5q { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:0.9375rem;left:21.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZypdui365Xk8CEnG6mwsDcFZe9JMPdU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uZypdui365Xk8CEnG6mwsDcFZe9JMPdU > .row .container { background-color: transparent; background-image: none; }#uZypdui365Xk8CEnG6mwsDcFZe9JMPdU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZypdui365Xk8CEnG6mwsDcFZe9JMPdU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZypdui365Xk8CEnG6mwsDcFZe9JMPdU > .row .container > .video-iframe-container { display: none; }#uZypdui365Xk8CEnG6mwsDcFZe9JMPdU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZypdui365Xk8CEnG6mwsDcFZe9JMPdU > .row > .video-iframe-container { display: none; }#uZypdui365Xk8CEnG6mwsDcFZe9JMPdU > .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); }#uZypdui365Xk8CEnG6mwsDcFZe9JMPdU > .row .container { border-width: 0; border-radius: 0; }#uZypdui365Xk8CEnG6mwsDcFZe9JMPdU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uZypdui365Xk8CEnG6mwsDcFZe9JMPdU > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#vzGXsmS5Gh9VsKrTZ1HKP6es7PsKvRWD { 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.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:6.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:29.4375rem;display:block; }
#REGxJOp8FapvLKg3FEDTKTdaVyHcBJVA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTtOQZm1NMVrDvghdxbZHPTwMdKIylkI { 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.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.22611rem;height:6.10040375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:46.9375rem;display:block; }
#M1qkMDZ4TzKt5sK9A6BdsaTpB4SpIATM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wL1lMALa9tiZDzFBbS3ErrMmSUdvSnxZ { position:absolute;display:block;z-index:15047;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:1.4375rem;width:11.375rem;top:3.8125rem;left:49.375rem;overflow:hidden;display:block; }
#GMXQuBKbwm59ox5S9vw2B1parPCyJDlK { position:absolute;display:block;z-index:15048;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:1.25rem;width:9.375rem;top:3.75rem;left:32.875rem;overflow:hidden;display:block; }
#lBuf5MReRQbE9M8Ps91f0XsEhxq6FiRE { 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.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:6.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:11.875rem;display:block; }
#rkFi2cym3aGPDxGIDo3J09ddQFQeTqeO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vxQQaT8N3gK9okJVo7wzdw5R9R1IlEoq { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:9.9375rem;top:3.3125rem;left:15.0625rem;overflow:hidden;display:block; }
#dN7nMXVny2AIwWzGFC298UUHyCcxqZes { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dN7nMXVny2AIwWzGFC298UUHyCcxqZes > .row .container { background-color: transparent; background-image: none; }#dN7nMXVny2AIwWzGFC298UUHyCcxqZes::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dN7nMXVny2AIwWzGFC298UUHyCcxqZes > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dN7nMXVny2AIwWzGFC298UUHyCcxqZes > .row .container > .video-iframe-container { display: none; }#dN7nMXVny2AIwWzGFC298UUHyCcxqZes > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dN7nMXVny2AIwWzGFC298UUHyCcxqZes > .row > .video-iframe-container { display: none; }#dN7nMXVny2AIwWzGFC298UUHyCcxqZes > .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); }#dN7nMXVny2AIwWzGFC298UUHyCcxqZes > .row .container { border-width: 0; border-radius: 0; }#dN7nMXVny2AIwWzGFC298UUHyCcxqZes > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dN7nMXVny2AIwWzGFC298UUHyCcxqZes > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#cCDTembHwzcdnbGUVJ1losItq9Mv4cxC { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:0.9375rem;left:21.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CIX8uH1qcBWAbc4THTyPvDNldNLRkANG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CIX8uH1qcBWAbc4THTyPvDNldNLRkANG > .row .container { background-color: transparent; background-image: none; }#CIX8uH1qcBWAbc4THTyPvDNldNLRkANG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIX8uH1qcBWAbc4THTyPvDNldNLRkANG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIX8uH1qcBWAbc4THTyPvDNldNLRkANG > .row .container > .video-iframe-container { display: none; }#CIX8uH1qcBWAbc4THTyPvDNldNLRkANG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIX8uH1qcBWAbc4THTyPvDNldNLRkANG > .row > .video-iframe-container { display: none; }#CIX8uH1qcBWAbc4THTyPvDNldNLRkANG > .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); }#CIX8uH1qcBWAbc4THTyPvDNldNLRkANG > .row .container { border-width: 0; border-radius: 0; }#CIX8uH1qcBWAbc4THTyPvDNldNLRkANG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIX8uH1qcBWAbc4THTyPvDNldNLRkANG > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#BN0rSi4CgmxxBTO7RCBaLOylKymvstLz { 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.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:10.75rem;display:block; }
#EZEyOQJcFCA6XuFCkRITgsiWV9uAni5k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y1ovIOWK7vOS8zWiw71OdJgqQBBNqUz1 { position:absolute;display:block;z-index:15078;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:2.37485625rem;width:9.9985625rem;top:2.5rem;left:39.5rem;overflow:hidden;display:block; }
#ydPMMSe1vep3TH744WNGrIEuAlvGyERy { 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.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:24.5rem;display:block; }
#QFkxDkBSbDiF5pIQWIdNpTC5TeBicobX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cuEc3lsVGPqei8yLXX3OO8GVH0ud8cbd { position:absolute;display:block;z-index:15079;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:1.125rem;width:6.875rem;top:3.125rem;left:13.625rem;overflow:hidden;display:block; }
#qyy2PyI0hWnQhmhxlTyWnqa6XE9KxP8F { 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.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.469594875rem;height:4.782263625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:38.25rem;display:block; }
#pEIKUwRizuGLar9VXJ0H5QVDTEO0SpLn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ubWe9RyoxaIDt6AQTF4Lm1W7dVt04kqO { position:absolute;display:block;z-index:15080;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:3.5625rem;width:7.8125rem;top:1.875rem;left:26.8125rem;overflow:hidden;display:block; }
#T74LeEPNPJSiQ4k9n5l6DZc4h1ZxMzPw { 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.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.376282375rem;height:4.689669875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:51.875rem;display:block; }
#WRtfPIZ4HLvJaLokAokJUlPrrTa8NonI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w1QCOy8OTMMvdJc8tT6DUNM6XGpPddc4 { position:absolute;display:block;z-index:15081;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:0.9997125rem;width:8.12425rem;top:3.1857643127441rem;left:53.998846054077rem;overflow:hidden;display:block; }
#iUiLA8CHrCuHBJTZZBpKDfr4GC9cf3qc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a3e85;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; }#iUiLA8CHrCuHBJTZZBpKDfr4GC9cf3qc > .row .container { background-color: transparent; background-image: none; }#iUiLA8CHrCuHBJTZZBpKDfr4GC9cf3qc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUiLA8CHrCuHBJTZZBpKDfr4GC9cf3qc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUiLA8CHrCuHBJTZZBpKDfr4GC9cf3qc > .row .container > .video-iframe-container { display: none; }#iUiLA8CHrCuHBJTZZBpKDfr4GC9cf3qc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUiLA8CHrCuHBJTZZBpKDfr4GC9cf3qc > .row > .video-iframe-container { display: none; }#iUiLA8CHrCuHBJTZZBpKDfr4GC9cf3qc > .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); }#iUiLA8CHrCuHBJTZZBpKDfr4GC9cf3qc > .row .container { border-width: 0; border-radius: 0; }#iUiLA8CHrCuHBJTZZBpKDfr4GC9cf3qc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iUiLA8CHrCuHBJTZZBpKDfr4GC9cf3qc > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#y21ZZr9gEiTaucVGK63VE0bszDZ9G1rl { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"titillium web";font-size:2.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:1.25rem;left:22.5rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aURllby5OZbOzuZvSiXd5bqss5d4gqdl { position:absolute;display:block;z-index:15009;background-color:#25aae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060546875rem;width:25.3125rem;top:5.6875rem;left:24.84375rem;display:block; }
#LycFn9s9XfDec4fFf2s6l4OeluGg0dpz { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:3.75rem;top:5.625rem;left:35.625rem;display:block; }
#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX { background-color:#1a3e85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row .container { background-color: transparent; background-image: none; }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row .container > .video-iframe-container { display: none; }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row > .video-iframe-container { display: none; }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .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); }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row .container { border-width: 0; border-radius: 0; }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row .container { font-size:0.875rem;font-family:arial;height:62.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#TCDBmnMLQdDFPgS8IRLpranKck8I73OL { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:6.625rem;left:4.6875rem; }
#tvG0GeoTKrQeoTwvTzIM2FkzPRSzlSgW { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:6.8125rem;left:8.4375rem;height:1.79980625rem;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; }
#vdMiAdtaz899qhMfBcTSMIxbItUSVAkM { color:#5e5e5e;display:block;width:48.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:10rem;left:20.3125rem;height:1.5rem;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; }
#T9iOkPeIgIdDDTWuefOyQAylGbdmi9I1 { color:#ffffff;display:block;width:48.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:6.875rem;left:20.3125rem;height:1.68691875rem;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; }
#msVJPivtTJMzxMmSBiup0ZZxsKl7336p { position:absolute;display:block;z-index:15001;background-color:rgba(37,170,227,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.6875rem;width:52rem;top:5.3125rem;left:18.75rem;display:block; }
#mQfwrJAIiKwlENWGidCBqJNsqBrv13fB { color:#ffffff;display:block;width:48.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:13.125rem;left:20.3125rem;height:1.6875rem;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; }
#UD19tBWBOmGMM7rQA0qRi0izzS00ISIB { position:absolute;display:block;z-index:15011;background-color:#25aae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.6875rem;width:51.875rem;top:11.5625rem;left:18.75rem;display:block; }
#LvreDcTK9iZgk6gGHTOsVGGxGnhIGqcI { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:13.0625rem;left:8.4375rem;height:1.79980625rem;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; }
#FC74T7pKLyreuBsgFxS0UTcuzGTPJNAa { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:12.875rem;left:4.6875rem; }
#CqdUsC7h2DgPBw4k1K4bAEWFKcMI9FzS { position:absolute;display:block;z-index:15016;background-color:rgba(37,170,227,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.6875rem;width:52rem;top:17.8125rem;left:18.75rem;display:block; }
#H2EaGvQpNwhEpcuhGNTAq4mRi0dhPSdI { color:#ffffff;display:block;width:48.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:19.375rem;left:20.3125rem;height:1.68691875rem;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; }
#OFLuQTIIlnyglCrC4kcBgPzslzbHquTE { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:19.25rem;left:8.4375rem;height:1.79980625rem;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; }
#hz29wsXy2TvFXpSVXxkV6lvTBpZQeIHX { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:19.0625rem;left:4.6875rem; }
#CfZVEFghgH4oTRXuUgiG0a15tDHs2fi2 { color:#ffffff;display:block;width:48.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:25.625rem;left:20.3125rem;height:1.6875rem;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; }
#inTdUTsOskTamz6E1G3bRpphHGRFGIsh { position:absolute;display:block;z-index:15015;background-color:#25aae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.6875rem;width:52rem;top:24.0625rem;left:18.75rem;display:block; }
#VVgoyz2SZyW7n1wipaTSzwqmNKd4H67G { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:25.5625rem;left:8.4375rem;height:1.79980625rem;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; }
#CkI3aMlQV5Fsmhob3DE6QcGErFQ397oz { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:25.375rem;left:4.6875rem; }
#Hq11JdgDF7Bm3dVSJOn7gT5awE8IdxBv { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:31.5625rem;left:4.6875rem; }
#Zt5V4fgeMSEn9kNhF7NDptlKRLndgzMp { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:31.75rem;left:8.4375rem;height:1.79980625rem;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; }
#KbVBqlz1LOWnHqiKc7aSGUODT77SaTT9 { position:absolute;display:block;z-index:15020;background-color:rgba(37,170,227,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.6875rem;width:51.875rem;top:30.3125rem;left:18.75rem;display:block; }
#LcghvfmNJSQfKs552pUhEETpSPo8XDBW { color:#ffffff;display:block;width:48.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:31.875rem;left:20.3125rem;height:1.68691875rem;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; }
#HBPXIfxAwyGlu0VHCphkyXkZKcoT5R25 { color:#ffffff;display:block;width:48.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:38.125rem;left:20.3125rem;height:1.6875rem;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; }
#yPO9ZHSL8zgD8CB4FmWrxnMMopUWbDBl { position:absolute;display:block;z-index:15019;background-color:#25aae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.6875rem;width:51.875rem;top:36.5625rem;left:18.75rem;display:block; }
#kCb2mRuz2mpCAXG04OgToTqTSFDSLqtG { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:38.0625rem;left:8.4375rem;height:1.79980625rem;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; }
#Xm8Rn2eTTXLBtVTVQyrpgntvLDH55eHZ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:37.875rem;left:4.6875rem; }
#xawz2dZfsnbtL3BKMvgVWad6OBW6HGZ3 { position:absolute;display:block;z-index:15024;background-color:rgba(37,170,227,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.6875rem;width:51.875rem;top:42.8125rem;left:18.75rem;display:block; }
#sLGGmrIflc4eP6aK69ckaHsfFlJAHHgT { color:#ffffff;display:block;width:48.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:44.375rem;left:20.3125rem;height:1.68691875rem;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; }
#EZibBOXh1ya0Fyx3wWev4iHmk1IcXb5C { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:44.25rem;left:8.4375rem;height:1.79980625rem;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; }
#GXQBzKADkBZwZ5oLciU4Je0JozG2Dy7C { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:43.75rem;left:4.375rem; }
#f4qEgVaH7GERPOCRrv2dR4xJ5L5qaUgt { position:absolute;display:block;z-index:15023;background-color:#25aae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.6875rem;width:51.875rem;top:49.0625rem;left:18.75rem;display:block; }
#ykTGgbmh2sXmyQ1RmBF2L1K7hm2EllQD { color:#ffffff;display:block;width:48.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:50.625rem;left:20.3125rem;height:1.68691875rem;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; }
#F8s4bcpk7VvwKCUWJtRdTabpX2GXMy7i { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:50.5625rem;left:8.4375rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oOPWo8upy8XzMV6ZZiIM3sATxQ8T7BT8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:49.875rem;left:4.25rem; }
#dE69KaGZVUR4f4OwLqRlB0svOWInLU3y { position:absolute;display:block;z-index:15028;background-color:rgba(37,170,227,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.6875rem;width:52rem;top:55.3125rem;left:18.75rem;display:block; }
#eoHdtc96AJQwfWaaDRT0PgZlGGTLrT0D { color:#ffffff;display:block;width:48.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:56.875rem;left:20.3125rem;height:1.68691875rem;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; }
#L1ysh26i1E00iA18MGoiUnvuSKAgCS59 { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:56.75rem;left:8.4375rem;height:1.79980625rem;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; }
#HFdUbsWTTt45c8x7Omk1LzXCk1TA6Swt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:56.125rem;left:4.25rem; }
#soUFxRXgUNDdDzQGnHnJXdJ5m3GseAbk { color:#a2dc3b;display:block;width:36rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.5498046875rem;left:18.75rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JtoImet5xhFKXeArCbnP85GQTES2HkX1 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:6.3125rem;left:4.375rem;display:none; }
#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J { background-color:#1a3e85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row .container { background-color: transparent; background-image: none; }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row .container > .video-iframe-container { display: none; }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row > .video-iframe-container { display: none; }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .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); }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row .container { border-width: 0; border-radius: 0; }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;overflow:visible;position:relative;display:block; }#VGvKecVOUFGo44aK4rwRoUznJiANH0ku { color:#5e5e5e;display:block;width:48.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:9.375rem;left:20.3125rem;height:1.5rem;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; }
#l0zVBNf2lpQSBP87LJ3831if17MWzeqx { color:#ffffff;display:block;width:48.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:6.25rem;left:20.3125rem;height:1.68691875rem;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; }
#xkETbHkLTFzpT1KLW1afQuKZWXyu11Uf { position:absolute;display:block;z-index:15001;background-color:rgba(37,170,227,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.6875rem;width:52rem;top:4.6875rem;left:18.75rem;display:block; }
#lHsmbVt3EMPNWk3c5fRILl8kIi44kXqJ { color:#a2dc3b;display:block;width:36rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9248046875rem;left:18.75rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X2aJ0RXeTJkaUAaR2KuAkCqEqWze2HgU { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:5.6875rem;left:4.375rem; }
#APEOiJyOt5BT2FEKow1JzwdJoJMHxT96 { color:#ffffff;display:block;width:54.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:11.875rem;left:4.375rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H4Bf36XWPKB0kCadmkJW2v4GIxnkMPK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H4Bf36XWPKB0kCadmkJW2v4GIxnkMPK5 > .row .container { background-color: transparent; background-image: none; }#H4Bf36XWPKB0kCadmkJW2v4GIxnkMPK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4Bf36XWPKB0kCadmkJW2v4GIxnkMPK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4Bf36XWPKB0kCadmkJW2v4GIxnkMPK5 > .row .container > .video-iframe-container { display: none; }#H4Bf36XWPKB0kCadmkJW2v4GIxnkMPK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4Bf36XWPKB0kCadmkJW2v4GIxnkMPK5 > .row > .video-iframe-container { display: none; }#H4Bf36XWPKB0kCadmkJW2v4GIxnkMPK5 > .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); }#H4Bf36XWPKB0kCadmkJW2v4GIxnkMPK5 > .row .container { border-width: 0; border-radius: 0; }#H4Bf36XWPKB0kCadmkJW2v4GIxnkMPK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H4Bf36XWPKB0kCadmkJW2v4GIxnkMPK5 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#Lx9qlvwCqWU5lEux3WnBTp6KUtbqdHu0 { color:rgba(var(--color-primary-1),1);display:block;width:32.8125rem;position:absolute;font-family:"titillium web";font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:1.23828125rem;left:21.09375rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FNL3xVu8gPOoRZsSxk3Z1gdMKpylOWPX { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060546875rem;width:32.5rem;top:5.6875rem;left:21.25rem;display:block; }
#ExJutVxlABXowEqe7dOUGuKee2SAV6vy { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:3.75rem;top:5.625rem;left:35.625rem;display:block; }
#SIsMKZtNhTaTaPv3RJQRhXFOuxnvmX6s { position:relative;display:block; }#SIsMKZtNhTaTaPv3RJQRhXFOuxnvmX6s { background-color: transparent; background-image: none; }#SIsMKZtNhTaTaPv3RJQRhXFOuxnvmX6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIsMKZtNhTaTaPv3RJQRhXFOuxnvmX6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIsMKZtNhTaTaPv3RJQRhXFOuxnvmX6s > .row .container > .video-iframe-container { display: none; }#SIsMKZtNhTaTaPv3RJQRhXFOuxnvmX6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIsMKZtNhTaTaPv3RJQRhXFOuxnvmX6s > .row > .video-iframe-container { display: none; }#SIsMKZtNhTaTaPv3RJQRhXFOuxnvmX6s > .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); }#SIsMKZtNhTaTaPv3RJQRhXFOuxnvmX6s { border-width: 0; border-radius: 0; }#SIsMKZtNhTaTaPv3RJQRhXFOuxnvmX6s > .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; }#SIsMKZtNhTaTaPv3RJQRhXFOuxnvmX6s > .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:13.125rem;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; }#RpfRMSLXtK1TJxhsRLTJFWiqDq2C3eDH { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9404296875rem;left:32.15625rem;height:2.59838125rem;text-align:center;text-align-last:center;display:block; }
#HpB6x3qPfzGz52hzRrMJCDaDUoO2TT6x { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.59033203125rem;left:46.59326171875rem;height:3.298825rem;text-align:center;text-align-last:center;display:block; }
#Mmd6c6yE0MFI7Hzi09ILLs8RT3bqpqbt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:1.9775390625rem;left:60.46826171875rem;height:2.398725rem;text-align:center;text-align-last:center;display:block; }
#ZmbGQh2Qf5RNHm1VKD6cRQLypGc9f180 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:2.375rem;width:7.0625rem;top:6.3735961914062rem;left:34.687501907349rem;display:block; }
#y2ANGi1u5dwOB9bIFSUSmqaytq4dl2UF { color:#000000;display:block;width:4.74899375rem;position:absolute;font-family:avalon;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.310791015625rem;left:35.811246871948rem;height:2.43634375rem;text-align:center;text-align-last:center;display:block; }
#uw5QSb8015AgCM33QMK0065oAfZ3tKbe { position:absolute;display:block;z-index:15002;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:2.375rem;width:7.0625rem;top:6.3735961914062rem;left:49.123888015747rem;display:block; }
#X3PHXKO3i9LXpCaU8alhT5xHpKxSZEQW { position:absolute;display:block;z-index:15003;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:2.375rem;width:7.0625rem;top:6.3735961914062rem;left:63.43610572815rem;display:block; }
#U3UXou1JSqQUcCurC6Ro3otzy5P2WNZT { color:#000000;display:block;width:4.8125rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8737182617188rem;left:50.248331069946rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#drKezZMlfbVwFgxX02FEnPO2B06u0dV6 { color:#000000;display:block;width:5.75rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8737182617188rem;left:64.12388801575rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#IEuTQCZoXvUAaZhttQfaS2shHbVKpoiQ { color:#000000;display:block;width:19.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.873046875rem;left:13.247072219849rem;height:1.4625rem;display:block; }
#LGcgCNtQSDBy8pehs5pKglRsSa1I7ZU3 { color:#9b9b9b;display:block;width:16.875rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.9734497070312rem;left:13.248464584351rem;height:1.4625rem;display:block; }
#fHgVvFXrbGhxsFNT9hGMWZPho0rBIa7P { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:2.375rem;width:7.0625rem;top:9.4356689453125rem;left:49.123888015747rem;display:block; }
#r4wNdQD2BJWI3CBVhNfbUdScP1MAR6dh { color:#9b9b9b;display:block;width:5.74915rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.9099731445312rem;left:49.778184890747rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#azZ6HoQ1ITmPrk0DGiU6kc9Nzb9pBNny { color:#9b9b9b;display:block;width:5.74915rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.9099731445312rem;left:64.09040260315rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#rKfmI8MLOsOT20U9OEI6zFKUSwTBTFgo { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:2.375rem;width:7.0625rem;top:9.4356689453125rem;left:63.43610572815rem;display:block; }
#VLa94p7usbziN53dVuzT7TAkQu8sL4Nf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#hxbhu6mZbMmFmpmVgJwyEqlEZqc00kNt { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#sOMoFz71ohXF5eDJwI9uX5EOaDXaOJeA { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#sGWL6H5b7oCi9qSHfyisOe7LB9TEhlNw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#H8CW9FT0iyg022rmE8wKqfxTmOqL6LdM { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#szSh88PSTCxKDpaRPPky3LgS1OTGD5oT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#FdzUcaSPZyQoVlDhgzP6vmvcRFTF3TTW { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#cSfwGV59Ls2QEMPoISwtqvkddOSoDeiE { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#uTXhxr7KUlcTsSOufTMhc67eAAlkvp8e { position:relative;display:block; }#uTXhxr7KUlcTsSOufTMhc67eAAlkvp8e { background-color: transparent; background-image: none; }#uTXhxr7KUlcTsSOufTMhc67eAAlkvp8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTXhxr7KUlcTsSOufTMhc67eAAlkvp8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTXhxr7KUlcTsSOufTMhc67eAAlkvp8e > .row .container > .video-iframe-container { display: none; }#uTXhxr7KUlcTsSOufTMhc67eAAlkvp8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTXhxr7KUlcTsSOufTMhc67eAAlkvp8e > .row > .video-iframe-container { display: none; }#uTXhxr7KUlcTsSOufTMhc67eAAlkvp8e > .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); }#uTXhxr7KUlcTsSOufTMhc67eAAlkvp8e { border-width: 0; border-radius: 0; }#uTXhxr7KUlcTsSOufTMhc67eAAlkvp8e > .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; }#uTXhxr7KUlcTsSOufTMhc67eAAlkvp8e > .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:1.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Aml4u3DHUTMzMUpWIocTKdN9U8Dodi4M { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:4.8125rem;left:3.8125rem;display:none; }
#ZTdnvG4vXlg79BFvHbVleUt4P2HVTRMO { position:relative;display:block; }#ZTdnvG4vXlg79BFvHbVleUt4P2HVTRMO { background-color: transparent; background-image: none; }#ZTdnvG4vXlg79BFvHbVleUt4P2HVTRMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTdnvG4vXlg79BFvHbVleUt4P2HVTRMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTdnvG4vXlg79BFvHbVleUt4P2HVTRMO > .row .container > .video-iframe-container { display: none; }#ZTdnvG4vXlg79BFvHbVleUt4P2HVTRMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTdnvG4vXlg79BFvHbVleUt4P2HVTRMO > .row > .video-iframe-container { display: none; }#ZTdnvG4vXlg79BFvHbVleUt4P2HVTRMO > .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); }#ZTdnvG4vXlg79BFvHbVleUt4P2HVTRMO { border-width: 0; border-radius: 0; }#ZTdnvG4vXlg79BFvHbVleUt4P2HVTRMO > .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; }#ZTdnvG4vXlg79BFvHbVleUt4P2HVTRMO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0.26);background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EKxuLtco1FCQDVPhuD4DKuvv0Tmznk7F { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.5625rem;left:5.9375rem;height:1.2991875rem;display:block; }
#nQnUnyWQeg2AS2DE2ewxcpNtOueLBOd9 { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:0rem;left:36.375001907349rem;display:block; }
#E888Kw5p9MtaSaDG1bDsU5845dLZG7fn { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0rem;left:51.18701171875rem;display:block; }
#TtL3aM7Ge8VcspFxHRXuwBZeXUlPqRIT { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0rem;left:65.87499809265rem;display:block; }
#wfhwnTinoqrPPog6s4zaXSx0cxzm3ksr { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:0rem;left:51.1875rem;display:none; }
#u0o3CmXTeD77yZ2qNVR5gxWCcMWrNhWG { position:relative;display:block; }#u0o3CmXTeD77yZ2qNVR5gxWCcMWrNhWG { background-color: transparent; background-image: none; }#u0o3CmXTeD77yZ2qNVR5gxWCcMWrNhWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0o3CmXTeD77yZ2qNVR5gxWCcMWrNhWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0o3CmXTeD77yZ2qNVR5gxWCcMWrNhWG > .row .container > .video-iframe-container { display: none; }#u0o3CmXTeD77yZ2qNVR5gxWCcMWrNhWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0o3CmXTeD77yZ2qNVR5gxWCcMWrNhWG > .row > .video-iframe-container { display: none; }#u0o3CmXTeD77yZ2qNVR5gxWCcMWrNhWG > .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); }#u0o3CmXTeD77yZ2qNVR5gxWCcMWrNhWG { border-width: 0; border-radius: 0; }#u0o3CmXTeD77yZ2qNVR5gxWCcMWrNhWG > .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; }#u0o3CmXTeD77yZ2qNVR5gxWCcMWrNhWG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i6c9CQFG7kguFcQkJTbhgzEayDZxs3Ln { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75rem;left:5.875rem;height:1.2991875rem;display:block; }
#IyIqym0O2IgdKo4CeKQf418DnTuKz8Zq { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:0rem;left:36.375001907349rem;display:block; }
#r3ALbHMA7UAGM7VVH66ZXhVsaXASgpnp { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:0rem;left:51.1875rem;display:block; }
#wFG4AuSM1Wk2OLXybXMIuwMwlNglTqEM { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:0rem;left:65.875rem;display:block; }
#ANfhqGDtFBtPmzvG1qy2sad0QEZpsOvF { background-color:rgba(var(--color-primary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:65rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:5.34375rem;display:block; }
#tSAGAToMnOAV9uJzQoFgnD9i68mvWBTh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CwFgWZlNW8r0HWBbMoAogQCBPdpFTrlC { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:0rem;left:51.1875rem;display:none; }
#WFpKUZMC6Q6WCrce4JuhiGwtu8IRbkcl { position:relative;display:block; }#WFpKUZMC6Q6WCrce4JuhiGwtu8IRbkcl { background-color: transparent; background-image: none; }#WFpKUZMC6Q6WCrce4JuhiGwtu8IRbkcl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFpKUZMC6Q6WCrce4JuhiGwtu8IRbkcl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFpKUZMC6Q6WCrce4JuhiGwtu8IRbkcl > .row .container > .video-iframe-container { display: none; }#WFpKUZMC6Q6WCrce4JuhiGwtu8IRbkcl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFpKUZMC6Q6WCrce4JuhiGwtu8IRbkcl > .row > .video-iframe-container { display: none; }#WFpKUZMC6Q6WCrce4JuhiGwtu8IRbkcl > .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); }#WFpKUZMC6Q6WCrce4JuhiGwtu8IRbkcl { border-width: 0; border-radius: 0; }#WFpKUZMC6Q6WCrce4JuhiGwtu8IRbkcl > .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; }#WFpKUZMC6Q6WCrce4JuhiGwtu8IRbkcl > .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:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RPwXG6vNLhLgZgiUVsVNaIFON9Isf25w { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.74981689453125rem;left:5.8747215270996rem;height:1.2991875rem;display:block; }
#mXgECHiyUNRvuNdw6x4GZpEueZEbGaAW { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0rem;left:36.375001907349rem;display:block; }
#cWWW0ctJvhWD6O1OhwDq1oLzCpl95lvk { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:0rem;left:51.1875rem;display:block; }
#O5uGnzhLVR8101au6IOwTPKEWlQVGVZU { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:0rem;left:65.875rem;display:block; }
#X5IoU1Q6vH1p8I7THxHzkLMqP75o3l1i { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:0rem;left:51.1875rem;display:none; }
#eUE6ZLcu2i6TigCAuEbx5xVpsOOu66yH { position:relative;display:block; }#eUE6ZLcu2i6TigCAuEbx5xVpsOOu66yH { background-color: transparent; background-image: none; }#eUE6ZLcu2i6TigCAuEbx5xVpsOOu66yH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUE6ZLcu2i6TigCAuEbx5xVpsOOu66yH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUE6ZLcu2i6TigCAuEbx5xVpsOOu66yH > .row .container > .video-iframe-container { display: none; }#eUE6ZLcu2i6TigCAuEbx5xVpsOOu66yH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUE6ZLcu2i6TigCAuEbx5xVpsOOu66yH > .row > .video-iframe-container { display: none; }#eUE6ZLcu2i6TigCAuEbx5xVpsOOu66yH > .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); }#eUE6ZLcu2i6TigCAuEbx5xVpsOOu66yH { border-width: 0; border-radius: 0; }#eUE6ZLcu2i6TigCAuEbx5xVpsOOu66yH > .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; }#eUE6ZLcu2i6TigCAuEbx5xVpsOOu66yH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QOmJPrWBBdc0DcSPlakTrxfTSaTH3eXV { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75rem;left:5.8125rem;height:1.2991875rem;display:block; }
#pqIoRPfkgIxZEau5HQWeKWlwbfIGqU8x { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0rem;left:36.375rem;display:block; }
#P63WautEEC4xQI0laB2dIddWJhmtT1CT { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:0rem;left:51.1875rem;display:block; }
#blTW2FeswTMb1IF7zTrUHpcCIoSlfu2O { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:0rem;left:65.875rem;display:block; }
#md6hZxOOp5N3Qp6SsWSPM97gLENDhFTm { background-color:rgba(var(--color-primary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:65rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:5.375rem;display:block; }
#LNbcZ1RIFzJGo1NwlzU2DSoiaXIrNxWU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m78dFRNCby7VrQbivHXX4KydTRR1DyvI { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:0rem;left:51.1875rem;display:none; }
#eO8P9MGPRuVqdSyhKVIBlh2ibQ39MP0f { position:relative;display:block; }#eO8P9MGPRuVqdSyhKVIBlh2ibQ39MP0f { background-color: transparent; background-image: none; }#eO8P9MGPRuVqdSyhKVIBlh2ibQ39MP0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eO8P9MGPRuVqdSyhKVIBlh2ibQ39MP0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eO8P9MGPRuVqdSyhKVIBlh2ibQ39MP0f > .row .container > .video-iframe-container { display: none; }#eO8P9MGPRuVqdSyhKVIBlh2ibQ39MP0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eO8P9MGPRuVqdSyhKVIBlh2ibQ39MP0f > .row > .video-iframe-container { display: none; }#eO8P9MGPRuVqdSyhKVIBlh2ibQ39MP0f > .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); }#eO8P9MGPRuVqdSyhKVIBlh2ibQ39MP0f { border-width: 0; border-radius: 0; }#eO8P9MGPRuVqdSyhKVIBlh2ibQ39MP0f > .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; }#eO8P9MGPRuVqdSyhKVIBlh2ibQ39MP0f > .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:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uUQxpblTk6Mx1FuLNEZS98Sl1G8oVTfU { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:0.78125rem;left:5.875rem;height:1.0004125rem;display:block; }
#dBQ3TIMA2A4LACs80UysBIT79H3cHgcJ { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:0rem;left:36.375rem;display:block; }
#K6px9SaGEqwcgX1ARzSPoiAdITTrxqeG { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:0rem;left:51.1875rem;display:block; }
#KSl2A4rKLE6ePfetay9zyM1hxKc5k2TC { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:0rem;left:65.875rem;display:block; }
#FcvsahNNn0ZdUVrP323KFsmre3Rmty1n { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:0rem;left:51.1875rem;display:none; }
#m12Lh3Ml2fLiu60iMlkPuL2qJlrfT21H { position:relative;display:block; }#m12Lh3Ml2fLiu60iMlkPuL2qJlrfT21H { background-color: transparent; background-image: none; }#m12Lh3Ml2fLiu60iMlkPuL2qJlrfT21H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m12Lh3Ml2fLiu60iMlkPuL2qJlrfT21H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m12Lh3Ml2fLiu60iMlkPuL2qJlrfT21H > .row .container > .video-iframe-container { display: none; }#m12Lh3Ml2fLiu60iMlkPuL2qJlrfT21H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m12Lh3Ml2fLiu60iMlkPuL2qJlrfT21H > .row > .video-iframe-container { display: none; }#m12Lh3Ml2fLiu60iMlkPuL2qJlrfT21H > .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); }#m12Lh3Ml2fLiu60iMlkPuL2qJlrfT21H { border-width: 0; border-radius: 0; }#m12Lh3Ml2fLiu60iMlkPuL2qJlrfT21H > .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; }#m12Lh3Ml2fLiu60iMlkPuL2qJlrfT21H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wrwgxRPfLhMTBGz3twSrQiCO6R6rX85K { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:5.875rem;height:1.2991875rem;display:block; }
#KTpwo5p37UDgUHL47lbCkNMKIRIDS201 { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:0rem;left:36.375rem;display:block; }
#Gx0a3i1dJ85synqe5F4xnFhue0036vdb { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:0rem;left:51.1875rem;display:block; }
#dyvJBwOkQWDXQeNx2GXySlSfivo6opfU { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:0rem;left:65.875rem;display:block; }
#JBPx0TPrpk6PW5UcfvVVFRfoO7cyWJgM { background-color:rgba(var(--color-primary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:65rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:5.375rem;display:block; }
#fkzG2yPPPat48uTRD97fBtLwwHJiyc3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qHJm3qrhyRzgN2XxZTAaTZFedlX86p3K { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:0rem;left:51.1875rem;display:none; }
#hUVPTHAnK6IdGEbyMLL1E2zHoIL15Zp6 { position:relative;display:block; }#hUVPTHAnK6IdGEbyMLL1E2zHoIL15Zp6 { background-color: transparent; background-image: none; }#hUVPTHAnK6IdGEbyMLL1E2zHoIL15Zp6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUVPTHAnK6IdGEbyMLL1E2zHoIL15Zp6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUVPTHAnK6IdGEbyMLL1E2zHoIL15Zp6 > .row .container > .video-iframe-container { display: none; }#hUVPTHAnK6IdGEbyMLL1E2zHoIL15Zp6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUVPTHAnK6IdGEbyMLL1E2zHoIL15Zp6 > .row > .video-iframe-container { display: none; }#hUVPTHAnK6IdGEbyMLL1E2zHoIL15Zp6 > .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); }#hUVPTHAnK6IdGEbyMLL1E2zHoIL15Zp6 { border-width: 0; border-radius: 0; }#hUVPTHAnK6IdGEbyMLL1E2zHoIL15Zp6 > .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; }#hUVPTHAnK6IdGEbyMLL1E2zHoIL15Zp6 > .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:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OUwZ0kBMqKQT6T5OB5bcFlf5l5hIcE69 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:5.875rem;height:1.2991875rem;display:block; }
#KhO6TZRgIqc86ifkB5RxzegtoDTVNbk5 { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:0rem;left:36.375rem;display:block; }
#pP4XQeg7gW5BlASQFdthionBQn0hTSVL { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:0rem;left:51.1875rem;display:block; }
#pOzzhU9nDloNTgSZ0DFN7a38ddPPzpUX { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:0rem;left:65.875rem;display:block; }
#ERePDAZeoNv0BFI5XTpTmebToV8RelwZ { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:0rem;left:51.1875rem;display:none; }
#L9SP1Tn3CpS321FtECG1iLe5GAZB5r2X { position:relative;display:block; }#L9SP1Tn3CpS321FtECG1iLe5GAZB5r2X { background-color: transparent; background-image: none; }#L9SP1Tn3CpS321FtECG1iLe5GAZB5r2X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9SP1Tn3CpS321FtECG1iLe5GAZB5r2X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9SP1Tn3CpS321FtECG1iLe5GAZB5r2X > .row .container > .video-iframe-container { display: none; }#L9SP1Tn3CpS321FtECG1iLe5GAZB5r2X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9SP1Tn3CpS321FtECG1iLe5GAZB5r2X > .row > .video-iframe-container { display: none; }#L9SP1Tn3CpS321FtECG1iLe5GAZB5r2X > .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); }#L9SP1Tn3CpS321FtECG1iLe5GAZB5r2X { border-width: 0; border-radius: 0; }#L9SP1Tn3CpS321FtECG1iLe5GAZB5r2X > .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; }#L9SP1Tn3CpS321FtECG1iLe5GAZB5r2X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fBMCm3TMF2MmrXwDp5VithuWzoASiyAA { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:5.875rem;height:1.2991875rem;display:block; }
#w9kSq4nhloOqrVkqKW1rHeRLQOaPQJ2y { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:0rem;left:36.375rem;display:block; }
#anXGJvISJIbwdbCfJa33IVNNOQ26FMTx { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:0rem;left:51.1875rem;display:block; }
#A2Ml7U94sQawWumVnCapELPPNoopMbxs { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:0rem;left:65.875rem;display:block; }
#iT1uia9uay9nRmRxV0w8cDKA3Aeg5AEo { background-color:rgba(var(--color-primary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:65rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:5.375rem;display:block; }
#aank2me26CfzrDgvFZQHUZk2fHlhznKM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gOfyvi31Uiqs1DUdZoE8gi1FZ8SnCyWG { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:0rem;left:51.1875rem;display:none; }
#rXqqTeyKaNrKt2dqNbpgmh9WuHMzVQDL { position:relative;display:block; }#rXqqTeyKaNrKt2dqNbpgmh9WuHMzVQDL { background-color: transparent; background-image: none; }#rXqqTeyKaNrKt2dqNbpgmh9WuHMzVQDL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXqqTeyKaNrKt2dqNbpgmh9WuHMzVQDL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXqqTeyKaNrKt2dqNbpgmh9WuHMzVQDL > .row .container > .video-iframe-container { display: none; }#rXqqTeyKaNrKt2dqNbpgmh9WuHMzVQDL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXqqTeyKaNrKt2dqNbpgmh9WuHMzVQDL > .row > .video-iframe-container { display: none; }#rXqqTeyKaNrKt2dqNbpgmh9WuHMzVQDL > .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); }#rXqqTeyKaNrKt2dqNbpgmh9WuHMzVQDL { border-width: 0; border-radius: 0; }#rXqqTeyKaNrKt2dqNbpgmh9WuHMzVQDL > .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; }#rXqqTeyKaNrKt2dqNbpgmh9WuHMzVQDL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0.26);background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;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; }#mRi8LPCwaRvQWoBaZ50RnHN0oLKpLuUE { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8125rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:0.3125rem;left:5.875rem;height:2.199225rem;display:block; }
#TAw5P4fEzTgrJExpySKk0QRR7Xfaqtb1 { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:0rem;left:36.375rem;display:block; }
#efceTVFupyGGo4QxdTpgyfLXf7pLri7L { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:0rem;left:51.1875rem;display:block; }
#x5Zi9yTUMEVW6D4LqZxXM3ZTv4VJDnTT { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:0rem;left:65.875rem;display:block; }
#zkwakTDwbTmXtyXbE4XtdQ2x6MxJ86dW { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:0rem;left:51.1875rem;display:none; }
#htVbQCmPfgZNJEUl5DnbvR4Z6rpWXiJc { position:relative;display:block; }#htVbQCmPfgZNJEUl5DnbvR4Z6rpWXiJc { background-color: transparent; background-image: none; }#htVbQCmPfgZNJEUl5DnbvR4Z6rpWXiJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htVbQCmPfgZNJEUl5DnbvR4Z6rpWXiJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htVbQCmPfgZNJEUl5DnbvR4Z6rpWXiJc > .row .container > .video-iframe-container { display: none; }#htVbQCmPfgZNJEUl5DnbvR4Z6rpWXiJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htVbQCmPfgZNJEUl5DnbvR4Z6rpWXiJc > .row > .video-iframe-container { display: none; }#htVbQCmPfgZNJEUl5DnbvR4Z6rpWXiJc > .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); }#htVbQCmPfgZNJEUl5DnbvR4Z6rpWXiJc { border-width: 0; border-radius: 0; }#htVbQCmPfgZNJEUl5DnbvR4Z6rpWXiJc > .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; }#htVbQCmPfgZNJEUl5DnbvR4Z6rpWXiJc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QBbDkylxN47IJbmUBoVCTX7ZBaLbAHCA { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:5.875rem;height:1.2991875rem;display:block; }
#TLx0cZIJbT1MQN1n8ysi1kF0OUibS5wv { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:0rem;left:36.375rem;display:block; }
#Mtt4udAP5OFSn5JUBGgPAnlO6WmkANuK { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:0rem;left:51.1875rem;display:block; }
#FRJdlkJMoilNpEHVsEcKmH1wwh87SDHA { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:0rem;left:65.875rem;display:block; }
#FMWWxF8zMz5xQJqzt9hDcAfaqnZEyADI { background-color:rgba(var(--color-primary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:65rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:5.375rem;display:block; }
#gLLpM08tkB9TvA6AsboUJCCWlkB03Pct { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CvJXHtnf5NrliyNucgHrInHNm0Hz9uzm { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:0rem;left:51.1875rem;display:none; }
#Na6g6cvkEydkg2pTvkzrA6xTDiTSw61z { position:relative;display:block; }#Na6g6cvkEydkg2pTvkzrA6xTDiTSw61z { background-color: transparent; background-image: none; }#Na6g6cvkEydkg2pTvkzrA6xTDiTSw61z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na6g6cvkEydkg2pTvkzrA6xTDiTSw61z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na6g6cvkEydkg2pTvkzrA6xTDiTSw61z > .row .container > .video-iframe-container { display: none; }#Na6g6cvkEydkg2pTvkzrA6xTDiTSw61z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na6g6cvkEydkg2pTvkzrA6xTDiTSw61z > .row > .video-iframe-container { display: none; }#Na6g6cvkEydkg2pTvkzrA6xTDiTSw61z > .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); }#Na6g6cvkEydkg2pTvkzrA6xTDiTSw61z { border-width: 0; border-radius: 0; }#Na6g6cvkEydkg2pTvkzrA6xTDiTSw61z > .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; }#Na6g6cvkEydkg2pTvkzrA6xTDiTSw61z > .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:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CQTZTJZSb4BfawLz0sLWC5ssaOBl88gQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.09033203125rem;left:49.5625rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWE3O2fCh9Pk56FOK7iTGOJGV0sWK5X4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FWE3O2fCh9Pk56FOK7iTGOJGV0sWK5X4 > .row .container { background-color: transparent; background-image: none; }#FWE3O2fCh9Pk56FOK7iTGOJGV0sWK5X4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWE3O2fCh9Pk56FOK7iTGOJGV0sWK5X4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWE3O2fCh9Pk56FOK7iTGOJGV0sWK5X4 > .row .container > .video-iframe-container { display: none; }#FWE3O2fCh9Pk56FOK7iTGOJGV0sWK5X4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWE3O2fCh9Pk56FOK7iTGOJGV0sWK5X4 > .row > .video-iframe-container { display: none; }#FWE3O2fCh9Pk56FOK7iTGOJGV0sWK5X4 > .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); }#FWE3O2fCh9Pk56FOK7iTGOJGV0sWK5X4 > .row .container { border-width: 0; border-radius: 0; }#FWE3O2fCh9Pk56FOK7iTGOJGV0sWK5X4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FWE3O2fCh9Pk56FOK7iTGOJGV0sWK5X4 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#tsFpJmmIVVyRXvnlH8462eWZsiCkbgQH { color:rgba(var(--color-secondary-2),1);display:block;width:46.25rem;position:absolute;font-family:"titillium web";font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:1.23828125rem;left:14.375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z3bBQbBkLsLNuxK8EgLc0InQH4TO8q2k { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.06015625rem;width:38.125rem;top:5.6874980926514rem;left:18.437501907349rem;display:block; }
#rAAebZiTc1nsCzKvpSGXKvnl9iXWSow7 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:3.75rem;top:5.625rem;left:35.625rem;display:block; }
#IwWHDKqXQcRIDeF2DC0BFRMpho1Th570 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IwWHDKqXQcRIDeF2DC0BFRMpho1Th570 > .row .container { background-color: transparent; background-image: none; }#IwWHDKqXQcRIDeF2DC0BFRMpho1Th570::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwWHDKqXQcRIDeF2DC0BFRMpho1Th570 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwWHDKqXQcRIDeF2DC0BFRMpho1Th570 > .row .container > .video-iframe-container { display: none; }#IwWHDKqXQcRIDeF2DC0BFRMpho1Th570 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwWHDKqXQcRIDeF2DC0BFRMpho1Th570 > .row > .video-iframe-container { display: none; }#IwWHDKqXQcRIDeF2DC0BFRMpho1Th570 > .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); }#IwWHDKqXQcRIDeF2DC0BFRMpho1Th570 > .row .container { border-width: 0; border-radius: 0; }#IwWHDKqXQcRIDeF2DC0BFRMpho1Th570 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IwWHDKqXQcRIDeF2DC0BFRMpho1Th570 > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-form-header { font-size:0.875rem; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-regular-label { height:auto;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;color:#f2f9ff;width:33rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:left;text-align-last:left;vertical-align:top;overflow:hidden;line-height:1.6; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #bac3ca;border-left:0.0625rem solid #bac3ca;border-right:0.0625rem solid #bac3ca;border-bottom:0.0625rem solid #bac3ca;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33rem;box-sizing:border-box;height:2.5625rem;color:#050062;font-size:0.8125rem;overflow:hidden;font-family:avalon;vertical-align:top; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-text {padding-top: 0; padding-bottom: 0;}#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #bac3ca;border-left:0.0625rem solid #bac3ca;border-right:0.0625rem solid #bac3ca;border-bottom:0.0625rem solid #bac3ca;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33rem;box-sizing:border-box;height:4.375rem;color:#050062;font-size:0.8125rem;overflow:hidden;font-family:avalon;vertical-align:top; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #bac3ca;border-left:0.0625rem solid #bac3ca;border-right:0.0625rem solid #bac3ca;border-bottom:0.0625rem solid #bac3ca;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33rem;box-sizing:border-box;height:2.5625rem;color:#050062;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:700;font-style:normal; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-select {padding-top: 0; padding-bottom: 0;}#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:13.1875rem;margin-bottom:0.25rem;margin-left:13.1875rem;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:rgba(var(--color-primary-3),1);width:6.5625rem;height:2.625rem;font-family:avalon;overflow:hidden; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU [class*="-text"]:-moz-placeholder { color:#68686a;font-family:ubuntu;font-size:0.8125rem; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU [class*="-text"]::-moz-placeholder { color:#68686a;font-family:ubuntu;font-size:0.8125rem; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU [class*="-text"]:-ms-input-placeholder { color:#68686a;font-family:ubuntu;font-size:0.8125rem; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU [class*="-text"]::-webkit-input-placeholder { color:#68686a;font-family:ubuntu;font-size:0.8125rem; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.8125rem;font-weight:400;color:#a4a4a4;vertical-align:top;width:31.9375rem;overflow:hidden;font-style:normal;float:none;line-height:1.2; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.9375rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-container:first-of-type{padding-top:0;}#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-container:last-of-type{padding-bottom:0;}#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU  { 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:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;left:19.687501907349rem;top:0.62423706054688rem;z-index:14998;position:absolute;font-size:0.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.9375rem rgba(10,17,45,0.3) ; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:33rem;display:block;vertical-align:top; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-info-text { display:block;height:auto;font-family:"roboto condensed";font-size:1.3125rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU {display:block;}#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU { 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:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;left:19.687501907349rem;top:0.62423706054688rem;z-index:14998;position:absolute;font-size:0.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.9375rem rgba(10,17,45,0.3) ; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #OiyCp1pa8UxkdWc0ihkGPgtfFfa6EkQx { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #ZyNSIHvHTWBbkFdBsx4tRBtnxBMbPGlu { position:relative;display:none; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #RViOwuqs4MIE0hkGCZSZqHPVA9cgIDuB { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #GSkSRXLTVm6x0hPT8rL4ANA42I7bHn1c { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #BhirTlPFkVbKTHTcSBDTO0PCEsMrKh4v { position:relative;display:none; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #OVnodKRhnEfbKiCIeZR8m1ZyId1q4HNd { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #IyKEQsTmzMnxd90i15Oqbe3Mg3JyHevs { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #WhtlQrokxI2qWhdkKmytZz93D5t2SqQy { position:relative;display:none; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #UmGCJSf7FnKmw5u66eHSi5Z7P5mtNeGL { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #NgSGQUOK42EZJfQBzg0Hk2Hr76UOGzJe { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #ibJTwp1mFpWVJApcT97Jzlf7zbTZNZzm { position:relative;display:none; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #bnbKEm61uEDk0eZVP3antBu8fD4N4seV { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #RnGyVN91mneU3DcWzEqGatZSB0aaR7W3 { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #P1TILpalNGgVwdpCxq9O74PJVUNXTvy7 { position:relative;display:none; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #SUOaGNlot6DWaboFAUQ85hXOmC8MR4Bd { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #aQk263oscsaTvl3Vbl8WybCqCy8fCyV8 { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #WGDGpBQ2ihWiut2TZHisCodQEMKZ3XLX { position:relative;display:none; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #D2Qx2BZyZ1DRKa0M0GGAwLUTtO01TD51 { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #wJMdzbcOcA0dcTUs9eJtx2cicrnpPgr9 { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #htGNRsSq2KltcOklP1XeWCvA8ktv1MCS { position:relative;display:none; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #TpZGDfTevhgSD1qAeHMxBIQVoXOi9kZ7 { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #z6l0AB3kPGIdXAbXWIgAmERdLAkpKfSi { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #ReB5WDa2K2ZnmCJKD8wdRFIQALXDpPlV { position:relative;z-index:2; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #dzflwvBUkgl8lMPQlt1bn0gnSWsJThhe { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #w7AmADAy8RFg5HfeWaP0R5NemByIsVk5 { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #A3XsG9vTMZ5HKXL54ID7v8oEKBuPdB0W { position:relative;z-index:2; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #pZNTIqVXTDBvTNWO6abrh7u1xt9KGb9q { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #y1E6x2qv0f2NR7NBOxsV8xukXnLbMzpm { position:relative; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #yzv4KdRqMJOVakPHZ0qf5uyOZT5TvZdX { position:relative; }
#RAo8daNQF0zTWTBxiW0W6Zz1vswufCqZ { color:rgba(var(--color-tertiary-0),1);display:block;width:36.0625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:39.375rem;left:19.46875rem;height:4.2013875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p271PzI2wVuNHwmVrUz7DgvgxxTEosaa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/459c7c01-6995-4fd6-87f4-790686c65970/156061402.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p271PzI2wVuNHwmVrUz7DgvgxxTEosaa.adaptive-delivery-prevent-bg, #p271PzI2wVuNHwmVrUz7DgvgxxTEosaa.lazyload, #p271PzI2wVuNHwmVrUz7DgvgxxTEosaa.lazyloading { background-image: none; }#p271PzI2wVuNHwmVrUz7DgvgxxTEosaa > .row .container { background-color: transparent; background-image: none; }#p271PzI2wVuNHwmVrUz7DgvgxxTEosaa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#p271PzI2wVuNHwmVrUz7DgvgxxTEosaa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p271PzI2wVuNHwmVrUz7DgvgxxTEosaa > .row .container > .video-iframe-container { display: none; }#p271PzI2wVuNHwmVrUz7DgvgxxTEosaa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#p271PzI2wVuNHwmVrUz7DgvgxxTEosaa > .row > .video-iframe-container { display: none; }#p271PzI2wVuNHwmVrUz7DgvgxxTEosaa > .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); }#p271PzI2wVuNHwmVrUz7DgvgxxTEosaa > .row .container { border-width: 0; border-radius: 0; }#p271PzI2wVuNHwmVrUz7DgvgxxTEosaa::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p271PzI2wVuNHwmVrUz7DgvgxxTEosaa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p271PzI2wVuNHwmVrUz7DgvgxxTEosaa > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:33rem;width:75rem;position:relative;display:block; }#mkZLZVH2euPKaPnlSQDdMp4zEJVqa7I9 { position:absolute;display:block;z-index:15000;height:28.125rem;width:37.5rem;top:2.59375rem;left:0rem;display:block; }
#JMZsomkB8XT6DInvEour5P2mDUZcH4Zg { position:absolute;display:block;z-index:15000;height:11.25rem;width:20rem;top:14.31171874702rem;left:-0.0062503814697263rem;display:none; }
#moOCV9FQsRCFQX85Nd7LotO9w73QsSOc { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:12.23046875rem;left:42.5rem;display:block; }
#euuozbdFnNqON2m8oHnD5ONi7LRZ6rDy { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.625rem;left:46.5625rem;height:3.0873875rem;text-align:left;text-align-last:left;display:block; }
#ZKSuwb9ZAOJcDXVTJocIWVxb5ZosFqAb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZKSuwb9ZAOJcDXVTJocIWVxb5ZosFqAb > .row .container { background-color: transparent; background-image: none; }#ZKSuwb9ZAOJcDXVTJocIWVxb5ZosFqAb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKSuwb9ZAOJcDXVTJocIWVxb5ZosFqAb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKSuwb9ZAOJcDXVTJocIWVxb5ZosFqAb > .row .container > .video-iframe-container { display: none; }#ZKSuwb9ZAOJcDXVTJocIWVxb5ZosFqAb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKSuwb9ZAOJcDXVTJocIWVxb5ZosFqAb > .row > .video-iframe-container { display: none; }#ZKSuwb9ZAOJcDXVTJocIWVxb5ZosFqAb > .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); }#ZKSuwb9ZAOJcDXVTJocIWVxb5ZosFqAb > .row .container { border-width: 0; border-radius: 0; }#ZKSuwb9ZAOJcDXVTJocIWVxb5ZosFqAb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZKSuwb9ZAOJcDXVTJocIWVxb5ZosFqAb > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#bsLCQJMqMmwk2aa0wT3SlanRZ2JmCNNn { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"titillium web";font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:1.23828125rem;left:30.9375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QP8oHrupOoqqFa2qIfLsKimsq525WgnK { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060546875rem;width:12.8125rem;top:5.6875rem;left:31.09375rem;display:block; }
#SpuTkGF8kTqruJTmU6UHQNoUAeUNUDUw { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:3.75rem;top:5.625rem;left:35.625rem;display:block; }
#Hp8dReFwvSBBpcHTVLJKZ3KHF2oaxBW8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hp8dReFwvSBBpcHTVLJKZ3KHF2oaxBW8 > .row .container { background-color: transparent; background-image: none; }#Hp8dReFwvSBBpcHTVLJKZ3KHF2oaxBW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hp8dReFwvSBBpcHTVLJKZ3KHF2oaxBW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hp8dReFwvSBBpcHTVLJKZ3KHF2oaxBW8 > .row .container > .video-iframe-container { display: none; }#Hp8dReFwvSBBpcHTVLJKZ3KHF2oaxBW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hp8dReFwvSBBpcHTVLJKZ3KHF2oaxBW8 > .row > .video-iframe-container { display: none; }#Hp8dReFwvSBBpcHTVLJKZ3KHF2oaxBW8 > .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); }#Hp8dReFwvSBBpcHTVLJKZ3KHF2oaxBW8 > .row .container { border-width: 0; border-radius: 0; }#Hp8dReFwvSBBpcHTVLJKZ3KHF2oaxBW8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hp8dReFwvSBBpcHTVLJKZ3KHF2oaxBW8 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Dcw4oec1Rzr0nAHNLzKIaIhSCWFRg5gQ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:0.9375rem;left:21.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row .container { background-color: transparent; background-image: none; }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row .container > .video-iframe-container { display: none; }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row > .video-iframe-container { display: none; }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .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); }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row .container { border-width: 0; border-radius: 0; }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#JoGwwuG6HX5UBOHSXJRKa7aoT4psILSy { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:36.4365234375rem;left:3.810546875rem;display:block; }
#KWUsVxPF3D6rglIKpV9W1GH6Am9tMTWV { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.125rem;width:3.125rem;top:8.75rem;left:3.75rem;display:none; }
#GaD24DxeMmO0lBNaEk5l2WXMUVmMiTEE { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.41796875rem;left:3.4375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FDwwf0vDatH5Fy7vI0WFn6XTVMV6iyX0 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:37.4365234375rem;left:15.6240234375rem;height:1.75rem;font-style:normal;display:block; }
#H29krl7W4TrJ6gohbiIWbMlNPU8BTQcr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:36.6865234375rem;left:4.0615234375rem;overflow:hidden;display:block; }
#kcVNOPGA6kgPABgN8m2fUgCTAH08gslI { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:40.498046875rem;left:17.6865234375rem;height:1.38125rem;text-align:left;text-align-last:left;display:block; }
#SbRXRlo4SCdnHGnpKN3JQ7oVmpnAyx08 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:42.4990234375rem;left:17.4365234375rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#dh82cVNhzkobIoHz9ubB1Hp5AGcyp9pa { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:42.373046875rem;left:15.4365234375rem;display:block; }
#IZMXVQWreg5C968BMuVUstrLWsIBfVih { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:40.1865234375rem;left:15.5615234375rem;display:block; }
#u7Z5wHqA6rx1gcl1oUMgOKqBEDzxiR4A { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.125rem;width:3.125rem;top:8.0625rem;left:41rem;display:none; }
#o6SzcJkeBqaLhXvt8LTzMAatcto4fa9z { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:9.6240234375rem;left:17.4990234375rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#Amw1NxNsDfeiSMUaoBma0Rz9FXT5dy49 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:3.5615234375rem;left:3.810546875rem;display:block; }
#AoJiKX6hNDzrGo32GS08zRsvaqX4EXph { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:4.5615234375rem;left:15.6240234375rem;height:1.75rem;font-style:normal;display:block; }
#Dssm1psDAMsBNzymN2GpViHh1i0h58nJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:10.25rem;width:10.25rem;top:3.8115234375rem;left:4.0615234375rem;overflow:hidden;display:block; }
#exxB0TpBV4og52m9ub44wP2IGDNyEG8C { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:7.6240234375rem;left:17.6865234375rem;height:1.38125rem;text-align:left;text-align-last:left;display:block; }
#eMgbU7ELOLfkuuMbomaNPTrZIm3JeF8t { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:9.4990234375rem;left:15.4365234375rem;display:block; }
#VuTLKrE4U8IyKRBeyXgZ6GPqAhMl1di0 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:7.3740234375rem;left:15.5615234375rem;display:block; }
#WN21d8sGau8uAz6iT6BTpAJ0xsRd6mF1 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:25.9365234375rem;left:17.4365234375rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#EaQ1gVEkCC5OWPaGkLxUTXQ2KyAbdBkg { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:19.8740234375rem;left:3.75rem;display:block; }
#oZNu3VbhBat6Myd0bnT0su65Xb3EV4RM { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:20.8740234375rem;left:15.5615234375rem;height:1.75rem;font-style:normal;display:block; }
#mXwbglmHEQfJl0Ly6M7rCpl2sgs5OyQg { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:10.25rem;width:10.25rem;top:20.1240234375rem;left:3.9990234375rem;overflow:hidden;display:block; }
#lefG0eSumblSxscCTP32wuW4VHK7KxJo { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:23.9365234375rem;left:17.6240234375rem;height:1.38125rem;text-align:left;text-align-last:left;display:block; }
#qaXhIIq7ui9alEoZKk2kc1o76p0BqM8M { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:25.8115234375rem;left:15.3740234375rem;display:block; }
#p74UTTH6nBgKTbHbyn5wKxEJLB7BDTm0 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:23.6865234375rem;left:15.498046875rem;display:block; }
#IUh77a5dJX0nLZGSOa1Vr8Pei6e27TUS { color:rgba(var(--color-secondary-2),1);display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:0.9482421875rem;left:3.75rem;height:1.8369125rem;font-style:normal;display:block; }
#ClAVPcF38sMq6ANm4iNDQLfI8pOBZrnV { color:rgba(var(--color-secondary-2),1);display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:17.26171875rem;left:3.75rem;height:1.8366625rem;font-style:normal;display:block; }
#iPwJSLl084AdXrCdO3gdwgVJPozSdJUI { color:rgba(var(--color-secondary-2),1);display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:33.8740234375rem;left:3.810546875rem;height:1.8369125rem;font-style:normal;display:block; }
#ZQA2wxIOTiPvuhM7CPLAGUfX061fWkFG { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:9.625rem;left:54.6875rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#NXk5TRCDrbTTkuW7FH4z0QSXoxyh470B { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:3.5625rem;left:40.9375rem;display:block; }
#kaEdezFJooUCe9m42tFGOpILDaMQWqwm { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:4.5625rem;left:52.8125rem;height:1.75rem;font-style:normal;display:block; }
#TARxMbXaKP8IRdTCrpwSaG1TuiqAXVKh { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:10.25rem;width:10.25rem;top:3.8125rem;left:41.25rem;overflow:hidden;display:block; }
#JkNWBfvpsopehTzCUygzGtq4mcMR5oro { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:7.625rem;left:54.875rem;height:1.38125rem;text-align:left;text-align-last:left;display:block; }
#XBdAEWUI871oHlnomV4ro4xmvRtPTyRG { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:9.5rem;left:52.625rem;display:block; }
#w73Fm8OIQ4Q9LC8LIdDykOx5wxn3uO4T { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:7.375rem;left:52.75rem;display:block; }
#V9pEF7VOhWWNVptpZuDBpdzF2KA3Giuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V9pEF7VOhWWNVptpZuDBpdzF2KA3Giuf > .row .container { background-color: transparent; background-image: none; }#V9pEF7VOhWWNVptpZuDBpdzF2KA3Giuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9pEF7VOhWWNVptpZuDBpdzF2KA3Giuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9pEF7VOhWWNVptpZuDBpdzF2KA3Giuf > .row .container > .video-iframe-container { display: none; }#V9pEF7VOhWWNVptpZuDBpdzF2KA3Giuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9pEF7VOhWWNVptpZuDBpdzF2KA3Giuf > .row > .video-iframe-container { display: none; }#V9pEF7VOhWWNVptpZuDBpdzF2KA3Giuf > .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); }#V9pEF7VOhWWNVptpZuDBpdzF2KA3Giuf > .row .container { border-width: 0; border-radius: 0; }#V9pEF7VOhWWNVptpZuDBpdzF2KA3Giuf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V9pEF7VOhWWNVptpZuDBpdzF2KA3Giuf > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Wsr5pg1g3Ap5HAF5mBtNVkuhXxgufKTB { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:0.9375rem;left:21.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E4vPDntcx4scL7D0bcmrrSwlMIQgTWNF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E4vPDntcx4scL7D0bcmrrSwlMIQgTWNF > .row .container { background-color: transparent; background-image: none; }#E4vPDntcx4scL7D0bcmrrSwlMIQgTWNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4vPDntcx4scL7D0bcmrrSwlMIQgTWNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4vPDntcx4scL7D0bcmrrSwlMIQgTWNF > .row .container > .video-iframe-container { display: none; }#E4vPDntcx4scL7D0bcmrrSwlMIQgTWNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4vPDntcx4scL7D0bcmrrSwlMIQgTWNF > .row > .video-iframe-container { display: none; }#E4vPDntcx4scL7D0bcmrrSwlMIQgTWNF > .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); }#E4vPDntcx4scL7D0bcmrrSwlMIQgTWNF > .row .container { border-width: 0; border-radius: 0; }#E4vPDntcx4scL7D0bcmrrSwlMIQgTWNF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E4vPDntcx4scL7D0bcmrrSwlMIQgTWNF > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#IMruSB8QRa1BBUwMmTBVraTkWwTDTXsE { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:1.3115234375rem;left:3.75rem;display:block; }
#A3AOMHzSznatsTCnc3qyNep6aA9b40Mt { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.125rem;width:3.125rem;top:8.75rem;left:3.75rem;display:none; }
#n4J1Mk9PqhXPoEdzTb7TilwyiuIB0gns { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.41796875rem;left:3.4375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fbDgIImWBhRzdO3Dz58EwqpTDeJyEXi1 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:2.3115234375rem;left:15.5615234375rem;height:1.75rem;font-style:normal;display:block; }
#PJk93bGEbMHaPHWWsapx6XtoBT4R4AtJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.3486328125rem;left:17.5615234375rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#CHy48L3wtNPwC8Gka0qLETyAlFdAWyrA { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:7.3798828125rem;left:17.404296875rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#m1ZPJU8hczy3N5hegqENq8x7SUcyT8V4 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:7.2578125rem;left:15.3740234375rem;display:block; }
#I4Kq09WfvbbqJeyQIyFwcWxV143klLxG { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:5.0693359375rem;left:15.498046875rem;display:block; }
#Cs6cuAK9ddAwkSWHcV6RNBDr6mQJd8fT { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:1.3115234375rem;left:40.9990234375rem;display:block; }
#T9DGa6D5wMmNDMHDnlvvFEZ0XEAFzHTc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:54.873046875rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#CLTJ1sdw3n0qHTZAPKR9NdCDctfvBO7a { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:7.3740234375rem;left:54.9365234375rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#hDTLpFA8EgxUXw2SaXaJMZg2hgOrftoL { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:7.25rem;left:52.9365234375rem;display:block; }
#fWUeA3yvoRFLx2gNpJwhy9k2s8l8dLNd { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:5.0615234375rem;left:53.0615234375rem;display:block; }
#S6ACfW6WPeAsPPLeovewkFqJUvNZBtop { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.125rem;width:3.125rem;top:8.0625rem;left:41rem;display:none; }
#IEwn82lGQ9078f6C6kCGTA2ZpT4KTKlU { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:2.3115234375rem;left:53.1240234375rem;height:1.75rem;font-style:normal;display:block; }
#egIN74HTqpmvwVIds5s9zV4QtC6Ds5TF { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.75rem;left:40.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mH0XwlmJ6etFTriOlIKJTlFRukc0fR5V { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:1.5615234375rem;left:3.9990234375rem;overflow:hidden;display:block; }
#n89sdEyXXTXnVAhb8ZddxkTqr6gfFBvg { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:1.5703125rem;left:41.25rem;overflow:hidden;display:block; }
#hsWy1EfzqlFGMX9h1ltNc6m54281d1uC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hsWy1EfzqlFGMX9h1ltNc6m54281d1uC > .row .container { border-width: 0; border-radius: 0; }#hsWy1EfzqlFGMX9h1ltNc6m54281d1uC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hsWy1EfzqlFGMX9h1ltNc6m54281d1uC > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#q5o3glMubqMtfcH4TWmstF0BfDxnVThZ { color:rgba(var(--color-primary-1),1);display:block;width:41.5625rem;position:absolute;font-family:"titillium web";font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:1.25rem;left:16.71875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HgTBExH9VRJUZTKobNOAdpnciMrFQiOX { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060546875rem;width:41.25rem;top:5.6875rem;left:16.875rem;display:block; }
#FvHrO5lGQnKPM46amyyIDw5xnxIWfmdP { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:3.75rem;top:5.625rem;left:35.625rem;display:block; }
#NHFM8ZSIgsWcoKtsElbSDgn7UgzegJWI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NHFM8ZSIgsWcoKtsElbSDgn7UgzegJWI > .row .container { border-width: 0; border-radius: 0; }#NHFM8ZSIgsWcoKtsElbSDgn7UgzegJWI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHFM8ZSIgsWcoKtsElbSDgn7UgzegJWI > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:39.375rem;width:75rem;position:relative;display:none; }#fE6Z36KCnCPVyTgApG5zEnhAEWRMy03t { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:17.125rem;top:1.2802734375rem;left:0.71875rem;overflow:hidden;display:block; }
#V1qTkzJ9tZaET81yMNHGZmlJiRu7DCb9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:17.125rem;top:1.2783203125rem;left:19.46875rem;overflow:hidden;display:block; }
#O7EXe3TEKzeFQwDDa53sZSnKsGwGckoR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:17.125rem;top:1.2783203125rem;left:38.21875rem;overflow:hidden;display:block; }
#xubPVwyAIHKTvLWDVXxk6i5vTArQEdqG { 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:11.4375rem;width:17.125rem;top:1.2783203125rem;left:56.96875rem;overflow:hidden;display:block; }
#bmtdfU8x0EZkPzh1kxcH9P72RNnVWl8g { 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:11.4375rem;width:17.125rem;top:13.6865234375rem;left:0.71875rem;overflow:hidden;display:block; }
#oqUDhAGreoEpy331bwIz3WGIaWaHZUrt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:17.125rem;top:13.6865234375rem;left:19.46875rem;overflow:hidden;display:block; }
#ofUTlZZshQJotloxJRbPwQPnUqCxkG6A { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:17.25rem;top:13.6865234375rem;left:38.21875rem;overflow:hidden;display:block; }
#GsTRNkfIhADPhvqI3WXSWcM71QBpyW38 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:17.125rem;top:13.6865234375rem;left:56.96875rem;overflow:hidden;display:block; }
#CgdG1lVio16AEPAKi6P33s3V7iX5LGrw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:17.25rem;top:26.0576171875rem;left:0.7177734375rem;overflow:hidden;display:block; }
#QfulGuDyC6OUTZIk05LQnk2r3md60cpK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:17.25rem;top:26.0556640625rem;left:19.4677734375rem;overflow:hidden;display:block; }
#ZBf02ItdPBcD2CDGMk5lDgX9Bq7lcBqK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:17.125rem;top:26.0556640625rem;left:38.2177734375rem;overflow:hidden;display:block; }
#vxW9QBd2idsxOQNTrQL3wZIolVHBupvJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:17.125rem;top:26.0556640625rem;left:56.9677734375rem;overflow:hidden;display:block; }
#mZgSbUCyASpWpw1dyq1AI68Km5EfaWAz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#mZgSbUCyASpWpw1dyq1AI68Km5EfaWAz > .row .container { background-color: transparent; background-image: none; }#mZgSbUCyASpWpw1dyq1AI68Km5EfaWAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZgSbUCyASpWpw1dyq1AI68Km5EfaWAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZgSbUCyASpWpw1dyq1AI68Km5EfaWAz > .row .container > .video-iframe-container { display: none; }#mZgSbUCyASpWpw1dyq1AI68Km5EfaWAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZgSbUCyASpWpw1dyq1AI68Km5EfaWAz > .row > .video-iframe-container { display: none; }#mZgSbUCyASpWpw1dyq1AI68Km5EfaWAz > .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); }#mZgSbUCyASpWpw1dyq1AI68Km5EfaWAz > .row .container { border-width: 0; border-radius: 0; }#mZgSbUCyASpWpw1dyq1AI68Km5EfaWAz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mZgSbUCyASpWpw1dyq1AI68Km5EfaWAz > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#TerJ2yFKqusKydnUQ0c8LNHlfbFJfGTd { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:"titillium web";font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:1.23828125rem;left:26.25rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTi1D3PiTktofaQszXtpFLPklQZevFGB { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060546875rem;width:22.1875rem;top:5.6875rem;left:26.40625rem;display:block; }
#FzAX9y4fEBZJ6nbrBv2IDGpZzBZdJqhs { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:3.75rem;top:5.625rem;left:35.625rem;display:block; }
#SbfuO4UD1uoSgTf8xyPy2H34THR1KSeD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#SbfuO4UD1uoSgTf8xyPy2H34THR1KSeD > .row .container { background-color: transparent; background-image: none; }#SbfuO4UD1uoSgTf8xyPy2H34THR1KSeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbfuO4UD1uoSgTf8xyPy2H34THR1KSeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbfuO4UD1uoSgTf8xyPy2H34THR1KSeD > .row .container > .video-iframe-container { display: none; }#SbfuO4UD1uoSgTf8xyPy2H34THR1KSeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbfuO4UD1uoSgTf8xyPy2H34THR1KSeD > .row > .video-iframe-container { display: none; }#SbfuO4UD1uoSgTf8xyPy2H34THR1KSeD > .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); }#SbfuO4UD1uoSgTf8xyPy2H34THR1KSeD > .row .container { border-width: 0; border-radius: 0; }#SbfuO4UD1uoSgTf8xyPy2H34THR1KSeD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SbfuO4UD1uoSgTf8xyPy2H34THR1KSeD > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#nXLqMDzlRpXO87eADXik4tVU9h9IFTZZ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.0625rem dashed #666666;border-left:0.0625rem dashed #666666;border-right:0.0625rem dashed #666666;border-bottom:0.0625rem dashed #666666;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:22.5rem;width:16.875rem;top:2.1875rem;left:4.25rem;display:block; }
#WopNxL1gZUBy6hmKgJsTbpTmAWbfcsxJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.25rem;left:4.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u4tu1gwNfqGP1EwJDKmSigAdtWmeMXI6 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.1650390625rem;left:4.96875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MGIRVePLJeFUMFMczMg3nT9WZnequBkR { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.0625rem dashed #666666;border-left:0.0625rem dashed #666666;border-right:0.0625rem dashed #666666;border-bottom:0.0625rem dashed #666666;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:22.5rem;width:16.875rem;top:2.1875rem;left:29.5625rem;display:block; }
#qCMBaqkAbpvFIbWq7pmiB3yKvLeaOTOS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.25rem;left:29.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rX1GPkiliSTlWNApHya8z1meCogRZm1R { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.1650390625rem;left:30.25rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l3HuR3ncfWvI6nK5kbAm7moxp8rieTtF { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.0625rem dashed #666666;border-left:0.0625rem dashed #666666;border-right:0.0625rem dashed #666666;border-bottom:0.0625rem dashed #666666;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:22.5rem;width:16.875rem;top:2.1875rem;left:53.9375rem;display:block; }
#hTafJSKKnX1Zx11ao6IXnK4rneWHf2C9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.25rem;left:54.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nNczlTDimEf4NMC00dVRV1XJE5KnZAhX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.1650390625rem;left:54.6875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TeqeTQRUOmIdIopIRqd3F47fNDnqpSmQ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:19rem;left:11.75rem;display:block; }
#XefvEANbP5Z4XhHKKoJS77TkAUe4Ax9w { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:19rem;left:37.0625rem;display:block; }
#f4zOFVfXoTxlOZKekgPEl1tKEfoiELiS { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:19.25rem;left:61.4375rem;display:block; }
#kMI48MQQRZm4vpGGEqU4PksOSLnRgtA9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.1875rem;left:4.9375rem;height:1.2991875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uibTU0TU8O6SI6G62mxVrOIBTTWLw4BN { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.4375rem;left:30.1875rem;height:1.2991875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hdNO5xpybqE2Ssw7tJum0wNkvAbBgngu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:16.1875rem;left:30.25rem;height:1.2991875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GRfABkcF3xM3uo7D81VgqDtEw9ku4LlO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:15.75rem;left:54.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eLxnMwdFOiSLqDtf50ySc38GKWMLSVfy { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:9.375rem;width:9.375rem;top:3.875rem;left:57.6875rem;overflow:hidden;display:block; }
#kRkZfFErc03Aw96DBe3DRV47AI0OMDoM { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:9.375rem;width:9.375rem;top:3.875rem;left:33.3125rem;overflow:hidden;display:block; }
#VaJo1NzUlckcZakyZETgPLOPWSfq5F3l { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:9.375rem;width:9.375rem;top:3.875rem;left:8rem;overflow:hidden;display:block; }
#TtSzc5IE8NkoxZTWfFNP4TVCNin1WzHT { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:9.875rem;width:9.875rem;top:3.625rem;left:7.75rem;display:block; }
#ZBqhi50QyhkO0lw0xC9014cMOuoPb1wW { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:9.875rem;width:9.875rem;top:3.625rem;left:33.0625rem;display:block; }
#o3EIJUWG7ro4QKZxLFTcIq5z5zONlmdA { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:9.875rem;width:9.875rem;top:3.625rem;left:57.4375rem;display:block; }
#vIHLSO1TT1Q3lm6goxUyLExFmF2zxo2A { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:15.75rem;left:30.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RzTv4Cdef0pOZN7etnBrPB29gHnrUNv1 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.75rem;left:5.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iUuupqMbW9kW3uJVgOqTTeGUAaGegHoh { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:16.1875rem;left:54.5625rem;height:1.2991875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TocbIFVapACwhADT2UdETDKU0BbxDegz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#TocbIFVapACwhADT2UdETDKU0BbxDegz > .row .container { background-color: transparent; background-image: none; }#TocbIFVapACwhADT2UdETDKU0BbxDegz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TocbIFVapACwhADT2UdETDKU0BbxDegz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TocbIFVapACwhADT2UdETDKU0BbxDegz > .row .container > .video-iframe-container { display: none; }#TocbIFVapACwhADT2UdETDKU0BbxDegz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TocbIFVapACwhADT2UdETDKU0BbxDegz > .row > .video-iframe-container { display: none; }#TocbIFVapACwhADT2UdETDKU0BbxDegz > .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); }#TocbIFVapACwhADT2UdETDKU0BbxDegz > .row .container { border-width: 0; border-radius: 0; }#TocbIFVapACwhADT2UdETDKU0BbxDegz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TocbIFVapACwhADT2UdETDKU0BbxDegz > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:26.5625rem;width:75rem;position:relative;display:block; }#n9ykWloETxWQWGTyTyTmlgXB7Hua5AS4 { color:rgba(var(--color-tertiary-0),1);display:block;width:70.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.88671875rem;left:2.4375rem;height:22.047175rem;display:block; }
#fUDTKOfMeeNbPK9MV3vbnmTDMi2R8J9U { position:absolute;display:block;z-index:15004;background-color:#666666;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.0625rem;width:75rem;top:26.5rem;left:0rem;display:block; }
#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row .container { background-color: transparent; background-image: none; }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row .container > .video-iframe-container { display: none; }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row > .video-iframe-container { display: none; }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .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); }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row .container { border-width: 0; border-radius: 0; }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#KbNa4rhBpcVb8bxfZIoL3fnzFFUx5qXf { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:15.1875rem;left:60.3125rem;display:block; }
#MKbbHG6kFqygbDmyW6dV6955Cwt3Anp2 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:15.1875rem;left:64.6875rem;display:block; }
#ByuZir1rv1FSXr7POD6XZtQyc2NdgWIw { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:15.75rem;left:60.8125rem;display:block; }
#rgED3SN3bPB98I6F11HborpLCcKCgZ4G { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:15.1875rem;left:68.875rem;display:block; }
#brBeiUFuRNfFttODNSJ6eH9ID0q6yAlX { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:15.75rem;left:69.4375rem;display:block; }
#U7UuipnAlC6o610bqJcm1Exhb1tV8bXz { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.0625rem;left:2.5625rem;height:4.90161875rem;font-style:normal;display:block; }
#Und6NuuaJ8tSTbTe2Muxo18hXACXOJw3 { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:7.8125rem;left:39.8125rem;height:2.4508125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w0OfWRvroVWZ3iAzfk7yx2GrVRyT3z5c { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11.625rem;left:36.3125rem;display:block; }
#OFCcDx1CZDAT40zEewFPWT1m3Po6fy9T { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:7.625rem;left:37rem;display:block; }
#fMyrJ4ocMzXdIgZVSz3s2O2sybWyt2dc { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.625rem;left:59.75rem;height:1.22540625rem;font-style:normal;display:block; }
#N7sybBE53tTPOe7hzcp7eB00uTngTRX8 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:5.375rem;left:57.0625rem;display:block; }
#VRdhH7GakB2PpGMJcAtZfmACknNqs9Sa { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:5.75rem;left:39.8125rem;height:1.22540625rem;font-style:normal;display:block; }
#tJRJcZCg8bqVwsnyilJf0yDkk8ABRoKR { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:5.375rem;left:37rem;display:block; }
#Rlekeef8vtTpkXPei7Vra1goDltmJtfW { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:13.6875rem;left:60.3125rem;height:1.05rem;font-style:normal;display:block; }
#bEa0QiVRAUnxs0a3o5xKm19QCAEl8BDD { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:3.75rem;left:37.3125rem;height:1.05rem;font-style:normal;display:block; }
#WkwJzhLRmc9u1F1DyNGTAqnLZy9okZkP { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.4375rem;top:11.6875rem;left:2.5625rem;display:block; }
#safQgyGWeWniUl9olm926qBMMhH67QpD { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:15.75rem;left:65.25rem;display:block; }
#rFm1O37C4bvrzqfRtotZXx5MdTKGt0kV { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:7.625rem;left:57.0625rem;display:block; }
#UWSaRq92LnbBXHJCFp39LTAqLuX8BUNB { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:7.875rem;left:59.75rem;height:1.22540625rem;font-style:normal;display:block; }
#IDim3cZiADuiDE5cDBkN6HKWwOX9hDOS { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:7.25rem;top:1.7373046875rem;left:2.25rem;overflow:hidden;display:block; }
#s9eRIwTf4kcTGgJcy4OdM6QH8MLNUV46 { position:relative;display:none; }#s9eRIwTf4kcTGgJcy4OdM6QH8MLNUV46 { border-width: 0; border-radius: 0; }#s9eRIwTf4kcTGgJcy4OdM6QH8MLNUV46 > .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; }#s9eRIwTf4kcTGgJcy4OdM6QH8MLNUV46 > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#toRUcz2HRo7k1IU8cUAUSBGA6suCa6L6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.99858125rem;height:2.1875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.06201171875rem;left:37.1875rem;display:none; }
#CNP0EI2ahEGVyUyJ3ckK5JGGch8BRlLL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTC50NZIq6gu34zc1Fv9MwGIyMil2HcP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mTC50NZIq6gu34zc1Fv9MwGIyMil2HcP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#NZD8uTFtXOZWiV5fw43vwPVTZ1ahLecc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.99858125rem;height:2.1875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.06201171875rem;left:37.1875rem;display:none; }
#h7XrkztIhM80klNy5EMGPAfwEo2BhIEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4Mwzhpzglnxkc2CrhP3ZUvbIFo9PwcG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#T4Mwzhpzglnxkc2CrhP3ZUvbIFo9PwcG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Dl9C9OCwteJuz4CP0FwrDxtKmgdm9MiT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.99858125rem;height:2.1875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.06201171875rem;left:37.1875rem;display:none; }
#l2tJynGHDcrW6GXWyLlquv8uCoX5KWXw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HMw84o4oexWVXkxP7od0SWbTMeDSocfm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#HMw84o4oexWVXkxP7od0SWbTMeDSocfm > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#feQy0Lx90FKhb4q8hZ7FBqea0rDSTUkC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#feQy0Lx90FKhb4q8hZ7FBqea0rDSTUkC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#EV6rIGN9wnXJgAlF7TTQrcKRABF8UGDT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.99858125rem;height:2.1875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.06201171875rem;left:37.1875rem;display:none; }
#QxTsgeqZMH5376OGgOkTFiqv7rCovtoe { 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) { #ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr { display:block; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0DGBKW3KHFkLU3KGL7JcTgFTH6TbeU4 { top:0.625rem;left:0rem;width:7.5rem;height:2.374175rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovG2UTJnoZsKBTh7QA2x1nBXwWKTMR3G { width:5rem;height:2.8125rem;top:0.375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPGNkbay5z9PpWkzhcJyQA8J5HHQinXN { display:block; }
 }@media only screen and (max-width: 763px) { #n1JQ5MwtzcA1UVx9sWxEgMkW9cD3V2ho { width:8.875rem;height:2.1875rem;top:1.125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUNfvSfKr0O2wdMRD6l88kuEgWLeNeZV { display:block; }
 }@media only screen and (max-width: 763px) { #sCBQD6HucUFOBhILvL8TFV6bONHlrfoC { top:0.75rem;left:10.436721801757rem;width:10.8125rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMrtcTyxq0iqgORCwUmzv57lBgpqPnpw { top:1rem;left:0rem;width:13.125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIIszKxhkgxBf8i89EPnheFmLs4vtUC8 { width:4.9375rem;height:2.8125rem;top:0.4375rem;left:36.999221801757rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtKp9hnsAlJODZQwNsQ13hoVkNVubkrW { display:block; }
 }@media only screen and (max-width: 763px) { #tOxZqQ0bSxTZxBtPLzZ4pu9czlqMSoVy { width:8.8125rem;height:2.1875rem;top:0.8125rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGwMg6gCDKwsbhqLXCPlth9GWOdlLna5 { display:block; }
 }@media only screen and (max-width: 763px) { #AkMURu95RinpEvBXT2WWl0SZR2AsoAti { top:0.75rem;left:47.75rem;width:0;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW4iqayKazDM7964bL2nTFkL4mnkehyI { display:block; }#pW4iqayKazDM7964bL2nTFkL4mnkehyI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gyyrl7oApMzk0ue7fQBe9ctrvyg75Vv7 { width:8.875rem;height:2.1875rem;top:1.125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EawXohtLNDT7AVe2ZODQCOK4utn8RWAQ { display:block; }
 }@media only screen and (max-width: 763px) { #zPM54DFoUVzDp4m1BtP7g3ed7C7uMmmD { display:block; }#zPM54DFoUVzDp4m1BtP7g3ed7C7uMmmD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWso9vIDhFhDNAp1hkhL0ZThgaQGaWw2 { width:47.375rem;height:5.3125rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRb2K3WuEWJ6dSwSFehHl5KC4NZsTIgN { width:30rem;height:2rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFvLdTN0q4FaHoPk4ZO3C3TwwtIL9EMS { top:44.6875rem;left:22.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
#RFvLdTN0q4FaHoPk4ZO3C3TwwtIL9EMS > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #JPOnnHloLLzGnHV2Ir4MR72ZJ8wPn901 { top:2.8125rem;left:0rem;width:20rem;height:1.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRSFk7HuTtTItb5crWRzoeM0x36b230U { width:19.5rem;height:1.5625rem;top:0.625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #llUAwDxNOgFTuHF6s2dGA8VEsdmNDRO5 { display:block; }#llUAwDxNOgFTuHF6s2dGA8VEsdmNDRO5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9iKAzlADblcqo3FJ62a42i2rZh12TA5 { top:0.25rem;left:13.647657394409rem;width:15.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEx51srzwcNGLao9ZnOIPX75HnixX7Jd { top:30.9375rem;left:4.5625rem;width:38.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQeDiwXMoSTuVkvBVi6f71hqKOxpZ6Ux { top:44.0625rem;left:22.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
#fQeDiwXMoSTuVkvBVi6f71hqKOxpZ6Ux > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #szIrCNP6zbyRg3fsri6JiNQtp2tKTnBe { top:37.4375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeIS1uS7fppZaD1e4bu5y9nZCLObvSzA { display:none; }#zeIS1uS7fppZaD1e4bu5y9nZCLObvSzA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OKZ1TqhFgLzOckT6QtelMr21ZGuy5pqB { width:47.75rem;height:6.125rem;top:2.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkdpoVdHvMaMTSoJo0ytL8eMnThfTv7u { top:2.25rem;left:0rem;width:21.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWKtCVcSTJFI3UNtqmcubTsTdB1UDIPw { top:18rem;left:0rem;width:23.75rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCVDTl9HR13QCAi9gvZKHTkt2D6TUwAo { display:none; }#HCVDTl9HR13QCAi9gvZKHTkt2D6TUwAo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XtJSBgHOHaKurw6kqOiiTlSahMPEKIsf { top:23.1875rem;left:3.3741493225098rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdGH64OXA4XW9RU5zsXB1MEDLDyDRfyF { top:18.875rem;left:3.3741493225098rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #anHWCp6bItE3ooaZtb2BqoEf4kdCxJLd { top:12.5rem;left:3.9995346069336rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKN6UaZba38bZctEeMyEnGPS0MriyZ8O { top:4.375rem;left:9.0625rem;width:29.875rem;height:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2ez4G5Osi032wXhSiSPRMEiqfw0vHgE { width:20rem;height:3.375rem;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7KbRZJ1KLpt0StbmFg39zrA9p8Hmy1N { top:6.4375rem;left:1.8739166259766rem;width:44rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkZsHUfcgtLERmXZF9wS8s0aUHO7dFVt { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH2bCX6Sd07XDyJQK8N2xE7q6EmXLB0v { top:8.125rem;left:1.875rem;width:44rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oss41bgvePal8XZsesg6Z73oPMo7gT3M { display:block; }#oss41bgvePal8XZsesg6Z73oPMo7gT3M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMy1De13D6DxRdoXcNMmEzFu187LSlyU { top:3.625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMIHNmPsZSAADwR00mG8qNCWpogeobke { top:8.25rem;left:0rem;width:47.75rem;height:21.562894736842rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMxo3T8s87XuCZDmrSl4m3ttPtrOK1DH { top:34.625rem;left:0rem;width:47.75rem;height:37.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygR5UNb0xMhW74tAd0szAqzZXR775iTp { top:1.25rem;left:0rem;width:47.75rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #izunb5P6eNZBcElZgZgEdBPtdwBwCfya { width:45.1875rem;height:25.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAtIRT4xREftTXXxI2ul1xy7uRXXegc8 { display:block; }#MAtIRT4xREftTXXxI2ul1xy7uRXXegc8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsewlNIkQILuVCvDXh3fTxwERWx070pQ { top:0.75rem;left:2.375rem;width:8.4375rem;height:5.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcQqzfX2eEB6qiJ66a3H839eyLhN1iAv { top:4.125rem;left:2.6246147155762rem;width:12.875rem;height:5.75rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdDbkQ7PqtN0K6OFbTKwLyH25rwkGqHs { top:8.0625rem;left:2.6246147155762rem;width:8.4375rem;height:5.4375rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdRQaE1KWOGSW0i9VIVH505z1t3VOpmJ { top:9rem;left:11.6875rem;width:9.25rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS7mNVNLyvTmpHhR5Bg71EMTvs3SUK4s { top:1.375rem;left:2.1875rem;width:13.75rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCOd4ZruMWp8d1nwaRRCznTdy3S8t9ey { top:9rem;left:36.061340332031rem;width:9.25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWw8D9J4KRF0lOTouOd3EgmC8cOqQBBN { top:8.0625rem;left:26.999610900879rem;width:8.4375rem;height:5.4375rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU8fbUOls25fD9ErlLxJbrzA5oE5aEgZ { top:4.125rem;left:26.999610900879rem;width:12.875rem;height:5.75rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyRNXsJGQ00oezVTk3ms1aptFvQlQenP { top:0.75rem;left:26.75rem;width:8.4375rem;height:5.5625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anNwQ1mQI5UxM1SwJBHdwVNT60mHxwUc { top:1.375rem;left:26.5625rem;width:13.75rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfMuehva8xlvBand7JeX2UFGlgXtstnM { display:block; }#HfMuehva8xlvBand7JeX2UFGlgXtstnM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrImZThoXW21QeaxdQo8kSUb7WNKzo30 { display:block; }#lrImZThoXW21QeaxdQo8kSUb7WNKzo30 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIPcTQwkTE9cP5TvN96WmNI4fIcy2HnJ { top:22.875rem;left:3.3740234375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElrFThaAOxna1O1D6OzJrgBtISbVSs60 { top:18.5625rem;left:3.3740234375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxWAdT4MPOpibKWWb8Zg2B0bo138XcSI { top:12.1875rem;left:3.9990234375rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTm4LnU5c2fWxxOZTLIsltGrtIxD8XoB { top:4.375rem;left:9.0625rem;width:29.875rem;height:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ww3RG1z8bmf3U55iTsP8fHZvylO23ro8 { width:47.75rem;height:2.25rem;top:6.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0GO1e1S0aZh4FlWgkPhQO9TxeMR7SS2 { top:6.25rem;left:6.3125rem;width:35.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mau1U5tvuvKLsZPN1KC97sD9MEXtb4cl { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frHWgZhqqpEIgHkzLffZOqddAeCkkCnG { top:8.125rem;left:1.875rem;width:44rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WoSTNcPRIvAgzhE3HzkTnTCeuIGoq9ZZ { display:block; }#WoSTNcPRIvAgzhE3HzkTnTCeuIGoq9ZZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aw8rcxToFkvETL8ABQ7JPc44TFZu47Fa { width:13.875rem;height:21.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv9PzA6ekq5a8ei289sso6W27mdTP012 { width:12.4375rem;height:7.25rem;top:13.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDBic6TTKuoD49xbiCnVHbiH6rNTTOGy { width:13.875rem;height:21.875rem;top:2.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6bFZbT97r3M9rGdb80asl0GtIPuken9 { width:12.4375rem;height:8.75rem;top:13.5625rem;left:9.5625019073488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CngFAlhZSQH6voXUrZIUb0FaIhz1c0VJ { width:14.875rem;height:1.75rem;top:9.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whtW5myG5V8G7D6TeOM63haBCanuK7OD { width:2.8125rem;height:0.0625rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwyG0uUmXtEsTUlsiW1SeegNzDvq8Pr7 { width:2.8125rem;height:0.0625rem;top:12.375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4DlRuprhGAAnBlmlBwhSgK3UMPwlJ2T { width:14.875rem;height:1.75rem;top:9.5625rem;left:8.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIZXkonWEuZSzU9nW60vGC2zNgZQUPIp { width:13.875rem;height:21.875rem;top:2.8125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdhOwZqktZCD2v6dzdvczLciL4yTqPAf { width:12.4375rem;height:8.75rem;top:13.5625rem;left:25.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCItVvLmem8bVETBRmU8PC7maibmvvES { width:14.875rem;height:1.75rem;top:9.5625rem;left:24.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrgF6ry9AfP9GRIBHlKDAcIfhvDZvBmJ { width:2.8125rem;height:0.0625rem;top:12.375rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9NuSPuw44bw6cLdRlJBBGwt1rU9wnTf { width:13.875rem;height:21.875rem;top:2.8125rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGqXDNr5t2p5bzlBvW5eG64GuavDfcB3 { width:12.4375rem;height:10.1875rem;top:13.5625rem;left:35.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn8xyL1ykrTAG1JvspFIKynpJTpx4hEz { width:14.875rem;height:1.75rem;top:9.5625rem;left:32.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxPHraQHMni9JTs6cMMyIEbXMHhOQbZ9 { top:4.375rem;left:14.1875rem;width:3.1875rem;height:4.1676070128731rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXTo7TzD6i6MhTMoQqx49H1XP0n3Lazn { top:5.0625rem;left:0rem;width:1.5625rem;height:2.7642066008836rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4EDr4KFLv8lo2ilPZEEvrNcwIZlv6IJ { top:5.0625rem;left:0.0625rem;width:1.5625rem;height:2.7642066008836rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwovS7hnU9PrE1zRSnpfwBWcf3rR9Eio { width:2.8125rem;height:0.0625rem;top:12.375rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0ntqcTJzfre0JIluzcIP24X7TIWrW4Q { top:4.4375rem;left:43.1875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al5HRFizPs47VLKGFGMf6JJ1NcHQy7sI { top:4.625rem;left:30rem;width:4.0625rem;height:4.0625rem;display:block; }
#Al5HRFizPs47VLKGFGMf6JJ1NcHQy7sI > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; } }@media only screen and (max-width: 763px) { #osJvhadp6VcX31Q3fv2QxRnIhLghlvDJ { width:19.9375rem;height:1.75rem;top:0.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s27mWfDRBeHWuPbLBid0M6ExTSNISHaL { display:block; }#s27mWfDRBeHWuPbLBid0M6ExTSNISHaL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwbyr4bNh3IvM5mBnZkPT4RNQENvsPGu { display:block; }#fwbyr4bNh3IvM5mBnZkPT4RNQENvsPGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dp4xv0oCX6g6eI9yp29a8Dxaaz8AVk8J { width:35.625rem;height:3.25rem;top:0.9375rem;left:6.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3369Bgl3OB0SXNck16WslsHdcUVT7Wz { display:block; }#Z3369Bgl3OB0SXNck16WslsHdcUVT7Wz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b64JCTE8ST612Jl1xVypSyJy7yDQsCPQ { width:47.75rem;height:4rem;top:0.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzXSCPy4cRmhoEorzTyiLKnMvXDMEnQ1 { display:block; }#ZzXSCPy4cRmhoEorzTyiLKnMvXDMEnQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u13uxzrLtueghzCSaT6SsDIyhaOOTfeR { width:35.625rem;height:3.25rem;top:0.9375rem;left:6.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i91HU1fiVwQuoZZaWGo2icFJwTvUHMsR { display:block; }#i91HU1fiVwQuoZZaWGo2icFJwTvUHMsR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpwQR6XIQDBuabt1aibmnTtDUUeQ1OZa { width:47.75rem;height:10.0625rem;top:0.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl14wUd3970PtCfNmhGyoG3TVa6CpK3a { width:47.75rem;height:2.1875rem;top:12.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2fyIIdBV5IBd5HPcUZ7bqgzxTGonu35 { display:block; }#y2fyIIdBV5IBd5HPcUZ7bqgzxTGonu35 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxaJo0Tq6pczo7bCwZ7vmiOtW1PKK4q1 { top:8.25rem;left:29.625rem;width:5.875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoHsyIn0bS8tiPm5oZQsHEvu9NIn8VLh { top:8.25rem;left:36.0625rem;width:5.875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7tmHtN7nZ6LlsgCskE5yQbKmBV9DuOk { top:8.25rem;left:41.875rem;width:5.875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCdGO7cZqlmEyZgkDqCMpT40lR7S4hty { top:8.25rem;left:41.875rem;width:5.875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTzbEUBQy30KaPSyT6Bg7oH3W9NfbaK0 { top:8.25rem;left:41.875rem;width:5.875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaNlfAfnLWBdaRGdAEQrmdPWr0LFZU4e { top:8.375rem;left:41.875rem;width:5.875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJaP1zx1JdvlwPBrPBTLXsquygmHHdTF { top:4.9375rem;left:31.4375rem;width:2.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTyDTzToPZVxyaMySvrGCimn2vOKdes2 { top:4.9375rem;left:37.8125rem;width:2.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlaqNtkXZTUElimH5ZX15z2VZQncDhkk { top:4.9375rem;left:44.3125rem;width:2.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBuA3BQzlzX0DZdTTlhgk0aoCRXHTEBJ { top:4.9375rem;left:45.1875rem;width:2.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1DvlE5wflzwVXGgTOwO6yQrSUQ5vDHf { top:4.9375rem;left:45.1875rem;width:2.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxZzOVvbcMoCZStbbnhlioboXllPh8Qs { top:5.125rem;left:45.25rem;width:2.5rem;height:2.8657163559006rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd3cdrTCGoW0torbI63toaTSHRPyD5mu { top:5.125rem;left:45.1875rem;width:2.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uttZuSQ8oPGZ5OgP5LvdMmSMCaomR2OO { top:4.9375rem;left:25.125rem;width:2.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktNAQCiRLBAxDQc7CRwS8Prhn1luGZiP { top:8.25rem;left:23.3125rem;width:5.875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHkHtLstzLc54eidDKqOMu1NRtmako0l { top:5rem;left:19.0625rem;width:2.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZZZZH6cfC0toH9ay4lKHoCgHTxokBTO { top:8.25rem;left:17.3125rem;width:5.875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEZy0ZRkdWx0XBgrDrmeMtaIhaCFpqMq { top:4.9375rem;left:6.5rem;width:2.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #laP1y8tJ8nAA3SCTy0g4ci3aVAxZ1lIu { top:8.25rem;left:4.75rem;width:5.875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB3l9U5qRpS3qQ8fv7fvmxxAoKWQsyyL { top:5rem;left:12.75rem;width:2.5rem;height:2.8653121767473rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErgNpAo00oxaXuT4Ioba3pwcNF64zDJE { top:8.25rem;left:11.0625rem;width:5.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIO1R1flpEXrS5QuWTwfJTk4Flz71frT { width:47.75rem;height:1.9375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgXPfqEKih4i9T7X6d8y41ychPeDCDms { top:4.9375rem;left:0.5rem;width:2.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9gVCibdOXqIogbgAAdx1ELLJJSFzqHy { top:8.25rem;left:0rem;width:5.875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocyq0SJI4Fyn8TuxNxKlbTrO3iH6ou9C { top:4.9375rem;left:0rem;width:2.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKXL5nREmNSRheZ0J9vlIT5e5eKGC13r { top:8.25rem;left:0rem;width:5.875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItZ2VKTZQ6wCvbWxoURG61JdAaGJ6Rbs { top:8.25rem;left:0rem;width:5.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhgBqETrwD2uXBFBmz2qCMTTfZDgHaUd { top:4.9375rem;left:0rem;width:2.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtkJEGmUwQSKFJfcL60Id9Nr5VnR7O8E { display:block; }#AtkJEGmUwQSKFJfcL60Id9Nr5VnR7O8E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6QbXietpQPbfcAM9M7BrN7q6oBm6f70 { width:47.75rem;height:3.875rem;top:1.1875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKpU2ccg24vequEy3sRRidgRFgqLHUTE { width:47.75rem;height:0;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekp5dshh5ki5TLa9GggTgPAQPqwU1Tsl { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETDo65Vgey7SfkAFBZVanOvww5WltbvQ { display:block; }#ETDo65Vgey7SfkAFBZVanOvww5WltbvQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOhvLTThOp4XkZbbglURfvMc7QVJN4SM { top:3.625rem;left:3.875rem;width:40rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ub08eRC0lUmKaVd4FSZDgbHJuLFWpKlU { top:3.4375rem;left:3.875rem;width:39.9375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8HNquTgGwTzRpzNwHpxJTrv6okk0Mt3 { top:0.9375rem;left:0.4375rem;width:46.875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb1NxtLXJteewNH8yG4ATaZkeMbHoJ1n { display:block; }#bb1NxtLXJteewNH8yG4ATaZkeMbHoJ1n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJkEh6oK11yeW7ewKcVvG68oN20QcF16 { top:5.3125rem;left:3.8740234375rem;width:39.9375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLKtT4hmdTK6blJpKkWH1tgc4lwTJMog { top:3.625rem;left:3.875rem;width:40rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qEaRvyhlHs8yOZk02dfZk490Br2J9bgV { top:3.0625rem;left:3.09375rem;width:41.5625rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZxIkhKDxLPIEq7zvJ3pbbGzSxB0Ephg { top:0.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIBMRCqR3VXFi2vS6zKM8D652ikT7bpR { display:block; }#OIBMRCqR3VXFi2vS6zKM8D652ikT7bpR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWBrbOhDgs84wGoR7FyhyB3rGp5kTcPn { width:34.0625rem;height:3.875rem;top:1.25rem;left:6.84375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQfQFVqcQXAIW6GTvHhw2ZPAmly4x65L { width:33.75rem;height:0;top:5.6875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHeyqAlXCv8lDy8rnmMttAITDZWQ8gyV { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkfMfcLSy90id0lmZr7WHbnFr6vGhKfb { display:block; }#LkfMfcLSy90id0lmZr7WHbnFr6vGhKfb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #angyM0oMsTDhHoWzmJhbZBDDbcMHHuVi { width:32.5rem;height:3.25rem;top:0.9375rem;left:7.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKXC0tMcex4KyVF3yu8qtI8KPtOvva1r { display:block; }#UKXC0tMcex4KyVF3yu8qtI8KPtOvva1r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3NNbeTWIs3lMs4BPbxGKfW5W8p8bqvs { top:9.5rem;left:8.79146194458rem;width:11.25rem;height:2.6871875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbLBkx2aGcmzU040map3IOl06599EoTV { width:17.5rem;height:6.6875rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWzg29H63TBLKslhTAl5qINh7vRhT1ET { display:block; }
 }@media only screen and (max-width: 763px) { #lle4k8oQimTt2VUeZNIAvubhhoDU5OAv { top:2.6875rem;left:25.375rem;width:16.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zopyeURcqlrBxu4IarfGZ4RIrETFD3ZS { width:17.5rem;height:6.6875rem;top:1.25rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y96CP748IBKTE1rMusx1AOtl6xoSBAin { display:block; }
 }@media only screen and (max-width: 763px) { #ToesXntJywksWKISXcikErQl35cP5WPw { top:2.625rem;left:10.25rem;width:8.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnRTy6Cy7flpDn2kXWZoZTTO13AkxmFn { display:block; }#ZnRTy6Cy7flpDn2kXWZoZTTO13AkxmFn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQdTOWkqLfrkO9yvaGy7vfGueEq8pz5q { width:32.5rem;height:3.25rem;top:0.9375rem;left:7.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZypdui365Xk8CEnG6mwsDcFZe9JMPdU { display:block; }#uZypdui365Xk8CEnG6mwsDcFZe9JMPdU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzGXsmS5Gh9VsKrTZ1HKP6es7PsKvRWD { width:16.25rem;height:6.125rem;top:1.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REGxJOp8FapvLKg3FEDTKTdaVyHcBJVA { display:block; }
 }@media only screen and (max-width: 763px) { #TTtOQZm1NMVrDvghdxbZHPTwMdKIylkI { width:16.1875rem;height:6.0625rem;top:1.25rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1qkMDZ4TzKt5sK9A6BdsaTpB4SpIATM { display:block; }
 }@media only screen and (max-width: 763px) { #wL1lMALa9tiZDzFBbS3ErrMmSUdvSnxZ { top:3.8125rem;left:35.75rem;width:11.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMXQuBKbwm59ox5S9vw2B1parPCyJDlK { top:3.75rem;left:19.25rem;width:9.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBuf5MReRQbE9M8Ps91f0XsEhxq6FiRE { width:16.25rem;height:6.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkFi2cym3aGPDxGIDo3J09ddQFQeTqeO { display:block; }
 }@media only screen and (max-width: 763px) { #vxQQaT8N3gK9okJVo7wzdw5R9R1IlEoq { top:3.3125rem;left:1.4375rem;width:9.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN7nMXVny2AIwWzGFC298UUHyCcxqZes { display:block; }#dN7nMXVny2AIwWzGFC298UUHyCcxqZes > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCDTembHwzcdnbGUVJ1losItq9Mv4cxC { width:32.5rem;height:3.25rem;top:0.9375rem;left:7.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIX8uH1qcBWAbc4THTyPvDNldNLRkANG { display:block; }#CIX8uH1qcBWAbc4THTyPvDNldNLRkANG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BN0rSi4CgmxxBTO7RCBaLOylKymvstLz { width:12.4375rem;height:4.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZEyOQJcFCA6XuFCkRITgsiWV9uAni5k { display:block; }
 }@media only screen and (max-width: 763px) { #y1ovIOWK7vOS8zWiw71OdJgqQBBNqUz1 { top:2.5rem;left:25.875rem;width:9.9375rem;height:2.360352699138rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydPMMSe1vep3TH744WNGrIEuAlvGyERy { width:12.4375rem;height:4.75rem;top:1.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFkxDkBSbDiF5pIQWIdNpTC5TeBicobX { display:block; }
 }@media only screen and (max-width: 763px) { #cuEc3lsVGPqei8yLXX3OO8GVH0ud8cbd { top:3.125rem;left:0rem;width:6.8125rem;height:1.1147518933884rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyy2PyI0hWnQhmhxlTyWnqa6XE9KxP8F { width:12.375rem;height:4.6875rem;top:1.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEIKUwRizuGLar9VXJ0H5QVDTEO0SpLn { display:block; }
 }@media only screen and (max-width: 763px) { #ubWe9RyoxaIDt6AQTF4Lm1W7dVt04kqO { top:1.875rem;left:13.1875rem;width:7.75rem;height:3.5337626412136rem;display:block; }
 }@media only screen and (max-width: 763px) { #T74LeEPNPJSiQ4k9n5l6DZc4h1ZxMzPw { width:12.375rem;height:4.6875rem;top:1.25rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRtfPIZ4HLvJaLokAokJUlPrrTa8NonI { display:block; }
 }@media only screen and (max-width: 763px) { #w1QCOy8OTMMvdJc8tT6DUNM6XGpPddc4 { top:3.125rem;left:39.625rem;width:8.0625rem;height:0.99211398359849rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUiLA8CHrCuHBJTZZBpKDfr4GC9cf3qc { display:block; }#iUiLA8CHrCuHBJTZZBpKDfr4GC9cf3qc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y21ZZr9gEiTaucVGK63VE0bszDZ9G1rl { width:30rem;height:3.3125rem;top:1.25rem;left:8.8750019073488rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aURllby5OZbOzuZvSiXd5bqss5d4gqdl { width:25.3125rem;height:0;top:5.6875rem;left:11.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LycFn9s9XfDec4fFf2s6l4OeluGg0dpz { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7HdMS90v05aW4qlqG6SNduFdfRvg5OX { background-color:#ebebeb;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;box-shadow: none;display:block; }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row .container { background-color: transparent; background-image: none; }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row .container > .video-iframe-container { display: none; }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row > .video-iframe-container { display: none; }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .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); }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row .container { border-width: 0; border-radius: 0; }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCDBmnMLQdDFPgS8IRLpranKck8I73OL { top:6.625rem;left:0rem;width:2.1875rem;height:2.1875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #tvG0GeoTKrQeoTwvTzIM2FkzPRSzlSgW { top:6.8125rem;left:0rem;width:9.75rem;height:1.75rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #vdMiAdtaz899qhMfBcTSMIxbItUSVAkM { top:10rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #T9iOkPeIgIdDDTWuefOyQAylGbdmi9I1 { top:6.875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #msVJPivtTJMzxMmSBiup0ZZxsKl7336p { top:5.3125rem;left:0rem;width:47.75rem;height:4.6875rem;background-color:#cdb3fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mQfwrJAIiKwlENWGidCBqJNsqBrv13fB { top:13.125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #UD19tBWBOmGMM7rQA0qRi0izzS00ISIB { top:11.5625rem;left:0rem;width:47.75rem;height:4.6875rem;background-color:#cdb3fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LvreDcTK9iZgk6gGHTOsVGGxGnhIGqcI { top:13.0625rem;left:0rem;width:9.75rem;height:1.75rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #FC74T7pKLyreuBsgFxS0UTcuzGTPJNAa { top:12.875rem;left:0rem;width:2.1875rem;height:2.1875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #CqdUsC7h2DgPBw4k1K4bAEWFKcMI9FzS { top:17.8125rem;left:0rem;width:47.75rem;height:4.6875rem;background-color:#4915a5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #H2EaGvQpNwhEpcuhGNTAq4mRi0dhPSdI { top:19.375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #OFLuQTIIlnyglCrC4kcBgPzslzbHquTE { top:19.25rem;left:0rem;width:9.75rem;height:1.75rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #hz29wsXy2TvFXpSVXxkV6lvTBpZQeIHX { top:19.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #CfZVEFghgH4oTRXuUgiG0a15tDHs2fi2 { top:25.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #inTdUTsOskTamz6E1G3bRpphHGRFGIsh { top:24.0625rem;left:0rem;width:47.75rem;height:4.6875rem;background-color:#cdb3fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VVgoyz2SZyW7n1wipaTSzwqmNKd4H67G { top:25.5625rem;left:0rem;width:9.75rem;height:1.75rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #CkI3aMlQV5Fsmhob3DE6QcGErFQ397oz { top:25.375rem;left:0rem;width:2.1875rem;height:2.1875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Hq11JdgDF7Bm3dVSJOn7gT5awE8IdxBv { top:31.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Zt5V4fgeMSEn9kNhF7NDptlKRLndgzMp { top:31.75rem;left:0rem;width:9.75rem;height:1.75rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #KbVBqlz1LOWnHqiKc7aSGUODT77SaTT9 { top:30.3125rem;left:0rem;width:47.75rem;height:4.6875rem;background-color:#4915a5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LcghvfmNJSQfKs552pUhEETpSPo8XDBW { top:31.875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #HBPXIfxAwyGlu0VHCphkyXkZKcoT5R25 { top:38.125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #yPO9ZHSL8zgD8CB4FmWrxnMMopUWbDBl { top:36.5625rem;left:0rem;width:47.75rem;height:4.6875rem;background-color:#cdb3fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kCb2mRuz2mpCAXG04OgToTqTSFDSLqtG { top:38.0625rem;left:0rem;width:9.75rem;height:1.75rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #Xm8Rn2eTTXLBtVTVQyrpgntvLDH55eHZ { top:37.875rem;left:0rem;width:2.1875rem;height:2.1875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #xawz2dZfsnbtL3BKMvgVWad6OBW6HGZ3 { top:42.8125rem;left:0rem;width:47.75rem;height:4.6875rem;background-color:#4915a5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sLGGmrIflc4eP6aK69ckaHsfFlJAHHgT { top:44.375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #EZibBOXh1ya0Fyx3wWev4iHmk1IcXb5C { top:44.25rem;left:0rem;width:9.75rem;height:1.75rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #GXQBzKADkBZwZ5oLciU4Je0JozG2Dy7C { top:43.75rem;left:0rem;width:2.8125rem;height:2.8125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #f4qEgVaH7GERPOCRrv2dR4xJ5L5qaUgt { top:49.0625rem;left:0rem;width:47.75rem;height:4.6875rem;background-color:#cdb3fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ykTGgbmh2sXmyQ1RmBF2L1K7hm2EllQD { top:50.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #F8s4bcpk7VvwKCUWJtRdTabpX2GXMy7i { top:50.5625rem;left:0rem;width:9.75rem;height:1.75rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #oOPWo8upy8XzMV6ZZiIM3sATxQ8T7BT8 { top:49.875rem;left:0rem;width:3.125rem;height:3.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #dE69KaGZVUR4f4OwLqRlB0svOWInLU3y { top:55.3125rem;left:0rem;width:47.75rem;height:4.6875rem;background-color:#4915a5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eoHdtc96AJQwfWaaDRT0PgZlGGTLrT0D { top:56.875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #L1ysh26i1E00iA18MGoiUnvuSKAgCS59 { top:56.75rem;left:0rem;width:9.75rem;height:1.75rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #HFdUbsWTTt45c8x7Omk1LzXCk1TA6Swt { top:56.125rem;left:0rem;width:3.125rem;height:3.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #soUFxRXgUNDdDzQGnHnJXdJ5m3GseAbk { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtoImet5xhFKXeArCbnP85GQTES2HkX1 { top:6.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;color:#5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J { background-color:#ebebeb;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;box-shadow: none;display:block; }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row .container { background-color: transparent; background-image: none; }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row .container > .video-iframe-container { display: none; }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row > .video-iframe-container { display: none; }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .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); }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row .container { border-width: 0; border-radius: 0; }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGvKecVOUFGo44aK4rwRoUznJiANH0ku { top:9.375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #l0zVBNf2lpQSBP87LJ3831if17MWzeqx { top:6.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #xkETbHkLTFzpT1KLW1afQuKZWXyu11Uf { top:4.6875rem;left:0rem;width:47.75rem;height:4.6875rem;background-color:#cdb3fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lHsmbVt3EMPNWk3c5fRILl8kIi44kXqJ { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2aJ0RXeTJkaUAaR2KuAkCqEqWze2HgU { top:5.6875rem;left:0rem;width:2.8125rem;height:2.8125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #APEOiJyOt5BT2FEKow1JzwdJoJMHxT96 { top:11.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4Bf36XWPKB0kCadmkJW2v4GIxnkMPK5 { display:block; }#H4Bf36XWPKB0kCadmkJW2v4GIxnkMPK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lx9qlvwCqWU5lEux3WnBTp6KUtbqdHu0 { width:32.8125rem;height:3.875rem;top:1.1875rem;left:7.46875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNL3xVu8gPOoRZsSxk3Z1gdMKpylOWPX { width:32.5rem;height:0;top:5.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExJutVxlABXowEqe7dOUGuKee2SAV6vy { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIsMKZtNhTaTaPv3RJQRhXFOuxnvmX6s { display:block; }#SIsMKZtNhTaTaPv3RJQRhXFOuxnvmX6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpfRMSLXtK1TJxhsRLTJFWiqDq2C3eDH { top:1.9375rem;left:18.53125rem;width:11.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpB6x3qPfzGz52hzRrMJCDaDUoO2TT6x { top:1.5625rem;left:32.96826171875rem;width:11.625rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmd6c6yE0MFI7Hzi09ILLs8RT3bqpqbt { top:1.9375rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmbGQh2Qf5RNHm1VKD6cRQLypGc9f180 { top:6.3125rem;left:21.062501907349rem;width:7rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2ANGi1u5dwOB9bIFSUSmqaytq4dl2UF { top:6.25rem;left:22.186246871948rem;width:4.6875rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw5QSb8015AgCM33QMK0065oAfZ3tKbe { top:6.3125rem;left:35.498888015747rem;width:7rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3PHXKO3i9LXpCaU8alhT5xHpKxSZEQW { top:6.3125rem;left:40.75rem;width:7rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3UXou1JSqQUcCurC6Ro3otzy5P2WNZT { top:6.8125rem;left:36.623331069946rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drKezZMlfbVwFgxX02FEnPO2B06u0dV6 { top:6.8125rem;left:42.0625rem;width:5.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEuTQCZoXvUAaZhttQfaS2shHbVKpoiQ { top:6.8125rem;left:0rem;width:19.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGcgCNtQSDBy8pehs5pKglRsSa1I7ZU3 { top:9.9375rem;left:0rem;width:16.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHgVvFXrbGhxsFNT9hGMWZPho0rBIa7P { top:9.375rem;left:35.498888015747rem;width:7rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4wNdQD2BJWI3CBVhNfbUdScP1MAR6dh { top:9.875rem;left:36.153184890747rem;width:5.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azZ6HoQ1ITmPrk0DGiU6kc9Nzb9pBNny { top:9.875rem;left:42.0625rem;width:5.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKfmI8MLOsOT20U9OEI6zFKUSwTBTFgo { top:9.375rem;left:40.75rem;width:7rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLa94p7usbziN53dVuzT7TAkQu8sL4Nf { display:none; }
 }@media only screen and (max-width: 763px) { #hxbhu6mZbMmFmpmVgJwyEqlEZqc00kNt { display:none; }
 }@media only screen and (max-width: 763px) { #sOMoFz71ohXF5eDJwI9uX5EOaDXaOJeA { display:none; }
 }@media only screen and (max-width: 763px) { #sGWL6H5b7oCi9qSHfyisOe7LB9TEhlNw { display:none; }
 }@media only screen and (max-width: 763px) { #H8CW9FT0iyg022rmE8wKqfxTmOqL6LdM { display:none; }
 }@media only screen and (max-width: 763px) { #szSh88PSTCxKDpaRPPky3LgS1OTGD5oT { display:none; }
 }@media only screen and (max-width: 763px) { #FdzUcaSPZyQoVlDhgzP6vmvcRFTF3TTW { display:none; }
 }@media only screen and (max-width: 763px) { #cSfwGV59Ls2QEMPoISwtqvkddOSoDeiE { display:none; }
 }@media only screen and (max-width: 763px) { #uTXhxr7KUlcTsSOufTMhc67eAAlkvp8e { display:none; }#uTXhxr7KUlcTsSOufTMhc67eAAlkvp8e > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Aml4u3DHUTMzMUpWIocTKdN9U8Dodi4M { top:4.8125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTdnvG4vXlg79BFvHbVleUt4P2HVTRMO { display:block; }#ZTdnvG4vXlg79BFvHbVleUt4P2HVTRMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKxuLtco1FCQDVPhuD4DKuvv0Tmznk7F { top:0.5625rem;left:0rem;width:17.5625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQnUnyWQeg2AS2DE2ewxcpNtOueLBOd9 { top:0rem;left:22.750001907349rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E888Kw5p9MtaSaDG1bDsU5845dLZG7fn { top:0rem;left:37.56201171875rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtL3aM7Ge8VcspFxHRXuwBZeXUlPqRIT { top:0rem;left:45.625rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfhwnTinoqrPPog6s4zaXSx0cxzm3ksr { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u0o3CmXTeD77yZ2qNVR5gxWCcMWrNhWG { display:block; }#u0o3CmXTeD77yZ2qNVR5gxWCcMWrNhWG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6c9CQFG7kguFcQkJTbhgzEayDZxs3Ln { top:0.6875rem;left:0rem;width:17.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyIqym0O2IgdKo4CeKQf418DnTuKz8Zq { top:0rem;left:22.75rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3ALbHMA7UAGM7VVH66ZXhVsaXASgpnp { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFG4AuSM1Wk2OLXybXMIuwMwlNglTqEM { top:0rem;left:45.5rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANfhqGDtFBtPmzvG1qy2sad0QEZpsOvF { width:46.75rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSAGAToMnOAV9uJzQoFgnD9i68mvWBTh { display:block; }
 }@media only screen and (max-width: 763px) { #CwFgWZlNW8r0HWBbMoAogQCBPdpFTrlC { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFpKUZMC6Q6WCrce4JuhiGwtu8IRbkcl { display:block; }#WFpKUZMC6Q6WCrce4JuhiGwtu8IRbkcl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPwXG6vNLhLgZgiUVsVNaIFON9Isf25w { top:0.6875rem;left:0rem;width:28.5625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXgECHiyUNRvuNdw6x4GZpEueZEbGaAW { top:0rem;left:22.75rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWWW0ctJvhWD6O1OhwDq1oLzCpl95lvk { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5uGnzhLVR8101au6IOwTPKEWlQVGVZU { top:0rem;left:45.5rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5IoU1Q6vH1p8I7THxHzkLMqP75o3l1i { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUE6ZLcu2i6TigCAuEbx5xVpsOOu66yH { display:block; }#eUE6ZLcu2i6TigCAuEbx5xVpsOOu66yH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOmJPrWBBdc0DcSPlakTrxfTSaTH3eXV { top:0.75rem;left:0rem;width:17.5625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqIoRPfkgIxZEau5HQWeKWlwbfIGqU8x { top:0rem;left:22.75rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P63WautEEC4xQI0laB2dIddWJhmtT1CT { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blTW2FeswTMb1IF7zTrUHpcCIoSlfu2O { top:0rem;left:45.5rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #md6hZxOOp5N3Qp6SsWSPM97gLENDhFTm { width:46.75rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNbcZ1RIFzJGo1NwlzU2DSoiaXIrNxWU { display:block; }
 }@media only screen and (max-width: 763px) { #m78dFRNCby7VrQbivHXX4KydTRR1DyvI { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eO8P9MGPRuVqdSyhKVIBlh2ibQ39MP0f { display:block; }#eO8P9MGPRuVqdSyhKVIBlh2ibQ39MP0f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUQxpblTk6Mx1FuLNEZS98Sl1G8oVTfU { top:0.75rem;left:0rem;width:27.1875rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBQ3TIMA2A4LACs80UysBIT79H3cHgcJ { top:0rem;left:22.75rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6px9SaGEqwcgX1ARzSPoiAdITTrxqeG { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSl2A4rKLE6ePfetay9zyM1hxKc5k2TC { top:0rem;left:45.5rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcvsahNNn0ZdUVrP323KFsmre3Rmty1n { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m12Lh3Ml2fLiu60iMlkPuL2qJlrfT21H { display:block; }#m12Lh3Ml2fLiu60iMlkPuL2qJlrfT21H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrwgxRPfLhMTBGz3twSrQiCO6R6rX85K { top:0.8125rem;left:0rem;width:21.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTpwo5p37UDgUHL47lbCkNMKIRIDS201 { top:0rem;left:22.75rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx0a3i1dJ85synqe5F4xnFhue0036vdb { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyvJBwOkQWDXQeNx2GXySlSfivo6opfU { top:0rem;left:45.5rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBPx0TPrpk6PW5UcfvVVFRfoO7cyWJgM { width:46.75rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkzG2yPPPat48uTRD97fBtLwwHJiyc3M { display:block; }
 }@media only screen and (max-width: 763px) { #qHJm3qrhyRzgN2XxZTAaTZFedlX86p3K { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUVPTHAnK6IdGEbyMLL1E2zHoIL15Zp6 { display:block; }#hUVPTHAnK6IdGEbyMLL1E2zHoIL15Zp6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUwZ0kBMqKQT6T5OB5bcFlf5l5hIcE69 { top:0.8125rem;left:0rem;width:21.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhO6TZRgIqc86ifkB5RxzegtoDTVNbk5 { top:0rem;left:22.75rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP4XQeg7gW5BlASQFdthionBQn0hTSVL { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOzzhU9nDloNTgSZ0DFN7a38ddPPzpUX { top:0rem;left:45.5rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERePDAZeoNv0BFI5XTpTmebToV8RelwZ { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9SP1Tn3CpS321FtECG1iLe5GAZB5r2X { display:block; }#L9SP1Tn3CpS321FtECG1iLe5GAZB5r2X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBMCm3TMF2MmrXwDp5VithuWzoASiyAA { top:0.8125rem;left:0rem;width:21.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9kSq4nhloOqrVkqKW1rHeRLQOaPQJ2y { top:0rem;left:22.75rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anXGJvISJIbwdbCfJa33IVNNOQ26FMTx { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Ml7U94sQawWumVnCapELPPNoopMbxs { top:0rem;left:45.5rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT1uia9uay9nRmRxV0w8cDKA3Aeg5AEo { width:46.75rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aank2me26CfzrDgvFZQHUZk2fHlhznKM { display:block; }
 }@media only screen and (max-width: 763px) { #gOfyvi31Uiqs1DUdZoE8gi1FZ8SnCyWG { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXqqTeyKaNrKt2dqNbpgmh9WuHMzVQDL { display:block; }#rXqqTeyKaNrKt2dqNbpgmh9WuHMzVQDL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRi8LPCwaRvQWoBaZ50RnHN0oLKpLuUE { top:0.3125rem;left:0rem;width:31.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAw5P4fEzTgrJExpySKk0QRR7Xfaqtb1 { top:0rem;left:22.75rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efceTVFupyGGo4QxdTpgyfLXf7pLri7L { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5Zi9yTUMEVW6D4LqZxXM3ZTv4VJDnTT { top:0rem;left:45.5rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkwakTDwbTmXtyXbE4XtdQ2x6MxJ86dW { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #htVbQCmPfgZNJEUl5DnbvR4Z6rpWXiJc { display:block; }#htVbQCmPfgZNJEUl5DnbvR4Z6rpWXiJc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBbDkylxN47IJbmUBoVCTX7ZBaLbAHCA { top:0.8125rem;left:0rem;width:21.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLx0cZIJbT1MQN1n8ysi1kF0OUibS5wv { top:0rem;left:22.75rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtt4udAP5OFSn5JUBGgPAnlO6WmkANuK { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRJdlkJMoilNpEHVsEcKmH1wwh87SDHA { top:0rem;left:45.5rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMWWxF8zMz5xQJqzt9hDcAfaqnZEyADI { width:46.75rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLLpM08tkB9TvA6AsboUJCCWlkB03Pct { display:block; }
 }@media only screen and (max-width: 763px) { #CvJXHtnf5NrliyNucgHrInHNm0Hz9uzm { top:0rem;left:37.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Na6g6cvkEydkg2pTvkzrA6xTDiTSw61z { display:block; }#Na6g6cvkEydkg2pTvkzrA6xTDiTSw61z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQTZTJZSb4BfawLz0sLWC5ssaOBl88gQ { width:20.9375rem;height:1.375rem;top:1.0625rem;left:26.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWE3O2fCh9Pk56FOK7iTGOJGV0sWK5X4 { display:block; }#FWE3O2fCh9Pk56FOK7iTGOJGV0sWK5X4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsFpJmmIVVyRXvnlH8462eWZsiCkbgQH { width:46.25rem;height:3.875rem;top:1.1875rem;left:0.75000190734863rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3bBQbBkLsLNuxK8EgLc0InQH4TO8q2k { width:38.125rem;height:0;top:5.625rem;left:4.8125019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAAebZiTc1nsCzKvpSGXKvnl9iXWSow7 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwWHDKqXQcRIDeF2DC0BFRMpho1Th570 { display:block; }#IwWHDKqXQcRIDeF2DC0BFRMpho1Th570 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-regular-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-text { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-text {padding-top: 0; padding-bottom: 0;}#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-textarea { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-select { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-select {padding-top: 0; padding-bottom: 0;}#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-button { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-checkbox-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU  { width:17.75rem;height:auto;top:2.5625rem;left:0rem; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .radio-container { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU {display:block;}#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU { width:17.75rem;height:auto;top:2.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #OiyCp1pa8UxkdWc0ihkGPgtfFfa6EkQx {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #ZyNSIHvHTWBbkFdBsx4tRBtnxBMbPGlu { display:none; }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #RViOwuqs4MIE0hkGCZSZqHPVA9cgIDuB {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #GSkSRXLTVm6x0hPT8rL4ANA42I7bHn1c {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #BhirTlPFkVbKTHTcSBDTO0PCEsMrKh4v { display:none; }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #OVnodKRhnEfbKiCIeZR8m1ZyId1q4HNd {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #IyKEQsTmzMnxd90i15Oqbe3Mg3JyHevs {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #WhtlQrokxI2qWhdkKmytZz93D5t2SqQy { display:none; }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #UmGCJSf7FnKmw5u66eHSi5Z7P5mtNeGL {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #NgSGQUOK42EZJfQBzg0Hk2Hr76UOGzJe {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #ibJTwp1mFpWVJApcT97Jzlf7zbTZNZzm { display:none; }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #bnbKEm61uEDk0eZVP3antBu8fD4N4seV {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #RnGyVN91mneU3DcWzEqGatZSB0aaR7W3 {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #P1TILpalNGgVwdpCxq9O74PJVUNXTvy7 { display:none; }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #SUOaGNlot6DWaboFAUQ85hXOmC8MR4Bd {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #aQk263oscsaTvl3Vbl8WybCqCy8fCyV8 {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #WGDGpBQ2ihWiut2TZHisCodQEMKZ3XLX { display:none; }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #D2Qx2BZyZ1DRKa0M0GGAwLUTtO01TD51 {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #wJMdzbcOcA0dcTUs9eJtx2cicrnpPgr9 {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #htGNRsSq2KltcOklP1XeWCvA8ktv1MCS { display:none; }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #TpZGDfTevhgSD1qAeHMxBIQVoXOi9kZ7 {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #z6l0AB3kPGIdXAbXWIgAmERdLAkpKfSi {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #ReB5WDa2K2ZnmCJKD8wdRFIQALXDpPlV {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #dzflwvBUkgl8lMPQlt1bn0gnSWsJThhe {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #w7AmADAy8RFg5HfeWaP0R5NemByIsVk5 {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #A3XsG9vTMZ5HKXL54ID7v8oEKBuPdB0W {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #pZNTIqVXTDBvTNWO6abrh7u1xt9KGb9q {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #y1E6x2qv0f2NR7NBOxsV8xukXnLbMzpm {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #yzv4KdRqMJOVakPHZ0qf5uyOZT5TvZdX {  }
 }@media only screen and (max-width: 763px) { #RAo8daNQF0zTWTBxiW0W6Zz1vswufCqZ { width:36.0625rem;height:4.1875rem;top:39.375rem;left:5.84375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p271PzI2wVuNHwmVrUz7DgvgxxTEosaa { display:block; }#p271PzI2wVuNHwmVrUz7DgvgxxTEosaa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkZLZVH2euPKaPnlSQDdMp4zEJVqa7I9 { top:2.5625rem;left:0rem;width:37.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMZsomkB8XT6DInvEour5P2mDUZcH4Zg { top:14.25rem;left:0rem;width:20rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #moOCV9FQsRCFQX85Nd7LotO9w73QsSOc { top:12.1875rem;left:28.875rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #euuozbdFnNqON2m8oHnD5ONi7LRZ6rDy { top:12.625rem;left:23.0625rem;width:24.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKSuwb9ZAOJcDXVTJocIWVxb5ZosFqAb { display:block; }#ZKSuwb9ZAOJcDXVTJocIWVxb5ZosFqAb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsLCQJMqMmwk2aa0wT3SlanRZ2JmCNNn { width:13.125rem;height:0;top:1.1875rem;left:17.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP8oHrupOoqqFa2qIfLsKimsq525WgnK { width:12.8125rem;height:0;top:5.6875rem;left:17.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpuTkGF8kTqruJTmU6UHQNoUAeUNUDUw { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp8dReFwvSBBpcHTVLJKZ3KHF2oaxBW8 { display:block; }#Hp8dReFwvSBBpcHTVLJKZ3KHF2oaxBW8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dcw4oec1Rzr0nAHNLzKIaIhSCWFRg5gQ { width:32.5rem;height:3.25rem;top:0.9375rem;left:7.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF { display:block; }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoGwwuG6HX5UBOHSXJRKa7aoT4psILSy { width:10.75rem;height:10.75rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWUsVxPF3D6rglIKpV9W1GH6Am9tMTWV { width:3.125rem;height:3.125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaD24DxeMmO0lBNaEk5l2WXMUVmMiTEE { width:3.75rem;height:1.75rem;top:9.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDwwf0vDatH5Fy7vI0WFn6XTVMV6iyX0 { width:17.0625rem;height:1.6875rem;top:37.375rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H29krl7W4TrJ6gohbiIWbMlNPU8BTQcr { top:36.625rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcVNOPGA6kgPABgN8m2fUgCTAH08gslI { top:40.4375rem;left:7.875rem;width:16rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbRXRlo4SCdnHGnpKN3JQ7oVmpnAyx08 { top:42.4375rem;left:10.6240234375rem;width:8.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh82cVNhzkobIoHz9ubB1Hp5AGcyp9pa { top:42.3125rem;left:8.6240234375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZMXVQWreg5C968BMuVUstrLWsIBfVih { top:40.125rem;left:8.7490234375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Z5wHqA6rx1gcl1oUMgOKqBEDzxiR4A { width:3.125rem;height:3.125rem;top:8.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6SzcJkeBqaLhXvt8LTzMAatcto4fa9z { top:9.5625rem;left:10.6865234375rem;width:8.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amw1NxNsDfeiSMUaoBma0Rz9FXT5dy49 { width:10.75rem;height:10.75rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoJiKX6hNDzrGo32GS08zRsvaqX4EXph { width:17.0625rem;height:1.6875rem;top:4.5rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dssm1psDAMsBNzymN2GpViHh1i0h58nJ { top:3.75rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exxB0TpBV4og52m9ub44wP2IGDNyEG8C { top:7.5625rem;left:7.875rem;width:16rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMgbU7ELOLfkuuMbomaNPTrZIm3JeF8t { top:9.4375rem;left:8.6240234375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuTLKrE4U8IyKRBeyXgZ6GPqAhMl1di0 { top:7.3125rem;left:8.7490234375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN21d8sGau8uAz6iT6BTpAJ0xsRd6mF1 { top:25.875rem;left:10.6240234375rem;width:8.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaQ1gVEkCC5OWPaGkLxUTXQ2KyAbdBkg { width:10.75rem;height:10.75rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZNu3VbhBat6Myd0bnT0su65Xb3EV4RM { width:17.0625rem;height:1.6875rem;top:20.8125rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXwbglmHEQfJl0Ly6M7rCpl2sgs5OyQg { top:20.0625rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lefG0eSumblSxscCTP32wuW4VHK7KxJo { top:23.875rem;left:6.75rem;width:17.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaXhIIq7ui9alEoZKk2kc1o76p0BqM8M { top:25.75rem;left:8.5615234375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p74UTTH6nBgKTbHbyn5wKxEJLB7BDTm0 { top:23.625rem;left:8.685546875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUh77a5dJX0nLZGSOa1Vr8Pei6e27TUS { width:22.5rem;height:1.8125rem;top:0.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClAVPcF38sMq6ANm4iNDQLfI8pOBZrnV { width:28.125rem;height:1.8125rem;top:17.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPwJSLl084AdXrCdO3gdwgVJPozSdJUI { width:28.125rem;height:1.8125rem;top:33.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQA2wxIOTiPvuhM7CPLAGUfX061fWkFG { top:9.625rem;left:34.25rem;width:8.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXk5TRCDrbTTkuW7FH4z0QSXoxyh470B { width:10.8125rem;height:10.8125rem;top:3.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaEdezFJooUCe9m42tFGOpILDaMQWqwm { width:17.0625rem;height:1.75rem;top:4.5625rem;left:30.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TARxMbXaKP8IRdTCrpwSaG1TuiqAXVKh { top:3.8125rem;left:23.875rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkNWBfvpsopehTzCUygzGtq4mcMR5oro { top:7.625rem;left:31.6875rem;width:16.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBdAEWUI871oHlnomV4ro4xmvRtPTyRG { top:9.5rem;left:32.1875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w73Fm8OIQ4Q9LC8LIdDykOx5wxn3uO4T { top:7.375rem;left:32.3125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9pEF7VOhWWNVptpZuDBpdzF2KA3Giuf { display:block; }#V9pEF7VOhWWNVptpZuDBpdzF2KA3Giuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wsr5pg1g3Ap5HAF5mBtNVkuhXxgufKTB { width:32.5rem;height:3.25rem;top:0.9375rem;left:7.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4vPDntcx4scL7D0bcmrrSwlMIQgTWNF { display:block; }#E4vPDntcx4scL7D0bcmrrSwlMIQgTWNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMruSB8QRa1BBUwMmTBVraTkWwTDTXsE { width:10.8125rem;height:10.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3AOMHzSznatsTCnc3qyNep6aA9b40Mt { width:3.125rem;height:3.125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4J1Mk9PqhXPoEdzTb7TilwyiuIB0gns { width:3.75rem;height:1.75rem;top:9.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbDgIImWBhRzdO3Dz58EwqpTDeJyEXi1 { width:17.0625rem;height:1.75rem;top:2.25rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJk93bGEbMHaPHWWsapx6XtoBT4R4AtJ { top:5.3125rem;left:5.9375rem;width:17.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHy48L3wtNPwC8Gka0qLETyAlFdAWyrA { top:7.375rem;left:10.591796875rem;width:8.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1ZPJU8hczy3N5hegqENq8x7SUcyT8V4 { top:7.25rem;left:8.5615234375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Kq09WfvbbqJeyQIyFwcWxV143klLxG { top:5.0625rem;left:8.685546875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs6cuAK9ddAwkSWHcV6RNBDr6mQJd8fT { width:10.8125rem;height:10.8125rem;top:1.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9DGa6D5wMmNDMHDnlvvFEZ0XEAFzHTc { top:5.375rem;left:31.6875rem;width:16.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLTJ1sdw3n0qHTZAPKR9NdCDctfvBO7a { top:7.3125rem;left:34.4990234375rem;width:8.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDTLpFA8EgxUXw2SaXaJMZg2hgOrftoL { top:7.25rem;left:32.4990234375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWUeA3yvoRFLx2gNpJwhy9k2s8l8dLNd { top:5rem;left:32.6240234375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6ACfW6WPeAsPPLeovewkFqJUvNZBtop { width:3.125rem;height:3.125rem;top:8.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEwn82lGQ9078f6C6kCGTA2ZpT4KTKlU { width:17.0625rem;height:1.75rem;top:2.25rem;left:30.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egIN74HTqpmvwVIds5s9zV4QtC6Ds5TF { width:3.75rem;height:1.75rem;top:8.75rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH0XwlmJ6etFTriOlIKJTlFRukc0fR5V { top:1.5rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n89sdEyXXTXnVAhb8ZddxkTqr6gfFBvg { top:1.5625rem;left:23.875rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsWy1EfzqlFGMX9h1ltNc6m54281d1uC { display:block; }#hsWy1EfzqlFGMX9h1ltNc6m54281d1uC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5o3glMubqMtfcH4TWmstF0BfDxnVThZ { width:41.5625rem;height:3.875rem;top:1.25rem;left:3.09375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgTBExH9VRJUZTKobNOAdpnciMrFQiOX { width:41.25rem;height:0;top:5.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvHrO5lGQnKPM46amyyIDw5xnxIWfmdP { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHFM8ZSIgsWcoKtsElbSDgn7UgzegJWI { display:block; }#NHFM8ZSIgsWcoKtsElbSDgn7UgzegJWI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fE6Z36KCnCPVyTgApG5zEnhAEWRMy03t { top:1.25rem;left:0rem;width:17.125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1qTkzJ9tZaET81yMNHGZmlJiRu7DCb9 { top:1.25rem;left:6.75rem;width:17.125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7EXe3TEKzeFQwDDa53sZSnKsGwGckoR { top:1.25rem;left:18.6875rem;width:17.125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xubPVwyAIHKTvLWDVXxk6i5vTArQEdqG { top:1.25rem;left:30.625rem;width:17.125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmtdfU8x0EZkPzh1kxcH9P72RNnVWl8g { top:13.625rem;left:0rem;width:17.125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqUDhAGreoEpy331bwIz3WGIaWaHZUrt { top:13.625rem;left:6.75rem;width:17.125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofUTlZZshQJotloxJRbPwQPnUqCxkG6A { top:13.625rem;left:18.5625rem;width:17.25rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsTRNkfIhADPhvqI3WXSWcM71QBpyW38 { top:13.625rem;left:30.625rem;width:17.125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgdG1lVio16AEPAKi6P33s3V7iX5LGrw { top:26rem;left:0rem;width:17.25rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfulGuDyC6OUTZIk05LQnk2r3md60cpK { top:26rem;left:6.625rem;width:17.25rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBf02ItdPBcD2CDGMk5lDgX9Bq7lcBqK { top:26rem;left:18.6875rem;width:17.125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxW9QBd2idsxOQNTrQL3wZIolVHBupvJ { top:26rem;left:30.625rem;width:17.125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZgSbUCyASpWpw1dyq1AI68Km5EfaWAz { display:block; }#mZgSbUCyASpWpw1dyq1AI68Km5EfaWAz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TerJ2yFKqusKydnUQ0c8LNHlfbFJfGTd { width:22.5rem;height:3.875rem;top:1.1875rem;left:12.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTi1D3PiTktofaQszXtpFLPklQZevFGB { width:22.1875rem;height:0;top:5.6875rem;left:12.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzAX9y4fEBZJ6nbrBv2IDGpZzBZdJqhs { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbfuO4UD1uoSgTf8xyPy2H34THR1KSeD { display:block; }#SbfuO4UD1uoSgTf8xyPy2H34THR1KSeD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXLqMDzlRpXO87eADXik4tVU9h9IFTZZ { width:16.875rem;height:22.5rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WopNxL1gZUBy6hmKgJsTbpTmAWbfcsxJ { width:16.3125rem;height:1.625rem;top:14.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4tu1gwNfqGP1EwJDKmSigAdtWmeMXI6 { width:15.5625rem;height:1.1875rem;top:21.125rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGIRVePLJeFUMFMczMg3nT9WZnequBkR { width:16.875rem;height:22.5rem;top:2.1875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCMBaqkAbpvFIbWq7pmiB3yKvLeaOTOS { width:16.125rem;height:1.625rem;top:14.25rem;left:15.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX1GPkiliSTlWNApHya8z1meCogRZm1R { width:15.625rem;height:1.1875rem;top:21.125rem;left:16.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3HuR3ncfWvI6nK5kbAm7moxp8rieTtF { width:16.875rem;height:22.5rem;top:2.1875rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTafJSKKnX1Zx11ao6IXnK4rneWHf2C9 { width:15.625rem;height:1.625rem;top:14.25rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNczlTDimEf4NMC00dVRV1XJE5KnZAhX { width:15.625rem;height:1.1875rem;top:21.125rem;left:31.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeqeTQRUOmIdIopIRqd3F47fNDnqpSmQ { top:19rem;left:7.1875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XefvEANbP5Z4XhHKKoJS77TkAUe4Ax9w { top:19rem;left:23.375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4zOFVfXoTxlOZKekgPEl1tKEfoiELiS { top:19.25rem;left:38.625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMI48MQQRZm4vpGGEqU4PksOSLnRgtA9 { width:15.5625rem;height:1.25rem;top:16.1875rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uibTU0TU8O6SI6G62mxVrOIBTTWLw4BN { width:15.5625rem;height:1.25rem;top:17.4375rem;left:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdNO5xpybqE2Ssw7tJum0wNkvAbBgngu { width:15.5625rem;height:1.25rem;top:16.1875rem;left:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRfABkcF3xM3uo7D81VgqDtEw9ku4LlO { width:15.5625rem;height:1.25rem;top:15.75rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLxnMwdFOiSLqDtf50ySc38GKWMLSVfy { top:3.875rem;left:34.875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRkZfFErc03Aw96DBe3DRV47AI0OMDoM { top:3.875rem;left:19.625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaJo1NzUlckcZakyZETgPLOPWSfq5F3l { top:3.875rem;left:3.4375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtSzc5IE8NkoxZTWfFNP4TVCNin1WzHT { width:9.875rem;height:9.875rem;top:3.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBqhi50QyhkO0lw0xC9014cMOuoPb1wW { width:9.875rem;height:9.875rem;top:3.625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3EIJUWG7ro4QKZxLFTcIq5z5zONlmdA { width:9.875rem;height:9.875rem;top:3.625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIHLSO1TT1Q3lm6goxUyLExFmF2zxo2A { width:15.5625rem;height:1.25rem;top:15.75rem;left:16.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzTv4Cdef0pOZN7etnBrPB29gHnrUNv1 { width:15.5625rem;height:1.25rem;top:31.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iUuupqMbW9kW3uJVgOqTTeGUAaGegHoh { width:15.5625rem;height:1.25rem;top:16.1875rem;left:31.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TocbIFVapACwhADT2UdETDKU0BbxDegz { display:block; }#TocbIFVapACwhADT2UdETDKU0BbxDegz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9ykWloETxWQWGTyTyTmlgXB7Hua5AS4 { top:1.875rem;left:0rem;width:47.75rem;height:22rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUDTKOfMeeNbPK9MV3vbnmTDMi2R8J9U { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h { display:block; }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbNa4rhBpcVb8bxfZIoL3fnzFFUx5qXf { top:15.1875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKbbHG6kFqygbDmyW6dV6955Cwt3Anp2 { top:15.1875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByuZir1rv1FSXr7POD6XZtQyc2NdgWIw { top:15.75rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgED3SN3bPB98I6F11HborpLCcKCgZ4G { top:15.1875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brBeiUFuRNfFttODNSJ6eH9ID0q6yAlX { top:15.75rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7UuipnAlC6o610bqJcm1Exhb1tV8bXz { top:6.0625rem;left:0rem;width:25.375rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Und6NuuaJ8tSTbTe2Muxo18hXACXOJw3 { top:7.8125rem;left:26.1875rem;width:16rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0OfWRvroVWZ3iAzfk7yx2GrVRyT3z5c { top:11.625rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFCcDx1CZDAT40zEewFPWT1m3Po6fy9T { top:7.625rem;left:23.375rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMyrJ4ocMzXdIgZVSz3s2O2sybWyt2dc { top:5.625rem;left:40rem;width:7.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7sybBE53tTPOe7hzcp7eB00uTngTRX8 { top:5.375rem;left:43.4375rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRdhH7GakB2PpGMJcAtZfmACknNqs9Sa { top:5.75rem;left:26.1875rem;width:14.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJRJcZCg8bqVwsnyilJf0yDkk8ABRoKR { top:5.375rem;left:23.375rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlekeef8vtTpkXPei7Vra1goDltmJtfW { top:13.6875rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEa0QiVRAUnxs0a3o5xKm19QCAEl8BDD { top:3.75rem;left:23.6875rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkwJzhLRmc9u1F1DyNGTAqnLZy9okZkP { top:11.6875rem;left:0rem;width:25.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #safQgyGWeWniUl9olm926qBMMhH67QpD { top:15.75rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFm1O37C4bvrzqfRtotZXx5MdTKGt0kV { top:7.625rem;left:43.4375rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWSaRq92LnbBXHJCFp39LTAqLuX8BUNB { top:7.875rem;left:35.9375rem;width:11.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDim3cZiADuiDE5cDBkN6HKWwOX9hDOS { top:1.6875rem;left:0rem;width:7.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9eRIwTf4kcTGgJcy4OdM6QH8MLNUV46 { display:none; }#s9eRIwTf4kcTGgJcy4OdM6QH8MLNUV46 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #toRUcz2HRo7k1IU8cUAUSBGA6suCa6L6 { width:3.9375rem;height:2.1875rem;top:1rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNP0EI2ahEGVyUyJ3ckK5JGGch8BRlLL { display:block; }
 }@media only screen and (max-width: 763px) { #mTC50NZIq6gu34zc1Fv9MwGIyMil2HcP { display:none; }
#mTC50NZIq6gu34zc1Fv9MwGIyMil2HcP > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #NZD8uTFtXOZWiV5fw43vwPVTZ1ahLecc { width:3.9375rem;height:2.1875rem;top:1rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h7XrkztIhM80klNy5EMGPAfwEo2BhIEV { display:block; }
 }@media only screen and (max-width: 763px) { #T4Mwzhpzglnxkc2CrhP3ZUvbIFo9PwcG { display:none; }
#T4Mwzhpzglnxkc2CrhP3ZUvbIFo9PwcG > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #Dl9C9OCwteJuz4CP0FwrDxtKmgdm9MiT { width:3.9375rem;height:2.1875rem;top:1rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2tJynGHDcrW6GXWyLlquv8uCoX5KWXw { display:block; }
 }@media only screen and (max-width: 763px) { #HMw84o4oexWVXkxP7od0SWbTMeDSocfm { display:none; }
#HMw84o4oexWVXkxP7od0SWbTMeDSocfm > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #feQy0Lx90FKhb4q8hZ7FBqea0rDSTUkC { display:none; }
#feQy0Lx90FKhb4q8hZ7FBqea0rDSTUkC > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #EV6rIGN9wnXJgAlF7TTQrcKRABF8UGDT { width:3.9375rem;height:2.1875rem;top:1rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxTsgeqZMH5376OGgOkTFiqv7rCovtoe { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;top:0rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); } }@media only screen and (max-width: 763px) { #ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#1a3e85;background-image:none;display:block; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container { background-color: transparent; background-image: none; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container > .video-iframe-container { display: none; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row > .video-iframe-container { display: none; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .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); }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container { width:20rem;height:3.255934828186rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0DGBKW3KHFkLU3KGL7JcTgFTH6TbeU4 { width:4.875rem;height:1.4375rem;top:0.4677734375rem;left:2.4033203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovG2UTJnoZsKBTh7QA2x1nBXwWKTMR3G { width:3.375rem;height:1.5rem;top:5.1875rem;left:8.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPGNkbay5z9PpWkzhcJyQA8J5HHQinXN { display:block; }
 }@media only screen and (max-width: 763px) { #n1JQ5MwtzcA1UVx9sWxEgMkW9cD3V2ho { width:9.8125rem;height:2.8125rem;top:25.599609375rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUNfvSfKr0O2wdMRD6l88kuEgWLeNeZV { display:block; }
 }@media only screen and (max-width: 763px) { #sCBQD6HucUFOBhILvL8TFV6bONHlrfoC { width:17.6875rem;height:0.97511875rem;top:2.28125rem;left:1.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMrtcTyxq0iqgORCwUmzv57lBgpqPnpw { width:8.0605625rem;height:1.137875rem;top:0.6181640625rem;left:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIIszKxhkgxBf8i89EPnheFmLs4vtUC8 { width:4.12476875rem;height:1.5625rem;top:3rem;left:4.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FtKp9hnsAlJODZQwNsQ13hoVkNVubkrW { display:block; }
 }@media only screen and (max-width: 763px) { #tOxZqQ0bSxTZxBtPLzZ4pu9czlqMSoVy { width:5.625rem;height:1.25rem;top:0.4365234375rem;left:13.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eGwMg6gCDKwsbhqLXCPlth9GWOdlLna5 { display:block; }
 }@media only screen and (max-width: 763px) { #AkMURu95RinpEvBXT2WWl0SZR2AsoAti { width:0;height:2.1875rem;top:0.75rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #pW4iqayKazDM7964bL2nTFkL4mnkehyI { position:relative;z-index:auto;background-color:#1a3e85;background-image:none;display:block; }#pW4iqayKazDM7964bL2nTFkL4mnkehyI > .row .container { background-color: transparent; background-image: none; }#pW4iqayKazDM7964bL2nTFkL4mnkehyI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pW4iqayKazDM7964bL2nTFkL4mnkehyI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pW4iqayKazDM7964bL2nTFkL4mnkehyI > .row .container > .video-iframe-container { display: none; }#pW4iqayKazDM7964bL2nTFkL4mnkehyI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pW4iqayKazDM7964bL2nTFkL4mnkehyI > .row > .video-iframe-container { display: none; }#pW4iqayKazDM7964bL2nTFkL4mnkehyI > .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); }#pW4iqayKazDM7964bL2nTFkL4mnkehyI > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gyyrl7oApMzk0ue7fQBe9ctrvyg75Vv7 { width:9.8125rem;height:2.8125rem;top:25.599609375rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EawXohtLNDT7AVe2ZODQCOK4utn8RWAQ { display:block; }
 }@media only screen and (max-width: 763px) { #zPM54DFoUVzDp4m1BtP7g3ed7C7uMmmD { display:block; }#zPM54DFoUVzDp4m1BtP7g3ed7C7uMmmD > .row .container { width:20rem;height:6.7216274902344rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWso9vIDhFhDNAp1hkhL0ZThgaQGaWw2 { width:18.75rem;height:5rem;top:4.9375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aRb2K3WuEWJ6dSwSFehHl5KC4NZsTIgN { width:19.5rem;height:0;top:0.9375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFvLdTN0q4FaHoPk4ZO3C3TwwtIL9EMS { display:flex;width:2.0625rem;height:2.0625rem;top:4.6595978736878rem;left:8.9683318734169rem; }
#RFvLdTN0q4FaHoPk4ZO3C3TwwtIL9EMS > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #JPOnnHloLLzGnHV2Ir4MR72ZJ8wPn901 { width:20rem;height:1.78168125rem;top:2.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;z-index:14991;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WRSFk7HuTtTItb5crWRzoeM0x36b230U { width:19.5rem;height:1.54375rem;top:0.9375rem;left:0.24999994039536rem;text-align:center;text-align-last:center;font-size:1.1875rem;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #llUAwDxNOgFTuHF6s2dGA8VEsdmNDRO5 { background-color:#241c58;background-image:none;display:none; }#llUAwDxNOgFTuHF6s2dGA8VEsdmNDRO5 > .row .container { width:20rem;height:54.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k9iKAzlADblcqo3FJ62a42i2rZh12TA5 { width:15.25rem;height:6.125rem;top:1.25rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEx51srzwcNGLao9ZnOIPX75HnixX7Jd { width:20rem;height:2.9125rem;top:8.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQeDiwXMoSTuVkvBVi6f71hqKOxpZ6Ux { display:flex;width:3.0625rem;height:3.0625rem;top:20.1615125rem;left:8.4375rem; }
#fQeDiwXMoSTuVkvBVi6f71hqKOxpZ6Ux > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #szIrCNP6zbyRg3fsri6JiNQtp2tKTnBe { width:20rem;height:0;top:51.0365125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #zeIS1uS7fppZaD1e4bu5y9nZCLObvSzA { display:none; }#zeIS1uS7fppZaD1e4bu5y9nZCLObvSzA > .row .container { width:20rem;height:6.0284765258789rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OKZ1TqhFgLzOckT6QtelMr21ZGuy5pqB { width:20rem;height:4.78125rem;top:1.248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #JkdpoVdHvMaMTSoJo0ytL8eMnThfTv7u { width:9.0625rem;height:1.5625rem;top:1.248046875rem;left:0.1865234375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TWKtCVcSTJFI3UNtqmcubTsTdB1UDIPw { width:14.4375rem;height:1.25rem;top:21.296875rem;left:2.84375rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #HCVDTl9HR13QCAi9gvZKHTkt2D6TUwAo { display:block; }#HCVDTl9HR13QCAi9gvZKHTkt2D6TUwAo > .row .container { width:20rem;height:17.811027832031rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtJSBgHOHaKurw6kqOiiTlSahMPEKIsf { width:12.5rem;height:11.4375rem;top:6.1248474121094rem;left:7.5000002384187rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #GdGH64OXA4XW9RU5zsXB1MEDLDyDRfyF { width:9.875rem;height:11.4375rem;top:6.1248474121094rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #anHWCp6bItE3ooaZtb2BqoEf4kdCxJLd { width:20rem;height:22.5rem;top:12.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKN6UaZba38bZctEeMyEnGPS0MriyZ8O { height:11.9375rem;width:19.375rem;top:5.8742294311524rem;left:0.31211322546005rem;z-index:15008;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #c2ez4G5Osi032wXhSiSPRMEiqfw0vHgE { width:20rem;height:3.37384375rem;top:1.249382019043rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #O7KbRZJ1KLpt0StbmFg39zrA9p8Hmy1N { width:20rem;height:1.625rem;top:1.249382019043rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkZsHUfcgtLERmXZF9wS8s0aUHO7dFVt { width:1.875rem;height:0.125rem;top:0.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XH2bCX6Sd07XDyJQK8N2xE7q6EmXLB0v { width:8.3745625rem;height:1.62438125rem;top:2.8145904541016rem;left:5.8106434345246rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #oss41bgvePal8XZsesg6Z73oPMo7gT3M { background-color:#1a3e85;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#oss41bgvePal8XZsesg6Z73oPMo7gT3M > .row .container { border-width: 0; border-radius: 0; }#oss41bgvePal8XZsesg6Z73oPMo7gT3M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oss41bgvePal8XZsesg6Z73oPMo7gT3M > .row .container { width:20rem;height:14.3759765625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QMy1De13D6DxRdoXcNMmEzFu187LSlyU { width:20rem;height:2.923825rem;top:1.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XMIHNmPsZSAADwR00mG8qNCWpogeobke { width:20rem;height:9rem;top:5.3760299682617rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMxo3T8s87XuCZDmrSl4m3ttPtrOK1DH { width:20rem;height:12.75rem;top:1.1247940063476rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ygR5UNb0xMhW74tAd0szAqzZXR775iTp { width:20rem;height:14.6875rem;top:27.510655164719rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #izunb5P6eNZBcElZgZgEdBPtdwBwCfya { top:15.59289932251rem;left:2.3820390701294rem;width:6.75rem;height:3.8125rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #MAtIRT4xREftTXXxI2ul1xy7uRXXegc8 { display:none; }#MAtIRT4xREftTXXxI2ul1xy7uRXXegc8 > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KsewlNIkQILuVCvDXh3fTxwERWx070pQ { width:8.5rem;height:0;top:28.1078125rem;left:5.75rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kcQqzfX2eEB6qiJ66a3H839eyLhN1iAv { width:12.875rem;height:auto;top:4.125rem;left:3.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EdDbkQ7PqtN0K6OFbTKwLyH25rwkGqHs { width:8.4375rem;height:auto;top:8.0625rem;left:5.75rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GdRQaE1KWOGSW0i9VIVH505z1t3VOpmJ { width:9.25rem;height:auto;top:9rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JS7mNVNLyvTmpHhR5Bg71EMTvs3SUK4s { width:13.8125rem;height:11.75rem;top:15.1078125rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCOd4ZruMWp8d1nwaRRCznTdy3S8t9ey { width:9.25rem;height:auto;top:9rem;left:5.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mWw8D9J4KRF0lOTouOd3EgmC8cOqQBBN { width:8.4375rem;height:auto;top:8.0625rem;left:5.75rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RU8fbUOls25fD9ErlLxJbrzA5oE5aEgZ { width:12.875rem;height:auto;top:4.125rem;left:3.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pyRNXsJGQ00oezVTk3ms1aptFvQlQenP { width:8.4375rem;height:auto;top:0.75rem;left:5.75rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #anNwQ1mQI5UxM1SwJBHdwVNT60mHxwUc { width:13.75rem;height:11.6875rem;top:1.375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HfMuehva8xlvBand7JeX2UFGlgXtstnM { display:none; }#HfMuehva8xlvBand7JeX2UFGlgXtstnM > .row .container { width:20rem;height:0.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lrImZThoXW21QeaxdQo8kSUb7WNKzo30 { display:none; }#lrImZThoXW21QeaxdQo8kSUb7WNKzo30 > .row .container { width:20rem;height:19.124126739502rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qIPcTQwkTE9cP5TvN96WmNI4fIcy2HnJ { width:12.5rem;height:11.4375rem;top:7.4375rem;left:7.5rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ElrFThaAOxna1O1D6OzJrgBtISbVSs60 { width:9.875rem;height:11.4375rem;top:7.4375rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #JxWAdT4MPOpibKWWb8Zg2B0bo138XcSI { width:20rem;height:22.5rem;top:12.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTm4LnU5c2fWxxOZTLIsltGrtIxD8XoB { height:11.9375rem;width:19.375rem;top:7.1875rem;left:0.3125rem;z-index:15008;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Ww3RG1z8bmf3U55iTsP8fHZvylO23ro8 { width:20rem;height:2.9989875rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #u0GO1e1S0aZh4FlWgkPhQO9TxeMR7SS2 { width:20rem;height:1.625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mau1U5tvuvKLsZPN1KC97sD9MEXtb4cl { width:1.875rem;height:0.125rem;top:0.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frHWgZhqqpEIgHkzLffZOqddAeCkkCnG { width:4.3125rem;height:1.625rem;top:4.0625rem;left:7.84375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #WoSTNcPRIvAgzhE3HzkTnTCeuIGoq9ZZ { display:block; }#WoSTNcPRIvAgzhE3HzkTnTCeuIGoq9ZZ > .row .container { width:20rem;height:85.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aw8rcxToFkvETL8ABQ7JPc44TFZu47Fa { width:13.875rem;height:16.25rem;top:1.5615234375rem;left:2.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv9PzA6ekq5a8ei289sso6W27mdTP012 { width:12.5rem;height:7.30975rem;top:10.060546875rem;left:3.7490234375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XDBic6TTKuoD49xbiCnVHbiH6rNTTOGy { width:13.875rem;height:20rem;top:19.873046875rem;left:2.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6bFZbT97r3M9rGdb80asl0GtIPuken9 { width:12.5rem;height:8.7716875rem;top:30.1220703125rem;left:3.7490234375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CngFAlhZSQH6voXUrZIUb0FaIhz1c0VJ { width:20rem;height:1.7875rem;top:7.1240234375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #whtW5myG5V8G7D6TeOM63haBCanuK7OD { width:2.8125rem;height:0.125rem;top:9.3740234375rem;left:8.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwyG0uUmXtEsTUlsiW1SeegNzDvq8Pr7 { width:2.8125rem;height:0.125rem;top:29.435546875rem;left:8.623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4DlRuprhGAAnBlmlBwhSgK3UMPwlJ2T { width:20rem;height:1.7875rem;top:26.810546875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cIZXkonWEuZSzU9nW60vGC2zNgZQUPIp { width:13.875rem;height:18.4375rem;top:41.998046875rem;left:2.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdhOwZqktZCD2v6dzdvczLciL4yTqPAf { width:12.5rem;height:8.7716875rem;top:51.123046875rem;left:3.7490234375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eCItVvLmem8bVETBRmU8PC7maibmvvES { width:20rem;height:1.7875rem;top:47.8095703125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WrgF6ry9AfP9GRIBHlKDAcIfhvDZvBmJ { width:2.8125rem;height:0.125rem;top:50.4970703125rem;left:8.623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9NuSPuw44bw6cLdRlJBBGwt1rU9wnTf { width:13.875rem;height:21.125rem;top:62.4990234375rem;left:2.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGqXDNr5t2p5bzlBvW5eG64GuavDfcB3 { width:12.5rem;height:10.233625rem;top:72.935546875rem;left:3.7490234375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tn8xyL1ykrTAG1JvspFIKynpJTpx4hEz { width:20rem;height:1.7875rem;top:69.435546875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KxPHraQHMni9JTs6cMMyIEbXMHhOQbZ9 { width:3.25rem;height:4.25rem;top:21.6845703125rem;left:8.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXTo7TzD6i6MhTMoQqx49H1XP0n3Lazn { width:1.625rem;height:2.875rem;top:3.3740234375rem;left:8.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4EDr4KFLv8lo2ilPZEEvrNcwIZlv6IJ { width:1.625rem;height:2.875rem;top:3.3740234375rem;left:10.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwovS7hnU9PrE1zRSnpfwBWcf3rR9Eio { width:2.8125rem;height:0.125rem;top:72.248046875rem;left:8.623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0ntqcTJzfre0JIluzcIP24X7TIWrW4Q { width:4.625rem;height:4.625rem;top:63.935546875rem;left:7.685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al5HRFizPs47VLKGFGMf6JJ1NcHQy7sI { display:flex;width:4.0625rem;height:4.0625rem;top:43.3251953125rem;left:7.96484375rem; }
#Al5HRFizPs47VLKGFGMf6JJ1NcHQy7sI > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; } }@media only screen and (max-width: 763px) { #osJvhadp6VcX31Q3fv2QxRnIhLghlvDJ { width:19.9996875rem;height:0;top:1.0549621582031rem;left:0rem;text-align:center;text-align-last:center;z-index:15006;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s27mWfDRBeHWuPbLBid0M6ExTSNISHaL { display:block; }#s27mWfDRBeHWuPbLBid0M6ExTSNISHaL > .row .container { width:20rem;height:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwbyr4bNh3IvM5mBnZkPT4RNQENvsPGu { display:block; }#fwbyr4bNh3IvM5mBnZkPT4RNQENvsPGu > .row .container { width:20rem;height:2.5680060058594rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dp4xv0oCX6g6eI9yp29a8Dxaaz8AVk8J { width:20rem;height:1.95023125rem;top:0.619140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3369Bgl3OB0SXNck16WslsHdcUVT7Wz { display:block; }#Z3369Bgl3OB0SXNck16WslsHdcUVT7Wz > .row .container { width:20rem;height:5.7139776245117rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b64JCTE8ST612Jl1xVypSyJy7yDQsCPQ { width:19.999625rem;height:4.78125rem;top:0.93359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZzXSCPy4cRmhoEorzTyiLKnMvXDMEnQ1 { display:block; }#ZzXSCPy4cRmhoEorzTyiLKnMvXDMEnQ1 > .row .container { width:20rem;height:2.5679907470703rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u13uxzrLtueghzCSaT6SsDIyhaOOTfeR { width:20rem;height:1.95023125rem;top:0.619140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i91HU1fiVwQuoZZaWGo2icFJwTvUHMsR { display:block; }#i91HU1fiVwQuoZZaWGo2icFJwTvUHMsR > .row .container { width:20rem;height:18.495371374512rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpwQR6XIQDBuabt1aibmnTtDUUeQ1OZa { width:19.999625rem;height:12.74885rem;top:0.93359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Jl14wUd3970PtCfNmhGyoG3TVa6CpK3a { width:20rem;height:3.1875rem;top:15.30859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #y2fyIIdBV5IBd5HPcUZ7bqgzxTGonu35 { display:block; }#y2fyIIdBV5IBd5HPcUZ7bqgzxTGonu35 > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxaJo0Tq6pczo7bCwZ7vmiOtW1PKK4q1 { width:3.68734375rem;height:1.2991875rem;top:18.8740234375rem;left:0.498046875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #uoHsyIn0bS8tiPm5oZQsHEvu9NIn8VLh { width:3.4375rem;height:1.2991875rem;top:18.873046875rem;left:4.3740234375rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #z7tmHtN7nZ6LlsgCskE5yQbKmBV9DuOk { width:3.1875rem;height:1.2991875rem;top:18.810546875rem;left:8.310546875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #TCdGO7cZqlmEyZgkDqCMpT40lR7S4hty { width:3.875rem;height:1.2991875rem;top:18.748046875rem;left:15.873046875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #QTzbEUBQy30KaPSyT6Bg7oH3W9NfbaK0 { width:4.1875rem;height:1.2991875rem;top:18.748046875rem;left:11.8740234375rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #uaNlfAfnLWBdaRGdAEQrmdPWr0LFZU4e { width:3.375rem;height:0;top:17.75rem;left:8.5625rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #vJaP1zx1JdvlwPBrPBTLXsquygmHHdTF { width:2.499225rem;height:2.74984375rem;top:15.7490234375rem;left:0.998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTyDTzToPZVxyaMySvrGCimn2vOKdes2 { width:2.5rem;height:2.8125rem;top:15.623046875rem;left:4.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlaqNtkXZTUElimH5ZX15z2VZQncDhkk { width:2.43656875rem;height:2.74984375rem;top:15.623046875rem;left:8.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBuA3BQzlzX0DZdTTlhgk0aoCRXHTEBJ { width:2.43656875rem;height:2.74984375rem;top:15.623046875rem;left:12.748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1DvlE5wflzwVXGgTOwO6yQrSUQ5vDHf { width:2.43656875rem;height:2.74984375rem;top:15.623046875rem;left:16.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxZzOVvbcMoCZStbbnhlioboXllPh8Qs { width:2.4375rem;height:2.75rem;top:12.625rem;left:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nd3cdrTCGoW0torbI63toaTSHRPyD5mu { width:2.5625rem;height:2.9375rem;top:86.961718559262rem;left:9.7500003576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #uttZuSQ8oPGZ5OgP5LvdMmSMCaomR2OO { width:2.5rem;height:2.8125rem;top:10.373046875rem;left:16.4970703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktNAQCiRLBAxDQc7CRwS8Prhn1luGZiP { width:3.75rem;height:1.2991875rem;top:13.6220703125rem;left:15.8720703125rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #LHkHtLstzLc54eidDKqOMu1NRtmako0l { width:2.5rem;height:2.8125rem;top:10.373046875rem;left:12.6845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZZZZH6cfC0toH9ay4lKHoCgHTxokBTO { width:3.5625rem;height:1.2991875rem;top:13.623046875rem;left:12.123046875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #WEZy0ZRkdWx0XBgrDrmeMtaIhaCFpqMq { width:2.499225rem;height:2.8647125rem;top:10.248046875rem;left:4.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #laP1y8tJ8nAA3SCTy0g4ci3aVAxZ1lIu { width:3.436725rem;height:1.2991875rem;top:13.623046875rem;left:4.435546875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #GB3l9U5qRpS3qQ8fv7fvmxxAoKWQsyyL { width:2.5rem;height:2.8657163559006rem;top:10.248046875rem;left:8.748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErgNpAo00oxaXuT4Ioba3pwcNF64zDJE { width:3.87415rem;height:1.2991875rem;top:13.6220703125rem;left:8.216796875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #VIO1R1flpEXrS5QuWTwfJTk4Flz71frT { width:19.999625rem;height:3.0873875rem;top:1.047265291214rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #qgXPfqEKih4i9T7X6d8y41ychPeDCDms { width:2.5rem;height:2.8657163559006rem;top:10.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9gVCibdOXqIogbgAAdx1ELLJJSFzqHy { width:3.5rem;height:1.2991875rem;top:13.625rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ocyq0SJI4Fyn8TuxNxKlbTrO3iH6ou9C { width:2.5625rem;height:2.9375rem;top:5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKXL5nREmNSRheZ0J9vlIT5e5eKGC13r { width:3.75rem;height:1.2991875rem;top:8.25rem;left:9.8125rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ItZ2VKTZQ6wCvbWxoURG61JdAaGJ6Rbs { width:2.75rem;height:1.2991875rem;top:8.25rem;left:6.4375rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #mhgBqETrwD2uXBFBmz2qCMTTfZDgHaUd { width:2.5625rem;height:2.9375rem;top:5rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtkJEGmUwQSKFJfcL60Id9Nr5VnR7O8E { display:block; }#AtkJEGmUwQSKFJfcL60Id9Nr5VnR7O8E > .row .container { width:20rem;height:9.4820660449219rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6QbXietpQPbfcAM9M7BrN7q6oBm6f70 { width:19.999625rem;height:7.7995rem;top:0.9365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKpU2ccg24vequEy3sRRidgRFgqLHUTE { width:20rem;height:0;top:7.57418125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekp5dshh5ki5TLa9GggTgPAQPqwU1Tsl { width:3.75rem;height:0.12402375rem;top:9.3583984375rem;left:8.125rem;background-color:#a2dc3b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ETDo65Vgey7SfkAFBZVanOvww5WltbvQ { display:block; }#ETDo65Vgey7SfkAFBZVanOvww5WltbvQ > .row .container { width:20rem;height:17.528188293457rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOhvLTThOp4XkZbbglURfvMc7QVJN4SM { height:11.25rem;width:19.999rem;top:6.279296875rem;left:0rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ub08eRC0lUmKaVd4FSZDgbHJuLFWpKlU { width:20rem;height:22.5rem;top:3.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8HNquTgGwTzRpzNwHpxJTrv6okk0Mt3 { width:19.999rem;height:4.78125rem;top:0.935546875rem;left:0.0009765625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bb1NxtLXJteewNH8yG4ATaZkeMbHoJ1n { display:block; }#bb1NxtLXJteewNH8yG4ATaZkeMbHoJ1n > .row .container { width:20rem;height:20.311029022217rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJkEh6oK11yeW7ewKcVvG68oN20QcF16 { width:20rem;height:22.5rem;top:5.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLKtT4hmdTK6blJpKkWH1tgc4lwTJMog { height:11.25rem;width:19.999rem;top:9.0625rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #qEaRvyhlHs8yOZk02dfZk490Br2J9bgV { width:19.999625rem;height:2.62586875rem;top:5.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZxIkhKDxLPIEq7zvJ3pbbGzSxB0Ephg { width:19.999625rem;height:4.78125rem;top:0.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OIBMRCqR3VXFi2vS6zKM8D652ikT7bpR { display:block; }#OIBMRCqR3VXFi2vS6zKM8D652ikT7bpR > .row .container { width:20rem;height:6.9979733325195rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWBrbOhDgs84wGoR7FyhyB3rGp5kTcPn { width:19.999625rem;height:5.2rem;top:0.9365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQfQFVqcQXAIW6GTvHhw2ZPAmly4x65L { width:20rem;height:0;top:7.57418125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHeyqAlXCv8lDy8rnmMttAITDZWQ8gyV { width:3.75rem;height:0.124149375rem;top:6.875rem;left:8.123046875rem;background-color:#a2dc3b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LkfMfcLSy90id0lmZr7WHbnFr6vGhKfb { display:block; }#LkfMfcLSy90id0lmZr7WHbnFr6vGhKfb > .row .container { width:20rem;height:2.5679964691162rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #angyM0oMsTDhHoWzmJhbZBDDbcMHHuVi { width:20rem;height:1.95023125rem;top:0.619140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKXC0tMcex4KyVF3yu8qtI8KPtOvva1r { display:block; }#UKXC0tMcex4KyVF3yu8qtI8KPtOvva1r > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3NNbeTWIs3lMs4BPbxGKfW5W8p8bqvs { width:12.4369375rem;height:2.99930625rem;top:15.911973953247rem;left:3.7801668643951rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbLBkx2aGcmzU040map3IOl06599EoTV { width:17.5rem;height:6.75rem;top:0.9375rem;left:1.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWzg29H63TBLKslhTAl5qINh7vRhT1ET { display:block; }
 }@media only screen and (max-width: 763px) { #lle4k8oQimTt2VUeZNIAvubhhoDU5OAv { width:13.875rem;height:3.125rem;top:10.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zopyeURcqlrBxu4IarfGZ4RIrETFD3ZS { width:17.5rem;height:6.75rem;top:8.75rem;left:1.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y96CP748IBKTE1rMusx1AOtl6xoSBAin { display:block; }
 }@media only screen and (max-width: 763px) { #ToesXntJywksWKISXcikErQl35cP5WPw { width:6.8125rem;height:3.25rem;top:2.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnRTy6Cy7flpDn2kXWZoZTTO13AkxmFn { display:block; }#ZnRTy6Cy7flpDn2kXWZoZTTO13AkxmFn > .row .container { width:20rem;height:2.5679959922791rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQdTOWkqLfrkO9yvaGy7vfGueEq8pz5q { width:20rem;height:1.95023125rem;top:0.619140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZypdui365Xk8CEnG6mwsDcFZe9JMPdU { display:block; }#uZypdui365Xk8CEnG6mwsDcFZe9JMPdU > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzGXsmS5Gh9VsKrTZ1HKP6es7PsKvRWD { width:13.75rem;height:5.1875rem;top:7.1875rem;left:3.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #REGxJOp8FapvLKg3FEDTKTdaVyHcBJVA { display:block; }
 }@media only screen and (max-width: 763px) { #TTtOQZm1NMVrDvghdxbZHPTwMdKIylkI { width:13.75rem;height:5.1875rem;top:13.4375rem;left:3.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1qkMDZ4TzKt5sK9A6BdsaTpB4SpIATM { display:block; }
 }@media only screen and (max-width: 763px) { #wL1lMALa9tiZDzFBbS3ErrMmSUdvSnxZ { width:10.1875rem;height:1.1875rem;top:15.4375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMXQuBKbwm59ox5S9vw2B1parPCyJDlK { width:10.25rem;height:1.25rem;top:9.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBuf5MReRQbE9M8Ps91f0XsEhxq6FiRE { width:13.75rem;height:5.1875rem;top:0.9375rem;left:3.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkFi2cym3aGPDxGIDo3J09ddQFQeTqeO { display:block; }
 }@media only screen and (max-width: 763px) { #vxQQaT8N3gK9okJVo7wzdw5R9R1IlEoq { width:9.9375rem;height:2.25rem;top:2.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN7nMXVny2AIwWzGFC298UUHyCcxqZes { display:block; }#dN7nMXVny2AIwWzGFC298UUHyCcxqZes > .row .container { width:20rem;height:2.5679964691162rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCDTembHwzcdnbGUVJ1losItq9Mv4cxC { width:20rem;height:1.95023125rem;top:0.619140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIX8uH1qcBWAbc4THTyPvDNldNLRkANG { display:block; }#CIX8uH1qcBWAbc4THTyPvDNldNLRkANG > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BN0rSi4CgmxxBTO7RCBaLOylKymvstLz { width:9.9375rem;height:3.8125rem;top:0.935329914093rem;left:5.0936056375504rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZEyOQJcFCA6XuFCkRITgsiWV9uAni5k { display:block; }
 }@media only screen and (max-width: 763px) { #y1ovIOWK7vOS8zWiw71OdJgqQBBNqUz1 { width:9.0610625rem;height:2.12456875rem;top:11.180555820465rem;left:5.5290800333023rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydPMMSe1vep3TH744WNGrIEuAlvGyERy { width:9.875rem;height:3.75rem;top:5.6843172609806rem;left:5.0588833093643rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFkxDkBSbDiF5pIQWIdNpTC5TeBicobX { display:block; }
 }@media only screen and (max-width: 763px) { #cuEc3lsVGPqei8yLXX3OO8GVH0ud8cbd { width:6.25rem;height:0.9375rem;top:2.3712384700775rem;left:6.9353300333025rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyy2PyI0hWnQhmhxlTyWnqa6XE9KxP8F { width:9.875rem;height:3.75rem;top:10.369647502899rem;left:5.0596066713333rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEIKUwRizuGLar9VXJ0H5QVDTEO0SpLn { display:block; }
 }@media only screen and (max-width: 763px) { #ubWe9RyoxaIDt6AQTF4Lm1W7dVt04kqO { width:6.25rem;height:2.875rem;top:6.1241320967674rem;left:6.9353300333025rem;display:block; }
 }@media only screen and (max-width: 763px) { #T74LeEPNPJSiQ4k9n5l6DZc4h1ZxMzPw { width:9.8125rem;height:3.6875rem;top:15.054688453674rem;left:5.0925928354263rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRtfPIZ4HLvJaLokAokJUlPrrTa8NonI { display:block; }
 }@media only screen and (max-width: 763px) { #w1QCOy8OTMMvdJc8tT6DUNM6XGpPddc4 { width:7.8125rem;height:0.9375rem;top:16.428674697876rem;left:6.0915800333023rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUiLA8CHrCuHBJTZZBpKDfr4GC9cf3qc { display:block; }#iUiLA8CHrCuHBJTZZBpKDfr4GC9cf3qc > .row .container { width:20rem;height:4.4806126452637rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y21ZZr9gEiTaucVGK63VE0bszDZ9G1rl { width:19.999625rem;height:2.599825rem;top:0.9365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aURllby5OZbOzuZvSiXd5bqss5d4gqdl { width:20rem;height:0;top:7.57418125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LycFn9s9XfDec4fFf2s6l4OeluGg0dpz { width:3.75rem;height:0.124149375rem;top:4.357031583786rem;left:8.1851564049719rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #X7HdMS90v05aW4qlqG6SNduFdfRvg5OX { background-color:#1a3e85;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;box-shadow: none;display:block; }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row .container { background-color: transparent; background-image: none; }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row .container > .video-iframe-container { display: none; }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row > .video-iframe-container { display: none; }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .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); }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row .container { border-width: 0; border-radius: 0; }#X7HdMS90v05aW4qlqG6SNduFdfRvg5OX > .row .container { width:20rem;height:113.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCDBmnMLQdDFPgS8IRLpranKck8I73OL { display:flex;width:2.1875rem;height:2.1875rem;top:4.5625rem;left:8.9375rem;font-size:1.5rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #tvG0GeoTKrQeoTwvTzIM2FkzPRSzlSgW { width:12.5rem;height:1.79980625rem;top:7rem;left:3.75rem;font-size:1.5rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vdMiAdtaz899qhMfBcTSMIxbItUSVAkM { width:18.75rem;height:1.5rem;top:14.5rem;left:0.625rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #T9iOkPeIgIdDDTWuefOyQAylGbdmi9I1 { width:20rem;height:1.6875rem;top:10.9375rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #msVJPivtTJMzxMmSBiup0ZZxsKl7336p { width:20rem;height:4.6875rem;top:9.375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(37,170,227,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mQfwrJAIiKwlENWGidCBqJNsqBrv13fB { width:14rem;height:5.0607625rem;top:21.75rem;left:3rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UD19tBWBOmGMM7rQA0qRi0izzS00ISIB { width:20rem;height:7.8125rem;top:20.3125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:#25aae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LvreDcTK9iZgk6gGHTOsVGGxGnhIGqcI { width:12.5rem;height:1.79980625rem;top:17.9375rem;left:3.75rem;font-size:1.5rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FC74T7pKLyreuBsgFxS0UTcuzGTPJNAa { display:flex;width:2.1875rem;height:2.1875rem;top:15.5rem;left:8.5625rem;font-size:1.5rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #CqdUsC7h2DgPBw4k1K4bAEWFKcMI9FzS { width:20rem;height:4.375rem;top:34.375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(37,170,227,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #H2EaGvQpNwhEpcuhGNTAq4mRi0dhPSdI { width:20rem;height:1.6875rem;top:35.8125rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OFLuQTIIlnyglCrC4kcBgPzslzbHquTE { width:12.5rem;height:1.79980625rem;top:32.0625rem;left:3.75rem;font-size:1.5rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hz29wsXy2TvFXpSVXxkV6lvTBpZQeIHX { display:flex;width:2.1875rem;height:2.1875rem;top:29.625rem;left:8.90625rem;font-size:1.5rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #CfZVEFghgH4oTRXuUgiG0a15tDHs2fi2 { width:16.25rem;height:3.37384375rem;top:46.5625rem;left:1.875rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #inTdUTsOskTamz6E1G3bRpphHGRFGIsh { width:20rem;height:6.25rem;top:45rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:#25aae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VVgoyz2SZyW7n1wipaTSzwqmNKd4H67G { width:12.5rem;height:1.79980625rem;top:42.625rem;left:3.75rem;font-size:1.5rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkI3aMlQV5Fsmhob3DE6QcGErFQ397oz { display:flex;width:2.1875rem;height:2.1875rem;top:40.1875rem;left:8.90625rem;font-size:1.5rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #Hq11JdgDF7Bm3dVSJOn7gT5awE8IdxBv { display:flex;width:2.1875rem;height:2.1875rem;top:52.6875rem;left:8.90625rem;font-size:1.5rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #Zt5V4fgeMSEn9kNhF7NDptlKRLndgzMp { width:12.5rem;height:1.79980625rem;top:55.125rem;left:3.75rem;font-size:1.5rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KbVBqlz1LOWnHqiKc7aSGUODT77SaTT9 { width:20rem;height:4.6875rem;top:57.5rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(37,170,227,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LcghvfmNJSQfKs552pUhEETpSPo8XDBW { width:20rem;height:1.6875rem;top:59.0625rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBPXIfxAwyGlu0VHCphkyXkZKcoT5R25 { width:17.5rem;height:3.37384375rem;top:70rem;left:1.25rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yPO9ZHSL8zgD8CB4FmWrxnMMopUWbDBl { width:20rem;height:6.25rem;top:68.4375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:#25aae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kCb2mRuz2mpCAXG04OgToTqTSFDSLqtG { width:12.5rem;height:1.79980625rem;top:66.0625rem;left:3.75rem;font-size:1.5rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xm8Rn2eTTXLBtVTVQyrpgntvLDH55eHZ { display:flex;width:2.1875rem;height:2.1875rem;top:63.625rem;left:8.90625rem;font-size:1.5rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #xawz2dZfsnbtL3BKMvgVWad6OBW6HGZ3 { width:20rem;height:4.6875rem;top:80.9375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(37,170,227,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sLGGmrIflc4eP6aK69ckaHsfFlJAHHgT { width:20rem;height:1.6875rem;top:82.5rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZibBOXh1ya0Fyx3wWev4iHmk1IcXb5C { width:12.5rem;height:1.79980625rem;top:78.5625rem;left:3.75rem;font-size:1.5rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GXQBzKADkBZwZ5oLciU4Je0JozG2Dy7C { display:flex;width:2.8125rem;height:2.8125rem;top:75.5rem;left:8.59375rem;font-size:1.5rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #f4qEgVaH7GERPOCRrv2dR4xJ5L5qaUgt { width:20rem;height:8.125rem;top:92.8125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:#25aae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ykTGgbmh2sXmyQ1RmBF2L1K7hm2EllQD { width:19.375rem;height:5.0607625rem;top:94.375rem;left:0.3125rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F8s4bcpk7VvwKCUWJtRdTabpX2GXMy7i { width:12.5rem;height:1.79980625rem;top:90.5rem;left:3.75rem;font-size:1.5rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOPWo8upy8XzMV6ZZiIM3sATxQ8T7BT8 { display:flex;width:3.125rem;height:3.125rem;top:87.125rem;left:8.4375rem;font-size:2.1875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #dE69KaGZVUR4f4OwLqRlB0svOWInLU3y { width:20rem;height:4.6875rem;top:107.8125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(37,170,227,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eoHdtc96AJQwfWaaDRT0PgZlGGTLrT0D { width:20rem;height:1.6875rem;top:109.375rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1ysh26i1E00iA18MGoiUnvuSKAgCS59 { width:12.5rem;height:1.79980625rem;top:105.4375rem;left:3.75rem;font-size:1.5rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HFdUbsWTTt45c8x7Omk1LzXCk1TA6Swt { display:flex;width:3.125rem;height:3.125rem;top:102.0625rem;left:8.4375rem;font-size:2.1875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #soUFxRXgUNDdDzQGnHnJXdJ5m3GseAbk { width:20rem;height:1.46195rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtoImet5xhFKXeArCbnP85GQTES2HkX1 { display:flex;width:2.8125rem;height:2.8125rem;top:102.53125rem;left:10.75rem;font-size:1.9375rem;color:#5d92ff;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J { background-color:#1a3e85;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;box-shadow: none;display:block; }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row .container { background-color: transparent; background-image: none; }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row .container > .video-iframe-container { display: none; }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row > .video-iframe-container { display: none; }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .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); }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row .container { border-width: 0; border-radius: 0; }#pGf5SFUJ7GbDtGpuLlOJ5GLy5WBO9P7J > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGvKecVOUFGo44aK4rwRoUznJiANH0ku { width:18.75rem;height:0;top:15.1875rem;left:1.25rem;font-size:1rem;color:#5e5e5e;display:none; }
 }@media only screen and (max-width: 763px) { #l0zVBNf2lpQSBP87LJ3831if17MWzeqx { width:20rem;height:3.37384375rem;top:9.375rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xkETbHkLTFzpT1KLW1afQuKZWXyu11Uf { width:20rem;height:6.3125rem;top:7.8125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(37,170,227,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lHsmbVt3EMPNWk3c5fRILl8kIi44kXqJ { width:20rem;height:1.46195rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2aJ0RXeTJkaUAaR2KuAkCqEqWze2HgU { display:flex;width:2.8125rem;height:2.8125rem;top:4.5625rem;left:8.59375rem;font-size:1.9375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #APEOiJyOt5BT2FEKow1JzwdJoJMHxT96 { width:20rem;height:3.37384375rem;top:15.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #H4Bf36XWPKB0kCadmkJW2v4GIxnkMPK5 { display:block; }#H4Bf36XWPKB0kCadmkJW2v4GIxnkMPK5 > .row .container { width:20rem;height:6.9979809619141rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lx9qlvwCqWU5lEux3WnBTp6KUtbqdHu0 { width:19.999625rem;height:5.2rem;top:0.9365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNL3xVu8gPOoRZsSxk3Z1gdMKpylOWPX { width:20rem;height:0;top:7.57418125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExJutVxlABXowEqe7dOUGuKee2SAV6vy { width:3.75rem;height:0.124149375rem;top:6.875rem;left:8.123046875rem;background-color:#a2dc3b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SIsMKZtNhTaTaPv3RJQRhXFOuxnvmX6s { display:block; }#SIsMKZtNhTaTaPv3RJQRhXFOuxnvmX6s > .row .container { width:20rem;height:17.996238500977rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpfRMSLXtK1TJxhsRLTJFWiqDq2C3eDH { width:6.25rem;height:4.55150625rem;top:1.2492904663086rem;left:0.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HpB6x3qPfzGz52hzRrMJCDaDUoO2TT6x { width:6.25rem;height:5.7769125rem;top:1.2485799789429rem;left:6.8750001788137rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mmd6c6yE0MFI7Hzi09ILLs8RT3bqpqbt { width:6.25rem;height:5.2517375rem;top:1.2478694915771rem;left:13.499290168286rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmbGQh2Qf5RNHm1VKD6cRQLypGc9f180 { width:5.8125rem;height:2.375rem;top:10.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2ANGi1u5dwOB9bIFSUSmqaytq4dl2UF { width:4.75rem;height:2.111325rem;top:10.25rem;left:1rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uw5QSb8015AgCM33QMK0065oAfZ3tKbe { width:5.8125rem;height:2.375rem;top:10.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3PHXKO3i9LXpCaU8alhT5xHpKxSZEQW { width:5.8125rem;height:2.375rem;top:10.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3UXou1JSqQUcCurC6Ro3otzy5P2WNZT { width:3.125rem;height:1.0554125rem;top:10.8125rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drKezZMlfbVwFgxX02FEnPO2B06u0dV6 { width:3.125rem;height:1.0554125rem;top:10.8125rem;left:15.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEuTQCZoXvUAaZhttQfaS2shHbVKpoiQ { width:17.5625rem;height:1.21875rem;top:8.1875rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LGcgCNtQSDBy8pehs5pKglRsSa1I7ZU3 { width:17.5625rem;height:1.21875rem;top:13.1875rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHgVvFXrbGhxsFNT9hGMWZPho0rBIa7P { width:5.8125rem;height:2.375rem;top:15.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4wNdQD2BJWI3CBVhNfbUdScP1MAR6dh { width:2.8125rem;height:1.0554125rem;top:15.75rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azZ6HoQ1ITmPrk0DGiU6kc9Nzb9pBNny { width:3.125rem;height:1.0554125rem;top:15.75rem;left:15.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKfmI8MLOsOT20U9OEI6zFKUSwTBTFgo { width:5.8125rem;height:2.375rem;top:15.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLa94p7usbziN53dVuzT7TAkQu8sL4Nf { top:1.2485799789429rem;left:6.6875001788137rem;width:0.0625rem;height:6.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #hxbhu6mZbMmFmpmVgJwyEqlEZqc00kNt { top:1.2492904663086rem;left:13.311790168286rem;width:0.0625rem;height:6.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #sOMoFz71ohXF5eDJwI9uX5EOaDXaOJeA { top:14.560156822204rem;left:13.373437464237rem;width:0.0625rem;height:3.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #sGWL6H5b7oCi9qSHfyisOe7LB9TEhlNw { top:14.560156822204rem;left:6.7484374642375rem;width:0.0625rem;height:3.4375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #H8CW9FT0iyg022rmE8wKqfxTmOqL6LdM { top:9.6860504150387rem;left:6.623349785805rem;width:0.0625rem;height:3.4375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #szSh88PSTCxKDpaRPPky3LgS1OTGD5oT { top:9.6674957275387rem;left:13.310643315315rem;width:0.0625rem;height:3.4375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #FdzUcaSPZyQoVlDhgzP6vmvcRFTF3TTW { top:1.2492904663086rem;left:0rem;width:0.0625rem;height:16.4375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #cSfwGV59Ls2QEMPoISwtqvkddOSoDeiE { top:1.25rem;left:19.936791121959rem;width:0.0625rem;height:16.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uTXhxr7KUlcTsSOufTMhc67eAAlkvp8e { display:block; }#uTXhxr7KUlcTsSOufTMhc67eAAlkvp8e > .row .container { width:20rem;height:2.6497413330078rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aml4u3DHUTMzMUpWIocTKdN9U8Dodi4M { top:1.3515625rem;left:3.1875001788139rem;width:13.625rem;height:1.2991875rem;z-index:15000;text-align:center;text-align-last:center;font-family:avalon;font-weight:700;font-style:normal;color:#3e3e3e;display:block; }
 }@media only screen and (max-width: 763px) { #ZTdnvG4vXlg79BFvHbVleUt4P2HVTRMO { display:block; }#ZTdnvG4vXlg79BFvHbVleUt4P2HVTRMO > .row .container { width:20rem;height:1.561775rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKxuLtco1FCQDVPhuD4DKuvv0Tmznk7F { width:14.375rem;height:1.21875rem;top:0.25rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nQnUnyWQeg2AS2DE2ewxcpNtOueLBOd9 { width:2.25rem;height:2.25rem;top:2.125rem;left:2.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E888Kw5p9MtaSaDG1bDsU5845dLZG7fn { width:2.25rem;height:2.25rem;top:2.125rem;left:14.9375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtL3aM7Ge8VcspFxHRXuwBZeXUlPqRIT { width:2.125rem;height:2.125rem;top:2.1875rem;left:8.875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfhwnTinoqrPPog6s4zaXSx0cxzm3ksr { width:1.5625rem;height:1.5625rem;top:0rem;left:0rem;font-size:1.0625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #u0o3CmXTeD77yZ2qNVR5gxWCcMWrNhWG { display:block; }#u0o3CmXTeD77yZ2qNVR5gxWCcMWrNhWG > .row .container { width:20rem;height:1.561775rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6c9CQFG7kguFcQkJTbhgzEayDZxs3Ln { width:11.3125rem;height:1.21875rem;top:0.31095886230469rem;left:1.8121905326843rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IyIqym0O2IgdKo4CeKQf418DnTuKz8Zq { width:2.25rem;height:2.25rem;top:2.0625rem;left:2.9375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r3ALbHMA7UAGM7VVH66ZXhVsaXASgpnp { width:2.25rem;height:2.25rem;top:2.125rem;left:9rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFG4AuSM1Wk2OLXybXMIuwMwlNglTqEM { width:2.25rem;height:2.25rem;top:2.1875rem;left:14.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ANfhqGDtFBtPmzvG1qy2sad0QEZpsOvF { width:19rem;height:2.5rem;top:1.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSAGAToMnOAV9uJzQoFgnD9i68mvWBTh { display:block; }
 }@media only screen and (max-width: 763px) { #CwFgWZlNW8r0HWBbMoAogQCBPdpFTrlC { width:1.5625rem;height:1.5625rem;top:0rem;left:0rem;font-size:1.0625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #WFpKUZMC6Q6WCrce4JuhiGwtu8IRbkcl { display:block; }#WFpKUZMC6Q6WCrce4JuhiGwtu8IRbkcl > .row .container { width:20rem;height:2.7481265869141rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPwXG6vNLhLgZgiUVsVNaIFON9Isf25w { width:18.125rem;height:2.43634375rem;top:0.3125rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mXgECHiyUNRvuNdw6x4GZpEueZEbGaAW { width:2.25rem;height:2.25rem;top:2.4375rem;left:2.9375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cWWW0ctJvhWD6O1OhwDq1oLzCpl95lvk { width:2.25rem;height:2.25rem;top:2.4375rem;left:9.1875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5uGnzhLVR8101au6IOwTPKEWlQVGVZU { width:2.25rem;height:2.25rem;top:2.5rem;left:14.8125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5IoU1Q6vH1p8I7THxHzkLMqP75o3l1i { width:1.5625rem;height:1.5625rem;top:0rem;left:0rem;font-size:1.0625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #eUE6ZLcu2i6TigCAuEbx5xVpsOOu66yH { display:block; }#eUE6ZLcu2i6TigCAuEbx5xVpsOOu66yH > .row .container { width:20rem;height:1.561775rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOmJPrWBBdc0DcSPlakTrxfTSaTH3eXV { width:10.75rem;height:1.21875rem;top:0.3125rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pqIoRPfkgIxZEau5HQWeKWlwbfIGqU8x { width:2.25rem;height:2.25rem;top:2.1875rem;left:2.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P63WautEEC4xQI0laB2dIddWJhmtT1CT { width:2.25rem;height:2.25rem;top:2.1875rem;left:15.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #blTW2FeswTMb1IF7zTrUHpcCIoSlfu2O { width:2.25rem;height:2.25rem;top:2.1875rem;left:8.8125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #md6hZxOOp5N3Qp6SsWSPM97gLENDhFTm { width:19rem;height:2.5rem;top:1.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LNbcZ1RIFzJGo1NwlzU2DSoiaXIrNxWU { display:block; }
 }@media only screen and (max-width: 763px) { #m78dFRNCby7VrQbivHXX4KydTRR1DyvI { width:1.5625rem;height:1.5625rem;top:0rem;left:0rem;font-size:1.0625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #eO8P9MGPRuVqdSyhKVIBlh2ibQ39MP0f { display:block; }#eO8P9MGPRuVqdSyhKVIBlh2ibQ39MP0f > .row .container { width:20rem;height:2.2497100830078rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUQxpblTk6Mx1FuLNEZS98Sl1G8oVTfU { width:16.3125rem;height:1.875rem;top:0.375rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dBQ3TIMA2A4LACs80UysBIT79H3cHgcJ { width:2.25rem;height:2.25rem;top:3rem;left:2.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K6px9SaGEqwcgX1ARzSPoiAdITTrxqeG { width:2.25rem;height:2.25rem;top:3rem;left:15.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSl2A4rKLE6ePfetay9zyM1hxKc5k2TC { width:2.25rem;height:2.25rem;top:3.125rem;left:8.8125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcvsahNNn0ZdUVrP323KFsmre3Rmty1n { width:1.5625rem;height:1.5625rem;top:0rem;left:0rem;font-size:1.0625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #m12Lh3Ml2fLiu60iMlkPuL2qJlrfT21H { display:block; }#m12Lh3Ml2fLiu60iMlkPuL2qJlrfT21H > .row .container { width:20rem;height:2.6859165039062rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrwgxRPfLhMTBGz3twSrQiCO6R6rX85K { width:14.25rem;height:2.43634375rem;top:0.25rem;left:1.8115234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KTpwo5p37UDgUHL47lbCkNMKIRIDS201 { width:2.25rem;height:2.25rem;top:2.8125rem;left:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gx0a3i1dJ85synqe5F4xnFhue0036vdb { width:2.25rem;height:2.25rem;top:2.8125rem;left:8.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyvJBwOkQWDXQeNx2GXySlSfivo6opfU { width:2.25rem;height:2.25rem;top:2.8125rem;left:15.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBPx0TPrpk6PW5UcfvVVFRfoO7cyWJgM { width:19rem;height:2.5rem;top:1.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkzG2yPPPat48uTRD97fBtLwwHJiyc3M { display:block; }
 }@media only screen and (max-width: 763px) { #qHJm3qrhyRzgN2XxZTAaTZFedlX86p3K { width:1.5625rem;height:1.5625rem;top:0rem;left:0rem;font-size:1.0625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #hUVPTHAnK6IdGEbyMLL1E2zHoIL15Zp6 { display:block; }#hUVPTHAnK6IdGEbyMLL1E2zHoIL15Zp6 > .row .container { width:20rem;height:1.561775rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUwZ0kBMqKQT6T5OB5bcFlf5l5hIcE69 { width:12.8125rem;height:1.21875rem;top:0.25rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KhO6TZRgIqc86ifkB5RxzegtoDTVNbk5 { width:2.25rem;height:2.25rem;top:2.15625rem;left:2.3124999403954rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pP4XQeg7gW5BlASQFdthionBQn0hTSVL { width:2.25rem;height:2.25rem;top:2.15625rem;left:8.8750006556513rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOzzhU9nDloNTgSZ0DFN7a38ddPPzpUX { width:2.25rem;height:2.25rem;top:2.15625rem;left:15.437500655651rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERePDAZeoNv0BFI5XTpTmebToV8RelwZ { width:1.5625rem;height:1.5625rem;top:0rem;left:0rem;font-size:1.0625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #L9SP1Tn3CpS321FtECG1iLe5GAZB5r2X { display:block; }#L9SP1Tn3CpS321FtECG1iLe5GAZB5r2X > .row .container { width:20rem;height:1.561775rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBMCm3TMF2MmrXwDp5VithuWzoASiyAA { width:10.5625rem;height:1.21875rem;top:0.25rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w9kSq4nhloOqrVkqKW1rHeRLQOaPQJ2y { width:2.25rem;height:2.25rem;top:2.2187595367432rem;left:8.8750006556513rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #anXGJvISJIbwdbCfJa33IVNNOQ26FMTx { width:2.25rem;height:2.25rem;top:2.21875rem;left:2.5312501788139rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2Ml7U94sQawWumVnCapELPPNoopMbxs { width:2.25rem;height:2.25rem;top:2.21875rem;left:15.281250655651rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iT1uia9uay9nRmRxV0w8cDKA3Aeg5AEo { width:19rem;height:2.5rem;top:1.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aank2me26CfzrDgvFZQHUZk2fHlhznKM { display:block; }
 }@media only screen and (max-width: 763px) { #gOfyvi31Uiqs1DUdZoE8gi1FZ8SnCyWG { width:1.5625rem;height:1.5625rem;top:0rem;left:0rem;font-size:1.0625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #rXqqTeyKaNrKt2dqNbpgmh9WuHMzVQDL { display:block; }#rXqqTeyKaNrKt2dqNbpgmh9WuHMzVQDL > .row .container { width:20rem;height:2.3726816650391rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRi8LPCwaRvQWoBaZ50RnHN0oLKpLuUE { width:16.375rem;height:2.0616375rem;top:0.3115234375rem;left:1.8115234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TAw5P4fEzTgrJExpySKk0QRR7Xfaqtb1 { width:2.25rem;height:2.25rem;top:3.8863792419434rem;left:2.4374999403954rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #efceTVFupyGGo4QxdTpgyfLXf7pLri7L { width:2.25rem;height:2.25rem;top:3.8863639831543rem;left:15.437500655651rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x5Zi9yTUMEVW6D4LqZxXM3ZTv4VJDnTT { width:2.25rem;height:2.25rem;top:3.8863639831543rem;left:8.8750006556513rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkwakTDwbTmXtyXbE4XtdQ2x6MxJ86dW { width:1.5625rem;height:1.5625rem;top:0rem;left:0rem;font-size:1.0625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #htVbQCmPfgZNJEUl5DnbvR4Z6rpWXiJc { display:block; }#htVbQCmPfgZNJEUl5DnbvR4Z6rpWXiJc > .row .container { width:20rem;height:1.561775rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBbDkylxN47IJbmUBoVCTX7ZBaLbAHCA { width:14.8125rem;height:1.21875rem;top:0.3125rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TLx0cZIJbT1MQN1n8ysi1kF0OUibS5wv { width:2.25rem;height:2.25rem;top:2.2187595367432rem;left:8.8750006556513rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mtt4udAP5OFSn5JUBGgPAnlO6WmkANuK { width:2.25rem;height:2.25rem;top:2.21875rem;left:2.5312501788139rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRJdlkJMoilNpEHVsEcKmH1wwh87SDHA { width:2.25rem;height:2.25rem;top:2.21875rem;left:15.281250655651rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMWWxF8zMz5xQJqzt9hDcAfaqnZEyADI { width:19rem;height:2.5rem;top:1.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gLLpM08tkB9TvA6AsboUJCCWlkB03Pct { display:block; }
 }@media only screen and (max-width: 763px) { #CvJXHtnf5NrliyNucgHrInHNm0Hz9uzm { width:1.5625rem;height:1.5625rem;top:0rem;left:0rem;font-size:1.0625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #Na6g6cvkEydkg2pTvkzrA6xTDiTSw61z { display:block; }#Na6g6cvkEydkg2pTvkzrA6xTDiTSw61z > .row .container { width:20rem;height:1.0995389160156rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQTZTJZSb4BfawLz0sLWC5ssaOBl88gQ { width:15.1875rem;height:0.97511875rem;top:0.125rem;left:2.4062499403954rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FWE3O2fCh9Pk56FOK7iTGOJGV0sWK5X4 { display:block; }#FWE3O2fCh9Pk56FOK7iTGOJGV0sWK5X4 > .row .container { width:20rem;height:6.7158546240234rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsFpJmmIVVyRXvnlH8462eWZsiCkbgQH { width:19.999625rem;height:5.2rem;top:0.9365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Z3bBQbBkLsLNuxK8EgLc0InQH4TO8q2k { width:20rem;height:0;top:7.57418125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rAAebZiTc1nsCzKvpSGXKvnl9iXWSow7 { width:3.75rem;height:0.123465625rem;top:6.5929718017575rem;left:8.1250005364419rem;background-color:#25aae3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IwWHDKqXQcRIDeF2DC0BFRMpho1Th570 { display:block; }#IwWHDKqXQcRIDeF2DC0BFRMpho1Th570 > .row .container { width:20rem;height:47.447201586914rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-regular-label { width:16.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-text { width:16.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-text {padding-top: 0; padding-bottom: 0;}#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-textarea { width:16.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-select { width:16.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-select {padding-top: 0; padding-bottom: 0;}#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-input-button { width:16.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU  { width:16.5625rem;height:auto;top:0.0625rem;left:0.375rem; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .radio-container { width:16.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU .widget-info-text { font-size:1.125rem;overflow:hidden;height:auto; }
#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU {display:block;}#W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU { width:16.5625rem;height:auto;top:0.0625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #OiyCp1pa8UxkdWc0ihkGPgtfFfa6EkQx {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #ZyNSIHvHTWBbkFdBsx4tRBtnxBMbPGlu { display:none; }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #RViOwuqs4MIE0hkGCZSZqHPVA9cgIDuB {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #GSkSRXLTVm6x0hPT8rL4ANA42I7bHn1c {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #BhirTlPFkVbKTHTcSBDTO0PCEsMrKh4v { display:none; }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #OVnodKRhnEfbKiCIeZR8m1ZyId1q4HNd {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #IyKEQsTmzMnxd90i15Oqbe3Mg3JyHevs {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #WhtlQrokxI2qWhdkKmytZz93D5t2SqQy { display:none; }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #UmGCJSf7FnKmw5u66eHSi5Z7P5mtNeGL {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #NgSGQUOK42EZJfQBzg0Hk2Hr76UOGzJe {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #ibJTwp1mFpWVJApcT97Jzlf7zbTZNZzm { display:none; }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #bnbKEm61uEDk0eZVP3antBu8fD4N4seV {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #RnGyVN91mneU3DcWzEqGatZSB0aaR7W3 {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #P1TILpalNGgVwdpCxq9O74PJVUNXTvy7 { display:none; }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #SUOaGNlot6DWaboFAUQ85hXOmC8MR4Bd {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #aQk263oscsaTvl3Vbl8WybCqCy8fCyV8 {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #WGDGpBQ2ihWiut2TZHisCodQEMKZ3XLX { display:none; }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #D2Qx2BZyZ1DRKa0M0GGAwLUTtO01TD51 {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #wJMdzbcOcA0dcTUs9eJtx2cicrnpPgr9 {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #htGNRsSq2KltcOklP1XeWCvA8ktv1MCS { display:none; }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #TpZGDfTevhgSD1qAeHMxBIQVoXOi9kZ7 {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #z6l0AB3kPGIdXAbXWIgAmERdLAkpKfSi {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #ReB5WDa2K2ZnmCJKD8wdRFIQALXDpPlV {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #dzflwvBUkgl8lMPQlt1bn0gnSWsJThhe {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #w7AmADAy8RFg5HfeWaP0R5NemByIsVk5 {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #A3XsG9vTMZ5HKXL54ID7v8oEKBuPdB0W {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #pZNTIqVXTDBvTNWO6abrh7u1xt9KGb9q {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #y1E6x2qv0f2NR7NBOxsV8xukXnLbMzpm {  }
 }@media only screen and (max-width: 763px) { #W2KJnJRWv5erG1Z7HJWe1Ka5TpUg3pKU #yzv4KdRqMJOVakPHZ0qf5uyOZT5TvZdX {  }
 }@media only screen and (max-width: 763px) { #RAo8daNQF0zTWTBxiW0W6Zz1vswufCqZ { width:19.9984375rem;height:4.94791875rem;top:42.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p271PzI2wVuNHwmVrUz7DgvgxxTEosaa { display:block; }#p271PzI2wVuNHwmVrUz7DgvgxxTEosaa > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkZLZVH2euPKaPnlSQDdMp4zEJVqa7I9 { width:17.625rem;height:11.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMZsomkB8XT6DInvEour5P2mDUZcH4Zg { width:17.625rem;height:11.25rem;top:2.5618286132812rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #moOCV9FQsRCFQX85Nd7LotO9w73QsSOc { width:3.125rem;height:3.125rem;top:22.186767578125rem;left:8.4375002384187rem;font-size:2.1875rem;color:#cbf100;display:block; }
 }@media only screen and (max-width: 763px) { #euuozbdFnNqON2m8oHnD5ONi7LRZ6rDy { width:20rem;height:2.9239rem;top:25.6240234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKSuwb9ZAOJcDXVTJocIWVxb5ZosFqAb { display:block; }#ZKSuwb9ZAOJcDXVTJocIWVxb5ZosFqAb > .row .container { width:20rem;height:4.185465703125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsLCQJMqMmwk2aa0wT3SlanRZ2JmCNNn { width:19.999625rem;height:2.6rem;top:0.9365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #QP8oHrupOoqqFa2qIfLsKimsq525WgnK { width:20rem;height:0;top:7.57418125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpuTkGF8kTqruJTmU6UHQNoUAeUNUDUw { width:3.75rem;height:0.124149375rem;top:4.0625rem;left:8.123046875rem;background-color:#25aae3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Hp8dReFwvSBBpcHTVLJKZ3KHF2oaxBW8 { display:block; }#Hp8dReFwvSBBpcHTVLJKZ3KHF2oaxBW8 > .row .container { width:20rem;height:2.5680060058594rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dcw4oec1Rzr0nAHNLzKIaIhSCWFRg5gQ { width:20rem;height:1.95023125rem;top:0.619140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF { display:block; }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row .container { width:20rem;height:102.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoGwwuG6HX5UBOHSXJRKa7aoT4psILSy { width:10.8125rem;height:10.8125rem;top:80.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWUsVxPF3D6rglIKpV9W1GH6Am9tMTWV { width:3.75rem;height:3.75rem;top:9.5rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaD24DxeMmO0lBNaEk5l2WXMUVmMiTEE { width:3.75rem;height:0;top:10.5rem;left:4.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FDwwf0vDatH5Fy7vI0WFn6XTVMV6iyX0 { width:17.125rem;height:1.4875rem;top:91.9375rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H29krl7W4TrJ6gohbiIWbMlNPU8BTQcr { width:10.3125rem;height:10.3125rem;top:80.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcVNOPGA6kgPABgN8m2fUgCTAH08gslI { width:19.125rem;height:1.2991875rem;top:96.25rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SbRXRlo4SCdnHGnpKN3JQ7oVmpnAyx08 { width:16.8125rem;height:1.2991875rem;top:100.0625rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dh82cVNhzkobIoHz9ubB1Hp5AGcyp9pa { width:1.875rem;height:1.875rem;top:98.1875rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZMXVQWreg5C968BMuVUstrLWsIBfVih { width:1.875rem;height:1.875rem;top:94.375rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Z5wHqA6rx1gcl1oUMgOKqBEDzxiR4A { width:3.125rem;height:3.125rem;top:46.8603578125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6SzcJkeBqaLhXvt8LTzMAatcto4fa9z { width:8.2495625rem;height:1.2991875rem;top:23.4375rem;left:5.9375rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Amw1NxNsDfeiSMUaoBma0Rz9FXT5dy49 { width:10.75rem;height:10.75rem;top:3.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoJiKX6hNDzrGo32GS08zRsvaqX4EXph { width:17.0618125rem;height:1.4875rem;top:15.1875rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dssm1psDAMsBNzymN2GpViHh1i0h58nJ { width:10.25rem;height:10.25rem;top:3.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exxB0TpBV4og52m9ub44wP2IGDNyEG8C { width:15.999rem;height:1.2991875rem;top:19.5625rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eMgbU7ELOLfkuuMbomaNPTrZIm3JeF8t { width:1.875rem;height:1.875rem;top:21.5625rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuTLKrE4U8IyKRBeyXgZ6GPqAhMl1di0 { width:1.875rem;height:1.875rem;top:17.6875rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN21d8sGau8uAz6iT6BTpAJ0xsRd6mF1 { width:8.2495625rem;height:1.2991875rem;top:74.3125rem;left:5.875rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EaQ1gVEkCC5OWPaGkLxUTXQ2KyAbdBkg { width:10.75rem;height:10.75rem;top:54.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZNu3VbhBat6Myd0bnT0su65Xb3EV4RM { width:17.0618125rem;height:1.4875rem;top:66.125rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mXwbglmHEQfJl0Ly6M7rCpl2sgs5OyQg { width:10.25rem;height:10.25rem;top:54.375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lefG0eSumblSxscCTP32wuW4VHK7KxJo { width:17.1244375rem;height:1.2991875rem;top:70.375rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qaXhIIq7ui9alEoZKk2kc1o76p0BqM8M { width:1.875rem;height:1.875rem;top:72.5rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p74UTTH6nBgKTbHbyn5wKxEJLB7BDTm0 { width:1.875rem;height:1.875rem;top:68.5rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUh77a5dJX0nLZGSOa1Vr8Pei6e27TUS { width:17.0618125rem;height:1.4875rem;top:0.9375rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ClAVPcF38sMq6ANm4iNDQLfI8pOBZrnV { width:19.999625rem;height:2.975rem;top:50.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iPwJSLl084AdXrCdO3gdwgVJPozSdJUI { width:19.999625rem;height:1.4875rem;top:77.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQA2wxIOTiPvuhM7CPLAGUfX061fWkFG { width:8.3125rem;height:1.2991875rem;top:47.0625rem;left:5.875rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NXk5TRCDrbTTkuW7FH4z0QSXoxyh470B { width:10.8125rem;height:10.8125rem;top:27.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaEdezFJooUCe9m42tFGOpILDaMQWqwm { width:17.0625rem;height:1.4875rem;top:39.1875rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TARxMbXaKP8IRdTCrpwSaG1TuiqAXVKh { width:10.25rem;height:10.25rem;top:27.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkNWBfvpsopehTzCUygzGtq4mcMR5oro { width:16.0625rem;height:1.2991875rem;top:43.375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XBdAEWUI871oHlnomV4ro4xmvRtPTyRG { width:1.875rem;height:1.875rem;top:45.25rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w73Fm8OIQ4Q9LC8LIdDykOx5wxn3uO4T { width:1.875rem;height:1.875rem;top:41.5625rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9pEF7VOhWWNVptpZuDBpdzF2KA3Giuf { display:block; }#V9pEF7VOhWWNVptpZuDBpdzF2KA3Giuf > .row .container { width:20rem;height:2.5680060058594rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wsr5pg1g3Ap5HAF5mBtNVkuhXxgufKTB { width:20rem;height:1.95023125rem;top:0.619140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4vPDntcx4scL7D0bcmrrSwlMIQgTWNF { display:block; }#E4vPDntcx4scL7D0bcmrrSwlMIQgTWNF > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMruSB8QRa1BBUwMmTBVraTkWwTDTXsE { width:10.8125rem;height:10.8125rem;top:1.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3AOMHzSznatsTCnc3qyNep6aA9b40Mt { width:3.75rem;height:3.75rem;top:9.5rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4J1Mk9PqhXPoEdzTb7TilwyiuIB0gns { width:3.75rem;height:0;top:10.5rem;left:4.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fbDgIImWBhRzdO3Dz58EwqpTDeJyEXi1 { width:17.125rem;height:1.4875rem;top:12.875rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJk93bGEbMHaPHWWsapx6XtoBT4R4AtJ { width:19.125rem;height:1.2991875rem;top:17.1875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CHy48L3wtNPwC8Gka0qLETyAlFdAWyrA { width:16.8125rem;height:1.2991875rem;top:21rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m1ZPJU8hczy3N5hegqENq8x7SUcyT8V4 { width:1.875rem;height:1.875rem;top:19.125rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Kq09WfvbbqJeyQIyFwcWxV143klLxG { width:1.875rem;height:1.875rem;top:15.3125rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs6cuAK9ddAwkSWHcV6RNBDr6mQJd8fT { width:10.8125rem;height:10.8125rem;top:24.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9DGa6D5wMmNDMHDnlvvFEZ0XEAFzHTc { width:16.0625rem;height:1.2991875rem;top:40.5625rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CLTJ1sdw3n0qHTZAPKR9NdCDctfvBO7a { width:8.3125rem;height:1.2991875rem;top:44.375rem;left:5.875rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hDTLpFA8EgxUXw2SaXaJMZg2hgOrftoL { width:1.875rem;height:1.875rem;top:42.5rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWUeA3yvoRFLx2gNpJwhy9k2s8l8dLNd { width:1.875rem;height:1.875rem;top:38.6875rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6ACfW6WPeAsPPLeovewkFqJUvNZBtop { width:3.125rem;height:3.125rem;top:46.3603515625rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEwn82lGQ9078f6C6kCGTA2ZpT4KTKlU { width:17.0625rem;height:1.4875rem;top:36.25rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #egIN74HTqpmvwVIds5s9zV4QtC6Ds5TF { width:3.75rem;height:0;top:45.5488375rem;left:8.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mH0XwlmJ6etFTriOlIKJTlFRukc0fR5V { width:10.3125rem;height:10.3125rem;top:1.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n89sdEyXXTXnVAhb8ZddxkTqr6gfFBvg { width:10.3125rem;height:10.3125rem;top:24.6875rem;left:4.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hsWy1EfzqlFGMX9h1ltNc6m54281d1uC { display:none; }#hsWy1EfzqlFGMX9h1ltNc6m54281d1uC > .row .container { width:20rem;height:7.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q5o3glMubqMtfcH4TWmstF0BfDxnVThZ { width:19.999625rem;height:5.19921875rem;top:0.9365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgTBExH9VRJUZTKobNOAdpnciMrFQiOX { width:20rem;height:0;top:7.57418125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvHrO5lGQnKPM46amyyIDw5xnxIWfmdP { width:3.75rem;height:0.124149375rem;top:6.875rem;left:8.123046875rem;background-color:#a2dc3b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NHFM8ZSIgsWcoKtsElbSDgn7UgzegJWI { display:none; }#NHFM8ZSIgsWcoKtsElbSDgn7UgzegJWI > .row .container { width:20rem;height:148rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fE6Z36KCnCPVyTgApG5zEnhAEWRMy03t { width:16.5625rem;height:11.0625rem;top:1.2500447332859rem;left:1.6249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1qTkzJ9tZaET81yMNHGZmlJiRu7DCb9 { width:16.5625rem;height:11.0625rem;top:13.312511444092rem;left:1.6249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7EXe3TEKzeFQwDDa53sZSnKsGwGckoR { width:16.5625rem;height:11.0625rem;top:25.374955654144rem;left:1.6249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #xubPVwyAIHKTvLWDVXxk6i5vTArQEdqG { width:16.5625rem;height:11.0625rem;top:37.436790466309rem;left:1.6249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmtdfU8x0EZkPzh1kxcH9P72RNnVWl8g { width:16.5625rem;height:11.0625rem;top:49.499368667603rem;left:1.6249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqUDhAGreoEpy331bwIz3WGIaWaHZUrt { width:16.5625rem;height:11.0625rem;top:61.561745643616rem;left:1.6249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofUTlZZshQJotloxJRbPwQPnUqCxkG6A { width:16.6875rem;height:11.0625rem;top:73.623582839969rem;left:1.6249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsTRNkfIhADPhvqI3WXSWcM71QBpyW38 { width:16.5625rem;height:11.0625rem;top:85.68603897095rem;left:1.6249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgdG1lVio16AEPAKi6P33s3V7iX5LGrw { width:17.25rem;height:11.4375rem;top:97.998088256838rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfulGuDyC6OUTZIk05LQnk2r3md60cpK { width:17.25rem;height:11.4375rem;top:110.68558825684rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBf02ItdPBcD2CDGMk5lDgX9Bq7lcBqK { width:17.125rem;height:11.4375rem;top:123.37308825684rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxW9QBd2idsxOQNTrQL3wZIolVHBupvJ { width:17.125rem;height:11.4375rem;top:136.06058825684rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZgSbUCyASpWpw1dyq1AI68Km5EfaWAz { display:block; }#mZgSbUCyASpWpw1dyq1AI68Km5EfaWAz > .row .container { width:20rem;height:4.185465703125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TerJ2yFKqusKydnUQ0c8LNHlfbFJfGTd { width:19.999625rem;height:2.6rem;top:0.9365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #mTi1D3PiTktofaQszXtpFLPklQZevFGB { width:20rem;height:0;top:7.57418125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzAX9y4fEBZJ6nbrBv2IDGpZzBZdJqhs { width:3.75rem;height:0.124149375rem;top:4.0625rem;left:8.123046875rem;background-color:#25aae3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SbfuO4UD1uoSgTf8xyPy2H34THR1KSeD { display:block; }#SbfuO4UD1uoSgTf8xyPy2H34THR1KSeD > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXLqMDzlRpXO87eADXik4tVU9h9IFTZZ { width:17.5rem;height:19.0625rem;top:1.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WopNxL1gZUBy6hmKgJsTbpTmAWbfcsxJ { width:19.0625rem;height:1.625rem;top:12.875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4tu1gwNfqGP1EwJDKmSigAdtWmeMXI6 { width:19.0625rem;height:1.21816875rem;top:18.25rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MGIRVePLJeFUMFMczMg3nT9WZnequBkR { width:17.5rem;height:19.0625rem;top:23.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCMBaqkAbpvFIbWq7pmiB3yKvLeaOTOS { width:19.0625rem;height:1.625rem;top:34.4375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX1GPkiliSTlWNApHya8z1meCogRZm1R { width:19.0625rem;height:1.21816875rem;top:39.8125rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l3HuR3ncfWvI6nK5kbAm7moxp8rieTtF { width:17.5rem;height:19.0625rem;top:44.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTafJSKKnX1Zx11ao6IXnK4rneWHf2C9 { width:19.0625rem;height:1.625rem;top:56rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNczlTDimEf4NMC00dVRV1XJE5KnZAhX { width:19.0625rem;height:1.21816875rem;top:61.375rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeqeTQRUOmIdIopIRqd3F47fNDnqpSmQ { width:1.875rem;height:1.875rem;top:16.4375rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XefvEANbP5Z4XhHKKoJS77TkAUe4Ax9w { width:1.875rem;height:1.875rem;top:38rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4zOFVfXoTxlOZKekgPEl1tKEfoiELiS { width:1.875rem;height:1.875rem;top:59.5625rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMI48MQQRZm4vpGGEqU4PksOSLnRgtA9 { width:15.5625rem;height:1.21816875rem;top:14.5rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #uibTU0TU8O6SI6G62mxVrOIBTTWLw4BN { width:15.5625rem;height:0;top:36.0625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #hdNO5xpybqE2Ssw7tJum0wNkvAbBgngu { width:15.5625rem;height:1.29980625rem;top:57.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRfABkcF3xM3uo7D81VgqDtEw9ku4LlO { width:15.5625rem;height:0;top:64.2119140625rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLxnMwdFOiSLqDtf50ySc38GKWMLSVfy { width:9.375rem;height:9.375rem;top:45.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRkZfFErc03Aw96DBe3DRV47AI0OMDoM { width:9.375rem;height:9.375rem;top:24.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaJo1NzUlckcZakyZETgPLOPWSfq5F3l { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtSzc5IE8NkoxZTWfFNP4TVCNin1WzHT { width:9.875rem;height:9.875rem;top:45.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBqhi50QyhkO0lw0xC9014cMOuoPb1wW { width:9.875rem;height:9.875rem;top:23.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3EIJUWG7ro4QKZxLFTcIq5z5zONlmdA { width:9.875rem;height:9.875rem;top:2.375rem;left:5.0625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #vIHLSO1TT1Q3lm6goxUyLExFmF2zxo2A { width:15.5625rem;height:0;top:55.1875rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #RzTv4Cdef0pOZN7etnBrPB29gHnrUNv1 { width:15.5625rem;height:1.21816875rem;top:36.0625rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #iUuupqMbW9kW3uJVgOqTTeGUAaGegHoh { width:15.5625rem;height:1.21816875rem;top:57.625rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #TocbIFVapACwhADT2UdETDKU0BbxDegz { display:block; }#TocbIFVapACwhADT2UdETDKU0BbxDegz > .row .container { width:20rem;height:57.326965332031rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9ykWloETxWQWGTyTyTmlgXB7Hua5AS4 { width:20rem;height:53.16258125rem;top:1.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUDTKOfMeeNbPK9MV3vbnmTDMi2R8J9U { width:20rem;height:0.0625rem;top:57.202125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h { display:block; }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbNa4rhBpcVb8bxfZIoL3fnzFFUx5qXf { width:3.0625rem;height:3.0625rem;top:22.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKbbHG6kFqygbDmyW6dV6955Cwt3Anp2 { width:3.0625rem;height:3.0625rem;top:22.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByuZir1rv1FSXr7POD6XZtQyc2NdgWIw { width:2rem;height:2rem;top:22.75rem;left:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgED3SN3bPB98I6F11HborpLCcKCgZ4G { width:3.0625rem;height:3.0625rem;top:22.1875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #brBeiUFuRNfFttODNSJ6eH9ID0q6yAlX { width:2rem;height:2rem;top:22.75rem;left:14.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7UuipnAlC6o610bqJcm1Exhb1tV8bXz { width:19.0625rem;height:0;top:4.2900390625rem;left:0.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Und6NuuaJ8tSTbTe2Muxo18hXACXOJw3 { width:16.25rem;height:2.4508125rem;top:12.375rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w0OfWRvroVWZ3iAzfk7yx2GrVRyT3z5c { width:18.75rem;height:0.0625rem;top:18.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFCcDx1CZDAT40zEewFPWT1m3Po6fy9T { width:2rem;height:2rem;top:12rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMyrJ4ocMzXdIgZVSz3s2O2sybWyt2dc { width:7.625rem;height:1.22540625rem;top:9.6875rem;left:3.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7sybBE53tTPOe7hzcp7eB00uTngTRX8 { width:2rem;height:2rem;top:9.375rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRdhH7GakB2PpGMJcAtZfmACknNqs9Sa { width:14.0625rem;height:1.22540625rem;top:7rem;left:3.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tJRJcZCg8bqVwsnyilJf0yDkk8ABRoKR { width:2rem;height:2rem;top:6.5625rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlekeef8vtTpkXPei7Vra1goDltmJtfW { width:20rem;height:1.05rem;top:20.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bEa0QiVRAUnxs0a3o5xKm19QCAEl8BDD { width:20rem;height:1.05rem;top:4.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WkwJzhLRmc9u1F1DyNGTAqnLZy9okZkP { width:18.75rem;height:0.0625rem;top:12.8125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #safQgyGWeWniUl9olm926qBMMhH67QpD { width:2rem;height:2rem;top:22.75rem;left:9.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFm1O37C4bvrzqfRtotZXx5MdTKGt0kV { width:2rem;height:2rem;top:15.875rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWSaRq92LnbBXHJCFp39LTAqLuX8BUNB { width:11.9375rem;height:1.22540625rem;top:16.1875rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDim3cZiADuiDE5cDBkN6HKWwOX9hDOS { width:7.25rem;height:2.875rem;top:0.625rem;left:6.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #s9eRIwTf4kcTGgJcy4OdM6QH8MLNUV46 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#1a3e85;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s9eRIwTf4kcTGgJcy4OdM6QH8MLNUV46 > .row .container { background-color: transparent; background-image: none; }#s9eRIwTf4kcTGgJcy4OdM6QH8MLNUV46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9eRIwTf4kcTGgJcy4OdM6QH8MLNUV46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9eRIwTf4kcTGgJcy4OdM6QH8MLNUV46 > .row .container > .video-iframe-container { display: none; }#s9eRIwTf4kcTGgJcy4OdM6QH8MLNUV46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9eRIwTf4kcTGgJcy4OdM6QH8MLNUV46 > .row > .video-iframe-container { display: none; }#s9eRIwTf4kcTGgJcy4OdM6QH8MLNUV46 > .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); }#s9eRIwTf4kcTGgJcy4OdM6QH8MLNUV46 > .row .container { border-width: 0; border-radius: 0; }#s9eRIwTf4kcTGgJcy4OdM6QH8MLNUV46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9eRIwTf4kcTGgJcy4OdM6QH8MLNUV46 > .row .container { width:20rem;height:4.3742737915039rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toRUcz2HRo7k1IU8cUAUSBGA6suCa6L6 { width:3.75rem;height:2rem;top:2.375rem;left:1.625rem;font-size:0.75rem;z-index:15022;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CNP0EI2ahEGVyUyJ3ckK5JGGch8BRlLL { display:block; }
 }@media only screen and (max-width: 763px) { #mTC50NZIq6gu34zc1Fv9MwGIyMil2HcP { top:0.625rem;left:2.5625rem;width:1.875rem;height:1.875rem;z-index:15025;font-size:1.3125rem;display:block; }
#mTC50NZIq6gu34zc1Fv9MwGIyMil2HcP > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #NZD8uTFtXOZWiV5fw43vwPVTZ1ahLecc { width:3.75rem;height:1.99915rem;top:2.375rem;left:6.0625rem;font-size:0.75rem;z-index:15026;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #h7XrkztIhM80klNy5EMGPAfwEo2BhIEV { display:block; }
 }@media only screen and (max-width: 763px) { #T4Mwzhpzglnxkc2CrhP3ZUvbIFo9PwcG { top:0.5625rem;left:7rem;width:1.875rem;height:1.875rem;z-index:15027;font-size:1.3125rem;display:block; }
#T4Mwzhpzglnxkc2CrhP3ZUvbIFo9PwcG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Dl9C9OCwteJuz4CP0FwrDxtKmgdm9MiT { width:3.18714375rem;height:1.9992875rem;top:2.375rem;left:10.6875rem;font-size:0.75rem;z-index:15023;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l2tJynGHDcrW6GXWyLlquv8uCoX5KWXw { display:block; }
 }@media only screen and (max-width: 763px) { #HMw84o4oexWVXkxP7od0SWbTMeDSocfm { top:0.625rem;left:11.375rem;width:1.8125rem;height:1.8125rem;z-index:15026;font-size:1.25rem;display:block; }
#HMw84o4oexWVXkxP7od0SWbTMeDSocfm > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #feQy0Lx90FKhb4q8hZ7FBqea0rDSTUkC { top:0.5625rem;left:15.5625rem;width:1.875rem;height:1.875rem;z-index:15028;font-size:1.3125rem;display:block; }
#feQy0Lx90FKhb4q8hZ7FBqea0rDSTUkC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #EV6rIGN9wnXJgAlF7TTQrcKRABF8UGDT { width:3.75rem;height:1.99915rem;top:2.375rem;left:14.625rem;font-size:0.75rem;z-index:15027;color:#a2dc3b;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QxTsgeqZMH5376OGgOkTFiqv7rCovtoe { display:block; }
 }