.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:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q92rDvHQQPaypFvOkT9IM8Tu2Ew8AgcW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#q92rDvHQQPaypFvOkT9IM8Tu2Ew8AgcW > .row .container { background-color: transparent; background-image: none; }#q92rDvHQQPaypFvOkT9IM8Tu2Ew8AgcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q92rDvHQQPaypFvOkT9IM8Tu2Ew8AgcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q92rDvHQQPaypFvOkT9IM8Tu2Ew8AgcW > .row .container > .video-iframe-container { display: none; }#q92rDvHQQPaypFvOkT9IM8Tu2Ew8AgcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q92rDvHQQPaypFvOkT9IM8Tu2Ew8AgcW > .row > .video-iframe-container { display: none; }#q92rDvHQQPaypFvOkT9IM8Tu2Ew8AgcW > .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); }#q92rDvHQQPaypFvOkT9IM8Tu2Ew8AgcW > .row .container { border-width: 0; border-radius: 0; }#q92rDvHQQPaypFvOkT9IM8Tu2Ew8AgcW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q92rDvHQQPaypFvOkT9IM8Tu2Ew8AgcW > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#PnNrlUX2AV5qKtNMfN2hlVdyZyoW18G4 { background-color:transparent;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:20.9375rem;display:block; }
#yVZdk82TsDs7CLkBFyVe72wDa3u7hFNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d08HJbGpHAKboTA1OZVfn7DboVErnKJi { background-color:transparent;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:28.25rem;display:block; }
#vFAPpqdnEEi1IXeU4OAKscMOPE23ez9k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LrOwNWb8zsTkiLTCBKrDQytFksi21M1N { background-color:transparent;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:50.25rem;display:block; }
#hUIvytIN64DeTukfIWTxZK3vNEbmexUv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DtwhtTZcQFxRBascOVkB81Pk3IreaJp9 { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #ff4d00, #ff7500);background-image: -moz-linear-gradient(115deg, #ff4d00, #ff7500);background-image: -ms-linear-gradient(115deg, #ff4d00, #ff7500);background-image: -o-linear-gradient(115deg, #ff4d00, #ff7500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4d00', endColorstr='#ff7500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4d00', endColorstr='#ff7500' );";background-image: linear-gradient(115deg, #ff4d00, #ff7500);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3046875rem;left:58.8125rem;display:block; }
#upZ83zn4WZMAG8MmcuRwd9AwT8tLsLoa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o4mW7lvuLfGMg9h5CySCWA9H5X7QcMoX { background-color:transparent;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:42.0625rem;display:block; }
#pJJRPaPr5iCHE1voSReFw4K0r5fek2hM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ImQkJNvMhpXff9sRfT9b8zfyhzUFo8ki { 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:2.375rem;width:15.9375rem;top:1.125rem;left:2.5625rem;overflow:hidden;display:block; }
#LTnPwa2x9TyusQsM1i5IuLq7zwW8ZEVH { background-color:transparent;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:34.6875rem;display:block; }
#MTbm9Fg8FGy7pxKMZs9n6tZkwy0b1716 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GPF9tMOSTRPXS4BUM05dNZz7rQTkLKS7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6900;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; }#GPF9tMOSTRPXS4BUM05dNZz7rQTkLKS7 > .row .container { background-color: transparent; background-image: none; }#GPF9tMOSTRPXS4BUM05dNZz7rQTkLKS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPF9tMOSTRPXS4BUM05dNZz7rQTkLKS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPF9tMOSTRPXS4BUM05dNZz7rQTkLKS7 > .row .container > .video-iframe-container { display: none; }#GPF9tMOSTRPXS4BUM05dNZz7rQTkLKS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPF9tMOSTRPXS4BUM05dNZz7rQTkLKS7 > .row > .video-iframe-container { display: none; }#GPF9tMOSTRPXS4BUM05dNZz7rQTkLKS7 > .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); }#GPF9tMOSTRPXS4BUM05dNZz7rQTkLKS7 > .row .container { border-width: 0; border-radius: 0; }#GPF9tMOSTRPXS4BUM05dNZz7rQTkLKS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPF9tMOSTRPXS4BUM05dNZz7rQTkLKS7 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#wyS0Ch9hNT7iP0hug1eeRqLrzWKTt6ED { background-color:transparent;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:poppins;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:3.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.375rem;left:34.25rem;display:block; }
#iITOA11qs9sNTUGCpmD8C2d2bBlyNtMr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:171.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#mE57BkhFvAl7P6WdN0nxiWqi2LM5B2aQ { 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:22.5rem;width:22.5rem;top:36.1875rem;left:26.25rem;overflow:hidden;display:block; }
#pwPP91SWvUu7EtmU30iII8mkdfQGyeSA { background-color:#1db954;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:63.875rem;left:28.75rem;display:block; }
#DvBQBM84fv2GrQiAzJEI2LrVJyT8tNgI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PvsPXg6sKdQIodsNKL3G0pmmPnPTKEP7 { 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:22.5rem;width:22.5rem;top:69.125rem;left:26.25rem;overflow:hidden;display:block; }
#cBwWuLf13fKZF9ZPdO7ixXo5DT3Ki9In { background-color:#1db954;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:97.25rem;left:28.75rem;display:block; }
#hrZ9fp8GRCJz1GVbbIeSFVef2hmKSPvl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GNcoN0gIbnNQAJBI6UNBq4qrS6t49ldu { 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:22.5rem;width:22.5rem;top:102.75rem;left:26.25rem;overflow:hidden;display:block; }
#us0NBEh0I35fh1mVWwSZ7b77N6JlJaJG { background-color:#1db954;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:131.375rem;left:28.75rem;display:block; }
#N5VV2xQ6UbzDRReerq7Myuedb67ZC1PP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rF3dhHCC4W7ihroNgutktWJny3hJWDMd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:60rem;left:26.25rem;height:2.923825rem;display:block; }
#NDONEuZfo3fEaDnnVGX6WuDRpDtgeSz1 { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:93.0625rem;left:26.25rem;height:2.923825rem;display:block; }
#wGOv6ymMmA6rodFVIExcfuPTuswsHugN { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:127rem;left:26.25rem;height:2.923825rem;display:block; }
#ALUEJ2piqDPbF6L6q96K11hDKysxaJ7p { 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:22.5rem;width:22.5rem;top:137.0625rem;left:26.25rem;overflow:hidden;display:block; }
#KhnraUZZte88UuiJ871NIEJpWNtlXmKs { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:160.4375rem;left:26.25rem;height:2.923825rem;display:block; }
#btauWSlZaf9VPPNXpGgkoxX3TcIhmnwZ { background-color:#1db954;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:164.3125rem;left:28.75rem;display:block; }
#zirrG0dbqFrFPJW1TxsScp12T6kbRdhe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nr4C3Ix4eyGCKN3kkMzTXrBwOsoO8R2G { background-color:#1db954;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.5625rem;left:28.75rem;display:block; }
#OvIq49bIzWkMiDvrpMN5LNdR9xfNamd6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OZ5V5o5idgzbK74hKZalJRUv9Ou732ll { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26.6875rem;left:26.25rem;height:2.923825rem;display:block; }
#bznhX2c90vOeebzO3Q2V5zyNC5MSSa4T { 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:22.5rem;width:22.5rem;top:2.875rem;left:26.25rem;overflow:hidden;display:block; }
#pusa62QrzyiyER2iJH5qadeoclGMSyC2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6900;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; }#pusa62QrzyiyER2iJH5qadeoclGMSyC2 > .row .container { background-color: transparent; background-image: none; }#pusa62QrzyiyER2iJH5qadeoclGMSyC2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pusa62QrzyiyER2iJH5qadeoclGMSyC2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pusa62QrzyiyER2iJH5qadeoclGMSyC2 > .row .container > .video-iframe-container { display: none; }#pusa62QrzyiyER2iJH5qadeoclGMSyC2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pusa62QrzyiyER2iJH5qadeoclGMSyC2 > .row > .video-iframe-container { display: none; }#pusa62QrzyiyER2iJH5qadeoclGMSyC2 > .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); }#pusa62QrzyiyER2iJH5qadeoclGMSyC2 > .row .container { border-width: 0; border-radius: 0; }#pusa62QrzyiyER2iJH5qadeoclGMSyC2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pusa62QrzyiyER2iJH5qadeoclGMSyC2 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#M5ZqNznqWdAkP6fbwPhwykry3m2o9frU { background-color:transparent;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:poppins;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.375rem;left:33.5625rem;display:block; }
#yNAI5328DxrtSztpbIcFKQRPPVMst3Wy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITwyMqQZHanPNO2OLqzELew49fr9bSL0 { z-index:;position:relative;display:block; }#ITwyMqQZHanPNO2OLqzELew49fr9bSL0 { background-color: transparent; background-image: none; }#ITwyMqQZHanPNO2OLqzELew49fr9bSL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITwyMqQZHanPNO2OLqzELew49fr9bSL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITwyMqQZHanPNO2OLqzELew49fr9bSL0 > .row .container > .video-iframe-container { display: none; }#ITwyMqQZHanPNO2OLqzELew49fr9bSL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITwyMqQZHanPNO2OLqzELew49fr9bSL0 > .row > .video-iframe-container { display: none; }#ITwyMqQZHanPNO2OLqzELew49fr9bSL0 > .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); }#ITwyMqQZHanPNO2OLqzELew49fr9bSL0 { border-width: 0; border-radius: 0; }#ITwyMqQZHanPNO2OLqzELew49fr9bSL0 > .row .container { background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:258.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#qyRWgbxfVQEFzTAnTZET3bOSBewzLBHI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:4.125rem;left:17.5rem;display:block; }
#hUHUS98uWON4aT1MfuguaWTMPQBH5W4z { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.8125rem;left:17.5rem;height:2.923825rem;display:block; }
#Lsxr9rovePNnpxqS2kwsfrByzn43Jeq1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:32.875rem;left:17.5rem;display:block; }
#d0hCSRHmBBfAIsIQl5sgxLHguMdAUgZ6 { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:56.5625rem;left:17.5rem;height:2.923825rem;display:block; }
#Qurb0vpxT4NQPn7y6GUBe30klXTVFq9K { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:60.8125rem;left:17.5rem;display:block; }
#raSqZyXJmAgBzQ2rIqVzJQrF7BHxKIPb { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:84.5rem;left:17.5rem;height:2.923825rem;display:block; }
#xr6LCnqhiHldiH3rzT7ToPao3B1irO0M { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:113.125rem;left:17.5rem;height:2.923825rem;display:block; }
#tHyhrQNwxFtzRc4l7Mdr5BhBl0pUMTki { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:89.4375rem;left:17.5rem;display:block; }
#li3wd1hmoMlFJozk5I3JofZfLUTRbz1u { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:117.5625rem;left:17.5rem;display:block; }
#ghWqXJoTlQztHlAdz7slWsXX9my1yGO4 { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:141.25rem;left:17.5rem;height:2.923825rem;display:block; }
#riTfy98SFdvcTUmBG8inB8mzl9pHmfbr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:145.4375rem;left:17.5rem;display:block; }
#DNT8fr9ReHKoafA7lrnwbXnRdTDhAwS9 { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:169.125rem;left:17.5rem;height:2.923825rem;display:block; }
#widor0zMZ8KKkx7qTvsCae3oXLudiSP5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:173.3125rem;left:17.5rem;display:block; }
#ASoT1lmeGumqLBu0ipNHqxR1IJsENMtB { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:197rem;left:17.5rem;height:2.923825rem;display:block; }
#lho4vzDSI0QbXwL5o8Dl0Lwn6ihsDJRE { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:201.625rem;left:17.5rem;display:block; }
#RKvGu7KGlrHEwH7oAx0Pds0NgbCKdruh { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:225.3125rem;left:17.5rem;height:2.923825rem;display:block; }
#g0M2kyde6ftB11nkTxQlZrWywxtmOr9o { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:230.125rem;left:17.5rem;display:block; }
#sXd20Zlb0qTz4Q7KwSpa9vghSmmIZvGs { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:253.125rem;left:17.5rem;height:2.923825rem;display:block; }
#yeV7hrL2iCP5usCT11UUrMPqreaX7Fx2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6900;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; }#yeV7hrL2iCP5usCT11UUrMPqreaX7Fx2 > .row .container { background-color: transparent; background-image: none; }#yeV7hrL2iCP5usCT11UUrMPqreaX7Fx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeV7hrL2iCP5usCT11UUrMPqreaX7Fx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeV7hrL2iCP5usCT11UUrMPqreaX7Fx2 > .row .container > .video-iframe-container { display: none; }#yeV7hrL2iCP5usCT11UUrMPqreaX7Fx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeV7hrL2iCP5usCT11UUrMPqreaX7Fx2 > .row > .video-iframe-container { display: none; }#yeV7hrL2iCP5usCT11UUrMPqreaX7Fx2 > .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); }#yeV7hrL2iCP5usCT11UUrMPqreaX7Fx2 > .row .container { border-width: 0; border-radius: 0; }#yeV7hrL2iCP5usCT11UUrMPqreaX7Fx2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yeV7hrL2iCP5usCT11UUrMPqreaX7Fx2 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#AeuwrfhJ5NXrszdLdJ5aFgKW9ELHo0nu { background-color:transparent;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:poppins;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.375rem;left:33.5625rem;display:block; }
#SBfRT3Fz908e7TowDADDrrNsO1cZ2LJL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TicuQ6N1f8PxfluQ2biz9K8ZUbwMFx8m { z-index:;position:relative;display:block; }#TicuQ6N1f8PxfluQ2biz9K8ZUbwMFx8m { background-color: transparent; background-image: none; }#TicuQ6N1f8PxfluQ2biz9K8ZUbwMFx8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TicuQ6N1f8PxfluQ2biz9K8ZUbwMFx8m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TicuQ6N1f8PxfluQ2biz9K8ZUbwMFx8m > .row .container > .video-iframe-container { display: none; }#TicuQ6N1f8PxfluQ2biz9K8ZUbwMFx8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TicuQ6N1f8PxfluQ2biz9K8ZUbwMFx8m > .row > .video-iframe-container { display: none; }#TicuQ6N1f8PxfluQ2biz9K8ZUbwMFx8m > .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); }#TicuQ6N1f8PxfluQ2biz9K8ZUbwMFx8m { border-width: 0; border-radius: 0; }#TicuQ6N1f8PxfluQ2biz9K8ZUbwMFx8m > .row .container { background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:108.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#gPTw4SJSSfWDpkenDaFOoMZ9L3cpifbT { 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:22.5rem;width:22.5rem;top:2.6875rem;left:10.5625rem;overflow:hidden;display:block; }
#bID0picDTkWQwwHKNRTBB539RPzWAPIT { 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:22.5rem;width:22.5rem;top:2.6875rem;left:41.5rem;overflow:hidden;display:block; }
#dKyphSrWs3bMLTanIUGgUGGioGB7XaM6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:22.5rem;top:28.8125rem;left:10.5625rem;overflow:hidden;display:block; }
#bSnidWnF6lcHRR1nCIDmAmTtrkyaKld3 { 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:22.5rem;width:22.5rem;top:28.8125rem;left:41.5rem;overflow:hidden;display:block; }
#ga3hTqL2MPIbcPrcHJwQbSrhNQBkeGiK { 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:22.5rem;width:22.5rem;top:54.4375rem;left:10.5625rem;overflow:hidden;display:block; }
#fJek7JpLQr5VIn61ekHrETzkTyIptxbI { 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:22.5rem;width:22.5rem;top:54.4375rem;left:41.5rem;overflow:hidden;display:block; }
#wLMU6N4qaardyN1XF9ndvKsVTxbl7XM0 { 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:22.5rem;width:22.5rem;top:80.0625rem;left:10.5625rem;overflow:hidden;display:block; }
#PbqkkiFy24II5KZIhBChFgeiVXSmlWML { 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:22.5rem;width:22.5rem;top:80.0625rem;left:41.5rem;overflow:hidden;display:block; }
#Lp8JzTLOBKNun8IfZBtBSuGO8J9vapom { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6900;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; }#Lp8JzTLOBKNun8IfZBtBSuGO8J9vapom > .row .container { background-color: transparent; background-image: none; }#Lp8JzTLOBKNun8IfZBtBSuGO8J9vapom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lp8JzTLOBKNun8IfZBtBSuGO8J9vapom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lp8JzTLOBKNun8IfZBtBSuGO8J9vapom > .row .container > .video-iframe-container { display: none; }#Lp8JzTLOBKNun8IfZBtBSuGO8J9vapom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lp8JzTLOBKNun8IfZBtBSuGO8J9vapom > .row > .video-iframe-container { display: none; }#Lp8JzTLOBKNun8IfZBtBSuGO8J9vapom > .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); }#Lp8JzTLOBKNun8IfZBtBSuGO8J9vapom > .row .container { border-width: 0; border-radius: 0; }#Lp8JzTLOBKNun8IfZBtBSuGO8J9vapom > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lp8JzTLOBKNun8IfZBtBSuGO8J9vapom > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#tSC4VeuFTZgmACdz7cuQiO3yupmwJ5o8 { background-color:transparent;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:poppins;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.375rem;left:31.75rem;display:block; }
#Pw2cDVFw71HTeP9wnAwISUcCOLLo2oPa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eXC6eufd53NEliIN6GBTXMQ6uCPBDFbu { z-index:;position:relative;display:block; }#eXC6eufd53NEliIN6GBTXMQ6uCPBDFbu { background-color: transparent; background-image: none; }#eXC6eufd53NEliIN6GBTXMQ6uCPBDFbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXC6eufd53NEliIN6GBTXMQ6uCPBDFbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXC6eufd53NEliIN6GBTXMQ6uCPBDFbu > .row .container > .video-iframe-container { display: none; }#eXC6eufd53NEliIN6GBTXMQ6uCPBDFbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXC6eufd53NEliIN6GBTXMQ6uCPBDFbu > .row > .video-iframe-container { display: none; }#eXC6eufd53NEliIN6GBTXMQ6uCPBDFbu > .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); }#eXC6eufd53NEliIN6GBTXMQ6uCPBDFbu { border-width: 0; border-radius: 0; }#eXC6eufd53NEliIN6GBTXMQ6uCPBDFbu > .row .container { background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:62.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#GVZxTc2d83Wfh7J4NbdhLxpT6AD6i20n { color:#ffffff;display:block;width:40.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:16.65625rem;height:49.39246875rem;display:block; }
#EmOIFL5NuzrPv69Um14TEe2Ziag00xXC { background-color:#1db954;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:56.1875rem;left:28.75rem;display:block; }
#TaLWURy8Ip3gP1NFDkbwwsFvuNpDxBCm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IHXuTZyUqGneZ8TmuV5NtK5Cy1OMDiDU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6900;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; }#IHXuTZyUqGneZ8TmuV5NtK5Cy1OMDiDU > .row .container { background-color: transparent; background-image: none; }#IHXuTZyUqGneZ8TmuV5NtK5Cy1OMDiDU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHXuTZyUqGneZ8TmuV5NtK5Cy1OMDiDU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHXuTZyUqGneZ8TmuV5NtK5Cy1OMDiDU > .row .container > .video-iframe-container { display: none; }#IHXuTZyUqGneZ8TmuV5NtK5Cy1OMDiDU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHXuTZyUqGneZ8TmuV5NtK5Cy1OMDiDU > .row > .video-iframe-container { display: none; }#IHXuTZyUqGneZ8TmuV5NtK5Cy1OMDiDU > .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); }#IHXuTZyUqGneZ8TmuV5NtK5Cy1OMDiDU > .row .container { border-width: 0; border-radius: 0; }#IHXuTZyUqGneZ8TmuV5NtK5Cy1OMDiDU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IHXuTZyUqGneZ8TmuV5NtK5Cy1OMDiDU > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#FWsq35E1XwSdhxTcBekAgydog105H537 { background-color:transparent;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:poppins;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.375rem;left:31.75rem;display:block; }
#Tfsz7ylTuEd16r2z4KvtlNzTMT8uEkIn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mGfAMUm8apiDy2ssnzxWiyMosQ3nRbiA { z-index:;position:relative;display:block; }#mGfAMUm8apiDy2ssnzxWiyMosQ3nRbiA { background-color: transparent; background-image: none; }#mGfAMUm8apiDy2ssnzxWiyMosQ3nRbiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGfAMUm8apiDy2ssnzxWiyMosQ3nRbiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGfAMUm8apiDy2ssnzxWiyMosQ3nRbiA > .row .container > .video-iframe-container { display: none; }#mGfAMUm8apiDy2ssnzxWiyMosQ3nRbiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGfAMUm8apiDy2ssnzxWiyMosQ3nRbiA > .row > .video-iframe-container { display: none; }#mGfAMUm8apiDy2ssnzxWiyMosQ3nRbiA > .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); }#mGfAMUm8apiDy2ssnzxWiyMosQ3nRbiA { border-width: 0; border-radius: 0; }#mGfAMUm8apiDy2ssnzxWiyMosQ3nRbiA > .row .container { background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#S8LpgvKKwgy89X7iiE3WiRnbW8OiJdho { position:absolute;display:block;z-index:15014;height:21.75rem;width:38.75rem;top:3.375rem;left:18.125rem;display:block; }
#kqatRmwa1tATiUmSSiHcg4qnwCUxfraw { position:relative;display:block; }#kqatRmwa1tATiUmSSiHcg4qnwCUxfraw { background-color: transparent; background-image: none; }#kqatRmwa1tATiUmSSiHcg4qnwCUxfraw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqatRmwa1tATiUmSSiHcg4qnwCUxfraw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqatRmwa1tATiUmSSiHcg4qnwCUxfraw > .row .container > .video-iframe-container { display: none; }#kqatRmwa1tATiUmSSiHcg4qnwCUxfraw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqatRmwa1tATiUmSSiHcg4qnwCUxfraw > .row > .video-iframe-container { display: none; }#kqatRmwa1tATiUmSSiHcg4qnwCUxfraw > .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); }#kqatRmwa1tATiUmSSiHcg4qnwCUxfraw { border-width: 0; border-radius: 0; }#kqatRmwa1tATiUmSSiHcg4qnwCUxfraw > .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; }#kqatRmwa1tATiUmSSiHcg4qnwCUxfraw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#evCTQ0e0h1ckL5hNXG1D58oUCL7S9ZBg { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:7.1875rem;left:34.71875rem;height:0.8125rem;display:block; }
#NZBpaX7wuSNv53m28wOWb71MyMChMthM { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:7.1875rem;left:38.21875rem;height:0.8125rem;display:block; }
#d50dr06ZK5QaPWZDTwgH9zZmXsB9HCAQ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:3.1875rem;left:30.8125rem;overflow:hidden;display:block; }
#N1ayzbO1vUCXpGzRx4agqO5mnfxn0sIg { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:3.1875rem;left:33.875rem;overflow:hidden;display:block; }
#a4rP8oHnInmFblcq6U4X2ONE6e5UKqfy { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:3.1875rem;left:36.6875rem;overflow:hidden;display:block; }
#hT8vZa1lJ3RoQeL9crmRK85ZPdIx1axb { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:3.1875rem;left:39.625rem;overflow:hidden;display:block; }
#hz0lcbXEfu64utG6GFx3rKMvgOtshiAm { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:3.1875rem;left:42.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q92rDvHQQPaypFvOkT9IM8Tu2Ew8AgcW { display:block; }#q92rDvHQQPaypFvOkT9IM8Tu2Ew8AgcW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnNrlUX2AV5qKtNMfN2hlVdyZyoW18G4 { width:6.5rem;height:2.1875rem;top:1.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVZdk82TsDs7CLkBFyVe72wDa3u7hFNz { display:block; }
 }@media only screen and (max-width: 763px) { #d08HJbGpHAKboTA1OZVfn7DboVErnKJi { width:6.5rem;height:2.1875rem;top:1.1875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFAPpqdnEEi1IXeU4OAKscMOPE23ez9k { display:block; }
 }@media only screen and (max-width: 763px) { #LrOwNWb8zsTkiLTCBKrDQytFksi21M1N { width:6.5rem;height:2.1875rem;top:1.25rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUIvytIN64DeTukfIWTxZK3vNEbmexUv { display:block; }
 }@media only screen and (max-width: 763px) { #DtwhtTZcQFxRBascOVkB81Pk3IreaJp9 { width:14.6875rem;height:2.125rem;top:1.25rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upZ83zn4WZMAG8MmcuRwd9AwT8tLsLoa { display:block; }
 }@media only screen and (max-width: 763px) { #o4mW7lvuLfGMg9h5CySCWA9H5X7QcMoX { width:6.5rem;height:2.1875rem;top:1.1875rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJJRPaPr5iCHE1voSReFw4K0r5fek2hM { display:block; }
 }@media only screen and (max-width: 763px) { #ImQkJNvMhpXff9sRfT9b8zfyhzUFo8ki { width:15.9375rem;height:2.375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTnPwa2x9TyusQsM1i5IuLq7zwW8ZEVH { width:6.5rem;height:2.1875rem;top:1.1875rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTbm9Fg8FGy7pxKMZs9n6tZkwy0b1716 { display:block; }
 }@media only screen and (max-width: 763px) { #GPF9tMOSTRPXS4BUM05dNZz7rQTkLKS7 { display:block; }#GPF9tMOSTRPXS4BUM05dNZz7rQTkLKS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyS0Ch9hNT7iP0hug1eeRqLrzWKTt6ED { width:8.8125rem;height:3.625rem;top:0.375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iITOA11qs9sNTUGCpmD8C2d2bBlyNtMr { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mE57BkhFvAl7P6WdN0nxiWqi2LM5B2aQ { width:22.5rem;height:22.5rem;top:36.1875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwPP91SWvUu7EtmU30iII8mkdfQGyeSA { width:17.5rem;height:3.4375rem;top:63.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvBQBM84fv2GrQiAzJEI2LrVJyT8tNgI { display:block; }
 }@media only screen and (max-width: 763px) { #PvsPXg6sKdQIodsNKL3G0pmmPnPTKEP7 { width:22.5rem;height:22.5rem;top:69.125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBwWuLf13fKZF9ZPdO7ixXo5DT3Ki9In { width:17.5rem;height:3.4375rem;top:97.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrZ9fp8GRCJz1GVbbIeSFVef2hmKSPvl { display:block; }
 }@media only screen and (max-width: 763px) { #GNcoN0gIbnNQAJBI6UNBq4qrS6t49ldu { width:22.5rem;height:22.5rem;top:102.75rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #us0NBEh0I35fh1mVWwSZ7b77N6JlJaJG { width:17.5rem;height:3.4375rem;top:131.375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5VV2xQ6UbzDRReerq7Myuedb67ZC1PP { display:block; }
 }@media only screen and (max-width: 763px) { #rF3dhHCC4W7ihroNgutktWJny3hJWDMd { width:12.5rem;height:2.875rem;top:60rem;left:12.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDONEuZfo3fEaDnnVGX6WuDRpDtgeSz1 { width:15.4375rem;height:2.875rem;top:93.0625rem;left:12.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGOv6ymMmA6rodFVIExcfuPTuswsHugN { width:15.4375rem;height:2.875rem;top:127rem;left:12.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALUEJ2piqDPbF6L6q96K11hDKysxaJ7p { width:22.5rem;height:22.5rem;top:137.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhnraUZZte88UuiJ871NIEJpWNtlXmKs { width:15.4375rem;height:2.875rem;top:160.4375rem;left:12.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btauWSlZaf9VPPNXpGgkoxX3TcIhmnwZ { width:17.5rem;height:3.4375rem;top:164.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zirrG0dbqFrFPJW1TxsScp12T6kbRdhe { display:block; }
 }@media only screen and (max-width: 763px) { #Nr4C3Ix4eyGCKN3kkMzTXrBwOsoO8R2G { width:17.5rem;height:3.4375rem;top:30.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvIq49bIzWkMiDvrpMN5LNdR9xfNamd6 { display:block; }
 }@media only screen and (max-width: 763px) { #OZ5V5o5idgzbK74hKZalJRUv9Ou732ll { width:19.9375rem;height:2.875rem;top:26.6875rem;left:12.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bznhX2c90vOeebzO3Q2V5zyNC5MSSa4T { width:22.5rem;height:22.5rem;top:2.875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pusa62QrzyiyER2iJH5qadeoclGMSyC2 { display:block; }#pusa62QrzyiyER2iJH5qadeoclGMSyC2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5ZqNznqWdAkP6fbwPhwykry3m2o9frU { width:7.875rem;height:3.625rem;top:0.375rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNAI5328DxrtSztpbIcFKQRPPVMst3Wy { display:block; }
 }@media only screen and (max-width: 763px) { #ITwyMqQZHanPNO2OLqzELew49fr9bSL0 { display:block; }#ITwyMqQZHanPNO2OLqzELew49fr9bSL0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyRWgbxfVQEFzTAnTZET3bOSBewzLBHI { width:40rem;height:22.5rem;top:4.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUHUS98uWON4aT1MfuguaWTMPQBH5W4z { width:15.4375rem;height:2.875rem;top:27.8125rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsxr9rovePNnpxqS2kwsfrByzn43Jeq1 { width:40rem;height:22.5rem;top:32.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0hCSRHmBBfAIsIQl5sgxLHguMdAUgZ6 { width:15.4375rem;height:2.875rem;top:56.5625rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qurb0vpxT4NQPn7y6GUBe30klXTVFq9K { width:40rem;height:22.5rem;top:60.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raSqZyXJmAgBzQ2rIqVzJQrF7BHxKIPb { width:15.4375rem;height:2.875rem;top:84.5rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr6LCnqhiHldiH3rzT7ToPao3B1irO0M { width:15.4375rem;height:2.875rem;top:113.125rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHyhrQNwxFtzRc4l7Mdr5BhBl0pUMTki { width:40rem;height:22.5rem;top:89.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #li3wd1hmoMlFJozk5I3JofZfLUTRbz1u { width:40rem;height:22.5rem;top:117.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghWqXJoTlQztHlAdz7slWsXX9my1yGO4 { width:15.4375rem;height:2.875rem;top:141.25rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riTfy98SFdvcTUmBG8inB8mzl9pHmfbr { width:40rem;height:22.5rem;top:145.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNT8fr9ReHKoafA7lrnwbXnRdTDhAwS9 { width:15.4375rem;height:2.875rem;top:169.125rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #widor0zMZ8KKkx7qTvsCae3oXLudiSP5 { width:40rem;height:22.5rem;top:173.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASoT1lmeGumqLBu0ipNHqxR1IJsENMtB { width:15.4375rem;height:2.875rem;top:197rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lho4vzDSI0QbXwL5o8Dl0Lwn6ihsDJRE { width:40rem;height:22.5rem;top:201.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKvGu7KGlrHEwH7oAx0Pds0NgbCKdruh { width:15.4375rem;height:2.875rem;top:225.3125rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0M2kyde6ftB11nkTxQlZrWywxtmOr9o { width:40rem;height:22.5rem;top:230.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXd20Zlb0qTz4Q7KwSpa9vghSmmIZvGs { width:15.4375rem;height:2.875rem;top:253.125rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeV7hrL2iCP5usCT11UUrMPqreaX7Fx2 { display:block; }#yeV7hrL2iCP5usCT11UUrMPqreaX7Fx2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeuwrfhJ5NXrszdLdJ5aFgKW9ELHo0nu { width:7.875rem;height:3.625rem;top:0.375rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBfRT3Fz908e7TowDADDrrNsO1cZ2LJL { display:block; }
 }@media only screen and (max-width: 763px) { #TicuQ6N1f8PxfluQ2biz9K8ZUbwMFx8m { display:block; }#TicuQ6N1f8PxfluQ2biz9K8ZUbwMFx8m > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPTw4SJSSfWDpkenDaFOoMZ9L3cpifbT { width:22.5rem;height:22.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bID0picDTkWQwwHKNRTBB539RPzWAPIT { width:22.5rem;height:22.5rem;top:2.6875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKyphSrWs3bMLTanIUGgUGGioGB7XaM6 { width:22.5rem;height:22.5rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSnidWnF6lcHRR1nCIDmAmTtrkyaKld3 { width:22.5rem;height:22.5rem;top:28.8125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga3hTqL2MPIbcPrcHJwQbSrhNQBkeGiK { width:22.5rem;height:22.5rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJek7JpLQr5VIn61ekHrETzkTyIptxbI { width:22.5rem;height:22.5rem;top:54.4375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLMU6N4qaardyN1XF9ndvKsVTxbl7XM0 { width:22.5rem;height:22.5rem;top:80.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbqkkiFy24II5KZIhBChFgeiVXSmlWML { width:22.5rem;height:22.5rem;top:80.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp8JzTLOBKNun8IfZBtBSuGO8J9vapom { display:block; }#Lp8JzTLOBKNun8IfZBtBSuGO8J9vapom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSC4VeuFTZgmACdz7cuQiO3yupmwJ5o8 { width:11.5rem;height:3.625rem;top:0.375rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw2cDVFw71HTeP9wnAwISUcCOLLo2oPa { display:block; }
 }@media only screen and (max-width: 763px) { #eXC6eufd53NEliIN6GBTXMQ6uCPBDFbu { display:block; }#eXC6eufd53NEliIN6GBTXMQ6uCPBDFbu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVZxTc2d83Wfh7J4NbdhLxpT6AD6i20n { width:40.625rem;height:44.1875rem;top:3.6875rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmOIFL5NuzrPv69Um14TEe2Ziag00xXC { width:17.5rem;height:3.4375rem;top:56.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaLWURy8Ip3gP1NFDkbwwsFvuNpDxBCm { display:block; }
 }@media only screen and (max-width: 763px) { #IHXuTZyUqGneZ8TmuV5NtK5Cy1OMDiDU { display:block; }#IHXuTZyUqGneZ8TmuV5NtK5Cy1OMDiDU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWsq35E1XwSdhxTcBekAgydog105H537 { width:11.5rem;height:3.625rem;top:0.375rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfsz7ylTuEd16r2z4KvtlNzTMT8uEkIn { display:block; }
 }@media only screen and (max-width: 763px) { #mGfAMUm8apiDy2ssnzxWiyMosQ3nRbiA { display:block; }#mGfAMUm8apiDy2ssnzxWiyMosQ3nRbiA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8LpgvKKwgy89X7iiE3WiRnbW8OiJdho { width:38.75rem;height:21.75rem;top:3.375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqatRmwa1tATiUmSSiHcg4qnwCUxfraw { display:block; }#kqatRmwa1tATiUmSSiHcg4qnwCUxfraw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evCTQ0e0h1ckL5hNXG1D58oUCL7S9ZBg { width:2.0625rem;height:0.8125rem;top:7.8125rem;left:21.71875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZBpaX7wuSNv53m28wOWb71MyMChMthM { width:2.625rem;height:0.8125rem;top:7.8125rem;left:25.21875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d50dr06ZK5QaPWZDTwgH9zZmXsB9HCAQ { width:1.875rem;height:1.875rem;top:3.1875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ayzbO1vUCXpGzRx4agqO5mnfxn0sIg { width:1.875rem;height:1.875rem;top:3.1875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4rP8oHnInmFblcq6U4X2ONE6e5UKqfy { width:1.875rem;height:1.875rem;top:3.1875rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT8vZa1lJ3RoQeL9crmRK85ZPdIx1axb { width:1.875rem;height:1.875rem;top:3.1875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz0lcbXEfu64utG6GFx3rKMvgOtshiAm { width:1.875rem;height:1.875rem;top:3.1875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #q92rDvHQQPaypFvOkT9IM8Tu2Ew8AgcW { position:relative;z-index:auto;display:block; }#q92rDvHQQPaypFvOkT9IM8Tu2Ew8AgcW > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnNrlUX2AV5qKtNMfN2hlVdyZyoW18G4 { width:3.9375rem;height:2.1875rem;top:4rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVZdk82TsDs7CLkBFyVe72wDa3u7hFNz { display:block; }
 }@media only screen and (max-width: 763px) { #d08HJbGpHAKboTA1OZVfn7DboVErnKJi { width:4.5rem;height:2.1875rem;top:7.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFAPpqdnEEi1IXeU4OAKscMOPE23ez9k { display:block; }
 }@media only screen and (max-width: 763px) { #LrOwNWb8zsTkiLTCBKrDQytFksi21M1N { width:4.1875rem;height:2.1875rem;top:18.5625rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUIvytIN64DeTukfIWTxZK3vNEbmexUv { display:block; }
 }@media only screen and (max-width: 763px) { #DtwhtTZcQFxRBascOVkB81Pk3IreaJp9 { width:14.0625rem;height:2.125rem;top:22.8125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upZ83zn4WZMAG8MmcuRwd9AwT8tLsLoa { display:block; }
 }@media only screen and (max-width: 763px) { #o4mW7lvuLfGMg9h5CySCWA9H5X7QcMoX { width:6.8125rem;height:2.1875rem;top:14.5rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJJRPaPr5iCHE1voSReFw4K0r5fek2hM { display:block; }
 }@media only screen and (max-width: 763px) { #ImQkJNvMhpXff9sRfT9b8zfyhzUFo8ki { width:9.5625rem;height:1.5rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTnPwa2x9TyusQsM1i5IuLq7zwW8ZEVH { width:6.5rem;height:2.1875rem;top:11.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTbm9Fg8FGy7pxKMZs9n6tZkwy0b1716 { display:block; }
 }@media only screen and (max-width: 763px) { #GPF9tMOSTRPXS4BUM05dNZz7rQTkLKS7 { display:block; }#GPF9tMOSTRPXS4BUM05dNZz7rQTkLKS7 > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyS0Ch9hNT7iP0hug1eeRqLrzWKTt6ED { width:9.25rem;height:3.625rem;top:0.40625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iITOA11qs9sNTUGCpmD8C2d2bBlyNtMr { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:156.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mE57BkhFvAl7P6WdN0nxiWqi2LM5B2aQ { width:20rem;height:20rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwPP91SWvUu7EtmU30iII8mkdfQGyeSA { width:17.5rem;height:3.4375rem;top:57.8125rem;left:1.25rem;background-color:#1db954;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvBQBM84fv2GrQiAzJEI2LrVJyT8tNgI { display:block; }
 }@media only screen and (max-width: 763px) { #PvsPXg6sKdQIodsNKL3G0pmmPnPTKEP7 { width:20rem;height:20rem;top:63.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBwWuLf13fKZF9ZPdO7ixXo5DT3Ki9In { width:17.5rem;height:3.4375rem;top:89.375rem;left:1.25rem;background-color:#1db954;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrZ9fp8GRCJz1GVbbIeSFVef2hmKSPvl { display:block; }
 }@media only screen and (max-width: 763px) { #GNcoN0gIbnNQAJBI6UNBq4qrS6t49ldu { width:20rem;height:20rem;top:95.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #us0NBEh0I35fh1mVWwSZ7b77N6JlJaJG { width:17.5rem;height:3.4375rem;top:121.125rem;left:1.25rem;background-color:#1db954;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5VV2xQ6UbzDRReerq7Myuedb67ZC1PP { display:block; }
 }@media only screen and (max-width: 763px) { #rF3dhHCC4W7ihroNgutktWJny3hJWDMd { width:12.5rem;height:2.923825rem;top:53.375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDONEuZfo3fEaDnnVGX6WuDRpDtgeSz1 { width:15.4375rem;height:2.923825rem;top:85.0625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGOv6ymMmA6rodFVIExcfuPTuswsHugN { width:15.4375rem;height:2.923825rem;top:116.625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALUEJ2piqDPbF6L6q96K11hDKysxaJ7p { width:20rem;height:20rem;top:125.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhnraUZZte88UuiJ871NIEJpWNtlXmKs { width:15.4375rem;height:2.923825rem;top:147.0625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btauWSlZaf9VPPNXpGgkoxX3TcIhmnwZ { width:17.5rem;height:3.4375rem;top:151.25rem;left:1.25rem;background-color:#1db954;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zirrG0dbqFrFPJW1TxsScp12T6kbRdhe { display:block; }
 }@media only screen and (max-width: 763px) { #Nr4C3Ix4eyGCKN3kkMzTXrBwOsoO8R2G { width:17.5rem;height:3.4375rem;top:27rem;left:1.25rem;background-color:#1db954;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvIq49bIzWkMiDvrpMN5LNdR9xfNamd6 { display:block; }
 }@media only screen and (max-width: 763px) { #OZ5V5o5idgzbK74hKZalJRUv9Ou732ll { width:17.8125rem;height:2.923825rem;top:22.9375rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bznhX2c90vOeebzO3Q2V5zyNC5MSSa4T { width:20rem;height:20rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pusa62QrzyiyER2iJH5qadeoclGMSyC2 { display:block; }#pusa62QrzyiyER2iJH5qadeoclGMSyC2 > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5ZqNznqWdAkP6fbwPhwykry3m2o9frU { width:7.9375rem;height:3.625rem;top:0.40625rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNAI5328DxrtSztpbIcFKQRPPVMst3Wy { display:block; }
 }@media only screen and (max-width: 763px) { #ITwyMqQZHanPNO2OLqzELew49fr9bSL0 { display:block; }#ITwyMqQZHanPNO2OLqzELew49fr9bSL0 > .row .container { width:20rem;height:151.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyRWgbxfVQEFzTAnTZET3bOSBewzLBHI { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUHUS98uWON4aT1MfuguaWTMPQBH5W4z { width:15.4375rem;height:2.923825rem;top:13.75rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsxr9rovePNnpxqS2kwsfrByzn43Jeq1 { height:11.25rem;width:20rem;top:17.92285rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0hCSRHmBBfAIsIQl5sgxLHguMdAUgZ6 { width:15.4375rem;height:2.923825rem;top:30.42285rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qurb0vpxT4NQPn7y6GUBe30klXTVFq9K { height:11.25rem;width:20rem;top:34.5957rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raSqZyXJmAgBzQ2rIqVzJQrF7BHxKIPb { width:15.4375rem;height:2.923825rem;top:47.0957rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr6LCnqhiHldiH3rzT7ToPao3B1irO0M { width:15.4375rem;height:2.923825rem;top:63.7675765625rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHyhrQNwxFtzRc4l7Mdr5BhBl0pUMTki { height:11.25rem;width:20rem;top:51.2675765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #li3wd1hmoMlFJozk5I3JofZfLUTRbz1u { height:11.25rem;width:20rem;top:67.9404265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghWqXJoTlQztHlAdz7slWsXX9my1yGO4 { width:15.4375rem;height:2.923825rem;top:80.4404265625rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riTfy98SFdvcTUmBG8inB8mzl9pHmfbr { height:11.25rem;width:20rem;top:84.6132796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNT8fr9ReHKoafA7lrnwbXnRdTDhAwS9 { width:15.4375rem;height:2.923825rem;top:97.1132796875rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #widor0zMZ8KKkx7qTvsCae3oXLudiSP5 { height:11.25rem;width:20rem;top:101.2861296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASoT1lmeGumqLBu0ipNHqxR1IJsENMtB { width:15.4375rem;height:2.923825rem;top:113.7861296875rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lho4vzDSI0QbXwL5o8Dl0Lwn6ihsDJRE { height:11.25rem;width:20rem;top:117.9589796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKvGu7KGlrHEwH7oAx0Pds0NgbCKdruh { width:15.4375rem;height:2.923825rem;top:130.4589796875rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0M2kyde6ftB11nkTxQlZrWywxtmOr9o { height:11.25rem;width:20rem;top:134.6318296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXd20Zlb0qTz4Q7KwSpa9vghSmmIZvGs { width:15.4375rem;height:2.923825rem;top:147.1318296875rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeV7hrL2iCP5usCT11UUrMPqreaX7Fx2 { display:block; }#yeV7hrL2iCP5usCT11UUrMPqreaX7Fx2 > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeuwrfhJ5NXrszdLdJ5aFgKW9ELHo0nu { width:7.9375rem;height:3.625rem;top:0.40625rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBfRT3Fz908e7TowDADDrrNsO1cZ2LJL { display:block; }
 }@media only screen and (max-width: 763px) { #TicuQ6N1f8PxfluQ2biz9K8ZUbwMFx8m { display:block; }#TicuQ6N1f8PxfluQ2biz9K8ZUbwMFx8m > .row .container { width:20rem;height:171.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPTw4SJSSfWDpkenDaFOoMZ9L3cpifbT { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bID0picDTkWQwwHKNRTBB539RPzWAPIT { width:20rem;height:20rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKyphSrWs3bMLTanIUGgUGGioGB7XaM6 { width:20rem;height:20rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSnidWnF6lcHRR1nCIDmAmTtrkyaKld3 { width:20rem;height:20rem;top:64.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga3hTqL2MPIbcPrcHJwQbSrhNQBkeGiK { width:20rem;height:20rem;top:86.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJek7JpLQr5VIn61ekHrETzkTyIptxbI { width:20rem;height:20rem;top:107.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLMU6N4qaardyN1XF9ndvKsVTxbl7XM0 { width:20rem;height:20rem;top:128.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbqkkiFy24II5KZIhBChFgeiVXSmlWML { width:20rem;height:20rem;top:149.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp8JzTLOBKNun8IfZBtBSuGO8J9vapom { display:block; }#Lp8JzTLOBKNun8IfZBtBSuGO8J9vapom > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSC4VeuFTZgmACdz7cuQiO3yupmwJ5o8 { width:11.4375rem;height:3.625rem;top:0.40625rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw2cDVFw71HTeP9wnAwISUcCOLLo2oPa { display:block; }
 }@media only screen and (max-width: 763px) { #eXC6eufd53NEliIN6GBTXMQ6uCPBDFbu { display:block; }#eXC6eufd53NEliIN6GBTXMQ6uCPBDFbu > .row .container { width:20rem;height:103.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVZxTc2d83Wfh7J4NbdhLxpT6AD6i20n { width:20rem;height:93.58603125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmOIFL5NuzrPv69Um14TEe2Ziag00xXC { width:17.5rem;height:3.4375rem;top:97.2373046875rem;left:1.25rem;background-color:#1db954;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaLWURy8Ip3gP1NFDkbwwsFvuNpDxBCm { display:block; }
 }@media only screen and (max-width: 763px) { #IHXuTZyUqGneZ8TmuV5NtK5Cy1OMDiDU { display:block; }#IHXuTZyUqGneZ8TmuV5NtK5Cy1OMDiDU > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWsq35E1XwSdhxTcBekAgydog105H537 { width:11.4375rem;height:3.625rem;top:0.40625rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfsz7ylTuEd16r2z4KvtlNzTMT8uEkIn { display:block; }
 }@media only screen and (max-width: 763px) { #mGfAMUm8apiDy2ssnzxWiyMosQ3nRbiA { display:block; }#mGfAMUm8apiDy2ssnzxWiyMosQ3nRbiA > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8LpgvKKwgy89X7iiE3WiRnbW8OiJdho { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqatRmwa1tATiUmSSiHcg4qnwCUxfraw { display:block; }#kqatRmwa1tATiUmSSiHcg4qnwCUxfraw > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evCTQ0e0h1ckL5hNXG1D58oUCL7S9ZBg { width:2.0625rem;height:0.8125rem;top:6.9375rem;left:6.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZBpaX7wuSNv53m28wOWb71MyMChMthM { width:2.625rem;height:0.8125rem;top:6.9375rem;left:10.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d50dr06ZK5QaPWZDTwgH9zZmXsB9HCAQ { width:1.875rem;height:1.875rem;top:1.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ayzbO1vUCXpGzRx4agqO5mnfxn0sIg { width:1.875rem;height:1.875rem;top:1.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4rP8oHnInmFblcq6U4X2ONE6e5UKqfy { width:1.875rem;height:1.875rem;top:1.8125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT8vZa1lJ3RoQeL9crmRK85ZPdIx1axb { width:1.875rem;height:1.875rem;top:1.8125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz0lcbXEfu64utG6GFx3rKMvgOtshiAm { width:1.875rem;height:1.875rem;top:1.8125rem;left:15.5rem;display:block; }
 }