.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #000000);background-image: -moz-linear-gradient(180deg, #000000, #000000);background-image: -ms-linear-gradient(180deg, #000000, #000000);background-image: -o-linear-gradient(180deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, #000000, #000000);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { background-color: transparent; background-image: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container > .video-iframe-container { display: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container { display: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .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); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { border-width: 0; border-radius: 0; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#bNR70lNrFKMxtnutbrdKt0uAavJIbLFs { color:#ffffff;display:block;width:52.875rem;position:absolute;font-family:exo;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:7.099609375rem;left:11.0625rem;height:8.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OuAEQTxv81WoW3E78n91UXfVtwgJ67pM { color:#ffffff;display:block;width:53.125rem;position:absolute;font-family:exo;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:15.9248046875rem;left:10.9375rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PbOPKP19T8z7wOFSPUZbKdGyzeGNkkrs { background-color:#016bd8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:3.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:5.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.94921875rem;left:25.46875rem;display:block; }
#Lmzwkr3KrFXnGTtKsnSn7DldEqqhng7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T33uTwXQ0WFfmNLUMSXHmy0n5D0nBOIr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:10.5625rem;top:1.599609375rem;left:32.21875rem;overflow:hidden;display:block; }
#yZUQvS7xrMG3esv1gyzx5wHNISbTFxxU { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:57.375rem;top:19.9375rem;left:9.3603515625rem;overflow:hidden;display:block; }
#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { background-color: transparent; background-image: none; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container > .video-iframe-container { display: none; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row > .video-iframe-container { display: none; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .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); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { border-width: 0; border-radius: 0; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:block; }#ikFFBFUr7oLAyqrgxWiDOTvwUTKPeTni { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:exo;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.6437492370606rem;left:10.125rem;height:10.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FPCohwl8KspnJKTy3lwOnEAZOTCkq1K1 { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:17.125rem;left:10.125rem;height:13.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zbPIbGxizBnsCt9Mgtap0RlJUwgklIkQ { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:13.956250190735rem;left:37.06875038147rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DKBln9K8Mr0ql7pbqKRswhJEv9Lgrff8 { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.956250190735rem;left:54.06875038147rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XNG49scbKr0TnueQIlxO821VyrFKe7sp { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:31.5625rem;left:37.0625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yS2noHZCv1qhIOAD6IbxuoQeD3WJdF9N { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#016bd8;background-image:none;top:13.675000190735rem;left:37.16250038147rem;display:block; }
#sIlt1ciaeDm5Q5E6w4rlAWCldgI4UMb3 { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#016bd8;background-image:none;top:13.675000190735rem;left:54.10000038147rem;display:block; }
#bmtb8npH8xFUSfQ6br9LoheIfSZamMvP { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#016bd8;background-image:none;top:31.3125rem;left:37.125rem;display:block; }
#hQyCEp1rhQPztleeqiiNKglDpeRr3yUM { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:#016bd8;background-image:none;top:31.28125rem;left:54.10000038147rem;display:block; }
#C1fhmnMRWTLyxW36kFs8IzXZZxIHTOxQ { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:31.5625rem;left:54.06875038147rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SqFhV69TXM7oQbhJ8drhgDXlzh63I16T { color:#ffffff;display:block;width:38.75rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:38.4375rem;left:2.0498046875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O0wsI3LA8U0BvuTPTMBd2WrTTxaXAZlN { 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:13.125rem;width:13.125rem;top:4.6435546875rem;left:38.59375rem;overflow:hidden;display:block; }
#UsvTJTTkyKrEdSkUocXeDg3xN2lHluXv { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:12.8125rem;top:21.875rem;left:56.3125rem;overflow:hidden;display:block; }
#TdIhKSHTXyPm84SuX6TM1mMI4prNNwWt { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:21.875rem;left:38.59375rem;overflow:hidden;display:block; }
#v55TIkZzr4nHvZtDtLGF79ttIDQqv8Tk { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.3125rem;top:4.6435546875rem;left:55.65625rem;overflow:hidden;display:block; }
#iPAfecTfvFb8Rf9x6ehxTENTPoEZtLzM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.3935546875rem;left:7.5rem; }
#No6viqy3ek3ygQIoazFtbQJxX27igACG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:21.1435546875rem;left:7.5rem; }
#CvBmLoCXDX9sptLre04SnSWzzbtZUtKZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:24.8935546875rem;left:7.5rem; }
#ltJh819ORSU3Z69bgL2qP9mBVB8rGgKD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28.6435546875rem;left:7.5rem; }
#hTxowxS19hcz31IgSCGw4oaEWURCxovA { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:17.125rem;left:10.125rem;height:15rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#alHuvfo0KrwQTwWdhDd3r3dkP419cTcE { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:17.125rem;left:10.125rem;height:15rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#S3UDQuGkKlyxRy1h2COIgcqGmu5hGV11 { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:17.125rem;left:10.125rem;height:15rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rZTEZDbEFTF5yHDSS8HlG1TOF2fz54wX { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:17.125rem;left:10.125rem;height:15rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #010828);background-image: -moz-linear-gradient(180deg, #000000, #010828);background-image: -ms-linear-gradient(180deg, #000000, #010828);background-image: -o-linear-gradient(180deg, #000000, #010828);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#010828' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#010828' );";background-image: linear-gradient(180deg, #000000, #010828);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; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { background-color: transparent; background-image: none; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container > .video-iframe-container { display: none; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row > .video-iframe-container { display: none; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .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); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { border-width: 0; border-radius: 0; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#iHBA9F3G3RLdpamP2nzMtTk9e7iLwRaK { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:exo;font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.5rem;left:35.59375rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dKiHBJaI8fPsageS30oaw1ETomlMx7lh { box-sizing:content-box;height:25.375rem;width:56.6875rem;position:absolute;display:block;z-index:15001;background-color:#016bd8;background-image:none;top:0.050003051757812rem;left:18.062501907349rem;display:block; }
#hfgCyP6oKBEtByRT8ewyCeIMIWiWpxIS { background-color:#fff8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.706245422363rem;left:35.812501907349rem;display:block; }
#EXUORI21iiAmtunvsaXSlsLTM75a3kri { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kse4LdBbQJEr6TkEqqBptFSldpdVQGLm { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:11.875rem;left:37.28125rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QcUHkriH2JhbX2PfRPEualxnv3Zq0KZx { 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:23.1875rem;width:23.1875rem;top:1.1435546875rem;left:9.1875rem;overflow:hidden;display:block; }
#WgnCrcPJuTTrDNK8kSAba95KTbqBeQI5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12.0810546875rem;left:34.5625rem; }
#vT2V15TWicCPAkTolhEEIwakCwEXKwCF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:15.8935546875rem;left:34.5625rem; }
#P7DMCEbp35lXGPS1PlhNu3UX9ZeRqwRO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.8935546875rem;left:34.5625rem; }
#XaNZLFi0w0ycT56SlzgoiTG5rKTberto { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:19.7685546875rem;left:34.5625rem; }
#zkXWpq4PIJ0a1d1qeUrPPJuS4XBqmDhK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #010828, #000000);background-image: -moz-linear-gradient(180deg, #010828, #000000);background-image: -ms-linear-gradient(180deg, #010828, #000000);background-image: -o-linear-gradient(180deg, #010828, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#010828', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#010828', endColorstr='#000000' );";background-image: linear-gradient(180deg, #010828, #000000);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; }#zkXWpq4PIJ0a1d1qeUrPPJuS4XBqmDhK > .row .container { background-color: transparent; background-image: none; }#zkXWpq4PIJ0a1d1qeUrPPJuS4XBqmDhK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkXWpq4PIJ0a1d1qeUrPPJuS4XBqmDhK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkXWpq4PIJ0a1d1qeUrPPJuS4XBqmDhK > .row .container > .video-iframe-container { display: none; }#zkXWpq4PIJ0a1d1qeUrPPJuS4XBqmDhK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkXWpq4PIJ0a1d1qeUrPPJuS4XBqmDhK > .row > .video-iframe-container { display: none; }#zkXWpq4PIJ0a1d1qeUrPPJuS4XBqmDhK > .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); }#zkXWpq4PIJ0a1d1qeUrPPJuS4XBqmDhK > .row .container { border-width: 0; border-radius: 0; }#zkXWpq4PIJ0a1d1qeUrPPJuS4XBqmDhK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zkXWpq4PIJ0a1d1qeUrPPJuS4XBqmDhK > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#UCSvZsuLNrESuPPDSXnu96tH5PeaUlhr { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:exo;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.7685546875rem;left:11.65625rem;height:6.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m14pvqWTUw04CfKI3i4mrNJ62Xr6dNTi { box-sizing:content-box;height:25.375rem;width:56.6875rem;position:absolute;display:block;z-index:15001;background-color:#016bd8;background-image:none;top:0.0498046875rem;left:7.875rem;display:block; }
#zcKXv1OT3X8Tl1y3X7TcCJ9ubpiTGTvo { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.7060546875rem;left:30.21875rem;display:block; }
#Pc8fS03rh2rLcNcJorSOVpsg09LsxUHD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zWXDLSgVK8I6pIogcm7wMhKN8VDPEQrA { color:#ffffff;display:block;width:36rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:12.375rem;left:11.65625rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TiSILWgrSOcAdHasPR06OuWGWHGaXgLe { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:23.1875rem;top:1.1435546875rem;left:49.3125rem;overflow:hidden;display:block; }
#VC9IzUBnoFrHU5rH4TGXSVO1upmfPcze { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:12.625rem;left:9.6875rem; }
#AD1reF1f8UylQ80DypQEPiiVrCV29r2d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.375rem;left:9.6875rem; }
#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #010828);background-image: -moz-linear-gradient(180deg, #000000, #010828);background-image: -ms-linear-gradient(180deg, #000000, #010828);background-image: -o-linear-gradient(180deg, #000000, #010828);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#010828' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#010828' );";background-image: linear-gradient(180deg, #000000, #010828);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; }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row .container { background-color: transparent; background-image: none; }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row .container > .video-iframe-container { display: none; }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row > .video-iframe-container { display: none; }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .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); }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row .container { border-width: 0; border-radius: 0; }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#qRAxtOZXJ2hJS7B5VnKViFfdG22TnpEE { box-sizing:content-box;height:28.5rem;width:17.3125rem;position:absolute;display:block;z-index:15002;background-color:#016bd8;background-image:none;top:8.5625rem;left:5.0625rem;display:block; }
#Qvk0dE3A7R36hIWntIXZSoT7n8SWblzZ { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:17.5rem;left:5.125rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OimdUru4xb1kMGP05AS9Iyaahwk9nELv { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:exo;font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:23.3125rem;left:5.875rem;height:11.6347625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CIbAoFAXx2CkkVnKuR1CHkGZX1JWkVFF { box-sizing:content-box;height:28.4375rem;width:17.3125rem;position:absolute;display:block;z-index:15003;background-color:#016bd8;background-image:none;top:8.5625rem;left:28.625rem;display:block; }
#ukUPDZf5rIuEiJ8V8IxL91QXHHtOnxlb { box-sizing:content-box;height:28.375rem;width:17.3125rem;position:absolute;display:block;z-index:15004;background-color:#016bd8;background-image:none;top:8.5625rem;left:52.6875rem;display:block; }
#yqiiFp0bhHiWs8MZILtwIsA2akMp7mkU { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:17.75rem;left:28.6875rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aZ4TTGPNi0xSAXXCiH69417mQr20JSgm { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:22.4375rem;left:29.4375rem;height:12.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WzvG24J7M6c9ekKTTbWKLy82u6S6z0SF { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:17.75rem;left:53.1875rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g8xBocMZ6Lq3PaOpHZGmHkSUwBsh4Zxp { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:23.3125rem;left:53.5rem;height:12.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mi2iOHpINTcSAceER8vO1aEzKNlNgmMG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:13.9375rem;top:1.34375rem;left:6.75rem;overflow:hidden;display:block; }
#RavVxb3nkxVaPESziVLHbwbpmXegyUNq { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:13.9375rem;top:1.40625rem;left:30.53125rem;overflow:hidden;display:block; }
#VnAPxMunMET53lTgfl4lGf9Sd4b6IDWZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:13.9375rem;top:1.34375rem;left:54.375rem;overflow:hidden;display:block; }
#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #010828, #000000);background-image: -moz-linear-gradient(180deg, #010828, #000000);background-image: -ms-linear-gradient(180deg, #010828, #000000);background-image: -o-linear-gradient(180deg, #010828, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#010828', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#010828', endColorstr='#000000' );";background-image: linear-gradient(180deg, #010828, #000000);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; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { background-color: transparent; background-image: none; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container > .video-iframe-container { display: none; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row > .video-iframe-container { display: none; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .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); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { border-width: 0; border-radius: 0; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { font-size:0.875rem;font-family:arial;height:54rem;width:75rem;position:relative;display:block; }#vda9KOeZ3aP2RgvnigMHOc8qF50H1wEw { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15.799993515014rem;left:10.125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bi3EkrILLDoU5uItyLltePFg2EL3hLVZ { color:#ffffff;display:block;width:43.4375rem;position:absolute;font-family:exo;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:6.8125rem;left:10.125rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KIzFo1NTEtuq6JH1ZMfaLITkbgZtIwHl { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15007;background-color:#016bd8;background-image:none;top:29.6875rem;left:7.375rem;display:block; }
#XsVzVyXnxOIoNxhnXmNtsen9eUpH9m0A { color:rgba(255,255,255,0.33);display:block;width:6.4375rem;position:absolute;font-family:exo;font-size:15.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:23.737504959106rem;left:3.4375rem;height:17.0498125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dSDAEIg6b5mApNTbQMvcyMABS3wrIMGi { 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:15008;opacity:1;top:31.249992370606rem;left:8.9375rem; }
#U0Gn1nLgd2aLTQ8APfJTZZ28qD3vTiqJ { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:exo;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:31.2490234375rem;left:14.1435546875rem;height:3.57440625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bkv6yQybwEMJTu8Ra4q9sOfmWTtIPGDD { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:36.375rem;left:10.5rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aGI0BuIuHX4v81f4PxdTObod5J7snHu4 { color:rgba(255,255,255,0.32);display:block;width:10.4375rem;position:absolute;font-family:exo;font-size:15.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:24.3125rem;left:25.0625rem;height:17.0498125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yS5uLQFh1CJG57if0vqAwWebeKZiu1BM { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15008;background-color:#016bd8;background-image:none;top:29.6875rem;left:30.8125rem;display:block; }
#iPIriyz56BTtNL2xhgvSvMKxo5vnMZfw { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:exo;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:31.7919921875rem;left:37.8125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IqO01GdWITnP1q1O6aDrcPJVRITBO7Th { color:#ffffff;display:block;width:13rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:36.375rem;left:34.5rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UHShpLpHRdXh9Mi1PKK5O2Jtyva3n5Nx { color:rgba(255,255,255,0.35);display:block;width:10.4375rem;position:absolute;font-family:exo;font-size:15.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:24.28750038147rem;left:49.625001907349rem;height:17.0498125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JlnVNeRkWpl7cU5pervBZIcM32E8pb2b { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15009;background-color:#016bd8;background-image:none;top:29.6875rem;left:54.562501907349rem;display:block; }
#gy2bg1pMvZCs2y60h4NgShg4r9QVMLhV { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:exo;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:31.7919921875rem;left:61.75rem;height:3.574225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yGu0euIKuG9z4gIfBAArTMbh6Ig2fmVE { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:36.375rem;left:58.5rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KvmUtW4FzOE4txOTORENnXQZ0JNZDX1F { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:31.375rem;left:32.5rem; }
#DOV27v4sgJ1dTHCmBtlvBaFTnuRCkbhN { 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:15019;opacity:1;top:31.250000953674rem;left:56.125001907349rem; }
#pLVAxmZVzA9QO4d0TvcwXFcFR3LzcPNf { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:5.1749944686889rem;left:10.125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h9uIePkeCJWV9RezrfCo89Q60qxM857a { background-color:#016bd8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:46.2373046875rem;left:32.25rem;display:block; }
#PLhyS9dt7LToMSxxR1lHOas5OrKuyL6h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tSxF2hMplKOowg7Ed51BI4GvOpub3prM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040020;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; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { background-color: transparent; background-image: none; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container > .video-iframe-container { display: none; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row > .video-iframe-container { display: none; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .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); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { border-width: 0; border-radius: 0; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#qCMATHcTkqoLBtPQ0focLvTF0aN8H3wm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.3125rem;top:1rem;left:1.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 { display:block; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNR70lNrFKMxtnutbrdKt0uAavJIbLFs { top:7.0625rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuAEQTxv81WoW3E78n91UXfVtwgJ67pM { top:11.4375rem;left:0rem;width:20rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbOPKP19T8z7wOFSPUZbKdGyzeGNkkrs { width:24.0625rem;height:5.6875rem;top:42.9375rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmzwkr3KrFXnGTtKsnSn7DldEqqhng7T { display:block; }
 }@media only screen and (max-width: 763px) { #T33uTwXQ0WFfmNLUMSXHmy0n5D0nBOIr { top:1.5625rem;left:18.59375rem;width:10.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZUQvS7xrMG3esv1gyzx5wHNISbTFxxU { top:19.9375rem;left:0rem;width:47.75rem;height:26.631808278867rem;display:block; }
 }@media only screen and (max-width: 763px) { #wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 { display:block; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikFFBFUr7oLAyqrgxWiDOTvwUTKPeTni { top:4.625rem;left:0rem;width:20.25rem;height:10.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPCohwl8KspnJKTy3lwOnEAZOTCkq1K1 { top:17.125rem;left:0rem;width:25.0625rem;height:15rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbPIbGxizBnsCt9Mgtap0RlJUwgklIkQ { top:13.9375rem;left:23.443359375rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKBln9K8Mr0ql7pbqKRswhJEv9Lgrff8 { top:13.9375rem;left:35.1875rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNG49scbKr0TnueQIlxO821VyrFKe7sp { top:31.5625rem;left:23.4375rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS2noHZCv1qhIOAD6IbxuoQeD3WJdF9N { top:13.625rem;left:23.53750038147rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIlt1ciaeDm5Q5E6w4rlAWCldgI4UMb3 { top:13.625rem;left:35.25rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmtb8npH8xFUSfQ6br9LoheIfSZamMvP { top:31.3125rem;left:23.5rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQyCEp1rhQPztleeqiiNKglDpeRr3yUM { top:31.25rem;left:35.25rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1fhmnMRWTLyxW36kFs8IzXZZxIHTOxQ { top:31.5625rem;left:35.1875rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqFhV69TXM7oQbhJ8drhgDXlzh63I16T { top:89.375rem;left:0rem;width:20rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0wsI3LA8U0BvuTPTMBd2WrTTxaXAZlN { top:4.625rem;left:24.96875rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsvTJTTkyKrEdSkUocXeDg3xN2lHluXv { top:21.875rem;left:33.9375rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdIhKSHTXyPm84SuX6TM1mMI4prNNwWt { top:21.875rem;left:24.96875rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v55TIkZzr4nHvZtDtLGF79ttIDQqv8Tk { top:4.625rem;left:33.9375rem;width:13.3125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPAfecTfvFb8Rf9x6ehxTENTPoEZtLzM { top:17.375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #No6viqy3ek3ygQIoazFtbQJxX27igACG { top:21.125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvBmLoCXDX9sptLre04SnSWzzbtZUtKZ { top:24.875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltJh819ORSU3Z69bgL2qP9mBVB8rGgKD { top:28.625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTxowxS19hcz31IgSCGw4oaEWURCxovA { top:78.0625rem;left:0rem;width:20rem;height:3.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #alHuvfo0KrwQTwWdhDd3r3dkP419cTcE { top:63.625rem;left:0rem;width:20rem;height:3.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3UDQuGkKlyxRy1h2COIgcqGmu5hGV11 { top:43.25rem;left:0rem;width:20rem;height:5.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rZTEZDbEFTF5yHDSS8HlG1TOF2fz54wX { top:27.5625rem;left:0rem;width:20rem;height:3.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 { display:block; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHBA9F3G3RLdpamP2nzMtTk9e7iLwRaK { top:2.5rem;left:21.96875rem;width:21.625rem;height:8.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKiHBJaI8fPsageS30oaw1ETomlMx7lh { top:0rem;left:0rem;width:47.75rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfgCyP6oKBEtByRT8ewyCeIMIWiWpxIS { width:17.5rem;height:3.4375rem;top:23.6875rem;left:22.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXUORI21iiAmtunvsaXSlsLTM75a3kri { display:block; }
 }@media only screen and (max-width: 763px) { #Kse4LdBbQJEr6TkEqqBptFSldpdVQGLm { top:11.875rem;left:13.4375rem;width:34.3125rem;height:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcUHkriH2JhbX2PfRPEualxnv3Zq0KZx { top:1.125rem;left:0rem;width:23.1875rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgnCrcPJuTTrDNK8kSAba95KTbqBeQI5 { top:12.0625rem;left:20.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT2V15TWicCPAkTolhEEIwakCwEXKwCF { top:15.875rem;left:20.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7DMCEbp35lXGPS1PlhNu3UX9ZeRqwRO { top:17.875rem;left:20.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaNZLFi0w0ycT56SlzgoiTG5rKTberto { top:19.75rem;left:20.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkXWpq4PIJ0a1d1qeUrPPJuS4XBqmDhK { display:block; }#zkXWpq4PIJ0a1d1qeUrPPJuS4XBqmDhK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCSvZsuLNrESuPPDSXnu96tH5PeaUlhr { top:1.75rem;left:0rem;width:34.4375rem;height:9.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m14pvqWTUw04CfKI3i4mrNJ62Xr6dNTi { top:0rem;left:0rem;width:47.75rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcKXv1OT3X8Tl1y3X7TcCJ9ubpiTGTvo { width:17.5rem;height:3.4375rem;top:23.6875rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc8fS03rh2rLcNcJorSOVpsg09LsxUHD { display:block; }
 }@media only screen and (max-width: 763px) { #zWXDLSgVK8I6pIogcm7wMhKN8VDPEQrA { top:12.375rem;left:0rem;width:36rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiSILWgrSOcAdHasPR06OuWGWHGaXgLe { top:1.125rem;left:24.5625rem;width:23.1875rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC9IzUBnoFrHU5rH4TGXSVO1upmfPcze { top:12.625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD1reF1f8UylQ80DypQEPiiVrCV29r2d { top:18.375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 { display:block; }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRAxtOZXJ2hJS7B5VnKViFfdG22TnpEE { top:8.5625rem;left:0rem;width:17.3125rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvk0dE3A7R36hIWntIXZSoT7n8SWblzZ { top:17.5rem;left:0rem;width:17.1875rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OimdUru4xb1kMGP05AS9Iyaahwk9nELv { top:23.3125rem;left:0rem;width:15.6875rem;height:11.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIbAoFAXx2CkkVnKuR1CHkGZX1JWkVFF { top:8.5625rem;left:15rem;width:17.3125rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukUPDZf5rIuEiJ8V8IxL91QXHHtOnxlb { top:8.5625rem;left:30.4375rem;width:17.3125rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqiiFp0bhHiWs8MZILtwIsA2akMp7mkU { top:17.75rem;left:15.0625rem;width:17.1875rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ4TTGPNi0xSAXXCiH69417mQr20JSgm { top:22.4375rem;left:15.8125rem;width:15.6875rem;height:14rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzvG24J7M6c9ekKTTbWKLy82u6S6z0SF { top:17.75rem;left:31.5rem;width:16.25rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8xBocMZ6Lq3PaOpHZGmHkSUwBsh4Zxp { top:23.3125rem;left:32.0625rem;width:15.6875rem;height:12.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi2iOHpINTcSAceER8vO1aEzKNlNgmMG { top:1.3125rem;left:0rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RavVxb3nkxVaPESziVLHbwbpmXegyUNq { top:1.375rem;left:16.90625rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnAPxMunMET53lTgfl4lGf9Sd4b6IDWZ { top:1.3125rem;left:33.8125rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ { display:block; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vda9KOeZ3aP2RgvnigMHOc8qF50H1wEw { top:15.75rem;left:0rem;width:28.375rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi3EkrILLDoU5uItyLltePFg2EL3hLVZ { top:6.8125rem;left:0rem;width:43.4375rem;height:8.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIzFo1NTEtuq6JH1ZMfaLITkbgZtIwHl { top:29.6875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsVzVyXnxOIoNxhnXmNtsen9eUpH9m0A { top:23.6875rem;left:0rem;width:6.4375rem;height:17rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSDAEIg6b5mApNTbQMvcyMABS3wrIMGi { top:31.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0Gn1nLgd2aLTQ8APfJTZZ28qD3vTiqJ { top:31.1875rem;left:0.5185546875rem;width:8.5rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkv6yQybwEMJTu8Ra4q9sOfmWTtIPGDD { top:36.375rem;left:0rem;width:11.25rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGI0BuIuHX4v81f4PxdTObod5J7snHu4 { top:24.3125rem;left:11.4375rem;width:10.4375rem;height:17rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS5uLQFh1CJG57if0vqAwWebeKZiu1BM { top:29.6875rem;left:17.1875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPIriyz56BTtNL2xhgvSvMKxo5vnMZfw { top:31.75rem;left:24.1875rem;width:9.5rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqO01GdWITnP1q1O6aDrcPJVRITBO7Th { top:40.875rem;left:0rem;width:11.4375rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHShpLpHRdXh9Mi1PKK5O2Jtyva3n5Nx { top:24.25rem;left:36.000001907349rem;width:10.4375rem;height:17rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlnVNeRkWpl7cU5pervBZIcM32E8pb2b { top:29.6875rem;left:40.937501907349rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy2bg1pMvZCs2y60h4NgShg4r9QVMLhV { top:31.75rem;left:38.25rem;width:9.5rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGu0euIKuG9z4gIfBAArTMbh6Ig2fmVE { top:36.375rem;left:34.875rem;width:12.875rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvmUtW4FzOE4txOTORENnXQZ0JNZDX1F { top:31.375rem;left:18.875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOV27v4sgJ1dTHCmBtlvBaFTnuRCkbhN { top:31.25rem;left:42.500001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLVAxmZVzA9QO4d0TvcwXFcFR3LzcPNf { top:5.125rem;left:0rem;width:41.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9uIePkeCJWV9RezrfCo89Q60qxM857a { width:17.5rem;height:3.4375rem;top:46.1875rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLhyS9dt7LToMSxxR1lHOas5OrKuyL6h { display:block; }
 }@media only screen and (max-width: 763px) { #tSxF2hMplKOowg7Ed51BI4GvOpub3prM { display:block; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCMATHcTkqoLBtPQ0focLvTF0aN8H3wm { top:1rem;left:0rem;width:8.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 { display:block; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNR70lNrFKMxtnutbrdKt0uAavJIbLFs { width:20rem;height:3.8496125rem;top:6.5556640625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuAEQTxv81WoW3E78n91UXfVtwgJ67pM { width:20rem;height:5.19921875rem;top:11.4443359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbOPKP19T8z7wOFSPUZbKdGyzeGNkkrs { width:11.6875rem;height:3.1875rem;top:34.15625rem;left:4.15625rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Lmzwkr3KrFXnGTtKsnSn7DldEqqhng7T { display:block; }
 }@media only screen and (max-width: 763px) { #T33uTwXQ0WFfmNLUMSXHmy0n5D0nBOIr { width:8.875rem;height:4.3125rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZUQvS7xrMG3esv1gyzx5wHNISbTFxxU { width:20rem;height:11.154684095861rem;top:19.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 { display:block; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { width:20rem;height:102.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikFFBFUr7oLAyqrgxWiDOTvwUTKPeTni { width:20rem;height:4.3984375rem;top:1.7490234375rem;left:0rem;font-size:2rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #FPCohwl8KspnJKTy3lwOnEAZOTCkq1K1 { width:20rem;height:0.375rem;top:6.8875026702881rem;left:0rem;font-size:0.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zbPIbGxizBnsCt9Mgtap0RlJUwgklIkQ { width:5.3125rem;height:1.6875rem;top:9.40625rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DKBln9K8Mr0ql7pbqKRswhJEv9Lgrff8 { width:12.5625rem;height:1.6875rem;top:29.0625rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNG49scbKr0TnueQIlxO821VyrFKe7sp { width:12.5625rem;height:1.6875rem;top:53.15625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS2noHZCv1qhIOAD6IbxuoQeD3WJdF9N { width:12.5rem;height:2.25rem;top:9.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIlt1ciaeDm5Q5E6w4rlAWCldgI4UMb3 { width:12.5rem;height:2.25rem;top:28.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmtb8npH8xFUSfQ6br9LoheIfSZamMvP { width:12.5rem;height:2.25rem;top:52.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQyCEp1rhQPztleeqiiNKglDpeRr3yUM { width:12.5rem;height:2.25rem;top:72.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1fhmnMRWTLyxW36kFs8IzXZZxIHTOxQ { width:12.5625rem;height:1.6875rem;top:72.625rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqFhV69TXM7oQbhJ8drhgDXlzh63I16T { width:20rem;height:5.361325rem;top:93.662109375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O0wsI3LA8U0BvuTPTMBd2WrTTxaXAZlN { width:13.125rem;height:13.125rem;top:8.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsvTJTTkyKrEdSkUocXeDg3xN2lHluXv { width:12.8125rem;height:12.8125rem;top:71.125rem;left:5.5rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #TdIhKSHTXyPm84SuX6TM1mMI4prNNwWt { width:13.25rem;height:13.25rem;top:51.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v55TIkZzr4nHvZtDtLGF79ttIDQqv8Tk { width:13.3125rem;height:13.3125rem;top:28.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPAfecTfvFb8Rf9x6ehxTENTPoEZtLzM { display:flex;width:1.3125rem;height:1.3125rem;top:72.78125rem;left:2.0625rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #No6viqy3ek3ygQIoazFtbQJxX27igACG { display:flex;width:1.3125rem;height:1.3125rem;top:29.25rem;left:2.0625rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #CvBmLoCXDX9sptLre04SnSWzzbtZUtKZ { display:flex;width:1.3125rem;height:1.3125rem;top:53.09375rem;left:2.0625rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #ltJh819ORSU3Z69bgL2qP9mBVB8rGgKD { display:flex;width:1.3125rem;height:1.3125rem;top:9.625rem;left:2.0625rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #hTxowxS19hcz31IgSCGw4oaEWURCxovA { width:18.125rem;height:3.375rem;top:85.5625rem;left:0.9375rem;font-size:1.125rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #alHuvfo0KrwQTwWdhDd3r3dkP419cTcE { width:16.875rem;height:3.375rem;top:65.5625rem;left:1.5625rem;font-size:1.125rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S3UDQuGkKlyxRy1h2COIgcqGmu5hGV11 { width:15.875rem;height:5.0625rem;top:44.1875rem;left:2.0625rem;font-size:1.125rem;z-index:14991;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZTEZDbEFTF5yHDSS8HlG1TOF2fz54wX { width:16.3125rem;height:3.375rem;top:22.75rem;left:1.84375rem;font-size:1.125rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 { display:block; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { width:20rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHBA9F3G3RLdpamP2nzMtTk9e7iLwRaK { width:17.5625rem;height:2.19921875rem;top:2.5625rem;left:1.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKiHBJaI8fPsageS30oaw1ETomlMx7lh { width:20rem;height:45.875rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfgCyP6oKBEtByRT8ewyCeIMIWiWpxIS { width:11.75rem;height:3.4375rem;top:39.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXUORI21iiAmtunvsaXSlsLTM75a3kri { display:block; }
 }@media only screen and (max-width: 763px) { #Kse4LdBbQJEr6TkEqqBptFSldpdVQGLm { width:16.5rem;height:9.1875rem;top:7.125rem;left:2.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcUHkriH2JhbX2PfRPEualxnv3Zq0KZx { width:20rem;height:20rem;top:18.3427734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgnCrcPJuTTrDNK8kSAba95KTbqBeQI5 { display:flex;width:0.875rem;height:0.875rem;top:7.5625rem;left:0.84375rem; }
 }@media only screen and (max-width: 763px) { #vT2V15TWicCPAkTolhEEIwakCwEXKwCF { display:flex;width:0.875rem;height:0.875rem;top:9.875rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #P7DMCEbp35lXGPS1PlhNu3UX9ZeRqwRO { display:flex;width:0.875rem;height:0.875rem;top:11.4375rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #XaNZLFi0w0ycT56SlzgoiTG5rKTberto { display:flex;width:0.875rem;height:0.875rem;top:13.9375rem;left:0.84375rem; }
 }@media only screen and (max-width: 763px) { #zkXWpq4PIJ0a1d1qeUrPPJuS4XBqmDhK { display:block; }#zkXWpq4PIJ0a1d1qeUrPPJuS4XBqmDhK > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCSvZsuLNrESuPPDSXnu96tH5PeaUlhr { width:17.5625rem;height:6.597625rem;top:2rem;left:1.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m14pvqWTUw04CfKI3i4mrNJ62Xr6dNTi { width:20rem;height:47.4375rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcKXv1OT3X8Tl1y3X7TcCJ9ubpiTGTvo { width:10.4375rem;height:3.4375rem;top:42.4052734375rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc8fS03rh2rLcNcJorSOVpsg09LsxUHD { display:block; }
 }@media only screen and (max-width: 763px) { #zWXDLSgVK8I6pIogcm7wMhKN8VDPEQrA { width:16.375rem;height:7.875rem;top:10.94921875rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiSILWgrSOcAdHasPR06OuWGWHGaXgLe { width:20rem;height:20rem;top:20.2802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC9IzUBnoFrHU5rH4TGXSVO1upmfPcze { display:flex;width:1.0625rem;height:1.0625rem;top:11.375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #AD1reF1f8UylQ80DypQEPiiVrCV29r2d { display:flex;width:1.125rem;height:1.125rem;top:16.6875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 { display:block; }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRAxtOZXJ2hJS7B5VnKViFfdG22TnpEE { width:17.3125rem;height:22.4375rem;top:2.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvk0dE3A7R36hIWntIXZSoT7n8SWblzZ { width:17.1875rem;height:2.75rem;top:12.03125rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OimdUru4xb1kMGP05AS9Iyaahwk9nELv { width:15.6875rem;height:7.875rem;top:16.0625rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIbAoFAXx2CkkVnKuR1CHkGZX1JWkVFF { width:17.3125rem;height:22.4375rem;top:27.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukUPDZf5rIuEiJ8V8IxL91QXHHtOnxlb { width:17.3125rem;height:22.4375rem;top:53.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqiiFp0bhHiWs8MZILtwIsA2akMp7mkU { width:17.1875rem;height:2.75rem;top:37.75rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ4TTGPNi0xSAXXCiH69417mQr20JSgm { width:15.6875rem;height:7.875rem;top:41.0625rem;left:2.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzvG24J7M6c9ekKTTbWKLy82u6S6z0SF { width:16.25rem;height:2.75rem;top:63.21875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8xBocMZ6Lq3PaOpHZGmHkSUwBsh4Zxp { width:15.6875rem;height:9.1875rem;top:65.9375rem;left:2.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi2iOHpINTcSAceER8vO1aEzKNlNgmMG { width:9.75rem;height:9.75rem;top:0.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RavVxb3nkxVaPESziVLHbwbpmXegyUNq { width:9.75rem;height:9.75rem;top:27.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnAPxMunMET53lTgfl4lGf9Sd4b6IDWZ { width:10.375rem;height:10.375rem;top:51.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ { display:block; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vda9KOeZ3aP2RgvnigMHOc8qF50H1wEw { width:20rem;height:2.8125rem;top:10.2119140625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi3EkrILLDoU5uItyLltePFg2EL3hLVZ { width:20rem;height:4.3984375rem;top:4.5009765625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIzFo1NTEtuq6JH1ZMfaLITkbgZtIwHl { width:6.25rem;height:6.25rem;top:20.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsVzVyXnxOIoNxhnXmNtsen9eUpH9m0A { width:6.4375rem;height:16.3623125rem;top:15rem;left:0rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSDAEIg6b5mApNTbQMvcyMABS3wrIMGi { display:flex;width:3.125rem;height:3.125rem;top:21.625rem;left:5.1875rem; }
 }@media only screen and (max-width: 763px) { #U0Gn1nLgd2aLTQ8APfJTZZ28qD3vTiqJ { width:8.5rem;height:3.57421875rem;top:20.5rem;left:10.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkv6yQybwEMJTu8Ra4q9sOfmWTtIPGDD { width:11.25rem;height:2.625rem;top:27.1875rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGI0BuIuHX4v81f4PxdTObod5J7snHu4 { width:10.4375rem;height:16.3623125rem;top:28.4375rem;left:0rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS5uLQFh1CJG57if0vqAwWebeKZiu1BM { width:6.25rem;height:6.25rem;top:33.5rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPIriyz56BTtNL2xhgvSvMKxo5vnMZfw { width:9.5rem;height:3.57421875rem;top:33.9375rem;left:10.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqO01GdWITnP1q1O6aDrcPJVRITBO7Th { width:11.4375rem;height:2.625rem;top:40.875rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHShpLpHRdXh9Mi1PKK5O2Jtyva3n5Nx { width:10.4375rem;height:16.3623125rem;top:41.8125rem;left:0rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlnVNeRkWpl7cU5pervBZIcM32E8pb2b { width:6.25rem;height:6.25rem;top:46.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy2bg1pMvZCs2y60h4NgShg4r9QVMLhV { width:9.5rem;height:3.574225rem;top:47.3125rem;left:10.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGu0euIKuG9z4gIfBAArTMbh6Ig2fmVE { width:11.4375rem;height:3.9375rem;top:54rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvmUtW4FzOE4txOTORENnXQZ0JNZDX1F { display:flex;width:3.4375rem;height:3.4375rem;top:34.8994140625rem;left:5.03125rem; }
 }@media only screen and (max-width: 763px) { #DOV27v4sgJ1dTHCmBtlvBaFTnuRCkbhN { display:flex;width:3.125rem;height:3.125rem;top:48.4375rem;left:5.1875rem; }
 }@media only screen and (max-width: 763px) { #pLVAxmZVzA9QO4d0TvcwXFcFR3LzcPNf { width:20rem;height:1.6875rem;top:2.8759765625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9uIePkeCJWV9RezrfCo89Q60qxM857a { width:17.5rem;height:3.4375rem;top:62.430671875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLhyS9dt7LToMSxxR1lHOas5OrKuyL6h { display:block; }
 }@media only screen and (max-width: 763px) { #tSxF2hMplKOowg7Ed51BI4GvOpub3prM { display:block; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCMATHcTkqoLBtPQ0focLvTF0aN8H3wm { width:8.125rem;height:3.25rem;top:1.46875rem;left:5.9375rem;display:block; }
 }