.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(181deg, #000000, #01070e);background-image: -moz-linear-gradient(181deg, #000000, #01070e);background-image: -ms-linear-gradient(181deg, #000000, #01070e);background-image: -o-linear-gradient(181deg, #000000, #01070e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#01070e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#01070e' );";background-image: linear-gradient(181deg, #000000, #01070e);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#vTt5wZzNwcD8v8NpCIsVIX7rRfAptplz { 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:40.75rem;width:41.125rem;top:5.943359375rem;left:28.5rem;overflow:hidden;display:block; }
#Ceoz0VfHk4feWv9Cx1QwxJQ3RuGLmI7o { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #232323, #156edd);background-image: -moz-linear-gradient(180deg, #232323, #156edd);background-image: -ms-linear-gradient(180deg, #232323, #156edd);background-image: -o-linear-gradient(180deg, #232323, #156edd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#156edd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#156edd' );";background-image: linear-gradient(180deg, #232323, #156edd);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;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:comfortaa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.724609375rem;left:45.25rem;display:block; }
#ZJNvAbfJUJTqWm1Rh64WA7Ee9wptTlwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oJO7S3L3zCSl9pv3PIQAPA99yQSHVxSe { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:inter;font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.5625rem;left:-4.5625rem;height:6.9863125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#n0NezxUQvqWld7p5NUdwAm3VTL3DRi26 { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:23.625rem;left:-4.3125rem;height:7.19825rem;text-align:left;text-align-last:left;display:block; }
#K0mK0wafb2WU7mmeWB5XDZiy5khruDDK { background-color:transparent;background-image: -webkit-linear-gradient(130deg, #232323, #156edd);background-image: -moz-linear-gradient(130deg, #232323, #156edd);background-image: -ms-linear-gradient(130deg, #232323, #156edd);background-image: -o-linear-gradient(130deg, #232323, #156edd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#156edd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#156edd' );";background-image: linear-gradient(130deg, #232323, #156edd);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;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:inter2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.5rem;left:-4.5rem;display:block; }
#DFhe2IBsPWlTFEsn6E3EKSnR3o6xau2W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qr5TfToHygudFBwNI4cZqW8LhJ4Dxcpz { 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:0.625rem;width:9.4375rem;top:19.75rem;left:-4.375rem;overflow:hidden;display:block; }
#fAHliTi63J9gWW3ObVE2iwFNkH5aTWaE { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:8.6875rem;left:-4.375rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZQAIIT9cpZNZa1Tw7JwGVyTEwnpGOyPe { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:11.375rem;top:1.630859375rem;left:1.1376953125rem;overflow:hidden;display:block; }
#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #000000, #001131);background-image: -moz-linear-gradient(360deg, #000000, #001131);background-image: -ms-linear-gradient(360deg, #000000, #001131);background-image: -o-linear-gradient(360deg, #000000, #001131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#001131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#001131' );";background-image: linear-gradient(360deg, #000000, #001131);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row .container { background-color: transparent; background-image: none; }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row .container > .video-iframe-container { display: none; }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row > .video-iframe-container { display: none; }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .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); }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row .container { border-width: 0; border-radius: 0; }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:60rem;position:relative;display:block; }#dJBsICOLqltSgdg2pi3UQcvPZZ4TmFra { 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:40.0625rem;width:40.0625rem;top:-0.125rem;left:-12.0625rem;overflow:hidden;display:block; }
#ULV5z6QMuHHyTFAtwKBD6htEeAHyQJ4k { 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:0.625rem;width:5.0625rem;top:9.0625rem;left:30.875rem;overflow:hidden;display:block; }
#RncqvXcC4qzWHBB8HTbRLsCnU82MPafk { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:inter;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.4375rem;left:30.75rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lBXWwID1A9U2AdkbDafgOBTGCmbvk5Tm { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:16.86328125rem;left:30.875rem;height:7.9980625rem;display:block; }
#bXAvXW31KQnTAhtnCFT09Pf5CdrZNRv0 { background-color:transparent;background-image: -webkit-linear-gradient(130deg, #232323, #156edd);background-image: -moz-linear-gradient(130deg, #232323, #156edd);background-image: -ms-linear-gradient(130deg, #232323, #156edd);background-image: -o-linear-gradient(130deg, #232323, #156edd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#156edd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#156edd' );";background-image: linear-gradient(130deg, #232323, #156edd);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;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:inter2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.875rem;left:30.875rem;display:block; }
#JpeiAGmnICLIwrEFCn7ivFiXIXUXBpVo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #001131);background-image: -moz-linear-gradient(180deg, #000000, #001131);background-image: -ms-linear-gradient(180deg, #000000, #001131);background-image: -o-linear-gradient(180deg, #000000, #001131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#001131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#001131' );";background-image: linear-gradient(180deg, #000000, #001131);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc > .row .container { background-color: transparent; background-image: none; }#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc > .row .container > .video-iframe-container { display: none; }#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc > .row > .video-iframe-container { display: none; }#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc > .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); }#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc > .row .container { border-width: 0; border-radius: 0; }#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc > .row .container { font-size:0.875rem;font-family:arial;height:78.6875rem;width:60rem;position:relative;display:block; }#Hxs2tGSORB7wAWP6CE64c1y5I4GUIAWV { 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:0.625rem;width:5.0625rem;top:7.5625rem;left:0rem;overflow:hidden;display:block; }
#WhH1x9Ivf7dfxQKEf5BRq1IfFDPhvpEA { color:#ffffff;display:block;width:37rem;position:absolute;font-family:inter;font-size:3.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:11.5rem;height:7.9609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d5lvDAuCDpPoMUdCRSE7fyK0eg7Byw9T { color:#ffffff;display:block;width:36.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:10.79296875rem;left:11.71875rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#vnDbxTdMbinT2XGU9DePwh0kBkPOJbOG { color:#4285f4;display:block;width:17.5625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:31.9375rem;left:1.8125rem;height:1.543525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ur3q5lVDRi3ikIITp6XCUyGMPS0XvmqU { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:inter2;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:33.5rem;left:1.8125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qLCK5gTix0nCid5GMMmQR4I6TJUaZVAo { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:75.625rem;left:32.125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Azeq5LQFOLrg0ZcNhQMr4gCbN8TlDeCz { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:75.625rem;left:32.125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ADFOQVmvisoIaLWJN4NoefrLMloLFGmF { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:15.8125rem;top:19.875rem;left:2.59375rem;overflow:hidden;display:block; }
#uIVthAG9df13DfFkdFnU4XP7ilzaynH2 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:15.8125rem;top:19.875rem;left:22.0625rem;overflow:hidden;display:block; }
#vRP9KixpeOtwEhuZJPg77sM7D0K8fNC3 { color:#4285f4;display:block;width:17.5625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.9375rem;left:21.25rem;height:1.543525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ErVEoEcWeVpKPWzcqzmt5HeyyqDSHRLs { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:inter2;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:33.5rem;left:21.25rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RfJEHKk66nmUNFHtnmNkttrokAFMJKQg { position:absolute;display:block;z-index:15015;background-color:#0f1318;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.35) ;height:18.0625rem;width:18rem;top:17.75rem;left:40.3125rem;display:block; }
#C74WGdC4WIw97hXXsX03TKZJpztovkXn { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:15.8125rem;top:19.875rem;left:41.375rem;overflow:hidden;display:block; }
#N0rCEu9H5R08ih9mr3HkcOiXegUW1ADK { color:#4285f4;display:block;width:17.5625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:31.9375rem;left:40.5625rem;height:1.543525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FvCUsi077TOCwmgPFS1TZpS12TcZ4koE { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:inter2;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:33.5rem;left:40.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ktETq22Q3O165KsLvMZ2sF43THHzn90r { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:15.8125rem;top:39.8125rem;left:2.6875rem;overflow:hidden;display:block; }
#hfuxRzaCn8c3coTzIRQId2nP0IhCqfdt { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:15.8125rem;top:39.8125rem;left:22.125rem;overflow:hidden;display:block; }
#lp7Gtoks8Ki2ebRv2IPGUBAhiLUwig0D { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:15.8125rem;top:39.8125rem;left:41.4375rem;overflow:hidden;display:block; }
#SSZsWOsTqFuXvLCXSyq1Lh6fXrUtP2Hp { color:#4285f4;display:block;width:17.5625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:51.875rem;left:1.875rem;height:1.543525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQuhzZKlXqwtW2zizL972CKg2NgLqlqR { color:#4285f4;display:block;width:17.5625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:51.875rem;left:21.3125rem;height:1.543525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#da5BgfzXQWb1gpnZ6mAyyMTkFM6mLTwU { color:#4285f4;display:block;width:17.5625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:51.875rem;left:40.625rem;height:1.543525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#APIc8WdfEx2NcNZtivVEsdueflUlqF4u { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:inter2;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:53.4375rem;left:1.875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DDQg0PMi8IunrRQx7iezSAJG08Tlirl8 { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:inter2;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:53.4375rem;left:21.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t45msq6RnWKz6dPB5630gi7QW5DWVIuk { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:inter2;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:53.4375rem;left:40.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AfHfPh3lx2zLHekLaSmDktyvXi7eyQc2 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:15.8125rem;top:59.75rem;left:12.5625rem;overflow:hidden;display:block; }
#xfH9aBNtkKomAulaTVkfMFcBxkRdfnpm { color:#4285f4;display:block;width:17.5625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:71.8125rem;left:11.75rem;height:1.543525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u2eLPaJaISJS5iTly3fvEkz8h0UeebL4 { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:inter2;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:73.375rem;left:11.75rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HUTIhQxpoAlahJgDvJg986xoyIsuRyWT { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:15.8125rem;top:59.75rem;left:32.625rem;overflow:hidden;display:block; }
#ZwGUGHu7PJ4AX6S11pgZguPguSJOOAAX { color:#4285f4;display:block;width:17.5625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:71.8125rem;left:31.78125rem;height:1.543525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tReuNGsP44BTsopoekrZmJ2lrUeH3pQl { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:inter2;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:73.35546875rem;left:31.78125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#llDHT3vJWfrBMy9P7nd1T25d7mRlVIzR { position:absolute;display:block;z-index:15003;background-color:#0f1318;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.35) ;height:18.0625rem;width:18rem;top:17.6875rem;left:20.71875rem;display:block; }
#hqiGgOu4PTTdLWg36vEZKTHiwCc3JfKt { position:absolute;display:block;z-index:15004;background-color:#0f1318;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.35) ;height:18.0625rem;width:18rem;top:17.75rem;left:1.53125rem;display:block; }
#f1S6VFGL7eexTnCHfBFFOOVdTUvHanw6 { position:absolute;display:block;z-index:15005;background-color:#0f1318;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.35) ;height:18.0625rem;width:18rem;top:37.625rem;left:1.53125rem;display:block; }
#RP42pxSuqtKX4RQxR7wIiURgdMVpsXtR { position:absolute;display:block;z-index:15006;background-color:#0f1318;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.35) ;height:18.0625rem;width:18rem;top:37.625rem;left:40.3125rem;display:block; }
#yX17maOmcu1oB1TXs06FDkTJtJkhcsqK { position:absolute;display:block;z-index:15007;background-color:#0f1318;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.35) ;height:18.0625rem;width:18rem;top:37.625rem;left:20.9375rem;display:block; }
#dJvAgH5HX9lOCKup51KMFcCcFgG579KO { position:absolute;display:block;z-index:15006;background-color:#0f1318;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.35) ;height:18.0625rem;width:18rem;top:58.4375rem;left:31.53125rem;display:block; }
#t5NX7D2aGbpy07PcCBB80Z4CL3q6f29L { position:absolute;display:block;z-index:15007;background-color:#0f1318;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.35) ;height:18.0625rem;width:18rem;top:58.4375rem;left:11.46875rem;display:block; }
#Ty65qtAe7KRVtq2iG8EnvJ2lkqklXsgW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #000000, #001131);background-image: -moz-linear-gradient(181deg, #000000, #001131);background-image: -ms-linear-gradient(181deg, #000000, #001131);background-image: -o-linear-gradient(181deg, #000000, #001131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#001131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#001131' );";background-image: linear-gradient(181deg, #000000, #001131);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ty65qtAe7KRVtq2iG8EnvJ2lkqklXsgW > .row .container { background-color: transparent; background-image: none; }#Ty65qtAe7KRVtq2iG8EnvJ2lkqklXsgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty65qtAe7KRVtq2iG8EnvJ2lkqklXsgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty65qtAe7KRVtq2iG8EnvJ2lkqklXsgW > .row .container > .video-iframe-container { display: none; }#Ty65qtAe7KRVtq2iG8EnvJ2lkqklXsgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty65qtAe7KRVtq2iG8EnvJ2lkqklXsgW > .row > .video-iframe-container { display: none; }#Ty65qtAe7KRVtq2iG8EnvJ2lkqklXsgW > .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); }#Ty65qtAe7KRVtq2iG8EnvJ2lkqklXsgW > .row .container { border-width: 0; border-radius: 0; }#Ty65qtAe7KRVtq2iG8EnvJ2lkqklXsgW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ty65qtAe7KRVtq2iG8EnvJ2lkqklXsgW > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:60rem;position:relative;display:block; }#yMQA6z4A7mf5ePWpgCNJ68AAEFoehlJ8 { 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:39.75rem;width:39.75rem;top:0.0625rem;left:-7.875rem;overflow:hidden;display:block; }
#uzO8Sk7El7TWx9cgvRgsNLMnydqm9QCi { 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:0.625rem;width:5.0625rem;top:8.625rem;left:34.875rem;overflow:hidden;display:block; }
#O6yXvE4nTFHm2IcyoTy12nO36dS0qPSx { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:inter;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.8125rem;left:34.875rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OXbgodK5PW546wkGTg1RGM1pndO6hOSa { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:15.125rem;left:34.8125rem;height:7.19925rem;display:block; }
#CwCmi7MEl9GJXJGUXKwQAoBwhoRt9V8f { background-color:transparent;background-image: -webkit-linear-gradient(130deg, #232323, #156edd);background-image: -moz-linear-gradient(130deg, #232323, #156edd);background-image: -ms-linear-gradient(130deg, #232323, #156edd);background-image: -o-linear-gradient(130deg, #232323, #156edd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#156edd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#156edd' );";background-image: linear-gradient(130deg, #232323, #156edd);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;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:inter2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.9375rem;left:34.875rem;display:block; }
#aZ256FPC45Pl0tIx6GtmKnSS3U30cf1g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iKQdJi0VB33oUGAFMeKFwoSiVIJxwSU0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, #001131);background-image: -moz-linear-gradient(90deg, #000000, #001131);background-image: -ms-linear-gradient(90deg, #000000, #001131);background-image: -o-linear-gradient(90deg, #000000, #001131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#001131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#001131' );";background-image: linear-gradient(90deg, #000000, #001131);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iKQdJi0VB33oUGAFMeKFwoSiVIJxwSU0 > .row .container { background-color: transparent; background-image: none; }#iKQdJi0VB33oUGAFMeKFwoSiVIJxwSU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKQdJi0VB33oUGAFMeKFwoSiVIJxwSU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKQdJi0VB33oUGAFMeKFwoSiVIJxwSU0 > .row .container > .video-iframe-container { display: none; }#iKQdJi0VB33oUGAFMeKFwoSiVIJxwSU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKQdJi0VB33oUGAFMeKFwoSiVIJxwSU0 > .row > .video-iframe-container { display: none; }#iKQdJi0VB33oUGAFMeKFwoSiVIJxwSU0 > .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); }#iKQdJi0VB33oUGAFMeKFwoSiVIJxwSU0 > .row .container { border-width: 0; border-radius: 0; }#iKQdJi0VB33oUGAFMeKFwoSiVIJxwSU0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iKQdJi0VB33oUGAFMeKFwoSiVIJxwSU0 > .row .container { font-size:0.875rem;font-family:arial;height:52.4375rem;width:60rem;position:relative;display:block; }#q8nlMI4EboQsX75iT8yDiJ1IURHKy9GF { position:absolute;display:block;z-index:15000;background-color:#232323;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.34) ;height:15.875rem;width:16.4375rem;top:7.5625rem;left:25.6875rem;display:block; }
#EP0ta5rVB5neIBnkQs8FV6Wd1Rf6PFSw { 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:0.625rem;width:5.0625rem;top:13.625rem;left:0rem;overflow:hidden;display:block; }
#HdW6KEP6CJAxBOX2zxxz2k9x6aqAdhe1 { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:inter;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.568359375rem;left:-4.5625rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AF3w4Fu3hS0wpi7zbTyvOXzCkHrBcPEE { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:24.59375rem;left:-4.625rem;height:3.5996125rem;display:block; }
#BAH6aDkVgZKIgwTl0clcWodh8aJJF6aX { color:#ffffff;display:block;width:14rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.0625rem;left:26.90625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rg2iQmmTnNhVFrP2bVRFlmUxfZHHne2I { color:#cceeff;display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:15.9140625rem;left:26.9375rem;height:6.796875rem;display:block; }
#MbKT5ahFfevdLyXNNwrl1IMiP4xEFQWE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:9.75rem;left:28.0625rem;overflow:hidden;display:block; }
#qne0qPTOOrnc0fKA5Qt39vlWvtFTVkie { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.34) ;height:15.875rem;width:16.4375rem;top:11.375rem;left:43.5625rem;display:block; }
#nphTpLWB3UWanDLATTtkAK4hoREJyaWN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:11.375rem;left:46.6875rem;overflow:hidden;display:block; }
#CWxarJoTENdliqzUFTzEK2HiWTMe4RcG { position:absolute;display:block;z-index:15021;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.8125rem;width:3.1875rem;top:31.9375rem;left:46.6875rem;overflow:hidden;display:block; }
#RbAmJHe7KVx8b5rBOvxXTKKZwVg7pwfW { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:28.75rem;left:28.0625rem;overflow:hidden;display:block; }
#HxSKFyzflClchTUv4rr33Pik4WCNJHqV { background-color:transparent;background-image: -webkit-linear-gradient(130deg, #232323, #156edd);background-image: -moz-linear-gradient(130deg, #232323, #156edd);background-image: -ms-linear-gradient(130deg, #232323, #156edd);background-image: -o-linear-gradient(130deg, #232323, #156edd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#156edd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#156edd' );";background-image: linear-gradient(130deg, #232323, #156edd);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;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:inter2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.59375rem;left:-4.6875rem;display:block; }
#itTpdWolraO7x2DqCpWwylrTedX7dlpz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zDhfTX7k8tOGUHyqlLPmDyKtwfz8n5bO { position:absolute;display:block;z-index:14999;background-color:#0f1318;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.35) ;height:18.0625rem;width:18rem;top:6.40625rem;left:24.84375rem;display:block; }
#s3FWhQI1up5h6vxoQnbDQhcAiNWQu0AO { position:absolute;display:block;z-index:15000;background-color:#0f1318;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.35) ;height:18.0625rem;width:18rem;top:25.65625rem;left:24.84375rem;display:block; }
#luJ2zPndKc4dF1EWHqc2TXXSwvaoOD13 { position:absolute;display:block;z-index:15009;background-color:#0f1318;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.35) ;height:18.875rem;width:18.125rem;top:9.04296875rem;left:43.4375rem;display:block; }
#hqdKyX7FQTmOaIevU9V4G8bC6FvdNwp0 { position:absolute;display:block;z-index:15010;background-color:#0f1318;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.35) ;height:18.0625rem;width:17.875rem;top:28.75rem;left:43.625rem;display:block; }
#hyZNMGxioqGGPTNO8sCdLi8QB53Ucwr3 { position:absolute;display:block;z-index:15001;background-color:#232323;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.34) ;height:15.875rem;width:16.4375rem;top:26.8125rem;left:25.6875rem;display:block; }
#ib5ean4XtloziheD2Ld6Qg3KA3uP9U5Q { position:absolute;display:block;z-index:15013;background-color:#232323;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.34) ;height:15.875rem;width:16.0625rem;top:29.90625rem;left:44.625rem;display:block; }
#lux55o7SBzC4ZP8JoxabClbPhZ61yOap { position:absolute;display:block;z-index:15009;background-color:#232323;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.34) ;height:16.6875rem;width:16.1875rem;top:10.19921875rem;left:44.625rem;display:block; }
#nCIN3GiVMSOJEJkOWtsE1XLPCKU5e8oq { color:#cceeff;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:2.5;letter-spacing:0;top:18.921875rem;left:45.9375rem;height:10.625rem;display:block; }
#hIMUKLGi4eQgN1zx31L8Rl2Vl5LTwxyp { color:#ffffff;display:block;width:14rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.53125rem;left:46rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J4BUUlaSxwfFZV1dkdlD1LpaqThqGaSV { color:#ffffff;display:block;width:14rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:16.005859375rem;left:46rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pFNLADX3f0yq6KTWLTECJoDkTvK1hfQ9 { color:#cceeff;display:block;width:13.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:38.40625rem;left:45.9375rem;height:5.09765625rem;display:block; }
#lKnJ8eDflGbvOyzTqyTBmyTa0REzwTOT { color:#ffffff;display:block;width:14rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:35.875rem;left:46rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zKG9TzCETcWeNCfN1TqTheiTVMmGIe7l { color:#ffffff;display:block;width:14rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:33.40625rem;left:26.90625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s5BAT32SXs8QrLmyyVbTeTcvTtbcS8DW { color:#cceeff;display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:35.953125rem;left:26.90625rem;height:5.09765625rem;display:block; }
#xBsQ1T2AnhCXz9ko3LVdRIVoLCixzEVW { position:absolute;display:block;z-index:15021;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.8125rem;width:3.1875rem;top:31rem;left:45.9375rem;overflow:hidden;display:none; }
#sbwvJWeoL98saDHKF2z2Un2XxCXPpl0G { position:absolute;display:block;z-index:15021;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.8125rem;width:3.1875rem;top:31rem;left:45.9375rem;overflow:hidden;display:none; }
#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(80deg, #000000, #001131);background-image: -moz-linear-gradient(80deg, #000000, #001131);background-image: -ms-linear-gradient(80deg, #000000, #001131);background-image: -o-linear-gradient(80deg, #000000, #001131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#001131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#001131' );";background-image: linear-gradient(80deg, #000000, #001131);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container { background-color: transparent; background-image: none; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container > .video-iframe-container { display: none; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row > .video-iframe-container { display: none; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .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); }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container { border-width: 0; border-radius: 0; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:block; }#kGavhI0zLDyXcBvZBSqHqbk3KU0lOXzr { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:5.0625rem;top:6.9375rem;left:27.5rem;overflow:hidden;display:block; }
#f0bDx7Am3VmQL7L4lEfrpPQtZDghKlMF { color:#ffffff;display:block;width:60rem;position:absolute;font-family:inter;font-size:3rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AQPNoyv64E4cNJsrM1X0oDVAUa4S4uCK { color:#ffffff;display:block;width:53.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:14.0625rem;left:3.25rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#pWQOiu2RpkDTF8OMwfO9Qg24m72E3Xqd { background-color:transparent;background-image: -webkit-linear-gradient(130deg, #232323, #156edd);background-image: -moz-linear-gradient(130deg, #232323, #156edd);background-image: -ms-linear-gradient(130deg, #232323, #156edd);background-image: -o-linear-gradient(130deg, #232323, #156edd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#156edd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#156edd' );";background-image: linear-gradient(130deg, #232323, #156edd);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;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:inter2;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:21.25rem;left:23.90625rem;display:block; }
#CPr6BrzSAw5Ruf4NJ2rFPOnkXLOor2DL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IV5tzGyTH18ve9AL79LDlkWgnUmXkUPo { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IV5tzGyTH18ve9AL79LDlkWgnUmXkUPo > .row .container { background-color: transparent; background-image: none; }#IV5tzGyTH18ve9AL79LDlkWgnUmXkUPo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV5tzGyTH18ve9AL79LDlkWgnUmXkUPo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV5tzGyTH18ve9AL79LDlkWgnUmXkUPo > .row .container > .video-iframe-container { display: none; }#IV5tzGyTH18ve9AL79LDlkWgnUmXkUPo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV5tzGyTH18ve9AL79LDlkWgnUmXkUPo > .row > .video-iframe-container { display: none; }#IV5tzGyTH18ve9AL79LDlkWgnUmXkUPo > .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); }#IV5tzGyTH18ve9AL79LDlkWgnUmXkUPo > .row .container { border-width: 0; border-radius: 0; }#IV5tzGyTH18ve9AL79LDlkWgnUmXkUPo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IV5tzGyTH18ve9AL79LDlkWgnUmXkUPo > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#ZCO1uiCkgpZgi4ykXst9AqZuAPyyOZ49 { color:#f9f9f9;display:block;width:17.5625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.98828125rem;left:40.7431640625rem;height:2.2734375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cEOV5uf6QxcwfFzNJShRdOkbvmH0niiQ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:12.25rem;top:1.53125rem;left:4.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #vTt5wZzNwcD8v8NpCIsVIX7rRfAptplz { width:41.125rem;height:40.75rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ceoz0VfHk4feWv9Cx1QwxJQ3RuGLmI7o { width:12.1875rem;height:2.8125rem;top:1.6875rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJNvAbfJUJTqWm1Rh64WA7Ee9wptTlwT { display:block; }
 }@media only screen and (max-width: 763px) { #oJO7S3L3zCSl9pv3PIQAPA99yQSHVxSe { width:32.5rem;height:7rem;top:10.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0NezxUQvqWld7p5NUdwAm3VTL3DRi26 { width:20rem;height:4.75rem;top:15.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0mK0wafb2WU7mmeWB5XDZiy5khruDDK { width:16.5rem;height:3.4375rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFhe2IBsPWlTFEsn6E3EKSnR3o6xau2W { display:block; }
 }@media only screen and (max-width: 763px) { #Qr5TfToHygudFBwNI4cZqW8LhJ4Dxcpz { width:9.4375rem;height:0.625rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAHliTi63J9gWW3ObVE2iwFNkH5aTWaE { width:20rem;height:1.0625rem;top:5.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQAIIT9cpZNZa1Tw7JwGVyTEwnpGOyPe { top:1.625rem;left:0rem;width:11.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h { display:block; }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJBsICOLqltSgdg2pi3UQcvPZZ4TmFra { width:40.0625rem;height:40.0625rem;top:-0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULV5z6QMuHHyTFAtwKBD6htEeAHyQJ4k { width:5.0625rem;height:0.625rem;top:9.0625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RncqvXcC4qzWHBB8HTbRLsCnU82MPafk { width:36.4375rem;height:2.75rem;top:12.4375rem;left:11.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBXWwID1A9U2AdkbDafgOBTGCmbvk5Tm { width:17.375rem;height:14.375rem;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXAvXW31KQnTAhtnCFT09Pf5CdrZNRv0 { width:12.1875rem;height:3.4375rem;top:27.875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpeiAGmnICLIwrEFCn7ivFiXIXUXBpVo { display:block; }
 }@media only screen and (max-width: 763px) { #X5fTpE4Au5xwzfv0EEarM853gQEVQFZc { display:block; }#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hxs2tGSORB7wAWP6CE64c1y5I4GUIAWV { width:5.0625rem;height:0.625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhH1x9Ivf7dfxQKEf5BRq1IfFDPhvpEA { width:20rem;height:4.875rem;top:2.8125rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5lvDAuCDpPoMUdCRSE7fyK0eg7Byw9T { width:20rem;height:1.5625rem;top:11.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnDbxTdMbinT2XGU9DePwh0kBkPOJbOG { width:17.5625rem;height:1.5rem;top:31.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur3q5lVDRi3ikIITp6XCUyGMPS0XvmqU { width:17.5625rem;height:1.5rem;top:33.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLCK5gTix0nCid5GMMmQR4I6TJUaZVAo { width:15.25rem;height:0;top:75.625rem;left:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azeq5LQFOLrg0ZcNhQMr4gCbN8TlDeCz { width:15.25rem;height:0;top:75.625rem;left:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADFOQVmvisoIaLWJN4NoefrLMloLFGmF { top:19.875rem;left:0rem;width:15.8125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIVthAG9df13DfFkdFnU4XP7ilzaynH2 { top:19.875rem;left:15.9375rem;width:15.8125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRP9KixpeOtwEhuZJPg77sM7D0K8fNC3 { width:17.5625rem;height:1.5rem;top:51.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErVEoEcWeVpKPWzcqzmt5HeyyqDSHRLs { width:17.5625rem;height:1.5rem;top:33.5rem;left:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfJEHKk66nmUNFHtnmNkttrokAFMJKQg { width:18rem;height:18.0625rem;top:17.75rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C74WGdC4WIw97hXXsX03TKZJpztovkXn { top:19.875rem;left:31.8125rem;width:15.8125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0rCEu9H5R08ih9mr3HkcOiXegUW1ADK { width:17.5625rem;height:1.5rem;top:71.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvCUsi077TOCwmgPFS1TZpS12TcZ4koE { width:17.5625rem;height:1.5rem;top:72.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktETq22Q3O165KsLvMZ2sF43THHzn90r { top:39.8125rem;left:0rem;width:15.8125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfuxRzaCn8c3coTzIRQId2nP0IhCqfdt { top:39.8125rem;left:16rem;width:15.8125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp7Gtoks8Ki2ebRv2IPGUBAhiLUwig0D { top:39.8125rem;left:31.8125rem;width:15.8125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSZsWOsTqFuXvLCXSyq1Lh6fXrUtP2Hp { width:17.5625rem;height:1.5rem;top:90.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQuhzZKlXqwtW2zizL972CKg2NgLqlqR { width:17.5625rem;height:1.5rem;top:110.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #da5BgfzXQWb1gpnZ6mAyyMTkFM6mLTwU { width:17.5625rem;height:1.5rem;top:129.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APIc8WdfEx2NcNZtivVEsdueflUlqF4u { width:17.5625rem;height:1.5rem;top:92.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDQg0PMi8IunrRQx7iezSAJG08Tlirl8 { width:17.5625rem;height:1.5rem;top:111.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t45msq6RnWKz6dPB5630gi7QW5DWVIuk { width:17.5625rem;height:1.5rem;top:131.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfHfPh3lx2zLHekLaSmDktyvXi7eyQc2 { top:59.75rem;left:6.4375rem;width:15.8125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfH9aBNtkKomAulaTVkfMFcBxkRdfnpm { width:17.5625rem;height:1.5rem;top:148.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2eLPaJaISJS5iTly3fvEkz8h0UeebL4 { width:17.5625rem;height:1.5rem;top:150.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUTIhQxpoAlahJgDvJg986xoyIsuRyWT { top:59.75rem;left:26.5rem;width:15.8125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwGUGHu7PJ4AX6S11pgZguPguSJOOAAX { width:17.5625rem;height:1.5rem;top:167.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tReuNGsP44BTsopoekrZmJ2lrUeH3pQl { width:17.5625rem;height:1.5rem;top:169.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llDHT3vJWfrBMy9P7nd1T25d7mRlVIzR { width:18rem;height:18.0625rem;top:17.6875rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqiGgOu4PTTdLWg36vEZKTHiwCc3JfKt { width:18rem;height:18.0625rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1S6VFGL7eexTnCHfBFFOOVdTUvHanw6 { width:18rem;height:18.0625rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP42pxSuqtKX4RQxR7wIiURgdMVpsXtR { width:18rem;height:18.0625rem;top:37.625rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX17maOmcu1oB1TXs06FDkTJtJkhcsqK { width:18rem;height:18.0625rem;top:37.625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJvAgH5HX9lOCKup51KMFcCcFgG579KO { width:18rem;height:18.0625rem;top:58.4375rem;left:25.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5NX7D2aGbpy07PcCBB80Z4CL3q6f29L { width:18rem;height:18.0625rem;top:58.4375rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty65qtAe7KRVtq2iG8EnvJ2lkqklXsgW { display:block; }#Ty65qtAe7KRVtq2iG8EnvJ2lkqklXsgW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMQA6z4A7mf5ePWpgCNJ68AAEFoehlJ8 { width:39.75rem;height:39.75rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzO8Sk7El7TWx9cgvRgsNLMnydqm9QCi { width:5.0625rem;height:0.625rem;top:8.625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6yXvE4nTFHm2IcyoTy12nO36dS0qPSx { width:20rem;height:4.875rem;top:25.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXbgodK5PW546wkGTg1RGM1pndO6hOSa { width:17.375rem;height:11.1875rem;top:32.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwCmi7MEl9GJXJGUXKwQAoBwhoRt9V8f { width:12.1875rem;height:3.4375rem;top:27.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ256FPC45Pl0tIx6GtmKnSS3U30cf1g { display:block; }
 }@media only screen and (max-width: 763px) { #iKQdJi0VB33oUGAFMeKFwoSiVIJxwSU0 { display:block; }#iKQdJi0VB33oUGAFMeKFwoSiVIJxwSU0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8nlMI4EboQsX75iT8yDiJ1IURHKy9GF { width:16.4375rem;height:15.875rem;top:7.5625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP0ta5rVB5neIBnkQs8FV6Wd1Rf6PFSw { width:5.0625rem;height:0.625rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdW6KEP6CJAxBOX2zxxz2k9x6aqAdhe1 { width:20rem;height:4.875rem;top:6.0625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF3w4Fu3hS0wpi7zbTyvOXzCkHrBcPEE { width:17.875rem;height:4.75rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAH6aDkVgZKIgwTl0clcWodh8aJJF6aX { width:14rem;height:1.625rem;top:14.0625rem;left:20.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg2iQmmTnNhVFrP2bVRFlmUxfZHHne2I { width:12.75rem;height:6.375rem;top:29.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbKT5ahFfevdLyXNNwrl1IMiP4xEFQWE { width:3.1875rem;height:3.1875rem;top:9.75rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qne0qPTOOrnc0fKA5Qt39vlWvtFTVkie { width:16.4375rem;height:15.875rem;top:11.375rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nphTpLWB3UWanDLATTtkAK4hoREJyaWN { width:3.1875rem;height:3.1875rem;top:11.375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWxarJoTENdliqzUFTzEK2HiWTMe4RcG { width:3.1875rem;height:2.8125rem;top:31.9375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbAmJHe7KVx8b5rBOvxXTKKZwVg7pwfW { width:3.1875rem;height:3.1875rem;top:28.75rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxSKFyzflClchTUv4rr33Pik4WCNJHqV { width:13.5625rem;height:3.4375rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #itTpdWolraO7x2DqCpWwylrTedX7dlpz { display:block; }
 }@media only screen and (max-width: 763px) { #zDhfTX7k8tOGUHyqlLPmDyKtwfz8n5bO { width:18rem;height:18.0625rem;top:6.375rem;left:18.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3FWhQI1up5h6vxoQnbDQhcAiNWQu0AO { width:18rem;height:18.0625rem;top:25.625rem;left:18.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luJ2zPndKc4dF1EWHqc2TXXSwvaoOD13 { width:18.125rem;height:18.875rem;top:9rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqdKyX7FQTmOaIevU9V4G8bC6FvdNwp0 { width:17.875rem;height:18.0625rem;top:28.75rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyZNMGxioqGGPTNO8sCdLi8QB53Ucwr3 { width:16.4375rem;height:15.875rem;top:26.8125rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib5ean4XtloziheD2Ld6Qg3KA3uP9U5Q { width:16.0625rem;height:15.875rem;top:29.875rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lux55o7SBzC4ZP8JoxabClbPhZ61yOap { width:16.1875rem;height:16.6875rem;top:10.1875rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCIN3GiVMSOJEJkOWtsE1XLPCKU5e8oq { width:14.5rem;height:7.5rem;top:69.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIMUKLGi4eQgN1zx31L8Rl2Vl5LTwxyp { width:14rem;height:1.625rem;top:21.5rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4BUUlaSxwfFZV1dkdlD1LpaqThqGaSV { width:14rem;height:1.625rem;top:16rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFNLADX3f0yq6KTWLTECJoDkTvK1hfQ9 { width:13.8125rem;height:5.125rem;top:38.375rem;left:33.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKnJ8eDflGbvOyzTqyTBmyTa0REzwTOT { width:14rem;height:1.625rem;top:35.875rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKG9TzCETcWeNCfN1TqTheiTVMmGIe7l { width:14rem;height:1.625rem;top:33.375rem;left:20.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5BAT32SXs8QrLmyyVbTeTcvTtbcS8DW { width:13.8125rem;height:5.0625rem;top:49.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBsQ1T2AnhCXz9ko3LVdRIVoLCixzEVW { width:3.1875rem;height:2.8125rem;top:31rem;left:39.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbwvJWeoL98saDHKF2z2Un2XxCXPpl0G { width:3.1875rem;height:2.8125rem;top:31rem;left:39.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 { display:block; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGavhI0zLDyXcBvZBSqHqbk3KU0lOXzr { width:5.0625rem;height:0.625rem;top:6.9375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0bDx7Am3VmQL7L4lEfrpPQtZDghKlMF { width:47.75rem;height:3.875rem;top:9.0625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQPNoyv64E4cNJsrM1X0oDVAUa4S4uCK { width:20rem;height:5.5625rem;top:10.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWQOiu2RpkDTF8OMwfO9Qg24m72E3Xqd { width:12.1875rem;height:3.4375rem;top:21.25rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPr6BrzSAw5Ruf4NJ2rFPOnkXLOor2DL { display:block; }
 }@media only screen and (max-width: 763px) { #IV5tzGyTH18ve9AL79LDlkWgnUmXkUPo { display:block; }#IV5tzGyTH18ve9AL79LDlkWgnUmXkUPo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCO1uiCkgpZgi4ykXst9AqZuAPyyOZ49 { width:17.5625rem;height:2.25rem;top:1.9375rem;left:30.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEOV5uf6QxcwfFzNJShRdOkbvmH0niiQ { top:1.5rem;left:0rem;width:12.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTt5wZzNwcD8v8NpCIsVIX7rRfAptplz { width:20rem;height:20rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ceoz0VfHk4feWv9Cx1QwxJQ3RuGLmI7o { width:7.4375rem;height:1.8125rem;top:1.40625rem;left:11.599609375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJNvAbfJUJTqWm1Rh64WA7Ee9wptTlwT { display:block; }
 }@media only screen and (max-width: 763px) { #oJO7S3L3zCSl9pv3PIQAPA99yQSHVxSe { width:20rem;height:4.548825rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0NezxUQvqWld7p5NUdwAm3VTL3DRi26 { width:20rem;height:4.798825rem;top:15.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0mK0wafb2WU7mmeWB5XDZiy5khruDDK { width:15.1875rem;height:3.5rem;top:44.3310546875rem;left:2.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFhe2IBsPWlTFEsn6E3EKSnR3o6xau2W { display:block; }
 }@media only screen and (max-width: 763px) { #Qr5TfToHygudFBwNI4cZqW8LhJ4Dxcpz { width:5.0625rem;height:0.625rem;top:13.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAHliTi63J9gWW3ObVE2iwFNkH5aTWaE { width:20rem;height:1.0996125rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQAIIT9cpZNZa1Tw7JwGVyTEwnpGOyPe { width:7.75rem;height:2.375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h { display:block; }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJBsICOLqltSgdg2pi3UQcvPZZ4TmFra { width:20rem;height:20rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULV5z6QMuHHyTFAtwKBD6htEeAHyQJ4k { width:5.0625rem;height:0.625rem;top:9.5rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RncqvXcC4qzWHBB8HTbRLsCnU82MPafk { width:20rem;height:4.875rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBXWwID1A9U2AdkbDafgOBTGCmbvk5Tm { width:17.375rem;height:11.19725rem;top:10.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXAvXW31KQnTAhtnCFT09Pf5CdrZNRv0 { width:12.1875rem;height:3.4375rem;top:48.6875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpeiAGmnICLIwrEFCn7ivFiXIXUXBpVo { display:block; }
 }@media only screen and (max-width: 763px) { #X5fTpE4Au5xwzfv0EEarM853gQEVQFZc { display:block; }#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc > .row .container { width:20rem;height:175.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hxs2tGSORB7wAWP6CE64c1y5I4GUIAWV { width:5.0625rem;height:0.625rem;top:8.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhH1x9Ivf7dfxQKEf5BRq1IfFDPhvpEA { width:20rem;height:4.875rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5lvDAuCDpPoMUdCRSE7fyK0eg7Byw9T { width:20rem;height:3.19921875rem;top:11.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnDbxTdMbinT2XGU9DePwh0kBkPOJbOG { width:17.5625rem;height:1.54296875rem;top:31.125rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ur3q5lVDRi3ikIITp6XCUyGMPS0XvmqU { width:17.5625rem;height:1.5rem;top:33.25rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qLCK5gTix0nCid5GMMmQR4I6TJUaZVAo { width:15.25rem;height:0;top:171.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azeq5LQFOLrg0ZcNhQMr4gCbN8TlDeCz { width:15.25rem;height:0;top:171.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADFOQVmvisoIaLWJN4NoefrLMloLFGmF { width:15.8125rem;height:10.5625rem;top:19.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIVthAG9df13DfFkdFnU4XP7ilzaynH2 { width:15.8125rem;height:10.5625rem;top:39.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRP9KixpeOtwEhuZJPg77sM7D0K8fNC3 { width:17.5625rem;height:1.54296875rem;top:51.625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErVEoEcWeVpKPWzcqzmt5HeyyqDSHRLs { width:17.5625rem;height:1.5rem;top:53.1875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfJEHKk66nmUNFHtnmNkttrokAFMJKQg { width:18rem;height:18.0625rem;top:56.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C74WGdC4WIw97hXXsX03TKZJpztovkXn { width:15.8125rem;height:10.5625rem;top:59rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0rCEu9H5R08ih9mr3HkcOiXegUW1ADK { width:17.5625rem;height:1.54296875rem;top:71.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvCUsi077TOCwmgPFS1TZpS12TcZ4koE { width:17.5625rem;height:1.5rem;top:72.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktETq22Q3O165KsLvMZ2sF43THHzn90r { width:15.8125rem;height:10.5625rem;top:78.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfuxRzaCn8c3coTzIRQId2nP0IhCqfdt { width:15.8125rem;height:10.5625rem;top:98.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp7Gtoks8Ki2ebRv2IPGUBAhiLUwig0D { width:15.8125rem;height:10.5625rem;top:117.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSZsWOsTqFuXvLCXSyq1Lh6fXrUtP2Hp { width:17.5625rem;height:1.54296875rem;top:90.75rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQuhzZKlXqwtW2zizL972CKg2NgLqlqR { width:17.5625rem;height:1.54296875rem;top:110.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #da5BgfzXQWb1gpnZ6mAyyMTkFM6mLTwU { width:17.5625rem;height:1.54296875rem;top:129.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APIc8WdfEx2NcNZtivVEsdueflUlqF4u { width:17.5625rem;height:1.5rem;top:92.3125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDQg0PMi8IunrRQx7iezSAJG08Tlirl8 { width:17.5625rem;height:1.5rem;top:111.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t45msq6RnWKz6dPB5630gi7QW5DWVIuk { width:17.5625rem;height:1.5rem;top:131.5rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfHfPh3lx2zLHekLaSmDktyvXi7eyQc2 { width:15.8125rem;height:10.5625rem;top:136.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfH9aBNtkKomAulaTVkfMFcBxkRdfnpm { width:17.5625rem;height:1.54296875rem;top:148.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2eLPaJaISJS5iTly3fvEkz8h0UeebL4 { width:17.5625rem;height:1.5rem;top:150.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUTIhQxpoAlahJgDvJg986xoyIsuRyWT { width:15.8125rem;height:10.5625rem;top:155.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwGUGHu7PJ4AX6S11pgZguPguSJOOAAX { width:17.5625rem;height:1.54296875rem;top:167.9375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tReuNGsP44BTsopoekrZmJ2lrUeH3pQl { width:17.5625rem;height:1.5rem;top:169.5rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llDHT3vJWfrBMy9P7nd1T25d7mRlVIzR { width:18rem;height:18.0625rem;top:37.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqiGgOu4PTTdLWg36vEZKTHiwCc3JfKt { width:18rem;height:18.0625rem;top:17.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1S6VFGL7eexTnCHfBFFOOVdTUvHanw6 { width:18rem;height:18.0625rem;top:76.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP42pxSuqtKX4RQxR7wIiURgdMVpsXtR { width:18rem;height:18.0625rem;top:115.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX17maOmcu1oB1TXs06FDkTJtJkhcsqK { width:18rem;height:18.0625rem;top:96rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJvAgH5HX9lOCKup51KMFcCcFgG579KO { width:18rem;height:18.0625rem;top:154.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5NX7D2aGbpy07PcCBB80Z4CL3q6f29L { width:18rem;height:18.0625rem;top:135.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty65qtAe7KRVtq2iG8EnvJ2lkqklXsgW { display:block; }#Ty65qtAe7KRVtq2iG8EnvJ2lkqklXsgW > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMQA6z4A7mf5ePWpgCNJ68AAEFoehlJ8 { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzO8Sk7El7TWx9cgvRgsNLMnydqm9QCi { width:5.0625rem;height:0.625rem;top:23.9375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6yXvE4nTFHm2IcyoTy12nO36dS0qPSx { width:20rem;height:4.875rem;top:25.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXbgodK5PW546wkGTg1RGM1pndO6hOSa { width:17.375rem;height:11.19725rem;top:32.5625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwCmi7MEl9GJXJGUXKwQAoBwhoRt9V8f { width:12.1875rem;height:3.4375rem;top:48rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ256FPC45Pl0tIx6GtmKnSS3U30cf1g { display:block; }
 }@media only screen and (max-width: 763px) { #iKQdJi0VB33oUGAFMeKFwoSiVIJxwSU0 { display:block; }#iKQdJi0VB33oUGAFMeKFwoSiVIJxwSU0 > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8nlMI4EboQsX75iT8yDiJ1IURHKy9GF { width:16.4375rem;height:15.875rem;top:20.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP0ta5rVB5neIBnkQs8FV6Wd1Rf6PFSw { width:5.0625rem;height:0.625rem;top:4.1875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdW6KEP6CJAxBOX2zxxz2k9x6aqAdhe1 { width:20rem;height:2.4375rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF3w4Fu3hS0wpi7zbTyvOXzCkHrBcPEE { width:17.875rem;height:4.798825rem;top:11.7509765625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAH6aDkVgZKIgwTl0clcWodh8aJJF6aX { width:14rem;height:1.29980625rem;top:27.2119140625rem;left:3.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rg2iQmmTnNhVFrP2bVRFlmUxfZHHne2I { width:12.75rem;height:6.3984375rem;top:29.25rem;left:3.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MbKT5ahFfevdLyXNNwrl1IMiP4xEFQWE { width:3.1875rem;height:3.1875rem;top:23rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qne0qPTOOrnc0fKA5Qt39vlWvtFTVkie { width:16.4375rem;height:15.875rem;top:51.875rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nphTpLWB3UWanDLATTtkAK4hoREJyaWN { width:3.1875rem;height:3.1875rem;top:54.125rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWxarJoTENdliqzUFTzEK2HiWTMe4RcG { width:3.1875rem;height:2.8125rem;top:43.75rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbAmJHe7KVx8b5rBOvxXTKKZwVg7pwfW { width:3.1875rem;height:3.1875rem;top:36.9375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HxSKFyzflClchTUv4rr33Pik4WCNJHqV { width:12.1875rem;height:3.4375rem;top:100.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #itTpdWolraO7x2DqCpWwylrTedX7dlpz { display:block; }
 }@media only screen and (max-width: 763px) { #zDhfTX7k8tOGUHyqlLPmDyKtwfz8n5bO { width:18rem;height:18.0625rem;top:19.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3FWhQI1up5h6vxoQnbDQhcAiNWQu0AO { width:18rem;height:18.0625rem;top:39.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #luJ2zPndKc4dF1EWHqc2TXXSwvaoOD13 { width:17.8125rem;height:18.0625rem;top:59.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqdKyX7FQTmOaIevU9V4G8bC6FvdNwp0 { width:18.1875rem;height:18.0625rem;top:78.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyZNMGxioqGGPTNO8sCdLi8QB53Ucwr3 { width:16.4375rem;height:15.875rem;top:40.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib5ean4XtloziheD2Ld6Qg3KA3uP9U5Q { width:15.5625rem;height:15.875rem;top:80rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lux55o7SBzC4ZP8JoxabClbPhZ61yOap { width:16.125rem;height:15.875rem;top:60.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCIN3GiVMSOJEJkOWtsE1XLPCKU5e8oq { width:14.5rem;height:4.798825rem;top:69.953125rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIMUKLGi4eQgN1zx31L8Rl2Vl5LTwxyp { width:14rem;height:1.625rem;top:70.8125rem;left:3.5rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4BUUlaSxwfFZV1dkdlD1LpaqThqGaSV { width:14rem;height:1.625rem;top:67.40625rem;left:3rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFNLADX3f0yq6KTWLTECJoDkTvK1hfQ9 { width:13.8125rem;height:4.798825rem;top:90.25rem;left:3.09375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKnJ8eDflGbvOyzTqyTBmyTa0REzwTOT { width:14rem;height:1.625rem;top:88.0625rem;left:3rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKG9TzCETcWeNCfN1TqTheiTVMmGIe7l { width:14rem;height:1.625rem;top:47.65625rem;left:3rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5BAT32SXs8QrLmyyVbTeTcvTtbcS8DW { width:13.8125rem;height:5.09765625rem;top:49.8125rem;left:3rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBsQ1T2AnhCXz9ko3LVdRIVoLCixzEVW { width:3.1875rem;height:2.8125rem;top:63.1875rem;left:4.3125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #sbwvJWeoL98saDHKF2z2Un2XxCXPpl0G { width:3.1875rem;height:2.8125rem;top:83.0625rem;left:4.1875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 { display:block; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGavhI0zLDyXcBvZBSqHqbk3KU0lOXzr { width:5.0625rem;height:0.625rem;top:2.8125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0bDx7Am3VmQL7L4lEfrpPQtZDghKlMF { width:20rem;height:5.361325rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQPNoyv64E4cNJsrM1X0oDVAUa4S4uCK { width:20rem;height:5.59765625rem;top:10.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWQOiu2RpkDTF8OMwfO9Qg24m72E3Xqd { width:12.1875rem;height:3.4375rem;top:19.5rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPr6BrzSAw5Ruf4NJ2rFPOnkXLOor2DL { display:block; }
 }@media only screen and (max-width: 763px) { #IV5tzGyTH18ve9AL79LDlkWgnUmXkUPo { display:block; }#IV5tzGyTH18ve9AL79LDlkWgnUmXkUPo > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCO1uiCkgpZgi4ykXst9AqZuAPyyOZ49 { width:13.375rem;height:1.625rem;top:1.6328125rem;left:5.875rem;text-align:right;text-align-last:right;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEOV5uf6QxcwfFzNJShRdOkbvmH0niiQ { width:5.1875rem;height:1.3125rem;top:1.7890625rem;left:2.0625rem;display:block; }
 }