.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#xKv2EqT4Vm9W9CPydlG9N98Dw0mDelgD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff8600;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; }#xKv2EqT4Vm9W9CPydlG9N98Dw0mDelgD > .row .container { background-color: transparent; background-image: none; }#xKv2EqT4Vm9W9CPydlG9N98Dw0mDelgD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKv2EqT4Vm9W9CPydlG9N98Dw0mDelgD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKv2EqT4Vm9W9CPydlG9N98Dw0mDelgD > .row .container > .video-iframe-container { display: none; }#xKv2EqT4Vm9W9CPydlG9N98Dw0mDelgD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKv2EqT4Vm9W9CPydlG9N98Dw0mDelgD > .row > .video-iframe-container { display: none; }#xKv2EqT4Vm9W9CPydlG9N98Dw0mDelgD > .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); }#xKv2EqT4Vm9W9CPydlG9N98Dw0mDelgD > .row .container { border-width: 0; border-radius: 0; }#xKv2EqT4Vm9W9CPydlG9N98Dw0mDelgD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xKv2EqT4Vm9W9CPydlG9N98Dw0mDelgD > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:60rem;position:relative;display:block; }#o69bHIJPvsL1pvqh37CF5ivvDDdra3eQ { color:#fafafa;display:block;width:48.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.65312480926512rem;left:5.75rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZI7NLnXB5zN0k7aiyCLdv1y4Smesca05 { position:relative;display:block; }#ZI7NLnXB5zN0k7aiyCLdv1y4Smesca05 { background-color: transparent; background-image: none; }#ZI7NLnXB5zN0k7aiyCLdv1y4Smesca05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZI7NLnXB5zN0k7aiyCLdv1y4Smesca05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZI7NLnXB5zN0k7aiyCLdv1y4Smesca05 > .row .container > .video-iframe-container { display: none; }#ZI7NLnXB5zN0k7aiyCLdv1y4Smesca05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZI7NLnXB5zN0k7aiyCLdv1y4Smesca05 > .row > .video-iframe-container { display: none; }#ZI7NLnXB5zN0k7aiyCLdv1y4Smesca05 > .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); }#ZI7NLnXB5zN0k7aiyCLdv1y4Smesca05 { border-width: 0; border-radius: 0; }#ZI7NLnXB5zN0k7aiyCLdv1y4Smesca05 > .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; }#ZI7NLnXB5zN0k7aiyCLdv1y4Smesca05 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mgBk7lXHtLVDNR4agvcHlFMiHx6bX4MB { 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:3.125rem;width:10.375rem;top:0.59375rem;left:0rem;overflow:hidden;display:block; }
#VVypDXHwUveC7TstDAZ9wpUARehmkgzL { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#3e3e3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.0625rem;left:12.75rem;display:block; }
#mtv799apbNMR3hHJznzfIXuZG63MuETm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qlH50bHgZlJgwTT825yLGi5d6yiTGig3 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#3e3e3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.0625rem;left:54.25rem;display:block; }
#MXuoT4XAPcUum1vT7xkQpw5FnsNQe5Rm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BJEw15w1iLSWH3iNpxEgRi2sh0kVyxhQ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #00bdde;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#3e3e3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.0625rem;left:49.6875rem;display:block; }
#SQdKF8Mf2T3qifvoRiETW2qD9Ec6tHPG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PHGLTXebOOf4ldqT3E0rmLufECLTBRs5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#3e3e3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:45.125rem;display:block; }
#nh4kTncE3FpVrVN95JUMnnlTp8taskpT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EFPJD1px04zhQetPxMBy3TH3KAF6S2JR { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#3e3e3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:40.5625rem;display:block; }
#cy61AhLvBX4e5PLMlBx3bLP5VAuHEdgD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rJA80aOIIrnk3Pi2Rap02Jkv7NPuPv9U { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#3e3e3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.0625rem;left:32.9375rem;display:block; }
#rg6swtwcNfQA38xdQKglm3wDTvweBzdC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A56M679yW9toF7XP4t6PsWahOHN1ROxP { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#3e3e3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.0625rem;left:28.375rem;display:block; }
#lhIp0FyIpcvqGMtOT5MoyIIIl1MADI7u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PfSWThvndZCoHNNbkiubXTgh34IWPxZf { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#3e3e3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.0625rem;left:24.6875rem;display:block; }
#d6lTZLf8fKVqGBDunQ5ngkPh5ZtlTTi2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MAEiQlGu2nLUGVbZ641skr8zcWJwnTkZ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#3e3e3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.0625rem;left:17.0625rem;display:block; }
#TFn2ylPx1tk5Fivq7SMsNUW8tlpqMbUN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cqH4WGA05UhGlRvfTbCO1THW38KbCUzK { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #0f9ead;background-color:#200838;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; }#cqH4WGA05UhGlRvfTbCO1THW38KbCUzK > .row .container { background-color: transparent; background-image: none; }#cqH4WGA05UhGlRvfTbCO1THW38KbCUzK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqH4WGA05UhGlRvfTbCO1THW38KbCUzK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqH4WGA05UhGlRvfTbCO1THW38KbCUzK > .row .container > .video-iframe-container { display: none; }#cqH4WGA05UhGlRvfTbCO1THW38KbCUzK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqH4WGA05UhGlRvfTbCO1THW38KbCUzK > .row > .video-iframe-container { display: none; }#cqH4WGA05UhGlRvfTbCO1THW38KbCUzK > .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); }#cqH4WGA05UhGlRvfTbCO1THW38KbCUzK > .row .container { border-width: 0; border-radius: 0; }#cqH4WGA05UhGlRvfTbCO1THW38KbCUzK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cqH4WGA05UhGlRvfTbCO1THW38KbCUzK > .row .container { font-size:0.875rem;font-family:arial;height:132.4375rem;width:60rem;position:relative;display:block; }#pz9Dfscl6LfK910hwxPGsOV3DXoApZxD { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#Pz7d0RWaVCsmIuflMrfxM7gArmFkTQye { position:absolute;display:block;z-index:15002;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:34.375rem;top:8.8125rem;left:0rem;display:block; }
#SVvbgv2tLIyp2Dg4N3n54XOJh4B3DLri { position:absolute;display:block;z-index:15003;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:34.375rem;top:79.5rem;left:0rem;display:block; }
#Ll7Vytg8EtFKAfmyTA7PJHT6fuNFV6Ta { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.375rem;width:23.375rem;top:0rem;left:36.625rem;overflow:hidden;display:none; }
#EO36eeV7wJDszw3q5DvpyXf4Iz1Uc3lm { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:81.375rem;left:0rem;height:1.625rem;display:block; }
#CTBuXHVRrLiQAabWTXhvKyXmVQKvm7Eq { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:84rem;left:0rem;height:3.8994125rem;display:block; }#CTBuXHVRrLiQAabWTXhvKyXmVQKvm7Eq li:before{  }
#gypbpuz14D6x6UlXUGMcyTDimrCAsX3K { z-index:15015;top:89.75rem;left:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff8600;border-left:0.0625rem solid #ff8600;border-right:0.0625rem solid #ff8600;border-bottom:0.0625rem solid #ff8600;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;box-sizing:border-box;color:#ff8600;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WfuvL8wszhWEAueBZhWAp1BnkToS2ebq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K4mSkSbhVOAM2b2z9NTDEdBFb5agHWIA { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:60.1875rem;left:0rem;height:1.625rem;display:block; }
#IgamQZPXPXBFtmWyyGrh8H7642N4O5wH { color:#ffffff;display:block;width:50.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:62.8125rem;left:0rem;height:3.8994125rem;display:block; }#IgamQZPXPXBFtmWyyGrh8H7642N4O5wH li:before{  }
#O8k355brR0blCog2qt6iTwBRNd5TIln8 { z-index:15019;top:68.0625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff8600;border-left:0.0625rem solid #ff8600;border-right:0.0625rem solid #ff8600;border-bottom:0.0625rem solid #ff8600;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;box-sizing:border-box;color:#ff8600;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UPTkKmkUtUgtCuh9AQ5Mwngc8sPyfXBy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vh7UEwwiM8cJNXPbshifiSzi5bIosUFw { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:100.5625rem;left:0rem;height:1.625rem;display:block; }
#c3VGMZ4JevmD5GgBzpcquBQ8IWlRvD8x { color:#ffffff;display:block;width:51rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:103.1875rem;left:0rem;height:3.8994125rem;display:block; }#c3VGMZ4JevmD5GgBzpcquBQ8IWlRvD8x li:before{  }
#tTVTfyLaGPXWW2ErpJfu15CW4dAunTfu { z-index:15019;top:108.9375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff8600;border-left:0.0625rem solid #ff8600;border-right:0.0625rem solid #ff8600;border-bottom:0.0625rem solid #ff8600;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;box-sizing:border-box;color:#ff8600;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QER6uIxzWWzNJapwQHZpsaqrvoTspERG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VBPgigZreTibexMuvn7rUuBrvmyGnSi9 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:1rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:96.1875rem;left:0rem;display:block; }
#KNrVRV6fm1vtJd5bGMs8NglTm3CCF9EI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fAuv1K2x4XWBayth5gDhAiutdbKpURbr { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.9375rem;width:25.0625rem;top:4.39892578125rem;left:34.9375rem;overflow:hidden;display:none; }
#PrBX6NUoyXhBbdxt3SSWrQZ9IE07krJc { position:absolute;display:block;z-index:15008;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:34.375rem;top:114.3125rem;left:0rem;display:block; }
#DTfSozMA6kpm1QInsTnegiTdv9BH17dO { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:116.1875rem;left:0rem;height:1.625rem;display:block; }
#rXRfgc8Hi2ciQ1q7UI2doen7OoGT4EFT { color:#ffffff;display:block;width:42.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:118.8125rem;left:0rem;height:5.19921875rem;display:block; }#rXRfgc8Hi2ciQ1q7UI2doen7OoGT4EFT li:before{  }
#u9guksUrXfh5Sm58UBgeynKt4UzJsCPQ { z-index:15020;top:125.875rem;left:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff8600;border-left:0.0625rem solid #ff8600;border-right:0.0625rem solid #ff8600;border-bottom:0.0625rem solid #ff8600;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;box-sizing:border-box;color:#ff8600;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DF1AkOFgg2q4fRGuMThpvXKh4seKu7c2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tl3dObBJGZZNeLZlpAtbhpkTgReE8J5m { position:absolute;display:block;z-index:15006;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:34.375rem;top:58.3125rem;left:0rem;display:block; }
#de1CRE4VAOcD1bUMnuMskvA41G8nSqUg { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:42.8125rem;left:0rem;height:3.25rem;display:block; }
#baAiQ07Ttq13QhRDLgT66SADoW9QpAwT { color:#ffffff;display:block;width:54.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:45.4375rem;left:0rem;height:5.19921875rem;display:block; }#baAiQ07Ttq13QhRDLgT66SADoW9QpAwT li:before{  }
#rSI0JKJ42JpBnVNCTeB8ooTVT6hCxJ5c { z-index:15023;top:50.5625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff8600;border-left:0.0625rem solid #ff8600;border-right:0.0625rem solid #ff8600;border-bottom:0.0625rem solid #ff8600;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;box-sizing:border-box;color:#ff8600;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x6C0QQNAV8M2A0iWnI8870GAfxnV0VSG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DbVP5owksLDSPK0yAspqSDpUPmSoz0Xx { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:1rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:76.875rem;left:0rem;display:block; }
#MA3fcGmbfoEMRTPnVDeSQgOTJpdM1BSW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MI9wxARE1tC5VmuoKfdNq7TPgFBE9fam { position:absolute;display:block;z-index:15016;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:34.375rem;top:98.6875rem;left:0rem;display:block; }
#thX11ZToWcUHR83gC08Qu5JXJfqZTFyH { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:1rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:75.6875rem;left:0rem;display:block; }
#nl2xywsz4aduOqKpwyZrX966PXFOFf77 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VOmtZUNrhaIna0iOT7FpF5r8h2llAsBp { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:1rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:95rem;left:0rem;display:block; }
#FTMPhPABXitCJEpQoU3JAxN6woPz8hIS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i7HWt3wQGMQSQhEcGg8PMse3tpemU3aM { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:1rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:74.5rem;left:0rem;display:block; }
#wGp8SnVnwvFP6tFrOcSqp0BVphQn9oFn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tFbDlwBh6DBbk68dy5MlolaTV0vn0lP1 { position:absolute;display:block;z-index:15012;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:34.375rem;top:25.75rem;left:0rem;display:block; }
#QTTtpfJVTt3IEBrRRli294fn0o4LR9bp { z-index:15023;top:20.4375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff8600;border-left:0.0625rem solid #ff8600;border-right:0.0625rem solid #ff8600;border-bottom:0.0625rem solid #ff8600;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;box-sizing:border-box;color:#ff8600;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#obLx3DPZt3qFuw4FAGAX8RPXb6frEBVx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZQ7yGPKOQRzEWyTbay1PeqygE71iwiE2 { color:#ffffff;display:block;width:51rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:14rem;left:0rem;height:5.19921875rem;display:block; }#ZQ7yGPKOQRzEWyTbay1PeqygE71iwiE2 li:before{  }
#iKDHxuBZylJQa7Toq7nsKi0iQzruzyAa { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:1.625rem;display:block; }
#ZpOyog2s8oqyLGvN52ctEPezanStGpTX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:1rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:73.3125rem;left:0rem;display:block; }
#Ts1BtW8uBmBHC7oJcNyW48yGtXczGTLR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ewuFVrFIotC4L9zsg9InVwhbsPNSfyrh { color:#ffffff;display:block;width:52.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:27.6875rem;left:0rem;height:1.625rem;display:block; }
#NSqBzbfu7GgBMhFO9EAw8ddBzqd5gc9E { color:#ffffff;display:block;width:51.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:30.3125rem;left:0rem;height:3.8994125rem;display:block; }#NSqBzbfu7GgBMhFO9EAw8ddBzqd5gc9E li:before{  }
#cES0y55gi9ylO0AFA9n3Ey50WMIDnqaT { z-index:15027;top:35.4375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff8600;border-left:0.0625rem solid #ff8600;border-right:0.0625rem solid #ff8600;border-bottom:0.0625rem solid #ff8600;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;box-sizing:border-box;color:#ff8600;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L2fxseC3TbPw1u2eJiZbBqTuWVMEwDzi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QW7PBRoKHRzzgrTsc00XA3wFoeNOs0qs { position:absolute;display:block;z-index:15010;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:34.375rem;top:40.75rem;left:0rem;display:block; }
#qtlQPCf10ssnTeIO54dOZBkVdMaJ6Nqz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:1rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:93.8125rem;left:0rem;display:block; }
#XrtdDDwpn8y2zSBaulSM6ckzNPo0f26P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAFT1vgaiXueQJpfI7et30bG6p59BfT3 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:1rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:55.8125rem;left:0rem;display:block; }
#tek8sCeq0s9TF6gTyBBelfwWTnmwT67u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SZVHxln64am63eWk59XCrV2xEHTZyDOp { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:1rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:54.625rem;left:0rem;display:block; }
#QU5bJZ169uQ6peStV01wJAkVWDbG4o3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AqT65nXTbT9kWXefcvvA9DWyGZvLhsl4 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:1rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:72.125rem;left:0rem;display:block; }
#CrfFVHWtJIA7U8ILweIJUubI8X6pW5aE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y4Dno1I3HqsDq8Qr65WhiZ377hhU6tuQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16355e;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; }#y4Dno1I3HqsDq8Qr65WhiZ377hhU6tuQ > .row .container { background-color: transparent; background-image: none; }#y4Dno1I3HqsDq8Qr65WhiZ377hhU6tuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4Dno1I3HqsDq8Qr65WhiZ377hhU6tuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4Dno1I3HqsDq8Qr65WhiZ377hhU6tuQ > .row .container > .video-iframe-container { display: none; }#y4Dno1I3HqsDq8Qr65WhiZ377hhU6tuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4Dno1I3HqsDq8Qr65WhiZ377hhU6tuQ > .row > .video-iframe-container { display: none; }#y4Dno1I3HqsDq8Qr65WhiZ377hhU6tuQ > .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); }#y4Dno1I3HqsDq8Qr65WhiZ377hhU6tuQ > .row .container { border-width: 0; border-radius: 0; }#y4Dno1I3HqsDq8Qr65WhiZ377hhU6tuQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y4Dno1I3HqsDq8Qr65WhiZ377hhU6tuQ > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#TC6UZAGuCTWsNhPUi2gWq1NMtgrbrFmT { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.6875rem;left:2.25rem;height:3.25rem;font-style:normal;display:block; }
#vUV7K0zPLqTEp6KnCZP8mQrIhiBTicRL { position:relative;display:block; }#vUV7K0zPLqTEp6KnCZP8mQrIhiBTicRL { background-color: transparent; background-image: none; }#vUV7K0zPLqTEp6KnCZP8mQrIhiBTicRL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUV7K0zPLqTEp6KnCZP8mQrIhiBTicRL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUV7K0zPLqTEp6KnCZP8mQrIhiBTicRL > .row .container > .video-iframe-container { display: none; }#vUV7K0zPLqTEp6KnCZP8mQrIhiBTicRL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUV7K0zPLqTEp6KnCZP8mQrIhiBTicRL > .row > .video-iframe-container { display: none; }#vUV7K0zPLqTEp6KnCZP8mQrIhiBTicRL > .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); }#vUV7K0zPLqTEp6KnCZP8mQrIhiBTicRL { border-width: 0; border-radius: 0; }#vUV7K0zPLqTEp6KnCZP8mQrIhiBTicRL > .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; }#vUV7K0zPLqTEp6KnCZP8mQrIhiBTicRL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rCMIyAJHGzpZgQtd3zXSc2w8nOFqJ4a6 { color:#000000;display:block;width:32.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:11.6875rem;height:1.4624rem;display:block; }
#IU3CGP7oaCW9SlDan04acsEocTMVieU5 { position:absolute;display:block;z-index:15007;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:5.3125rem;left:11.6875rem;display:block; }
#uyyuWbL5drOqC1r65RAJTuw0LBeAyJCe { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.25rem;left:48.5rem;display:block; }
#LPzN2Dl7NCZycnGE2VlWP8GPqaIER0uJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SqdvB6h2A1UVvsgTc09I5AINQAvxZBUd { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.48681640625rem;left:11.6875rem;height:;display:block; }#SqdvB6h2A1UVvsgTc09I5AINQAvxZBUd li:before{  }
#AFtNncJSC8g5rWncdUCkHhigDTgzP7TU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:1rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:5.3125rem;left:22.6875rem;display:block; }
#xGk57Qm51nIx83GJkwzDL4ElNpBEigi1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WDON51zlQUtcBePk50TSDVEy0NZcIakH { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:1rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:5.3125rem;left:34.375rem;display:block; }
#PncIM1zvOU4tBTKuWInVknK0VOW2ZpvI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BFh3dFWVKrFqTg9Oo8pXULFapv98VNax { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:1rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:5.3125rem;left:46rem;display:block; }
#uXKuNobOB8Vl9kKt5woVGTRXhOhgKVyr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXM9WhKk2ovXcFKCqT5m6TObr5OEtXTO { position:relative;display:block; }#WXM9WhKk2ovXcFKCqT5m6TObr5OEtXTO { background-color: transparent; background-image: none; }#WXM9WhKk2ovXcFKCqT5m6TObr5OEtXTO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXM9WhKk2ovXcFKCqT5m6TObr5OEtXTO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXM9WhKk2ovXcFKCqT5m6TObr5OEtXTO > .row .container > .video-iframe-container { display: none; }#WXM9WhKk2ovXcFKCqT5m6TObr5OEtXTO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXM9WhKk2ovXcFKCqT5m6TObr5OEtXTO > .row > .video-iframe-container { display: none; }#WXM9WhKk2ovXcFKCqT5m6TObr5OEtXTO > .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); }#WXM9WhKk2ovXcFKCqT5m6TObr5OEtXTO { border-width: 0; border-radius: 0; }#WXM9WhKk2ovXcFKCqT5m6TObr5OEtXTO > .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; }#WXM9WhKk2ovXcFKCqT5m6TObr5OEtXTO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fyf7lALzvZQDJASt2kzQLs5OoNeFmHG9 { color:#000000;display:block;width:32.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:11.6875rem;height:1.4624rem;display:block; }
#APb7BtLrlvywFHAFS5gaPMtVVAoem3iv { position:absolute;display:block;z-index:15007;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:5.3125rem;left:11.6875rem;display:block; }
#ltEym0mX10Wsb8THROi9fpkdZs08gRRA { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.25rem;left:48.5rem;display:block; }
#EcZ8t70LbAqH8uICd47diHxCy7kSFTmP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m0oxX8iRzTVCeDpmPoBFuCui29TSEpK4 { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.48681640625rem;left:11.6875rem;height:;display:block; }#m0oxX8iRzTVCeDpmPoBFuCui29TSEpK4 li:before{  }
#DuHu7CTOnvJJ8IM0nf4CH5vTX9R32VdQ { position:relative;display:block; }#DuHu7CTOnvJJ8IM0nf4CH5vTX9R32VdQ { background-color: transparent; background-image: none; }#DuHu7CTOnvJJ8IM0nf4CH5vTX9R32VdQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuHu7CTOnvJJ8IM0nf4CH5vTX9R32VdQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuHu7CTOnvJJ8IM0nf4CH5vTX9R32VdQ > .row .container > .video-iframe-container { display: none; }#DuHu7CTOnvJJ8IM0nf4CH5vTX9R32VdQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuHu7CTOnvJJ8IM0nf4CH5vTX9R32VdQ > .row > .video-iframe-container { display: none; }#DuHu7CTOnvJJ8IM0nf4CH5vTX9R32VdQ > .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); }#DuHu7CTOnvJJ8IM0nf4CH5vTX9R32VdQ { border-width: 0; border-radius: 0; }#DuHu7CTOnvJJ8IM0nf4CH5vTX9R32VdQ > .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; }#DuHu7CTOnvJJ8IM0nf4CH5vTX9R32VdQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Rt6KRv9ZvR1bewT4F7otAF3XtKUdiN8J { color:#000000;display:block;width:32.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:11.6875rem;height:1.4624rem;display:block; }
#BMmcGxr8kC1pohHBCSaBuabbik7U09T8 { position:absolute;display:block;z-index:15007;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:5.3125rem;left:11.6875rem;display:block; }
#X1eoXrDQG2JLiEdIPnUaJMfS5d3S3E8N { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.25rem;left:48.5rem;display:block; }
#KSE1k1pBml7duvA5VktDiOWdxMfoe6cN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kkK82bioKaQGnOKSEHxTmFcZ5kcNli4A { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.48681640625rem;left:11.6875rem;height:;display:block; }#kkK82bioKaQGnOKSEHxTmFcZ5kcNli4A li:before{  }
#uUA6IdwoiT2ful4SG8M0xdqkC3MxypfE { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:1rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:5.3125rem;left:49rem;display:block; }
#RKRHMJOes02NmU1QmLvr6GPxrPAFT5ZS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDsh4O02LykZXuCdGMarhS1VXevnegyo { position:relative;display:block; }#TDsh4O02LykZXuCdGMarhS1VXevnegyo { background-color: transparent; background-image: none; }#TDsh4O02LykZXuCdGMarhS1VXevnegyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDsh4O02LykZXuCdGMarhS1VXevnegyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDsh4O02LykZXuCdGMarhS1VXevnegyo > .row .container > .video-iframe-container { display: none; }#TDsh4O02LykZXuCdGMarhS1VXevnegyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDsh4O02LykZXuCdGMarhS1VXevnegyo > .row > .video-iframe-container { display: none; }#TDsh4O02LykZXuCdGMarhS1VXevnegyo > .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); }#TDsh4O02LykZXuCdGMarhS1VXevnegyo { border-width: 0; border-radius: 0; }#TDsh4O02LykZXuCdGMarhS1VXevnegyo > .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; }#TDsh4O02LykZXuCdGMarhS1VXevnegyo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d9R560TTOk69PtGSaPunDIA9IxgOoMmZ { color:#000000;display:block;width:32.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:11.6875rem;height:2.92480625rem;display:block; }
#cS9rVp1HDq2K4F8vh2H5HTiNoWeNbhTM { position:absolute;display:block;z-index:15007;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:5.3125rem;left:11.6875rem;display:block; }
#eKzmvo4hf8L0WLJeNF40Pt6cAbtGIVG3 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.25rem;left:48.5rem;display:block; }
#GHEi1uRg5DCPWPBNocgVLZBmQQmy71b3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GqfGcMdO9lTCVIx3sZWhnIHB2w81XllL { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.48681640625rem;left:11.6875rem;height:;display:block; }#GqfGcMdO9lTCVIx3sZWhnIHB2w81XllL li:before{  }
#u2RylVKiciAX4JQXC7wNPdgKeJOxw18d { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:1rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:5.3125rem;left:49rem;display:block; }
#NOk2B1Fl3Pk0gMQ0X6LChQqBH4m7yL7l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDFTaabqemA8FF3wpIBETeNrOfyancv9 { position:relative;display:block; }#wDFTaabqemA8FF3wpIBETeNrOfyancv9 { background-color: transparent; background-image: none; }#wDFTaabqemA8FF3wpIBETeNrOfyancv9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDFTaabqemA8FF3wpIBETeNrOfyancv9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDFTaabqemA8FF3wpIBETeNrOfyancv9 > .row .container > .video-iframe-container { display: none; }#wDFTaabqemA8FF3wpIBETeNrOfyancv9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDFTaabqemA8FF3wpIBETeNrOfyancv9 > .row > .video-iframe-container { display: none; }#wDFTaabqemA8FF3wpIBETeNrOfyancv9 > .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); }#wDFTaabqemA8FF3wpIBETeNrOfyancv9 { border-width: 0; border-radius: 0; }#wDFTaabqemA8FF3wpIBETeNrOfyancv9 > .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; }#wDFTaabqemA8FF3wpIBETeNrOfyancv9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MgTmThufoQQCBQoEnZBReLVKzkLTqa0w { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:11.6875rem;height:1.4624rem;display:block; }
#M0r1yuJ5IMXP7L9rmuW1Aa7Sgasic5ce { position:absolute;display:block;z-index:15007;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:5.3125rem;left:11.6875rem;display:block; }
#WlU4LlWCwVmIFJT8yNnlClpoDew5CgWI { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.25rem;left:48.5rem;display:block; }
#bAHFEu3WetQSc42PgIRdTnsRnz5J8G4x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hVR7ZJCRl9eRbS8v7xZTrUCgVcBzetyn { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.48681640625rem;left:11.6875rem;height:;display:block; }#hVR7ZJCRl9eRbS8v7xZTrUCgVcBzetyn li:before{  }
#UaKaKeRr6Nx1H4HiRepa8T6D5UTqV3lT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:1rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:5.3125rem;left:49rem;display:block; }
#qyoR7samrUowO5odKMHJn1lV27EBioEu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#El8XCQA0oieh9B1opFBxGDy3Q6UBCRvg { position:relative;display:block; }#El8XCQA0oieh9B1opFBxGDy3Q6UBCRvg { background-color: transparent; background-image: none; }#El8XCQA0oieh9B1opFBxGDy3Q6UBCRvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#El8XCQA0oieh9B1opFBxGDy3Q6UBCRvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#El8XCQA0oieh9B1opFBxGDy3Q6UBCRvg > .row .container > .video-iframe-container { display: none; }#El8XCQA0oieh9B1opFBxGDy3Q6UBCRvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#El8XCQA0oieh9B1opFBxGDy3Q6UBCRvg > .row > .video-iframe-container { display: none; }#El8XCQA0oieh9B1opFBxGDy3Q6UBCRvg > .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); }#El8XCQA0oieh9B1opFBxGDy3Q6UBCRvg { border-width: 0; border-radius: 0; }#El8XCQA0oieh9B1opFBxGDy3Q6UBCRvg > .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; }#El8XCQA0oieh9B1opFBxGDy3Q6UBCRvg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cO4eCOiKslm9hhMvZy9VtFs2BmNvID54 { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:11.6875rem;height:2.92480625rem;display:block; }
#dg05inF7TPmoR3qSakoP4nRyp3Vg2hWU { position:absolute;display:block;z-index:15007;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:5.3125rem;left:11.6875rem;display:block; }
#HhipVXnqPQz4qsJ34cT1pUtISiq33vbQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.25rem;left:48.5rem;display:block; }
#D0w0Vw3TmSAiMkUQOAb8ULpngTwiXGFf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FvaBdJs8y0mVFmc4RH7Wh6zf9s7JTvGg { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.48681640625rem;left:11.6875rem;height:3.8994125rem;display:block; }#FvaBdJs8y0mVFmc4RH7Wh6zf9s7JTvGg li:before{  }
#PPAOBp0VtfP2s7f0zIUgPTAFy6MNzE3T { position:relative;display:block; }#PPAOBp0VtfP2s7f0zIUgPTAFy6MNzE3T { background-color: transparent; background-image: none; }#PPAOBp0VtfP2s7f0zIUgPTAFy6MNzE3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPAOBp0VtfP2s7f0zIUgPTAFy6MNzE3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPAOBp0VtfP2s7f0zIUgPTAFy6MNzE3T > .row .container > .video-iframe-container { display: none; }#PPAOBp0VtfP2s7f0zIUgPTAFy6MNzE3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPAOBp0VtfP2s7f0zIUgPTAFy6MNzE3T > .row > .video-iframe-container { display: none; }#PPAOBp0VtfP2s7f0zIUgPTAFy6MNzE3T > .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); }#PPAOBp0VtfP2s7f0zIUgPTAFy6MNzE3T { border-width: 0; border-radius: 0; }#PPAOBp0VtfP2s7f0zIUgPTAFy6MNzE3T > .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; }#PPAOBp0VtfP2s7f0zIUgPTAFy6MNzE3T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KzJpzJhv9VS5KDqd3TikE1RJReQKtHoB { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:11.6875rem;height:1.4624rem;display:block; }
#m2qf9XZRPCmw0Qp8sg8zINbhWciSaVhA { position:absolute;display:block;z-index:15007;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:5.3125rem;left:11.6875rem;display:block; }
#dHux3F30cyU7W6o4h8QSBqHSO4XfHFNU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.25rem;left:48.5rem;display:block; }
#RycK1bom4iqw9s0WrJVItTkVr300ReRQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G7qqlSJoJT7MIIMswcixKi5nhd9AKU1e { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.48681640625rem;left:11.6875rem;height:3.8994125rem;display:block; }#G7qqlSJoJT7MIIMswcixKi5nhd9AKU1e li:before{  }
#GukkiJNmtx27ne39M1APvb2sEtiNfGGw { color:#000000;display:block;width:38.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.38525390625rem;left:11.6875rem;height:1.29980625rem;display:block; }
#czmAs2GHnopcRVV1uDfVyUI5mv9PxuTG { position:relative;display:block; }#czmAs2GHnopcRVV1uDfVyUI5mv9PxuTG { background-color: transparent; background-image: none; }#czmAs2GHnopcRVV1uDfVyUI5mv9PxuTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czmAs2GHnopcRVV1uDfVyUI5mv9PxuTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czmAs2GHnopcRVV1uDfVyUI5mv9PxuTG > .row .container > .video-iframe-container { display: none; }#czmAs2GHnopcRVV1uDfVyUI5mv9PxuTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czmAs2GHnopcRVV1uDfVyUI5mv9PxuTG > .row > .video-iframe-container { display: none; }#czmAs2GHnopcRVV1uDfVyUI5mv9PxuTG > .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); }#czmAs2GHnopcRVV1uDfVyUI5mv9PxuTG { border-width: 0; border-radius: 0; }#czmAs2GHnopcRVV1uDfVyUI5mv9PxuTG > .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; }#czmAs2GHnopcRVV1uDfVyUI5mv9PxuTG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wygUvN77olkUcK7LUqTJFodVzu2rlE7w { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:11.6875rem;height:2.9248rem;display:block; }
#FLbfvK1za4K4RyaWliGMLZzsIFSrgvvA { position:absolute;display:block;z-index:15007;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:5.3125rem;left:11.6875rem;display:block; }
#CD4RLH6i7iFHnC7fFM9oNxxXaLAyUUa8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.25rem;left:48.5rem;display:block; }
#ErFTJUvUhXlKUVoxD57hKflTxhTczKxh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PWEFx9vef3oQPnrEzTMBTSypCHURiktZ { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.48681640625rem;left:11.6875rem;height:5.19921875rem;display:block; }#PWEFx9vef3oQPnrEzTMBTSypCHURiktZ li:before{  }
#syeaAv9JfafDBGRdAPbSPb6817HHUGMZ { position:relative;display:block; }#syeaAv9JfafDBGRdAPbSPb6817HHUGMZ { background-color: transparent; background-image: none; }#syeaAv9JfafDBGRdAPbSPb6817HHUGMZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeaAv9JfafDBGRdAPbSPb6817HHUGMZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeaAv9JfafDBGRdAPbSPb6817HHUGMZ > .row .container > .video-iframe-container { display: none; }#syeaAv9JfafDBGRdAPbSPb6817HHUGMZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeaAv9JfafDBGRdAPbSPb6817HHUGMZ > .row > .video-iframe-container { display: none; }#syeaAv9JfafDBGRdAPbSPb6817HHUGMZ > .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); }#syeaAv9JfafDBGRdAPbSPb6817HHUGMZ { border-width: 0; border-radius: 0; }#syeaAv9JfafDBGRdAPbSPb6817HHUGMZ > .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; }#syeaAv9JfafDBGRdAPbSPb6817HHUGMZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LoTKoMpdR7i52XQCfU5qysHZWA6g3p6i { color:#000000;display:block;width:36.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.3125rem;left:12.0625rem;height:5.84960625rem;display:block; }
#Rvz6rsr09V1FJNCtwwAmzHMn1eZiWqVN { position:absolute;display:block;z-index:15007;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:4.75rem;left:11.8125rem;display:block; }
#o4ishCqBMO4e32kOuuGKvBUxPCygDlTi { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.625rem;left:11.8125rem;height:;text-align:left;text-align-last:left;display:block; }#o4ishCqBMO4e32kOuuGKvBUxPCygDlTi li:before{  }
#bIl9utWnV8OTgKaCLTK7sAzBFSd7ytF2 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.6875rem;left:48.625rem;display:block; }
#oLPXGpTcfVNUEh3bkz1LpMCNQLWyiBEn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iLw7iEMJ3GNHhGqCdx3J2vSsEml6hErW { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:1rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:4.76171875rem;left:49.125rem;display:block; }
#FNfBFTsawtxq6oJDglEd9Ng5teFuOWSI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CyhFBIeAgIH1WzHLaJLFTACc3JrnWN4R { position:relative;display:block; }#CyhFBIeAgIH1WzHLaJLFTACc3JrnWN4R { background-color: transparent; background-image: none; }#CyhFBIeAgIH1WzHLaJLFTACc3JrnWN4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyhFBIeAgIH1WzHLaJLFTACc3JrnWN4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyhFBIeAgIH1WzHLaJLFTACc3JrnWN4R > .row .container > .video-iframe-container { display: none; }#CyhFBIeAgIH1WzHLaJLFTACc3JrnWN4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyhFBIeAgIH1WzHLaJLFTACc3JrnWN4R > .row > .video-iframe-container { display: none; }#CyhFBIeAgIH1WzHLaJLFTACc3JrnWN4R > .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); }#CyhFBIeAgIH1WzHLaJLFTACc3JrnWN4R { border-width: 0; border-radius: 0; }#CyhFBIeAgIH1WzHLaJLFTACc3JrnWN4R > .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; }#CyhFBIeAgIH1WzHLaJLFTACc3JrnWN4R > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z97PrHJQh5gc3sJrTmUZhR3zCFBa1k1T { 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:0;width:10rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#MHlOPzQH38VmltHH78BgXkhsq71FKlug { color:#000000;display:block;width:45.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:11.875rem;height:9.098625rem;display:block; }#MHlOPzQH38VmltHH78BgXkhsq71FKlug li:before{  }
#PNo6K8i1DP93TJiOwUGgFLnnSQKyWHWL { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:11.875rem;height:2.9248rem;display:block; }
#ghoUNUPclFZfH1BIxyJ3hrkmikfwmEwU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.5625rem;left:48rem;display:block; }
#V5LUbyemNqDRfXn3WcJsJp8LgID8IW1E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oMCydnGEUJy6U2PBPBm6VU8M4EbBOLBe { position:absolute;display:block;z-index:15003;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:3.3125rem;left:11.875rem;display:block; }
#TTXVCT43Vmuw4gLpatSvRFL9GDKKuwZi { position:relative;display:block; }#TTXVCT43Vmuw4gLpatSvRFL9GDKKuwZi { background-color: transparent; background-image: none; }#TTXVCT43Vmuw4gLpatSvRFL9GDKKuwZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTXVCT43Vmuw4gLpatSvRFL9GDKKuwZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTXVCT43Vmuw4gLpatSvRFL9GDKKuwZi > .row .container > .video-iframe-container { display: none; }#TTXVCT43Vmuw4gLpatSvRFL9GDKKuwZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTXVCT43Vmuw4gLpatSvRFL9GDKKuwZi > .row > .video-iframe-container { display: none; }#TTXVCT43Vmuw4gLpatSvRFL9GDKKuwZi > .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); }#TTXVCT43Vmuw4gLpatSvRFL9GDKKuwZi { border-width: 0; border-radius: 0; }#TTXVCT43Vmuw4gLpatSvRFL9GDKKuwZi > .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; }#TTXVCT43Vmuw4gLpatSvRFL9GDKKuwZi > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yR98bcdL3H5JxCnh2VnkMB7CJIdDa1bt { 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:0;width:10rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#II3VI85WaceB8TXM3ThQhl0fszvMaH4r { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:11.8125rem;height:4.38720625rem;display:block; }
#OdTXtiRzKfFKaqnmZ3HkucUvXMkhw4Nc { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5rem;left:11.8125rem;height:;display:block; }#OdTXtiRzKfFKaqnmZ3HkucUvXMkhw4Nc li:before{  }
#aDH30GO3A6givqQECKtl5e8wuIidqbVB { position:absolute;display:block;z-index:15003;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:2.625rem;left:11.8125rem;display:block; }
#wyScCxSv9Rpur6Z5J11X4T40I79doB0c { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.84375rem;left:48.625rem;display:block; }
#ucBFT3onscQerUDD3ozBcouXagCVHsHH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sBMTFMgGy28nvoHhgfNPcKDL1vnxy6X4 { position:relative;display:block; }#sBMTFMgGy28nvoHhgfNPcKDL1vnxy6X4 { background-color: transparent; background-image: none; }#sBMTFMgGy28nvoHhgfNPcKDL1vnxy6X4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBMTFMgGy28nvoHhgfNPcKDL1vnxy6X4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBMTFMgGy28nvoHhgfNPcKDL1vnxy6X4 > .row .container > .video-iframe-container { display: none; }#sBMTFMgGy28nvoHhgfNPcKDL1vnxy6X4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBMTFMgGy28nvoHhgfNPcKDL1vnxy6X4 > .row > .video-iframe-container { display: none; }#sBMTFMgGy28nvoHhgfNPcKDL1vnxy6X4 > .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); }#sBMTFMgGy28nvoHhgfNPcKDL1vnxy6X4 { border-width: 0; border-radius: 0; }#sBMTFMgGy28nvoHhgfNPcKDL1vnxy6X4 > .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; }#sBMTFMgGy28nvoHhgfNPcKDL1vnxy6X4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mpumIP5quTR6x77cTruqnsZzXFJlRavW { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:11.8125rem;height:4.38720625rem;display:block; }
#esymuhui4gzpToPHiTGD540VGTUO18bN { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:11.8125rem;height:;display:block; }#esymuhui4gzpToPHiTGD540VGTUO18bN li:before{  }
#wnFVAUwo7Fit2qJ8KCkk1B2RpACWcosW { position:absolute;display:block;z-index:15003;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:3rem;left:11.8125rem;display:block; }
#ZFWfyyP2RzqefnoShkGTxIpaWQkMOfwB { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:48.625rem;display:block; }
#hDLxEX38HPf0AZ6ki86qx6WcHbhywbds { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MwkDTrmI3sfH6TLmKJN7XoLwR6LVR5iJ { 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:0;width:10rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#dyRnSWMPcIyuQC7U1MdsgswDR7rMfTTs { 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:0;width:10rem;top:3.9404296875rem;left:47.5625rem;overflow:hidden;display:block; }
#MlWk8qgEcQ5XsXT7zNgrir7DwH5BOhTC { position:relative;display:block; }#MlWk8qgEcQ5XsXT7zNgrir7DwH5BOhTC { background-color: transparent; background-image: none; }#MlWk8qgEcQ5XsXT7zNgrir7DwH5BOhTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlWk8qgEcQ5XsXT7zNgrir7DwH5BOhTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlWk8qgEcQ5XsXT7zNgrir7DwH5BOhTC > .row .container > .video-iframe-container { display: none; }#MlWk8qgEcQ5XsXT7zNgrir7DwH5BOhTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlWk8qgEcQ5XsXT7zNgrir7DwH5BOhTC > .row > .video-iframe-container { display: none; }#MlWk8qgEcQ5XsXT7zNgrir7DwH5BOhTC > .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); }#MlWk8qgEcQ5XsXT7zNgrir7DwH5BOhTC { border-width: 0; border-radius: 0; }#MlWk8qgEcQ5XsXT7zNgrir7DwH5BOhTC > .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; }#MlWk8qgEcQ5XsXT7zNgrir7DwH5BOhTC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rEeg6voyRI5Ga8qwl97I5DRz1bxcHP3q { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:11.8125rem;height:2.9248rem;display:block; }
#rrLpOnUEGvGxDL8TI0KprqBoZQ49X8Df { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:11.75rem;height:;display:block; }#rrLpOnUEGvGxDL8TI0KprqBoZQ49X8Df li:before{  }
#SISMxZHT2V0enFWckSAZWxdGdeMX06dN { position:absolute;display:block;z-index:15003;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:4.0625rem;left:11.8125rem;display:block; }
#t1vzXDJxTumg4rKM6GGRPiyrqsQVhqxZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.875rem;left:48.625rem;display:block; }
#weJS3ZtztqOJJOteTcLxnA6iE4xGGrcF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FABBMHvPoBbTiRtg247dy40tAQnAdgcL { position:relative;display:block; }#FABBMHvPoBbTiRtg247dy40tAQnAdgcL { background-color: transparent; background-image: none; }#FABBMHvPoBbTiRtg247dy40tAQnAdgcL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FABBMHvPoBbTiRtg247dy40tAQnAdgcL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FABBMHvPoBbTiRtg247dy40tAQnAdgcL > .row .container > .video-iframe-container { display: none; }#FABBMHvPoBbTiRtg247dy40tAQnAdgcL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FABBMHvPoBbTiRtg247dy40tAQnAdgcL > .row > .video-iframe-container { display: none; }#FABBMHvPoBbTiRtg247dy40tAQnAdgcL > .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); }#FABBMHvPoBbTiRtg247dy40tAQnAdgcL { border-width: 0; border-radius: 0; }#FABBMHvPoBbTiRtg247dy40tAQnAdgcL > .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; }#FABBMHvPoBbTiRtg247dy40tAQnAdgcL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Qqln5VTZAb3zhSE3PUeBfSmda06MNfSH { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:11.8125rem;height:4.38720625rem;display:block; }
#vZpICWWUkxvFUHaxfkCmMTedPgVVgVya { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:11.8125rem;height:;display:block; }#vZpICWWUkxvFUHaxfkCmMTedPgVVgVya li:before{  }
#kVfpf1Zei39OFSS3cILNKxwnM9NazLrh { position:absolute;display:block;z-index:15003;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:3rem;left:11.8125rem;display:block; }
#mfEdk2KISlVyvIuvxihIqmsOUndePxVk { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:48.625rem;display:block; }
#nst7k79KO176waGBbkUTEIPGil5mXMeT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xlMJdW5rm6sOI58tn6bbFBklyQ8lISQM { 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:0;width:10rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#z59KpRBkcrix0vIbSDx8G1u89ClBlSmT { 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:0;width:10rem;top:3.9404296875rem;left:47.5625rem;overflow:hidden;display:block; }
#tDL8i1awbWCWF6FiBmkT1AnSUKWpd0sX { position:relative;display:block; }#tDL8i1awbWCWF6FiBmkT1AnSUKWpd0sX { background-color: transparent; background-image: none; }#tDL8i1awbWCWF6FiBmkT1AnSUKWpd0sX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDL8i1awbWCWF6FiBmkT1AnSUKWpd0sX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDL8i1awbWCWF6FiBmkT1AnSUKWpd0sX > .row .container > .video-iframe-container { display: none; }#tDL8i1awbWCWF6FiBmkT1AnSUKWpd0sX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDL8i1awbWCWF6FiBmkT1AnSUKWpd0sX > .row > .video-iframe-container { display: none; }#tDL8i1awbWCWF6FiBmkT1AnSUKWpd0sX > .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); }#tDL8i1awbWCWF6FiBmkT1AnSUKWpd0sX { border-width: 0; border-radius: 0; }#tDL8i1awbWCWF6FiBmkT1AnSUKWpd0sX > .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; }#tDL8i1awbWCWF6FiBmkT1AnSUKWpd0sX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SdrXVGSdLsZHhbgJe2BihkR7ph4y7oVH { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:11.8125rem;height:4.38720625rem;display:block; }
#z2INglP2oESsRWGdZoGaua5qXTtwkqAb { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:11.8125rem;height:5.19921875rem;display:block; }#z2INglP2oESsRWGdZoGaua5qXTtwkqAb li:before{  }
#IXB9WDBERP3PbmCvLBu2o0eRvlBpRnaK { position:absolute;display:block;z-index:15003;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:3rem;left:11.8125rem;display:block; }
#nG4vNJmQ5LFiDsRA00DmIF16qz75wUrI { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:48.625rem;display:block; }
#nMBTqIkOhKeR5slBdP0oCO937MTK6JlP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#msRnTT4nGEo7Lfrep84W76MCFFRIKFpt { 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:0;width:10rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#K6Qktg8AvaWHTXTG1XoOK9NENk4QFHbU { 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:0;width:10rem;top:3.9404296875rem;left:47.5625rem;overflow:hidden;display:block; }
#b6xXGN6m1h7DpNlKaoBORRr3Ht7otA7K { position:relative;display:block; }#b6xXGN6m1h7DpNlKaoBORRr3Ht7otA7K { background-color: transparent; background-image: none; }#b6xXGN6m1h7DpNlKaoBORRr3Ht7otA7K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6xXGN6m1h7DpNlKaoBORRr3Ht7otA7K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6xXGN6m1h7DpNlKaoBORRr3Ht7otA7K > .row .container > .video-iframe-container { display: none; }#b6xXGN6m1h7DpNlKaoBORRr3Ht7otA7K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6xXGN6m1h7DpNlKaoBORRr3Ht7otA7K > .row > .video-iframe-container { display: none; }#b6xXGN6m1h7DpNlKaoBORRr3Ht7otA7K > .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); }#b6xXGN6m1h7DpNlKaoBORRr3Ht7otA7K { border-width: 0; border-radius: 0; }#b6xXGN6m1h7DpNlKaoBORRr3Ht7otA7K > .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; }#b6xXGN6m1h7DpNlKaoBORRr3Ht7otA7K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XLi1r6289KK6HsNDAPiFwcSsTR7CTNJT { color:#000000;display:block;width:35.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.625rem;left:11.8125rem;height:2.92480625rem;display:block; }
#DihyJKfDReBW54psLzcBbqCHRJNt4iW0 { position:absolute;display:block;z-index:15012;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:4.6875rem;left:11.8125rem;display:block; }
#QcmlAvtpZvwA9aCcRwPrXhEl7CFq2rPW { color:#000000;display:block;width:45.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6rem;left:11.8125rem;height:3.8994125rem;display:block; }#QcmlAvtpZvwA9aCcRwPrXhEl7CFq2rPW li:before{  }
#PkdDAI3d79eUD1sv7mA0Uvn8arV6DbOP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2.5625rem;left:48.625rem;display:block; }
#bSfqrtdxM2faOMqZZcSUhxMKHcQozlM8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SA3IVWq0g50E6ZTb9KiN3AuXTllzTUsB { position:relative;display:block; }#SA3IVWq0g50E6ZTb9KiN3AuXTllzTUsB { background-color: transparent; background-image: none; }#SA3IVWq0g50E6ZTb9KiN3AuXTllzTUsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SA3IVWq0g50E6ZTb9KiN3AuXTllzTUsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SA3IVWq0g50E6ZTb9KiN3AuXTllzTUsB > .row .container > .video-iframe-container { display: none; }#SA3IVWq0g50E6ZTb9KiN3AuXTllzTUsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SA3IVWq0g50E6ZTb9KiN3AuXTllzTUsB > .row > .video-iframe-container { display: none; }#SA3IVWq0g50E6ZTb9KiN3AuXTllzTUsB > .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); }#SA3IVWq0g50E6ZTb9KiN3AuXTllzTUsB { border-width: 0; border-radius: 0; }#SA3IVWq0g50E6ZTb9KiN3AuXTllzTUsB > .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; }#SA3IVWq0g50E6ZTb9KiN3AuXTllzTUsB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k5xACzKaqcLXrvoiwqlFn4y8f5KyJIX5 { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:11.8125rem;height:1.4625rem;display:block; }
#BaAm0TuhhAT2KPhSCixwZO9wgIp5a5vB { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.6875rem;left:11.8125rem;height:2.5996125rem;display:block; }#BaAm0TuhhAT2KPhSCixwZO9wgIp5a5vB li:before{  }
#lfvs8mM82DhutOwG5u0wDluw43zsx2Up { position:absolute;display:block;z-index:15008;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:3.375rem;left:11.8125rem;display:block; }
#Smf2il9Th3r7aMgfuuvmm38VTEWTJMKc { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.25rem;left:48.625rem;display:block; }
#wg2l3b23knMtLBB0I1BqTTRNIScsiKcq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kP7kcWRE1VNpwPghVNcovbBTXExkvtW4 { position:relative;display:block; }#kP7kcWRE1VNpwPghVNcovbBTXExkvtW4 { background-color: transparent; background-image: none; }#kP7kcWRE1VNpwPghVNcovbBTXExkvtW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kP7kcWRE1VNpwPghVNcovbBTXExkvtW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kP7kcWRE1VNpwPghVNcovbBTXExkvtW4 > .row .container > .video-iframe-container { display: none; }#kP7kcWRE1VNpwPghVNcovbBTXExkvtW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kP7kcWRE1VNpwPghVNcovbBTXExkvtW4 > .row > .video-iframe-container { display: none; }#kP7kcWRE1VNpwPghVNcovbBTXExkvtW4 > .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); }#kP7kcWRE1VNpwPghVNcovbBTXExkvtW4 { border-width: 0; border-radius: 0; }#kP7kcWRE1VNpwPghVNcovbBTXExkvtW4 > .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; }#kP7kcWRE1VNpwPghVNcovbBTXExkvtW4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OQVh5ZLS28xypufkbv9nBcB3tLiy97KS { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.61328125rem;left:11.8125rem;height:2.92480625rem;display:block; }
#mlsgUfmu2fgxE6fHo7UJztLvSWR037d7 { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.23828125rem;left:11.8125rem;height:5.19921875rem;display:block; }#mlsgUfmu2fgxE6fHo7UJztLvSWR037d7 li:before{  }
#G34R1i4DnukQptPCDbq8RoiFOFuTMbOG { position:absolute;display:block;z-index:15003;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:3.36328125rem;left:11.8125rem;display:block; }
#Tt875ldbDmCLgFGdvPp1HCLoSLWvSiZK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:48.625rem;display:block; }
#GIXxOM7xnk3QDApJ8VWW10QEN0htlukC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NCtPuGVag6sXV93iVnTxgXOgQx4T0Tqy { position:relative;display:block; }#NCtPuGVag6sXV93iVnTxgXOgQx4T0Tqy { background-color: transparent; background-image: none; }#NCtPuGVag6sXV93iVnTxgXOgQx4T0Tqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCtPuGVag6sXV93iVnTxgXOgQx4T0Tqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCtPuGVag6sXV93iVnTxgXOgQx4T0Tqy > .row .container > .video-iframe-container { display: none; }#NCtPuGVag6sXV93iVnTxgXOgQx4T0Tqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCtPuGVag6sXV93iVnTxgXOgQx4T0Tqy > .row > .video-iframe-container { display: none; }#NCtPuGVag6sXV93iVnTxgXOgQx4T0Tqy > .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); }#NCtPuGVag6sXV93iVnTxgXOgQx4T0Tqy { border-width: 0; border-radius: 0; }#NCtPuGVag6sXV93iVnTxgXOgQx4T0Tqy > .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; }#NCtPuGVag6sXV93iVnTxgXOgQx4T0Tqy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FGFppHkDghFH86IJICKmflbVyTgOlXf7 { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:11.875rem;height:1.4625rem;display:block; }
#S8DbOU1dyDLx6IoP5dxMlbPSyTkMKh2g { position:absolute;display:block;z-index:15007;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:3.375rem;left:11.875rem;display:block; }
#PW0ynA3Z0RiTaSf7RVXhsixmc49A2LIW { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.75rem;left:11.875rem;height:5.19921875rem;display:block; }#PW0ynA3Z0RiTaSf7RVXhsixmc49A2LIW li:before{  }
#y4sXJ70omvFffHmROCBkwl8rCr4TV1KU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.25rem;left:48.6875rem;display:block; }
#pl9QFBD2fpblE0LHFhKZF8qFBaQ4rXwf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wXQlE6fWT2zo35mleVmZVzyA3qmN1Zod { position:relative;display:block; }#wXQlE6fWT2zo35mleVmZVzyA3qmN1Zod { background-color: transparent; background-image: none; }#wXQlE6fWT2zo35mleVmZVzyA3qmN1Zod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXQlE6fWT2zo35mleVmZVzyA3qmN1Zod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXQlE6fWT2zo35mleVmZVzyA3qmN1Zod > .row .container > .video-iframe-container { display: none; }#wXQlE6fWT2zo35mleVmZVzyA3qmN1Zod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXQlE6fWT2zo35mleVmZVzyA3qmN1Zod > .row > .video-iframe-container { display: none; }#wXQlE6fWT2zo35mleVmZVzyA3qmN1Zod > .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); }#wXQlE6fWT2zo35mleVmZVzyA3qmN1Zod { border-width: 0; border-radius: 0; }#wXQlE6fWT2zo35mleVmZVzyA3qmN1Zod > .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; }#wXQlE6fWT2zo35mleVmZVzyA3qmN1Zod > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ImpHb38scvXe0LunK45p9cbEdC7S0PCT { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.625rem;left:11.875rem;height:1.4625rem;display:block; }
#efmLqDTJKQmNabcrZXo5wVz9SiplOuBJ { position:absolute;display:block;z-index:15011;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:3.375rem;left:11.875rem;display:block; }
#BzhvUP5r0AsVOJUTRm9I7guo9KraEUhM { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.775390625rem;left:11.875rem;height:5.19921875rem;display:block; }#BzhvUP5r0AsVOJUTRm9I7guo9KraEUhM li:before{  }
#pPbNxkzbFT8qSshsCWerCLeKLLQ51zSs { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.25rem;left:48.6875rem;display:block; }
#yNTJ3mot0EakExWzrQtUc3kH8isPiokb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WvzRA2kpug3ghfpHZiQ0wvNnpZDbbhPX { position:relative;display:block; }#WvzRA2kpug3ghfpHZiQ0wvNnpZDbbhPX { background-color: transparent; background-image: none; }#WvzRA2kpug3ghfpHZiQ0wvNnpZDbbhPX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvzRA2kpug3ghfpHZiQ0wvNnpZDbbhPX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvzRA2kpug3ghfpHZiQ0wvNnpZDbbhPX > .row .container > .video-iframe-container { display: none; }#WvzRA2kpug3ghfpHZiQ0wvNnpZDbbhPX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvzRA2kpug3ghfpHZiQ0wvNnpZDbbhPX > .row > .video-iframe-container { display: none; }#WvzRA2kpug3ghfpHZiQ0wvNnpZDbbhPX > .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); }#WvzRA2kpug3ghfpHZiQ0wvNnpZDbbhPX { border-width: 0; border-radius: 0; }#WvzRA2kpug3ghfpHZiQ0wvNnpZDbbhPX > .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; }#WvzRA2kpug3ghfpHZiQ0wvNnpZDbbhPX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yhEINm2gpOdlAL3tOxuH2zey74LtoJzA { color:#000000;display:block;width:37.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.625rem;left:11.8125rem;height:2.92480625rem;display:block; }
#vNZcyGLIK9hcLpkHp0HuesmRxMcoBn6e { position:absolute;display:block;z-index:15015;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:3.375rem;left:11.8125rem;display:block; }
#lEOrWmZDhIn4TutSD4RG19dmzQTTSact { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.625rem;left:11.8125rem;height:3.8994125rem;display:block; }#lEOrWmZDhIn4TutSD4RG19dmzQTTSact li:before{  }
#TvUvWZUb8LQOhs2i51Qsa5u5Zee7RIMc { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.25rem;left:48.625rem;display:block; }
#K9Z3HpJ4gGfa6m5MsdDC59yCWts2kkVw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EMtzd8aKFS1mq3sRX69Sg8cIT5rfIkak { position:relative;display:block; }#EMtzd8aKFS1mq3sRX69Sg8cIT5rfIkak { background-color: transparent; background-image: none; }#EMtzd8aKFS1mq3sRX69Sg8cIT5rfIkak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMtzd8aKFS1mq3sRX69Sg8cIT5rfIkak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMtzd8aKFS1mq3sRX69Sg8cIT5rfIkak > .row .container > .video-iframe-container { display: none; }#EMtzd8aKFS1mq3sRX69Sg8cIT5rfIkak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMtzd8aKFS1mq3sRX69Sg8cIT5rfIkak > .row > .video-iframe-container { display: none; }#EMtzd8aKFS1mq3sRX69Sg8cIT5rfIkak > .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); }#EMtzd8aKFS1mq3sRX69Sg8cIT5rfIkak { border-width: 0; border-radius: 0; }#EMtzd8aKFS1mq3sRX69Sg8cIT5rfIkak > .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; }#EMtzd8aKFS1mq3sRX69Sg8cIT5rfIkak > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F5CU7vUN70tMflxGy0LFMmXtLnhheC38 { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:1.625rem;left:12rem;height:2.9248rem;font-style:normal;display:block; }
#ldExSQus1gnBDoSrVSKA4WgN23tMGaAz { position:absolute;display:block;z-index:15019;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.3125rem;top:4.625rem;left:12rem;display:block; }
#L7puvLNaeU8GwtX1WeNOpQpPdSIAvg61 { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:5.875rem;left:12rem;height:1.29980625rem;display:block; }#L7puvLNaeU8GwtX1WeNOpQpPdSIAvg61 li:before{  }
#orgT2xIQAZ9BeUTLinKau4gahwDDIeEa { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00bdde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:2.5rem;left:48.8125rem;display:block; }
#zvDUVt0OCo6UEg6RZVB6L1ylGGGP6OJL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bxPN6Qbm3xoBrItoO8Z1rdyy9Wk6Kzu4 { position:relative;display:block; }#bxPN6Qbm3xoBrItoO8Z1rdyy9Wk6Kzu4 { background-color: transparent; background-image: none; }#bxPN6Qbm3xoBrItoO8Z1rdyy9Wk6Kzu4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxPN6Qbm3xoBrItoO8Z1rdyy9Wk6Kzu4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxPN6Qbm3xoBrItoO8Z1rdyy9Wk6Kzu4 > .row .container > .video-iframe-container { display: none; }#bxPN6Qbm3xoBrItoO8Z1rdyy9Wk6Kzu4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxPN6Qbm3xoBrItoO8Z1rdyy9Wk6Kzu4 > .row > .video-iframe-container { display: none; }#bxPN6Qbm3xoBrItoO8Z1rdyy9Wk6Kzu4 > .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); }#bxPN6Qbm3xoBrItoO8Z1rdyy9Wk6Kzu4 { border-width: 0; border-radius: 0; }#bxPN6Qbm3xoBrItoO8Z1rdyy9Wk6Kzu4 > .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; }#bxPN6Qbm3xoBrItoO8Z1rdyy9Wk6Kzu4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m9myaudZKRNbb8vbrwBGeTq78RRymaN6 { box-sizing:content-box;color:#ff8600;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:block;z-index:15000;top:0.375rem;left:53.90625rem;display:block; }
#rK1r7CHGUi5feCWI596zfMd14uXrXtoO { color:#000000;display:block;width:8.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.287109375rem;left:45.28125rem;height:1.29980625rem;display:block; }
#KXN7bvhe0737QsnazVUPgeFzUmhq0tkd { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff8600;background-color:#200838;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; }#KXN7bvhe0737QsnazVUPgeFzUmhq0tkd > .row .container { background-color: transparent; background-image: none; }#KXN7bvhe0737QsnazVUPgeFzUmhq0tkd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXN7bvhe0737QsnazVUPgeFzUmhq0tkd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXN7bvhe0737QsnazVUPgeFzUmhq0tkd > .row .container > .video-iframe-container { display: none; }#KXN7bvhe0737QsnazVUPgeFzUmhq0tkd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXN7bvhe0737QsnazVUPgeFzUmhq0tkd > .row > .video-iframe-container { display: none; }#KXN7bvhe0737QsnazVUPgeFzUmhq0tkd > .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); }#KXN7bvhe0737QsnazVUPgeFzUmhq0tkd > .row .container { border-width: 0; border-radius: 0; }#KXN7bvhe0737QsnazVUPgeFzUmhq0tkd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KXN7bvhe0737QsnazVUPgeFzUmhq0tkd > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#RgEb6LdTnUc9ottSr1awLtRTfdJf32IN { 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:5.125rem;width:4.0625rem;top:1.8125rem;left:1.0625rem;overflow:hidden;display:block; }
#cz4fJAFAGqIkK9mgtFL7UyTwdp0TTHft { color:#fafafa;display:block;width:23.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:6.4375rem;height:5.5996rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q2poGcPndgSTnpUgvpTE4ghMrQPZMPkt { color:#fafafa;display:block;width:23.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:1.5625rem;left:36.4375rem;height:5.5996rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MN42Hyh6ZDGwAMMuylEyyaxm9qILNhDZ { 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:4rem;width:4.0625rem;top:2.375rem;left:31.0625rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#200838;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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#ySsL8yhW8CGfX8AxGQI8o49dGq6hBHCL { 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:2.25rem;width:7rem;top:1.6624984741211rem;left:0.8125rem;overflow:hidden;display:block; }
#W6KFfn5uOdT3wkRrFwm2fDDmz3WR57h5 { color:#fafafa;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:1.7374992370606rem;left:8.5rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SCu2PUniPJ7lNESlq8BXWpDWkVI8kPOC { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.75rem;left:31.75rem;display:block; }
#porqIz7JrL0iMBeHc02p0z0tbAx8EIwB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gNf5AQrIq9w8DAEm9QVrICiogHzPQlVU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.75rem;left:37.9375rem;display:block; }
#rvygx0wHkDaAV6c3CDfwBU78qCLQ958L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mMBJhOzrNwMxbPtBPpPCP4TEdc6ZbHHT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:1.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.75rem;left:46.8125rem;display:block; }
#QJD68cwnrhcKf2Q2aX2Im4Ud0i0UfpBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#es9aPlSy7rsrHBZT13TdHXzPFnNMc81Z { 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:2.25rem;width:6.1875rem;top:1.78125rem;left:52.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xKv2EqT4Vm9W9CPydlG9N98Dw0mDelgD { display:block; }#xKv2EqT4Vm9W9CPydlG9N98Dw0mDelgD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o69bHIJPvsL1pvqh37CF5ivvDDdra3eQ { top:0.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI7NLnXB5zN0k7aiyCLdv1y4Smesca05 { display:block; }#ZI7NLnXB5zN0k7aiyCLdv1y4Smesca05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgBk7lXHtLVDNR4agvcHlFMiHx6bX4MB { top:0.5625rem;left:0rem;width:10.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVypDXHwUveC7TstDAZ9wpUARehmkgzL { width:4.375rem;height:2.1875rem;top:1.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtv799apbNMR3hHJznzfIXuZG63MuETm { display:block; }
 }@media only screen and (max-width: 763px) { #qlH50bHgZlJgwTT825yLGi5d6yiTGig3 { width:5.75rem;height:2.1875rem;top:1.0625rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXuoT4XAPcUum1vT7xkQpw5FnsNQe5Rm { display:block; }
 }@media only screen and (max-width: 763px) { #BJEw15w1iLSWH3iNpxEgRi2sh0kVyxhQ { width:4.625rem;height:2.1875rem;top:1.0625rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQdKF8Mf2T3qifvoRiETW2qD9Ec6tHPG { display:block; }
 }@media only screen and (max-width: 763px) { #PHGLTXebOOf4ldqT3E0rmLufECLTBRs5 { width:4.625rem;height:2.1875rem;top:1.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh4kTncE3FpVrVN95JUMnnlTp8taskpT { display:block; }
 }@media only screen and (max-width: 763px) { #EFPJD1px04zhQetPxMBy3TH3KAF6S2JR { width:4.625rem;height:2.1875rem;top:1.0625rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy61AhLvBX4e5PLMlBx3bLP5VAuHEdgD { display:block; }
 }@media only screen and (max-width: 763px) { #rJA80aOIIrnk3Pi2Rap02Jkv7NPuPv9U { width:7.6875rem;height:2.1875rem;top:1.0625rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg6swtwcNfQA38xdQKglm3wDTvweBzdC { display:block; }
 }@media only screen and (max-width: 763px) { #A56M679yW9toF7XP4t6PsWahOHN1ROxP { width:4.625rem;height:2.1875rem;top:1.0625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhIp0FyIpcvqGMtOT5MoyIIIl1MADI7u { display:block; }
 }@media only screen and (max-width: 763px) { #PfSWThvndZCoHNNbkiubXTgh34IWPxZf { width:3.75rem;height:2.1875rem;top:1.0625rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6lTZLf8fKVqGBDunQ5ngkPh5ZtlTTi2 { display:block; }
 }@media only screen and (max-width: 763px) { #MAEiQlGu2nLUGVbZ641skr8zcWJwnTkZ { width:7.6875rem;height:2.1875rem;top:1.0625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFn2ylPx1tk5Fivq7SMsNUW8tlpqMbUN { display:block; }
 }@media only screen and (max-width: 763px) { #cqH4WGA05UhGlRvfTbCO1THW38KbCUzK { display:block; }#cqH4WGA05UhGlRvfTbCO1THW38KbCUzK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pz9Dfscl6LfK910hwxPGsOV3DXoApZxD { top:5rem;left:0rem;width:16.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz7d0RWaVCsmIuflMrfxM7gArmFkTQye { top:8.8125rem;left:0rem;width:34.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVvbgv2tLIyp2Dg4N3n54XOJh4B3DLri { top:79.5rem;left:0rem;width:34.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll7Vytg8EtFKAfmyTA7PJHT6fuNFV6Ta { top:0rem;left:24.375rem;width:23.375rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO36eeV7wJDszw3q5DvpyXf4Iz1Uc3lm { top:81.375rem;left:0rem;width:35.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTBuXHVRrLiQAabWTXhvKyXmVQKvm7Eq { top:84rem;left:0rem;width:34.5rem;height:3.875rem;font-size:1rem;display:block; }#CTBuXHVRrLiQAabWTXhvKyXmVQKvm7Eq li:before{  }
 }@media only screen and (max-width: 763px) { #gypbpuz14D6x6UlXUGMcyTDimrCAsX3K { top:89.75rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfuvL8wszhWEAueBZhWAp1BnkToS2ebq { display:block; }
 }@media only screen and (max-width: 763px) { #K4mSkSbhVOAM2b2z9NTDEdBFb5agHWIA { top:60.1875rem;left:0rem;width:35.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgamQZPXPXBFtmWyyGrh8H7642N4O5wH { top:62.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }#IgamQZPXPXBFtmWyyGrh8H7642N4O5wH li:before{  }
 }@media only screen and (max-width: 763px) { #O8k355brR0blCog2qt6iTwBRNd5TIln8 { top:68.0625rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPTkKmkUtUgtCuh9AQ5Mwngc8sPyfXBy { display:block; }
 }@media only screen and (max-width: 763px) { #vh7UEwwiM8cJNXPbshifiSzi5bIosUFw { top:100.5625rem;left:0rem;width:35.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3VGMZ4JevmD5GgBzpcquBQ8IWlRvD8x { top:103.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }#c3VGMZ4JevmD5GgBzpcquBQ8IWlRvD8x li:before{  }
 }@media only screen and (max-width: 763px) { #tTVTfyLaGPXWW2ErpJfu15CW4dAunTfu { top:108.9375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QER6uIxzWWzNJapwQHZpsaqrvoTspERG { display:block; }
 }@media only screen and (max-width: 763px) { #VBPgigZreTibexMuvn7rUuBrvmyGnSi9 { width:10.8125rem;height:1rem;top:96.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNrVRV6fm1vtJd5bGMs8NglTm3CCF9EI { display:block; }
 }@media only screen and (max-width: 763px) { #fAuv1K2x4XWBayth5gDhAiutdbKpURbr { top:4.375rem;left:22.6875rem;width:25.0625rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrBX6NUoyXhBbdxt3SSWrQZ9IE07krJc { top:114.3125rem;left:0rem;width:34.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTfSozMA6kpm1QInsTnegiTdv9BH17dO { top:116.1875rem;left:0rem;width:35.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXRfgc8Hi2ciQ1q7UI2doen7OoGT4EFT { top:118.8125rem;left:0rem;width:42.375rem;height:5.1875rem;font-size:1rem;display:block; }#rXRfgc8Hi2ciQ1q7UI2doen7OoGT4EFT li:before{  }
 }@media only screen and (max-width: 763px) { #u9guksUrXfh5Sm58UBgeynKt4UzJsCPQ { top:125.875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF1AkOFgg2q4fRGuMThpvXKh4seKu7c2 { display:block; }
 }@media only screen and (max-width: 763px) { #Tl3dObBJGZZNeLZlpAtbhpkTgReE8J5m { top:58.3125rem;left:0rem;width:34.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #de1CRE4VAOcD1bUMnuMskvA41G8nSqUg { top:42.8125rem;left:0rem;width:38.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #baAiQ07Ttq13QhRDLgT66SADoW9QpAwT { top:45.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }#baAiQ07Ttq13QhRDLgT66SADoW9QpAwT li:before{  }
 }@media only screen and (max-width: 763px) { #rSI0JKJ42JpBnVNCTeB8ooTVT6hCxJ5c { top:50.5625rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6C0QQNAV8M2A0iWnI8870GAfxnV0VSG { display:block; }
 }@media only screen and (max-width: 763px) { #DbVP5owksLDSPK0yAspqSDpUPmSoz0Xx { width:11rem;height:1rem;top:76.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA3fcGmbfoEMRTPnVDeSQgOTJpdM1BSW { display:block; }
 }@media only screen and (max-width: 763px) { #MI9wxARE1tC5VmuoKfdNq7TPgFBE9fam { top:98.6875rem;left:0rem;width:34.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thX11ZToWcUHR83gC08Qu5JXJfqZTFyH { width:10.9375rem;height:1rem;top:75.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl2xywsz4aduOqKpwyZrX966PXFOFf77 { display:block; }
 }@media only screen and (max-width: 763px) { #VOmtZUNrhaIna0iOT7FpF5r8h2llAsBp { width:10.8125rem;height:1rem;top:95rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTMPhPABXitCJEpQoU3JAxN6woPz8hIS { display:block; }
 }@media only screen and (max-width: 763px) { #i7HWt3wQGMQSQhEcGg8PMse3tpemU3aM { width:10.9375rem;height:1rem;top:74.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGp8SnVnwvFP6tFrOcSqp0BVphQn9oFn { display:block; }
 }@media only screen and (max-width: 763px) { #tFbDlwBh6DBbk68dy5MlolaTV0vn0lP1 { top:25.75rem;left:0rem;width:34.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTtpfJVTt3IEBrRRli294fn0o4LR9bp { top:20.4375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obLx3DPZt3qFuw4FAGAX8RPXb6frEBVx { display:block; }
 }@media only screen and (max-width: 763px) { #ZQ7yGPKOQRzEWyTbay1PeqygE71iwiE2 { top:14rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#ZQ7yGPKOQRzEWyTbay1PeqygE71iwiE2 li:before{  }
 }@media only screen and (max-width: 763px) { #iKDHxuBZylJQa7Toq7nsKi0iQzruzyAa { top:11.375rem;left:0rem;width:35.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpOyog2s8oqyLGvN52ctEPezanStGpTX { width:10.9375rem;height:1rem;top:73.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts1BtW8uBmBHC7oJcNyW48yGtXczGTLR { display:block; }
 }@media only screen and (max-width: 763px) { #ewuFVrFIotC4L9zsg9InVwhbsPNSfyrh { top:27.6875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSqBzbfu7GgBMhFO9EAw8ddBzqd5gc9E { top:30.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }#NSqBzbfu7GgBMhFO9EAw8ddBzqd5gc9E li:before{  }
 }@media only screen and (max-width: 763px) { #cES0y55gi9ylO0AFA9n3Ey50WMIDnqaT { top:35.4375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2fxseC3TbPw1u2eJiZbBqTuWVMEwDzi { display:block; }
 }@media only screen and (max-width: 763px) { #QW7PBRoKHRzzgrTsc00XA3wFoeNOs0qs { top:40.75rem;left:0rem;width:34.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtlQPCf10ssnTeIO54dOZBkVdMaJ6Nqz { width:10.8125rem;height:1rem;top:93.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrtdDDwpn8y2zSBaulSM6ckzNPo0f26P { display:block; }
 }@media only screen and (max-width: 763px) { #TAFT1vgaiXueQJpfI7et30bG6p59BfT3 { width:11rem;height:1rem;top:55.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tek8sCeq0s9TF6gTyBBelfwWTnmwT67u { display:block; }
 }@media only screen and (max-width: 763px) { #SZVHxln64am63eWk59XCrV2xEHTZyDOp { width:11rem;height:1rem;top:54.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU5bJZ169uQ6peStV01wJAkVWDbG4o3M { display:block; }
 }@media only screen and (max-width: 763px) { #AqT65nXTbT9kWXefcvvA9DWyGZvLhsl4 { width:10.9375rem;height:1rem;top:72.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrfFVHWtJIA7U8ILweIJUubI8X6pW5aE { display:block; }
 }@media only screen and (max-width: 763px) { #y4Dno1I3HqsDq8Qr65WhiZ377hhU6tuQ { display:block; }#y4Dno1I3HqsDq8Qr65WhiZ377hhU6tuQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC6UZAGuCTWsNhPUi2gWq1NMtgrbrFmT { top:0.6875rem;left:0rem;width:24.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUV7K0zPLqTEp6KnCZP8mQrIhiBTicRL { display:block; }#vUV7K0zPLqTEp6KnCZP8mQrIhiBTicRL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCMIyAJHGzpZgQtd3zXSc2w8nOFqJ4a6 { top:3.5625rem;left:5.5625rem;width:32.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU3CGP7oaCW9SlDan04acsEocTMVieU5 { top:5.3125rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyyuWbL5drOqC1r65RAJTuw0LBeAyJCe { width:8.5625rem;height:2.1875rem;top:3.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPzN2Dl7NCZycnGE2VlWP8GPqaIER0uJ { display:block; }
 }@media only screen and (max-width: 763px) { #SqdvB6h2A1UVvsgTc09I5AINQAvxZBUd { top:6.4375rem;left:2.0625rem;width:45.6875rem;height:;font-size:1rem;display:block; }#SqdvB6h2A1UVvsgTc09I5AINQAvxZBUd li:before{  }
 }@media only screen and (max-width: 763px) { #AFtNncJSC8g5rWncdUCkHhigDTgzP7TU { width:11.125rem;height:1rem;top:5.3125rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGk57Qm51nIx83GJkwzDL4ElNpBEigi1 { display:block; }
 }@media only screen and (max-width: 763px) { #WDON51zlQUtcBePk50TSDVEy0NZcIakH { width:11.0625rem;height:1rem;top:5.3125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PncIM1zvOU4tBTKuWInVknK0VOW2ZpvI { display:block; }
 }@media only screen and (max-width: 763px) { #BFh3dFWVKrFqTg9Oo8pXULFapv98VNax { width:11.0625rem;height:1rem;top:5.3125rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXKuNobOB8Vl9kKt5woVGTRXhOhgKVyr { display:block; }
 }@media only screen and (max-width: 763px) { #WXM9WhKk2ovXcFKCqT5m6TObr5OEtXTO { display:block; }#WXM9WhKk2ovXcFKCqT5m6TObr5OEtXTO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyf7lALzvZQDJASt2kzQLs5OoNeFmHG9 { top:3.5625rem;left:5.5625rem;width:32.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APb7BtLrlvywFHAFS5gaPMtVVAoem3iv { top:5.3125rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltEym0mX10Wsb8THROi9fpkdZs08gRRA { width:8.5625rem;height:2.1875rem;top:3.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcZ8t70LbAqH8uICd47diHxCy7kSFTmP { display:block; }
 }@media only screen and (max-width: 763px) { #m0oxX8iRzTVCeDpmPoBFuCui29TSEpK4 { top:6.4375rem;left:2.0625rem;width:45.6875rem;height:;font-size:1rem;display:block; }#m0oxX8iRzTVCeDpmPoBFuCui29TSEpK4 li:before{  }
 }@media only screen and (max-width: 763px) { #DuHu7CTOnvJJ8IM0nf4CH5vTX9R32VdQ { display:block; }#DuHu7CTOnvJJ8IM0nf4CH5vTX9R32VdQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rt6KRv9ZvR1bewT4F7otAF3XtKUdiN8J { top:3.5625rem;left:5.5625rem;width:32.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMmcGxr8kC1pohHBCSaBuabbik7U09T8 { top:5.3125rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1eoXrDQG2JLiEdIPnUaJMfS5d3S3E8N { width:8.5625rem;height:2.1875rem;top:3.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSE1k1pBml7duvA5VktDiOWdxMfoe6cN { display:block; }
 }@media only screen and (max-width: 763px) { #kkK82bioKaQGnOKSEHxTmFcZ5kcNli4A { top:6.4375rem;left:2.0625rem;width:45.6875rem;height:;font-size:1rem;display:block; }#kkK82bioKaQGnOKSEHxTmFcZ5kcNli4A li:before{  }
 }@media only screen and (max-width: 763px) { #uUA6IdwoiT2ful4SG8M0xdqkC3MxypfE { width:8.0625rem;height:1rem;top:5.3125rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKRHMJOes02NmU1QmLvr6GPxrPAFT5ZS { display:block; }
 }@media only screen and (max-width: 763px) { #TDsh4O02LykZXuCdGMarhS1VXevnegyo { display:block; }#TDsh4O02LykZXuCdGMarhS1VXevnegyo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9R560TTOk69PtGSaPunDIA9IxgOoMmZ { top:3.5625rem;left:5.5625rem;width:32.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS9rVp1HDq2K4F8vh2H5HTiNoWeNbhTM { top:5.3125rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKzmvo4hf8L0WLJeNF40Pt6cAbtGIVG3 { width:8.5625rem;height:2.1875rem;top:3.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHEi1uRg5DCPWPBNocgVLZBmQQmy71b3 { display:block; }
 }@media only screen and (max-width: 763px) { #GqfGcMdO9lTCVIx3sZWhnIHB2w81XllL { top:6.4375rem;left:2.0625rem;width:45.6875rem;height:;font-size:1rem;display:block; }#GqfGcMdO9lTCVIx3sZWhnIHB2w81XllL li:before{  }
 }@media only screen and (max-width: 763px) { #u2RylVKiciAX4JQXC7wNPdgKeJOxw18d { width:8.0625rem;height:1rem;top:5.3125rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOk2B1Fl3Pk0gMQ0X6LChQqBH4m7yL7l { display:block; }
 }@media only screen and (max-width: 763px) { #wDFTaabqemA8FF3wpIBETeNrOfyancv9 { display:block; }#wDFTaabqemA8FF3wpIBETeNrOfyancv9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgTmThufoQQCBQoEnZBReLVKzkLTqa0w { top:3.5625rem;left:5.5625rem;width:29.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0r1yuJ5IMXP7L9rmuW1Aa7Sgasic5ce { top:5.3125rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlU4LlWCwVmIFJT8yNnlClpoDew5CgWI { width:8.5625rem;height:2.1875rem;top:3.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAHFEu3WetQSc42PgIRdTnsRnz5J8G4x { display:block; }
 }@media only screen and (max-width: 763px) { #hVR7ZJCRl9eRbS8v7xZTrUCgVcBzetyn { top:6.4375rem;left:2.0625rem;width:45.6875rem;height:;font-size:1rem;display:block; }#hVR7ZJCRl9eRbS8v7xZTrUCgVcBzetyn li:before{  }
 }@media only screen and (max-width: 763px) { #UaKaKeRr6Nx1H4HiRepa8T6D5UTqV3lT { width:8.0625rem;height:1rem;top:5.3125rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyoR7samrUowO5odKMHJn1lV27EBioEu { display:block; }
 }@media only screen and (max-width: 763px) { #El8XCQA0oieh9B1opFBxGDy3Q6UBCRvg { display:block; }#El8XCQA0oieh9B1opFBxGDy3Q6UBCRvg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cO4eCOiKslm9hhMvZy9VtFs2BmNvID54 { top:3.5625rem;left:5.5625rem;width:29.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg05inF7TPmoR3qSakoP4nRyp3Vg2hWU { top:5.3125rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhipVXnqPQz4qsJ34cT1pUtISiq33vbQ { width:8.5625rem;height:2.1875rem;top:3.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0w0Vw3TmSAiMkUQOAb8ULpngTwiXGFf { display:block; }
 }@media only screen and (max-width: 763px) { #FvaBdJs8y0mVFmc4RH7Wh6zf9s7JTvGg { top:6.4375rem;left:2.0625rem;width:45.6875rem;height:;font-size:1rem;display:block; }#FvaBdJs8y0mVFmc4RH7Wh6zf9s7JTvGg li:before{  }
 }@media only screen and (max-width: 763px) { #PPAOBp0VtfP2s7f0zIUgPTAFy6MNzE3T { display:block; }#PPAOBp0VtfP2s7f0zIUgPTAFy6MNzE3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzJpzJhv9VS5KDqd3TikE1RJReQKtHoB { top:3.5625rem;left:5.5625rem;width:29.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2qf9XZRPCmw0Qp8sg8zINbhWciSaVhA { top:5.3125rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHux3F30cyU7W6o4h8QSBqHSO4XfHFNU { width:8.5625rem;height:2.1875rem;top:3.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RycK1bom4iqw9s0WrJVItTkVr300ReRQ { display:block; }
 }@media only screen and (max-width: 763px) { #G7qqlSJoJT7MIIMswcixKi5nhd9AKU1e { top:6.4375rem;left:2.0625rem;width:45.6875rem;height:;font-size:1rem;display:block; }#G7qqlSJoJT7MIIMswcixKi5nhd9AKU1e li:before{  }
 }@media only screen and (max-width: 763px) { #GukkiJNmtx27ne39M1APvb2sEtiNfGGw { top:10.375rem;left:5.5625rem;width:38.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czmAs2GHnopcRVV1uDfVyUI5mv9PxuTG { display:block; }#czmAs2GHnopcRVV1uDfVyUI5mv9PxuTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wygUvN77olkUcK7LUqTJFodVzu2rlE7w { top:3.5625rem;left:5.5625rem;width:29.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLbfvK1za4K4RyaWliGMLZzsIFSrgvvA { top:5.3125rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD4RLH6i7iFHnC7fFM9oNxxXaLAyUUa8 { width:8.5625rem;height:2.1875rem;top:3.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErFTJUvUhXlKUVoxD57hKflTxhTczKxh { display:block; }
 }@media only screen and (max-width: 763px) { #PWEFx9vef3oQPnrEzTMBTSypCHURiktZ { top:6.4375rem;left:2.0625rem;width:45.6875rem;height:5.1875rem;font-size:1rem;display:block; }#PWEFx9vef3oQPnrEzTMBTSypCHURiktZ li:before{  }
 }@media only screen and (max-width: 763px) { #syeaAv9JfafDBGRdAPbSPb6817HHUGMZ { display:block; }#syeaAv9JfafDBGRdAPbSPb6817HHUGMZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoTKoMpdR7i52XQCfU5qysHZWA6g3p6i { top:1.3125rem;left:5.9375rem;width:36.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvz6rsr09V1FJNCtwwAmzHMn1eZiWqVN { top:4.75rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4ishCqBMO4e32kOuuGKvBUxPCygDlTi { top:5.625rem;left:2.0625rem;width:45.6875rem;height:6.4375rem;font-size:1rem;display:block; }#o4ishCqBMO4e32kOuuGKvBUxPCygDlTi li:before{  }
 }@media only screen and (max-width: 763px) { #bIl9utWnV8OTgKaCLTK7sAzBFSd7ytF2 { width:8.5625rem;height:2.1875rem;top:2.6875rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLPXGpTcfVNUEh3bkz1LpMCNQLWyiBEn { display:block; }
 }@media only screen and (max-width: 763px) { #iLw7iEMJ3GNHhGqCdx3J2vSsEml6hErW { width:8.0625rem;height:1rem;top:4.75rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNfBFTsawtxq6oJDglEd9Ng5teFuOWSI { display:block; }
 }@media only screen and (max-width: 763px) { #CyhFBIeAgIH1WzHLaJLFTACc3JrnWN4R { display:block; }#CyhFBIeAgIH1WzHLaJLFTACc3JrnWN4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z97PrHJQh5gc3sJrTmUZhR3zCFBa1k1T { top:1.5625rem;left:0rem;width:10rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #MHlOPzQH38VmltHH78BgXkhsq71FKlug { top:4.1875rem;left:2.5rem;width:45.25rem;height:9.0625rem;font-size:1rem;display:block; }#MHlOPzQH38VmltHH78BgXkhsq71FKlug li:before{  }
 }@media only screen and (max-width: 763px) { #PNo6K8i1DP93TJiOwUGgFLnnSQKyWHWL { top:1.5625rem;left:5.75rem;width:29.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghoUNUPclFZfH1BIxyJ3hrkmikfwmEwU { width:8.5625rem;height:2.1875rem;top:1.5625rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5LUbyemNqDRfXn3WcJsJp8LgID8IW1E { display:block; }
 }@media only screen and (max-width: 763px) { #oMCydnGEUJy6U2PBPBm6VU8M4EbBOLBe { top:3.3125rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXVCT43Vmuw4gLpatSvRFL9GDKKuwZi { display:block; }#TTXVCT43Vmuw4gLpatSvRFL9GDKKuwZi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yR98bcdL3H5JxCnh2VnkMB7CJIdDa1bt { top:1.5625rem;left:0rem;width:10rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #II3VI85WaceB8TXM3ThQhl0fszvMaH4r { top:0.875rem;left:5.6875rem;width:29.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdTXtiRzKfFKaqnmZ3HkucUvXMkhw4Nc { top:3.5rem;left:2.0625rem;width:45.6875rem;height:5.1875rem;font-size:1rem;display:block; }#OdTXtiRzKfFKaqnmZ3HkucUvXMkhw4Nc li:before{  }
 }@media only screen and (max-width: 763px) { #aDH30GO3A6givqQECKtl5e8wuIidqbVB { top:2.625rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyScCxSv9Rpur6Z5J11X4T40I79doB0c { width:8.5625rem;height:2.1875rem;top:0.8125rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucBFT3onscQerUDD3ozBcouXagCVHsHH { display:block; }
 }@media only screen and (max-width: 763px) { #sBMTFMgGy28nvoHhgfNPcKDL1vnxy6X4 { display:block; }#sBMTFMgGy28nvoHhgfNPcKDL1vnxy6X4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpumIP5quTR6x77cTruqnsZzXFJlRavW { top:1.25rem;left:5.6875rem;width:29.5625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esymuhui4gzpToPHiTGD540VGTUO18bN { top:3.875rem;left:2.0625rem;width:45.6875rem;height:;font-size:1rem;display:block; }#esymuhui4gzpToPHiTGD540VGTUO18bN li:before{  }
 }@media only screen and (max-width: 763px) { #wnFVAUwo7Fit2qJ8KCkk1B2RpACWcosW { top:3rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFWfyyP2RzqefnoShkGTxIpaWQkMOfwB { width:8.5625rem;height:2.1875rem;top:1.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDLxEX38HPf0AZ6ki86qx6WcHbhywbds { display:block; }
 }@media only screen and (max-width: 763px) { #MwkDTrmI3sfH6TLmKJN7XoLwR6LVR5iJ { top:1.9375rem;left:0rem;width:10rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #dyRnSWMPcIyuQC7U1MdsgswDR7rMfTTs { top:3.9375rem;left:37.75rem;width:10rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #MlWk8qgEcQ5XsXT7zNgrir7DwH5BOhTC { display:block; }#MlWk8qgEcQ5XsXT7zNgrir7DwH5BOhTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEeg6voyRI5Ga8qwl97I5DRz1bxcHP3q { top:2.3125rem;left:5.6875rem;width:29.5625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrLpOnUEGvGxDL8TI0KprqBoZQ49X8Df { top:4.9375rem;left:2.1875rem;width:45.5625rem;height:;font-size:1rem;display:block; }#rrLpOnUEGvGxDL8TI0KprqBoZQ49X8Df li:before{  }
 }@media only screen and (max-width: 763px) { #SISMxZHT2V0enFWckSAZWxdGdeMX06dN { top:4.0625rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1vzXDJxTumg4rKM6GGRPiyrqsQVhqxZ { width:8.5625rem;height:2.1875rem;top:1.875rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weJS3ZtztqOJJOteTcLxnA6iE4xGGrcF { display:block; }
 }@media only screen and (max-width: 763px) { #FABBMHvPoBbTiRtg247dy40tAQnAdgcL { display:block; }#FABBMHvPoBbTiRtg247dy40tAQnAdgcL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qqln5VTZAb3zhSE3PUeBfSmda06MNfSH { top:1.25rem;left:5.6875rem;width:29.5625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZpICWWUkxvFUHaxfkCmMTedPgVVgVya { top:3.875rem;left:2.0625rem;width:45.6875rem;height:;font-size:1rem;display:block; }#vZpICWWUkxvFUHaxfkCmMTedPgVVgVya li:before{  }
 }@media only screen and (max-width: 763px) { #kVfpf1Zei39OFSS3cILNKxwnM9NazLrh { top:3rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfEdk2KISlVyvIuvxihIqmsOUndePxVk { width:8.5625rem;height:2.1875rem;top:1.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nst7k79KO176waGBbkUTEIPGil5mXMeT { display:block; }
 }@media only screen and (max-width: 763px) { #xlMJdW5rm6sOI58tn6bbFBklyQ8lISQM { top:1.9375rem;left:0rem;width:10rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #z59KpRBkcrix0vIbSDx8G1u89ClBlSmT { top:3.9375rem;left:37.75rem;width:10rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #tDL8i1awbWCWF6FiBmkT1AnSUKWpd0sX { display:block; }#tDL8i1awbWCWF6FiBmkT1AnSUKWpd0sX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdrXVGSdLsZHhbgJe2BihkR7ph4y7oVH { top:1.25rem;left:5.6875rem;width:29.5625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2INglP2oESsRWGdZoGaua5qXTtwkqAb { top:3.875rem;left:2.0625rem;width:45.6875rem;height:5.1875rem;font-size:1rem;display:block; }#z2INglP2oESsRWGdZoGaua5qXTtwkqAb li:before{  }
 }@media only screen and (max-width: 763px) { #IXB9WDBERP3PbmCvLBu2o0eRvlBpRnaK { top:3rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG4vNJmQ5LFiDsRA00DmIF16qz75wUrI { width:8.5625rem;height:2.1875rem;top:1.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMBTqIkOhKeR5slBdP0oCO937MTK6JlP { display:block; }
 }@media only screen and (max-width: 763px) { #msRnTT4nGEo7Lfrep84W76MCFFRIKFpt { top:1.9375rem;left:0rem;width:10rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #K6Qktg8AvaWHTXTG1XoOK9NENk4QFHbU { top:3.9375rem;left:37.75rem;width:10rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #b6xXGN6m1h7DpNlKaoBORRr3Ht7otA7K { display:block; }#b6xXGN6m1h7DpNlKaoBORRr3Ht7otA7K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLi1r6289KK6HsNDAPiFwcSsTR7CTNJT { top:1.625rem;left:5.6875rem;width:35.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DihyJKfDReBW54psLzcBbqCHRJNt4iW0 { top:4.6875rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcmlAvtpZvwA9aCcRwPrXhEl7CFq2rPW { top:6rem;left:2.5rem;width:45.25rem;height:3.875rem;font-size:1rem;display:block; }#QcmlAvtpZvwA9aCcRwPrXhEl7CFq2rPW li:before{  }
 }@media only screen and (max-width: 763px) { #PkdDAI3d79eUD1sv7mA0Uvn8arV6DbOP { width:8.5625rem;height:2.1875rem;top:2.5625rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSfqrtdxM2faOMqZZcSUhxMKHcQozlM8 { display:block; }
 }@media only screen and (max-width: 763px) { #SA3IVWq0g50E6ZTb9KiN3AuXTllzTUsB { display:block; }#SA3IVWq0g50E6ZTb9KiN3AuXTllzTUsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5xACzKaqcLXrvoiwqlFn4y8f5KyJIX5 { top:1.625rem;left:5.6875rem;width:29.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaAm0TuhhAT2KPhSCixwZO9wgIp5a5vB { top:4.6875rem;left:5.6875rem;width:37.8125rem;height:2.5625rem;font-size:1rem;display:block; }#BaAm0TuhhAT2KPhSCixwZO9wgIp5a5vB li:before{  }
 }@media only screen and (max-width: 763px) { #lfvs8mM82DhutOwG5u0wDluw43zsx2Up { top:3.375rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smf2il9Th3r7aMgfuuvmm38VTEWTJMKc { width:8.5625rem;height:2.1875rem;top:1.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg2l3b23knMtLBB0I1BqTTRNIScsiKcq { display:block; }
 }@media only screen and (max-width: 763px) { #kP7kcWRE1VNpwPghVNcovbBTXExkvtW4 { display:block; }#kP7kcWRE1VNpwPghVNcovbBTXExkvtW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQVh5ZLS28xypufkbv9nBcB3tLiy97KS { top:1.5625rem;left:5.6875rem;width:29.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlsgUfmu2fgxE6fHo7UJztLvSWR037d7 { top:4.1875rem;left:2.3125rem;width:45.4375rem;height:5.1875rem;font-size:1rem;display:block; }#mlsgUfmu2fgxE6fHo7UJztLvSWR037d7 li:before{  }
 }@media only screen and (max-width: 763px) { #G34R1i4DnukQptPCDbq8RoiFOFuTMbOG { top:3.3125rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt875ldbDmCLgFGdvPp1HCLoSLWvSiZK { width:8.5625rem;height:2.1875rem;top:1.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIXxOM7xnk3QDApJ8VWW10QEN0htlukC { display:block; }
 }@media only screen and (max-width: 763px) { #NCtPuGVag6sXV93iVnTxgXOgQx4T0Tqy { display:block; }#NCtPuGVag6sXV93iVnTxgXOgQx4T0Tqy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGFppHkDghFH86IJICKmflbVyTgOlXf7 { top:1.625rem;left:5.75rem;width:29.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8DbOU1dyDLx6IoP5dxMlbPSyTkMKh2g { top:3.375rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW0ynA3Z0RiTaSf7RVXhsixmc49A2LIW { top:4.75rem;left:2.3125rem;width:45.4375rem;height:5.1875rem;font-size:1rem;display:block; }#PW0ynA3Z0RiTaSf7RVXhsixmc49A2LIW li:before{  }
 }@media only screen and (max-width: 763px) { #y4sXJ70omvFffHmROCBkwl8rCr4TV1KU { width:8.5625rem;height:2.1875rem;top:1.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl9QFBD2fpblE0LHFhKZF8qFBaQ4rXwf { display:block; }
 }@media only screen and (max-width: 763px) { #wXQlE6fWT2zo35mleVmZVzyA3qmN1Zod { display:block; }#wXQlE6fWT2zo35mleVmZVzyA3qmN1Zod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImpHb38scvXe0LunK45p9cbEdC7S0PCT { top:1.625rem;left:5.75rem;width:29.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efmLqDTJKQmNabcrZXo5wVz9SiplOuBJ { top:3.375rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzhvUP5r0AsVOJUTRm9I7guo9KraEUhM { top:4.75rem;left:2.3125rem;width:45.4375rem;height:3.875rem;font-size:1rem;display:block; }#BzhvUP5r0AsVOJUTRm9I7guo9KraEUhM li:before{  }
 }@media only screen and (max-width: 763px) { #pPbNxkzbFT8qSshsCWerCLeKLLQ51zSs { width:8.5625rem;height:2.1875rem;top:1.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNTJ3mot0EakExWzrQtUc3kH8isPiokb { display:block; }
 }@media only screen and (max-width: 763px) { #WvzRA2kpug3ghfpHZiQ0wvNnpZDbbhPX { display:block; }#WvzRA2kpug3ghfpHZiQ0wvNnpZDbbhPX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhEINm2gpOdlAL3tOxuH2zey74LtoJzA { top:1.625rem;left:5.6875rem;width:37.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNZcyGLIK9hcLpkHp0HuesmRxMcoBn6e { top:3.375rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEOrWmZDhIn4TutSD4RG19dmzQTTSact { top:4.625rem;left:2.3125rem;width:45.4375rem;height:3.875rem;font-size:1rem;display:block; }#lEOrWmZDhIn4TutSD4RG19dmzQTTSact li:before{  }
 }@media only screen and (max-width: 763px) { #TvUvWZUb8LQOhs2i51Qsa5u5Zee7RIMc { width:8.5625rem;height:2.1875rem;top:1.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9Z3HpJ4gGfa6m5MsdDC59yCWts2kkVw { display:block; }
 }@media only screen and (max-width: 763px) { #EMtzd8aKFS1mq3sRX69Sg8cIT5rfIkak { display:block; }#EMtzd8aKFS1mq3sRX69Sg8cIT5rfIkak > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5CU7vUN70tMflxGy0LFMmXtLnhheC38 { top:1.625rem;left:5.875rem;width:35.3125rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldExSQus1gnBDoSrVSKA4WgN23tMGaAz { top:4.625rem;left:2.4375rem;width:45.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7puvLNaeU8GwtX1WeNOpQpPdSIAvg61 { top:5.875rem;left:2.3125rem;width:45.4375rem;height:1.25rem;font-size:1rem;display:block; }#L7puvLNaeU8GwtX1WeNOpQpPdSIAvg61 li:before{  }
 }@media only screen and (max-width: 763px) { #orgT2xIQAZ9BeUTLinKau4gahwDDIeEa { width:8.5625rem;height:2.1875rem;top:2.5rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvDUVt0OCo6UEg6RZVB6L1ylGGGP6OJL { display:block; }
 }@media only screen and (max-width: 763px) { #bxPN6Qbm3xoBrItoO8Z1rdyy9Wk6Kzu4 { display:block; }#bxPN6Qbm3xoBrItoO8Z1rdyy9Wk6Kzu4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9myaudZKRNbb8vbrwBGeTq78RRymaN6 { top:0.375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK1r7CHGUi5feCWI596zfMd14uXrXtoO { top:1.25rem;left:38.875rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXN7bvhe0737QsnazVUPgeFzUmhq0tkd { display:block; }#KXN7bvhe0737QsnazVUPgeFzUmhq0tkd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgEb6LdTnUc9ottSr1awLtRTfdJf32IN { top:1.8125rem;left:0rem;width:4.0625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz4fJAFAGqIkK9mgtFL7UyTwdp0TTHft { top:1.5625rem;left:0.3125rem;width:23.5625rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2poGcPndgSTnpUgvpTE4ghMrQPZMPkt { top:1.5625rem;left:24.1875rem;width:23.5625rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN42Hyh6ZDGwAMMuylEyyaxm9qILNhDZ { top:2.375rem;left:23.875rem;width:4.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySsL8yhW8CGfX8AxGQI8o49dGq6hBHCL { top:1.625rem;left:0rem;width:7rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6KFfn5uOdT3wkRrFwm2fDDmz3WR57h5 { top:1.6875rem;left:2.375rem;width:21.375rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCu2PUniPJ7lNESlq8BXWpDWkVI8kPOC { width:6.25rem;height:1.25rem;top:2.75rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #porqIz7JrL0iMBeHc02p0z0tbAx8EIwB { display:block; }
 }@media only screen and (max-width: 763px) { #gNf5AQrIq9w8DAEm9QVrICiogHzPQlVU { width:8.9375rem;height:1.25rem;top:2.75rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvygx0wHkDaAV6c3CDfwBU78qCLQ958L { display:block; }
 }@media only screen and (max-width: 763px) { #mMBJhOzrNwMxbPtBPpPCP4TEdc6ZbHHT { width:5.375rem;height:1.25rem;top:2.75rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJD68cwnrhcKf2Q2aX2Im4Ud0i0UfpBg { display:block; }
 }@media only screen and (max-width: 763px) { #es9aPlSy7rsrHBZT13TdHXzPFnNMc81Z { top:1.75rem;left:41.5625rem;width:6.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xKv2EqT4Vm9W9CPydlG9N98Dw0mDelgD { display:block; }#xKv2EqT4Vm9W9CPydlG9N98Dw0mDelgD > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o69bHIJPvsL1pvqh37CF5ivvDDdra3eQ { width:20rem;height:2.76171875rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZI7NLnXB5zN0k7aiyCLdv1y4Smesca05 { display:block; }#ZI7NLnXB5zN0k7aiyCLdv1y4Smesca05 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgBk7lXHtLVDNR4agvcHlFMiHx6bX4MB { width:10.375rem;height:3.125rem;top:1.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVypDXHwUveC7TstDAZ9wpUARehmkgzL { width:4.375rem;height:2.1875rem;top:5.625rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtv799apbNMR3hHJznzfIXuZG63MuETm { display:block; }
 }@media only screen and (max-width: 763px) { #qlH50bHgZlJgwTT825yLGi5d6yiTGig3 { width:5.75rem;height:2.1875rem;top:33.125rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXuoT4XAPcUum1vT7xkQpw5FnsNQe5Rm { display:block; }
 }@media only screen and (max-width: 763px) { #BJEw15w1iLSWH3iNpxEgRi2sh0kVyxhQ { width:4.625rem;height:2.1875rem;top:29.6875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SQdKF8Mf2T3qifvoRiETW2qD9Ec6tHPG { display:block; }
 }@media only screen and (max-width: 763px) { #PHGLTXebOOf4ldqT3E0rmLufECLTBRs5 { width:4.625rem;height:2.1875rem;top:26.25rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nh4kTncE3FpVrVN95JUMnnlTp8taskpT { display:block; }
 }@media only screen and (max-width: 763px) { #EFPJD1px04zhQetPxMBy3TH3KAF6S2JR { width:4.625rem;height:2.1875rem;top:22.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cy61AhLvBX4e5PLMlBx3bLP5VAuHEdgD { display:block; }
 }@media only screen and (max-width: 763px) { #rJA80aOIIrnk3Pi2Rap02Jkv7NPuPv9U { width:7.6875rem;height:2.1875rem;top:19.375rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rg6swtwcNfQA38xdQKglm3wDTvweBzdC { display:block; }
 }@media only screen and (max-width: 763px) { #A56M679yW9toF7XP4t6PsWahOHN1ROxP { width:4.625rem;height:2.1875rem;top:15.9375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhIp0FyIpcvqGMtOT5MoyIIIl1MADI7u { display:block; }
 }@media only screen and (max-width: 763px) { #PfSWThvndZCoHNNbkiubXTgh34IWPxZf { width:3.75rem;height:2.1875rem;top:12.5rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6lTZLf8fKVqGBDunQ5ngkPh5ZtlTTi2 { display:block; }
 }@media only screen and (max-width: 763px) { #MAEiQlGu2nLUGVbZ641skr8zcWJwnTkZ { width:7.6875rem;height:2.1875rem;top:9.0625rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFn2ylPx1tk5Fivq7SMsNUW8tlpqMbUN { display:block; }
 }@media only screen and (max-width: 763px) { #cqH4WGA05UhGlRvfTbCO1THW38KbCUzK { display:block; }#cqH4WGA05UhGlRvfTbCO1THW38KbCUzK > .row .container { width:20rem;height:154.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pz9Dfscl6LfK910hwxPGsOV3DXoApZxD { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pz7d0RWaVCsmIuflMrfxM7gArmFkTQye { width:20rem;height:0.125rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVvbgv2tLIyp2Dg4N3n54XOJh4B3DLri { width:20rem;height:0.125rem;top:51.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll7Vytg8EtFKAfmyTA7PJHT6fuNFV6Ta { width:20rem;height:30.267379679144rem;top:52.935546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EO36eeV7wJDszw3q5DvpyXf4Iz1Uc3lm { width:20rem;height:1.4624rem;top:52.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTBuXHVRrLiQAabWTXhvKyXmVQKvm7Eq { width:20rem;height:7.124rem;top:55.1875rem;left:0rem;font-size:1rem;display:block; }#CTBuXHVRrLiQAabWTXhvKyXmVQKvm7Eq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CTBuXHVRrLiQAabWTXhvKyXmVQKvm7Eq li:before{  }
 }@media only screen and (max-width: 763px) { #gypbpuz14D6x6UlXUGMcyTDimrCAsX3K { top:63.5625rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfuvL8wszhWEAueBZhWAp1BnkToS2ebq { display:block; }
 }@media only screen and (max-width: 763px) { #K4mSkSbhVOAM2b2z9NTDEdBFb5agHWIA { width:20rem;height:2.92480625rem;top:29rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgamQZPXPXBFtmWyyGrh8H7642N4O5wH { width:20rem;height:12.01075rem;top:33.1875rem;left:0rem;font-size:1rem;display:block; }#IgamQZPXPXBFtmWyyGrh8H7642N4O5wH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IgamQZPXPXBFtmWyyGrh8H7642N4O5wH li:before{  }
 }@media only screen and (max-width: 763px) { #O8k355brR0blCog2qt6iTwBRNd5TIln8 { top:46.4375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPTkKmkUtUgtCuh9AQ5Mwngc8sPyfXBy { display:block; }
 }@media only screen and (max-width: 763px) { #vh7UEwwiM8cJNXPbshifiSzi5bIosUFw { width:20rem;height:1.4624rem;top:69.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3VGMZ4JevmD5GgBzpcquBQ8IWlRvD8x { width:20rem;height:11.0234375rem;top:72.3125rem;left:0rem;font-size:1rem;display:block; }#c3VGMZ4JevmD5GgBzpcquBQ8IWlRvD8x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c3VGMZ4JevmD5GgBzpcquBQ8IWlRvD8x li:before{  }
 }@media only screen and (max-width: 763px) { #tTVTfyLaGPXWW2ErpJfu15CW4dAunTfu { top:84.625rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QER6uIxzWWzNJapwQHZpsaqrvoTspERG { display:block; }
 }@media only screen and (max-width: 763px) { #VBPgigZreTibexMuvn7rUuBrvmyGnSi9 { width:8.0625rem;height:1rem;top:70.5879375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNrVRV6fm1vtJd5bGMs8NglTm3CCF9EI { display:block; }
 }@media only screen and (max-width: 763px) { #fAuv1K2x4XWBayth5gDhAiutdbKpURbr { width:20rem;height:30.274314214464rem;top:69rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PrBX6NUoyXhBbdxt3SSWrQZ9IE07krJc { width:20rem;height:0.125rem;top:89.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTfSozMA6kpm1QInsTnegiTdv9BH17dO { width:20rem;height:2.92480625rem;top:90.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rXRfgc8Hi2ciQ1q7UI2doen7OoGT4EFT { width:20rem;height:10.036125rem;top:94.875rem;left:0rem;font-size:1rem;display:block; }#rXRfgc8Hi2ciQ1q7UI2doen7OoGT4EFT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rXRfgc8Hi2ciQ1q7UI2doen7OoGT4EFT li:before{  }
 }@media only screen and (max-width: 763px) { #u9guksUrXfh5Sm58UBgeynKt4UzJsCPQ { top:106.125rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF1AkOFgg2q4fRGuMThpvXKh4seKu7c2 { display:block; }
 }@media only screen and (max-width: 763px) { #Tl3dObBJGZZNeLZlpAtbhpkTgReE8J5m { width:20rem;height:0.125rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #de1CRE4VAOcD1bUMnuMskvA41G8nSqUg { width:20rem;height:2.92480625rem;top:6.4746125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #baAiQ07Ttq13QhRDLgT66SADoW9QpAwT { width:20rem;height:11.0234375rem;top:10.6474625rem;left:0rem;font-size:1rem;display:block; }#baAiQ07Ttq13QhRDLgT66SADoW9QpAwT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#baAiQ07Ttq13QhRDLgT66SADoW9QpAwT li:before{  }
 }@media only screen and (max-width: 763px) { #rSI0JKJ42JpBnVNCTeB8ooTVT6hCxJ5c { top:22.9375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6C0QQNAV8M2A0iWnI8870GAfxnV0VSG { display:block; }
 }@media only screen and (max-width: 763px) { #DbVP5owksLDSPK0yAspqSDpUPmSoz0Xx { width:8.0625rem;height:1rem;top:53.6914375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MA3fcGmbfoEMRTPnVDeSQgOTJpdM1BSW { display:block; }
 }@media only screen and (max-width: 763px) { #MI9wxARE1tC5VmuoKfdNq7TPgFBE9fam { width:20rem;height:0.125rem;top:110.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thX11ZToWcUHR83gC08Qu5JXJfqZTFyH { width:10.9375rem;height:1rem;top:75.6875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nl2xywsz4aduOqKpwyZrX966PXFOFf77 { display:block; }
 }@media only screen and (max-width: 763px) { #VOmtZUNrhaIna0iOT7FpF5r8h2llAsBp { width:10.8125rem;height:1rem;top:95rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTMPhPABXitCJEpQoU3JAxN6woPz8hIS { display:block; }
 }@media only screen and (max-width: 763px) { #i7HWt3wQGMQSQhEcGg8PMse3tpemU3aM { width:10.9375rem;height:1rem;top:74.5rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGp8SnVnwvFP6tFrOcSqp0BVphQn9oFn { display:block; }
 }@media only screen and (max-width: 763px) { #tFbDlwBh6DBbk68dy5MlolaTV0vn0lP1 { width:20rem;height:0.125rem;top:68.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTtpfJVTt3IEBrRRli294fn0o4LR9bp { top:127.25rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obLx3DPZt3qFuw4FAGAX8RPXb6frEBVx { display:block; }
 }@media only screen and (max-width: 763px) { #ZQ7yGPKOQRzEWyTbay1PeqygE71iwiE2 { width:20rem;height:11.0234375rem;top:115rem;left:0rem;font-size:1rem;display:block; }#ZQ7yGPKOQRzEWyTbay1PeqygE71iwiE2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZQ7yGPKOQRzEWyTbay1PeqygE71iwiE2 li:before{  }
 }@media only screen and (max-width: 763px) { #iKDHxuBZylJQa7Toq7nsKi0iQzruzyAa { width:20rem;height:1.4624rem;top:112.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZpOyog2s8oqyLGvN52ctEPezanStGpTX { width:10.9375rem;height:1rem;top:73.3125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ts1BtW8uBmBHC7oJcNyW48yGtXczGTLR { display:block; }
 }@media only screen and (max-width: 763px) { #ewuFVrFIotC4L9zsg9InVwhbsPNSfyrh { width:20rem;height:4.38720625rem;top:133.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NSqBzbfu7GgBMhFO9EAw8ddBzqd5gc9E { width:20rem;height:9.723625rem;top:138.75rem;left:0rem;font-size:1rem;display:block; }#NSqBzbfu7GgBMhFO9EAw8ddBzqd5gc9E li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NSqBzbfu7GgBMhFO9EAw8ddBzqd5gc9E li:before{  }
 }@media only screen and (max-width: 763px) { #cES0y55gi9ylO0AFA9n3Ey50WMIDnqaT { top:149.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2fxseC3TbPw1u2eJiZbBqTuWVMEwDzi { display:block; }
 }@media only screen and (max-width: 763px) { #QW7PBRoKHRzzgrTsc00XA3wFoeNOs0qs { width:20rem;height:0.125rem;top:131.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtlQPCf10ssnTeIO54dOZBkVdMaJ6Nqz { width:10.8125rem;height:1rem;top:93.8125rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrtdDDwpn8y2zSBaulSM6ckzNPo0f26P { display:block; }
 }@media only screen and (max-width: 763px) { #TAFT1vgaiXueQJpfI7et30bG6p59BfT3 { width:11rem;height:1rem;top:55.8125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tek8sCeq0s9TF6gTyBBelfwWTnmwT67u { display:block; }
 }@media only screen and (max-width: 763px) { #SZVHxln64am63eWk59XCrV2xEHTZyDOp { width:11rem;height:1rem;top:54.625rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QU5bJZ169uQ6peStV01wJAkVWDbG4o3M { display:block; }
 }@media only screen and (max-width: 763px) { #AqT65nXTbT9kWXefcvvA9DWyGZvLhsl4 { width:10.9375rem;height:1rem;top:72.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrfFVHWtJIA7U8ILweIJUubI8X6pW5aE { display:block; }
 }@media only screen and (max-width: 763px) { #y4Dno1I3HqsDq8Qr65WhiZ377hhU6tuQ { display:block; }#y4Dno1I3HqsDq8Qr65WhiZ377hhU6tuQ > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC6UZAGuCTWsNhPUi2gWq1NMtgrbrFmT { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vUV7K0zPLqTEp6KnCZP8mQrIhiBTicRL { display:block; }#vUV7K0zPLqTEp6KnCZP8mQrIhiBTicRL > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCMIyAJHGzpZgQtd3zXSc2w8nOFqJ4a6 { width:20rem;height:2.92480625rem;top:2.56201171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IU3CGP7oaCW9SlDan04acsEocTMVieU5 { width:20rem;height:0.125rem;top:5.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uyyuWbL5drOqC1r65RAJTuw0LBeAyJCe { width:8.5625rem;height:2.1875rem;top:3.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPzN2Dl7NCZycnGE2VlWP8GPqaIER0uJ { display:block; }
 }@media only screen and (max-width: 763px) { #SqdvB6h2A1UVvsgTc09I5AINQAvxZBUd { width:20rem;height:15.235375rem;top:6.73681640625rem;left:0rem;font-size:1rem;display:block; }#SqdvB6h2A1UVvsgTc09I5AINQAvxZBUd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SqdvB6h2A1UVvsgTc09I5AINQAvxZBUd li:before{  }
 }@media only screen and (max-width: 763px) { #AFtNncJSC8g5rWncdUCkHhigDTgzP7TU { width:11.125rem;height:1rem;top:5.3125rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGk57Qm51nIx83GJkwzDL4ElNpBEigi1 { display:block; }
 }@media only screen and (max-width: 763px) { #WDON51zlQUtcBePk50TSDVEy0NZcIakH { width:11.0625rem;height:1rem;top:5.3125rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PncIM1zvOU4tBTKuWInVknK0VOW2ZpvI { display:block; }
 }@media only screen and (max-width: 763px) { #BFh3dFWVKrFqTg9Oo8pXULFapv98VNax { width:11.0625rem;height:1rem;top:5.3125rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXKuNobOB8Vl9kKt5woVGTRXhOhgKVyr { display:block; }
 }@media only screen and (max-width: 763px) { #WXM9WhKk2ovXcFKCqT5m6TObr5OEtXTO { display:block; }#WXM9WhKk2ovXcFKCqT5m6TObr5OEtXTO > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyf7lALzvZQDJASt2kzQLs5OoNeFmHG9 { width:20rem;height:2.92480625rem;top:1.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APb7BtLrlvywFHAFS5gaPMtVVAoem3iv { width:20rem;height:0.125rem;top:5.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltEym0mX10Wsb8THROi9fpkdZs08gRRA { width:8.5625rem;height:2.1875rem;top:3.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcZ8t70LbAqH8uICd47diHxCy7kSFTmP { display:block; }
 }@media only screen and (max-width: 763px) { #m0oxX8iRzTVCeDpmPoBFuCui29TSEpK4 { width:20rem;height:13.3105625rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }#m0oxX8iRzTVCeDpmPoBFuCui29TSEpK4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m0oxX8iRzTVCeDpmPoBFuCui29TSEpK4 li:before{  }
 }@media only screen and (max-width: 763px) { #DuHu7CTOnvJJ8IM0nf4CH5vTX9R32VdQ { display:block; }#DuHu7CTOnvJJ8IM0nf4CH5vTX9R32VdQ > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rt6KRv9ZvR1bewT4F7otAF3XtKUdiN8J { width:20rem;height:2.92480625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BMmcGxr8kC1pohHBCSaBuabbik7U09T8 { width:20rem;height:0.125rem;top:5.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1eoXrDQG2JLiEdIPnUaJMfS5d3S3E8N { width:8.5625rem;height:2.1875rem;top:3.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSE1k1pBml7duvA5VktDiOWdxMfoe6cN { display:block; }
 }@media only screen and (max-width: 763px) { #kkK82bioKaQGnOKSEHxTmFcZ5kcNli4A { width:20rem;height:10.7109375rem;top:5.4248046875rem;left:0rem;font-size:1rem;display:block; }#kkK82bioKaQGnOKSEHxTmFcZ5kcNli4A li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kkK82bioKaQGnOKSEHxTmFcZ5kcNli4A li:before{  }
 }@media only screen and (max-width: 763px) { #uUA6IdwoiT2ful4SG8M0xdqkC3MxypfE { width:8.0625rem;height:1rem;top:5.3125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKRHMJOes02NmU1QmLvr6GPxrPAFT5ZS { display:block; }
 }@media only screen and (max-width: 763px) { #TDsh4O02LykZXuCdGMarhS1VXevnegyo { display:block; }#TDsh4O02LykZXuCdGMarhS1VXevnegyo > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9R560TTOk69PtGSaPunDIA9IxgOoMmZ { width:20rem;height:2.92480625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cS9rVp1HDq2K4F8vh2H5HTiNoWeNbhTM { width:20rem;height:0.125rem;top:5.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKzmvo4hf8L0WLJeNF40Pt6cAbtGIVG3 { width:8.5625rem;height:2.1875rem;top:3.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GHEi1uRg5DCPWPBNocgVLZBmQQmy71b3 { display:block; }
 }@media only screen and (max-width: 763px) { #GqfGcMdO9lTCVIx3sZWhnIHB2w81XllL { width:20rem;height:6.8115rem;top:5.42285rem;left:0rem;font-size:1rem;display:block; }#GqfGcMdO9lTCVIx3sZWhnIHB2w81XllL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GqfGcMdO9lTCVIx3sZWhnIHB2w81XllL li:before{  }
 }@media only screen and (max-width: 763px) { #u2RylVKiciAX4JQXC7wNPdgKeJOxw18d { width:8.0625rem;height:1rem;top:5.3125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOk2B1Fl3Pk0gMQ0X6LChQqBH4m7yL7l { display:block; }
 }@media only screen and (max-width: 763px) { #wDFTaabqemA8FF3wpIBETeNrOfyancv9 { display:block; }#wDFTaabqemA8FF3wpIBETeNrOfyancv9 > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgTmThufoQQCBQoEnZBReLVKzkLTqa0w { width:20rem;height:1.4624rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0r1yuJ5IMXP7L9rmuW1Aa7Sgasic5ce { width:20rem;height:0.125rem;top:5.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WlU4LlWCwVmIFJT8yNnlClpoDew5CgWI { width:8.5625rem;height:2.1875rem;top:3.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAHFEu3WetQSc42PgIRdTnsRnz5J8G4x { display:block; }
 }@media only screen and (max-width: 763px) { #hVR7ZJCRl9eRbS8v7xZTrUCgVcBzetyn { width:20rem;height:13.6230625rem;top:4.50048828125rem;left:0rem;font-size:1rem;display:block; }#hVR7ZJCRl9eRbS8v7xZTrUCgVcBzetyn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hVR7ZJCRl9eRbS8v7xZTrUCgVcBzetyn li:before{  }
 }@media only screen and (max-width: 763px) { #UaKaKeRr6Nx1H4HiRepa8T6D5UTqV3lT { width:8.0625rem;height:1rem;top:5.3125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyoR7samrUowO5odKMHJn1lV27EBioEu { display:block; }
 }@media only screen and (max-width: 763px) { #El8XCQA0oieh9B1opFBxGDy3Q6UBCRvg { display:block; }#El8XCQA0oieh9B1opFBxGDy3Q6UBCRvg > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cO4eCOiKslm9hhMvZy9VtFs2BmNvID54 { width:20rem;height:2.92480625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dg05inF7TPmoR3qSakoP4nRyp3Vg2hWU { width:20rem;height:0.125rem;top:5.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhipVXnqPQz4qsJ34cT1pUtISiq33vbQ { width:8.5625rem;height:2.1875rem;top:3.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0w0Vw3TmSAiMkUQOAb8ULpngTwiXGFf { display:block; }
 }@media only screen and (max-width: 763px) { #FvaBdJs8y0mVFmc4RH7Wh6zf9s7JTvGg { width:20rem;height:12.01075rem;top:5.42285rem;left:0rem;font-size:1rem;display:block; }#FvaBdJs8y0mVFmc4RH7Wh6zf9s7JTvGg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FvaBdJs8y0mVFmc4RH7Wh6zf9s7JTvGg li:before{  }
 }@media only screen and (max-width: 763px) { #PPAOBp0VtfP2s7f0zIUgPTAFy6MNzE3T { display:block; }#PPAOBp0VtfP2s7f0zIUgPTAFy6MNzE3T > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzJpzJhv9VS5KDqd3TikE1RJReQKtHoB { width:20rem;height:2.92480625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m2qf9XZRPCmw0Qp8sg8zINbhWciSaVhA { width:20rem;height:0.125rem;top:5.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHux3F30cyU7W6o4h8QSBqHSO4XfHFNU { width:8.5625rem;height:2.1875rem;top:3.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RycK1bom4iqw9s0WrJVItTkVr300ReRQ { display:block; }
 }@media only screen and (max-width: 763px) { #G7qqlSJoJT7MIIMswcixKi5nhd9AKU1e { width:20rem;height:5.82421875rem;top:5.4375rem;left:0rem;font-size:1rem;display:block; }#G7qqlSJoJT7MIIMswcixKi5nhd9AKU1e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G7qqlSJoJT7MIIMswcixKi5nhd9AKU1e li:before{  }
 }@media only screen and (max-width: 763px) { #GukkiJNmtx27ne39M1APvb2sEtiNfGGw { width:20rem;height:2.5996125rem;top:12.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czmAs2GHnopcRVV1uDfVyUI5mv9PxuTG { display:block; }#czmAs2GHnopcRVV1uDfVyUI5mv9PxuTG > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wygUvN77olkUcK7LUqTJFodVzu2rlE7w { width:20rem;height:4.38720625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FLbfvK1za4K4RyaWliGMLZzsIFSrgvvA { width:20rem;height:0.125rem;top:5.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CD4RLH6i7iFHnC7fFM9oNxxXaLAyUUa8 { width:8.5625rem;height:2.1875rem;top:3.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ErFTJUvUhXlKUVoxD57hKflTxhTczKxh { display:block; }
 }@media only screen and (max-width: 763px) { #PWEFx9vef3oQPnrEzTMBTSypCHURiktZ { width:20rem;height:13.6230625rem;top:6.8847625rem;left:0rem;font-size:1rem;display:block; }#PWEFx9vef3oQPnrEzTMBTSypCHURiktZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PWEFx9vef3oQPnrEzTMBTSypCHURiktZ li:before{  }
 }@media only screen and (max-width: 763px) { #syeaAv9JfafDBGRdAPbSPb6817HHUGMZ { display:block; }#syeaAv9JfafDBGRdAPbSPb6817HHUGMZ > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoTKoMpdR7i52XQCfU5qysHZWA6g3p6i { width:20rem;height:5.84960625rem;top:15.8105625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rvz6rsr09V1FJNCtwwAmzHMn1eZiWqVN { width:20rem;height:0.125rem;top:4.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o4ishCqBMO4e32kOuuGKvBUxPCygDlTi { width:20rem;height:13.3105625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }#o4ishCqBMO4e32kOuuGKvBUxPCygDlTi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o4ishCqBMO4e32kOuuGKvBUxPCygDlTi li:before{  }
 }@media only screen and (max-width: 763px) { #bIl9utWnV8OTgKaCLTK7sAzBFSd7ytF2 { width:8.5625rem;height:2.1875rem;top:2.6875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLPXGpTcfVNUEh3bkz1LpMCNQLWyiBEn { display:block; }
 }@media only screen and (max-width: 763px) { #iLw7iEMJ3GNHhGqCdx3J2vSsEml6hErW { width:8.0625rem;height:1rem;top:4.75rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNfBFTsawtxq6oJDglEd9Ng5teFuOWSI { display:block; }
 }@media only screen and (max-width: 763px) { #CyhFBIeAgIH1WzHLaJLFTACc3JrnWN4R { display:block; }#CyhFBIeAgIH1WzHLaJLFTACc3JrnWN4R > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z97PrHJQh5gc3sJrTmUZhR3zCFBa1k1T { width:10rem;height:0;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHlOPzQH38VmltHH78BgXkhsq71FKlug { width:20rem;height:16.847625rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }#MHlOPzQH38VmltHH78BgXkhsq71FKlug li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MHlOPzQH38VmltHH78BgXkhsq71FKlug li:before{  }
 }@media only screen and (max-width: 763px) { #PNo6K8i1DP93TJiOwUGgFLnnSQKyWHWL { width:17.125rem;height:4.38720625rem;top:20.5966875rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghoUNUPclFZfH1BIxyJ3hrkmikfwmEwU { width:8.5625rem;height:2.1875rem;top:1.5625rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V5LUbyemNqDRfXn3WcJsJp8LgID8IW1E { display:block; }
 }@media only screen and (max-width: 763px) { #oMCydnGEUJy6U2PBPBm6VU8M4EbBOLBe { width:20rem;height:0.125rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTXVCT43Vmuw4gLpatSvRFL9GDKKuwZi { display:block; }#TTXVCT43Vmuw4gLpatSvRFL9GDKKuwZi > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yR98bcdL3H5JxCnh2VnkMB7CJIdDa1bt { width:10rem;height:0;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #II3VI85WaceB8TXM3ThQhl0fszvMaH4r { width:17.125rem;height:4.38720625rem;top:2.5rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdTXtiRzKfFKaqnmZ3HkucUvXMkhw4Nc { width:20rem;height:13.6230625rem;top:8.1347625rem;left:0rem;font-size:1rem;display:block; }#OdTXtiRzKfFKaqnmZ3HkucUvXMkhw4Nc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OdTXtiRzKfFKaqnmZ3HkucUvXMkhw4Nc li:before{  }
 }@media only screen and (max-width: 763px) { #aDH30GO3A6givqQECKtl5e8wuIidqbVB { width:20rem;height:0.125rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyScCxSv9Rpur6Z5J11X4T40I79doB0c { width:8.5625rem;height:2.1875rem;top:0.8125rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ucBFT3onscQerUDD3ozBcouXagCVHsHH { display:block; }
 }@media only screen and (max-width: 763px) { #sBMTFMgGy28nvoHhgfNPcKDL1vnxy6X4 { display:block; }#sBMTFMgGy28nvoHhgfNPcKDL1vnxy6X4 > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpumIP5quTR6x77cTruqnsZzXFJlRavW { width:17.125rem;height:4.38720625rem;top:1.25rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #esymuhui4gzpToPHiTGD540VGTUO18bN { width:20rem;height:13.6230625rem;top:6.8847625rem;left:0rem;font-size:1rem;display:block; }#esymuhui4gzpToPHiTGD540VGTUO18bN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#esymuhui4gzpToPHiTGD540VGTUO18bN li:before{  }
 }@media only screen and (max-width: 763px) { #wnFVAUwo7Fit2qJ8KCkk1B2RpACWcosW { width:20rem;height:0.125rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFWfyyP2RzqefnoShkGTxIpaWQkMOfwB { width:8.5625rem;height:2.1875rem;top:1.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDLxEX38HPf0AZ6ki86qx6WcHbhywbds { display:block; }
 }@media only screen and (max-width: 763px) { #MwkDTrmI3sfH6TLmKJN7XoLwR6LVR5iJ { width:10rem;height:0;top:21.0595703125rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyRnSWMPcIyuQC7U1MdsgswDR7rMfTTs { width:10rem;height:0;top:29.9970703125rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MlWk8qgEcQ5XsXT7zNgrir7DwH5BOhTC { display:block; }#MlWk8qgEcQ5XsXT7zNgrir7DwH5BOhTC > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEeg6voyRI5Ga8qwl97I5DRz1bxcHP3q { width:17.125rem;height:4.38720625rem;top:12.222625rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrLpOnUEGvGxDL8TI0KprqBoZQ49X8Df { width:20rem;height:9.723625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }#rrLpOnUEGvGxDL8TI0KprqBoZQ49X8Df li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rrLpOnUEGvGxDL8TI0KprqBoZQ49X8Df li:before{  }
 }@media only screen and (max-width: 763px) { #SISMxZHT2V0enFWckSAZWxdGdeMX06dN { width:20rem;height:0.125rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t1vzXDJxTumg4rKM6GGRPiyrqsQVhqxZ { width:8.5625rem;height:2.1875rem;top:1.875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #weJS3ZtztqOJJOteTcLxnA6iE4xGGrcF { display:block; }
 }@media only screen and (max-width: 763px) { #FABBMHvPoBbTiRtg247dy40tAQnAdgcL { display:block; }#FABBMHvPoBbTiRtg247dy40tAQnAdgcL > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qqln5VTZAb3zhSE3PUeBfSmda06MNfSH { width:17.125rem;height:4.38720625rem;top:1.25rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZpICWWUkxvFUHaxfkCmMTedPgVVgVya { width:20rem;height:13.6230625rem;top:6.8847625rem;left:0rem;font-size:1rem;display:block; }#vZpICWWUkxvFUHaxfkCmMTedPgVVgVya li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vZpICWWUkxvFUHaxfkCmMTedPgVVgVya li:before{  }
 }@media only screen and (max-width: 763px) { #kVfpf1Zei39OFSS3cILNKxwnM9NazLrh { width:20rem;height:0.125rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfEdk2KISlVyvIuvxihIqmsOUndePxVk { width:8.5625rem;height:2.1875rem;top:1.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nst7k79KO176waGBbkUTEIPGil5mXMeT { display:block; }
 }@media only screen and (max-width: 763px) { #xlMJdW5rm6sOI58tn6bbFBklyQ8lISQM { width:10rem;height:0;top:21.0595703125rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #z59KpRBkcrix0vIbSDx8G1u89ClBlSmT { width:10rem;height:0;top:29.9970703125rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tDL8i1awbWCWF6FiBmkT1AnSUKWpd0sX { display:block; }#tDL8i1awbWCWF6FiBmkT1AnSUKWpd0sX > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdrXVGSdLsZHhbgJe2BihkR7ph4y7oVH { width:17.125rem;height:4.38720625rem;top:1.25rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z2INglP2oESsRWGdZoGaua5qXTtwkqAb { width:20rem;height:13.6230625rem;top:6.8847625rem;left:0rem;font-size:1rem;display:block; }#z2INglP2oESsRWGdZoGaua5qXTtwkqAb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z2INglP2oESsRWGdZoGaua5qXTtwkqAb li:before{  }
 }@media only screen and (max-width: 763px) { #IXB9WDBERP3PbmCvLBu2o0eRvlBpRnaK { width:20rem;height:0.125rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nG4vNJmQ5LFiDsRA00DmIF16qz75wUrI { width:8.5625rem;height:2.1875rem;top:1.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMBTqIkOhKeR5slBdP0oCO937MTK6JlP { display:block; }
 }@media only screen and (max-width: 763px) { #msRnTT4nGEo7Lfrep84W76MCFFRIKFpt { width:10rem;height:0;top:21.0595703125rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #K6Qktg8AvaWHTXTG1XoOK9NENk4QFHbU { width:10rem;height:0;top:29.9970703125rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #b6xXGN6m1h7DpNlKaoBORRr3Ht7otA7K { display:block; }#b6xXGN6m1h7DpNlKaoBORRr3Ht7otA7K { border-width: 0; border-radius: 0; }#b6xXGN6m1h7DpNlKaoBORRr3Ht7otA7K > .row .container { width:20rem;height:10.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff8600;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLi1r6289KK6HsNDAPiFwcSsTR7CTNJT { width:20rem;height:5.8496125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DihyJKfDReBW54psLzcBbqCHRJNt4iW0 { width:20rem;height:0.125rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QcmlAvtpZvwA9aCcRwPrXhEl7CFq2rPW { width:20rem;height:8.4238125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }#QcmlAvtpZvwA9aCcRwPrXhEl7CFq2rPW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QcmlAvtpZvwA9aCcRwPrXhEl7CFq2rPW li:before{  }
 }@media only screen and (max-width: 763px) { #PkdDAI3d79eUD1sv7mA0Uvn8arV6DbOP { width:8.5625rem;height:2.1875rem;top:2.5625rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSfqrtdxM2faOMqZZcSUhxMKHcQozlM8 { display:block; }
 }@media only screen and (max-width: 763px) { #SA3IVWq0g50E6ZTb9KiN3AuXTllzTUsB { display:block; }#SA3IVWq0g50E6ZTb9KiN3AuXTllzTUsB { border-width: 0; border-radius: 0; }#SA3IVWq0g50E6ZTb9KiN3AuXTllzTUsB > .row .container { width:20rem;height:8rem;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff8600;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5xACzKaqcLXrvoiwqlFn4y8f5KyJIX5 { width:20rem;height:1.4625rem;top:0.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BaAm0TuhhAT2KPhSCixwZO9wgIp5a5vB { width:20rem;height:5.51171875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }#BaAm0TuhhAT2KPhSCixwZO9wgIp5a5vB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BaAm0TuhhAT2KPhSCixwZO9wgIp5a5vB li:before{  }
 }@media only screen and (max-width: 763px) { #lfvs8mM82DhutOwG5u0wDluw43zsx2Up { width:20rem;height:0.125rem;top:3.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Smf2il9Th3r7aMgfuuvmm38VTEWTJMKc { width:8.5625rem;height:2.1875rem;top:1.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wg2l3b23knMtLBB0I1BqTTRNIScsiKcq { display:block; }
 }@media only screen and (max-width: 763px) { #kP7kcWRE1VNpwPghVNcovbBTXExkvtW4 { display:block; }#kP7kcWRE1VNpwPghVNcovbBTXExkvtW4 { border-width: 0; border-radius: 0; }#kP7kcWRE1VNpwPghVNcovbBTXExkvtW4 > .row .container { width:20rem;height:20.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff8600;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQVh5ZLS28xypufkbv9nBcB3tLiy97KS { width:17.125rem;height:2.92480625rem;top:1.25rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mlsgUfmu2fgxE6fHo7UJztLvSWR037d7 { width:20rem;height:13.6230625rem;top:5.42285rem;left:0rem;font-size:1rem;display:block; }#mlsgUfmu2fgxE6fHo7UJztLvSWR037d7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mlsgUfmu2fgxE6fHo7UJztLvSWR037d7 li:before{  }
 }@media only screen and (max-width: 763px) { #G34R1i4DnukQptPCDbq8RoiFOFuTMbOG { width:20rem;height:0.125rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tt875ldbDmCLgFGdvPp1HCLoSLWvSiZK { width:8.5625rem;height:2.1875rem;top:1.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIXxOM7xnk3QDApJ8VWW10QEN0htlukC { display:block; }
 }@media only screen and (max-width: 763px) { #NCtPuGVag6sXV93iVnTxgXOgQx4T0Tqy { display:block; }#NCtPuGVag6sXV93iVnTxgXOgQx4T0Tqy { border-width: 0; border-radius: 0; }#NCtPuGVag6sXV93iVnTxgXOgQx4T0Tqy > .row .container { width:20rem;height:16.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff8600;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGFppHkDghFH86IJICKmflbVyTgOlXf7 { width:20rem;height:2.92480625rem;top:0.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8DbOU1dyDLx6IoP5dxMlbPSyTkMKh2g { width:20rem;height:0.125rem;top:3.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PW0ynA3Z0RiTaSf7RVXhsixmc49A2LIW { width:20rem;height:13.6230625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }#PW0ynA3Z0RiTaSf7RVXhsixmc49A2LIW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PW0ynA3Z0RiTaSf7RVXhsixmc49A2LIW li:before{  }
 }@media only screen and (max-width: 763px) { #y4sXJ70omvFffHmROCBkwl8rCr4TV1KU { width:8.5625rem;height:2.1875rem;top:1.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pl9QFBD2fpblE0LHFhKZF8qFBaQ4rXwf { display:block; }
 }@media only screen and (max-width: 763px) { #wXQlE6fWT2zo35mleVmZVzyA3qmN1Zod { display:block; }#wXQlE6fWT2zo35mleVmZVzyA3qmN1Zod { border-width: 0; border-radius: 0; }#wXQlE6fWT2zo35mleVmZVzyA3qmN1Zod > .row .container { width:20rem;height:11.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff8600;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImpHb38scvXe0LunK45p9cbEdC7S0PCT { width:20rem;height:1.4625rem;top:0.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #efmLqDTJKQmNabcrZXo5wVz9SiplOuBJ { width:20rem;height:0.125rem;top:3.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzhvUP5r0AsVOJUTRm9I7guo9KraEUhM { width:20rem;height:9.411125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }#BzhvUP5r0AsVOJUTRm9I7guo9KraEUhM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BzhvUP5r0AsVOJUTRm9I7guo9KraEUhM li:before{  }
 }@media only screen and (max-width: 763px) { #pPbNxkzbFT8qSshsCWerCLeKLLQ51zSs { width:8.5625rem;height:2.1875rem;top:1.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yNTJ3mot0EakExWzrQtUc3kH8isPiokb { display:block; }
 }@media only screen and (max-width: 763px) { #WvzRA2kpug3ghfpHZiQ0wvNnpZDbbhPX { display:block; }#WvzRA2kpug3ghfpHZiQ0wvNnpZDbbhPX { border-width: 0; border-radius: 0; }#WvzRA2kpug3ghfpHZiQ0wvNnpZDbbhPX > .row .container { width:20rem;height:13.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff8600;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhEINm2gpOdlAL3tOxuH2zey74LtoJzA { width:20rem;height:2.92480625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vNZcyGLIK9hcLpkHp0HuesmRxMcoBn6e { width:20rem;height:0.125rem;top:3.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEOrWmZDhIn4TutSD4RG19dmzQTTSact { width:20rem;height:7.124rem;top:5.42285rem;left:0rem;font-size:1rem;display:block; }#lEOrWmZDhIn4TutSD4RG19dmzQTTSact li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lEOrWmZDhIn4TutSD4RG19dmzQTTSact li:before{  }
 }@media only screen and (max-width: 763px) { #TvUvWZUb8LQOhs2i51Qsa5u5Zee7RIMc { width:8.5625rem;height:2.1875rem;top:1.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9Z3HpJ4gGfa6m5MsdDC59yCWts2kkVw { display:block; }
 }@media only screen and (max-width: 763px) { #EMtzd8aKFS1mq3sRX69Sg8cIT5rfIkak { display:block; }#EMtzd8aKFS1mq3sRX69Sg8cIT5rfIkak { border-width: 0; border-radius: 0; }#EMtzd8aKFS1mq3sRX69Sg8cIT5rfIkak > .row .container { width:20rem;height:5.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff8600;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5CU7vUN70tMflxGy0LFMmXtLnhheC38 { width:20rem;height:4.38720625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ldExSQus1gnBDoSrVSKA4WgN23tMGaAz { width:20rem;height:0.125rem;top:4.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7puvLNaeU8GwtX1WeNOpQpPdSIAvg61 { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }#L7puvLNaeU8GwtX1WeNOpQpPdSIAvg61 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L7puvLNaeU8GwtX1WeNOpQpPdSIAvg61 li:before{  }
 }@media only screen and (max-width: 763px) { #orgT2xIQAZ9BeUTLinKau4gahwDDIeEa { width:8.5625rem;height:2.1875rem;top:2.5rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvDUVt0OCo6UEg6RZVB6L1ylGGGP6OJL { display:block; }
 }@media only screen and (max-width: 763px) { #bxPN6Qbm3xoBrItoO8Z1rdyy9Wk6Kzu4 { display:block; }#bxPN6Qbm3xoBrItoO8Z1rdyy9Wk6Kzu4 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9myaudZKRNbb8vbrwBGeTq78RRymaN6 { width:3.125rem;height:3.125rem;top:3.79980625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK1r7CHGUi5feCWI596zfMd14uXrXtoO { width:8.875rem;height:1.29980625rem;top:1.25rem;left:5.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXN7bvhe0737QsnazVUPgeFzUmhq0tkd { display:block; }#KXN7bvhe0737QsnazVUPgeFzUmhq0tkd > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgEb6LdTnUc9ottSr1awLtRTfdJf32IN { width:4.0625rem;height:5.125rem;top:1.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz4fJAFAGqIkK9mgtFL7UyTwdp0TTHft { width:20rem;height:5.5996rem;top:7.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2poGcPndgSTnpUgvpTE4ghMrQPZMPkt { width:20rem;height:5.5996rem;top:19.72168125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MN42Hyh6ZDGwAMMuylEyyaxm9qILNhDZ { width:4.0625rem;height:4rem;top:14.47168125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySsL8yhW8CGfX8AxGQI8o49dGq6hBHCL { width:7rem;height:2.25rem;top:1.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6KFfn5uOdT3wkRrFwm2fDDmz3WR57h5 { width:20rem;height:2.0996125rem;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) { #SCu2PUniPJ7lNESlq8BXWpDWkVI8kPOC { width:6.25rem;height:1.25rem;top:8.0996125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #porqIz7JrL0iMBeHc02p0z0tbAx8EIwB { display:block; }
 }@media only screen and (max-width: 763px) { #gNf5AQrIq9w8DAEm9QVrICiogHzPQlVU { width:8.9375rem;height:1.25rem;top:10.5996125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvygx0wHkDaAV6c3CDfwBU78qCLQ958L { display:block; }
 }@media only screen and (max-width: 763px) { #mMBJhOzrNwMxbPtBPpPCP4TEdc6ZbHHT { width:5.375rem;height:1.25rem;top:13.0996125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJD68cwnrhcKf2Q2aX2Im4Ud0i0UfpBg { display:block; }
 }@media only screen and (max-width: 763px) { #es9aPlSy7rsrHBZT13TdHXzPFnNMc81Z { width:6.1875rem;height:2.25rem;top:15.5996125rem;left:6.875rem;display:block; }
 }