.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7a040f71-abca-4981-bb16-3d80d9e4970d/PiotrTT_14201200_00_04_00Still001.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#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:43.25rem;width:75rem;position:relative;display:block; }#FCCzQkOnP46XN6h6aucysd3tlUeRsIbK { color:#000000;display:block;width:56.9986875rem;position:absolute;font-family:gosha;font-size:3.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.86);top:27.875rem;left:8.875rem;height:4.224825rem;text-align:center;text-align-last:center;display:block; }
#xEHe7bPs63ishSo6BRbb8FWDSexZX05R { 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:5.37395625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#GmA5TLPqTd8xD9boXm6UCB30bWXzklfX { background-color:#45d9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.749rem;height:5.1863625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:35.8125rem;left:12.5625rem;display:block; }
#OKAVNICPCvx76Hu4IfQQDR73PKs3WK7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#arRlJP5ZlkaLTduePDAEGNT40kp7ft14 { color:#000000;display:block;width:24rem;position:absolute;font-family:gosha;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.86);top:0.37083339691162rem;left:50.1875rem;height:4.6302rem;text-align:right;text-align-last:right;display:block; }
#OqhFRw35rGre6Ss33XiqaaX2MMBz0aiL { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:6.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.86);top:18.39404296875rem;left:0rem;height:8.8564375rem;text-align:center;text-align-last:center;display:block; }
#vm4yLxTTU5sif9IgmXVKNGblsUT5laiU { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.86);top:15.89990234375rem;left:0rem;height:3.412325rem;text-align:center;text-align-last:center;display:block; }
#grnuGtteEvAPBzPPe4VAlpAuIaFfsv2h { background-color:#ff7842;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.7481875rem;height:5.1863625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.8125rem;left:39.4375rem;display:block; }
#Bd1LT45Sy1B2gEsxb4aKr24PnogygwqQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row .container { background-color: transparent; background-image: none; }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row .container > .video-iframe-container { display: none; }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row > .video-iframe-container { display: none; }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .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); }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row .container { border-width: 0; border-radius: 0; }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row .container { font-size:0.875rem;font-family:arial;height:64.5rem;width:75rem;position:relative;display:block; }#LCG9H4P1hNFMOEUQkyg9IBaVVoWVpyHI { color:#000000;display:block;width:69.124375rem;position:absolute;font-family:gosha;font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5191955566406rem;left:2.9052734375rem;height:8.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uU6JAMkDZuhWBlKXRUOHUTuUwwlcws3P { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:urbane;font-size:1.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.789398193359rem;left:3.8346366882324rem;height:45.32815rem;display:block; }
#rIPfm24mZkPuyzUo6GP3vt0M88pO8TRs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:37.875rem;width:69.8125rem;top:16.35145431757rem;left:25.8125rem;display:block; }
#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row .container { background-color: transparent; background-image: none; }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row .container > .video-iframe-container { display: none; }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row > .video-iframe-container { display: none; }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .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); }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row .container { border-width: 0; border-radius: 0; }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:block; }#GyGFW551xLw7nIvbfhkWQzL3h5rZust0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.25rem;top:7.55859375rem;left:-31.25rem;overflow:hidden;display:block; }
#SiMAacEOd6J016DCIv01nPKD8XWJr6CU { color:#000000;display:block;width:69.124375rem;position:absolute;font-family:gosha;font-size:3.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5504570007324rem;left:2.93701171875rem;height:4.4692375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wRIVnLB8TQZ7ZgmJI0F03b0fvQATP7y4 { 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:33.6865rem;width:38.3115rem;top:11.7685546875rem;left:2.9365234375rem;overflow:hidden;display:block; }
#EFBdB5cV2MKE5m9p23cam6m3TuXyHBUu { color:#000000;display:block;width:29.75rem;position:absolute;font-family:urbane;font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.7724609375rem;left:44.2470703125rem;height:29.567725rem;display:block; }
#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row .container { background-color: transparent; background-image: none; }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row .container > .video-iframe-container { display: none; }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row > .video-iframe-container { display: none; }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .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); }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row .container { border-width: 0; border-radius: 0; }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row .container { font-size:0.875rem;font-family:arial;height:70.5625rem;width:75rem;position:relative;display:block; }#Da74xn0OQozSfO4guatDci9aZNkTx6pq { color:#000000;display:block;width:69.124375rem;position:absolute;font-family:gosha;font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0199966430664rem;left:2.9052734375rem;height:8.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qcthbcdbfin1bxL3bIhB9VkuGtCB7kbP { position:absolute;display:block;z-index:15002;height:10.999375rem;width:20.1236875rem;top:16.3125rem;left:45.125rem;display:block; }
#T7y31EaC3SHMg3KVTJ03U6hHv8KAwWiT { color:#000000;display:block;width:35.061875rem;position:absolute;font-family:urbane;font-size:1.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22rem;left:3.875rem;height:40.2917rem;display:block; }
#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container { background-color: transparent; background-image: none; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container > .video-iframe-container { display: none; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row > .video-iframe-container { display: none; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .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); }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container { border-width: 0; border-radius: 0; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container { font-size:0.875rem;font-family:arial;height:61.1875rem;width:75rem;position:relative;display:block; }#XCh3gIpyvdXLzfP7oXWhgNF5NoKkgQF2 { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8740234375rem;left:0rem;height:4.4692375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p10wdBsBWkxOPxrzX1TzVXKIqeH5RTrF { color:#000000;display:block;width:67.125rem;position:absolute;font-family:urbane;font-size:1.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.0595703125rem;left:4.4619140625rem;height:5.03645625rem;display:block; }
#wWywGqxMUPEsuHxVNszsvTfg5RZ9rdF7 { color:#000000;display:block;width:25.7495rem;position:absolute;font-family:gosha;font-size:4.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.643390655517rem;left:0.68522262573244rem;height:5.5247375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OVnPwov7ZZackrHdbXNUF8CtLL0Mqhkk { color:#000000;display:block;width:33.0623125rem;position:absolute;font-family:gosha;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.42578125rem;left:29.4970703125rem;height:3.0875625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lrykPbUaJdfAcFrTPCXMhqlIF1xUTbpB { color:#000000;display:block;width:25.7486875rem;position:absolute;font-family:gosha;font-size:4.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.676267623901rem;left:0.83756637573244rem;height:5.5247375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xykfo2T5upHTA8I4dVTD1ZFr9rmbXIZt { color:#000000;display:block;width:25.7486875rem;position:absolute;font-family:gosha;font-size:4.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32.926429748535rem;left:1.0234375rem;height:5.5247375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#igJlZBDCFuGeHGAZQ8HsPKB3GS9NgdK4 { color:#000000;display:block;width:25.7486875rem;position:absolute;font-family:gosha;font-size:4.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:40.113929748535rem;left:1.5859375rem;height:5.5247375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OHOwgdBCDVlnDc253W5awFTzVg02QlW6 { color:#000000;display:block;width:25.7486875rem;position:absolute;font-family:gosha;font-size:4.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:48.113604545593rem;left:3.3359375rem;height:5.5247375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d7J6PGOkArAL8AxZq3m6RlUmwAoRmBS1 { color:#000000;display:block;width:33.0615rem;position:absolute;font-family:gosha;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.4677734375rem;left:30.12109375rem;height:3.0875625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VVnRkqV7T4urC9xt6JmDaKbaI2eiShCT { color:#000000;display:block;width:33.0606875rem;position:absolute;font-family:gosha;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:34.64453125rem;left:30.1201171875rem;height:3.0875625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HWG3K6kOgKNyzDv47xC9gMEaA0EQ2JBI { color:#000000;display:block;width:33.0606875rem;position:absolute;font-family:gosha;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:41.8427734375rem;left:30.12109375rem;height:3.0875625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ALrpe7RvpW9sBADG5pdnH06K7g2nVvvd { color:#000000;display:block;width:33.0606875rem;position:absolute;font-family:gosha;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:49.76953125rem;left:30.1201171875rem;height:3.0875625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xpdrKvqXK9bc4LmcFeXGndM3T624pZnW { color:#000000;display:block;width:43rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:56.4052734375rem;left:30.1796875rem;height:1.54361875rem;display:block; }
#sEeTR6p94CxsReSUqISONsVRtQG2rpkV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sEeTR6p94CxsReSUqISONsVRtQG2rpkV > .row .container { border-width: 0; border-radius: 0; }#sEeTR6p94CxsReSUqISONsVRtQG2rpkV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sEeTR6p94CxsReSUqISONsVRtQG2rpkV > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:none; }#agHXON5vTviyS3icSqw5gsgVf6TDmhxG { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8740234375rem;left:0rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Il7oZMDwsiR4gi0L6hBvStCbeyd7XluW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.3121875rem;width:50.4373125rem;top:8.7809250354769rem;left:12.280816078186rem;display:block; }
#rMgPsppUimeBXR2z4qgoemvGaUv4tg9l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#rMgPsppUimeBXR2z4qgoemvGaUv4tg9l > .row .container { background-color: transparent; background-image: none; }#rMgPsppUimeBXR2z4qgoemvGaUv4tg9l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMgPsppUimeBXR2z4qgoemvGaUv4tg9l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMgPsppUimeBXR2z4qgoemvGaUv4tg9l > .row .container > .video-iframe-container { display: none; }#rMgPsppUimeBXR2z4qgoemvGaUv4tg9l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMgPsppUimeBXR2z4qgoemvGaUv4tg9l > .row > .video-iframe-container { display: none; }#rMgPsppUimeBXR2z4qgoemvGaUv4tg9l > .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); }#rMgPsppUimeBXR2z4qgoemvGaUv4tg9l > .row .container { border-width: 0; border-radius: 0; }#rMgPsppUimeBXR2z4qgoemvGaUv4tg9l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMgPsppUimeBXR2z4qgoemvGaUv4tg9l > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#rPzcozesdyBA7PMRfVaapOFoBznQJsni { color:#000000;display:block;width:72.375rem;position:absolute;font-family:gosha;font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3740234375rem;left:0.3115234375rem;height:4.4692375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wMyQIfz4yaaeHGtaHKVA7DI6LKgokM1G { color:#000000;display:block;width:60.686875rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:8.6873569488525rem;left:6.1539716720581rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#s49c3aZ6NhsCU4rB7FufbuzHX48SxraD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#s49c3aZ6NhsCU4rB7FufbuzHX48SxraD > .row .container { background-color: transparent; background-image: none; }#s49c3aZ6NhsCU4rB7FufbuzHX48SxraD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s49c3aZ6NhsCU4rB7FufbuzHX48SxraD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s49c3aZ6NhsCU4rB7FufbuzHX48SxraD > .row .container > .video-iframe-container { display: none; }#s49c3aZ6NhsCU4rB7FufbuzHX48SxraD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s49c3aZ6NhsCU4rB7FufbuzHX48SxraD > .row > .video-iframe-container { display: none; }#s49c3aZ6NhsCU4rB7FufbuzHX48SxraD > .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); }#s49c3aZ6NhsCU4rB7FufbuzHX48SxraD > .row .container { border-width: 0; border-radius: 0; }#s49c3aZ6NhsCU4rB7FufbuzHX48SxraD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s49c3aZ6NhsCU4rB7FufbuzHX48SxraD > .row .container { font-size:0.875rem;font-family:arial;height:73.6875rem;width:75rem;position:relative;display:block; }#w1ZP08cL95kJLSSz6nMRNn1VGiUnivZg { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:7.6866855621337rem;left:7.6871757507325rem;height:7.1979375rem;display:block; }
#PmiF2sLzRP55Zl8JFZag05rOWJIKZdbV { color:#000000;display:block;width:29.8734375rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:23.212585449219rem;left:7.6871757507325rem;height:5.3984375rem;display:block; }
#ne0sdrGRwBLkK5NfyBuOgAefybs3ixsd { color:#000000;display:block;width:29.8729375rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:38.12451171875rem;left:7.6871757507325rem;height:7.1979375rem;display:block; }
#R2093R4g8pLhRPlBMl1CyS4yWAEcCRRI { color:#000000;display:block;width:29.8734375rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:53.0625rem;left:7.6875rem;height:8.997375rem;display:block; }
#VqkbOVXse95iTSCVnvzifA1k3dXRJUyH { color:#000000;display:block;width:29.8734375rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:7.625rem;left:45.125rem;height:8.997375rem;display:block; }
#lbTe4yz0k1x2wnEgTlz1LHHa5yyR7xBK { color:#000000;display:block;width:29.8734375rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:23.3125rem;left:45.125rem;height:8.997375rem;display:block; }
#EAFaltsqMl2rW4O4hZ2SXXQfhkkiKnTO { color:#ff7842;display:block;width:11.625rem;position:absolute;font-family:gosha;font-size:7.5rem;font-weight:700;z-index:14986;line-height:1.4;letter-spacing:0;top:15.554870605469rem;left:0rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZAixCkcaybBrZPFcwyOIVUNSJ4qgrPs { color:#ff7842;display:block;width:11.624375rem;position:absolute;font-family:gosha;font-size:7.5rem;font-weight:700;z-index:14987;line-height:1.4;letter-spacing:0;top:30.340167999267rem;left:0rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yLTBbOvKiIryUaIsTUkrDDTFSr8ImM0D { color:#ff7842;display:block;width:11.625rem;position:absolute;font-family:gosha;font-size:7.5rem;font-weight:700;z-index:14985;line-height:1.4;letter-spacing:0;top:0.062108516693115rem;left:0rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oTVVnIPElTsSDULUTenX7XwC3TB8tw9I { color:#ff7842;display:block;width:11.624375rem;position:absolute;font-family:gosha;font-size:7.5rem;font-weight:700;z-index:14988;line-height:1.4;letter-spacing:0;top:45.195292159915rem;left:0rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dzl8P4ZeamGFRnuag07umZPL68vToSIp { color:#ff7842;display:block;width:11.624375rem;position:absolute;font-family:gosha;font-size:7.5rem;font-weight:700;z-index:14990;line-height:1.4;letter-spacing:0;top:15.55419921875rem;left:36.998699188233rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IAqu77qPKod72BUNcnRUxePnDlNF5bCc { color:#ff7842;display:block;width:11.624375rem;position:absolute;font-family:gosha;font-size:7.5rem;font-weight:700;z-index:14991;line-height:1.4;letter-spacing:0;top:32.62890625rem;left:37.4375rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QKOuULFsx6XWvk3HRBakdLrNM9wwDVah { color:#000000;display:block;width:24.875rem;position:absolute;font-family:gosha;font-size:1.5625rem;font-weight:700;z-index:14987;line-height:1.4;letter-spacing:0;top:5.2529296875rem;left:10.155437469483rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N56N5RtTCfe1mNmzRdfvfis8ev8ToHJk { color:#000000;display:block;width:24.875rem;position:absolute;font-family:gosha;font-size:1.5625rem;font-weight:700;z-index:14988;line-height:1.4;letter-spacing:0;top:20.591144561767rem;left:10.686849594116rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pK9u5BpeN2o6qqHSRobJR8xE1MZR55hD { color:#000000;display:block;width:24.4375rem;position:absolute;font-family:gosha;font-size:1.625rem;font-weight:700;z-index:14989;line-height:1.4;letter-spacing:0;top:35.4375rem;left:10.875rem;height:2.27485rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FwRe5HT415Xm7UQwT3LR9SSPnVI1Ndry { color:#000000;display:block;width:24.875rem;position:absolute;font-family:gosha;font-size:1.5625rem;font-weight:700;z-index:14989;line-height:1.4;letter-spacing:0;top:50.375rem;left:11.125rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X1qFht5WopMTxLfZOcqhfHCcklxQGnx1 { color:#000000;display:block;width:24.875rem;position:absolute;font-family:gosha;font-size:1.5625rem;font-weight:700;z-index:14990;line-height:1.4;letter-spacing:0;top:4.9375rem;left:48.4375rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VCqEThgv2xqttsTG5TpMPFO4nszcEC0c { color:#000000;display:block;width:24.875rem;position:absolute;font-family:gosha;font-size:1.5625rem;font-weight:700;z-index:14991;line-height:1.4;letter-spacing:0;top:20.875rem;left:48.4375rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GGgGuckoCXlnL5fGtA1XGQge3dd7eTNo { color:#000000;display:block;width:24.875rem;position:absolute;font-family:gosha;font-size:1.5625rem;font-weight:700;z-index:14992;line-height:1.4;letter-spacing:0;top:55.139984130859rem;left:48.560382843017rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#isRfW8sVgWJTkRTCqe8LDXvXxL0XFrbh { 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:13.2495rem;width:13.2495rem;top:60.4375rem;left:61.8125rem;overflow:hidden;display:block; }
#ouVKLIST2p1QiNmKhotpnzrETd6PiDrC { color:#ff7842;display:block;width:11.624375rem;position:absolute;font-family:gosha;font-size:7.5rem;font-weight:700;z-index:14989;line-height:1.4;letter-spacing:0;top:0rem;left:36.998699188233rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VccXMSbkGTdqqBsXvAllGggzK8zRTqfx { color:#ff7842;display:block;width:11.624375rem;position:absolute;font-family:gosha;font-size:7.5rem;font-weight:700;z-index:14992;line-height:1.4;letter-spacing:0;top:48.553058624267rem;left:37.5rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DnKFzuAvsHy1a1wk0SfIp6GTZBzgFqtx { color:#000000;display:block;width:24.8746875rem;position:absolute;font-family:gosha;font-size:1.5625rem;font-weight:700;z-index:14992;line-height:1.4;letter-spacing:0;top:38.026550292969rem;left:48.122234344483rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NKgPd0LzZPMf9x2iBB3FEwv4X8rc3Gnp { color:#000000;display:block;width:29.8730625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:40.40234375rem;left:45.064449310302rem;height:5.3984375rem;display:block; }
#y3TCt0V4wtyLLpv2CudShT3rOEceBMWh { 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:13.2486875rem;width:13.2486875rem;top:60.4375rem;left:55.8125rem;overflow:hidden;display:block; }
#RQyrcdz0ePqCFeZDPxamrIJWOoTePkFZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.25rem;top:7.55859375rem;left:-31.25rem;overflow:hidden;display:none; }
#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row .container { background-color: transparent; background-image: none; }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row .container > .video-iframe-container { display: none; }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row > .video-iframe-container { display: none; }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .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); }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row .container { border-width: 0; border-radius: 0; }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#ZLekpoJ8ny95s1tO8VCeTKomgd4hVRnU { color:#000000;display:block;width:69.124375rem;position:absolute;font-family:gosha;font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1898412704467rem;left:2.935546875rem;height:4.4692375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container { background-color: transparent; background-image: none; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container > .video-iframe-container { display: none; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row > .video-iframe-container { display: none; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .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); }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container { border-width: 0; border-radius: 0; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#ZVfTwL7JhGrRJlMXRCbn4OtzfSEqL11x { color:#ffffff;display:block;width:33.3748125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:1.5722627639771rem;left:40.374347686767rem;height:29.9201125rem;font-style:normal;display:block; }
#kDAXnuZnESOJFTuhJUf8Gtl27TlDM4Xg { box-sizing:content-box;color:#000000;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:37.18701171875rem;left:40.061847686767rem;display:block; }
#HWfGvAhGWFgIRwFQR5ZDwkBITcULc4cO { color:#ffffff;display:block;width:33.3729375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:34.99951171875rem;left:40.3125rem;height:2.125rem;font-style:normal;display:block; }
#gbNQhBOzF5fVbrFOvhaCaplq1Olt8nKw { color:#ffffff;display:block;width:33.371875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:41.312194824219rem;left:40.3125rem;height:2.125rem;font-style:normal;display:block; }
#VAhg18gh4oqIIQnyHuNed0IeIWVgcpFK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.1871875rem;width:32.9996875rem;top:1.5706381797791rem;left:2.2493495941162rem;overflow:hidden;display:block; }
#vOCbUqoPDGQAspuukc2xvx1EL8Tl5fpt { box-sizing:content-box;color:#000000;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:37.312335014343rem;left:45.747066497802rem;display:block; }
#t4Hpb800WC03lAfeNkFB32TyqyBDmND4 { box-sizing:content-box;color:#000000;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:43.3125rem;left:40.125rem;display:block; }
#NRLvmrLfcnwNwPXvHCLW1SDT44uxI2SP { box-sizing:content-box;color:#000000;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:43.5rem;left:45.8125rem;display:block; }
#W1Mr9WTdw1bSw0pulvuIMV05T8QJGpKk { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.9375rem;top:37.936632156372rem;left:51.861110687256rem;overflow:hidden;display:block; }
#ihaHyqcq09JmwTTyKlJ2ivxwVCdOtXTP { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.9375rem;top:44.0625rem;left:51.861110687256rem;overflow:hidden;display:block; }
#nBahcxQU3S4xqCTkfuc6RNwqJg1gKyZ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#nBahcxQU3S4xqCTkfuc6RNwqJg1gKyZ3 > .row .container { background-color: transparent; background-image: none; }#nBahcxQU3S4xqCTkfuc6RNwqJg1gKyZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBahcxQU3S4xqCTkfuc6RNwqJg1gKyZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBahcxQU3S4xqCTkfuc6RNwqJg1gKyZ3 > .row .container > .video-iframe-container { display: none; }#nBahcxQU3S4xqCTkfuc6RNwqJg1gKyZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBahcxQU3S4xqCTkfuc6RNwqJg1gKyZ3 > .row > .video-iframe-container { display: none; }#nBahcxQU3S4xqCTkfuc6RNwqJg1gKyZ3 > .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); }#nBahcxQU3S4xqCTkfuc6RNwqJg1gKyZ3 > .row .container { border-width: 0; border-radius: 0; }#nBahcxQU3S4xqCTkfuc6RNwqJg1gKyZ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBahcxQU3S4xqCTkfuc6RNwqJg1gKyZ3 > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#DrpFArbX3LNZb1rGdRmJuFtFXg1Qxp8v { color:#000000;display:block;width:53.9371875rem;position:absolute;font-family:gosha;font-size:2.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1407890319824rem;left:10.530599594116rem;height:6.6614375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xR1K07fVOQOVx64sv17z2CvVok7TWKrM { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:68.8125rem;top:1.499375rem;left:3.1559257507324rem;display:block; }
#tbTAhJGpvnJBReNwo8u9VkL7DRGQLmgQ { background-color:#45d9ff;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:urbane;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8736875rem;height:4.9362rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.695314407349rem;left:24.559898376465rem;display:block; }
#vsCTDaz14xtKxFoCTBE94Bnbq5f24c9f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbJXCNPp7FXCgfVxegbDyRetyqw6dGXM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TbJXCNPp7FXCgfVxegbDyRetyqw6dGXM > .row .container { background-color: transparent; background-image: none; }#TbJXCNPp7FXCgfVxegbDyRetyqw6dGXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbJXCNPp7FXCgfVxegbDyRetyqw6dGXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbJXCNPp7FXCgfVxegbDyRetyqw6dGXM > .row .container > .video-iframe-container { display: none; }#TbJXCNPp7FXCgfVxegbDyRetyqw6dGXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbJXCNPp7FXCgfVxegbDyRetyqw6dGXM > .row > .video-iframe-container { display: none; }#TbJXCNPp7FXCgfVxegbDyRetyqw6dGXM > .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); }#TbJXCNPp7FXCgfVxegbDyRetyqw6dGXM > .row .container { border-width: 0; border-radius: 0; }#TbJXCNPp7FXCgfVxegbDyRetyqw6dGXM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbJXCNPp7FXCgfVxegbDyRetyqw6dGXM > .row .container { font-size:0.875rem;font-family:arial;height:1.3125rem;width:75rem;position:relative;display:block; }#dPcb3cgd3cHkfmuH4Vr9y3ZBgbrKZ7Sd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dPcb3cgd3cHkfmuH4Vr9y3ZBgbrKZ7Sd > .row .container { background-color: transparent; background-image: none; }#dPcb3cgd3cHkfmuH4Vr9y3ZBgbrKZ7Sd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPcb3cgd3cHkfmuH4Vr9y3ZBgbrKZ7Sd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPcb3cgd3cHkfmuH4Vr9y3ZBgbrKZ7Sd > .row .container > .video-iframe-container { display: none; }#dPcb3cgd3cHkfmuH4Vr9y3ZBgbrKZ7Sd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPcb3cgd3cHkfmuH4Vr9y3ZBgbrKZ7Sd > .row > .video-iframe-container { display: none; }#dPcb3cgd3cHkfmuH4Vr9y3ZBgbrKZ7Sd > .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); }#dPcb3cgd3cHkfmuH4Vr9y3ZBgbrKZ7Sd > .row .container { border-width: 0; border-radius: 0; }#dPcb3cgd3cHkfmuH4Vr9y3ZBgbrKZ7Sd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dPcb3cgd3cHkfmuH4Vr9y3ZBgbrKZ7Sd > .row .container { font-size:0.875rem;font-family:arial;height:64.625rem;width:75rem;position:relative;display:block; }#gQ0HsnDMqhSmKOhL050TAQtZHrGWrSF6 { color:#000000;display:block;width:74.75rem;position:absolute;font-family:gosha;font-size:3.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.7111005783081rem;left:0.063314437866213rem;height:4.4692375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xQk6hw5qMKB6rBGpCaOqigGv3Qw7JUWU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.25rem;top:7.55859375rem;left:-31.25rem;overflow:hidden;display:block; }
#yqIvifGDQVgVdTihJJefhwa1Izlut2re { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:urbane;font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:12.015299797058rem;left:32.78076171875rem;height:3.037325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VyV87WgdWTbCAfmVznXpCtsEDASfzgwK { 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:39.5621875rem;width:27.8125rem;top:12.530381917954rem;left:0rem;overflow:hidden;display:block; }
#TL2MDxxAUU0yle79pZXDe6brHmUbIUTn { position:absolute;display:block;z-index:15003;background-color:#45d9ff;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:41.625rem;width:27.8125rem;top:10.421061515808rem;left:-6.2499990463257rem;display:block; }
#CdNyGmdpS0vwblsfC3ql7GoaWPwEPTUT { color:#000000;display:block;width:38.625rem;position:absolute;font-family:urbane;font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:20.10498046875rem;left:32.78076171875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#CdNyGmdpS0vwblsfC3ql7GoaWPwEPTUT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CdNyGmdpS0vwblsfC3ql7GoaWPwEPTUT li:before{  }
#DAZLlKMBDogGeWhtsxmDx9SQs5VWrPDK { position:absolute;display:block;z-index:15004;background-color:#45d9ff;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:21.875rem;width:27.8125rem;top:36.233233451843rem;left:0rem;display:block; }
#meBhIQWwnob545FhW0RfhTrO7R72x2ky { color:#000000;display:block;width:40.625rem;position:absolute;font-family:urbane;font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:44.268725067377rem;left:32.561847686767rem;height:15.186625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LMeDX5Tak1eLdMFdvsTMt30nHIEgvL0q { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.25rem;top:7.55859375rem;left:-31.25rem;overflow:hidden;display:none; }
#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 > .row .container { background-color: transparent; background-image: none; }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 > .row .container > .video-iframe-container { display: none; }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 > .row > .video-iframe-container { display: none; }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 > .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); }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 > .row .container { border-width: 0; border-radius: 0; }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 > .row .container { font-size:0.875rem;font-family:arial;height:131.5rem;width:75rem;position:relative;display:block; }#OM7AGI15zf0ZgBKECfN23GBAToxFMuah { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:gosha;font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3rem;left:10.781251907349rem;height:4.4692375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g4F6n4sBnFoobZKtDSw46I50CIaNwfsJ { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.5623375rem;width:19.8111875rem;top:35.312174797058rem;left:10.155437469483rem;display:block; }
#hU7PVvS3bFbi3JWnPkDWMyD2ovrOfKL4 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:5.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:41.12451171875rem;left:10.12451171875rem;display:block; }
#XXqZ4E5C5eOxWpVhIGHvtTw9oRvL7RN9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z7MGsLw92eyKTJgEPEWhLWuvqtMKPTUD { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.5623375rem;width:19.8111875rem;top:29.675453186035rem;left:10.122884750366rem;display:block; }
#iMfUM8T9tzaNb8OSuhkMAsp4rR2ob2Mg { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.5623375rem;width:19.8111875rem;top:24.050453186035rem;left:10.122884750366rem;display:block; }
#a5Q19WvPCp37EUlwBfba9Osmryn7lfO0 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.5623375rem;width:19.810375rem;top:18.437335968017rem;left:10.122884750366rem;display:block; }
#QRuRAAdtH9M9t28AFPZzfRlDIWnTZK0s { position:absolute;display:block;z-index:15012;background-color:#45d9ff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.5623375rem;width:19.8095625rem;top:12.51416015625rem;left:10.157878875733rem;display:block; }
#MI90L6iyq2eIPME5gm7SDCTTt0Zm0xAB { color:#000000;display:block;width:15.75rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:13.498859405517rem;left:12.46630859375rem;height:3.6736125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#flW5FFpLSdNodnynk2hXp8Ls9rdQt42k { color:#000000;display:block;width:15.7495rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:20.066731452942rem;left:12.465007781983rem;height:3.14930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPRUGNhpfNcOWcEmWGGqP19pfXZFTq6t { color:#000000;display:block;width:15.7486875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:25.555827140808rem;left:12.465007781983rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ODpyJFIp8OEur4LXlBtRuwUvOIeWpkXW { color:#000000;display:block;width:15.747875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:31.930827140808rem;left:12.465007781983rem;height:1.57498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xMvTMJTl4DhJkvywXWTgyHD7BL5ISFHC { color:#000000;display:block;width:15.7470625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:37.422686576843rem;left:12.4658203125rem;height:1.57498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#htk3GP5FXeV4snRqkUsXJJtkw3J5thHM { position:absolute;display:block;z-index:15023;background-color:#45d9ff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:28.1875rem;top:12.5625rem;left:42.6875rem;display:block; }
#PrV2cgcTFfp9TDQiBLs48d06gpbaHyaH { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.75rem;width:28.1875rem;top:23.936847686767rem;left:42.62451171875rem;display:block; }
#U8EsFTkbySHPCKtTxc9OMJliMUXZqz6l { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:5.625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:41.187171936035rem;left:42.62451171875rem;display:block; }
#bSPVrXw89d2DEyfUz9U6KxMaUeB2UaDv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8FrQAbzDyh2tEu3SKdMqRup3E3GTH1U { color:#000000;display:block;width:27rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:51.624176025391rem;left:24rem;height:3.6736125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QIx0i8Cqzk7gkvkJXRPX8PJSF9aIpOTT { color:#000000;display:block;width:15.7495rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:20.12451171875rem;left:48.874835968017rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tc7lzZZcUJT9sCVXEfbSF436Ua9Xt9kh { color:#000000;display:block;width:15.7486875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:25.625rem;left:48.874835968017rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yf65xDgavh5FDLxXrNkmtH9yPIIWrBDs { color:#000000;display:block;width:15.747875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:31.81201171875rem;left:48.874835968017rem;height:1.57486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AhqXyX9XmliV4BLkG2cPeCrvIiv35h5o { color:#000000;display:block;width:15.7470625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:37.5rem;left:48.874835968017rem;height:1.57486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTfSgpk6VUCXB7KSZMlL4FMQ7byA6sRw { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.7495125rem;width:28.186875rem;top:18.488931655884rem;left:42.623859405517rem;display:block; }
#hKpcZbImniTy4egOPyqQ4r9MnWxnUkeI { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.7495125rem;width:28.186875rem;top:29.74755859375rem;left:42.623859405517rem;display:block; }
#mAegghzA9XtPZpV8VolGcSsHlCkAHA0Q { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.7495125rem;width:28.186875rem;top:35.173828125rem;left:42.623859405517rem;display:block; }
#U9L6lq7zs3C1m6Lpv00ya6Ta5RT5kwcz { color:#000000;display:block;width:60.6875rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:104.37760639191rem;left:10.155382156372rem;height:21.2578125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M5altk43KDLW44TuMNma6k7suU0mlmCL { color:#3c3c3b;display:block;width:22.5rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:127.56076812744rem;left:10.155382156372rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sBpUd7g2kTyLV4tbbL7ypQ5g7WXRKTEO { background-color:#45d9ff;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:urbane;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.87325rem;height:4.93663125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:94.679664611819rem;left:24.561630249024rem;display:block; }
#M1ZshQhWvRmyL9uVDydAr3skBLoWFEII { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oLdHnltOoUSJEeeiA7KLlvwo3rAy7Bvu { color:#000000;display:block;width:15.747875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:31.81201171875rem;left:48.874835968017rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#D3i6EhV3yavEWq9LFnbpzmsMPRe6gTEF { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.7495125rem;width:28.186875rem;top:18.488931655884rem;left:42.623859405517rem;display:none; }
#H1Ww8f236UMpSmeENoS0NeOQJVyNITry { color:#000000;display:block;width:15.7470625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:37.5rem;left:48.874835968017rem;height:1.63671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TkIuul4fsxceRWrkmLigdd2W7WioUAzZ { position:absolute;display:block;z-index:15024;background-color:#45d9ff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:28.1875rem;top:50.592926025391rem;left:23.350692749024rem;display:block; }
#D4IUnrAfsbg7arAXBo1FsMOp3hTahAzi { color:#000000;display:block;width:27rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:13.513000011444rem;left:43.336807250976rem;height:3.674475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DHadqpuD6kfPDJzzm5HwIzpprL52wu3C { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.74913125rem;width:28.186625rem;top:56.328973770142rem;left:23.350692749024rem;display:block; }
#F0r1oGJc62ZzcQeS8osBuUziVsqx3sVW { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.74913125rem;width:28.186625rem;top:62.187520027161rem;left:23.349826812744rem;display:block; }
#vk2XBpOkxXpkIKWs6OVnkETvNp4D1Wst { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.74913125rem;width:28.186625rem;top:68.046916007994rem;left:23.349826812744rem;display:block; }
#ykvchrc7sbckIuuTFnSZH3JnTWPVHfs7 { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.75rem;width:28.1875rem;top:73.906229019162rem;left:23.350692749024rem;display:block; }
#xCmThn2oweVJPgQnZCQ2HTWrxcdHTisd { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.7482625rem;width:28.18575rem;top:79.766513824463rem;left:23.350692749024rem;display:block; }
#LfBAQ84QsP8QqKDRry8clKp47PRUhwVr { color:#000000;display:block;width:15.749125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:57.683160781861rem;left:29.623264312744rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ci3x99RPSUcBEREJDTKtSnimQF9cT89R { color:#000000;display:block;width:15.74825rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:63.542574882506rem;left:29.624130249024rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTanHt0Aza4oTMdvrzv7ez6qqQn2HlSu { color:#000000;display:block;width:15.747375rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:70.189236640931rem;left:29.624130249024rem;height:1.57486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H3hFTWnh3QGlnu8nt6WMRVoWLOnhC9mV { color:#000000;display:block;width:15.7465rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:76.048631668094rem;left:29.625869750976rem;height:1.57486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PCDuprZ57uvQRXfBt6oWHyP7TRNOUyTf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:89.458292007444rem;left:34.861110687256rem;height:;display:block; }
#fizGRt4KpF86nZwIRPkyVN9z0Qys5RiU { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:5.625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:85.625rem;left:23.34375rem;display:block; }
#ez3ZCEEv7hozkMwlviATrtxQWcHSauuu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fndqx1zTNkeMhSBpN4ybKJ952J1dVTqI { color:#000000;display:block;width:21.125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:81.120681762694rem;left:28.215278625488rem;height:3.1497375rem;font-style:normal;display:block; }
#t95G0EB3kmJFIhBuXsbnT9t2RGG6hHO5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.25rem;top:44.25rem;left:3.75rem;display:none; }
#E9fsnSXvWUh59kfDF9x4u2KoP7J19eEO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#E9fsnSXvWUh59kfDF9x4u2KoP7J19eEO > .row .container { background-color: transparent; background-image: none; }#E9fsnSXvWUh59kfDF9x4u2KoP7J19eEO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9fsnSXvWUh59kfDF9x4u2KoP7J19eEO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9fsnSXvWUh59kfDF9x4u2KoP7J19eEO > .row .container > .video-iframe-container { display: none; }#E9fsnSXvWUh59kfDF9x4u2KoP7J19eEO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9fsnSXvWUh59kfDF9x4u2KoP7J19eEO > .row > .video-iframe-container { display: none; }#E9fsnSXvWUh59kfDF9x4u2KoP7J19eEO > .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); }#E9fsnSXvWUh59kfDF9x4u2KoP7J19eEO > .row .container { border-width: 0; border-radius: 0; }#E9fsnSXvWUh59kfDF9x4u2KoP7J19eEO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E9fsnSXvWUh59kfDF9x4u2KoP7J19eEO > .row .container { font-size:0.875rem;font-family:raleway;height:59.8125rem;width:75rem;position:relative;display:block; }#BVqqVTZ2xKtOIgPpDK2C2QEeJSEDlphK { color:#000000;display:block;width:53.562rem;position:absolute;font-family:gosha;font-size:3.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4358711242676rem;left:10.686849594116rem;height:8.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vyMHlkIaBNignsIJM0yGrFQ6COMITJGO { color:#000000;display:block;width:59.5rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:21.124019622802rem;left:10.124675750733rem;height:33.0677125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nSInKKb6vyEeOkNvZf8JlU9QfK9oTyWp { 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:6.4371875rem;width:18.6246875rem;top:13.059246063233rem;left:26.25rem;overflow:hidden;display:block; }
#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i { position:relative;display:block; }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i { background-color: transparent; background-image: none; }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i > .row .container > .video-iframe-container { display: none; }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i > .row > .video-iframe-container { display: none; }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i > .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); }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i { border-width: 0; border-radius: 0; }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i > .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; }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i > .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:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tREyLIM8BLWrBRyHSTIJ6BsiFTHgLSkr { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:4.4692375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D6JPW2iudNXpFMxvMZJg2wfpRusyrZvl { color:#5a5a58;display:block;width:57.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:8.5827026367188rem;left:9.1875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EeG4u0ToA9Tm9m6hSw3llV99yqD1RcmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EeG4u0ToA9Tm9m6hSw3llV99yqD1RcmP > .row .container { border-width: 0; border-radius: 0; }#EeG4u0ToA9Tm9m6hSw3llV99yqD1RcmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EeG4u0ToA9Tm9m6hSw3llV99yqD1RcmP > .row .container { font-size:0.875rem;font-family:raleway;height:22.375rem;width:75rem;position:relative;display:none; }#e4nIOVMt3ngJo8WLuawGeF6vAIeF4oJi { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:1.625rem;height:5.84765625rem;font-style:normal;display:block; }
#EMP1a5ofTzbir658t5pC8geXIIWF38nn { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:2.5rem;height:0;font-style:normal;display:block; }
#Bvs77dlPFr6Le0gHvWWLea5RwxIH7WQJ { color:#000000;display:block;width:21.625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.28125rem;left:27.5rem;height:13.808625rem;font-style:normal;display:block; }
#Ax0AxKRZq5uZ1TKGgNnS9LPb4k18WNsD { background-color:#ff7842;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1246875rem;height:3.75rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:13.733723640442rem;left:56.936846733093rem;display:block; }
#N6NLOcQhaIX8TG5TzRTLBR1TkzknrnTk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LN3UbTKpEABcV1QXTpJTHyS2ig232B3t { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:52.5rem;display:none; }
#P6T1RuXwW6vGvd4LUGbkHskdOCgzGB48 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nrPKRMUDaiic7ga09k776AyQvdJGGPIT { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:2.5rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dNlFQPpueGZTEadhPT0Sclx0HUFGwsu5 { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:2.5rem;height:3.5625rem;font-style:normal;display:block; }
#glBX8MvqyOTKSEVKyyewuZPJ06MFKomz { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.5rem;height:1.381075rem;font-style:normal;display:block; }
#NcqTAQ5uo4of630dUzOQRvQ8yTqLdh5y { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.015625rem;left:27.5rem;height:1.381075rem;font-style:normal;display:block; }
#gWrTzavbdwDy78JPGXfDllGolSdwX238 { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:52.5rem;display:none; }
#ATHiRq1Xvy47EEpLeRxSpVq4ZUr0QbQx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NhTM90XgckaF61SE71dV9roDx1ulS1k7 { background-color:#45d9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1246875rem;height:3.75rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:7.96142578125rem;left:56.936847686767rem;display:block; }
#FiDWlUCcCp87ZTaqt7DSvVQLrnVPKuuz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pd1Fgxkqb1DPoDfDHUfvEuM55pM1vpCa { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:-14.875rem;display:block; }
#IKGEJayET2urSTkAUncJTmmhSdxPyHm5 { position:absolute;display:block;z-index:14999;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.8125rem;width:3.8125rem;top:4.0625rem;left:9.375rem;overflow:hidden;display:none; }
#um9qE8zl7wIVyiCHqzwV7xRtFGbm2fDX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:2.8125rem;top:4.125rem;left:7.875rem;overflow:hidden;display:none; }
#iqrDkDvNRQJh3qXQF199WI6BBQaBUiVa { color:#000000;display:block;width:22.3123125rem;position:absolute;font-family:urbane;font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:16.499567031861rem;left:2.5rem;height:2.25rem;font-style:normal;display:block; }
#CFFgchOWFDDNLdKfNqokd8D6vppyKC0r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CFFgchOWFDDNLdKfNqokd8D6vppyKC0r > .row .container { border-width: 0; border-radius: 0; }#CFFgchOWFDDNLdKfNqokd8D6vppyKC0r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFFgchOWFDDNLdKfNqokd8D6vppyKC0r > .row .container { font-size:0.875rem;font-family:raleway;height:22.375rem;width:75rem;position:relative;display:none; }#eEGuhtLHWwpdaLEmplVKorK2LcnEC6mJ { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.09375rem;left:2.5rem;height:5.84765625rem;font-style:normal;display:block; }
#GKMIsXV6LQBRemilmTwNhog7VMZZZ3Ot { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:2.5rem;height:0;font-style:normal;display:block; }
#b4CHzZDtElXH4wd5waMPhET3WJZmfXMe { color:#000000;display:block;width:19.75rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.28125rem;left:27.5rem;height:16.57034375rem;font-style:normal;display:block; }
#A279z3msMpwv8XPd0GulKSPyHRZ6k3Br { background-color:#ff7842;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1246875rem;height:3.75rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:13.733723640442rem;left:56.936846733093rem;display:block; }
#M85CT7Clh5NLvKSVzP77uC8Wx4mfwTXH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fwo26oJO8mTEk9Z7HrxurFAI5t9NRppm { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:52.5rem;display:none; }
#Mq5LZQLNxfAM3Re77xi60ZgE3ARAAEyL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i5DwnTzVfTpO9JwlekzqSZNtfFqlsyEr { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:2.5rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KrVW0PIHh7pdH3FFFt3T0CPwcomWFbPi { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:2.5rem;height:3.5625rem;font-style:normal;display:block; }
#uoTQV8y7GDzop2dsFmbJlsL1giuG2wZt { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.5rem;height:1.381075rem;font-style:normal;display:block; }
#lagpvMr4M54CVyNEIZakynbNQkul3dJR { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.015625rem;left:27.5rem;height:1.381075rem;font-style:normal;display:block; }
#wqUILkbl2J8FakGnrOkfsiXoVr41A60C { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:52.5rem;display:none; }
#s2yMkfKTNGQ10yilRRupwZhLppR4hh2Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RuaT3RO18PiTzaHP1mMPk9W3HrXzWIUc { background-color:#45d9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1246875rem;height:3.75rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:7.96142578125rem;left:56.936847686767rem;display:block; }
#zpqgcchEUHUdDyUDToRI6Huye4qPwQmc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jt0Dh8mn88tgF1C1CrNKtX7GI1186bpX { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:-14.875rem;display:block; }
#TNcvN4hO3gc2KuwQsSwbmfAbKlLbt5NT { position:absolute;display:block;z-index:14999;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.8125rem;width:3.8125rem;top:4.0625rem;left:9.375rem;overflow:hidden;display:none; }
#LaK1KWdT5cPULoewfeTMx63AE3mXpuKw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:2.8125rem;top:4.125rem;left:7.875rem;overflow:hidden;display:none; }
#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA > .row .container { background-color: transparent; background-image: none; }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA > .row .container > .video-iframe-container { display: none; }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA > .row > .video-iframe-container { display: none; }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA > .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); }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA > .row .container { border-width: 0; border-radius: 0; }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA > .row .container { font-size:0.875rem;font-family:raleway;height:28.375rem;width:75rem;position:relative;display:block; }#uRhKyEpUJGAKeRSIxxtPtu7JL3Fzyb0U { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.2812495231628rem;left:1.71875rem;height:5.84895625rem;font-style:normal;display:block; }
#SRbTq8Z7FIoV4MPqZNJHQHSsZNT43TAF { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:2.5rem;height:0;font-style:normal;display:block; }
#XzltHMg2gECZB3pVv6I3I9eOG4N89ty2 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.2808227539062rem;left:27.499999046326rem;height:13.81075rem;font-style:normal;display:block; }
#oau8VgQ80K8ish0EMMqfrK2vzHnSLFtc { background-color:#ff7842;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.124125rem;height:3.75rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:14.717014312744rem;left:56.936634063721rem;display:block; }
#iUEmUPMOuZhQcG1mHWEwoob4mDGCqpRD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FbRRyo2VftDAwgxINqOLbuUs8ary80ie { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:52.5rem;display:none; }
#DKCgeQUTvkdT6DOolqpgTRdQdXwzJPiR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iStlN7NTlR4Gsmxb4nASXG4n7bvRVqky { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6874995231631rem;left:1.71875rem;height:2.8489625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AFflCv0XokLGLUCAXeeiVO65H6k9LCVb { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.717841625214rem;left:1.71875rem;height:1.78125rem;font-style:normal;display:block; }
#Q1wFRn1m9ZcfCR5qCbLRHPk4U36x5IJ6 { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.5rem;height:1.381075rem;font-style:normal;display:block; }
#RkcOgvmZuyIe8MhZZwXTBaOhX5pCwKi2 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.015625rem;left:27.5rem;height:1.381075rem;font-style:normal;display:block; }
#JmxptltKOkMQycpSskozUPTZ5907wH4z { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:52.5rem;display:none; }
#B8btyaL9XeeAZIEFUWbdiCRq2S7636ST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dRtF74mnbNCPbNF8A3QqiRZKaB27iR3F { background-color:#45d9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1246875rem;height:3.75rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:7.96142578125rem;left:56.936847686767rem;display:block; }
#RfJcAdFAkemFWofPWAt20OrtwSn1TvMv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nDlNDIFIia5O4rBu08FI9edzvcDtPqqf { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:-14.875rem;display:block; }
#GQR3lQ0FvFgzyrfwqznbe47atBlaNddS { position:absolute;display:block;z-index:14999;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.8125rem;width:3.8125rem;top:4.0625rem;left:9.375rem;overflow:hidden;display:none; }
#Nsd4q8GRm9QiIqRs6gwqrbQz54wlqB9H { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:2.8125rem;top:4.125rem;left:7.875rem;overflow:hidden;display:none; }
#k40r0kgRaoWBZ3sEoTRK13vaTGHBTwQd { color:#000000;display:block;width:22.311625rem;position:absolute;font-family:urbane;font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:16.497355937958rem;left:1.71875rem;height:2.25rem;font-style:normal;display:block; }
#FI1n37vcPQqQq3sg9S3i07CJG26eTFKf { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:21.677951335907rem;left:1.75rem;height:4.2734375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JX7tlbQb1aw21XiPU4LBL3TFi3pAqOcE { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:21.677083969116rem;left:27.498264312744rem;height:1.381075rem;font-style:normal;display:block; }
#lraZV9CbATX7nEE8ruDiQIfTHMIzAH1M { background-color:#45d9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.124125rem;height:3.75rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:20.492189407349rem;left:56.936634063721rem;display:block; }
#yRbRbO5dzpOozkJKpkhnT6J9EdMmBBGw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X > .row .container { background-color: transparent; background-image: none; }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X > .row .container > .video-iframe-container { display: none; }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X > .row > .video-iframe-container { display: none; }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X > .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); }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X > .row .container { border-width: 0; border-radius: 0; }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X > .row .container { font-size:0.875rem;font-family:raleway;height:28.125rem;width:75rem;position:relative;display:block; }#DVcehS0zM08zDIEH1hkZQipJBN04Frc4 { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:1.625rem;height:5.84895625rem;font-style:normal;display:block; }
#TJs3WAfeyRbrpy6pTfTzSuvhE4s9GQHy { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:2.5rem;height:0;font-style:normal;display:block; }
#KCdxeLDpR6L4Naar6lS0Di2SvNJizmZR { color:#000000;display:block;width:21.625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.28125rem;left:27.5rem;height:9.667525rem;font-style:normal;display:block; }
#uSIwOXMooy3ZZlQZTag8E1ch5zFwyS3L { background-color:#ff7842;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.124125rem;height:3.75rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:14.717840909958rem;left:56.936634063721rem;display:block; }
#mydzICtKGcCzutyfiHTvTipRdWCbfUWJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hMfmKAQi6ppgoUvfDSHJaCDkLVcFxVsr { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:52.5rem;display:none; }
#geeqF5cJNBGaDnAgNUfeTovZabqTRw2p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uk0cINZuXgkDQiAKa6tqo8GP4Km1qdtl { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875002384187rem;left:1.625rem;height:2.8489625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dzKKFXAOdNXDbNZpTzEI0DwHNiMDKIgK { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.717881917954rem;left:1.625rem;height:1.78125rem;font-style:normal;display:block; }
#IIUBXkat53JsaSHycq77sFOWmS4UzlH8 { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.5rem;height:1.381075rem;font-style:normal;display:block; }
#iRsBKq6sXtHfdrmHgXGfoDLFF0smHiiO { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.015625rem;left:27.5rem;height:1.381075rem;font-style:normal;display:block; }
#BnGIHqzMqvQMGFRSikEDrLcVmZUPcxUC { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:52.5rem;display:none; }
#QAR9E21unyP8L9cT2RVplzE3cz38m8Ia { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LFV7mUv1sPwTp7wqLBQXp9yLMDcyr2tu { background-color:#45d9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1246875rem;height:3.75rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:7.96142578125rem;left:56.936847686767rem;display:block; }
#xTtUQ9yZV6waO5eBirSQvTAyaoioUuOb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AeTgirUUx9RvaZZcJHZT26ThP9sFsLne { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:-14.875rem;display:block; }
#Qe7KTNFiDppyUBkN1oGDVdNSl4a9AP59 { position:absolute;display:block;z-index:14999;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.8125rem;width:3.8125rem;top:4.0625rem;left:9.375rem;overflow:hidden;display:none; }
#SCgb3NmqbSKNXeDEk8aLd1z6LCJVzxAR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:2.8125rem;top:4.125rem;left:7.875rem;overflow:hidden;display:none; }
#lThGVw2diqltR6OmykE9VsPEHKHvU2Jd { color:#000000;display:block;width:22.311625rem;position:absolute;font-family:urbane;font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:16.09027838707rem;left:1.625rem;height:2.25rem;font-style:normal;display:block; }
#tvK4gBNQN0DIq3e7PikdqnuyNtmgKEzK { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:21.177952528rem;left:1.625rem;height:4.2734375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GX2XKsaFFnluNvhmdSNzWUABKQuwak80 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:21.177952528rem;left:27.5rem;height:1.381075rem;font-style:normal;display:block; }
#ZOLsBgFyCivi0U3zoNBTJmE50iuO0D6I { background-color:#45d9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.124125rem;height:3.75rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:21.177952528rem;left:56.936634063721rem;display:block; }
#y0Ukkf6aPbuX5ID5K303nk9otDeRdWoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T7aQBZPx5VMaFzfq1oHoZgATLNTRFTGP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T7aQBZPx5VMaFzfq1oHoZgATLNTRFTGP > .row .container { border-width: 0; border-radius: 0; }#T7aQBZPx5VMaFzfq1oHoZgATLNTRFTGP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7aQBZPx5VMaFzfq1oHoZgATLNTRFTGP > .row .container { font-size:0.875rem;font-family:raleway;height:22.375rem;width:75rem;position:relative;display:none; }#TMv1efAWCRKXlHLCkUp2cmAkE6wsNOmb { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.09375rem;left:2.5rem;height:5.84716875rem;font-style:normal;display:block; }
#utzmSmuh1aiz79xuvf6u0PKrq9cAO0eZ { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:2.5rem;height:0;font-style:normal;display:block; }
#APnaSIDehg7ishmNFs4hEsP4JTZR27MZ { color:#000000;display:block;width:19.749375rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9800205230713rem;left:27.624510765076rem;height:15.191275rem;font-style:normal;display:block; }
#L3nyZlHdmFpTZNJqIfXPsfiOgF6R6yrf { background-color:#ff7842;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1246875rem;height:3.75rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:13.733723640442rem;left:56.936846733093rem;display:block; }
#TtwX4xyI5bbPTCqTa6JRtTHWFBMKcPlA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLAxoFHsKVqUQzWqF7svF5TwKHtQElXk { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:52.5rem;display:none; }
#bDNsDFy5KLKLGiPl2J0C4CRv8bqkFMng { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e3TBpD3tsxXHSuCN86htvXaSQI78QWbU { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:2.5rem;height:2.8483125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GmNA2rl0VNToAMx8HAieiLvTqmilvyiV { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:2.5rem;height:1.78125rem;font-style:normal;display:block; }
#JgHl0bHhdyUcTQTeN78wN0IQFGFnT760 { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.5rem;height:1.381075rem;font-style:normal;display:block; }
#Z5lcpTl33Gycu4hqOezn2eEDc5utx7UH { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.015625rem;left:27.5rem;height:1.381075rem;font-style:normal;display:block; }
#fyQf3aF8bgTI2FBZ0CGc6pKcD3soy8XH { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:52.5rem;display:none; }
#yxgbJmxsysfHnt9MRIEmRk5Xm7QQtNzd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#USwLNURLk6P8Q8qUHOgNOU8yb8HbcpAm { background-color:#45d9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1246875rem;height:3.75rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:7.96142578125rem;left:56.936847686767rem;display:block; }
#banaklbOrmfHAGaBdbIbkGdiRTJQOq26 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ChrTaT5tX201DDO2ssFmdhokehMFkwHu { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:-14.875rem;display:block; }
#q3ZIFFy1CK871U8Eu6F1XQfscphylt5q { position:absolute;display:block;z-index:14999;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.8125rem;width:3.8125rem;top:4.0625rem;left:9.375rem;overflow:hidden;display:none; }
#mdFn3pgP6CGgq0Ir4PxVzZq4SdySwCqO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:2.8125rem;top:4.125rem;left:7.875rem;overflow:hidden;display:none; }
#yqEfng3nadtySONfa5475inJR3PAxmhe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yqEfng3nadtySONfa5475inJR3PAxmhe > .row .container { border-width: 0; border-radius: 0; }#yqEfng3nadtySONfa5475inJR3PAxmhe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqEfng3nadtySONfa5475inJR3PAxmhe > .row .container { font-size:0.875rem;font-family:raleway;height:22.375rem;width:75rem;position:relative;display:none; }#yAgimgKTUzp4aqFZLIwkVlyJoyCUB5Be { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.09375rem;left:2.5rem;height:5.84716875rem;font-style:normal;display:block; }
#MTiIEWm9Tw2sDlkc5qkmxe7Bt5TDUToM { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:2.5rem;height:0;font-style:normal;display:block; }
#qf4mqTipSlWDLsMXbr5lmOCVE3IqaXVg { color:#000000;display:block;width:19.749375rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9800205230713rem;left:27.624510765076rem;height:15.191275rem;font-style:normal;display:block; }
#Z1XxHJu2eG9Qnc3J7cgxAMlz0ueHvw8d { background-color:#ff7842;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1246875rem;height:3.75rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:13.733723640442rem;left:56.936846733093rem;display:block; }
#LXwJNXubAe77KM3TzZtXT8GPtIe27tr4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wh1TDeefPLPJixN5CaSIHp0PleD0QsA1 { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:52.5rem;display:none; }
#glGgt1nUS7pM1QISK5LRVS0TdqrCNgM0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AdOKJ1vQqvvVaaR7JpHPTyb4hkzAsSD8 { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:2.5rem;height:2.8483125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rfJsdnyCh5QWcScOfGuzXzsFZ35HDxOh { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:2.5rem;height:1.78125rem;font-style:normal;display:block; }
#EUBpFzVUeivxOWBAwIuNMFscHFtylSZM { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.5rem;height:1.381075rem;font-style:normal;display:block; }
#lDwCAvNDCSWzHhhPdayneS0o17tHQs0N { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.015625rem;left:27.5rem;height:1.381075rem;font-style:normal;display:block; }
#QkCHTmZeJOpxFTSFwPDmqQan5wmtqQAW { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:52.5rem;display:none; }
#T9sXE3Aqep4HaKvuo3HzcunOCyJgJxbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ielvDEPdmMQF0rxT7PosNCntP1qoMByB { background-color:#45d9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1246875rem;height:3.75rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:7.96142578125rem;left:56.936847686767rem;display:block; }
#UWBL43vkdp9lFtBG2t4kwfdnThvVhUcI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vWqXiFqVEiE3NhhKcEkD4ZdPE21BpPAs { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:-14.875rem;display:block; }
#pplFoO9AJXfDTMAUa4MTiCqhPRzOHiNW { position:absolute;display:block;z-index:14999;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.8125rem;width:3.8125rem;top:4.0625rem;left:9.375rem;overflow:hidden;display:none; }
#tI3AHdSTEFGDVxlqr8IqiPFoy0A69uvT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:2.8125rem;top:4.125rem;left:7.875rem;overflow:hidden;display:none; }
#UAWsTV1hNB1msnEc6hQK7tiMWOXeor12 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#UAWsTV1hNB1msnEc6hQK7tiMWOXeor12 > .row .container { background-color: transparent; background-image: none; }#UAWsTV1hNB1msnEc6hQK7tiMWOXeor12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAWsTV1hNB1msnEc6hQK7tiMWOXeor12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAWsTV1hNB1msnEc6hQK7tiMWOXeor12 > .row .container > .video-iframe-container { display: none; }#UAWsTV1hNB1msnEc6hQK7tiMWOXeor12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAWsTV1hNB1msnEc6hQK7tiMWOXeor12 > .row > .video-iframe-container { display: none; }#UAWsTV1hNB1msnEc6hQK7tiMWOXeor12 > .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); }#UAWsTV1hNB1msnEc6hQK7tiMWOXeor12 > .row .container { border-width: 0; border-radius: 0; }#UAWsTV1hNB1msnEc6hQK7tiMWOXeor12 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAWsTV1hNB1msnEc6hQK7tiMWOXeor12 > .row .container { font-size:0.875rem;font-family:raleway;height:31.125rem;width:75rem;position:relative;display:block; }#wWfWUEUBUl3S29I2uT0CWE2mxnEe9s6x { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.125rem;left:17.6875rem;height:4.7124rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MgpmQdJNMUPCZQIvH8BU1BTEnoc2LhTA { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15.0625rem;left:17.6875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lAIIC7LBOPLNzI9XrrWuwHl1Dy3DmpdQ { 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:15.5rem;width:21.8125rem;top:7.03125rem;left:42.375rem;overflow:hidden;display:block; }
#S5EPIXc7bJTVLNvSdge4yOAT4GCUnUTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S5EPIXc7bJTVLNvSdge4yOAT4GCUnUTD > .row .container { background-color: transparent; background-image: none; }#S5EPIXc7bJTVLNvSdge4yOAT4GCUnUTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5EPIXc7bJTVLNvSdge4yOAT4GCUnUTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5EPIXc7bJTVLNvSdge4yOAT4GCUnUTD > .row .container > .video-iframe-container { display: none; }#S5EPIXc7bJTVLNvSdge4yOAT4GCUnUTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5EPIXc7bJTVLNvSdge4yOAT4GCUnUTD > .row > .video-iframe-container { display: none; }#S5EPIXc7bJTVLNvSdge4yOAT4GCUnUTD > .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); }#S5EPIXc7bJTVLNvSdge4yOAT4GCUnUTD > .row .container { border-width: 0; border-radius: 0; }#S5EPIXc7bJTVLNvSdge4yOAT4GCUnUTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S5EPIXc7bJTVLNvSdge4yOAT4GCUnUTD > .row .container { font-size:0.875rem;font-family:raleway;height:75.9375rem;width:75rem;position:relative;display:block; }#dsvBdl0s4KTfy3VdDpH8eekITZwzBT81 { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.81201171875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#clG79Q6nqTDROvEAaRZne7HTEicrcUhc { 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:14.7480625rem;width:14.7480625rem;top:19.05712890625rem;left:52.3125rem;overflow:hidden;display:block; }
#Pst3ykVJog1vFqy0bELCA3fHRcbcRv5k { 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:10.125rem;width:9.5625rem;top:11.0927734375rem;left:40.875rem;overflow:hidden;display:block; }
#NnuInmvRI9u4GEH5qPOvMqJO041PMywq { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:14.75rem;top:14.1865234375rem;left:23.3125rem;overflow:hidden;display:block; }
#wANm3NNuuiJ3CZGaFgsrQ1tHrlpDGTps { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:10.875rem;top:10.7177734375rem;left:10rem;overflow:hidden;display:block; }
#MHNTbUKBJl4EPRsUvu9ym2O3wywXokwE { 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:7.875rem;width:11.25rem;top:64.68701171875rem;left:10.875rem;overflow:hidden;display:block; }
#s0EXcpqysnTHqkQOJWZ5HtfK0atJXiTX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:19.42919921875rem;left:8.875rem;overflow:hidden;display:block; }
#R6uga2uVf8AWmoaTkqFhD9lC8veM4ze7 { 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:7.9365rem;width:7.3125rem;top:22.14794921875rem;left:24.4375rem;overflow:hidden;display:block; }
#Fd33U5Aff3lvBfrhgACEthJKHBfXuA4c { 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:5.875rem;width:14.5rem;top:13.21826171875rem;left:51.25rem;overflow:hidden;display:block; }
#KEbliwrFE383hsOvyqCPG83CRJG6C2UN { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.812rem;width:8.625rem;top:39.90625rem;left:22.125rem;overflow:hidden;display:block; }
#t63Hg8LmyZzQyU3Tkvu7iNePGJQu4m29 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.874025rem;width:16.9365rem;top:22.9638671875rem;left:35.4375rem;overflow:hidden;display:block; }
#FsIJg3QuEp2PbmUiRMI4tSHL4hhgwSuT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:14.9375rem;top:31.5302734375rem;left:10.875rem;overflow:hidden;display:block; }
#elBGmbwiuqFM4FJWVLNwz9pvwzlwkNmy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:19.3125rem;top:32.7431640625rem;left:29.5625rem;overflow:hidden;display:block; }
#T32nr93IHfTQE4xnBrpAukUxh4haEV1q { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6855625rem;width:14.8125rem;top:46.966796875rem;left:50.3125rem;overflow:hidden;display:block; }
#iCW4ovea5hP4pP8r6nTBOP4ReHVlVzXB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:14.3745rem;top:40.0615234375rem;left:34.25rem;overflow:hidden;display:block; }
#S7kK6w1nAzKaKvQTFGE1c6MWI9saAJ5T { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:10.125rem;top:38.59375rem;left:10rem;overflow:hidden;display:block; }
#mE8gRiRHBpDQW9QLw5DH7Ir3M4TO1cs7 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:16.25rem;top:29.6552734375rem;left:49.625rem;overflow:hidden;display:block; }
#ylfnOXML4v5H6htgUerBS8LemnrNQ8El { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.311525rem;width:14.3100625rem;top:57.56201171875rem;left:10.875rem;overflow:hidden;display:block; }
#i9hoNnFawzH87xF3AHMMJxTaKbIpTSIV { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:61.5625rem;left:25.5rem;overflow:hidden;display:block; }
#icrskvT3LHigrLFp0sDynhlEp6TvJ5lq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1245125rem;width:22.6245rem;top:50.77978515625rem;left:26.125rem;overflow:hidden;display:block; }
#avUWf1iCSS6olGwbsvyts8CTXepQhK80 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12.75rem;top:65.5rem;left:52rem;overflow:hidden;display:block; }
#kQiApvEraAp7b2X0b9WWKWiv8r08SbQn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:11.25rem;top:50.77978515625rem;left:10.875rem;overflow:hidden;display:block; }
#S0SWWDolTzHScltu6qFSq9bA6mLTmCft { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:12.75rem;top:40.93603515625rem;left:51.25rem;overflow:hidden;display:block; }
#WUzSXnaoF880miBsgTSw90VcWGUztAwa { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.312rem;width:9.312rem;top:63.93701171875rem;left:39.4375rem;overflow:hidden;display:block; }
#XMRKeFEKkH5UGTxkhMnTtgDGTNQFkKcT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:12.1875rem;top:57.1240234375rem;left:27rem;overflow:hidden;display:block; }
#GHFnJga6rDKUpk13vsAKHhybk95Q7TEM { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:10.125rem;top:55.12451171875rem;left:41.25rem;overflow:hidden;display:block; }
#IgvfvV199pC3t5reVGxh1b0afZTJ0COd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:55.4365234375rem;left:53.5rem;overflow:hidden;display:block; }
#rPme0tGqU4TfbIhxTSEx32WThO0DlZxe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#rPme0tGqU4TfbIhxTSEx32WThO0DlZxe > .row .container { background-color: transparent; background-image: none; }#rPme0tGqU4TfbIhxTSEx32WThO0DlZxe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPme0tGqU4TfbIhxTSEx32WThO0DlZxe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPme0tGqU4TfbIhxTSEx32WThO0DlZxe > .row .container > .video-iframe-container { display: none; }#rPme0tGqU4TfbIhxTSEx32WThO0DlZxe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPme0tGqU4TfbIhxTSEx32WThO0DlZxe > .row > .video-iframe-container { display: none; }#rPme0tGqU4TfbIhxTSEx32WThO0DlZxe > .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); }#rPme0tGqU4TfbIhxTSEx32WThO0DlZxe > .row .container { border-width: 0; border-radius: 0; }#rPme0tGqU4TfbIhxTSEx32WThO0DlZxe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPme0tGqU4TfbIhxTSEx32WThO0DlZxe > .row .container { font-size:0.875rem;font-family:raleway;height:7.3125rem;width:75rem;position:relative;display:block; }#Uhhe0DUiFaXwiLFQlLkX4uBdc8GAnqMq { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:4.71245625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eEVwzTLRyLDRmlO3TGopm2clyk3QJXVr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#eEVwzTLRyLDRmlO3TGopm2clyk3QJXVr > .row .container { background-color: transparent; background-image: none; }#eEVwzTLRyLDRmlO3TGopm2clyk3QJXVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEVwzTLRyLDRmlO3TGopm2clyk3QJXVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEVwzTLRyLDRmlO3TGopm2clyk3QJXVr > .row .container > .video-iframe-container { display: none; }#eEVwzTLRyLDRmlO3TGopm2clyk3QJXVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEVwzTLRyLDRmlO3TGopm2clyk3QJXVr > .row > .video-iframe-container { display: none; }#eEVwzTLRyLDRmlO3TGopm2clyk3QJXVr > .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); }#eEVwzTLRyLDRmlO3TGopm2clyk3QJXVr > .row .container { border-width: 0; border-radius: 0; }#eEVwzTLRyLDRmlO3TGopm2clyk3QJXVr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eEVwzTLRyLDRmlO3TGopm2clyk3QJXVr > .row .container { font-size:0.875rem;font-family:raleway;height:36.9375rem;width:75rem;position:relative;display:block; }#KRSxDhCbOWtzARDTZvr8ZgpwK2e1uIWN { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:0.75rem;left:51.4375rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CZol6E0GyLgIzN7Z2dImAWdCC1DU9IiA { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.8125rem;left:43.25rem;height:1.54394375rem;text-align:center;text-align-last:center;display:block; }
#A42H5P4ML5Kc50c02QBDJ3tJ406gNkTt { position:absolute;display:block;z-index:15022;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:4.8125rem;left:55.125rem;display:block; }
#cIb2XvwaRHuSE8zGhLP0DMX8PaT3V0UN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.25rem;width:30rem;top:10.75rem;left:41.25rem;display:block; }
#f9V4OQraen57tVTLpRzAlPZ4VPOblTuX { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:0.75rem;left:13.9375rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SK1wWpQ2osk4gtqTp63lwGG8hA78xmWV { position:absolute;display:block;z-index:15026;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:4.8125rem;left:17.625rem;display:block; }
#UGIWHQ9MKBbRPiLwQualT40nl6Bgrmyf { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.8125rem;left:5.75rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#giGJ0ysmp5xzJi5DCuveXrqyhqbw6GUl { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.25rem;width:30rem;top:10.75rem;left:3.75rem;display:block; }
#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row .container { background-color: transparent; background-image: none; }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row .container > .video-iframe-container { display: none; }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row > .video-iframe-container { display: none; }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .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); }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row .container { border-width: 0; border-radius: 0; }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row .container { font-size:0.875rem;font-family:arial;height:119.75rem;width:75rem;position:relative;display:block; }#x8VXw8HLJqrySDITuxaXVuVlusq47MnX { background-color:#ff7842;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.75rem;height:5.99935rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:110.25243759155rem;left:23.125rem;display:block; }
#HVrND7niA9XPmflh64c6y58T9uc8lAgq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CwEN9BX0I3lomT5JtZ1vboKgVPJXwDSQ { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:gosha;font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3rem;left:10.781251907349rem;height:4.4692375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W1HVMz9F7EMiPIsOeRAhK8DWqrF0pDva { color:#000000;display:block;width:59.0625rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:11.873413085938rem;left:10.12451171875rem;height:10.23438125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J8cShVwDPE2rFPknCvTJIVgeVePDRuHr { color:#000000;display:block;width:60rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.62548828125rem;left:10.12451171875rem;height:10.234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BNv3d1NHCG3nk1m65RImN9DiT4TWQmST { color:#000000;display:block;width:58.9998125rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:47.400085449219rem;left:10.187175750733rem;height:13.64581875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QgnFQO5KyOpOcwQe5X7v9MZ69Gkg6KO5 { color:#16d7da;display:block;width:60rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:36.062377929688rem;left:10.12451171875rem;height:8.52864375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nxv1sQadS2gXJ9cvQlQxEyk5R95TLD7b { color:#000000;display:block;width:58.4375rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:63.75rem;left:10.375rem;height:6.82291875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WKc62dyqf7rdBZ7zMqVTkpkEaJsw3Br1 { color:#16d7da;display:block;width:60rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:74.75rem;left:10.3125rem;height:5.11719375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZPcJH7oVHURNyuxsdPJ3Xzk2eqpB69bO { color:#16d7da;display:block;width:56.875rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:96.75rem;left:10.375rem;height:10.23438125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cROaSWefb1wI8RdTVnQTvi4Tyzl13N8l { color:#16d7da;display:block;width:54.5621875rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:83.25rem;left:10.3125rem;height:10.2344rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container { background-color: transparent; background-image: none; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container > .video-iframe-container { display: none; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row > .video-iframe-container { display: none; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .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); }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container { border-width: 0; border-radius: 0; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#aTn82JFaTTvGgOH42gxNdfG3ROaaIZHC { position:absolute;display:block;z-index:15000;background-color:#45d9ff;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: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:28.625rem;width:74.9375rem;top:1.75rem;left:0.0625rem;display:block; }
#HuMe1xrpGoeXWltfOSm1pLX9Ohy61qFE { color:#000000;display:block;width:62.375rem;position:absolute;font-family:gosha;font-size:3.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9674682617188rem;left:2.9044609069824rem;height:4.631075rem;text-align:center;text-align-last:center;display:block; }
#MnCmn3JWO0qpu0Ql3Tc2D25llabi6kcp { color:#ffffff;display:block;width:45.375rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:12.718749523163rem;left:21.936460494995rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#u4k4MXJVsIkmp9wUxmyiMF80lp7JiQET { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:urbane;font-size:0.6875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:24.249633789062rem;left:19.843097686767rem;height:2.0625rem;display:block; }
#Tt4077pzuS30CCuHFHnlg5KQpgpySlpv { 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:9.375rem;width:9.25rem;top:11.406249523163rem;left:44.750001907349rem;overflow:hidden;display:block; }
#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U { position:relative;display:block; }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U { background-color: transparent; background-image: none; }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U > .row .container > .video-iframe-container { display: none; }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U > .row > .video-iframe-container { display: none; }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U > .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); }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U { border-width: 0; border-radius: 0; }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U > .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; }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U > .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:15.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K38FloffNmArLu7ROCWC6sRQMCiaTEzL { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:8.062526881695rem;left:49.749135971069rem;height:4.21875rem;text-align:right;text-align-last:right;display:block; }
#Cpoxl5dKUKfZPqdu7kMaihdp76g0qO9h { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:4.2187768816948rem;left:49.749135971069rem;height:6.75rem;text-align:right;text-align-last:right;display:block; }
#VyBETCdngAq6IkqbzTwTMeoHmXigJ7CU { 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:3.125rem;width:7.9375rem;top:6.625rem;left:0rem;overflow:hidden;display:block; }
#yCZyGrxpaURnmGb70ICpF1gXaMClIOtb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yCZyGrxpaURnmGb70ICpF1gXaMClIOtb > .row .container { border-width: 0; border-radius: 0; }#yCZyGrxpaURnmGb70ICpF1gXaMClIOtb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yCZyGrxpaURnmGb70ICpF1gXaMClIOtb > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:none; }#cmcDSUBUAzyiWFA6TsAC7CfncZws1nnJ { 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:35.8125rem;width:23.8125rem;top:1.8750119209289rem;left:42.248964309692rem;overflow:hidden;display:block; }
#QqO3Mbgr1TdNqJHgoHoru9S8seKcziNb { position:absolute;display:block;z-index:15001;background-color:#a2ffa2;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: 0.0625rem 0.0625rem 1.625rem rgba(0,0,0,0.45) ;height:20.625rem;width:55.8125rem;top:30.562513351441rem;left:0rem;display:block; }
#KWBSc3WKa2ube8qphuK6C3B8x5q0UzDI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:12.9375rem;top:23.816667556762rem;left:62.062501907349rem;overflow:hidden;display:block; }
#nPa4gpcGO8Qkx3hxmNBtcVL3Dpm8chxC { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:0.71875rem;left:7.21875rem;height:12.8125rem;text-align:center;text-align-last:center;display:none; }
#RxbKkL86vJmINCENtk7Wz9EdE2ms4NnA { color:#ffffff;display:block;width:36.8125rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:10.454166412354rem;left:0rem;height:1.9rem;display:block; }
#CrdIBMlVJdWf3r6pMEQsowS0ibGr2Ux2 { color:#ffffff;display:block;width:36.8125rem;position:absolute;font-family:urbane;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:2.1559243202209rem;left:0rem;height:27.5rem;text-align:left;text-align-last:left;display:block; }
#coiMM83duJH43581TwxwK89XHU2p26cT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#coiMM83duJH43581TwxwK89XHU2p26cT > .row .container { border-width: 0; border-radius: 0; }#coiMM83duJH43581TwxwK89XHU2p26cT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#coiMM83duJH43581TwxwK89XHU2p26cT > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:none; }#I99TBoQpKPsB4Dxln9IUAtfZ0aZkgNi7 { color:#ffffff;display:block;width:44.6229375rem;position:absolute;font-family:urbane;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:2.8743495941162rem;left:5.3434257507324rem;height:16.38180625rem;text-align:center;text-align-last:center;display:block; }
#IcduXMWETJqquaqVhdzwDaPH2985iInG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0038b5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IcduXMWETJqquaqVhdzwDaPH2985iInG > .row .container { border-width: 0; border-radius: 0; }#IcduXMWETJqquaqVhdzwDaPH2985iInG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IcduXMWETJqquaqVhdzwDaPH2985iInG > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:none; }#IzfIR6HDkQCFpD6OSwBDygkUL9ds7q7f { color:#000000;display:block;width:69.125rem;position:absolute;font-family:gosha;font-size:3.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4993286132812rem;left:2.56201171875rem;height:4.30625rem;text-align:center;text-align-last:center;display:block; }
#WoSXd8kWkm1suNAfzZxPAVIgnox2gMyi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0038b5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WoSXd8kWkm1suNAfzZxPAVIgnox2gMyi > .row .container { border-width: 0; border-radius: 0; }#WoSXd8kWkm1suNAfzZxPAVIgnox2gMyi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoSXd8kWkm1suNAfzZxPAVIgnox2gMyi > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:none; }#sDHD29sHwIe5g2LDCUEVVdTcTvNg5sny { 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:15.4375rem;width:14.0625rem;top:5.40625rem;left:-7.8125rem;overflow:hidden;display:block; }
#xtzvo7ML8H55CwPKTGW61UWzzD4hZ6Kz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:34.5rem;width:61.375rem;top:1.3125004768372rem;left:6.8249988555906rem;display:block; }
#TE14TSr7elyQXSElU7GUEtGAGs3EL0IU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:14.0625rem;top:5.4062509536743rem;left:-21.875rem;overflow:hidden;display:block; }
#yHzDn5e6eeWWkfXBRdD8nvvS7eT7C0Hy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0038b5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yHzDn5e6eeWWkfXBRdD8nvvS7eT7C0Hy > .row .container { border-width: 0; border-radius: 0; }#yHzDn5e6eeWWkfXBRdD8nvvS7eT7C0Hy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yHzDn5e6eeWWkfXBRdD8nvvS7eT7C0Hy > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:none; }#aF03R8JRGkUWCepKwsPUDzlzh3b7VQit { 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:#0038b5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9354375rem;height:4.62291875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:11.875001907349rem;left:28.031251907349rem;display:block; }
#Ie33m3Zvvd5feBZsklGuch3vTTSwFMVg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h21leAmrr9VfdTKT3nOTwhuDi4yUTcKm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#611f94;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#h21leAmrr9VfdTKT3nOTwhuDi4yUTcKm > .row .container { border-width: 0; border-radius: 0; }#h21leAmrr9VfdTKT3nOTwhuDi4yUTcKm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h21leAmrr9VfdTKT3nOTwhuDi4yUTcKm > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:none; }#DIyfIARH0J63KW97pVnmmisBBiyHyDce { color:#ffffff;display:block;width:53.4375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.9;letter-spacing:0;top:1.34375rem;left:7.5rem;height:2.6125rem;text-align:left;text-align-last:left;display:block; }
#zfBE8BCusa4hL4NSi6XZtqFG9ZothRfl { color:#ff7842;display:block;width:3.375rem;position:absolute;font-family:gosha;font-size:2.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.625rem;left:2.9993495941162rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#aOmdBQ6hdp47H2QGVBzopLrQuH9stG5W { color:#ffffff;display:block;width:57.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:4.0625rem;left:7.5rem;height:4.05rem;display:block; }
#x8r373mbAID0QUTQH7G891ts5bwsLyvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#611f94;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#x8r373mbAID0QUTQH7G891ts5bwsLyvo > .row .container { border-width: 0; border-radius: 0; }#x8r373mbAID0QUTQH7G891ts5bwsLyvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8r373mbAID0QUTQH7G891ts5bwsLyvo > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:none; }#IlzodBsPP2o2LE4x6ZLJA5DrxIq8xeyo { color:#ff7842;display:block;width:4.125rem;position:absolute;font-family:gosha;font-size:2.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.625rem;left:2.4375rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#yRIIXNrsNchoiR5fNut3AW34Xr9Qmfyp { color:#ffffff;display:block;width:53.4375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.9;letter-spacing:0;top:1.3318710327149rem;left:7.4002285003663rem;height:2.6125rem;text-align:left;text-align-last:left;display:block; }
#sCmA1GAMZdmBTaIA8JAbBlGeWtVM4Wra { color:#ffffff;display:block;width:57.874375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:3.9355459213257rem;left:7.39990234375rem;height:4.05rem;display:block; }
#HxzdpZlrr1eTcR349Pz40R5cEb1s1Zuu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#611f94;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HxzdpZlrr1eTcR349Pz40R5cEb1s1Zuu > .row .container { border-width: 0; border-radius: 0; }#HxzdpZlrr1eTcR349Pz40R5cEb1s1Zuu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxzdpZlrr1eTcR349Pz40R5cEb1s1Zuu > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:none; }#kRTDHqpKdzJ0qG0zJaH6UgXAVCPyxODa { color:#ff7842;display:block;width:4.125rem;position:absolute;font-family:gosha;font-size:2.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.625rem;left:2.4375rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#moyNGxyTmzdkxFdWVmqeJv4BNqAJG9ac { color:#ffffff;display:block;width:53.4375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.9;letter-spacing:0;top:1.2068710327149rem;left:7.5618495941163rem;height:2.6125rem;text-align:left;text-align-last:left;display:block; }
#sCwbAXkbf6NFdkC9AolF03N2LqklpvrT { color:#ffffff;display:block;width:57.874375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:4.375rem;left:7.5618495941163rem;height:6.075rem;display:block; }
#lNRZzGTUThCHgRirekcVcqpcQag6yND2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#611f94;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lNRZzGTUThCHgRirekcVcqpcQag6yND2 > .row .container { border-width: 0; border-radius: 0; }#lNRZzGTUThCHgRirekcVcqpcQag6yND2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lNRZzGTUThCHgRirekcVcqpcQag6yND2 > .row .container { font-size:0.875rem;font-family:arial;height:88.3125rem;width:75rem;position:relative;display:none; }#RaneztcQcICcp9c7RzrFCGmIN6ZlST1v { color:#000000;display:block;width:69.124375rem;position:absolute;font-family:gosha;font-size:3.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0924491882324rem;left:2.93701171875rem;height:4.63135rem;text-align:center;text-align-last:center;display:block; }
#J1sAwm6pbS2ziCX6NiFP1XoMpfX0DRwa { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.9375rem;width:25.8125rem;top:12.194009780884rem;left:5.2750663757324rem;overflow:hidden;display:block; }
#T9TTgR1tTPgKOPf2y1vL6Mi7hAhZ1C4T { color:#ffffff;display:block;width:36.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:16.032712936401rem;left:35.936687469483rem;height:28.475rem;display:block; }
#Pqo1z1r7eKN3DswTv2zy0c0NVhzUwGHp { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:25.75rem;top:56.123046875rem;left:43.900554656983rem;overflow:hidden;display:block; }
#FuFHND0chnqcwsBMMCUiwbcD19uRKSS4 { color:#ffffff;display:block;width:32.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:56.123046875rem;left:5.2750663757324rem;height:28.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #FCCzQkOnP46XN6h6aucysd3tlUeRsIbK { width:47.75rem;height:4.1875rem;top:27.875rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEHe7bPs63ishSo6BRbb8FWDSexZX05R { width:18.75rem;height:5.37395625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmA5TLPqTd8xD9boXm6UCB30bWXzklfX { width:22.6875rem;height:5.125rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKAVNICPCvx76Hu4IfQQDR73PKs3WK7Z { display:block; }
 }@media only screen and (max-width: 763px) { #arRlJP5ZlkaLTduePDAEGNT40kp7ft14 { width:24rem;height:4.625rem;top:0.3125rem;left:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqhFRw35rGre6Ss33XiqaaX2MMBz0aiL { width:47.75rem;height:8.8125rem;top:18.375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm4yLxTTU5sif9IgmXVKNGblsUT5laiU { width:47.75rem;height:3.375rem;top:15.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grnuGtteEvAPBzPPe4VAlpAuIaFfsv2h { width:22.6875rem;height:5.125rem;top:35.8125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd1LT45Sy1B2gEsxb4aKr24PnogygwqQ { display:block; }
 }@media only screen and (max-width: 763px) { #CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv { display:block; }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCG9H4P1hNFMOEUQkyg9IBaVVoWVpyHI { width:47.75rem;height:8.875rem;top:1.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU6JAMkDZuhWBlKXRUOHUTuUwwlcws3P { width:31.75rem;height:45.4375rem;top:15.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIPfm24mZkPuyzUo6GP3vt0M88pO8TRs { width:47.75rem;height:25.905550581916rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZbp8AhBrQqKsg4INUx8otcMQRpRnzed { display:block; }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyGFW551xLw7nIvbfhkWQzL3h5rZust0 { width:1.25rem;height:2rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiMAacEOd6J016DCIv01nPKD8XWJr6CU { width:47.75rem;height:4.5rem;top:2.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRIVnLB8TQZ7ZgmJI0F03b0fvQATP7y4 { width:38.25rem;height:33.63242433734rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFBdB5cV2MKE5m9p23cam6m3TuXyHBUu { width:29.75rem;height:29.5625rem;top:14.75rem;left:18rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n { display:block; }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Da74xn0OQozSfO4guatDci9aZNkTx6pq { width:47.75rem;height:8.875rem;top:3rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcthbcdbfin1bxL3bIhB9VkuGtCB7kbP { width:20.0625rem;height:10.9375rem;top:16.3125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7y31EaC3SHMg3KVTJ03U6hHv8KAwWiT { width:35rem;height:40.4375rem;top:22rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs { display:block; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCh3gIpyvdXLzfP7oXWhgNF5NoKkgQF2 { width:47.75rem;height:4.5rem;top:2.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p10wdBsBWkxOPxrzX1TzVXKIqeH5RTrF { width:47.75rem;height:5rem;top:10rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWywGqxMUPEsuHxVNszsvTfg5RZ9rdF7 { width:25.6875rem;height:5.5rem;top:18.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVnPwov7ZZackrHdbXNUF8CtLL0Mqhkk { width:33rem;height:3.0625rem;top:20.375rem;left:14.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrykPbUaJdfAcFrTPCXMhqlIF1xUTbpB { width:25.6875rem;height:5.5rem;top:25.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xykfo2T5upHTA8I4dVTD1ZFr9rmbXIZt { width:25.6875rem;height:5.5rem;top:32.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #igJlZBDCFuGeHGAZQ8HsPKB3GS9NgdK4 { width:25.6875rem;height:5.5rem;top:40.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHOwgdBCDVlnDc253W5awFTzVg02QlW6 { width:25.6875rem;height:5.5rem;top:48.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7J6PGOkArAL8AxZq3m6RlUmwAoRmBS1 { width:33rem;height:3.0625rem;top:27.4375rem;left:14.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVnRkqV7T4urC9xt6JmDaKbaI2eiShCT { width:33rem;height:3.0625rem;top:34.625rem;left:14.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWG3K6kOgKNyzDv47xC9gMEaA0EQ2JBI { width:33rem;height:3.0625rem;top:41.8125rem;left:14.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALrpe7RvpW9sBADG5pdnH06K7g2nVvvd { width:33rem;height:3.0625rem;top:49.75rem;left:14.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpdrKvqXK9bc4LmcFeXGndM3T624pZnW { width:43rem;height:1.5rem;top:56.375rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEeTR6p94CxsReSUqISONsVRtQG2rpkV { display:block; }#sEeTR6p94CxsReSUqISONsVRtQG2rpkV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #agHXON5vTviyS3icSqw5gsgVf6TDmhxG { width:47.75rem;height:4.4375rem;top:2.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il7oZMDwsiR4gi0L6hBvStCbeyd7XluW { width:47.75rem;height:26.803707138936rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMgPsppUimeBXR2z4qgoemvGaUv4tg9l { display:block; }#rMgPsppUimeBXR2z4qgoemvGaUv4tg9l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPzcozesdyBA7PMRfVaapOFoBznQJsni { width:47.75rem;height:4.5rem;top:3.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMyQIfz4yaaeHGtaHKVA7DI6LKgokM1G { width:47.75rem;height:4.4375rem;top:8.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s49c3aZ6NhsCU4rB7FufbuzHX48SxraD { display:block; }#s49c3aZ6NhsCU4rB7FufbuzHX48SxraD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1ZP08cL95kJLSSz6nMRNn1VGiUnivZg { width:29.25rem;height:7.1875rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmiF2sLzRP55Zl8JFZag05rOWJIKZdbV { width:29.8125rem;height:5.4375rem;top:23.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne0sdrGRwBLkK5NfyBuOgAefybs3ixsd { width:29.8125rem;height:7.1875rem;top:38.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2093R4g8pLhRPlBMl1CyS4yWAEcCRRI { width:29.8125rem;height:8.9375rem;top:53.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqkbOVXse95iTSCVnvzifA1k3dXRJUyH { width:29.8125rem;height:8.9375rem;top:7.625rem;left:17.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbTe4yz0k1x2wnEgTlz1LHHa5yyR7xBK { width:29.8125rem;height:8.9375rem;top:23.3125rem;left:17.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAFaltsqMl2rW4O4hZ2SXXQfhkkiKnTO { width:11.625rem;height:10.5rem;top:15.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZAixCkcaybBrZPFcwyOIVUNSJ4qgrPs { width:11.5625rem;height:10.4375rem;top:30.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLTBbOvKiIryUaIsTUkrDDTFSr8ImM0D { width:11.625rem;height:10.5rem;top:0rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTVVnIPElTsSDULUTenX7XwC3TB8tw9I { width:11.5625rem;height:10.4375rem;top:45.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzl8P4ZeamGFRnuag07umZPL68vToSIp { width:11.5625rem;height:10.4375rem;top:15.5rem;left:12.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAqu77qPKod72BUNcnRUxePnDlNF5bCc { width:11.5625rem;height:10.4375rem;top:32.625rem;left:12.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKOuULFsx6XWvk3HRBakdLrNM9wwDVah { width:24.8125rem;height:2.1875rem;top:5.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N56N5RtTCfe1mNmzRdfvfis8ev8ToHJk { width:24.8125rem;height:2.1875rem;top:20.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK9u5BpeN2o6qqHSRobJR8xE1MZR55hD { width:24.375rem;height:2.3125rem;top:35.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwRe5HT415Xm7UQwT3LR9SSPnVI1Ndry { width:24.8125rem;height:2.1875rem;top:50.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1qFht5WopMTxLfZOcqhfHCcklxQGnx1 { width:24.8125rem;height:2.1875rem;top:4.9375rem;left:22.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCqEThgv2xqttsTG5TpMPFO4nszcEC0c { width:24.8125rem;height:2.1875rem;top:20.875rem;left:22.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGgGuckoCXlnL5fGtA1XGQge3dd7eTNo { width:24.8125rem;height:2.1875rem;top:55.125rem;left:22.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #isRfW8sVgWJTkRTCqe8LDXvXxL0XFrbh { width:13.1875rem;height:13.1875rem;top:60.4375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouVKLIST2p1QiNmKhotpnzrETd6PiDrC { width:11.5625rem;height:10.4375rem;top:0rem;left:12.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VccXMSbkGTdqqBsXvAllGggzK8zRTqfx { width:11.5625rem;height:10.4375rem;top:48.5rem;left:23.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnKFzuAvsHy1a1wk0SfIp6GTZBzgFqtx { width:24.8125rem;height:2.1875rem;top:38rem;left:22.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKgPd0LzZPMf9x2iBB3FEwv4X8rc3Gnp { width:29.8125rem;height:5.375rem;top:40.375rem;left:17.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3TCt0V4wtyLLpv2CudShT3rOEceBMWh { width:13.1875rem;height:13.1875rem;top:60.4375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQyrcdz0ePqCFeZDPxamrIJWOoTePkFZ { width:1.25rem;height:2rem;top:7.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i { display:block; }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLekpoJ8ny95s1tO8VCeTKomgd4hVRnU { width:47.75rem;height:4.5rem;top:3.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl { display:block; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVfTwL7JhGrRJlMXRCbn4OtzfSEqL11x { width:33.3125rem;height:29.875rem;top:1.5625rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDAXnuZnESOJFTuhJUf8Gtl27TlDM4Xg { width:4.125rem;height:4.25rem;top:37.125rem;left:23.875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWfGvAhGWFgIRwFQR5ZDwkBITcULc4cO { width:33.3125rem;height:2.0625rem;top:34.9375rem;left:14.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbNQhBOzF5fVbrFOvhaCaplq1Olt8nKw { width:33.3125rem;height:2.0625rem;top:41.25rem;left:14.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAhg18gh4oqIIQnyHuNed0IeIWVgcpFK { width:32.9375rem;height:40.111455245788rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOCbUqoPDGQAspuukc2xvx1EL8Tl5fpt { width:4.0625rem;height:4.0625rem;top:37.25rem;left:25.309566497802rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4Hpb800WC03lAfeNkFB32TyqyBDmND4 { width:4.0625rem;height:4.1859455883958rem;top:43.3125rem;left:23.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRLvmrLfcnwNwPXvHCLW1SDT44uxI2SP { width:4.0625rem;height:4.0625rem;top:43.5rem;left:25.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Mr9WTdw1bSw0pulvuIMV05T8QJGpKk { width:2.9375rem;height:2.75rem;top:37.875rem;left:31.423610687256rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihaHyqcq09JmwTTyKlJ2ivxwVCdOtXTP { width:2.9375rem;height:2.75rem;top:44.0625rem;left:31.423610687256rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBahcxQU3S4xqCTkfuc6RNwqJg1gKyZ3 { display:block; }#nBahcxQU3S4xqCTkfuc6RNwqJg1gKyZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrpFArbX3LNZb1rGdRmJuFtFXg1Qxp8v { width:47.75rem;height:6.625rem;top:5.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR1K07fVOQOVx64sv17z2CvVok7TWKrM { width:47.75rem;height:18.75rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbTAhJGpvnJBReNwo8u9VkL7DRGQLmgQ { width:25.8125rem;height:4.875rem;top:13.6875rem;left:10.934898376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsCTDaz14xtKxFoCTBE94Bnbq5f24c9f { display:block; }
 }@media only screen and (max-width: 763px) { #TbJXCNPp7FXCgfVxegbDyRetyqw6dGXM { display:block; }#TbJXCNPp7FXCgfVxegbDyRetyqw6dGXM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPcb3cgd3cHkfmuH4Vr9y3ZBgbrKZ7Sd { display:block; }#dPcb3cgd3cHkfmuH4Vr9y3ZBgbrKZ7Sd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQ0HsnDMqhSmKOhL050TAQtZHrGWrSF6 { width:47.75rem;height:4.5rem;top:2.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQk6hw5qMKB6rBGpCaOqigGv3Qw7JUWU { width:1.25rem;height:2rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqIvifGDQVgVdTihJJefhwa1Izlut2re { width:40.125rem;height:3rem;top:12rem;left:7.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyV87WgdWTbCAfmVznXpCtsEDASfzgwK { width:27.8125rem;height:39.5621875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL2MDxxAUU0yle79pZXDe6brHmUbIUTn { width:27.8125rem;height:41.625rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdNyGmdpS0vwblsfC3ql7GoaWPwEPTUT { width:38.5625rem;height:;top:20.0625rem;left:9.1875rem;font-size:1rem;display:block; }#CdNyGmdpS0vwblsfC3ql7GoaWPwEPTUT li:before{  }
 }@media only screen and (max-width: 763px) { #DAZLlKMBDogGeWhtsxmDx9SQs5VWrPDK { width:27.8125rem;height:21.875rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #meBhIQWwnob545FhW0RfhTrO7R72x2ky { width:40.625rem;height:15.1875rem;top:44.25rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMeDX5Tak1eLdMFdvsTMt30nHIEgvL0q { width:1.25rem;height:2rem;top:7.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 { display:block; }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OM7AGI15zf0ZgBKECfN23GBAToxFMuah { width:47.75rem;height:4.5rem;top:2.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4F6n4sBnFoobZKtDSw46I50CIaNwfsJ { width:19.75rem;height:5.5rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU7PVvS3bFbi3JWnPkDWMyD2ovrOfKL4 { width:20rem;height:5.625rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXqZ4E5C5eOxWpVhIGHvtTw9oRvL7RN9 { display:block; }
 }@media only screen and (max-width: 763px) { #z7MGsLw92eyKTJgEPEWhLWuvqtMKPTUD { width:19.75rem;height:5.5rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMfUM8T9tzaNb8OSuhkMAsp4rR2ob2Mg { width:19.75rem;height:5.5rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5Q19WvPCp37EUlwBfba9Osmryn7lfO0 { width:19.75rem;height:5.5rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRuRAAdtH9M9t28AFPZzfRlDIWnTZK0s { width:19.75rem;height:5.5rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI90L6iyq2eIPME5gm7SDCTTt0Zm0xAB { width:15.6875rem;height:3.625rem;top:13.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flW5FFpLSdNodnynk2hXp8Ls9rdQt42k { width:15.6875rem;height:3.125rem;top:20.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPRUGNhpfNcOWcEmWGGqP19pfXZFTq6t { width:15.6875rem;height:3.125rem;top:25.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODpyJFIp8OEur4LXlBtRuwUvOIeWpkXW { width:15.6875rem;height:1.5625rem;top:31.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMvTMJTl4DhJkvywXWTgyHD7BL5ISFHC { width:15.6875rem;height:1.5625rem;top:37.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htk3GP5FXeV4snRqkUsXJJtkw3J5thHM { width:28.1875rem;height:5.625rem;top:12.5625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrV2cgcTFfp9TDQiBLs48d06gpbaHyaH { width:28.1875rem;height:5.75rem;top:23.875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8EsFTkbySHPCKtTxc9OMJliMUXZqz6l { width:28.3125rem;height:5.625rem;top:41.125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSPVrXw89d2DEyfUz9U6KxMaUeB2UaDv { display:block; }
 }@media only screen and (max-width: 763px) { #T8FrQAbzDyh2tEu3SKdMqRup3E3GTH1U { width:27rem;height:3.625rem;top:51.5625rem;left:10.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIx0i8Cqzk7gkvkJXRPX8PJSF9aIpOTT { width:15.6875rem;height:3.125rem;top:20.0625rem;left:32.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc7lzZZcUJT9sCVXEfbSF436Ua9Xt9kh { width:15.6875rem;height:3.125rem;top:25.625rem;left:32.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf65xDgavh5FDLxXrNkmtH9yPIIWrBDs { width:15.6875rem;height:1.5625rem;top:31.75rem;left:32.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhqXyX9XmliV4BLkG2cPeCrvIiv35h5o { width:15.6875rem;height:1.5625rem;top:37.5rem;left:32.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTfSgpk6VUCXB7KSZMlL4FMQ7byA6sRw { width:28.125rem;height:5.6875rem;top:18.4375rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKpcZbImniTy4egOPyqQ4r9MnWxnUkeI { width:28.125rem;height:5.6875rem;top:29.6875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAegghzA9XtPZpV8VolGcSsHlCkAHA0Q { width:28.125rem;height:5.6875rem;top:35.125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9L6lq7zs3C1m6Lpv00ya6Ta5RT5kwcz { width:47.75rem;height:21.25rem;top:104.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5altk43KDLW44TuMNma6k7suU0mlmCL { width:22.5rem;height:1.6875rem;top:127.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBpUd7g2kTyLV4tbbL7ypQ5g7WXRKTEO { width:25.8125rem;height:4.875rem;top:94.625rem;left:10.936630249024rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1ZshQhWvRmyL9uVDydAr3skBLoWFEII { display:block; }
 }@media only screen and (max-width: 763px) { #oLdHnltOoUSJEeeiA7KLlvwo3rAy7Bvu { width:15.6875rem;height:1.5625rem;top:31.75rem;left:32.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3i6EhV3yavEWq9LFnbpzmsMPRe6gTEF { width:28.125rem;height:5.6875rem;top:18.4375rem;left:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #H1Ww8f236UMpSmeENoS0NeOQJVyNITry { width:15.6875rem;height:1.5625rem;top:37.5rem;left:32.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkIuul4fsxceRWrkmLigdd2W7WioUAzZ { width:28.1875rem;height:5.625rem;top:50.5625rem;left:9.7256927490238rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4IUnrAfsbg7arAXBo1FsMOp3hTahAzi { width:27rem;height:3.625rem;top:13.5rem;left:20.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHadqpuD6kfPDJzzm5HwIzpprL52wu3C { width:28.125rem;height:5.6875rem;top:56.3125rem;left:9.7256927490238rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0r1oGJc62ZzcQeS8osBuUziVsqx3sVW { width:28.125rem;height:5.6875rem;top:62.1875rem;left:9.7248268127444rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk2XBpOkxXpkIKWs6OVnkETvNp4D1Wst { width:28.125rem;height:5.6875rem;top:68rem;left:9.7248268127444rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykvchrc7sbckIuuTFnSZH3JnTWPVHfs7 { width:28.1875rem;height:5.75rem;top:73.875rem;left:9.7256927490238rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCmThn2oweVJPgQnZCQ2HTWrxcdHTisd { width:28.125rem;height:5.6875rem;top:79.75rem;left:9.7256927490238rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfBAQ84QsP8QqKDRry8clKp47PRUhwVr { width:15.6875rem;height:3.125rem;top:57.625rem;left:15.998264312744rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci3x99RPSUcBEREJDTKtSnimQF9cT89R { width:15.6875rem;height:3.125rem;top:63.5rem;left:15.999130249024rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTanHt0Aza4oTMdvrzv7ez6qqQn2HlSu { width:15.6875rem;height:1.5625rem;top:70.1875rem;left:15.999130249024rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3hFTWnh3QGlnu8nt6WMRVoWLOnhC9mV { width:15.6875rem;height:1.5625rem;top:76rem;left:16.000869750976rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCDuprZ57uvQRXfBt6oWHyP7TRNOUyTf { width:12.5rem;height:;top:89.4375rem;left:21.236110687256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fizGRt4KpF86nZwIRPkyVN9z0Qys5RiU { width:28.3125rem;height:5.625rem;top:85.625rem;left:9.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez3ZCEEv7hozkMwlviATrtxQWcHSauuu { display:block; }
 }@media only screen and (max-width: 763px) { #fndqx1zTNkeMhSBpN4ybKJ952J1dVTqI { width:21.125rem;height:3.125rem;top:81.0625rem;left:14.590278625488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t95G0EB3kmJFIhBuXsbnT9t2RGG6hHO5 { width:12.5rem;height:6.25rem;top:44.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9fsnSXvWUh59kfDF9x4u2KoP7J19eEO { display:block; }#E9fsnSXvWUh59kfDF9x4u2KoP7J19eEO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVqqVTZ2xKtOIgPpDK2C2QEeJSEDlphK { width:47.75rem;height:9rem;top:3.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyMHlkIaBNignsIJM0yGrFQ6COMITJGO { width:47.75rem;height:35.5rem;top:21.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSInKKb6vyEeOkNvZf8JlU9QfK9oTyWp { width:18.5625rem;height:6.4156938455344rem;top:13rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEvhSTV6TZfywVOUsG4QhCp05LMURe1i { display:block; }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tREyLIM8BLWrBRyHSTIJ6BsiFTHgLSkr { width:47.75rem;height:4.5rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6JPW2iudNXpFMxvMZJg2wfpRusyrZvl { width:47.75rem;height:2.75rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeG4u0ToA9Tm9m6hSw3llV99yqD1RcmP { display:none; }#EeG4u0ToA9Tm9m6hSw3llV99yqD1RcmP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e4nIOVMt3ngJo8WLuawGeF6vAIeF4oJi { width:17.875rem;height:5.8125rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMP1a5ofTzbir658t5pC8geXIIWF38nn { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvs77dlPFr6Le0gHvWWLea5RwxIH7WQJ { width:21.625rem;height:13.75rem;top:2.25rem;left:10.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax0AxKRZq5uZ1TKGgNnS9LPb4k18WNsD { width:11.0625rem;height:3.75rem;top:13.6875rem;left:34.124346733093rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6NLOcQhaIX8TG5TzRTLBR1TkzknrnTk { display:block; }
 }@media only screen and (max-width: 763px) { #LN3UbTKpEABcV1QXTpJTHyS2ig232B3t { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6T1RuXwW6vGvd4LUGbkHskdOCgzGB48 { display:block; }
 }@media only screen and (max-width: 763px) { #nrPKRMUDaiic7ga09k776AyQvdJGGPIT { width:19.5rem;height:2.8125rem;top:9.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNlFQPpueGZTEadhPT0Sclx0HUFGwsu5 { width:19.75rem;height:1.75rem;top:14.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glBX8MvqyOTKSEVKyyewuZPJ06MFKomz { width:19.5rem;height:1.375rem;top:9.6875rem;left:12.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcqTAQ5uo4of630dUzOQRvQ8yTqLdh5y { width:19.0625rem;height:1.375rem;top:15rem;left:12.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWrTzavbdwDy78JPGXfDllGolSdwX238 { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATHiRq1Xvy47EEpLeRxSpVq4ZUr0QbQx { display:block; }
 }@media only screen and (max-width: 763px) { #NhTM90XgckaF61SE71dV9roDx1ulS1k7 { width:11.0625rem;height:3.75rem;top:7.9375rem;left:34.124347686767rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiDWlUCcCp87ZTaqt7DSvVQLrnVPKuuz { display:block; }
 }@media only screen and (max-width: 763px) { #Pd1Fgxkqb1DPoDfDHUfvEuM55pM1vpCa { top:0rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKGEJayET2urSTkAUncJTmmhSdxPyHm5 { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #um9qE8zl7wIVyiCHqzwV7xRtFGbm2fDX { width:2.8125rem;height:3.75rem;top:4.125rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqrDkDvNRQJh3qXQF199WI6BBQaBUiVa { width:22.25rem;height:2.1875rem;top:16.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFFgchOWFDDNLdKfNqokd8D6vppyKC0r { display:none; }#CFFgchOWFDDNLdKfNqokd8D6vppyKC0r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eEGuhtLHWwpdaLEmplVKorK2LcnEC6mJ { width:17.875rem;height:5.8125rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKMIsXV6LQBRemilmTwNhog7VMZZZ3Ot { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4CHzZDtElXH4wd5waMPhET3WJZmfXMe { width:19.6875rem;height:16.5625rem;top:2.25rem;left:12.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A279z3msMpwv8XPd0GulKSPyHRZ6k3Br { width:11.0625rem;height:3.75rem;top:13.6875rem;left:34.124346733093rem;display:block; }
 }@media only screen and (max-width: 763px) { #M85CT7Clh5NLvKSVzP77uC8Wx4mfwTXH { display:block; }
 }@media only screen and (max-width: 763px) { #fwo26oJO8mTEk9Z7HrxurFAI5t9NRppm { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mq5LZQLNxfAM3Re77xi60ZgE3ARAAEyL { display:block; }
 }@media only screen and (max-width: 763px) { #i5DwnTzVfTpO9JwlekzqSZNtfFqlsyEr { width:19.5rem;height:2.8125rem;top:9.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrVW0PIHh7pdH3FFFt3T0CPwcomWFbPi { width:19.75rem;height:1.75rem;top:14.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoTQV8y7GDzop2dsFmbJlsL1giuG2wZt { width:19.5rem;height:1.375rem;top:9.6875rem;left:12.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lagpvMr4M54CVyNEIZakynbNQkul3dJR { width:19.0625rem;height:1.375rem;top:15rem;left:12.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqUILkbl2J8FakGnrOkfsiXoVr41A60C { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2yMkfKTNGQ10yilRRupwZhLppR4hh2Q { display:block; }
 }@media only screen and (max-width: 763px) { #RuaT3RO18PiTzaHP1mMPk9W3HrXzWIUc { width:11.0625rem;height:3.75rem;top:7.9375rem;left:34.124347686767rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpqgcchEUHUdDyUDToRI6Huye4qPwQmc { display:block; }
 }@media only screen and (max-width: 763px) { #Jt0Dh8mn88tgF1C1CrNKtX7GI1186bpX { top:0rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNcvN4hO3gc2KuwQsSwbmfAbKlLbt5NT { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LaK1KWdT5cPULoewfeTMx63AE3mXpuKw { width:2.8125rem;height:3.75rem;top:4.125rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA { display:block; }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRhKyEpUJGAKeRSIxxtPtu7JL3Fzyb0U { width:21.5625rem;height:5.8125rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRbTq8Z7FIoV4MPqZNJHQHSsZNT43TAF { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzltHMg2gECZB3pVv6I3I9eOG4N89ty2 { width:20.625rem;height:13.75rem;top:2.25rem;left:11.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oau8VgQ80K8ish0EMMqfrK2vzHnSLFtc { width:11.0625rem;height:3.75rem;top:14.6875rem;left:34.124134063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUEmUPMOuZhQcG1mHWEwoob4mDGCqpRD { display:block; }
 }@media only screen and (max-width: 763px) { #FbRRyo2VftDAwgxINqOLbuUs8ary80ie { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKCgeQUTvkdT6DOolqpgTRdQdXwzJPiR { display:block; }
 }@media only screen and (max-width: 763px) { #iStlN7NTlR4Gsmxb4nASXG4n7bvRVqky { width:19.5625rem;height:2.8125rem;top:9.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFflCv0XokLGLUCAXeeiVO65H6k9LCVb { width:19.8125rem;height:1.75rem;top:14.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1wFRn1m9ZcfCR5qCbLRHPk4U36x5IJ6 { width:19.5rem;height:1.375rem;top:9.6875rem;left:12.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkcOgvmZuyIe8MhZZwXTBaOhX5pCwKi2 { width:19.0625rem;height:1.375rem;top:15rem;left:12.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmxptltKOkMQycpSskozUPTZ5907wH4z { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B8btyaL9XeeAZIEFUWbdiCRq2S7636ST { display:block; }
 }@media only screen and (max-width: 763px) { #dRtF74mnbNCPbNF8A3QqiRZKaB27iR3F { width:11.0625rem;height:3.75rem;top:7.9375rem;left:34.124347686767rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfJcAdFAkemFWofPWAt20OrtwSn1TvMv { display:block; }
 }@media only screen and (max-width: 763px) { #nDlNDIFIia5O4rBu08FI9edzvcDtPqqf { top:0rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQR3lQ0FvFgzyrfwqznbe47atBlaNddS { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nsd4q8GRm9QiIqRs6gwqrbQz54wlqB9H { width:2.8125rem;height:3.75rem;top:4.125rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k40r0kgRaoWBZ3sEoTRK13vaTGHBTwQd { width:22.25rem;height:2.25rem;top:16.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI1n37vcPQqQq3sg9S3i07CJG26eTFKf { width:19.5625rem;height:4.25rem;top:21.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX7tlbQb1aw21XiPU4LBL3TFi3pAqOcE { width:19.0625rem;height:1.375rem;top:21.625rem;left:12.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lraZV9CbATX7nEE8ruDiQIfTHMIzAH1M { width:11.0625rem;height:3.75rem;top:20.4375rem;left:34.124134063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRbRbO5dzpOozkJKpkhnT6J9EdMmBBGw { display:block; }
 }@media only screen and (max-width: 763px) { #JtVqgWAZnZb7pb32Sc22MCo94p7ule4X { display:block; }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVcehS0zM08zDIEH1hkZQipJBN04Frc4 { width:17.875rem;height:5.8125rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJs3WAfeyRbrpy6pTfTzSuvhE4s9GQHy { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCdxeLDpR6L4Naar6lS0Di2SvNJizmZR { width:21.625rem;height:9.625rem;top:2.25rem;left:10.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSIwOXMooy3ZZlQZTag8E1ch5zFwyS3L { width:11.0625rem;height:3.75rem;top:14.6875rem;left:34.124134063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #mydzICtKGcCzutyfiHTvTipRdWCbfUWJ { display:block; }
 }@media only screen and (max-width: 763px) { #hMfmKAQi6ppgoUvfDSHJaCDkLVcFxVsr { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #geeqF5cJNBGaDnAgNUfeTovZabqTRw2p { display:block; }
 }@media only screen and (max-width: 763px) { #Uk0cINZuXgkDQiAKa6tqo8GP4Km1qdtl { width:19.5625rem;height:2.8125rem;top:9.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzKKFXAOdNXDbNZpTzEI0DwHNiMDKIgK { width:19.8125rem;height:1.75rem;top:14.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIUBXkat53JsaSHycq77sFOWmS4UzlH8 { width:19.5rem;height:1.375rem;top:9.6875rem;left:12.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRsBKq6sXtHfdrmHgXGfoDLFF0smHiiO { width:19.0625rem;height:1.375rem;top:15rem;left:12.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnGIHqzMqvQMGFRSikEDrLcVmZUPcxUC { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAR9E21unyP8L9cT2RVplzE3cz38m8Ia { display:block; }
 }@media only screen and (max-width: 763px) { #LFV7mUv1sPwTp7wqLBQXp9yLMDcyr2tu { width:11.0625rem;height:3.75rem;top:7.9375rem;left:34.124347686767rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTtUQ9yZV6waO5eBirSQvTAyaoioUuOb { display:block; }
 }@media only screen and (max-width: 763px) { #AeTgirUUx9RvaZZcJHZT26ThP9sFsLne { top:0rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7KTNFiDppyUBkN1oGDVdNSl4a9AP59 { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCgb3NmqbSKNXeDEk8aLd1z6LCJVzxAR { width:2.8125rem;height:3.75rem;top:4.125rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lThGVw2diqltR6OmykE9VsPEHKHvU2Jd { width:22.25rem;height:2.25rem;top:16.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvK4gBNQN0DIq3e7PikdqnuyNtmgKEzK { width:19.5625rem;height:4.25rem;top:21.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX2XKsaFFnluNvhmdSNzWUABKQuwak80 { width:19.0625rem;height:1.375rem;top:21.125rem;left:12.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOLsBgFyCivi0U3zoNBTJmE50iuO0D6I { width:11.0625rem;height:3.75rem;top:21.125rem;left:34.124134063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Ukkf6aPbuX5ID5K303nk9otDeRdWoT { display:block; }
 }@media only screen and (max-width: 763px) { #T7aQBZPx5VMaFzfq1oHoZgATLNTRFTGP { display:none; }#T7aQBZPx5VMaFzfq1oHoZgATLNTRFTGP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TMv1efAWCRKXlHLCkUp2cmAkE6wsNOmb { width:17.8125rem;height:5.8125rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #utzmSmuh1aiz79xuvf6u0PKrq9cAO0eZ { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APnaSIDehg7ishmNFs4hEsP4JTZR27MZ { width:19.6875rem;height:15.5625rem;top:1.9375rem;left:12.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3nyZlHdmFpTZNJqIfXPsfiOgF6R6yrf { width:11.0625rem;height:3.75rem;top:13.6875rem;left:34.124346733093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtwX4xyI5bbPTCqTa6JRtTHWFBMKcPlA { display:block; }
 }@media only screen and (max-width: 763px) { #yLAxoFHsKVqUQzWqF7svF5TwKHtQElXk { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDNsDFy5KLKLGiPl2J0C4CRv8bqkFMng { display:block; }
 }@media only screen and (max-width: 763px) { #e3TBpD3tsxXHSuCN86htvXaSQI78QWbU { width:19.5rem;height:2.8125rem;top:9.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmNA2rl0VNToAMx8HAieiLvTqmilvyiV { width:19.75rem;height:1.75rem;top:14.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgHl0bHhdyUcTQTeN78wN0IQFGFnT760 { width:19.5rem;height:1.375rem;top:9.6875rem;left:12.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5lcpTl33Gycu4hqOezn2eEDc5utx7UH { width:19.0625rem;height:1.375rem;top:15rem;left:12.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyQf3aF8bgTI2FBZ0CGc6pKcD3soy8XH { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yxgbJmxsysfHnt9MRIEmRk5Xm7QQtNzd { display:block; }
 }@media only screen and (max-width: 763px) { #USwLNURLk6P8Q8qUHOgNOU8yb8HbcpAm { width:11.0625rem;height:3.75rem;top:7.9375rem;left:34.124347686767rem;display:block; }
 }@media only screen and (max-width: 763px) { #banaklbOrmfHAGaBdbIbkGdiRTJQOq26 { display:block; }
 }@media only screen and (max-width: 763px) { #ChrTaT5tX201DDO2ssFmdhokehMFkwHu { top:0rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3ZIFFy1CK871U8Eu6F1XQfscphylt5q { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdFn3pgP6CGgq0Ir4PxVzZq4SdySwCqO { width:2.8125rem;height:3.75rem;top:4.125rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqEfng3nadtySONfa5475inJR3PAxmhe { display:none; }#yqEfng3nadtySONfa5475inJR3PAxmhe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yAgimgKTUzp4aqFZLIwkVlyJoyCUB5Be { width:17.8125rem;height:5.8125rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTiIEWm9Tw2sDlkc5qkmxe7Bt5TDUToM { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf4mqTipSlWDLsMXbr5lmOCVE3IqaXVg { width:19.6875rem;height:15.1875rem;top:1.9375rem;left:12.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1XxHJu2eG9Qnc3J7cgxAMlz0ueHvw8d { width:11.0625rem;height:3.75rem;top:13.6875rem;left:34.124346733093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXwJNXubAe77KM3TzZtXT8GPtIe27tr4 { display:block; }
 }@media only screen and (max-width: 763px) { #Wh1TDeefPLPJixN5CaSIHp0PleD0QsA1 { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #glGgt1nUS7pM1QISK5LRVS0TdqrCNgM0 { display:block; }
 }@media only screen and (max-width: 763px) { #AdOKJ1vQqvvVaaR7JpHPTyb4hkzAsSD8 { width:19.5rem;height:2.8125rem;top:9.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfJsdnyCh5QWcScOfGuzXzsFZ35HDxOh { width:19.75rem;height:1.75rem;top:14.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUBpFzVUeivxOWBAwIuNMFscHFtylSZM { width:19.5rem;height:1.375rem;top:9.6875rem;left:12.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDwCAvNDCSWzHhhPdayneS0o17tHQs0N { width:19.0625rem;height:1.375rem;top:15rem;left:12.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkCHTmZeJOpxFTSFwPDmqQan5wmtqQAW { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9sXE3Aqep4HaKvuo3HzcunOCyJgJxbq { display:block; }
 }@media only screen and (max-width: 763px) { #ielvDEPdmMQF0rxT7PosNCntP1qoMByB { width:11.0625rem;height:3.75rem;top:7.9375rem;left:34.124347686767rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWBL43vkdp9lFtBG2t4kwfdnThvVhUcI { display:block; }
 }@media only screen and (max-width: 763px) { #vWqXiFqVEiE3NhhKcEkD4ZdPE21BpPAs { top:0rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pplFoO9AJXfDTMAUa4MTiCqhPRzOHiNW { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tI3AHdSTEFGDVxlqr8IqiPFoy0A69uvT { width:2.8125rem;height:3.75rem;top:4.125rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UAWsTV1hNB1msnEc6hQK7tiMWOXeor12 { display:block; }#UAWsTV1hNB1msnEc6hQK7tiMWOXeor12 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWfWUEUBUl3S29I2uT0CWE2mxnEe9s6x { width:22.6875rem;height:4.6875rem;top:9.0625rem;left:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgpmQdJNMUPCZQIvH8BU1BTEnoc2LhTA { width:21.4375rem;height:3.25rem;top:15rem;left:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAIIC7LBOPLNzI9XrrWuwHl1Dy3DmpdQ { width:21.8125rem;height:15.5rem;top:7rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5EPIXc7bJTVLNvSdge4yOAT4GCUnUTD { display:block; }#S5EPIXc7bJTVLNvSdge4yOAT4GCUnUTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsvBdl0s4KTfy3VdDpH8eekITZwzBT81 { width:47.75rem;height:4.875rem;top:2.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clG79Q6nqTDROvEAaRZne7HTEicrcUhc { width:14.6875rem;height:14.6875rem;top:19rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pst3ykVJog1vFqy0bELCA3fHRcbcRv5k { width:9.5625rem;height:10.125rem;top:11.0625rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnuInmvRI9u4GEH5qPOvMqJO041PMywq { width:14.75rem;height:3.937633479101rem;top:14.125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wANm3NNuuiJ3CZGaFgsrQ1tHrlpDGTps { width:10.875rem;height:10.875rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHNTbUKBJl4EPRsUvu9ym2O3wywXokwE { width:11.25rem;height:7.875rem;top:64.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0EXcpqysnTHqkQOJWZ5HtfK0atJXiTX { width:13.4375rem;height:13.4375rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6uga2uVf8AWmoaTkqFhD9lC8veM4ze7 { width:7.3125rem;height:7.9350625rem;top:22.125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd33U5Aff3lvBfrhgACEthJKHBfXuA4c { width:14.5rem;height:5.8744301331126rem;top:13.1875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEbliwrFE383hsOvyqCPG83CRJG6C2UN { width:8.625rem;height:7.8105625rem;top:39.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t63Hg8LmyZzQyU3Tkvu7iNePGJQu4m29 { width:16.875rem;height:5.8531919722764rem;top:22.9375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsIJg3QuEp2PbmUiRMI4tSHL4hhgwSuT { width:14.9375rem;height:5.8126945671822rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elBGmbwiuqFM4FJWVLNwz9pvwzlwkNmy { width:19.3125rem;height:4.3125rem;top:32.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T32nr93IHfTQE4xnBrpAukUxh4haEV1q { width:14.8125rem;height:9.6855625rem;top:46.9375rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCW4ovea5hP4pP8r6nTBOP4ReHVlVzXB { width:14.3125rem;height:7.4683979145013rem;top:40rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7kK6w1nAzKaKvQTFGE1c6MWI9saAJ5T { width:10.125rem;height:10.125rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE8gRiRHBpDQW9QLw5DH7Ir3M4TO1cs7 { width:16.25rem;height:9.5627942398225rem;top:29.625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylfnOXML4v5H6htgUerBS8LemnrNQ8El { width:14.25rem;height:5.2892313538114rem;top:57.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9hoNnFawzH87xF3AHMMJxTaKbIpTSIV { width:14.0625rem;height:14.0625rem;top:61.5rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icrskvT3LHigrLFp0sDynhlEp6TvJ5lq { width:22.5625rem;height:3.1161481024618rem;top:50.75rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #avUWf1iCSS6olGwbsvyts8CTXepQhK80 { width:12.75rem;height:6.1875rem;top:65.4375rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQiApvEraAp7b2X0b9WWKWiv8r08SbQn { width:11.25rem;height:3.1875rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0SWWDolTzHScltu6qFSq9bA6mLTmCft { width:12.75rem;height:5.7495125rem;top:40.875rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUzSXnaoF880miBsgTSw90VcWGUztAwa { width:9.25rem;height:9.25rem;top:63.875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMRKeFEKkH5UGTxkhMnTtgDGTNQFkKcT { width:12.1875rem;height:6.312rem;top:57.0625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHFnJga6rDKUpk13vsAKHhybk95Q7TEM { width:10.125rem;height:10.125rem;top:55.0625rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgvfvV199pC3t5reVGxh1b0afZTJ0COd { width:9.375rem;height:9.375rem;top:55.375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPme0tGqU4TfbIhxTSEx32WThO0DlZxe { display:block; }#rPme0tGqU4TfbIhxTSEx32WThO0DlZxe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uhhe0DUiFaXwiLFQlLkX4uBdc8GAnqMq { width:47.75rem;height:4.6875rem;top:2.5625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEVwzTLRyLDRmlO3TGopm2clyk3QJXVr { display:block; }#eEVwzTLRyLDRmlO3TGopm2clyk3QJXVr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRSxDhCbOWtzARDTZvr8ZgpwK2e1uIWN { width:3.75rem;height:7.0625rem;top:0.6875rem;left:31rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZol6E0GyLgIzN7Z2dImAWdCC1DU9IiA { width:24.0625rem;height:1.5rem;top:7.8125rem;left:23.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A42H5P4ML5Kc50c02QBDJ3tJ406gNkTt { width:2.1875rem;height:2.1875rem;top:4.75rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIb2XvwaRHuSE8zGhLP0DMX8PaT3V0UN { width:30rem;height:24.2496875rem;top:10.6875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9V4OQraen57tVTLpRzAlPZ4VPOblTuX { width:3.75rem;height:7.0625rem;top:0.6875rem;left:7.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK1wWpQ2osk4gtqTp63lwGG8hA78xmWV { width:2.1875rem;height:2.1875rem;top:4.75rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGIWHQ9MKBbRPiLwQualT40nl6Bgrmyf { width:24.0625rem;height:1.5rem;top:7.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giGJ0ysmp5xzJi5DCuveXrqyhqbw6GUl { width:30rem;height:24.2496875rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l { display:block; }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8VXw8HLJqrySDITuxaXVuVlusq47MnX { width:28.75rem;height:5.9375rem;top:110.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVrND7niA9XPmflh64c6y58T9uc8lAgq { display:block; }
 }@media only screen and (max-width: 763px) { #CwEN9BX0I3lomT5JtZ1vboKgVPJXwDSQ { width:47.75rem;height:4.5rem;top:2.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1HVMz9F7EMiPIsOeRAhK8DWqrF0pDva { width:47.75rem;height:10.1875rem;top:11.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8cShVwDPE2rFPknCvTJIVgeVePDRuHr { width:47.75rem;height:10.25rem;top:23.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNv3d1NHCG3nk1m65RImN9DiT4TWQmST { width:47.75rem;height:13.625rem;top:47.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgnFQO5KyOpOcwQe5X7v9MZ69Gkg6KO5 { width:47.75rem;height:8.5rem;top:36rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxv1sQadS2gXJ9cvQlQxEyk5R95TLD7b { width:47.75rem;height:6.8125rem;top:63.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKc62dyqf7rdBZ7zMqVTkpkEaJsw3Br1 { width:47.75rem;height:5.0625rem;top:74.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPcJH7oVHURNyuxsdPJ3Xzk2eqpB69bO { width:47.75rem;height:10.1875rem;top:96.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cROaSWefb1wI8RdTVnQTvi4Tyzl13N8l { width:47.75rem;height:10.1875rem;top:83.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl { display:block; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTn82JFaTTvGgOH42gxNdfG3ROaaIZHC { width:47.75rem;height:28.625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuMe1xrpGoeXWltfOSm1pLX9Ohy61qFE { width:47.75rem;height:4.625rem;top:4.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnCmn3JWO0qpu0Ql3Tc2D25llabi6kcp { width:45.375rem;height:6.75rem;top:12.6875rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4k4MXJVsIkmp9wUxmyiMF80lp7JiQET { width:35.125rem;height:2rem;top:24.1875rem;left:6.2180976867676rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt4077pzuS30CCuHFHnlg5KQpgpySlpv { width:9.25rem;height:9.375rem;top:11.375rem;left:31.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U { display:block; }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K38FloffNmArLu7ROCWC6sRQMCiaTEzL { width:25.25rem;height:4.1875rem;top:8.0625rem;left:22.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpoxl5dKUKfZPqdu7kMaihdp76g0qO9h { width:25.25rem;height:6.75rem;top:4.1875rem;left:22.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyBETCdngAq6IkqbzTwTMeoHmXigJ7CU { width:7.9375rem;height:3.125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCZyGrxpaURnmGb70ICpF1gXaMClIOtb { display:block; }#yCZyGrxpaURnmGb70ICpF1gXaMClIOtb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmcDSUBUAzyiWFA6TsAC7CfncZws1nnJ { width:23.8125rem;height:35.8125rem;top:1.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqO3Mbgr1TdNqJHgoHoru9S8seKcziNb { width:47.75rem;height:20.625rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWBSc3WKa2ube8qphuK6C3B8x5q0UzDI { width:12.9375rem;height:14rem;top:23.8125rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPa4gpcGO8Qkx3hxmNBtcVL3Dpm8chxC { width:15.6875rem;height:17.6875rem;top:48.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxbKkL86vJmINCENtk7Wz9EdE2ms4NnA { width:36.8125rem;height:1.9375rem;top:10.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrdIBMlVJdWf3r6pMEQsowS0ibGr2Ux2 { width:36.8125rem;height:27.625rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #coiMM83duJH43581TwxwK89XHU2p26cT { display:block; }#coiMM83duJH43581TwxwK89XHU2p26cT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I99TBoQpKPsB4Dxln9IUAtfZ0aZkgNi7 { width:44.5625rem;height:16.375rem;top:2.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcduXMWETJqquaqVhdzwDaPH2985iInG { display:block; }#IcduXMWETJqquaqVhdzwDaPH2985iInG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzfIR6HDkQCFpD6OSwBDygkUL9ds7q7f { width:47.75rem;height:4.25rem;top:3.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoSXd8kWkm1suNAfzZxPAVIgnox2gMyi { display:block; }#WoSXd8kWkm1suNAfzZxPAVIgnox2gMyi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDHD29sHwIe5g2LDCUEVVdTcTvNg5sny { width:14.0625rem;height:15.4375rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtzvo7ML8H55CwPKTGW61UWzzD4hZ6Kz { width:47.75rem;height:26.841140529532rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE14TSr7elyQXSElU7GUEtGAGs3EL0IU { width:14.0625rem;height:15.4375rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHzDn5e6eeWWkfXBRdD8nvvS7eT7C0Hy { display:block; }#yHzDn5e6eeWWkfXBRdD8nvvS7eT7C0Hy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aF03R8JRGkUWCepKwsPUDzlzh3b7VQit { width:18.875rem;height:4.5625rem;top:11.875rem;left:14.406251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie33m3Zvvd5feBZsklGuch3vTTSwFMVg { display:block; }
 }@media only screen and (max-width: 763px) { #h21leAmrr9VfdTKT3nOTwhuDi4yUTcKm { display:none; }#h21leAmrr9VfdTKT3nOTwhuDi4yUTcKm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DIyfIARH0J63KW97pVnmmisBBiyHyDce { width:47.75rem;height:2.5625rem;top:1.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfBE8BCusa4hL4NSi6XZtqFG9ZothRfl { width:3.375rem;height:3.125rem;top:0.625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOmdBQ6hdp47H2QGVBzopLrQuH9stG5W { width:47.75rem;height:3.9375rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8r373mbAID0QUTQH7G891ts5bwsLyvo { display:none; }#x8r373mbAID0QUTQH7G891ts5bwsLyvo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IlzodBsPP2o2LE4x6ZLJA5DrxIq8xeyo { width:4.125rem;height:3.125rem;top:0.625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRIIXNrsNchoiR5fNut3AW34Xr9Qmfyp { width:47.75rem;height:2.5625rem;top:1.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCmA1GAMZdmBTaIA8JAbBlGeWtVM4Wra { width:47.75rem;height:3.9375rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxzdpZlrr1eTcR349Pz40R5cEb1s1Zuu { display:none; }#HxzdpZlrr1eTcR349Pz40R5cEb1s1Zuu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kRTDHqpKdzJ0qG0zJaH6UgXAVCPyxODa { width:4.125rem;height:3.125rem;top:0.625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #moyNGxyTmzdkxFdWVmqeJv4BNqAJG9ac { width:47.75rem;height:2.5625rem;top:1.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCwbAXkbf6NFdkC9AolF03N2LqklpvrT { width:47.75rem;height:5.9375rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNRZzGTUThCHgRirekcVcqpcQag6yND2 { display:none; }#lNRZzGTUThCHgRirekcVcqpcQag6yND2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RaneztcQcICcp9c7RzrFCGmIN6ZlST1v { width:47.75rem;height:4.5625rem;top:3.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1sAwm6pbS2ziCX6NiFP1XoMpfX0DRwa { width:25.8125rem;height:40.9375rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TTgR1tTPgKOPf2y1vL6Mi7hAhZ1C4T { width:36.5625rem;height:27.6875rem;top:16rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqo1z1r7eKN3DswTv2zy0c0NVhzUwGHp { width:25.75rem;height:28.25rem;top:56.0625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuFHND0chnqcwsBMMCUiwbcD19uRKSS4 { width:32.8125rem;height:27.6875rem;top:56.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/791405e1-ba56-439c-b579-c2d2bbb76534/_DSC0357_mobile2low.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#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 { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCCzQkOnP46XN6h6aucysd3tlUeRsIbK { width:20rem;height:1.51285625rem;top:21.5234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xEHe7bPs63ishSo6BRbb8FWDSexZX05R { width:4.6875rem;height:1.25rem;top:0.56119793653488rem;left:1.2500000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmA5TLPqTd8xD9boXm6UCB30bWXzklfX { width:17.5rem;height:4.434375rem;top:25.3125rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKAVNICPCvx76Hu4IfQQDR73PKs3WK7Z { display:block; }
 }@media only screen and (max-width: 763px) { #arRlJP5ZlkaLTduePDAEGNT40kp7ft14 { width:20rem;height:3.09375rem;top:1.1232639551162rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OqhFRw35rGre6Ss33XiqaaX2MMBz0aiL { width:20rem;height:2.26823125rem;top:18.626735687256rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vm4yLxTTU5sif9IgmXVKNGblsUT5laiU { width:20rem;height:1.58073125rem;top:16.833984375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #grnuGtteEvAPBzPPe4VAlpAuIaFfsv2h { width:17.5rem;height:4.4375rem;top:31.8125rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd1LT45Sy1B2gEsxb4aKr24PnogygwqQ { display:block; }
 }@media only screen and (max-width: 763px) { #CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv { display:block; }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCG9H4P1hNFMOEUQkyg9IBaVVoWVpyHI { width:20rem;height:11.375rem;top:1.625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uU6JAMkDZuhWBlKXRUOHUTuUwwlcws3P { width:20rem;height:30.70315rem;top:14.809894561767rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rIPfm24mZkPuyzUo6GP3vt0M88pO8TRs { height:25rem;width:20rem;top:46.9560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZbp8AhBrQqKsg4INUx8otcMQRpRnzed { display:block; }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyGFW551xLw7nIvbfhkWQzL3h5rZust0 { width:2.875rem;height:2.5rem;top:1.8059921264649rem;left:8.5625006258488rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SiMAacEOd6J016DCIv01nPKD8XWJr6CU { width:20rem;height:8.53125rem;top:5.056640625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wRIVnLB8TQZ7ZgmJI0F03b0fvQATP7y4 { width:20rem;height:17.5849375rem;top:15.7919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFBdB5cV2MKE5m9p23cam6m3TuXyHBUu { width:20rem;height:27.2917rem;top:35.8759765625rem;left:0.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n { display:block; }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row .container { width:20rem;height:101.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Da74xn0OQozSfO4guatDci9aZNkTx6pq { width:18.375rem;height:11.375rem;top:2.125rem;left:0.8125rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qcthbcdbfin1bxL3bIhB9VkuGtCB7kbP { width:20rem;height:48.0625rem;top:51.958984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7y31EaC3SHMg3KVTJ03U6hHv8KAwWiT { width:19.25rem;height:34.1146125rem;top:15.2734375rem;left:0.37500002980232rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs { display:block; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCh3gIpyvdXLzfP7oXWhgNF5NoKkgQF2 { width:20rem;height:4.8125rem;top:1.54296875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #p10wdBsBWkxOPxrzX1TzVXKIqeH5RTrF { width:20rem;height:5.1171875rem;top:8.6416015625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWywGqxMUPEsuHxVNszsvTfg5RZ9rdF7 { width:20rem;height:2.75rem;top:16.625rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OVnPwov7ZZackrHdbXNUF8CtLL0Mqhkk { width:20rem;height:1.099825rem;top:20.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lrykPbUaJdfAcFrTPCXMhqlIF1xUTbpB { width:20rem;height:2.75rem;top:22.4375rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xykfo2T5upHTA8I4dVTD1ZFr9rmbXIZt { width:20rem;height:2.75rem;top:28.1875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #igJlZBDCFuGeHGAZQ8HsPKB3GS9NgdK4 { width:20rem;height:2.75rem;top:34.0625rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OHOwgdBCDVlnDc253W5awFTzVg02QlW6 { width:20rem;height:2.75rem;top:39.9375rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #d7J6PGOkArAL8AxZq3m6RlUmwAoRmBS1 { width:20rem;height:1.099825rem;top:25.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VVnRkqV7T4urC9xt6JmDaKbaI2eiShCT { width:20rem;height:1.099825rem;top:31.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HWG3K6kOgKNyzDv47xC9gMEaA0EQ2JBI { width:20rem;height:1.099825rem;top:37.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ALrpe7RvpW9sBADG5pdnH06K7g2nVvvd { width:20rem;height:1.099825rem;top:43.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xpdrKvqXK9bc4LmcFeXGndM3T624pZnW { width:20rem;height:2.4375rem;top:47.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEeTR6p94CxsReSUqISONsVRtQG2rpkV { display:none; }#sEeTR6p94CxsReSUqISONsVRtQG2rpkV > .row .container { width:20rem;height:31.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #agHXON5vTviyS3icSqw5gsgVf6TDmhxG { width:20rem;height:2.40625rem;top:1.54296875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Il7oZMDwsiR4gi0L6hBvStCbeyd7XluW { height:25rem;width:20rem;top:5.1991125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMgPsppUimeBXR2z4qgoemvGaUv4tg9l { display:block; }#rMgPsppUimeBXR2z4qgoemvGaUv4tg9l > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPzcozesdyBA7PMRfVaapOFoBznQJsni { width:19.1875rem;height:5.6875rem;top:1.25rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMyQIfz4yaaeHGtaHKVA7DI6LKgokM1G { width:18.1864375rem;height:9.5989625rem;top:7.935546875rem;left:0.904296875rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s49c3aZ6NhsCU4rB7FufbuzHX48SxraD { display:block; }#s49c3aZ6NhsCU4rB7FufbuzHX48SxraD > .row .container { width:20rem;height:155.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1ZP08cL95kJLSSz6nMRNn1VGiUnivZg { width:15.0625rem;height:12.798625rem;top:4.5593681335449rem;left:3.3114584684372rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PmiF2sLzRP55Zl8JFZag05rOWJIKZdbV { width:15.4375rem;height:7.999125rem;top:26.509117126465rem;left:3.3111979067326rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ne0sdrGRwBLkK5NfyBuOgAefybs3ixsd { width:14.375rem;height:11.1988125rem;top:40.8359375rem;left:3.279296875rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #R2093R4g8pLhRPlBMl1CyS4yWAEcCRRI { width:11.9375rem;height:17.5980625rem;top:59.31640625rem;left:3.248046875rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #VqkbOVXse95iTSCVnvzifA1k3dXRJUyH { width:16.25rem;height:12.798625rem;top:84.7705078125rem;left:2.935546875rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lbTe4yz0k1x2wnEgTlz1LHHa5yyR7xBK { width:15.5625rem;height:12.798625rem;top:104.8369140625rem;left:2.935546875rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #EAFaltsqMl2rW4O4hZ2SXXQfhkkiKnTO { width:4.25rem;height:3.5rem;top:19.6328125rem;left:0.501953125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZAixCkcaybBrZPFcwyOIVUNSJ4qgrPs { width:4.0625rem;height:3.5rem;top:35.4462890625rem;left:0.658203125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLTBbOvKiIryUaIsTUkrDDTFSr8ImM0D { width:2.1875rem;height:3.5rem;top:0.997927904129rem;left:1.1906250715256rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTVVnIPElTsSDULUTenX7XwC3TB8tw9I { width:4.3125rem;height:3.5rem;top:53.4697265625rem;left:0.595703125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzl8P4ZeamGFRnuag07umZPL68vToSIp { width:3.5625rem;height:3.5rem;top:98.923177719119rem;left:1.5338541567326rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAqu77qPKod72BUNcnRUxePnDlNF5bCc { width:3.25rem;height:3.5rem;top:119.796875rem;left:1.251953125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKOuULFsx6XWvk3HRBakdLrNM9wwDVah { width:13rem;height:1.57486875rem;top:1.8974609375rem;left:4.341796875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N56N5RtTCfe1mNmzRdfvfis8ev8ToHJk { width:13rem;height:3.1497375rem;top:20.046875rem;left:4.373046875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK9u5BpeN2o6qqHSRobJR8xE1MZR55hD { width:13rem;height:1.57486875rem;top:36.3466796875rem;left:4.560546875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwRe5HT415Xm7UQwT3LR9SSPnVI1Ndry { width:13rem;height:3.1497375rem;top:53.8837890625rem;left:4.873046875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1qFht5WopMTxLfZOcqhfHCcklxQGnx1 { width:13rem;height:3.1497375rem;top:78.7734375rem;left:5.060546875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCqEThgv2xqttsTG5TpMPFO4nszcEC0c { width:13rem;height:1.57486875rem;top:99.8857421875rem;left:5.123046875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGgGuckoCXlnL5fGtA1XGQge3dd7eTNo { width:13rem;height:3.1497375rem;top:137.4970703125rem;left:5.060546875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isRfW8sVgWJTkRTCqe8LDXvXxL0XFrbh { width:6.25rem;height:6.25rem;top:148.74913024903rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #ouVKLIST2p1QiNmKhotpnzrETd6PiDrC { width:4rem;height:3.5rem;top:78.421875rem;left:1.064453125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VccXMSbkGTdqqBsXvAllGggzK8zRTqfx { width:4rem;height:2.79948125rem;top:137.4970703125rem;left:1.064453125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnKFzuAvsHy1a1wk0SfIp6GTZBzgFqtx { width:14.9375rem;height:1.57486875rem;top:120.759765625rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKgPd0LzZPMf9x2iBB3FEwv4X8rc3Gnp { width:15.1875rem;height:9.5989375rem;top:126.583984375rem;left:2.998046875rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y3TCt0V4wtyLLpv2CudShT3rOEceBMWh { width:6.25rem;height:6.25rem;top:146.96788024903rem;left:0rem;z-index:14984;display:none; }
 }@media only screen and (max-width: 763px) { #RQyrcdz0ePqCFeZDPxamrIJWOoTePkFZ { width:6.625rem;height:6rem;top:144.37413024903rem;left:6.6562502384187rem;overflow:hidden;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i { display:block; }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLekpoJ8ny95s1tO8VCeTKomgd4hVRnU { width:18.1875rem;height:5.6875rem;top:0.53125rem;left:0.90625rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl { display:block; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container { width:20rem;height:90.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVfTwL7JhGrRJlMXRCbn4OtzfSEqL11x { width:17.9375rem;height:31.996525rem;top:3.1861953735351rem;left:1.0000000298023rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #kDAXnuZnESOJFTuhJUf8Gtl27TlDM4Xg { width:4.1875rem;height:4.1875rem;top:72.750004768369rem;left:3.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWfGvAhGWFgIRwFQR5ZDwkBITcULc4cO { width:20rem;height:2rem;top:68.4375rem;left:0rem;font-size:1.25rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbNQhBOzF5fVbrFOvhaCaplq1Olt8nKw { width:20rem;height:2rem;top:80.375rem;left:0rem;font-size:1.25rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAhg18gh4oqIIQnyHuNed0IeIWVgcpFK { width:20rem;height:24.3555rem;top:39.647138595581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOCbUqoPDGQAspuukc2xvx1EL8Tl5fpt { width:4.0625rem;height:4.0625rem;top:72.812504768369rem;left:7.9687497615813rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4Hpb800WC03lAfeNkFB32TyqyBDmND4 { width:4.0625rem;height:4.1831625rem;top:83.999135971069rem;left:3.25rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRLvmrLfcnwNwPXvHCLW1SDT44uxI2SP { width:4.0625rem;height:4.0625rem;top:84.059900283812rem;left:7.9687497615813rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Mr9WTdw1bSw0pulvuIMV05T8QJGpKk { width:2.9375rem;height:2.75rem;top:73.468754768369rem;left:13.062499761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihaHyqcq09JmwTTyKlJ2ivxwVCdOtXTP { width:2.9375rem;height:2.75rem;top:84.716150283812rem;left:13.062499761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBahcxQU3S4xqCTkfuc6RNwqJg1gKyZ3 { display:block; }#nBahcxQU3S4xqCTkfuc6RNwqJg1gKyZ3 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrpFArbX3LNZb1rGdRmJuFtFXg1Qxp8v { width:19.1875rem;height:3.57465rem;top:4.875rem;left:0.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xR1K07fVOQOVx64sv17z2CvVok7TWKrM { width:20rem;height:15.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbTAhJGpvnJBReNwo8u9VkL7DRGQLmgQ { width:17.5rem;height:4.4375rem;top:11.5625rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsCTDaz14xtKxFoCTBE94Bnbq5f24c9f { display:block; }
 }@media only screen and (max-width: 763px) { #TbJXCNPp7FXCgfVxegbDyRetyqw6dGXM { display:block; }#TbJXCNPp7FXCgfVxegbDyRetyqw6dGXM > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPcb3cgd3cHkfmuH4Vr9y3ZBgbrKZ7Sd { display:block; }#dPcb3cgd3cHkfmuH4Vr9y3ZBgbrKZ7Sd > .row .container { width:20rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQ0HsnDMqhSmKOhL050TAQtZHrGWrSF6 { width:20rem;height:5.6875rem;top:2.1250009536743rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQk6hw5qMKB6rBGpCaOqigGv3Qw7JUWU { width:2.25rem;height:3.4375rem;top:8.6341142654419rem;left:8.7500006258488rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #yqIvifGDQVgVdTihJJefhwa1Izlut2re { width:20rem;height:1.79948125rem;top:13.239583253861rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VyV87WgdWTbCAfmVznXpCtsEDASfzgwK { width:19.9375rem;height:28.4375rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL2MDxxAUU0yle79pZXDe6brHmUbIUTn { width:20rem;height:21.8125rem;top:47.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdNyGmdpS0vwblsfC3ql7GoaWPwEPTUT { width:20rem;height:13.736125rem;top:16.98828125rem;left:0rem;font-size:1rem;display:block; }#CdNyGmdpS0vwblsfC3ql7GoaWPwEPTUT li:before{  }
 }@media only screen and (max-width: 763px) { #DAZLlKMBDogGeWhtsxmDx9SQs5VWrPDK { width:20rem;height:21.875rem;top:58.291669845581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #meBhIQWwnob545FhW0RfhTrO7R72x2ky { width:19rem;height:12.596375rem;top:34.416666507721rem;left:0.50000002980233rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LMeDX5Tak1eLdMFdvsTMt30nHIEgvL0q { width:2.875rem;height:2.5rem;top:9.1658000946044rem;left:8.5624997615813rem;overflow:hidden;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 { background-color:#ff7842;background-image:none;display:block; }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 > .row .container { background-color: transparent; background-image: none; }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 > .row .container > .video-iframe-container { display: none; }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 > .row > .video-iframe-container { display: none; }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 > .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); }#qP4mmVMAxVHORcpWOgIoK6VxV8A2eLE7 > .row .container { width:20rem;height:179.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OM7AGI15zf0ZgBKECfN23GBAToxFMuah { width:20rem;height:2.40625rem;top:1.1843748092651rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #g4F6n4sBnFoobZKtDSw46I50CIaNwfsJ { width:19.75rem;height:5.875rem;top:34.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU7PVvS3bFbi3JWnPkDWMyD2ovrOfKL4 { width:15rem;height:3.5625rem;top:35.90625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXqZ4E5C5eOxWpVhIGHvtTw9oRvL7RN9 { display:block; }
 }@media only screen and (max-width: 763px) { #z7MGsLw92eyKTJgEPEWhLWuvqtMKPTUD { width:19.875rem;height:5.5rem;top:60.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMfUM8T9tzaNb8OSuhkMAsp4rR2ob2Mg { width:19.75rem;height:5.5rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5Q19WvPCp37EUlwBfba9Osmryn7lfO0 { width:19.75rem;height:5.5rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRuRAAdtH9M9t28AFPZzfRlDIWnTZK0s { width:19.75rem;height:5.1875rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI90L6iyq2eIPME5gm7SDCTTt0Zm0xAB { width:15.6861875rem;height:3.32465rem;top:7.24609375rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flW5FFpLSdNodnynk2hXp8Ls9rdQt42k { width:15.686875rem;height:3.1497375rem;top:13.25rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPRUGNhpfNcOWcEmWGGqP19pfXZFTq6t { width:15.6855625rem;height:3.1497375rem;top:18.67578125rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODpyJFIp8OEur4LXlBtRuwUvOIeWpkXW { width:15.6855625rem;height:1.57486875rem;top:69.98828125rem;left:1.8759765625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMvTMJTl4DhJkvywXWTgyHD7BL5ISFHC { width:15.6855625rem;height:1.57486875rem;top:68.619140625rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htk3GP5FXeV4snRqkUsXJJtkw3J5thHM { width:19.875rem;height:5.625rem;top:43.429688930511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrV2cgcTFfp9TDQiBLs48d06gpbaHyaH { width:19.875rem;height:5.75rem;top:54.9931640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8EsFTkbySHPCKtTxc9OMJliMUXZqz6l { width:20rem;height:5.75rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSPVrXw89d2DEyfUz9U6KxMaUeB2UaDv { display:block; }
 }@media only screen and (max-width: 763px) { #T8FrQAbzDyh2tEu3SKdMqRup3E3GTH1U { width:20rem;height:0;top:43.429688930511rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIx0i8Cqzk7gkvkJXRPX8PJSF9aIpOTT { width:15.684875rem;height:3.1497375rem;top:50.505208969116rem;left:2.1571180820465rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc7lzZZcUJT9sCVXEfbSF436Ua9Xt9kh { width:15.6855625rem;height:3.14930625rem;top:56.3564453125rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf65xDgavh5FDLxXrNkmtH9yPIIWrBDs { width:15.6855625rem;height:1.57486875rem;top:25.119140625rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhqXyX9XmliV4BLkG2cPeCrvIiv35h5o { width:15.6855625rem;height:1.57486875rem;top:30.994140625rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTfSgpk6VUCXB7KSZMlL4FMQ7byA6sRw { width:19.875rem;height:5.6875rem;top:66.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKpcZbImniTy4egOPyqQ4r9MnWxnUkeI { width:19.8125rem;height:5.6875rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAegghzA9XtPZpV8VolGcSsHlCkAHA0Q { width:19.875rem;height:5.6875rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9L6lq7zs3C1m6Lpv00ya6Ta5RT5kwcz { width:20rem;height:32.388925rem;top:136.28905677796rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M5altk43KDLW44TuMNma6k7suU0mlmCL { width:20rem;height:1.4622375rem;top:172.10151863098rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sBpUd7g2kTyLV4tbbL7ypQ5g7WXRKTEO { width:17.5rem;height:4.4375rem;top:128.03906440735rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1ZshQhWvRmyL9uVDydAr3skBLoWFEII { display:block; }
 }@media only screen and (max-width: 763px) { #oLdHnltOoUSJEeeiA7KLlvwo3rAy7Bvu { width:15.6855625rem;height:1.57486875rem;top:62.837890625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #D3i6EhV3yavEWq9LFnbpzmsMPRe6gTEF { width:19.875rem;height:5.6875rem;top:49.1806640625rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #H1Ww8f236UMpSmeENoS0NeOQJVyNITry { width:15.6855625rem;height:1.57486875rem;top:68.619140625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #TkIuul4fsxceRWrkmLigdd2W7WioUAzZ { width:19.875rem;height:5.625rem;top:81.642322540281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4IUnrAfsbg7arAXBo1FsMOp3hTahAzi { width:19.375rem;height:4.72395625rem;top:82.146699905394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHadqpuD6kfPDJzzm5HwIzpprL52wu3C { width:19.875rem;height:5.6875rem;top:87.377585411069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0r1oGJc62ZzcQeS8osBuUziVsqx3sVW { width:19.875rem;height:5.6875rem;top:93.173631668094rem;left:0.013888895511628rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk2XBpOkxXpkIKWs6OVnkETvNp4D1Wst { width:19.875rem;height:5.6875rem;top:98.972265243531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykvchrc7sbckIuuTFnSZH3JnTWPVHfs7 { width:19.875rem;height:5.75rem;top:104.76909446716rem;left:0.013888895511628rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCmThn2oweVJPgQnZCQ2HTWrxcdHTisd { width:19.875rem;height:5.6875rem;top:110.63025093079rem;left:0.013888895511628rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfBAQ84QsP8QqKDRry8clKp47PRUhwVr { width:15.6875rem;height:3.1497375rem;top:89.019098281862rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci3x99RPSUcBEREJDTKtSnimQF9cT89R { width:15.6875rem;height:3.1497375rem;top:94.496484756469rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTanHt0Aza4oTMdvrzv7ez6qqQn2HlSu { width:15.6875rem;height:1.57465rem;top:101.08417844772rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3hFTWnh3QGlnu8nt6WMRVoWLOnhC9mV { width:15.6875rem;height:1.57486875rem;top:106.91232490539rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCDuprZ57uvQRXfBt6oWHyP7TRNOUyTf { width:12.5rem;height:0;top:179.116323rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fizGRt4KpF86nZwIRPkyVN9z0Qys5RiU { width:20rem;height:5.625rem;top:116.42879962921rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez3ZCEEv7hozkMwlviATrtxQWcHSauuu { display:block; }
 }@media only screen and (max-width: 763px) { #fndqx1zTNkeMhSBpN4ybKJ952J1dVTqI { width:18.125rem;height:3.1497375rem;top:111.89231777191rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t95G0EB3kmJFIhBuXsbnT9t2RGG6hHO5 { top:44.723091602326rem;left:1.46875rem;width:17.0625rem;height:3.1497375rem;z-index:15033;font-family:urbane;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #E9fsnSXvWUh59kfDF9x4u2KoP7J19eEO { display:block; }#E9fsnSXvWUh59kfDF9x4u2KoP7J19eEO > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVqqVTZ2xKtOIgPpDK2C2QEeJSEDlphK { width:20rem;height:8.53125rem;top:1.9368486404419rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vyMHlkIaBNignsIJM0yGrFQ6COMITJGO { width:20rem;height:46.78640625rem;top:18.24609375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nSInKKb6vyEeOkNvZf8JlU9QfK9oTyWp { width:12.9361875rem;height:4.4362rem;top:12.546875rem;left:3.4973959028721rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEvhSTV6TZfywVOUsG4QhCp05LMURe1i { display:block; }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tREyLIM8BLWrBRyHSTIJ6BsiFTHgLSkr { width:20rem;height:2.84375rem;top:0.5625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6JPW2iudNXpFMxvMZJg2wfpRusyrZvl { width:20rem;height:5.5rem;top:9.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EeG4u0ToA9Tm9m6hSw3llV99yqD1RcmP { background-color:#ffffff;background-image:none;display:none; }#EeG4u0ToA9Tm9m6hSw3llV99yqD1RcmP > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e4nIOVMt3ngJo8WLuawGeF6vAIeF4oJi { width:17.625rem;height:4.87305rem;top:0.75rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EMP1a5ofTzbir658t5pC8geXIIWF38nn { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bvs77dlPFr6Le0gHvWWLea5RwxIH7WQJ { width:20rem;height:12.9964375rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Ax0AxKRZq5uZ1TKGgNnS9LPb4k18WNsD { width:11.1861875rem;height:3.4375rem;top:37.935546875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6NLOcQhaIX8TG5TzRTLBR1TkzknrnTk { display:block; }
 }@media only screen and (max-width: 763px) { #LN3UbTKpEABcV1QXTpJTHyS2ig232B3t { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6T1RuXwW6vGvd4LUGbkHskdOCgzGB48 { display:block; }
 }@media only screen and (max-width: 763px) { #nrPKRMUDaiic7ga09k776AyQvdJGGPIT { width:19.9375rem;height:2.6985625rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNlFQPpueGZTEadhPT0Sclx0HUFGwsu5 { width:19.8125rem;height:1.687825rem;top:27.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glBX8MvqyOTKSEVKyyewuZPJ06MFKomz { width:19.499875rem;height:1.29980625rem;top:19.749634742737rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NcqTAQ5uo4of630dUzOQRvQ8yTqLdh5y { width:19.0625rem;height:1.29964375rem;top:34.436307907104rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gWrTzavbdwDy78JPGXfDllGolSdwX238 { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATHiRq1Xvy47EEpLeRxSpVq4ZUr0QbQx { display:block; }
 }@media only screen and (max-width: 763px) { #NhTM90XgckaF61SE71dV9roDx1ulS1k7 { width:11.1245rem;height:3.4375rem;top:22.624879837036rem;left:4.4371446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiDWlUCcCp87ZTaqt7DSvVQLrnVPKuuz { display:block; }
 }@media only screen and (max-width: 763px) { #Pd1Fgxkqb1DPoDfDHUfvEuM55pM1vpCa { width:18.125rem;height:6.5rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKGEJayET2urSTkAUncJTmmhSdxPyHm5 { width:2.9375rem;height:2.9375rem;top:12.125rem;left:9.40625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #um9qE8zl7wIVyiCHqzwV7xRtFGbm2fDX { width:2.0625rem;height:2.8125rem;top:12.1875rem;left:8.46875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #iqrDkDvNRQJh3qXQF199WI6BBQaBUiVa { width:20rem;height:2.250975rem;top:30.185012817382rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFFgchOWFDDNLdKfNqokd8D6vppyKC0r { background-color:#ffffff;background-image:none;display:none; }#CFFgchOWFDDNLdKfNqokd8D6vppyKC0r > .row .container { width:20rem;height:43.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eEGuhtLHWwpdaLEmplVKorK2LcnEC6mJ { width:17.625rem;height:4.87305rem;top:0.75rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GKMIsXV6LQBRemilmTwNhog7VMZZZ3Ot { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4CHzZDtElXH4wd5waMPhET3WJZmfXMe { width:20rem;height:14.29608125rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #A279z3msMpwv8XPd0GulKSPyHRZ6k3Br { width:11.1861875rem;height:3.4375rem;top:37.810546875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M85CT7Clh5NLvKSVzP77uC8Wx4mfwTXH { display:block; }
 }@media only screen and (max-width: 763px) { #fwo26oJO8mTEk9Z7HrxurFAI5t9NRppm { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mq5LZQLNxfAM3Re77xi60ZgE3ARAAEyL { display:block; }
 }@media only screen and (max-width: 763px) { #i5DwnTzVfTpO9JwlekzqSZNtfFqlsyEr { width:19.9375rem;height:2.6985625rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KrVW0PIHh7pdH3FFFt3T0CPwcomWFbPi { width:19.8125rem;height:1.6875rem;top:27.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uoTQV8y7GDzop2dsFmbJlsL1giuG2wZt { width:19.499875rem;height:1.29980625rem;top:19.749634742737rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lagpvMr4M54CVyNEIZakynbNQkul3dJR { width:19.0625rem;height:1.29980625rem;top:33.124350547791rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqUILkbl2J8FakGnrOkfsiXoVr41A60C { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2yMkfKTNGQ10yilRRupwZhLppR4hh2Q { display:block; }
 }@media only screen and (max-width: 763px) { #RuaT3RO18PiTzaHP1mMPk9W3HrXzWIUc { width:11.1245rem;height:3.4375rem;top:22.624879837036rem;left:4.4371446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpqgcchEUHUdDyUDToRI6Huye4qPwQmc { display:block; }
 }@media only screen and (max-width: 763px) { #Jt0Dh8mn88tgF1C1CrNKtX7GI1186bpX { width:18.125rem;height:6.5rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNcvN4hO3gc2KuwQsSwbmfAbKlLbt5NT { width:2.9375rem;height:2.9375rem;top:12.125rem;left:9.40625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #LaK1KWdT5cPULoewfeTMx63AE3mXpuKw { width:2.0625rem;height:2.8125rem;top:12.1875rem;left:8.46875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA { background-color:#ffffff;background-image:none;display:block; }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA > .row .container { background-color: transparent; background-image: none; }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA > .row .container > .video-iframe-container { display: none; }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA > .row > .video-iframe-container { display: none; }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA > .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); }#ZFr20Ck0kGWdF8ne34AczQuRgo7x7TXA > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRhKyEpUJGAKeRSIxxtPtu7JL3Fzyb0U { width:17.625rem;height:4.875rem;top:0.75rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SRbTq8Z7FIoV4MPqZNJHQHSsZNT43TAF { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzltHMg2gECZB3pVv6I3I9eOG4N89ty2 { width:20rem;height:12.9948125rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #oau8VgQ80K8ish0EMMqfrK2vzHnSLFtc { width:11.186rem;height:3.4375rem;top:39.37283039093rem;left:4.4064674377441rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUEmUPMOuZhQcG1mHWEwoob4mDGCqpRD { display:block; }
 }@media only screen and (max-width: 763px) { #FbRRyo2VftDAwgxINqOLbuUs8ary80ie { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKCgeQUTvkdT6DOolqpgTRdQdXwzJPiR { display:block; }
 }@media only screen and (max-width: 763px) { #iStlN7NTlR4Gsmxb4nASXG4n7bvRVqky { width:19.9375rem;height:2.69965rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AFflCv0XokLGLUCAXeeiVO65H6k9LCVb { width:19.8125rem;height:1.687825rem;top:29.375rem;left:-0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q1wFRn1m9ZcfCR5qCbLRHPk4U36x5IJ6 { width:19.499875rem;height:1.29980625rem;top:19.749634742737rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkcOgvmZuyIe8MhZZwXTBaOhX5pCwKi2 { width:19.0625rem;height:1.29964375rem;top:36.060656547546rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JmxptltKOkMQycpSskozUPTZ5907wH4z { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #B8btyaL9XeeAZIEFUWbdiCRq2S7636ST { display:block; }
 }@media only screen and (max-width: 763px) { #dRtF74mnbNCPbNF8A3QqiRZKaB27iR3F { width:11.124125rem;height:3.4375rem;top:22.811958312988rem;left:4.4368491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfJcAdFAkemFWofPWAt20OrtwSn1TvMv { display:block; }
 }@media only screen and (max-width: 763px) { #nDlNDIFIia5O4rBu08FI9edzvcDtPqqf { width:18.125rem;height:6.5rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQR3lQ0FvFgzyrfwqznbe47atBlaNddS { width:2.9375rem;height:2.9375rem;top:12.125rem;left:9.40625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Nsd4q8GRm9QiIqRs6gwqrbQz54wlqB9H { width:2.0625rem;height:2.8125rem;top:12.1875rem;left:8.46875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #k40r0kgRaoWBZ3sEoTRK13vaTGHBTwQd { width:20rem;height:2.25rem;top:31.061687469483rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FI1n37vcPQqQq3sg9S3i07CJG26eTFKf { width:19.5625rem;height:4.049475rem;top:44.059898376465rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JX7tlbQb1aw21XiPU4LBL3TFi3pAqOcE { width:19.0625rem;height:1.29948125rem;top:49.358510876465rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lraZV9CbATX7nEE8ruDiQIfTHMIzAH1M { width:11.0625rem;height:3.75rem;top:51.907992126465rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRbRbO5dzpOozkJKpkhnT6J9EdMmBBGw { display:block; }
 }@media only screen and (max-width: 763px) { #JtVqgWAZnZb7pb32Sc22MCo94p7ule4X { background-color:#ffffff;background-image:none;display:block; }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X > .row .container { background-color: transparent; background-image: none; }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X > .row .container > .video-iframe-container { display: none; }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X > .row > .video-iframe-container { display: none; }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X > .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); }#JtVqgWAZnZb7pb32Sc22MCo94p7ule4X > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVcehS0zM08zDIEH1hkZQipJBN04Frc4 { width:17.625rem;height:4.875rem;top:0.75rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJs3WAfeyRbrpy6pTfTzSuvhE4s9GQHy { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCdxeLDpR6L4Naar6lS0Di2SvNJizmZR { width:20rem;height:9.09636875rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #uSIwOXMooy3ZZlQZTag8E1ch5zFwyS3L { width:11.1861875rem;height:3.4375rem;top:37.935546875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mydzICtKGcCzutyfiHTvTipRdWCbfUWJ { display:block; }
 }@media only screen and (max-width: 763px) { #hMfmKAQi6ppgoUvfDSHJaCDkLVcFxVsr { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #geeqF5cJNBGaDnAgNUfeTovZabqTRw2p { display:block; }
 }@media only screen and (max-width: 763px) { #Uk0cINZuXgkDQiAKa6tqo8GP4Km1qdtl { width:19.9375rem;height:2.69965rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dzKKFXAOdNXDbNZpTzEI0DwHNiMDKIgK { width:19.8125rem;height:1.687825rem;top:27.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IIUBXkat53JsaSHycq77sFOWmS4UzlH8 { width:19.499875rem;height:1.29980625rem;top:19.749634742737rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRsBKq6sXtHfdrmHgXGfoDLFF0smHiiO { width:19.0625rem;height:1.29964375rem;top:34.436307907104rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BnGIHqzMqvQMGFRSikEDrLcVmZUPcxUC { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAR9E21unyP8L9cT2RVplzE3cz38m8Ia { display:block; }
 }@media only screen and (max-width: 763px) { #LFV7mUv1sPwTp7wqLBQXp9yLMDcyr2tu { width:11.1245rem;height:3.4375rem;top:22.624879837036rem;left:4.4371446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTtUQ9yZV6waO5eBirSQvTAyaoioUuOb { display:block; }
 }@media only screen and (max-width: 763px) { #AeTgirUUx9RvaZZcJHZT26ThP9sFsLne { width:18.125rem;height:6.5rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7KTNFiDppyUBkN1oGDVdNSl4a9AP59 { width:2.9375rem;height:2.9375rem;top:12.125rem;left:9.40625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #SCgb3NmqbSKNXeDEk8aLd1z6LCJVzxAR { width:2.0625rem;height:2.8125rem;top:12.1875rem;left:8.46875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #lThGVw2diqltR6OmykE9VsPEHKHvU2Jd { width:20rem;height:2.25rem;top:30.185012817382rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvK4gBNQN0DIq3e7PikdqnuyNtmgKEzK { width:19.5625rem;height:4.049475rem;top:42.622394561767rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GX2XKsaFFnluNvhmdSNzWUABKQuwak80 { width:19.0625rem;height:1.29948125rem;top:47.921007061767rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZOLsBgFyCivi0U3zoNBTJmE50iuO0D6I { width:11.0625rem;height:3.75rem;top:50.470488311767rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Ukkf6aPbuX5ID5K303nk9otDeRdWoT { display:block; }
 }@media only screen and (max-width: 763px) { #T7aQBZPx5VMaFzfq1oHoZgATLNTRFTGP { background-color:#ffffff;background-image:none;display:none; }#T7aQBZPx5VMaFzfq1oHoZgATLNTRFTGP > .row .container { width:20rem;height:44.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TMv1efAWCRKXlHLCkUp2cmAkE6wsNOmb { width:17.625rem;height:4.87305rem;top:0.75rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #utzmSmuh1aiz79xuvf6u0PKrq9cAO0eZ { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APnaSIDehg7ishmNFs4hEsP4JTZR27MZ { width:20rem;height:14.29608125rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #L3nyZlHdmFpTZNJqIfXPsfiOgF6R6yrf { width:11.1861875rem;height:3.4375rem;top:37.310546875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtwX4xyI5bbPTCqTa6JRtTHWFBMKcPlA { display:block; }
 }@media only screen and (max-width: 763px) { #yLAxoFHsKVqUQzWqF7svF5TwKHtQElXk { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDNsDFy5KLKLGiPl2J0C4CRv8bqkFMng { display:block; }
 }@media only screen and (max-width: 763px) { #e3TBpD3tsxXHSuCN86htvXaSQI78QWbU { width:19.9375rem;height:2.6985625rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GmNA2rl0VNToAMx8HAieiLvTqmilvyiV { width:19.8125rem;height:1.6875rem;top:27.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JgHl0bHhdyUcTQTeN78wN0IQFGFnT760 { width:19.499875rem;height:1.29980625rem;top:19.749634742737rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5lcpTl33Gycu4hqOezn2eEDc5utx7UH { width:19.0625rem;height:1.29980625rem;top:33.124350547791rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyQf3aF8bgTI2FBZ0CGc6pKcD3soy8XH { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yxgbJmxsysfHnt9MRIEmRk5Xm7QQtNzd { display:block; }
 }@media only screen and (max-width: 763px) { #USwLNURLk6P8Q8qUHOgNOU8yb8HbcpAm { width:11.1245rem;height:3.4375rem;top:22.624879837036rem;left:4.4371446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #banaklbOrmfHAGaBdbIbkGdiRTJQOq26 { display:block; }
 }@media only screen and (max-width: 763px) { #ChrTaT5tX201DDO2ssFmdhokehMFkwHu { width:18.125rem;height:6.5rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3ZIFFy1CK871U8Eu6F1XQfscphylt5q { width:2.9375rem;height:2.9375rem;top:12.125rem;left:9.40625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #mdFn3pgP6CGgq0Ir4PxVzZq4SdySwCqO { width:2.0625rem;height:2.8125rem;top:12.1875rem;left:8.46875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #yqEfng3nadtySONfa5475inJR3PAxmhe { background-color:#ffffff;background-image:none;display:none; }#yqEfng3nadtySONfa5475inJR3PAxmhe > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yAgimgKTUzp4aqFZLIwkVlyJoyCUB5Be { width:17.625rem;height:4.87305rem;top:0.75rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTiIEWm9Tw2sDlkc5qkmxe7Bt5TDUToM { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qf4mqTipSlWDLsMXbr5lmOCVE3IqaXVg { width:20rem;height:14.29608125rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Z1XxHJu2eG9Qnc3J7cgxAMlz0ueHvw8d { width:11.1861875rem;height:3.4375rem;top:37.810546875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXwJNXubAe77KM3TzZtXT8GPtIe27tr4 { display:block; }
 }@media only screen and (max-width: 763px) { #Wh1TDeefPLPJixN5CaSIHp0PleD0QsA1 { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #glGgt1nUS7pM1QISK5LRVS0TdqrCNgM0 { display:block; }
 }@media only screen and (max-width: 763px) { #AdOKJ1vQqvvVaaR7JpHPTyb4hkzAsSD8 { width:19.9375rem;height:2.6985625rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfJsdnyCh5QWcScOfGuzXzsFZ35HDxOh { width:19.8125rem;height:1.6875rem;top:27.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUBpFzVUeivxOWBAwIuNMFscHFtylSZM { width:19.499875rem;height:1.29980625rem;top:19.749634742737rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDwCAvNDCSWzHhhPdayneS0o17tHQs0N { width:19.0625rem;height:1.29980625rem;top:33.124350547791rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QkCHTmZeJOpxFTSFwPDmqQan5wmtqQAW { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9sXE3Aqep4HaKvuo3HzcunOCyJgJxbq { display:block; }
 }@media only screen and (max-width: 763px) { #ielvDEPdmMQF0rxT7PosNCntP1qoMByB { width:11.1245rem;height:3.4375rem;top:22.624879837036rem;left:4.4371446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWBL43vkdp9lFtBG2t4kwfdnThvVhUcI { display:block; }
 }@media only screen and (max-width: 763px) { #vWqXiFqVEiE3NhhKcEkD4ZdPE21BpPAs { width:18.125rem;height:6.5rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pplFoO9AJXfDTMAUa4MTiCqhPRzOHiNW { width:2.9375rem;height:2.9375rem;top:12.125rem;left:9.40625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #tI3AHdSTEFGDVxlqr8IqiPFoy0A69uvT { width:2.0625rem;height:2.8125rem;top:12.1875rem;left:8.46875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #UAWsTV1hNB1msnEc6hQK7tiMWOXeor12 { display:block; }#UAWsTV1hNB1msnEc6hQK7tiMWOXeor12 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWfWUEUBUl3S29I2uT0CWE2mxnEe9s6x { width:20rem;height:3.65625rem;top:1.5625rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MgpmQdJNMUPCZQIvH8BU1BTEnoc2LhTA { width:20rem;height:3.0872375rem;top:6.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lAIIC7LBOPLNzI9XrrWuwHl1Dy3DmpdQ { width:19.8125rem;height:14.125rem;top:12.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S5EPIXc7bJTVLNvSdge4yOAT4GCUnUTD { display:block; }#S5EPIXc7bJTVLNvSdge4yOAT4GCUnUTD > .row .container { width:20rem;height:110.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsvBdl0s4KTfy3VdDpH8eekITZwzBT81 { width:19.5600625rem;height:7.3125rem;top:2.27197265625rem;left:0.21826171875rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #clG79Q6nqTDROvEAaRZne7HTEicrcUhc { width:9.75rem;height:9.75rem;top:48.03759765625rem;left:0.71630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pst3ykVJog1vFqy0bELCA3fHRcbcRv5k { width:6.9375rem;height:7.374rem;top:23.88671875rem;left:10.49560546875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NnuInmvRI9u4GEH5qPOvMqJO041PMywq { width:9.9375rem;height:2.4375rem;top:14.39599609375rem;left:8.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wANm3NNuuiJ3CZGaFgsrQ1tHrlpDGTps { width:6.312rem;height:6.312rem;top:12.45947265625rem;left:1.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHNTbUKBJl4EPRsUvu9ym2O3wywXokwE { width:8.499rem;height:5.874025rem;top:86.92333984375rem;left:10.46630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0EXcpqysnTHqkQOJWZ5HtfK0atJXiTX { width:9rem;height:9rem;top:16.30029296875rem;left:10.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6uga2uVf8AWmoaTkqFhD9lC8veM4ze7 { width:5.7495125rem;height:6.249025rem;top:24.44775390625rem;left:2.935546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd33U5Aff3lvBfrhgACEthJKHBfXuA4c { width:10.2495rem;height:4.0620125rem;top:18.77001953125rem;left:1.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEbliwrFE383hsOvyqCPG83CRJG6C2UN { width:6.249025rem;height:5.625rem;top:50.10009765625rem;left:11.150390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t63Hg8LmyZzQyU3Tkvu7iNePGJQu4m29 { width:16.875rem;height:5.85205rem;top:32.2216796875rem;left:1.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsIJg3QuEp2PbmUiRMI4tSHL4hhgwSuT { width:8.499rem;height:3.1245125rem;top:44.6640625rem;left:10.8076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elBGmbwiuqFM4FJWVLNwz9pvwzlwkNmy { width:17.124rem;height:3.6870125rem;top:38.88671875rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T32nr93IHfTQE4xnBrpAukUxh4haEV1q { width:12.4365rem;height:8.0625rem;top:56.38134765625rem;left:7.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCW4ovea5hP4pP8r6nTBOP4ReHVlVzXB { width:14.3115rem;height:7.46775rem;top:75.560546875rem;left:2.84326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7kK6w1nAzKaKvQTFGE1c6MWI9saAJ5T { width:8.625rem;height:8.625rem;top:55.72509765625rem;left:1.27880859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE8gRiRHBpDQW9QLw5DH7Ir3M4TO1cs7 { width:11.25rem;height:6.5rem;top:42.97802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylfnOXML4v5H6htgUerBS8LemnrNQ8El { width:9.4995rem;height:3.436525rem;top:88.14208984375rem;left:0.83935546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9hoNnFawzH87xF3AHMMJxTaKbIpTSIV { width:10.3125rem;height:10.3125rem;top:89.57763671875rem;left:9.68701171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #icrskvT3LHigrLFp0sDynhlEp6TvJ5lq { width:19.9995rem;height:2.76123125rem;top:83.02685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #avUWf1iCSS6olGwbsvyts8CTXepQhK80 { width:7.9995rem;height:3.811525rem;top:103.6533203125rem;left:10.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQiApvEraAp7b2X0b9WWKWiv8r08SbQn { width:14.0625rem;height:3.811525rem;top:65.06201171875rem;left:2.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0SWWDolTzHScltu6qFSq9bA6mLTmCft { width:12.75rem;height:5.7495125rem;top:70.591796875rem;left:3.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUzSXnaoF880miBsgTSw90VcWGUztAwa { width:8.4375rem;height:8.4375rem;top:95.2158203125rem;left:1.37255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMRKeFEKkH5UGTxkhMnTtgDGTNQFkKcT { width:7.812rem;height:3.8745125rem;top:92.79736328125rem;left:1.6845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHFnJga6rDKUpk13vsAKHhybk95Q7TEM { width:7.374rem;height:7.374rem;top:95.74755859375rem;left:10.46630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgvfvV199pC3t5reVGxh1b0afZTJ0COd { width:8.4375rem;height:8.4375rem;top:100.45263671875rem;left:1.37255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPme0tGqU4TfbIhxTSEx32WThO0DlZxe { display:block; }#rPme0tGqU4TfbIhxTSEx32WThO0DlZxe > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uhhe0DUiFaXwiLFQlLkX4uBdc8GAnqMq { width:20rem;height:3.65625rem;top:1.6875rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eEVwzTLRyLDRmlO3TGopm2clyk3QJXVr { display:block; }#eEVwzTLRyLDRmlO3TGopm2clyk3QJXVr > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRSxDhCbOWtzARDTZvr8ZgpwK2e1uIWN { width:3.81239375rem;height:4.0625rem;top:37.905817985534rem;left:8.09353351593rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZol6E0GyLgIzN7Z2dImAWdCC1DU9IiA { width:20rem;height:1.625rem;top:45.623889923096rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A42H5P4ML5Kc50c02QBDJ3tJ406gNkTt { width:1.62489375rem;height:1.62489375rem;top:42.624785423279rem;left:9.18728351593rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIb2XvwaRHuSE8zGhLP0DMX8PaT3V0UN { height:25rem;width:20rem;top:49.373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9V4OQraen57tVTLpRzAlPZ4VPOblTuX { width:3.75rem;height:4.0625rem;top:1.1875rem;left:8.125rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SK1wWpQ2osk4gtqTp63lwGG8hA78xmWV { width:1.5625rem;height:1.5625rem;top:5.2484815120697rem;left:9.2187509536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGIWHQ9MKBbRPiLwQualT40nl6Bgrmyf { width:20rem;height:3.25rem;top:8.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #giGJ0ysmp5xzJi5DCuveXrqyhqbw6GUl { height:25rem;width:20rem;top:12.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l { display:block; }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row .container { width:20rem;height:146.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8VXw8HLJqrySDITuxaXVuVlusq47MnX { width:17.5rem;height:4.4375rem;top:137.81041717529rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVrND7niA9XPmflh64c6y58T9uc8lAgq { display:block; }
 }@media only screen and (max-width: 763px) { #CwEN9BX0I3lomT5JtZ1vboKgVPJXwDSQ { width:20rem;height:4.8125rem;top:1.1843748092651rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #W1HVMz9F7EMiPIsOeRAhK8DWqrF0pDva { width:20rem;height:14.294275rem;top:8.4979248046875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J8cShVwDPE2rFPknCvTJIVgeVePDRuHr { width:20rem;height:10.3958375rem;top:25.77783203125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BNv3d1NHCG3nk1m65RImN9DiT4TWQmST { width:20rem;height:22.09116875rem;top:52.4736328125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QgnFQO5KyOpOcwQe5X7v9MZ69Gkg6KO5 { width:20rem;height:9.09635625rem;top:39.85312461853rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nxv1sQadS2gXJ9cvQlQxEyk5R95TLD7b { width:20rem;height:7.796875rem;top:77.48193359375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WKc62dyqf7rdBZ7zMqVTkpkEaJsw3Br1 { width:20rem;height:7.796875rem;top:89.23291015625rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZPcJH7oVHURNyuxsdPJ3Xzk2eqpB69bO { width:20rem;height:12.99479375rem;top:118.677734375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cROaSWefb1wI8RdTVnQTvi4Tyzl13N8l { width:20rem;height:12.9948125rem;top:101.37890625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl { display:block; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTn82JFaTTvGgOH42gxNdfG3ROaaIZHC { width:18.875rem;height:29.0625rem;top:1.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuMe1xrpGoeXWltfOSm1pLX9Ohy61qFE { width:20rem;height:2.4375rem;top:3.71875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnCmn3JWO0qpu0Ql3Tc2D25llabi6kcp { width:16.5625rem;height:5.0625rem;top:7.84375rem;left:1.71875rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #u4k4MXJVsIkmp9wUxmyiMF80lp7JiQET { width:15.3125rem;height:4.125rem;top:25.875001192093rem;left:2.3437501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt4077pzuS30CCuHFHnlg5KQpgpySlpv { width:9.25rem;height:9.375rem;top:15.879166841507rem;left:4.5625003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U { display:block; }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K38FloffNmArLu7ROCWC6sRQMCiaTEzL { width:20rem;height:3.65625rem;top:6.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cpoxl5dKUKfZPqdu7kMaihdp76g0qO9h { width:20rem;height:5.847225rem;top:3.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VyBETCdngAq6IkqbzTwTMeoHmXigJ7CU { width:6.375rem;height:2.5rem;top:0rem;left:6.8125003576281rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yCZyGrxpaURnmGb70ICpF1gXaMClIOtb { display:none; }#yCZyGrxpaURnmGb70ICpF1gXaMClIOtb > .row .container { width:20rem;height:67.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cmcDSUBUAzyiWFA6TsAC7CfncZws1nnJ { width:11.5625rem;height:17.375rem;top:27.998959541321rem;left:5.8458336591721rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #QqO3Mbgr1TdNqJHgoHoru9S8seKcziNb { width:18.9375rem;height:24.4375rem;top:41.873960494995rem;left:0rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #KWBSc3WKa2ube8qphuK6C3B8x5q0UzDI { width:7.625rem;height:8.25rem;top:37.190626144409rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #nPa4gpcGO8Qkx3hxmNBtcVL3Dpm8chxC { width:15.7479375rem;height:0;top:47.069793701172rem;left:1.5937501192093rem;font-size:1rem;z-index:15007;line-height:1.7;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RxbKkL86vJmINCENtk7Wz9EdE2ms4NnA { width:20rem;height:1.5996125rem;top:62.403127670288rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #CrdIBMlVJdWf3r6pMEQsowS0ibGr2Ux2 { width:20rem;height:0;top:3.379189491272rem;left:0rem;font-size:1rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #coiMM83duJH43581TwxwK89XHU2p26cT { display:none; }#coiMM83duJH43581TwxwK89XHU2p26cT > .row .container { width:20rem;height:28.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I99TBoQpKPsB4Dxln9IUAtfZ0aZkgNi7 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IcduXMWETJqquaqVhdzwDaPH2985iInG { display:none; }#IcduXMWETJqquaqVhdzwDaPH2985iInG > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IzfIR6HDkQCFpD6OSwBDygkUL9ds7q7f { width:19.5625rem;height:2.6001rem;top:1.3114585876465rem;left:0.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WoSXd8kWkm1suNAfzZxPAVIgnox2gMyi { display:none; }#WoSXd8kWkm1suNAfzZxPAVIgnox2gMyi > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sDHD29sHwIe5g2LDCUEVVdTcTvNg5sny { width:8.625rem;height:9.3125rem;top:1.9999799728394rem;left:3.5416668653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtzvo7ML8H55CwPKTGW61UWzzD4hZ6Kz { height:11.2421875rem;width:20rem;top:13.659376144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE14TSr7elyQXSElU7GUEtGAGs3EL0IU { width:8.5625rem;height:9.375rem;top:1.9677085876465rem;left:7.5375002622606rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHzDn5e6eeWWkfXBRdD8nvvS7eT7C0Hy { display:none; }#yHzDn5e6eeWWkfXBRdD8nvvS7eT7C0Hy > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aF03R8JRGkUWCepKwsPUDzlzh3b7VQit { width:18.8745rem;height:4.562175rem;top:1.1249797344207rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie33m3Zvvd5feBZsklGuch3vTTSwFMVg { display:block; }
 }@media only screen and (max-width: 763px) { #h21leAmrr9VfdTKT3nOTwhuDi4yUTcKm { display:none; }#h21leAmrr9VfdTKT3nOTwhuDi4yUTcKm > .row .container { width:20rem;height:16.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DIyfIARH0J63KW97pVnmmisBBiyHyDce { width:14.0625rem;height:3.75rem;top:0.1875rem;left:3.5625rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zfBE8BCusa4hL4NSi6XZtqFG9ZothRfl { width:3.375rem;height:2.6001rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOmdBQ6hdp47H2QGVBzopLrQuH9stG5W { width:18.6875rem;height:9.599625rem;top:5.0625rem;left:0.6875rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #x8r373mbAID0QUTQH7G891ts5bwsLyvo { display:none; }#x8r373mbAID0QUTQH7G891ts5bwsLyvo > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IlzodBsPP2o2LE4x6ZLJA5DrxIq8xeyo { width:4.125rem;height:2.6001rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRIIXNrsNchoiR5fNut3AW34Xr9Qmfyp { width:15.9375rem;height:1.875rem;top:0.54899024963379rem;left:4.0624997019768rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sCmA1GAMZdmBTaIA8JAbBlGeWtVM4Wra { width:19.2496875rem;height:7.9996875rem;top:4.2439785003662rem;left:0.74951165914537rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #HxzdpZlrr1eTcR349Pz40R5cEb1s1Zuu { display:none; }#HxzdpZlrr1eTcR349Pz40R5cEb1s1Zuu > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kRTDHqpKdzJ0qG0zJaH6UgXAVCPyxODa { width:4.125rem;height:2.6001rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #moyNGxyTmzdkxFdWVmqeJv4BNqAJG9ac { width:14.3125rem;height:3.75rem;top:0.18717193603516rem;left:4.3745114207268rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sCwbAXkbf6NFdkC9AolF03N2LqklpvrT { width:18.75rem;height:11.1995625rem;top:5.0625rem;left:0.6875rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lNRZzGTUThCHgRirekcVcqpcQag6yND2 { display:none; }#lNRZzGTUThCHgRirekcVcqpcQag6yND2 > .row .container { width:20rem;height:134.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RaneztcQcICcp9c7RzrFCGmIN6ZlST1v { width:20rem;height:4.874675rem;top:3.71875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J1sAwm6pbS2ziCX6NiFP1XoMpfX0DRwa { width:20rem;height:31.719128329298rem;top:9.75993046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TTgR1tTPgKOPf2y1vL6Mi7hAhZ1C4T { width:20rem;height:31.99874375rem;top:42.72868046875rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Pqo1z1r7eKN3DswTv2zy0c0NVhzUwGHp { width:20rem;height:21.941747572816rem;top:80.437347412113rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuFHND0chnqcwsBMMCUiwbcD19uRKSS4 { width:20rem;height:28.7988125rem;top:103.99935913086rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }