.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugzd5gbqUF9JfShKMp7FsPILgHct87P6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ugzd5gbqUF9JfShKMp7FsPILgHct87P6 > .row .container { background-color: transparent; background-image: none; }#ugzd5gbqUF9JfShKMp7FsPILgHct87P6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugzd5gbqUF9JfShKMp7FsPILgHct87P6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugzd5gbqUF9JfShKMp7FsPILgHct87P6 > .row .container > .video-iframe-container { display: none; }#ugzd5gbqUF9JfShKMp7FsPILgHct87P6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugzd5gbqUF9JfShKMp7FsPILgHct87P6 > .row > .video-iframe-container { display: none; }#ugzd5gbqUF9JfShKMp7FsPILgHct87P6 > .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); }#ugzd5gbqUF9JfShKMp7FsPILgHct87P6 > .row .container { border-width: 0; border-radius: 0; }#ugzd5gbqUF9JfShKMp7FsPILgHct87P6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ugzd5gbqUF9JfShKMp7FsPILgHct87P6 > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#yazh6qXQw1vNhtPulBhcTAfRpcJ7NfFT { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.375rem;left:34.427083015442rem;display:block; }
#Oca3vUbF3ogfp3AJJkd7a3GEEEHKDGKc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tEfO3mpoVihdqccy1iaznaNwJc6giB0p { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.375rem;left:46.302083015442rem;display:block; }
#BTCoQyHI1HHUEoa4VT86HV1yTUvv8GhO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c1TG8DJ8eN1LEXkIrTBBHzz7ZDrDZ1Ot { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.375rem;left:58.614583015442rem;display:block; }
#Q7Rh47dO0QaG4bDABLA21kTXdFW1q7Q4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, #000131, #02edf3);background-image: -moz-linear-gradient(238deg, #000131, #02edf3);background-image: -ms-linear-gradient(238deg, #000131, #02edf3);background-image: -o-linear-gradient(238deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(238deg, #000131, #02edf3);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; }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h > .row .container { background-color: transparent; background-image: none; }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h > .row .container > .video-iframe-container { display: none; }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h > .row > .video-iframe-container { display: none; }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h > .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); }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h > .row .container { border-width: 0; border-radius: 0; }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#m4ywFwXg0kwKzh17BIUv67qTBbo6yILc { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:oswald;font-size:4.4375rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:11.5625rem;left:3.5625rem;height:19.525rem;display:block; }
#rJhakdyVaBiBVi333fUTUmS8emqBipqX { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:33.3125rem;left:3.5625rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pI4nfidbHxVbvozdntVFGT4yL6tGi4GI { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36.1875rem;left:3.75rem;display:block; }
#LEfQTVm1T8vh1UFKoDLTS1uFCbRvEPWQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aMkTiR0WuDQWxFuTR1APAGCyuJ3HObGL { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:9.9375rem;left:3.75rem;height:1.54375rem;font-style:normal;display:block; }
#kFNzcoJp6BsMxRKMMZbGukTzqfTi1uaT { 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.5625rem;width:15.375rem;top:5.5625rem;left:3.5625rem;overflow:hidden;display:block; }
#CE6bwewU6NDB1CUsUg1AO2xQxzv4aB3a { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5rem;width:29.6875rem;top:5.0749998092651rem;left:36.875000953674rem;overflow:hidden;display:block; }
#haHt9ccKtJlHQxobtxACmQU4wspL29qI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { background-color: transparent; background-image: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .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); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { border-width: 0; border-radius: 0; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { color:#2a2a2a;display:block;width:68.1875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11rem;left:2.75rem;height:12.35rem;text-align:center;text-align-last:center;display:block; }
#wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:15.0625rem;left:34.625rem;display:block; }
#IWpS18WGqRtBvfswHpeL55wuRX94B1tp { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:23.5rem;left:36.09375rem; }
#IWpS18WGqRtBvfswHpeL55wuRX94B1tp > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#dkE462NcLbFKsrFGJQ8diqtTVFVVomq4 { position:relative;display:none; }#dkE462NcLbFKsrFGJQ8diqtTVFVVomq4 { border-width: 0; border-radius: 0; }#dkE462NcLbFKsrFGJQ8diqtTVFVVomq4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dkE462NcLbFKsrFGJQ8diqtTVFVVomq4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yxTuRbTs8uTldvcX2qHfMuxTt3Vf0Zl3 { position:absolute;display:block;z-index:15006;background-color:rgba(128,29,209,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.32) ;height:13.6875rem;width:13.6875rem;top:1.5rem;left:5.6875rem;display:block; }
#Sz8pLyNgBE8ioA6FTHPM4gW6cpRtcSDN { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:4.0625rem;left:7.4375rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#ZJ9XbTkMtGnzuTwolIZdJZ13VuWfI70O { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:7.5625rem;left:7.4375rem;height:5.0375rem;text-align:center;text-align-last:center;display:block; }
#MMboyrKUxDWx06oFLENtOySttLGElaG0 { color:#000000;display:block;width:36.125rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.875rem;left:25.9375rem;height:3.575rem;display:block; }
#OAQeymopLnTDIHExZUbAoqOvpPXI7WsV { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.5625rem;left:25.9375rem;height:1.3rem;display:block; }
#WWhxDgOkSwqfF3TTJeVC2Vx4aK0MWJXp { color:#000000;display:block;width:40rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.9375rem;left:25.9375rem;height:3.575rem;display:block; }
#TndhaMhMH7lwRs2LdQOAdgLsbP09UxyQ { color:#000000;display:block;width:47.8125rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1364593505859rem;left:25.9375rem;height:1.7875rem;display:block; }
#g9gcRduarmv4fT7aJkfAvFi8Tq8fKDzc { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8239593505859rem;left:25.9375rem;height:1.7875rem;display:block; }
#a26mLMpv96SnF1K8yHtseCnlH6kdEx8b { color:#000000;display:block;width:46.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:5.513542175293rem;left:25.9375rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#OCBScDBZpqAP89PK1buUlflIGUoS6FcU { color:#000000;display:block;width:46.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:2.9947929382324rem;left:25.9375rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#W5TaN34N4lhJH6h99JzvLRcU0WnlK2W4 { color:#000000;display:block;width:40rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.176040649414rem;left:26.007289886474rem;height:3.575rem;display:block; }
#rnt6AngZ2rw28L7f2xrBL1Wc9rtbd0G0 { color:#000000;display:block;width:45.5rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.237503051757rem;left:25.9375rem;height:3.575rem;display:block; }
#TzFzdS7qyQuuoGxr0Ga2FR77rRPJB4fH { position:relative;display:block; }#TzFzdS7qyQuuoGxr0Ga2FR77rRPJB4fH { background-color: transparent; background-image: none; }#TzFzdS7qyQuuoGxr0Ga2FR77rRPJB4fH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzFzdS7qyQuuoGxr0Ga2FR77rRPJB4fH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzFzdS7qyQuuoGxr0Ga2FR77rRPJB4fH > .row .container > .video-iframe-container { display: none; }#TzFzdS7qyQuuoGxr0Ga2FR77rRPJB4fH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzFzdS7qyQuuoGxr0Ga2FR77rRPJB4fH > .row > .video-iframe-container { display: none; }#TzFzdS7qyQuuoGxr0Ga2FR77rRPJB4fH > .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); }#TzFzdS7qyQuuoGxr0Ga2FR77rRPJB4fH { border-width: 0; border-radius: 0; }#TzFzdS7qyQuuoGxr0Ga2FR77rRPJB4fH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TzFzdS7qyQuuoGxr0Ga2FR77rRPJB4fH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:61.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uQcnhnGNoeauEZc7P0QeRBiHnQv2LN2a { position:absolute;display:block;z-index:15006;background-color:rgba(128,29,209,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.32) ;height:56.125rem;width:13.6875rem;top:0.51770782470703rem;left:5.65625rem;display:block; }
#iG926BPsdSOsEZpW3J2suQgU8AsXWeSN { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:4.3114585876465rem;left:7.2812509536744rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#D6nxOBq1gA5iETvQTXc7gDcVLlfQTzbl { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:11.849998474121rem;left:7.28125rem;height:5.0375rem;text-align:center;text-align-last:center;display:block; }
#cQ3o8fvaMBa5KOGFbhFODuCD7Rafv1FJ { color:#000000;display:block;width:44.375rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.51770782470703rem;left:26.125rem;height:1.7875rem;display:block; }
#Xh706hntd4ysh1rcQgP5icTcRZiZWTF2 { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7739582061767rem;left:26.125rem;height:3.575rem;display:block; }
#U4CJtz4JJ3KfPN2KQEpNeJI6vQFcL0Hb { color:#808080;display:block;width:40rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:29.25rem;left:26.1875rem;height:1.7875rem;display:block; }
#otAVN6EFT065kRePzpidKsoudqXAqSwe { color:#000000;display:block;width:40rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:31.5625rem;left:26.125rem;height:1.7875rem;display:block; }
#LWqq2eCsi9KdJblNTJJxQdCBo4NxHiyn { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:43.788542747498rem;left:32.5rem;height:1.3rem;display:block; }
#P9FhuDTDL8MnnNkqLFB5TdmfiBJ3iXWf { color:#000000;display:block;width:40rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:57.3125rem;left:26.125rem;height:3.575rem;display:block; }
#cwXaVdGcTT6zyQfFN9ZlqI979ktTqfHr { color:#000000;display:block;width:40rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:55.0625rem;left:26.125rem;height:1.7875rem;display:block; }
#briINuW8n8Vp8XBmNe4RTraVT3yJ8wJV { color:#000000;display:block;width:48.6875rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:25.598958015442rem;left:26.0625rem;height:3.4125rem;display:block; }
#vhtLxg5NX6gPVDevPbBTtQ6EwQ0ZTTWa { color:#000000;display:block;width:39.5625rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:34.001037597656rem;left:32.5rem;height:5.3625rem;display:block; }
#albpKR1oJtTXhNGcL5iW4a7rot1Tidvw { color:#000000;display:block;width:39.5625rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:39.988543510437rem;left:32.5rem;height:3.575rem;display:block; }
#BNpdU8T3czI4SH1XKvIdJn2DnZV4B2KA { color:#000000;display:block;width:39.5625rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:45.942706108093rem;left:32.5rem;height:3.575rem;display:block; }
#CzMMs9mWZCR1zxcEhuTok4akuun308nf { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:48.287501335144rem;left:40.874996185302rem;height:1.3rem;display:block; }
#ITZQNtavGPwVNcb877Vnm8eLQ0yiSvgT { color:#000000;display:block;width:39.5625rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:50.157290458679rem;left:32.5rem;height:3.575rem;display:block; }
#N8dTC56WGq9NPPIXVeOvitZHZ1fqaRO1 { position:absolute;display:block;z-index:15007;background-color:rgba(128,29,209,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.32) ;height:19.75rem;width:2.125rem;top:34.563537597656rem;left:29.652084350586rem;display:block; }
#H2fz5BxzrPuHke8blGUNmmt1iTXXMqTk { position:absolute;display:block;z-index:14999;background-color:rgba(128,128,128,0.7);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.32) ;height:20.75rem;width:41.3125rem;top:34.007293701172rem;left:31.777084350586rem;display:block; }
#B8Hr8HI6XwgkyGgIEUoXTcWgsruX1PIZ { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6614580154419rem;left:26.188541412354rem;height:1.7875rem;display:block; }
#wgGtsMdXGKZanFvVf5X0f6LUCySTdBqw { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.1135416030881rem;left:26.188541412354rem;height:5.3625rem;display:block; }
#X10JDRHTK6bcc04qJ1QJSByilrWdP9u1 { color:#808080;display:block;width:48.8125rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.996874809265rem;left:26.188541412354rem;height:1.7875rem;display:block; }
#C0OSDQqgcx7dUz3q1XbmqcG2c7NWZq6s { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.449999809265rem;left:26.188541412354rem;height:3.575rem;display:block; }
#rF9yC2ly1FLNA3ycNsv2N6XoiPVicTU6 { color:#000000;display:block;width:45.125rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.524998664856rem;left:26.251041412354rem;height:3.4125rem;display:block; }
#Cb8kH2KaWobpoV7UNudgAsrEBMk0TOvi { position:relative;display:block; }#Cb8kH2KaWobpoV7UNudgAsrEBMk0TOvi { background-color: transparent; background-image: none; }#Cb8kH2KaWobpoV7UNudgAsrEBMk0TOvi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cb8kH2KaWobpoV7UNudgAsrEBMk0TOvi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cb8kH2KaWobpoV7UNudgAsrEBMk0TOvi > .row .container > .video-iframe-container { display: none; }#Cb8kH2KaWobpoV7UNudgAsrEBMk0TOvi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cb8kH2KaWobpoV7UNudgAsrEBMk0TOvi > .row > .video-iframe-container { display: none; }#Cb8kH2KaWobpoV7UNudgAsrEBMk0TOvi > .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); }#Cb8kH2KaWobpoV7UNudgAsrEBMk0TOvi { border-width: 0; border-radius: 0; }#Cb8kH2KaWobpoV7UNudgAsrEBMk0TOvi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Cb8kH2KaWobpoV7UNudgAsrEBMk0TOvi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DEoB6F9grciaKZlgTQTT2UbZIupBaFFd { position:absolute;display:block;z-index:15006;background-color:rgba(128,29,209,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.32) ;height:10rem;width:13.6875rem;top:0.5177116394043rem;left:5.65625rem;display:block; }
#BVXV4froQPetLLr4JJZSyGZifcw1lWXT { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:1.8447914123535rem;left:7.28125rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#Dw3zUmzf1TTs97tvEew0oCwiUdJKanFl { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:4.3635406494141rem;left:4.53125rem;height:5.0375rem;text-align:center;text-align-last:center;display:block; }
#v0lSHRpVVT5RcvKf38i9w9azSabHVneT { color:#000000;display:block;width:36.125rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0864562988281rem;left:26.125rem;height:1.7875rem;display:block; }
#BehTbomCTwcBErWMdK1VzdVTDaMohW66 { color:#000000;display:block;width:40rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4499969482422rem;left:26.125rem;height:1.7875rem;display:block; }
#ugUDMoIKIIhU0To3Ja0WIgls43EQM02o { color:#000000;display:block;width:40rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9885425567627rem;left:26.125rem;height:1.7875rem;display:block; }
#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, #000131, #02edf3);background-image: -moz-linear-gradient(238deg, #000131, #02edf3);background-image: -ms-linear-gradient(238deg, #000131, #02edf3);background-image: -o-linear-gradient(238deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(238deg, #000131, #02edf3);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; }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq > .row .container { background-color: transparent; background-image: none; }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq > .row .container > .video-iframe-container { display: none; }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq > .row > .video-iframe-container { display: none; }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq > .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); }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq > .row .container { border-width: 0; border-radius: 0; }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#kxQFgFIHaFSNQ8Sx1kvWL9eOCDaILTxl { color:rgba(42,42,42,0.26);display:block;width:75rem;position:absolute;font-family:oswald;font-size:6.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#sTo9uTOFEQF1c2HnaxkZPauTwVXp1mVp { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:oswald;font-size:4.75rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:8.375rem;left:10.75rem;height:5.225rem;text-align:left;text-align-last:left;display:block; }
#WbudJFHvWgKyfn6Ey6Z2PF6Nn9X4Xdbm { color:#ffffff;display:block;width:17rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.625rem;left:1.1875rem;height:2.925rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gTEhtNSsdWuEB4hGCV3cOfH3Kkk7SrnC { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.75rem;left:1.1875rem;height:6.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#B5EoTT9pcG2Ta56hmKTdIOeNQVdVaaQ5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.9375rem;border-top-right-radius:7.9375rem;border-bottom-left-radius:7.9375rem;border-bottom-right-radius:7.9375rem;box-shadow: none;height:21.3125rem;width:21.3125rem;top:4.8125rem;left:43.6875rem;overflow:hidden;display:block; }
#aZc6BnmeVZCoGNQHP7fZuZxrJaS7OFNX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:20.8125rem;top:1.5625rem;left:53.062496185302rem;overflow:hidden;display:block; }
#SAtsiEeOCB9yDagwThNxClnrDw7pTAqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SAtsiEeOCB9yDagwThNxClnrDw7pTAqn > .row .container { background-color: transparent; background-image: none; }#SAtsiEeOCB9yDagwThNxClnrDw7pTAqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAtsiEeOCB9yDagwThNxClnrDw7pTAqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAtsiEeOCB9yDagwThNxClnrDw7pTAqn > .row .container > .video-iframe-container { display: none; }#SAtsiEeOCB9yDagwThNxClnrDw7pTAqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAtsiEeOCB9yDagwThNxClnrDw7pTAqn > .row > .video-iframe-container { display: none; }#SAtsiEeOCB9yDagwThNxClnrDw7pTAqn > .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); }#SAtsiEeOCB9yDagwThNxClnrDw7pTAqn > .row .container { border-width: 0; border-radius: 0; }#SAtsiEeOCB9yDagwThNxClnrDw7pTAqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SAtsiEeOCB9yDagwThNxClnrDw7pTAqn > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#Dur7t91cIzXxicWLzUwvyxlyWFofkCzW { color:#454545;display:block;width:62rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.625rem;left:1.1875rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#suncGr47UMdB1T8gEadcwHQPazDVslhO { 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:9.625rem;width:10.875rem;top:8.25rem;left:50.000000953674rem;overflow:hidden;display:block; }
#UPAEFhoRtkpU2elDR5X1UvCUWppKxlic { color:#454545;display:block;width:50.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.97500038147rem;left:1.1875rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TP3HACWTby2EpUHEwxH2WnWDaorpW1It { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#wbyfLhnNzIBfXdVAlOMZnptbHI40S5Ew { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.96875rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6fa0a998-0109-4422-8e7b-4b9075d102f1/bglicznik.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc.adaptive-delivery-prevent-bg, #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc.lazyload, #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc.lazyloading { background-image: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { background-color: transparent; background-image: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container > .video-iframe-container { display: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row > .video-iframe-container { display: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .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); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { border-width: 0; border-radius: 0; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#Nc0FHVOfu8JH2b3UzrEqfNfKAUA00C8w { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.625rem;width:33.875rem;top:0rem;left:20.562500953674rem;display:block; }
#Q8lu6x2zn10Ddel2UxWCIOGVDvwSBftr { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:3.56201171875rem;left:27.1875rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5EkIgO2tQqFzubidBdiKkM2bxNpsEeb { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:10.8125rem;left:28.437500953674rem;display:block; }
#dMnIwgIbQH1lsTk7skCvsquew9CTGC8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xOMLmeOIDauZUsHMbbK2C26xW8i9FebL { color:#ffffff;display:block;width:32rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:14.9375rem;left:21.5rem;height:1.54375rem;font-style:normal;display:block; }
#LKQUzhGE9J0TxoQtW44wenODPstoPMvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, #000131, #02edf3);background-image: -moz-linear-gradient(238deg, #000131, #02edf3);background-image: -ms-linear-gradient(238deg, #000131, #02edf3);background-image: -o-linear-gradient(238deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(238deg, #000131, #02edf3);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; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { background-color: transparent; background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .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); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { border-width: 0; border-radius: 0; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:oswald;font-size:4.75rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:9.4718742370606rem;left:2.6145830154419rem;height:5.225rem;text-align:left;text-align-last:left;display:block; }
#CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.18) ;height:11.875rem;width:27.1875rem;top:3.46875rem;left:39.874996185302rem;display:block; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-text.counter-number { border-top:0.0625rem solid #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;background-color:transparent;background-image:none;color:#094a7f;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:oswald;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-text.counter-label { background-color:;background-image:none;color:#094a7f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:lato;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:5.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.4281272888181rem;left:44.226039886474rem;z-index:15020; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #tEf1EKTTx1FrA44Wk43J0Vc5tHhbENTm { display:flex;position:relative;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #BgwTo31R6FyqzRF6LTJXKQ0ME0EBePIm { width:auto; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #TRP4Vzd4k4IFvEKhpbtqJJId1lRfVSNZ {  }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #AT4gCIUEDfk1uo9Br6RxaElGdmQQngOI { display:flex;position:relative;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #aV1ztwAfrVHeMhoqRGcZFboGrIXCAGw5 {  }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #EFrVsaiw0rFHqNmHnCsDO0mp56PryWyu {  }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #GE9sEWkpyumQp3em4DonsWzhTJpry81f { display:flex;position:relative;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #T8rmyya3M9KrZkSBWDSEIg8h34cuUk5H {  }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #UTo67Ny2ptpxCP9JzLGcHZ8B1M8yeeGp {  }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #NrP7gu04DxCaBnsvr8XyNOtcFBXAfcTf { display:flex;position:relative;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #LKzXVZw0voX26FFuhwvuAM3DXyX2sDqM {  }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #eaKc3oI3S5zPFPJpmfh4i9pSZMLxJ2pT {  }
#mNnlFMqGsVxXg2tZHvbv3bd9vPLMz5Fg { color:#02edf3;display:block;width:20.5625rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:4.671875rem;left:43.257289886474rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RToudbuuDpCEo53eHvlZ2mTp1AgsPbsg { color:rgba(42,42,42,0.26);display:block;width:75rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.703125rem;left:0rem;height:11.7rem;text-align:left;text-align-last:left;display:block; }
#pS2VwJ3OAJwLhQrkhTKvZBAMWNK3Uk73 { position:relative;display:block; }#pS2VwJ3OAJwLhQrkhTKvZBAMWNK3Uk73 { background-color: transparent; background-image: none; }#pS2VwJ3OAJwLhQrkhTKvZBAMWNK3Uk73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS2VwJ3OAJwLhQrkhTKvZBAMWNK3Uk73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS2VwJ3OAJwLhQrkhTKvZBAMWNK3Uk73 > .row .container > .video-iframe-container { display: none; }#pS2VwJ3OAJwLhQrkhTKvZBAMWNK3Uk73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS2VwJ3OAJwLhQrkhTKvZBAMWNK3Uk73 > .row > .video-iframe-container { display: none; }#pS2VwJ3OAJwLhQrkhTKvZBAMWNK3Uk73 > .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); }#pS2VwJ3OAJwLhQrkhTKvZBAMWNK3Uk73 { border-width: 0; border-radius: 0; }#pS2VwJ3OAJwLhQrkhTKvZBAMWNK3Uk73 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pS2VwJ3OAJwLhQrkhTKvZBAMWNK3Uk73 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TfkbuQxJoVJfEy81aEZWhgBswTudzTP1 { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.79062461853rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#BiV3FffcRBn9zEISnJzgLKQtpC7cJIMX { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#nDSiaHUV9AgXU1P72i12b9Oq6xriFmiS { color:#000000;display:block;width:25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.59375rem;left:1.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#RPxzDhNpJyHtMPnQFWZ13KpnW8pO2xn8 { color:#000000;display:block;width:25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.21875rem;left:1.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SdXkE6ysRhPIOKhPRIc6gUISicGMOUiS { color:#000000;display:block;width:25rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.5625rem;left:1.6875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NLUrI2qvhR8ll02c9UHrGxwHImIPMDDu { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:24.084377288818rem;left:41.374996185302rem;display:block; }
#PVJw53V5m8T4iWNNWJ2a7QoUaStQneal { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bwb8ivs6JCreym0sRTvriK7e2nIpnFPT { color:#000000;display:block;width:64.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:31.625rem;left:1.6875rem;height:3.4125rem;text-align:left;text-align-last:left;display:block; }
#UqcV4Ssfgbh8CNrXQlyPkKsR5imOHwhR { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.375rem;width:21.625rem;top:11.700000762939rem;left:51.052083015442rem;overflow:hidden;display:block; }
#qmgWJXayCCP5gp6bzDrZ2rHA5TT7ZdoZ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.1875rem;width:21.4375rem;top:11.78125rem;left:28.175546812285rem;overflow:hidden;display:block; }
#sUXI5W6fIxH6ZlA7m0aNv09kznJ5SDkU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:27.764583587646rem;left:1.6875rem; }
#fhA97Vw8qTOf9kPbBsOcfwVfuLRb8PMe { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.311458587646rem;left:5.9677085876465rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lxcJfPqweASuN1kEtd5eDQEF1dMeqJbl { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.781251907349rem;left:1.6875rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RAwuNgTtrQ0LWbdbkUPq2kxXWOR4z7KB { color:#000000;display:block;width:19.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.08437538147rem;left:1.6875rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { background-color: transparent; background-image: none; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container > .video-iframe-container { display: none; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row > .video-iframe-container { display: none; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .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); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { border-width: 0; border-radius: 0; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#y12ETZc74W1yzbrwlr19dXPvEywuBaCn { color:#2a2a2a;display:block;width:35rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4458332061767rem;left:19.656250953674rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#TBGGrI6EDbHb27IehNgT22L6IxLEaU06 { color:#2a2a2a;display:block;width:27.625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5625rem;left:23.687500953674rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#vGTZAmWzcZClRqtQHGwmeLQAJpHck4Jo { color:rgba(42,42,42,0.08);display:block;width:34.0625rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:20.125rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#sKK2Qch0CF92EsiJkk1GchyP6JggXQI1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sKK2Qch0CF92EsiJkk1GchyP6JggXQI1 > .row .container { background-color: transparent; background-image: none; }#sKK2Qch0CF92EsiJkk1GchyP6JggXQI1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKK2Qch0CF92EsiJkk1GchyP6JggXQI1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKK2Qch0CF92EsiJkk1GchyP6JggXQI1 > .row .container > .video-iframe-container { display: none; }#sKK2Qch0CF92EsiJkk1GchyP6JggXQI1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKK2Qch0CF92EsiJkk1GchyP6JggXQI1 > .row > .video-iframe-container { display: none; }#sKK2Qch0CF92EsiJkk1GchyP6JggXQI1 > .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); }#sKK2Qch0CF92EsiJkk1GchyP6JggXQI1 > .row .container { border-width: 0; border-radius: 0; }#sKK2Qch0CF92EsiJkk1GchyP6JggXQI1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sKK2Qch0CF92EsiJkk1GchyP6JggXQI1 > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#GHoZz3o81OaugB7MsXa0GWGb4UU70OcB { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.077082633972rem;left:18.750000953674rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tpEMqinq8l596GeCH3XIizB3MnbvEkSW { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.260416984558rem;left:21.312500953674rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ntnpqk9Lk8pU2Zb58ulTk1Xqt6MT6aaF { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000131;border-left:0.125rem solid #000131;border-right:0.125rem solid #000131;border-bottom:0.125rem solid #000131;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21.25rem;width:17.5rem;top:0.8125rem;left:19.0625rem;display:block; }
#zLvRMqcSITs2xUy6FpTRsMsTpB4pOu43 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:11.375rem;width:11.375rem;top:1.3125rem;left:22.437500953674rem;overflow:hidden;display:block; }
#rdygs1KwhZtJ6MXpJ4PwoT0UQQ4nTOi6 { color:#002b60;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.625rem;left:19.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#oPMgPTBqdWk5XlKvfE9vVP8nITk7OX3w { color:#002b60;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.362498283386rem;left:20.093750953674rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#VTtvJJAonHgTxokF6pkqAOKL0TTyRUSf { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.19) ;height:21.25rem;width:17.5rem;top:0.8125rem;left:0.625rem;display:block; }
#glLbHqp4TWTx4ikN7Vd2NziEbbx2mNMS { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.1875rem;left:2.375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hJHooW4L8gfenkNi2xCDmdKT2cy9WJV1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:11.375rem;width:11.375rem;top:1.3125rem;left:3.6875rem;overflow:hidden;display:block; }
#sZ739rWbK1TfDUwKEx3aSLRXrzrT0g9k { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.0625rem;left:2.375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kh59sqwQRSG54ywCP9DEmbaGxtUsMo8o { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.0625rem;left:2.9375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#g8o8s7wvQa1wykxrU9APIN6LSu5r9Tqc { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.375rem;left:3rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#D0qSoSR491gbFcaET3UV2iCiKemNSfOK { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.19) ;height:21.25rem;width:17.5rem;top:0.8125rem;left:38.125rem;display:block; }
#zrJTDFSvhlr6phvdMJpmFQJNdKFknSZT { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:13.1875rem;left:39.9375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lupx3x8p87HBc6zkHLfLZrmxJGAV3UiE { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:15.0625rem;left:39.9375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PQ1HdUwCnsGT8E60iSeJdBRhRXTtu8vm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:11.375rem;width:11.375rem;top:1.3125rem;left:41.1875rem;overflow:hidden;display:block; }
#HNOLWNs40nJWWTMyzBdtTP66dKJp4sxu { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.0625rem;left:40.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Ay2aINK01VAPXPGSIx8oqoHSFJ7DykeI { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.375rem;left:40.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#SZmLnbUZxI7t8NAq0hS044vesSe925A0 { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000131;border-left:0.125rem solid #000131;border-right:0.125rem solid #000131;border-bottom:0.125rem solid #000131;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21.25rem;width:17.5rem;top:0.8125rem;left:56.9375rem;display:block; }
#DeBWcXLG2mvZoeNu5XJOwJ6lNWkcxAdp { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.125rem;left:57.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#VJ3HKQqbtV5NZ1sJ0Q6Q6InHThg36qoK { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.875rem;left:57.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ZqtZvQrvTTnMItaqHlE6Hp4EmpsCZJ6P { color:#002b60;display:block;width:14.5625rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.077083587646rem;left:58.343747138977rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f6vs0btIJe9JpcMk6Xnr4Exf2QaiNEqO { color:#002b60;display:block;width:12.125rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.179166793823rem;left:59.562497138977rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EG8M1WxQUC3B04bsD1mhOXOMO5eRBrzn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:11.375rem;width:11.375rem;top:1.3125rem;left:59.374997138977rem;overflow:hidden;display:block; }
#wCD9WTxkWPDvnVr28OMyUL0KB4w1Pbrp { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#mVDrQOdNPf1gRMXXwzCoxgb1Cn7Lfz8R { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, #000131, #02edf3);background-image: -moz-linear-gradient(238deg, #000131, #02edf3);background-image: -ms-linear-gradient(238deg, #000131, #02edf3);background-image: -o-linear-gradient(238deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(238deg, #000131, #02edf3);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; }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X > .row .container { background-color: transparent; background-image: none; }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X > .row .container > .video-iframe-container { display: none; }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X > .row > .video-iframe-container { display: none; }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X > .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); }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X > .row .container { border-width: 0; border-radius: 0; }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#g7Ccv7prVHOfS5hy42ovCO9Gx8LuNzgW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:53.6875rem;top:5.53125rem;left:21.312500953674rem;overflow:hidden;display:block; }
#onWm3QFFiZ1uU4JOz0tetDEriJ4ASasO { color:#ffffff;display:block;width:74.6875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:2.925rem;display:block; }
#kKXyXe1JBXTAAMJfoPzs8FbWWndQRiX9 { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:roboto;font-size:0.625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.1124992370606rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SCSp9WSMqRy0y3ZfqsbmwPOVeTxsUTx1 { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.3874988555906rem;left:0rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ugzd5gbqUF9JfShKMp7FsPILgHct87P6 { display:block; }#ugzd5gbqUF9JfShKMp7FsPILgHct87P6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yazh6qXQw1vNhtPulBhcTAfRpcJ7NfFT { width:10.9375rem;height:3.0625rem;top:0.375rem;left:20.802083015442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oca3vUbF3ogfp3AJJkd7a3GEEEHKDGKc { display:block; }
 }@media only screen and (max-width: 763px) { #tEfO3mpoVihdqccy1iaznaNwJc6giB0p { width:10.9375rem;height:3.0625rem;top:0.375rem;left:32.677083015442rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTCoQyHI1HHUEoa4VT86HV1yTUvv8GhO { display:block; }
 }@media only screen and (max-width: 763px) { #c1TG8DJ8eN1LEXkIrTBBHzz7ZDrDZ1Ot { width:10.9375rem;height:3.0625rem;top:0.375rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7Rh47dO0QaG4bDABLA21kTXdFW1q7Q4 { display:block; }
 }@media only screen and (max-width: 763px) { #PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h { display:block; }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4ywFwXg0kwKzh17BIUv67qTBbo6yILc { top:11.5625rem;left:0rem;width:26.5625rem;height:19.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJhakdyVaBiBVi333fUTUmS8emqBipqX { top:33.3125rem;left:0rem;width:25.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI4nfidbHxVbvozdntVFGT4yL6tGi4GI { width:23.125rem;height:3.0625rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEfQTVm1T8vh1UFKoDLTS1uFCbRvEPWQ { display:block; }
 }@media only screen and (max-width: 763px) { #aMkTiR0WuDQWxFuTR1APAGCyuJ3HObGL { top:9.9375rem;left:0rem;width:20.5625rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFNzcoJp6BsMxRKMMZbGukTzqfTi1uaT { width:15.375rem;height:2.5625rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE6bwewU6NDB1CUsUg1AO2xQxzv4aB3a { width:29.6875rem;height:32.5rem;top:5.0625rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { top:6.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { top:11rem;left:0rem;width:47.75rem;height:12.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { top:0rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { top:15.0625rem;left:21rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWpS18WGqRtBvfswHpeL55wuRX94B1tp { width:2.8125rem;height:2.8125rem;top:23.5rem;left:22.46875rem;display:block; }
#IWpS18WGqRtBvfswHpeL55wuRX94B1tp > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #dkE462NcLbFKsrFGJQ8diqtTVFVVomq4 { display:none; }#dkE462NcLbFKsrFGJQ8diqtTVFVVomq4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yxTuRbTs8uTldvcX2qHfMuxTt3Vf0Zl3 { top:1.5rem;left:1.125rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz8pLyNgBE8ioA6FTHPM4gW6cpRtcSDN { top:4.0625rem;left:2.875rem;width:10.4375rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ9XbTkMtGnzuTwolIZdJZ13VuWfI70O { top:7.5625rem;left:2.875rem;width:10.4375rem;height:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMboyrKUxDWx06oFLENtOySttLGElaG0 { width:36.125rem;height:3.5625rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAQeymopLnTDIHExZUbAoqOvpPXI7WsV { width:21.5625rem;height:1.25rem;top:14.5625rem;left:10.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWhxDgOkSwqfF3TTJeVC2Vx4aK0MWJXp { width:40rem;height:3.5625rem;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TndhaMhMH7lwRs2LdQOAdgLsbP09UxyQ { width:47.75rem;height:1.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9gcRduarmv4fT7aJkfAvFi8Tq8fKDzc { width:40.625rem;height:1.75rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a26mLMpv96SnF1K8yHtseCnlH6kdEx8b { width:46.25rem;height:1.125rem;top:5.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCBScDBZpqAP89PK1buUlflIGUoS6FcU { width:46.25rem;height:1.125rem;top:2.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5TaN34N4lhJH6h99JzvLRcU0WnlK2W4 { width:40rem;height:1.75rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnt6AngZ2rw28L7f2xrBL1Wc9rtbd0G0 { width:45.5rem;height:3.5625rem;top:18.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzFzdS7qyQuuoGxr0Ga2FR77rRPJB4fH { display:block; }#TzFzdS7qyQuuoGxr0Ga2FR77rRPJB4fH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQcnhnGNoeauEZc7P0QeRBiHnQv2LN2a { top:0.5rem;left:1.09375rem;width:13.6875rem;height:56.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG926BPsdSOsEZpW3J2suQgU8AsXWeSN { top:4.25rem;left:2.7187509536743rem;width:10.4375rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6nxOBq1gA5iETvQTXc7gDcVLlfQTzbl { top:11.8125rem;left:2.71875rem;width:10.4375rem;height:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ3o8fvaMBa5KOGFbhFODuCD7Rafv1FJ { width:44.375rem;height:1.75rem;top:0.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh706hntd4ysh1rcQgP5icTcRZiZWTF2 { width:47.75rem;height:3.5625rem;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4CJtz4JJ3KfPN2KQEpNeJI6vQFcL0Hb { width:40rem;height:1.75rem;top:29.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otAVN6EFT065kRePzpidKsoudqXAqSwe { width:40rem;height:1.75rem;top:31.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWqq2eCsi9KdJblNTJJxQdCBo4NxHiyn { width:21.5625rem;height:1.25rem;top:43.75rem;left:10.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9FhuDTDL8MnnNkqLFB5TdmfiBJ3iXWf { width:40rem;height:3.5625rem;top:57.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwXaVdGcTT6zyQfFN9ZlqI979ktTqfHr { width:40rem;height:1.75rem;top:55rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #briINuW8n8Vp8XBmNe4RTraVT3yJ8wJV { width:47.75rem;height:3.375rem;top:25.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhtLxg5NX6gPVDevPbBTtQ6EwQ0ZTTWa { width:39.5625rem;height:5.3125rem;top:34rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #albpKR1oJtTXhNGcL5iW4a7rot1Tidvw { width:39.5625rem;height:3.5625rem;top:39.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNpdU8T3czI4SH1XKvIdJn2DnZV4B2KA { width:39.5625rem;height:3.5625rem;top:45.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzMMs9mWZCR1zxcEhuTok4akuun308nf { width:21.5625rem;height:1.25rem;top:48.25rem;left:10.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITZQNtavGPwVNcb877Vnm8eLQ0yiSvgT { width:39.5625rem;height:3.5625rem;top:50.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8dTC56WGq9NPPIXVeOvitZHZ1fqaRO1 { top:34.5625rem;left:15.964584350586rem;width:2.125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2fz5BxzrPuHke8blGUNmmt1iTXXMqTk { top:34rem;left:0rem;width:41.3125rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8Hr8HI6XwgkyGgIEUoXTcWgsruX1PIZ { width:47.75rem;height:1.75rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgGtsMdXGKZanFvVf5X0f6LUCySTdBqw { width:47.75rem;height:5.3125rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X10JDRHTK6bcc04qJ1QJSByilrWdP9u1 { width:47.75rem;height:1.75rem;top:14.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0OSDQqgcx7dUz3q1XbmqcG2c7NWZq6s { width:47.75rem;height:3.5625rem;top:17.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF9yC2ly1FLNA3ycNsv2N6XoiPVicTU6 { width:45.125rem;height:3.375rem;top:21.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb8kH2KaWobpoV7UNudgAsrEBMk0TOvi { display:block; }#Cb8kH2KaWobpoV7UNudgAsrEBMk0TOvi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEoB6F9grciaKZlgTQTT2UbZIupBaFFd { top:0.5rem;left:1.09375rem;width:13.6875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVXV4froQPetLLr4JJZSyGZifcw1lWXT { top:1.8125rem;left:2.71875rem;width:10.4375rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw3zUmzf1TTs97tvEew0oCwiUdJKanFl { top:4.3125rem;left:0rem;width:15.9375rem;height:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0lSHRpVVT5RcvKf38i9w9azSabHVneT { width:36.125rem;height:1.75rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BehTbomCTwcBErWMdK1VzdVTDaMohW66 { width:40rem;height:1.75rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugUDMoIKIIhU0To3Ja0WIgls43EQM02o { width:40rem;height:1.75rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq { display:block; }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxQFgFIHaFSNQ8Sx1kvWL9eOCDaILTxl { top:4rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTo9uTOFEQF1c2HnaxkZPauTwVXp1mVp { top:8.375rem;left:0rem;width:37.3125rem;height:5.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbudJFHvWgKyfn6Ey6Z2PF6Nn9X4Xdbm { width:17rem;height:2.875rem;top:15.625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTEhtNSsdWuEB4hGCV3cOfH3Kkk7SrnC { width:39.3125rem;height:6.5rem;top:18.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5EoTT9pcG2Ta56hmKTdIOeNQVdVaaQ5 { width:21.3125rem;height:21.3125rem;top:4.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZc6BnmeVZCoGNQHP7fZuZxrJaS7OFNX { width:20.8125rem;height:15.5625rem;top:1.5625rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAtsiEeOCB9yDagwThNxClnrDw7pTAqn { display:block; }#SAtsiEeOCB9yDagwThNxClnrDw7pTAqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dur7t91cIzXxicWLzUwvyxlyWFofkCzW { width:47.75rem;height:2.75rem;top:10.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suncGr47UMdB1T8gEadcwHQPazDVslhO { width:10.875rem;height:9.625rem;top:8.25rem;left:36.375000953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPAEFhoRtkpU2elDR5X1UvCUWppKxlic { width:47.75rem;height:2.875rem;top:13.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP3HACWTby2EpUHEwxH2WnWDaorpW1It { top:0rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbyfLhnNzIBfXdVAlOMZnptbHI40S5Ew { top:6.9375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc { display:block; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nc0FHVOfu8JH2b3UzrEqfNfKAUA00C8w { top:0rem;left:6.9375009536744rem;width:33.875rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8lu6x2zn10Ddel2UxWCIOGVDvwSBftr { top:3.5625rem;left:13.562500953674rem;width:20.5625rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EkIgO2tQqFzubidBdiKkM2bxNpsEeb { width:18.125rem;height:3.75rem;top:10.8125rem;left:14.812500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMnIwgIbQH1lsTk7skCvsquew9CTGC8x { display:block; }
 }@media only screen and (max-width: 763px) { #xOMLmeOIDauZUsHMbbK2C26xW8i9FebL { top:14.9375rem;left:7.875rem;width:32rem;height:0;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKQUzhGE9J0TxoQtW44wenODPstoPMvU { display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { top:9.4375rem;left:0rem;width:37.3125rem;height:5.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { top:3.4375rem;left:20.4375rem;width:27.1875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP { width:18.5rem;height:5.1875rem;display:flex;top:0.875rem;left:9.93994140625rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #tEf1EKTTx1FrA44Wk43J0Vc5tHhbENTm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #BgwTo31R6FyqzRF6LTJXKQ0ME0EBePIm {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #TRP4Vzd4k4IFvEKhpbtqJJId1lRfVSNZ {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #AT4gCIUEDfk1uo9Br6RxaElGdmQQngOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #aV1ztwAfrVHeMhoqRGcZFboGrIXCAGw5 {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #EFrVsaiw0rFHqNmHnCsDO0mp56PryWyu {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #GE9sEWkpyumQp3em4DonsWzhTJpry81f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #T8rmyya3M9KrZkSBWDSEIg8h34cuUk5H {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #UTo67Ny2ptpxCP9JzLGcHZ8B1M8yeeGp {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #NrP7gu04DxCaBnsvr8XyNOtcFBXAfcTf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #LKzXVZw0voX26FFuhwvuAM3DXyX2sDqM {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #eaKc3oI3S5zPFPJpmfh4i9pSZMLxJ2pT {  }
 }@media only screen and (max-width: 763px) { #mNnlFMqGsVxXg2tZHvbv3bd9vPLMz5Fg { top:4.625rem;left:27.1875rem;width:20.5625rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RToudbuuDpCEo53eHvlZ2mTp1AgsPbsg { top:1.6875rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS2VwJ3OAJwLhQrkhTKvZBAMWNK3Uk73 { display:block; }#pS2VwJ3OAJwLhQrkhTKvZBAMWNK3Uk73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfkbuQxJoVJfEy81aEZWhgBswTudzTP1 { top:7.75rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiV3FffcRBn9zEISnJzgLKQtpC7cJIMX { top:0rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDSiaHUV9AgXU1P72i12b9Oq6xriFmiS { width:25rem;height:1.625rem;top:14.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPxzDhNpJyHtMPnQFWZ13KpnW8pO2xn8 { width:25rem;height:1.625rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdXkE6ysRhPIOKhPRIc6gUISicGMOUiS { width:25rem;height:2rem;top:12.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLUrI2qvhR8ll02c9UHrGxwHImIPMDDu { width:18.125rem;height:3.75rem;top:24.0625rem;left:27.749996185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVJw53V5m8T4iWNNWJ2a7QoUaStQneal { display:block; }
 }@media only screen and (max-width: 763px) { #Bwb8ivs6JCreym0sRTvriK7e2nIpnFPT { width:47.75rem;height:3.375rem;top:31.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqcV4Ssfgbh8CNrXQlyPkKsR5imOHwhR { width:21.625rem;height:14.375rem;top:11.6875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmgWJXayCCP5gp6bzDrZ2rHA5TT7ZdoZ { width:21.4375rem;height:14.1875rem;top:11.75rem;left:14.550546812285rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUXI5W6fIxH6ZlA7m0aNv09kznJ5SDkU { width:3.125rem;height:3.125rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhA97Vw8qTOf9kPbBsOcfwVfuLRb8PMe { width:47.75rem;height:2rem;top:28.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxcJfPqweASuN1kEtd5eDQEF1dMeqJbl { width:23.3125rem;height:3.375rem;top:19.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAwuNgTtrQ0LWbdbkUPq2kxXWOR4z7KB { width:19.25rem;height:2.25rem;top:24.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz { display:block; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y12ETZc74W1yzbrwlr19dXPvEywuBaCn { top:4.4375rem;left:6.0312509536743rem;width:35rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBGGrI6EDbHb27IehNgT22L6IxLEaU06 { top:7.5625rem;left:10.062500953674rem;width:27.625rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGTZAmWzcZClRqtQHGwmeLQAJpHck4Jo { top:0rem;left:0rem;width:34.0625rem;height:11.6875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKK2Qch0CF92EsiJkk1GchyP6JggXQI1 { display:block; }#sKK2Qch0CF92EsiJkk1GchyP6JggXQI1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHoZz3o81OaugB7MsXa0GWGb4UU70OcB { top:15.0625rem;left:5.5625rem;width:18.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpEMqinq8l596GeCH3XIizB3MnbvEkSW { top:13.25rem;left:10.6875rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntnpqk9Lk8pU2Zb58ulTk1Xqt6MT6aaF { top:0.8125rem;left:7rem;width:17.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLvRMqcSITs2xUy6FpTRsMsTpB4pOu43 { top:1.3125rem;left:12.218750953674rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdygs1KwhZtJ6MXpJ4PwoT0UQQ4nTOi6 { top:17.625rem;left:8.5rem;width:15.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPMgPTBqdWk5XlKvfE9vVP8nITk7OX3w { top:19.3125rem;left:8.5rem;width:15.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTtvJJAonHgTxokF6pkqAOKL0TTyRUSf { top:0.8125rem;left:0rem;width:17.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #glLbHqp4TWTx4ikN7Vd2NziEbbx2mNMS { top:13.1875rem;left:0rem;width:13.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJHooW4L8gfenkNi2xCDmdKT2cy9WJV1 { top:1.3125rem;left:0.28125rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ739rWbK1TfDUwKEx3aSLRXrzrT0g9k { top:15.0625rem;left:0rem;width:13.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh59sqwQRSG54ywCP9DEmbaGxtUsMo8o { top:18.0625rem;left:0rem;width:12.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8o8s7wvQa1wykxrU9APIN6LSu5r9Tqc { top:19.375rem;left:0rem;width:12.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0qSoSR491gbFcaET3UV2iCiKemNSfOK { top:0.8125rem;left:18.3125rem;width:17.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrJTDFSvhlr6phvdMJpmFQJNdKFknSZT { top:13.1875rem;left:21.875rem;width:13.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lupx3x8p87HBc6zkHLfLZrmxJGAV3UiE { top:15.0625rem;left:21.875rem;width:13.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ1HdUwCnsGT8E60iSeJdBRhRXTtu8vm { top:1.3125rem;left:24.15625rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNOLWNs40nJWWTMyzBdtTP66dKJp4sxu { top:18.0625rem;left:23rem;width:12.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay2aINK01VAPXPGSIx8oqoHSFJ7DykeI { top:19.375rem;left:23.125rem;width:12.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZmLnbUZxI7t8NAq0hS044vesSe925A0 { top:0.8125rem;left:30rem;width:17.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeBWcXLG2mvZoeNu5XJOwJ6lNWkcxAdp { top:19.125rem;left:32.375rem;width:15.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ3HKQqbtV5NZ1sJ0Q6Q6InHThg36qoK { top:17.875rem;left:32.375rem;width:15.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqtZvQrvTTnMItaqHlE6Hp4EmpsCZJ6P { top:15.0625rem;left:33.1875rem;width:14.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6vs0btIJe9JpcMk6Xnr4Exf2QaiNEqO { top:13.125rem;left:35.625rem;width:12.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG8M1WxQUC3B04bsD1mhOXOMO5eRBrzn { top:1.3125rem;left:35.8125rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCD9WTxkWPDvnVr28OMyUL0KB4w1Pbrp { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVDrQOdNPf1gRMXXwzCoxgb1Cn7Lfz8R { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X { display:block; }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7Ccv7prVHOfS5hy42ovCO9Gx8LuNzgW { width:47.75rem;height:4.169091967404rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onWm3QFFiZ1uU4JOz0tetDEriJ4ASasO { width:47.75rem;height:2.875rem;top:1.1875rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKXyXe1JBXTAAMJfoPzs8FbWWndQRiX9 { width:18.9375rem;height:2.4375rem;top:4.0625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCSp9WSMqRy0y3ZfqsbmwPOVeTxsUTx1 { width:18.9375rem;height:0.9375rem;top:7.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ugzd5gbqUF9JfShKMp7FsPILgHct87P6 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ugzd5gbqUF9JfShKMp7FsPILgHct87P6 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yazh6qXQw1vNhtPulBhcTAfRpcJ7NfFT { width:5.625rem;height:1.875rem;top:0.8125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oca3vUbF3ogfp3AJJkd7a3GEEEHKDGKc { display:block; }
 }@media only screen and (max-width: 763px) { #tEfO3mpoVihdqccy1iaznaNwJc6giB0p { width:5.625rem;height:1.875rem;top:0.8125rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTCoQyHI1HHUEoa4VT86HV1yTUvv8GhO { display:block; }
 }@media only screen and (max-width: 763px) { #c1TG8DJ8eN1LEXkIrTBBHzz7ZDrDZ1Ot { width:5.625rem;height:1.875rem;top:0.8125rem;left:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7Rh47dO0QaG4bDABLA21kTXdFW1q7Q4 { display:block; }
 }@media only screen and (max-width: 763px) { #PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;display:block; }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h > .row .container { background-color: transparent; background-image: none; }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h > .row .container > .video-iframe-container { display: none; }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h > .row > .video-iframe-container { display: none; }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h > .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); }#PGpDzkyQFuXRXcKNPmJ01inCEMdPJo3h > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4ywFwXg0kwKzh17BIUv67qTBbo6yILc { width:19rem;height:8.525rem;top:7.375rem;left:0.25rem;font-size:1.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rJhakdyVaBiBVi333fUTUmS8emqBipqX { width:15.4375rem;height:1.86875rem;top:17.374999046326rem;left:0.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pI4nfidbHxVbvozdntVFGT4yL6tGi4GI { width:15.1875rem;height:3.1875rem;top:19.249999046326rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEfQTVm1T8vh1UFKoDLTS1uFCbRvEPWQ { display:block; }
 }@media only screen and (max-width: 763px) { #aMkTiR0WuDQWxFuTR1APAGCyuJ3HObGL { width:14.625rem;height:1.05625rem;top:6.375rem;left:0.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFNzcoJp6BsMxRKMMZbGukTzqfTi1uaT { width:10.125rem;height:1.625rem;top:3.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE6bwewU6NDB1CUsUg1AO2xQxzv4aB3a { width:8.9375rem;height:9.8125rem;top:6.75rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { width:20rem;height:2.5996125rem;top:2.640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { width:18.8125rem;height:12.675rem;top:6.8187484741213rem;left:0.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { width:20rem;height:15.7625rem;top:0rem;left:0rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { width:5.6875rem;height:5.6875rem;top:13.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWpS18WGqRtBvfswHpeL55wuRX94B1tp { width:2.8125rem;height:2.8125rem;top:19.49374961853rem;left:8.59375rem;display:block; }
#IWpS18WGqRtBvfswHpeL55wuRX94B1tp > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #dkE462NcLbFKsrFGJQ8diqtTVFVVomq4 { display:none; }#dkE462NcLbFKsrFGJQ8diqtTVFVVomq4 > .row .container { width:20rem;height:34.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yxTuRbTs8uTldvcX2qHfMuxTt3Vf0Zl3 { width:13.6875rem;height:7.125rem;top:2.8610229492188E-6rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz8pLyNgBE8ioA6FTHPM4gW6cpRtcSDN { width:10.4375rem;height:1.95rem;top:0.703125rem;left:1.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ9XbTkMtGnzuTwolIZdJZ13VuWfI70O { width:10.4375rem;height:3.9rem;top:2.6531257629394rem;left:1.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MMboyrKUxDWx06oFLENtOySttLGElaG0 { width:16.875rem;height:3.9rem;top:15.9375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAQeymopLnTDIHExZUbAoqOvpPXI7WsV { width:16rem;height:0.8125rem;top:24.500000953674rem;left:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWhxDgOkSwqfF3TTJeVC2Vx4aK0MWJXp { width:17.125rem;height:3.9rem;top:20.4375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TndhaMhMH7lwRs2LdQOAdgLsbP09UxyQ { width:16.625rem;height:2.6rem;top:7.6875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9gcRduarmv4fT7aJkfAvFi8Tq8fKDzc { width:12.875rem;height:2.6rem;top:12.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a26mLMpv96SnF1K8yHtseCnlH6kdEx8b { width:16.875rem;height:0.65rem;top:15rem;left:1.875rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OCBScDBZpqAP89PK1buUlflIGUoS6FcU { width:12.3125rem;height:1.3rem;top:10.5625rem;left:1.875rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W5TaN34N4lhJH6h99JzvLRcU0WnlK2W4 { width:17.75rem;height:2.6rem;top:26.1875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnt6AngZ2rw28L7f2xrBL1Wc9rtbd0G0 { width:17.5rem;height:3.9rem;top:29.2875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzFzdS7qyQuuoGxr0Ga2FR77rRPJB4fH { display:block; }#TzFzdS7qyQuuoGxr0Ga2FR77rRPJB4fH > .row .container { width:20rem;height:88.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQcnhnGNoeauEZc7P0QeRBiHnQv2LN2a { width:13.6875rem;height:7rem;top:0.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG926BPsdSOsEZpW3J2suQgU8AsXWeSN { width:10.4375rem;height:1.95rem;top:1.1062507629394rem;left:1.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D6nxOBq1gA5iETvQTXc7gDcVLlfQTzbl { width:10.4375rem;height:3.9rem;top:3.1124973297119rem;left:1.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cQ3o8fvaMBa5KOGFbhFODuCD7Rafv1FJ { width:17.6875rem;height:2.6rem;top:9.125rem;left:1.875rem;font-size:1rem;color:#808080;display:block; }
 }@media only screen and (max-width: 763px) { #Xh706hntd4ysh1rcQgP5icTcRZiZWTF2 { width:15.1875rem;height:3.9rem;top:12.299999237061rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4CJtz4JJ3KfPN2KQEpNeJI6vQFcL0Hb { width:18rem;height:1.3rem;top:49.394790649414rem;left:2rem;font-size:1rem;color:#808080;display:block; }
 }@media only screen and (max-width: 763px) { #otAVN6EFT065kRePzpidKsoudqXAqSwe { width:15rem;height:2.6rem;top:50.625000953674rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWqq2eCsi9KdJblNTJJxQdCBo4NxHiyn { width:16.1875rem;height:0.8125rem;top:67.125rem;left:2.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9FhuDTDL8MnnNkqLFB5TdmfiBJ3iXWf { width:16.125rem;height:5.2rem;top:81.875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwXaVdGcTT6zyQfFN9ZlqI979ktTqfHr { width:13.125rem;height:1.3rem;top:80.125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #briINuW8n8Vp8XBmNe4RTraVT3yJ8wJV { width:16.875rem;height:5.2rem;top:43.169791221619rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhtLxg5NX6gPVDevPbBTtQ6EwQ0ZTTWa { width:16.3125rem;height:6.5rem;top:55.631252288818rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #albpKR1oJtTXhNGcL5iW4a7rot1Tidvw { width:17.0625rem;height:3.9rem;top:63.03125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNpdU8T3czI4SH1XKvIdJn2DnZV4B2KA { width:16.9375rem;height:3.9rem;top:68.3125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzMMs9mWZCR1zxcEhuTok4akuun308nf { width:15.625rem;height:0.8125rem;top:72.270832061769rem;left:2.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITZQNtavGPwVNcb877Vnm8eLQ0yiSvgT { width:17.1875rem;height:5.2rem;top:73.551044464112rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8dTC56WGq9NPPIXVeOvitZHZ1fqaRO1 { width:2.125rem;height:21.75rem;top:55.506252288818rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2fz5BxzrPuHke8blGUNmmt1iTXXMqTk { width:18.125rem;height:24.875rem;top:54.887498855591rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8Hr8HI6XwgkyGgIEUoXTcWgsruX1PIZ { width:16.5625rem;height:2.6rem;top:17.182291030884rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgGtsMdXGKZanFvVf5X0f6LUCySTdBqw { width:16.5rem;height:7.8rem;top:20.574998855591rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X10JDRHTK6bcc04qJ1QJSByilrWdP9u1 { width:14.9375rem;height:1.3rem;top:29.307292938233rem;left:1.75rem;font-size:1rem;color:#808080;display:block; }
 }@media only screen and (max-width: 763px) { #C0OSDQqgcx7dUz3q1XbmqcG2c7NWZq6s { width:17.5rem;height:5.2rem;top:31.412499427796rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF9yC2ly1FLNA3ycNsv2N6XoiPVicTU6 { width:16.9375rem;height:5.2rem;top:37.387498855591rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb8kH2KaWobpoV7UNudgAsrEBMk0TOvi { display:block; }#Cb8kH2KaWobpoV7UNudgAsrEBMk0TOvi > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEoB6F9grciaKZlgTQTT2UbZIupBaFFd { width:13.6875rem;height:7.6875rem;top:0rem;left:0.95833301544187rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVXV4froQPetLLr4JJZSyGZifcw1lWXT { width:10.4375rem;height:1.95rem;top:1.0791664123535rem;left:1.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dw3zUmzf1TTs97tvEew0oCwiUdJKanFl { width:9.25rem;height:3.9rem;top:2.9770832061767rem;left:1.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v0lSHRpVVT5RcvKf38i9w9azSabHVneT { width:17.6875rem;height:1.3rem;top:8.4374942779544rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BehTbomCTwcBErWMdK1VzdVTDaMohW66 { width:18.125rem;height:2.6rem;top:10.237499237061rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugUDMoIKIIhU0To3Ja0WIgls43EQM02o { width:13.125rem;height:2.6rem;top:13.775001525879rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;display:block; }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq > .row .container { background-color: transparent; background-image: none; }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq > .row .container > .video-iframe-container { display: none; }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq > .row > .video-iframe-container { display: none; }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq > .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); }#ThH3NaDfZfWpXqd2WeTyR1kwTqmRsowq > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxQFgFIHaFSNQ8Sx1kvWL9eOCDaILTxl { width:20rem;height:2.6rem;top:0.89895820617675rem;left:0rem;font-size:2rem;color:rgba(255,255,255,0.34);display:block; }
 }@media only screen and (max-width: 763px) { #sTo9uTOFEQF1c2HnaxkZPauTwVXp1mVp { width:16.5625rem;height:2.0625rem;top:2.4364585876465rem;left:3.4375rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WbudJFHvWgKyfn6Ey6Z2PF6Nn9X4Xdbm { width:17rem;height:1.625rem;top:6rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#00adef;display:block; }
 }@media only screen and (max-width: 763px) { #gTEhtNSsdWuEB4hGCV3cOfH3Kkk7SrnC { width:17.8125rem;height:7.8rem;top:9.0625rem;left:1.125rem;text-align:justify;text-align-last:initial;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5EoTT9pcG2Ta56hmKTdIOeNQVdVaaQ5 { width:15.5rem;height:15.5rem;top:18.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZc6BnmeVZCoGNQHP7fZuZxrJaS7OFNX { width:20rem;height:14.9551875rem;top:23.875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #SAtsiEeOCB9yDagwThNxClnrDw7pTAqn { display:block; }#SAtsiEeOCB9yDagwThNxClnrDw7pTAqn > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dur7t91cIzXxicWLzUwvyxlyWFofkCzW { width:17.5rem;height:1.3rem;top:6.0208330154419rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suncGr47UMdB1T8gEadcwHQPazDVslhO { width:18rem;height:15.9375rem;top:42.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPAEFhoRtkpU2elDR5X1UvCUWppKxlic { width:18.625rem;height:3.9rem;top:7.97500038147rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP3HACWTby2EpUHEwxH2WnWDaorpW1It { width:20rem;height:3.25rem;top:1.3625001907349rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbyfLhnNzIBfXdVAlOMZnptbHI40S5Ew { width:20rem;height:2.6rem;top:2.6312503814698rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc { display:block; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nc0FHVOfu8JH2b3UzrEqfNfKAUA00C8w { width:20rem;height:6.8125rem;top:0rem;left:-0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8lu6x2zn10Ddel2UxWCIOGVDvwSBftr { width:20rem;height:2.19375rem;top:1.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EkIgO2tQqFzubidBdiKkM2bxNpsEeb { width:14.5rem;height:3.75rem;top:4.875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMnIwgIbQH1lsTk7skCvsquew9CTGC8x { display:block; }
 }@media only screen and (max-width: 763px) { #xOMLmeOIDauZUsHMbbK2C26xW8i9FebL { width:20rem;height:0.975rem;top:3.3187484741211rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LKQUzhGE9J0TxoQtW44wenODPstoPMvU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { background-color: transparent; background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .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); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { width:14.375rem;height:2.0625rem;top:2.625rem;left:4.3125rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { width:20rem;height:8.5625rem;top:6.8229160308837rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP { width:18.5rem;height:5.1875rem;display:flex;top:9.0979175567625rem;left:0.6875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #tEf1EKTTx1FrA44Wk43J0Vc5tHhbENTm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #BgwTo31R6FyqzRF6LTJXKQ0ME0EBePIm {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #TRP4Vzd4k4IFvEKhpbtqJJId1lRfVSNZ {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #AT4gCIUEDfk1uo9Br6RxaElGdmQQngOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #aV1ztwAfrVHeMhoqRGcZFboGrIXCAGw5 {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #EFrVsaiw0rFHqNmHnCsDO0mp56PryWyu {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #GE9sEWkpyumQp3em4DonsWzhTJpry81f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #T8rmyya3M9KrZkSBWDSEIg8h34cuUk5H {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #UTo67Ny2ptpxCP9JzLGcHZ8B1M8yeeGp {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #NrP7gu04DxCaBnsvr8XyNOtcFBXAfcTf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #LKzXVZw0voX26FFuhwvuAM3DXyX2sDqM {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #eaKc3oI3S5zPFPJpmfh4i9pSZMLxJ2pT {  }
 }@media only screen and (max-width: 763px) { #mNnlFMqGsVxXg2tZHvbv3bd9vPLMz5Fg { width:20rem;height:2.275rem;top:6.8229160308837rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RToudbuuDpCEo53eHvlZ2mTp1AgsPbsg { width:18.4375rem;height:2.6rem;top:1.0124988555908rem;left:1.4375rem;font-size:2rem;color:rgba(255,255,255,0.34);display:block; }
 }@media only screen and (max-width: 763px) { #pS2VwJ3OAJwLhQrkhTKvZBAMWNK3Uk73 { display:block; }#pS2VwJ3OAJwLhQrkhTKvZBAMWNK3Uk73 > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfkbuQxJoVJfEy81aEZWhgBswTudzTP1 { width:20rem;height:2.6rem;top:2.2375001907349rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiV3FffcRBn9zEISnJzgLKQtpC7cJIMX { width:20rem;height:3.25rem;top:0.69999980926512rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDSiaHUV9AgXU1P72i12b9Oq6xriFmiS { width:20rem;height:1.3rem;top:6.7375011444094rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RPxzDhNpJyHtMPnQFWZ13KpnW8pO2xn8 { width:20rem;height:1.3rem;top:8.2500019073488rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SdXkE6ysRhPIOKhPRIc6gUISicGMOUiS { width:20rem;height:1.4625rem;top:5.2749996185303rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NLUrI2qvhR8ll02c9UHrGxwHImIPMDDu { width:10.8125rem;height:2.3125rem;top:27.300000190735rem;left:2.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVJw53V5m8T4iWNNWJ2a7QoUaStQneal { display:block; }
 }@media only screen and (max-width: 763px) { #Bwb8ivs6JCreym0sRTvriK7e2nIpnFPT { width:17.25rem;height:7.3125rem;top:19.402082443238rem;left:1.375rem;font-size:0.625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #UqcV4Ssfgbh8CNrXQlyPkKsR5imOHwhR { width:12.375rem;height:8.1875rem;top:29.292707443238rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmgWJXayCCP5gp6bzDrZ2rHA5TT7ZdoZ { width:10.3125rem;height:6.8125rem;top:27.300001144409rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUXI5W6fIxH6ZlA7m0aNv09kznJ5SDkU { display:flex;width:3.125rem;height:3.125rem;top:15.317708969116rem;left:1.5385408401489rem; }
 }@media only screen and (max-width: 763px) { #fhA97Vw8qTOf9kPbBsOcfwVfuLRb8PMe { width:11.5rem;height:1.95rem;top:15.905207633972rem;left:4.6635408401489rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxcJfPqweASuN1kEtd5eDQEF1dMeqJbl { width:16.4375rem;height:2.4375rem;top:10.632291793823rem;left:1.78125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RAwuNgTtrQ0LWbdbkUPq2kxXWOR4z7KB { width:13.4375rem;height:1.625rem;top:13.762499809265rem;left:3.28125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz { display:block; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y12ETZc74W1yzbrwlr19dXPvEywuBaCn { width:20rem;height:2.5996125rem;top:2.640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBGGrI6EDbHb27IehNgT22L6IxLEaU06 { width:15.9375rem;height:3.4125rem;top:6.875rem;left:2.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGTZAmWzcZClRqtQHGwmeLQAJpHck4Jo { width:20rem;height:7.880875rem;top:0rem;left:0rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKK2Qch0CF92EsiJkk1GchyP6JggXQI1 { display:block; }#sKK2Qch0CF92EsiJkk1GchyP6JggXQI1 > .row .container { width:20rem;height:77.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHoZz3o81OaugB7MsXa0GWGb4UU70OcB { width:13.875rem;height:2.275rem;top:33.900000572204rem;left:3.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tpEMqinq8l596GeCH3XIizB3MnbvEkSW { width:13.1875rem;height:2.275rem;top:31.624999046326rem;left:3.40625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ntnpqk9Lk8pU2Zb58ulTk1Xqt6MT6aaF { width:16.875rem;height:18.4375rem;top:19.993750572204rem;left:1.4583330154419rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #zLvRMqcSITs2xUy6FpTRsMsTpB4pOu43 { width:11.375rem;height:11.375rem;top:20.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdygs1KwhZtJ6MXpJ4PwoT0UQQ4nTOi6 { width:15.375rem;height:0.975rem;top:37.139582633972rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPMgPTBqdWk5XlKvfE9vVP8nITk7OX3w { width:15.375rem;height:0.975rem;top:36.175000190735rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTtvJJAonHgTxokF6pkqAOKL0TTyRUSf { width:20rem;height:29.3125rem;top:16.210425rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #glLbHqp4TWTx4ikN7Vd2NziEbbx2mNMS { width:13.0625rem;height:2.275rem;top:12.452083587646rem;left:3.46875rem;font-size:1.75rem;color:#002b60;display:block; }
 }@media only screen and (max-width: 763px) { #hJHooW4L8gfenkNi2xCDmdKT2cy9WJV1 { width:10.75rem;height:10.75rem;top:1.3895835876465rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ739rWbK1TfDUwKEx3aSLRXrzrT0g9k { width:13.9375rem;height:1.1375rem;top:14.727083206177rem;left:3.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh59sqwQRSG54ywCP9DEmbaGxtUsMo8o { width:12.8125rem;height:0.975rem;top:17.539583206177rem;left:3.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8o8s7wvQa1wykxrU9APIN6LSu5r9Tqc { width:19.875rem;height:0.975rem;top:16.616667747498rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0qSoSR491gbFcaET3UV2iCiKemNSfOK { width:17.5rem;height:21.25rem;top:0.8125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrJTDFSvhlr6phvdMJpmFQJNdKFknSZT { width:13.9375rem;height:2.275rem;top:51rem;left:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lupx3x8p87HBc6zkHLfLZrmxJGAV3UiE { width:13.9375rem;height:1.1375rem;top:53.1875rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ1HdUwCnsGT8E60iSeJdBRhRXTtu8vm { width:11.375rem;height:11.375rem;top:39.625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNOLWNs40nJWWTMyzBdtTP66dKJp4sxu { width:9.3125rem;height:0.975rem;top:56.0625rem;left:5.125rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ay2aINK01VAPXPGSIx8oqoHSFJ7DykeI { width:12.6875rem;height:0.975rem;top:54.625rem;left:3.5625rem;font-size:0.75rem;color:#002b60;display:block; }
 }@media only screen and (max-width: 763px) { #SZmLnbUZxI7t8NAq0hS044vesSe925A0 { width:16.875rem;height:18.4375rem;top:58rem;left:1.1458330154419rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #DeBWcXLG2mvZoeNu5XJOwJ6lNWkcxAdp { width:15.375rem;height:0.975rem;top:74.162498474119rem;left:2.3125rem;font-size:0.75rem;color:#002b60;display:block; }
 }@media only screen and (max-width: 763px) { #VJ3HKQqbtV5NZ1sJ0Q6Q6InHThg36qoK { width:15.375rem;height:0.975rem;top:73.1875rem;left:2.3125rem;font-size:0.75rem;color:#002b60;display:block; }
 }@media only screen and (max-width: 763px) { #ZqtZvQrvTTnMItaqHlE6Hp4EmpsCZJ6P { width:14.5625rem;height:1.3rem;top:71.274997711181rem;left:2.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6vs0btIJe9JpcMk6Xnr4Exf2QaiNEqO { width:17.375rem;height:2.275rem;top:69.000000953675rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EG8M1WxQUC3B04bsD1mhOXOMO5eRBrzn { width:8.9375rem;height:8.9375rem;top:59.1875rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCD9WTxkWPDvnVr28OMyUL0KB4w1Pbrp { top:39.0625rem;left:1.4375rem;width:16.875rem;height:18.4375rem;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #02edf3, #000131);background-image: -moz-linear-gradient(90deg, #02edf3, #000131);background-image: -ms-linear-gradient(90deg, #02edf3, #000131);background-image: -o-linear-gradient(90deg, #02edf3, #000131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#02edf3', endColorstr='#000131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#02edf3', endColorstr='#000131' );";background-image: linear-gradient(90deg, #02edf3, #000131);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mVDrQOdNPf1gRMXXwzCoxgb1Cn7Lfz8R { top:0.69999980926512rem;left:1.625rem;width:16.875rem;height:18.4375rem;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #02edf3, #000131);background-image: -moz-linear-gradient(90deg, #02edf3, #000131);background-image: -ms-linear-gradient(90deg, #02edf3, #000131);background-image: -o-linear-gradient(90deg, #02edf3, #000131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#02edf3', endColorstr='#000131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#02edf3', endColorstr='#000131' );";background-image: linear-gradient(90deg, #02edf3, #000131);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;display:block; }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X > .row .container { background-color: transparent; background-image: none; }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X > .row .container > .video-iframe-container { display: none; }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X > .row > .video-iframe-container { display: none; }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X > .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); }#mdTnmT7fqTauI5O3zJFW61BWhcDDWK2X > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7Ccv7prVHOfS5hy42ovCO9Gx8LuNzgW { width:20rem;height:1.875rem;top:8.4812507629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onWm3QFFiZ1uU4JOz0tetDEriJ4ASasO { width:20rem;height:3.98125rem;top:0.70000076293944rem;left:0rem;font-size:0.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kKXyXe1JBXTAAMJfoPzs8FbWWndQRiX9 { width:18.9375rem;height:1.95rem;top:5.0625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCSp9WSMqRy0y3ZfqsbmwPOVeTxsUTx1 { width:18.9375rem;height:0.8125rem;top:7.6687507629394rem;left:0rem;font-size:0.625rem;display:block; }
 }