.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#013666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e243e;background-image:url("https://images.assets-landingi.com/uc/f21e9138-f9ac-401a-8ed8-f5899f25e735/PatternFlexge11.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD.adaptive-delivery-prevent-bg, #x20lZge6VFA6SGXxkEPrEHCTwlTW03RD.lazyload, #x20lZge6VFA6SGXxkEPrEHCTwlTW03RD.lazyloading { background-image: none; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container { background-color: transparent; background-image: none; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container > .video-iframe-container { display: none; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row > .video-iframe-container { display: none; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .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); }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container { border-width: 0; border-radius: 0; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#Cb8cdZhs9s8rg12SW81nrllwzvduLOAA { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:20.6875rem;left:29.75rem;display:none; }
#ngm4rdOztnsLwOV0cMJnhsC4EfFdxIET { position:absolute;display:block;z-index:15004;background-color:#19e3db;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:7.331250190735rem;left:54.812498092651rem;display:none; }
#xTtdFgxh7bB0QxLb7v2hSo3gBiMfnX0C { position:absolute;display:block;z-index:15005;background-color:#19e3db;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:26.0625rem;left:29.75rem;display:none; }
#wuTEboaC61L8LVupnCeCgaULhItyPA6k { background-color:#6b2cf7;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;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:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.75rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:24.5rem;left:2.625rem;display:none; }
#rHJ3dyhWatueIX07oMZ7OrGHy1wJmPsH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FtRC5r1eTBUuGcd8HgipHmPzLpfdLpGV { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.4375rem;width:13.4375rem;top:0.9375rem;left:45.375001907349rem;display:none; }
#h9RyLhcBuAxe5HhnTVX1H51hbGt1tKGT { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:10.125rem;left:19.0625rem;height:1.54375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#umerwXun3OTUEFcuLX4Nc6y4dZH8LZXn { position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #6b2cf7;border-left:0.0625rem solid #6b2cf7;border-right:0.0625rem solid #6b2cf7;border-bottom:0.0625rem solid #6b2cf7;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:12.125rem;top:9.875rem;left:18.5625rem;display:block; }
#ayQenSx7tirfLp6c18z6bTN6dMyR9gHm { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #6b2cf7;border-left:0.0625rem solid #6b2cf7;border-right:0.0625rem solid #6b2cf7;border-bottom:0.0625rem solid #6b2cf7;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:9.5rem;top:9.875rem;left:31.9375rem;display:block; }
#aFXgGCaoWwba2gONSfwZbXxUsw4oOq6S { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.1875rem;left:32.1875rem;height:1.4625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:8.4375rem;top:2.5625rem;left:25.78125rem;overflow:hidden;display:block; }
#PesJyigRu4gcxIWe1AO2RXLXNlhc8d0k { position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #19e3db;border-left:0.0625rem solid #19e3db;border-right:0.0625rem solid #19e3db;border-bottom:0.0625rem solid #19e3db;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.8125rem;width:8.125rem;top:11.0625rem;left:3.8125rem;display:none; }
#f0vG5kfezbBAOBPpGUGulbhaTeu29MGo { color:#19e3db;display:block;width:33.5rem;position:absolute;font-family:"dax extrabold";font-size:3rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:13.125rem;left:13.25rem;height:6.599625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eJ28qFaVUx1MNWM1iT3qnuHq5d5iV7UT { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:21.375rem;left:17.250001907349rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#asOxbqtWJ6FrW63d7hEBPkXqymfiDnZP { position:absolute;display:block;z-index:15008;background-color:#411596;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:14.125rem;width:54.5625rem;top:27.124567031861rem;left:2.6866321563721rem;display:block; }
#qRbyTwzTH6xyfqilbGOEc2Mh0r6Cq0vW { position:absolute;display:block;z-index:15010;background-color:#19e3db;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;height:9.6875rem;width:0.125rem;top:29.187284469604rem;left:24.768445968628rem;display:block; }
#mazlt5OfLFJlTXbSQLOdJ0b14fp9r1bM { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:30.16796875rem;left:5.6109371185303rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aEKiQgvb1sVAxPaLgdKR0TMZDdftprsl { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:35.9677734375rem;left:11.91015625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KmWCsux3mG7g1zsupbTh4V492kDFruVZ { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #6b2cf7;border-left:0.125rem solid #6b2cf7;border-right:0.125rem solid #6b2cf7;border-bottom:0.125rem solid #6b2cf7;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.0625rem;width:17.0625rem;top:29.6875rem;left:5.44921875rem;display:block; }
#rh5cumTCFM9fq5NQ1Rh0wloGG6mLGP8n { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:33.5302734375rem;left:10.97265625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yniCsZgimEdx4rEtEp759plrK7F77Xv5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:32.875rem;left:4.4873046875rem; }
#IiomfNxx2FDrFZXOfITrX7sNb5mEFMoR { color:#19e3db;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:30.16796875rem;left:26.59375rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gMON6AsxEsp3ZvxMTlzeleTzM5anmIVQ { background-color:#19e3db;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#411596;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:2.5rem;left:12.1875rem;display:none; }
#P0TT5PMS50x1MrG8Aqmk6VUEuN1A1RVo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zt8IDn1VGv7f0FM2g2106EKdf5BiRWdh { background-color:#19e3db;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#411596;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:35.375rem;left:27.587890625rem;display:block; }
#qr6b0t8WAC1LVFcZxa8GLTwHWSSSZvON { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;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; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { background-color: transparent; background-image: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container > .video-iframe-container { display: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container { display: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .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); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { border-width: 0; border-radius: 0; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { font-size:0.875rem;font-family:arial;height:69.1875rem;width:60rem;position:relative;display:block; }#nRTxUUmhpDQueJiNzkaPhJQ2JDkhWt6q { color:#19e3db;display:block;width:27rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:30.625rem;height:1.1375rem;font-style:normal;display:none; }
#l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { color:#6b2cf7;display:block;width:42.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:10.6875rem;left:12.125rem;height:1.875rem;font-style:normal;display:block; }
#OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { position:absolute;display:block;z-index:15001;background-color:#000c43;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.625rem;width:8.625rem;top:8.8125rem;left:2.6875rem;display:block; }
#BC5vvicO32JqdteWTXgdnuukygxneVB4 { position:absolute;display:block;z-index:15002;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.625rem;width:45.9375rem;top:8.8125rem;left:11.3125rem;display:block; }
#OnnkTOpDAhv4whzkVJ2Wl4lqhA8Qu4dI { color:#19e3db;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.9375rem;left:4.4375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ezOPJEbiTXrAkSE8hSmKOTEPRxqn7LSG { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.125rem;left:4.5625rem;height:0.975rem;font-style:normal;display:block; }
#XuXAb9v6VorToBSiBibWEAt4q5J64Mqv { color:#013666;display:block;width:60rem;position:absolute;font-family:"dax extrabold";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:5.25rem;left:0rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kkClpzK4dv4f01vQWDwhipXBJKT0FVyc { position:absolute;display:block;z-index:15006;background-color:#000c43;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.625rem;width:8.625rem;top:15.5rem;left:2.6875rem;display:block; }
#mRnPxwev8dADqMAcsKxnoBOnMQ7p3kTe { position:absolute;display:block;z-index:15007;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.625rem;width:45.9375rem;top:15.5rem;left:11.3125rem;display:block; }
#Bf1h10w6hCanQtPQhTH7c6B7UDJaoP6R { color:#19e3db;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.625rem;left:4.4375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tVBNGOMcaipvFSqslJbNE9GZJHiyMZAh { color:#6b2cf7;display:block;width:44.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:17.375rem;left:12.125rem;height:1.875rem;font-style:normal;display:block; }
#GgmzXammXnhgfvpmC3Fp6QiMkiVXCEs5 { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.8125rem;left:4.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#O1O9I2Npibw2Ofxs4kswWHCaKhSByzC3 { position:absolute;display:block;z-index:15011;background-color:#000c43;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.625rem;width:8.625rem;top:22.4375rem;left:2.6875rem;display:block; }
#NDwSvb2wkomWANWN60xqPPiX2UpLznA3 { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23.75rem;left:4.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#wRrcWTSgF4HL00fICM7T2yVgggCqfmol { position:absolute;display:block;z-index:15012;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.625rem;width:45.9375rem;top:22.4375rem;left:11.3125rem;display:block; }
#wah7PpMsvLPx0ggBMPNL8nf0yRBRg4L1 { color:#19e3db;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.5625rem;left:4.4375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L7d8uxWOZSswbJT09yL10JImufKXxO5L { color:#6b2cf7;display:block;width:44.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:24.3125rem;left:12.125rem;height:1.875rem;font-style:normal;display:block; }
#PcWqKL56ZqeeDVivprqOOSR1kihNk0Wy { position:absolute;display:block;z-index:15016;background-color:#000c43;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.625rem;width:8.625rem;top:29.25rem;left:2.6875rem;display:block; }
#wAVH9AlxvN0sxvrAdlgXGZRrcGbZTDTD { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:30.5625rem;left:4.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#RDcfQAXbIgFIPKTtmR7n2rTp1rrFF5Fo { position:absolute;display:block;z-index:15017;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.625rem;width:45.9375rem;top:29.25rem;left:11.3125rem;display:block; }
#QD3SdT8Q2ldZKiDJ2E3mQf02JWLCcxXC { color:#19e3db;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:31.375rem;left:4.4375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#frOyhU1o0rVqr17TVBy2dZZZsKx5szfq { color:#6b2cf7;display:block;width:44.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:31.375rem;left:12.125rem;height:1.875rem;font-style:normal;display:block; }
#IC5vLNoynWiQ04zZAnWvgJ9U9ScxMLqm { position:absolute;display:block;z-index:15021;background-color:#000c43;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.625rem;width:8.625rem;top:36rem;left:2.6875rem;display:block; }
#C7XhurzEx3r4VS0fTt1uAF6r93gb2peA { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:37.3125rem;left:4.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#TRHGN1oN5zwWr2eD29zQy45oVKgTWtcK { color:#19e3db;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:38.125rem;left:4.4375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GA82Rds0ZiXtPLNd52vC9GrRvo5VMm5D { position:absolute;display:block;z-index:15022;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.625rem;width:45.9375rem;top:35.75rem;left:11.3125rem;display:block; }
#UiZ6qVLhGC0ExearDAVNUmcBAo8LsWtF { color:#6b2cf7;display:block;width:44.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:37.6875rem;left:12.125rem;height:1.875rem;font-style:normal;display:block; }
#Tl49QqtcJUlcNicfOIpVTyHTtDJX1Zz6 { position:absolute;display:block;z-index:15026;background-color:#000c43;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.625rem;width:8.625rem;top:49.5rem;left:2.6875rem;display:block; }
#lpKtnXTP2di3EtMSTp65VAwU9iCAtO3i { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:50.8125rem;left:4.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#t4s6rKQp5p90x7TZ1iJuhfFiuqkaNzAJ { color:#19e3db;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:51.625rem;left:4.4375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S92rXzyvck4NhBCZgCGQz9OmItMGx1H1 { position:absolute;display:block;z-index:15027;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.625rem;width:45.9375rem;top:49.5rem;left:11.3125rem;display:block; }
#bQybrT4zpm0odXxETMFWaVz2M3WUZNrf { color:#6b2cf7;display:block;width:44.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:51.787109375rem;left:12.125rem;height:0;font-style:normal;display:block; }
#InKQnWJKFploeqpVwdT1a1Q4TvAFGl7L { position:absolute;display:block;z-index:15026;background-color:#000c43;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.625rem;width:8.625rem;top:42.75rem;left:2.6875rem;display:block; }
#FmHPA4SrnCB6LONsdUEacLInkf7EEdcZ { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:44.0625rem;left:4.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#xmVsnRLvptLZdesi59AtEOkzJ7Axq8uI { color:#19e3db;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:44.875rem;left:4.4375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WXsQvMQDKr6aOmTEG5lwllJN5oegXZaN { position:absolute;display:block;z-index:15027;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.625rem;width:45.9375rem;top:42.75rem;left:11.3125rem;display:block; }
#ZUgVPX46Kpr3WyekibZ4CnLzvt2FmKV6 { color:#6b2cf7;display:block;width:44.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:44.625rem;left:12.125rem;height:1.875rem;font-style:normal;display:block; }
#GDDhdIeXyafQELhnaap7Js2hFexKbhvM { position:absolute;display:block;z-index:15031;background-color:#000c43;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.625rem;width:8.625rem;top:56.3125rem;left:2.6875rem;display:block; }
#Ximsa0cX9cUz28RCkU1MDFJWNiqxCe94 { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:57.625rem;left:4.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#E1SS1hxRWlZGBSQhIZqyQsx4a4yHMTld { position:absolute;display:block;z-index:15032;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.625rem;width:45.9375rem;top:56.3125rem;left:11.3125rem;display:block; }
#wpy7LxnTiaOFvWJmCGnaTmdMFrCeJrU4 { color:#19e3db;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:58.4375rem;left:4.4375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iLPNwpExmPorSmbHhXEgkEM4gwQV379f { color:#6b2cf7;display:block;width:44.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:58.1875rem;left:12.125rem;height:1.875rem;font-style:normal;display:block; }
#MfKdhTk33gZMEQBCKdQDNVTti6RVxlPW { color:#6b2cf7;display:block;width:44.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:51.375rem;left:12.125rem;height:1.875rem;font-style:normal;display:block; }
#gZ40U2UXrmBz4iLJqGLQ3Ka2JZ8cfxIX { position:absolute;display:block;z-index:15036;background-color:#000c43;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.625rem;width:8.625rem;top:62.875rem;left:2.6875rem;display:block; }
#ggu0fQ0wxuTJ2NpANZZa58m6JDiQaR13 { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:63.5556640625rem;left:4.78125rem;height:0.9746125rem;font-style:normal;display:block; }
#v7Td3zSZ1gTTfzmFZ48TXPiBPec1InT1 { position:absolute;display:block;z-index:15037;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.625rem;width:45.9375rem;top:62.875rem;left:11.3125rem;display:block; }
#GgT9H4owQf9gOWfbW0FpnPhn5VH9phRq { color:#19e3db;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:64.46875rem;left:4.53125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V2wxq4H8oQVhUBLXyg3CyIdHricTWpJb { color:#6b2cf7;display:block;width:44.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:64.75rem;left:12.125rem;height:1.875rem;font-style:normal;display:block; }
#ExDfy9sf2TuZmduySMwkkdneasmJZkSK { position:relative;display:block; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK { background-color: transparent; background-image: none; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container > .video-iframe-container { display: none; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row > .video-iframe-container { display: none; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .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); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK { border-width: 0; border-radius: 0; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .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; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D5iLlXfzzXBzr4k8hxkQQ6Hya8V63Bfd { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:3.4375rem;left:17.5rem;height:4.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xCgKBsl76Mkp2oUFR1Qw7ZsaqoakhbOw { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:4.3125rem;left:12.9375rem; }
#INWdgXhUIl3txJEEJHBitwG04vnJ9TXX { position:absolute;display:block;z-index:14999;background-color:#000c43;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.5rem;width:4.5rem;top:3.4375rem;left:11.9375rem;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000c43;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; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#aexkuKB6oLWawmEP2PSfvzpGHiTybkK4 { position:absolute;display:block;z-index:15037;background-color:#013666;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.75rem;left:48.25rem;display:block; }
#iTOPmaWOTEGzcnpqlH85i3RKw2vfyxGU { position:absolute;display:block;z-index:15035;background-color:#013666;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.75rem;left:51.3125rem;display:block; }
#AiS7kGeUNITTHhEWrqzTcJGI4mehFWy0 { position:absolute;display:block;z-index:15037;background-color:#013666;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.75rem;left:54.375rem;display:block; }
#LpwdO1slOINM20KlgfTTxV6RbvKZ1CyP { position:absolute;display:block;z-index:15039;background-color:#013666;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.75rem;left:57.4375rem;display:block; }
#Xw2WkEM0qFXVzx0C6qO5QZb9lFVqhL9X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:4.3125rem;left:48.8125rem; }
#Xw2WkEM0qFXVzx0C6qO5QZb9lFVqhL9X > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#ixSQwD7PmXTWoCCSAfy0cRqNGMic3J3c { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;top:4.1250038146972rem;left:54.749998092651rem; }
#ixSQwD7PmXTWoCCSAfy0cRqNGMic3J3c > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#mAmXyvQKIFhNWV9Dw2nhzI6XwutQPqPT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;top:4.1875038146972rem;left:57.874998092651rem; }
#mAmXyvQKIFhNWV9Dw2nhzI6XwutQPqPT > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#nSOL8AgXwODGOLTKCOM1Fn4HMtP3Pboc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:4.3750038146972rem;left:51.937498092651rem; }
#nSOL8AgXwODGOLTKCOM1Fn4HMtP3Pboc > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#LA7ctFseSsJh2enFMxvHuoEuS0I03Sey { color:#e4e6eb;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:4.75rem;left:0rem;height:1.923825rem;text-align:left;text-align-last:left;display:block; }
#DP9t0lJpaQvM5pMvTZIEncoWeUsbH1Jk { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:4.75rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x20lZge6VFA6SGXxkEPrEHCTwlTW03RD { display:block; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cb8cdZhs9s8rg12SW81nrllwzvduLOAA { top:20.6875rem;left:23.625rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngm4rdOztnsLwOV0cMJnhsC4EfFdxIET { top:7.3125rem;left:47rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTtdFgxh7bB0QxLb7v2hSo3gBiMfnX0C { top:26.0625rem;left:23.625rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTEboaC61L8LVupnCeCgaULhItyPA6k { width:25.75rem;height:2.8125rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHJ3dyhWatueIX07oMZ7OrGHy1wJmPsH { display:block; }
 }@media only screen and (max-width: 763px) { #FtRC5r1eTBUuGcd8HgipHmPzLpfdLpGV { top:0.9375rem;left:34.1875rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9RyLhcBuAxe5HhnTVX1H51hbGt1tKGT { top:10.125rem;left:12.9375rem;width:11.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umerwXun3OTUEFcuLX4Nc6y4dZH8LZXn { top:9.875rem;left:12.4375rem;width:12.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayQenSx7tirfLp6c18z6bTN6dMyR9gHm { top:9.875rem;left:25.8125rem;width:9.5rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFXgGCaoWwba2gONSfwZbXxUsw4oOq6S { top:10.1875rem;left:26.0625rem;width:9.125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { top:2.5625rem;left:19.65625rem;width:8.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PesJyigRu4gcxIWe1AO2RXLXNlhc8d0k { top:11.0625rem;left:0rem;width:8.125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0vG5kfezbBAOBPpGUGulbhaTeu29MGo { top:13.125rem;left:7.125rem;width:33.5rem;height:6.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ28qFaVUx1MNWM1iT3qnuHq5d5iV7UT { top:21.375rem;left:11.125rem;width:25.5625rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asOxbqtWJ6FrW63d7hEBPkXqymfiDnZP { top:27.0625rem;left:0rem;width:47.75rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRbyTwzTH6xyfqilbGOEc2Mh0r6Cq0vW { top:29.125rem;left:18.643445968628rem;width:0.125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mazlt5OfLFJlTXbSQLOdJ0b14fp9r1bM { top:30.125rem;left:0rem;width:17.0625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEKiQgvb1sVAxPaLgdKR0TMZDdftprsl { top:35.9375rem;left:5.78515625rem;width:9.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmWCsux3mG7g1zsupbTh4V492kDFruVZ { top:29.6875rem;left:0rem;width:17.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh5cumTCFM9fq5NQ1Rh0wloGG6mLGP8n { top:33.5rem;left:4.84765625rem;width:12.5625rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yniCsZgimEdx4rEtEp759plrK7F77Xv5 { top:32.875rem;left:0rem;width:6.5625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiomfNxx2FDrFZXOfITrX7sNb5mEFMoR { top:30.125rem;left:20.0625rem;width:27.6875rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMON6AsxEsp3ZvxMTlzeleTzM5anmIVQ { width:35.625rem;height:3.4375rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0TT5PMS50x1MrG8Aqmk6VUEuN1A1RVo { display:block; }
 }@media only screen and (max-width: 763px) { #Zt8IDn1VGv7f0FM2g2106EKdf5BiRWdh { width:26.125rem;height:3rem;top:35.375rem;left:21.462890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr6b0t8WAC1LVFcZxa8GLTwHWSSSZvON { display:block; }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRTxUUmhpDQueJiNzkaPhJQ2JDkhWt6q { top:7.125rem;left:20.75rem;width:27rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { top:10.6875rem;left:0rem;width:42.9375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { top:8.8125rem;left:0rem;width:8.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC5vvicO32JqdteWTXgdnuukygxneVB4 { top:8.8125rem;left:0rem;width:45.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnnkTOpDAhv4whzkVJ2Wl4lqhA8Qu4dI { top:10.9375rem;left:1.375rem;width:4.9375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezOPJEbiTXrAkSE8hSmKOTEPRxqn7LSG { top:10.125rem;left:1.5rem;width:4.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuXAb9v6VorToBSiBibWEAt4q5J64Mqv { top:5.25rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkClpzK4dv4f01vQWDwhipXBJKT0FVyc { top:15.5rem;left:0rem;width:8.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRnPxwev8dADqMAcsKxnoBOnMQ7p3kTe { top:15.5rem;left:0rem;width:45.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf1h10w6hCanQtPQhTH7c6B7UDJaoP6R { top:17.625rem;left:1.375rem;width:4.9375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVBNGOMcaipvFSqslJbNE9GZJHiyMZAh { top:17.375rem;left:0rem;width:44.0625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgmzXammXnhgfvpmC3Fp6QiMkiVXCEs5 { top:16.8125rem;left:1.5rem;width:4.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1O9I2Npibw2Ofxs4kswWHCaKhSByzC3 { top:22.4375rem;left:0rem;width:8.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDwSvb2wkomWANWN60xqPPiX2UpLznA3 { top:23.75rem;left:1.5rem;width:4.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRrcWTSgF4HL00fICM7T2yVgggCqfmol { top:22.4375rem;left:0rem;width:45.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wah7PpMsvLPx0ggBMPNL8nf0yRBRg4L1 { top:24.5625rem;left:1.375rem;width:4.9375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7d8uxWOZSswbJT09yL10JImufKXxO5L { top:24.3125rem;left:0rem;width:44.0625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcWqKL56ZqeeDVivprqOOSR1kihNk0Wy { top:29.25rem;left:0rem;width:8.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAVH9AlxvN0sxvrAdlgXGZRrcGbZTDTD { top:30.5625rem;left:1.5rem;width:4.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDcfQAXbIgFIPKTtmR7n2rTp1rrFF5Fo { top:29.25rem;left:0rem;width:45.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD3SdT8Q2ldZKiDJ2E3mQf02JWLCcxXC { top:31.375rem;left:1.375rem;width:4.9375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #frOyhU1o0rVqr17TVBy2dZZZsKx5szfq { top:31.375rem;left:0rem;width:44.4375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC5vLNoynWiQ04zZAnWvgJ9U9ScxMLqm { top:36rem;left:0rem;width:8.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7XhurzEx3r4VS0fTt1uAF6r93gb2peA { top:37.3125rem;left:1.5rem;width:4.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRHGN1oN5zwWr2eD29zQy45oVKgTWtcK { top:38.125rem;left:1.375rem;width:4.9375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA82Rds0ZiXtPLNd52vC9GrRvo5VMm5D { top:35.75rem;left:0rem;width:45.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiZ6qVLhGC0ExearDAVNUmcBAo8LsWtF { top:37.6875rem;left:0rem;width:44.0625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl49QqtcJUlcNicfOIpVTyHTtDJX1Zz6 { top:49.5rem;left:0rem;width:8.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpKtnXTP2di3EtMSTp65VAwU9iCAtO3i { top:50.8125rem;left:1.5rem;width:4.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4s6rKQp5p90x7TZ1iJuhfFiuqkaNzAJ { top:51.625rem;left:1.375rem;width:4.9375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S92rXzyvck4NhBCZgCGQz9OmItMGx1H1 { top:49.5rem;left:0rem;width:45.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQybrT4zpm0odXxETMFWaVz2M3WUZNrf { top:51.75rem;left:0rem;width:44.0625rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InKQnWJKFploeqpVwdT1a1Q4TvAFGl7L { top:42.75rem;left:0rem;width:8.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmHPA4SrnCB6LONsdUEacLInkf7EEdcZ { top:44.0625rem;left:1.5rem;width:4.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmVsnRLvptLZdesi59AtEOkzJ7Axq8uI { top:44.875rem;left:1.375rem;width:4.9375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXsQvMQDKr6aOmTEG5lwllJN5oegXZaN { top:42.75rem;left:0rem;width:45.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUgVPX46Kpr3WyekibZ4CnLzvt2FmKV6 { top:44.625rem;left:0rem;width:44.0625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDDhdIeXyafQELhnaap7Js2hFexKbhvM { top:56.3125rem;left:0rem;width:8.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ximsa0cX9cUz28RCkU1MDFJWNiqxCe94 { top:57.625rem;left:1.5rem;width:4.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1SS1hxRWlZGBSQhIZqyQsx4a4yHMTld { top:56.3125rem;left:0rem;width:45.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpy7LxnTiaOFvWJmCGnaTmdMFrCeJrU4 { top:58.4375rem;left:1.375rem;width:4.9375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLPNwpExmPorSmbHhXEgkEM4gwQV379f { top:58.1875rem;left:0rem;width:44.0625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfKdhTk33gZMEQBCKdQDNVTti6RVxlPW { top:51.375rem;left:0rem;width:44.0625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ40U2UXrmBz4iLJqGLQ3Ka2JZ8cfxIX { top:62.875rem;left:0rem;width:8.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggu0fQ0wxuTJ2NpANZZa58m6JDiQaR13 { top:63.5rem;left:1.71875rem;width:4.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7Td3zSZ1gTTfzmFZ48TXPiBPec1InT1 { top:62.875rem;left:0rem;width:45.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgT9H4owQf9gOWfbW0FpnPhn5VH9phRq { top:64.4375rem;left:1.46875rem;width:4.9375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2wxq4H8oQVhUBLXyg3CyIdHricTWpJb { top:64.75rem;left:0rem;width:44.0625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExDfy9sf2TuZmduySMwkkdneasmJZkSK { display:block; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5iLlXfzzXBzr4k8hxkQQ6Hya8V63Bfd { top:3.4375rem;left:11.375rem;width:30.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCgKBsl76Mkp2oUFR1Qw7ZsaqoakhbOw { top:4.3125rem;left:6.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #INWdgXhUIl3txJEEJHBitwG04vnJ9TXX { top:3.4375rem;left:5.8125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aexkuKB6oLWawmEP2PSfvzpGHiTybkK4 { top:3.75rem;left:42.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTOPmaWOTEGzcnpqlH85i3RKw2vfyxGU { top:3.75rem;left:45.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiS7kGeUNITTHhEWrqzTcJGI4mehFWy0 { top:3.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpwdO1slOINM20KlgfTTxV6RbvKZ1CyP { top:3.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw2WkEM0qFXVzx0C6qO5QZb9lFVqhL9X { top:4.3125rem;left:42.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
#Xw2WkEM0qFXVzx0C6qO5QZb9lFVqhL9X > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #ixSQwD7PmXTWoCCSAfy0cRqNGMic3J3c { top:4.125rem;left:46rem;width:1.6875rem;height:1.6875rem;display:block; }
#ixSQwD7PmXTWoCCSAfy0cRqNGMic3J3c > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #mAmXyvQKIFhNWV9Dw2nhzI6XwutQPqPT { top:4.1875rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#mAmXyvQKIFhNWV9Dw2nhzI6XwutQPqPT > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #nSOL8AgXwODGOLTKCOM1Fn4HMtP3Pboc { top:4.375rem;left:45.812498092651rem;width:1.25rem;height:1.25rem;display:block; }
#nSOL8AgXwODGOLTKCOM1Fn4HMtP3Pboc > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #LA7ctFseSsJh2enFMxvHuoEuS0I03Sey { top:4.75rem;left:0rem;width:29.75rem;height:1.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP9t0lJpaQvM5pMvTZIEncoWeUsbH1Jk { top:1.9375rem;left:0rem;width:4.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x20lZge6VFA6SGXxkEPrEHCTwlTW03RD { background-color:transparent;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;display:block; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container { background-color: transparent; background-image: none; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container > .video-iframe-container { display: none; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row > .video-iframe-container { display: none; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .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); }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container { border-width: 0; border-radius: 0; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cb8cdZhs9s8rg12SW81nrllwzvduLOAA { width:8.0625rem;height:8.0625rem;top:39.8125rem;left:5.9375rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #ngm4rdOztnsLwOV0cMJnhsC4EfFdxIET { width:0.75rem;height:0.75rem;top:28.049999237061rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTtdFgxh7bB0QxLb7v2hSo3gBiMfnX0C { width:0.75rem;height:0.75rem;top:46.78125rem;left:-2.7499999999999rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTEboaC61L8LVupnCeCgaULhItyPA6k { width:12.5rem;height:2.1875rem;top:25.1875rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHJ3dyhWatueIX07oMZ7OrGHy1wJmPsH { display:block; }
 }@media only screen and (max-width: 763px) { #FtRC5r1eTBUuGcd8HgipHmPzLpfdLpGV { width:5.625rem;height:5.625rem;top:17.725rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9RyLhcBuAxe5HhnTVX1H51hbGt1tKGT { width:8.8125rem;height:1.1375rem;top:6.937255859375rem;left:1.624755859375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #umerwXun3OTUEFcuLX4Nc6y4dZH8LZXn { width:7.125rem;height:1.6875rem;top:6.625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayQenSx7tirfLp6c18z6bTN6dMyR9gHm { width:9.5rem;height:2rem;top:9.875rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aFXgGCaoWwba2gONSfwZbXxUsw4oOq6S { width:6.875rem;height:1.1375rem;top:6.9375rem;left:11.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { width:8.4375rem;height:3.75rem;top:1.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PesJyigRu4gcxIWe1AO2RXLXNlhc8d0k { width:8.8125rem;height:1.6875rem;top:6.625rem;left:1.5625rem;z-index:14997;border-top:0.0625rem solid #6b2cf7;border-left:0.0625rem solid #6b2cf7;border-right:0.0625rem solid #6b2cf7;border-bottom:0.0625rem solid #6b2cf7;display:block; }
 }@media only screen and (max-width: 763px) { #f0vG5kfezbBAOBPpGUGulbhaTeu29MGo { width:16.4375rem;height:6.597625rem;top:9.512499809265rem;left:1.7812501192093rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJ28qFaVUx1MNWM1iT3qnuHq5d5iV7UT { width:14.25rem;height:7.199225rem;top:15.7373046875rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #asOxbqtWJ6FrW63d7hEBPkXqymfiDnZP { width:20rem;height:20.6875rem;top:23.8115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRbyTwzTH6xyfqilbGOEc2Mh0r6Cq0vW { width:0.125rem;height:9.6875rem;top:58.5rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mazlt5OfLFJlTXbSQLOdJ0b14fp9r1bM { width:16.625rem;height:1.29980625rem;top:23.255859375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEKiQgvb1sVAxPaLgdKR0TMZDdftprsl { width:9.3125rem;height:1.625rem;top:29.193359375rem;left:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmWCsux3mG7g1zsupbTh4V492kDFruVZ { width:14.8125rem;height:2.0625rem;top:22.875rem;left:2.53125rem;border-top:0.0625rem solid #6b2cf7;border-left:0.0625rem solid #6b2cf7;border-right:0.0625rem solid #6b2cf7;border-bottom:0.0625rem solid #6b2cf7;background-color:#411596;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rh5cumTCFM9fq5NQ1Rh0wloGG6mLGP8n { width:11.4375rem;height:2.1933625rem;top:27rem;left:7.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yniCsZgimEdx4rEtEp759plrK7F77Xv5 { display:flex;width:6.9375rem;height:5.3125rem;top:26.25rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #IiomfNxx2FDrFZXOfITrX7sNb5mEFMoR { width:18.4375rem;height:5.60449375rem;top:32.25rem;left:1.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gMON6AsxEsp3ZvxMTlzeleTzM5anmIVQ { width:17.25rem;height:3.4375rem;top:40.15625rem;left:1.375rem;z-index:15017;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0TT5PMS50x1MrG8Aqmk6VUEuN1A1RVo { display:block; }
 }@media only screen and (max-width: 763px) { #Zt8IDn1VGv7f0FM2g2106EKdf5BiRWdh { width:19rem;height:3.4375rem;top:0rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qr6b0t8WAC1LVFcZxa8GLTwHWSSSZvON { display:block; }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRTxUUmhpDQueJiNzkaPhJQ2JDkhWt6q { width:19.375rem;height:0;top:32.700776672363rem;left:0.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { width:12.5625rem;height:4.21875rem;top:7.84375rem;left:6.74609375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { width:5.9375rem;height:5.625rem;top:6.4375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #BC5vvicO32JqdteWTXgdnuukygxneVB4 { width:18.75rem;height:5.625rem;top:6.4375rem;left:1.25rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #OnnkTOpDAhv4whzkVJ2Wl4lqhA8Qu4dI { width:4.9375rem;height:1.95rem;top:8.4375rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezOPJEbiTXrAkSE8hSmKOTEPRxqn7LSG { width:4.4375rem;height:0.975rem;top:7.625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuXAb9v6VorToBSiBibWEAt4q5J64Mqv { width:14.875rem;height:3.19921875rem;top:2.375rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkClpzK4dv4f01vQWDwhipXBJKT0FVyc { width:5.875rem;height:5.625rem;top:12.8125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mRnPxwev8dADqMAcsKxnoBOnMQ7p3kTe { width:20rem;height:5.625rem;top:12.8125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Bf1h10w6hCanQtPQhTH7c6B7UDJaoP6R { width:4.9375rem;height:1.95rem;top:15.125rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVBNGOMcaipvFSqslJbNE9GZJHiyMZAh { width:12.6875rem;height:3.65625rem;top:13.796875rem;left:6.68359375rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GgmzXammXnhgfvpmC3Fp6QiMkiVXCEs5 { width:4.4375rem;height:0.975rem;top:14.1875rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1O9I2Npibw2Ofxs4kswWHCaKhSByzC3 { width:5.875rem;height:5.625rem;top:19.1875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NDwSvb2wkomWANWN60xqPPiX2UpLznA3 { width:4.4375rem;height:0.9746125rem;top:20.3994140625rem;left:1.49609375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRrcWTSgF4HL00fICM7T2yVgggCqfmol { width:14.0625rem;height:5.625rem;top:19.1875rem;left:5.9375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #wah7PpMsvLPx0ggBMPNL8nf0yRBRg4L1 { width:4.9375rem;height:1.94921875rem;top:21.3125rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7d8uxWOZSswbJT09yL10JImufKXxO5L { width:13.4375rem;height:2.4375rem;top:20.40625rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PcWqKL56ZqeeDVivprqOOSR1kihNk0Wy { width:6rem;height:5.625rem;top:25.625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #wAVH9AlxvN0sxvrAdlgXGZRrcGbZTDTD { width:4.4375rem;height:0.9746125rem;top:26.9375rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDcfQAXbIgFIPKTtmR7n2rTp1rrFF5Fo { width:14rem;height:5.625rem;top:25.6875rem;left:6rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #QD3SdT8Q2ldZKiDJ2E3mQf02JWLCcxXC { width:4.9375rem;height:1.94921875rem;top:27.75rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #frOyhU1o0rVqr17TVBy2dZZZsKx5szfq { width:13.5rem;height:2.4375rem;top:27.125rem;left:6.5rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IC5vLNoynWiQ04zZAnWvgJ9U9ScxMLqm { width:6rem;height:5.625rem;top:32.849609375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #C7XhurzEx3r4VS0fTt1uAF6r93gb2peA { width:4.4375rem;height:0.9746125rem;top:33.875rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRHGN1oN5zwWr2eD29zQy45oVKgTWtcK { width:4.9375rem;height:1.94921875rem;top:34.6875rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA82Rds0ZiXtPLNd52vC9GrRvo5VMm5D { width:14rem;height:5.625rem;top:32.875rem;left:6rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #UiZ6qVLhGC0ExearDAVNUmcBAo8LsWtF { width:13.5rem;height:3.65625rem;top:33.9375rem;left:6.5rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Tl49QqtcJUlcNicfOIpVTyHTtDJX1Zz6 { width:6.0625rem;height:5.625rem;top:47.412109375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #lpKtnXTP2di3EtMSTp65VAwU9iCAtO3i { width:4.4375rem;height:0.9746125rem;top:48.4375rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4s6rKQp5p90x7TZ1iJuhfFiuqkaNzAJ { width:4.9375rem;height:1.94921875rem;top:49.25rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S92rXzyvck4NhBCZgCGQz9OmItMGx1H1 { width:13.9375rem;height:5.625rem;top:47.412109375rem;left:6.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #bQybrT4zpm0odXxETMFWaVz2M3WUZNrf { width:13.3125rem;height:0;top:48.25rem;left:6.6875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #InKQnWJKFploeqpVwdT1a1Q4TvAFGl7L { width:6.125rem;height:5.625rem;top:40.125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #FmHPA4SrnCB6LONsdUEacLInkf7EEdcZ { width:4.4375rem;height:0.9746125rem;top:41.4375rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmVsnRLvptLZdesi59AtEOkzJ7Axq8uI { width:4.9375rem;height:1.94921875rem;top:42.25rem;left:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXsQvMQDKr6aOmTEG5lwllJN5oegXZaN { width:14.0625rem;height:5.625rem;top:40.125rem;left:5.9375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ZUgVPX46Kpr3WyekibZ4CnLzvt2FmKV6 { width:13.3125rem;height:3.65625rem;top:41.125rem;left:6.6875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GDDhdIeXyafQELhnaap7Js2hFexKbhvM { width:6.1875rem;height:5.625rem;top:54.5rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Ximsa0cX9cUz28RCkU1MDFJWNiqxCe94 { width:4.4375rem;height:0.9746125rem;top:55.8125rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1SS1hxRWlZGBSQhIZqyQsx4a4yHMTld { width:13.8125rem;height:5.625rem;top:54.5rem;left:6.1875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #wpy7LxnTiaOFvWJmCGnaTmdMFrCeJrU4 { width:4.9375rem;height:1.94921875rem;top:56.625rem;left:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLPNwpExmPorSmbHhXEgkEM4gwQV379f { width:13.125rem;height:3.65625rem;top:55.4375rem;left:6.875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MfKdhTk33gZMEQBCKdQDNVTti6RVxlPW { width:13.4375rem;height:3.65625rem;top:48.396484375rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gZ40U2UXrmBz4iLJqGLQ3Ka2JZ8cfxIX { width:6.4375rem;height:5.625rem;top:61.8125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ggu0fQ0wxuTJ2NpANZZa58m6JDiQaR13 { width:4.4375rem;height:0.9746125rem;top:62.4931640625rem;left:2.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7Td3zSZ1gTTfzmFZ48TXPiBPec1InT1 { width:13.625rem;height:5.625rem;top:61.8125rem;left:6.375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #GgT9H4owQf9gOWfbW0FpnPhn5VH9phRq { width:4.9375rem;height:1.94921875rem;top:63.40625rem;left:1.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2wxq4H8oQVhUBLXyg3CyIdHricTWpJb { width:12.9375rem;height:3.65625rem;top:62.796875rem;left:7.0625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ExDfy9sf2TuZmduySMwkkdneasmJZkSK { display:block; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5iLlXfzzXBzr4k8hxkQQ6Hya8V63Bfd { width:14.5rem;height:6.5625rem;top:7.1875rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xCgKBsl76Mkp2oUFR1Qw7ZsaqoakhbOw { display:flex;width:2.8125rem;height:2.8125rem;top:2.125rem;left:8.625rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #INWdgXhUIl3txJEEJHBitwG04vnJ9TXX { width:4.6875rem;height:4.6875rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aexkuKB6oLWawmEP2PSfvzpGHiTybkK4 { width:2.5rem;height:2.5rem;top:5.625rem;left:3.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTOPmaWOTEGzcnpqlH85i3RKw2vfyxGU { width:2.5rem;height:2.5rem;top:5.625rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiS7kGeUNITTHhEWrqzTcJGI4mehFWy0 { width:2.5rem;height:2.5rem;top:5.625rem;left:10.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpwdO1slOINM20KlgfTTxV6RbvKZ1CyP { width:2.5rem;height:2.5rem;top:5.625rem;left:14.250000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw2WkEM0qFXVzx0C6qO5QZb9lFVqhL9X { display:flex;width:1.4375rem;height:1.4375rem;top:6.1875rem;left:3.8124998807907rem; }
#Xw2WkEM0qFXVzx0C6qO5QZb9lFVqhL9X > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #ixSQwD7PmXTWoCCSAfy0cRqNGMic3J3c { width:1.6875rem;height:1.6875rem;top:6.0625rem;left:11.062500357628rem;display:block; }
#ixSQwD7PmXTWoCCSAfy0cRqNGMic3J3c > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #mAmXyvQKIFhNWV9Dw2nhzI6XwutQPqPT { width:1.625rem;height:1.625rem;top:6.0625rem;left:14.687500357628rem;display:block; }
#mAmXyvQKIFhNWV9Dw2nhzI6XwutQPqPT > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #nSOL8AgXwODGOLTKCOM1Fn4HMtP3Pboc { display:flex;width:1.25rem;height:1.25rem;top:6.25rem;left:7.5000003576281rem; }
#nSOL8AgXwODGOLTKCOM1Fn4HMtP3Pboc > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #LA7ctFseSsJh2enFMxvHuoEuS0I03Sey { width:20rem;height:auto;top:4.75rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DP9t0lJpaQvM5pMvTZIEncoWeUsbH1Jk { width:4.75rem;height:2.25rem;top:2rem;left:7.6250003576281rem;display:block; }
 }