.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row .container { background-color: transparent; background-image: none; }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row .container > .video-iframe-container { display: none; }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row > .video-iframe-container { display: none; }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .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); }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row .container { border-width: 0; border-radius: 0; }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#G8dbcCsop2ZeqzF5tybWufK91cEQDEWv { color:#000000;display:block;width:20.687040328979rem;position:absolute;font-family:"russo one";font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0018382072449rem;left:27.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5dada;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; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { background-color: transparent; background-image: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container > .video-iframe-container { display: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container { display: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .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); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { border-width: 0; border-radius: 0; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#IrBk8VhSlItBTAN7N0l8n0X9Qv7bXtgN { 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.9375rem;width:12.3125rem;top:4.0579042434692rem;left:30.875rem;overflow:hidden;display:block; }
#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002642;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; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container { background-color: transparent; background-image: none; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container > .video-iframe-container { display: none; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row > .video-iframe-container { display: none; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .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); }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container { border-width: 0; border-radius: 0; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container { font-size:0.875rem;font-family:arial;height:147.75rem;width:75rem;position:relative;display:block; }#q6c0I7eE2Cub4iUIkTytrvm02aeak5pB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.8125rem;width:17.8125rem;top:18.25rem;left:53.625rem;overflow:hidden;display:block; }
#HnkqbkZRcpxAicskFGtMXlb8yG6Rz3aN { color:#000000;display:block;width:15rem;position:absolute;font-family:"russo one";font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:131.4052734375rem;left:5rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gbPfuQXpMA6JmBZNdcb76GzsAIH2z5oO { position:absolute;display:block;z-index:15026;background-color:#000000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1865234375rem;width:15.625rem;top:132.3115234375rem;left:4.6875rem;display:block; }
#pNup0eTFdKTOaUwdntqwwaPsQwEKhJ7c { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"russo one";font-size:2.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:42.09375rem;left:2.9375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#souo8HrowN4EtBJI0dwZx5hQgF17GQx5 { color:#000000;display:block;width:15rem;position:absolute;font-family:"russo one";font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:39.404296875rem;left:5.0625rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MlT3Tmn9QcLuvRigTMTUz0LnU9wIH1Zo { position:absolute;display:block;z-index:15027;background-color:#000000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1865234375rem;width:15.625rem;top:40.310546875rem;left:4.6875rem;display:block; }
#yOa7WffNENBNf6XOwOpIMpOvvLc7pXa6 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"russo one";font-size:2.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:134.375rem;left:2.9375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N4LRGuA2PsvaNbiJk2Ik2v8mRn8IrXQw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.9375rem;width:17.9375rem;top:110rem;left:3.375rem;overflow:hidden;display:block; }
#NFnwWIcr3aS5M52qhEaLArD0mxbvlE5l { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.9375rem;width:17.9375rem;top:18.3074426651rem;left:3.4375rem;overflow:hidden;display:block; }
#XqxfTmQ64mZy8qu50PnmcCZnIg6G0ukv { position:absolute;display:block;z-index:15001;background-color:#e5dada;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:42.625rem;width:19.4375rem;top:102rem;left:2.8125rem;display:block; }
#OKR4Nq5tZgvOZf4p8Tyc3sWLKocKaUva { position:absolute;display:block;z-index:15000;background-color:#e5dada;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:42.625rem;width:19.4375rem;top:10.187499046326rem;left:2.8125rem;display:block; }
#D9MCPc9qEhc22naAwz71tCaNTSq6Ude2 { color:#000000;display:block;width:19rem;position:absolute;font-family:"russo one";font-size:1.375rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:11.1240234375rem;left:53rem;height:3.5rem;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;font-style:normal;display:block; }
#XDfeRXCBx6v1bcQy0KcqBHG44G23azo2 { color:#000000;display:block;width:17.9365806875rem;position:absolute;font-family:"russo one";font-size:1.5rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:102.6875rem;left:3.4375rem;height:3.875rem;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;font-style:normal;display:block; }
#MP68gHxgNo6toPth85HUMng7f4amRZqI { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"russo one";font-size:1.5rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:10.936579704284rem;left:3.1875rem;height:3.875rem;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;font-style:normal;display:block; }
#nBrLlyp7MkiPTg4llBLTHvD2k9toTvZW { color:#ffffff;display:block;width:57.1875rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3299627304077rem;left:8.9039516448975rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KqVQUVGqyTtcZn93cFoiFxWmrmOZhu1s { background-color:#ef0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:138.875rem;left:6.3125rem;display:block; }
#aNxWPdHv1OfUMDX4KEZKimnbtHTKGs6a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#noFVPFOA6eiuGz6n3adZbSuIh5SRH0Nn { background-color:#ef0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:46.999305725097rem;left:6.3125rem;display:block; }
#Jgc5ZduqxDfEAp1nsU0dfvoWdLKb4bmC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XbGge6JCvcQrhmqfoxlLAKkdQUyr35fr { position:absolute;display:block;z-index:15003;background-color:#e5dada;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:42.624080657959rem;width:19.437040328979rem;top:10.1875rem;left:52.8125rem;display:block; }
#QmufLZUP8umaCA6Jwb29EuOTA7TKXN1m { color:#000000;display:block;width:15rem;position:absolute;font-family:"russo one";font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:39.404296875rem;left:55rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m1dBDEy2UkHvdqtNTl3DRTRL9KW2rFtC { position:absolute;display:block;z-index:15026;background-color:#000000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1865234375rem;width:15.625rem;top:40.310546875rem;left:54.6875rem;display:block; }
#Ln6iJsE5Tbs8Jbxy4CDFb23CEGbFZZdp { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"russo one";font-size:2.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:42.09375rem;left:52.9375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKerTHxPB3bkpDvg8v6xTU8qwENC84hz { background-color:#ef0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47.1875rem;left:56.3125rem;display:block; }
#kBv2MNmHKlHb9HvX8f8mOSuPfiHwhCLi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#faocqGE7mTX3Pv3CDH4tG16TB247WeI1 { position:absolute;display:block;z-index:15003;background-color:#e5dada;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:42.624080657959rem;width:19.437040328979rem;top:56.3125rem;left:2.8125rem;display:block; }
#u7ckGciVnOFp9fcvOl3InrwUXg922khZ { color:#000000;display:block;width:17.936580657959rem;position:absolute;font-family:"russo one";font-size:1.5rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:57.5625rem;left:3.5625rem;height:3.875rem;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;font-style:normal;display:block; }
#hQIQaFK0QIvKxrGMuBuFyTNNxduD95pK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.8125rem;width:17.8125rem;top:64.5rem;left:3.5625rem;overflow:hidden;display:block; }
#SMKTLCszMNyx072lphQZvV0VpShvQGEc { color:#000000;display:block;width:15rem;position:absolute;font-family:"russo one";font-size:1.5625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:86.2802734375rem;left:5rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JniLlSzZKEszqweDDb2WdT4oJQXo6p94 { position:absolute;display:block;z-index:15028;background-color:#000000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1865234375rem;width:15.625rem;top:87.1865234375rem;left:4.6875rem;display:block; }
#QJBxTSWSb3o4Up0XrvIXSbUJ9vNXiU7S { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"russo one";font-size:2.1875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:89.6865234375rem;left:2.9375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mKBzdIVAnbSf8tazgBIxPfa17KLxIC3q { background-color:#ef0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:94rem;left:6.25rem;display:block; }
#wTX38o1oZULrN0JCXAen5bm3Oq4I89hM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TX0v8SrV6rxkiBDevO9s00HnzGdTyQmb { position:absolute;display:block;z-index:15004;background-color:#e5dada;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:42.624080657959rem;width:19.437040328979rem;top:56.312263488769rem;left:52.75rem;display:block; }
#hkApiAxZvLAMWolw1G2bB6TG2yTvX75h { color:#000000;display:block;width:17.936580657959rem;position:absolute;font-family:"russo one";font-size:1.5rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:57.562263488769rem;left:53.5rem;height:3.875rem;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;font-style:normal;display:block; }
#EOTRVrkJBnU2iHrsyOcd1OVub7BP0xdo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.8125rem;width:17.8125rem;top:64.47403001785rem;left:53.5rem;overflow:hidden;display:block; }
#skhdIyfgeduT9B37GH1aa6lvSEX38kfA { color:#000000;display:block;width:15rem;position:absolute;font-family:"russo one";font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:86.2802734375rem;left:55rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I8S5lG325i8JUR7NlW6te7i0TQoPiLik { position:absolute;display:block;z-index:15027;background-color:#000000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1865234375rem;width:15.625rem;top:87.1865234375rem;left:54.6875rem;display:block; }
#RP4k2BKdqUvMNXoIrUerFShPP3LXSgoD { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"russo one";font-size:2.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:89.6552734375rem;left:52.9375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gmhRqVAFoHXvDn4F3agoQhiNny1QRJi2 { background-color:#ef0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:93.937492370606rem;left:56.25rem;display:block; }
#A9hGMB2SRmakT5TrSWd0g4pVARxHB3GO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LgiTigFKwnXZqkTNzKWMrtQ7pKexPAJa { position:absolute;display:block;z-index:15005;background-color:#e5dada;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:42.624080657959rem;width:19.437040328979rem;top:56.3125rem;left:27.8125rem;display:block; }
#kFdcLaxnwko0xWcI42HDOXLCtKHtXP8b { color:#000000;display:block;width:19.311809539795rem;position:absolute;font-family:"russo one";font-size:1.5rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:57.75rem;left:27.8125rem;height:3.875rem;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;font-style:normal;display:block; }
#BpIbixOTc7iyFy16szKQ9KKeiNgKFALT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.8125rem;width:17.8125rem;top:64.96875rem;left:28.59375rem;overflow:hidden;display:block; }
#OHIFf2WbP3dwT6kne4esqVSr5Q7myKLD { color:#000000;display:block;width:15rem;position:absolute;font-family:"russo one";font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:86.2802734375rem;left:30rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GTrMb73RkOebwyNwUqAEFZogGQZv7kb7 { position:absolute;display:block;z-index:15026;background-color:#000000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1865234375rem;width:15.625rem;top:87.1865234375rem;left:29.6875rem;display:block; }
#U18N1fHDep62vc7OgN34KXinQ9vQF8DQ { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"russo one";font-size:2.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:89.6552734375rem;left:27.9375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E8UJw4a998qPxlWZnhyTmqKB3OVh6JTv { background-color:#ef0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:94rem;left:31.25rem;display:block; }
#OLShNtTApvFiTbFf58pcxMn4eT1VFb9U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QoGRmso5fBNGALwmtQT6r6vZEmnd7aeH { color:#000000;display:block;width:19rem;position:absolute;font-family:"russo one";font-size:1.5rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:10.9365234375rem;left:28rem;height:3.875rem;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;font-style:normal;display:block; }
#DIuQ26hu5oivWuxK5pb9F6qoxq1Ti4ff { position:absolute;display:block;z-index:15010;background-color:#e5dada;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:42.6240234375rem;width:19.4365234375rem;top:10.1875rem;left:27.8125rem;display:block; }
#vavZUONJxeIvBIHiQW4xRBc1QVnqeI1z { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.9375rem;width:17.9375rem;top:18.1875rem;left:28.53125rem;overflow:hidden;display:block; }
#fo3BXwLBaJvXIgHyfMe9HPmEz5DwN7bz { color:#000000;display:block;width:15rem;position:absolute;font-family:"russo one";font-size:1.5625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:39.404296875rem;left:30rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CvZ6V9f0JmgsxEQNr06XSoZBUJaPPlxd { position:absolute;display:block;z-index:15033;background-color:#000000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1865234375rem;width:15.625rem;top:40.310546875rem;left:29.6875rem;display:block; }
#uWHuF5g21TSTpNUGwynibJmaiLN60LMC { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"russo one";font-size:2.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:42.09375rem;left:27.9375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S8pz6RWuktusAyoZOyUN044K9kb9sIcT { background-color:#ef0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:47rem;left:31.3125rem;display:block; }
#D1rUWpu6kTJTuUbWAI2Iqh4Z0i43Kttp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Smoyr6nlyTo2tbAsGxCf886sXbOvm2kP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5dada;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; }#Smoyr6nlyTo2tbAsGxCf886sXbOvm2kP > .row .container { background-color: transparent; background-image: none; }#Smoyr6nlyTo2tbAsGxCf886sXbOvm2kP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Smoyr6nlyTo2tbAsGxCf886sXbOvm2kP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Smoyr6nlyTo2tbAsGxCf886sXbOvm2kP > .row .container > .video-iframe-container { display: none; }#Smoyr6nlyTo2tbAsGxCf886sXbOvm2kP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Smoyr6nlyTo2tbAsGxCf886sXbOvm2kP > .row > .video-iframe-container { display: none; }#Smoyr6nlyTo2tbAsGxCf886sXbOvm2kP > .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); }#Smoyr6nlyTo2tbAsGxCf886sXbOvm2kP > .row .container { border-width: 0; border-radius: 0; }#Smoyr6nlyTo2tbAsGxCf886sXbOvm2kP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Smoyr6nlyTo2tbAsGxCf886sXbOvm2kP > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#nMxeIukrSaTM5VweLtabkhZ3btT02Jfu { color:#000000;display:block;width:71.25rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8864898681641rem;left:1.8738517761231rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#rLowXN2aBIVcFuucQI6kNrSZcpKS2BTG { color:#000000;display:block;width:69.25rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4696655273438rem;left:2.8733921051026rem;height:17.25rem;text-align:left;text-align-last:left;display:block; }
#ThOVHKPCAcM3HW8iL44fTy9cKkMTlFEg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#02040f;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; }#ThOVHKPCAcM3HW8iL44fTy9cKkMTlFEg > .row .container { background-color: transparent; background-image: none; }#ThOVHKPCAcM3HW8iL44fTy9cKkMTlFEg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThOVHKPCAcM3HW8iL44fTy9cKkMTlFEg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThOVHKPCAcM3HW8iL44fTy9cKkMTlFEg > .row .container > .video-iframe-container { display: none; }#ThOVHKPCAcM3HW8iL44fTy9cKkMTlFEg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThOVHKPCAcM3HW8iL44fTy9cKkMTlFEg > .row > .video-iframe-container { display: none; }#ThOVHKPCAcM3HW8iL44fTy9cKkMTlFEg > .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); }#ThOVHKPCAcM3HW8iL44fTy9cKkMTlFEg > .row .container { border-width: 0; border-radius: 0; }#ThOVHKPCAcM3HW8iL44fTy9cKkMTlFEg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ThOVHKPCAcM3HW8iL44fTy9cKkMTlFEg > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#ESu9AwXElxF61k2zBBHbRgUsTati4xQt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3743104934694rem;height:2.5620403289795rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.75rem;left:8.625rem;display:block; }
#Sfb4A1kVba21uLQGEDyQG0EbM6Tndhd1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vQJXznEb3JbyXArhuLWGGJJxJZvGkAP0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:1.6865807771682rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2.1875rem;left:34.6875rem;display:block; }
#H5HbTrGshuKR4vMBVZ0dzK5kOCc7QNoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dkQJMIBT3kpKgw9DJDxVyyZoLybZfSJV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4993104934694rem;height:1.6865807771682rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.1875rem;left:51.3125rem;display:block; }
#CXuS9tSeM7aTu19dM2RX6lHNXVfNkJr4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ba8tqJt09KbMMWPFidFW8w60PVGesBCq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.499310493469rem;height:2.2495403289795rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.9375rem;left:19.8125rem;display:block; }
#AS2tgbMTVmmi5OOUcWqOJXuJMDTXo6ye { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#en412weGK1USXMmWdo1tfRo7kzSkiTCt { color:#ffffff;display:block;width:21.312040328979rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:5.9354400634766rem;left:26.8125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#HQOSGNavdcxBxBKqsucQLIQyLQMlTNXo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4993104934694rem;height:1.6865807771682rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:2.1875rem;left:59.4375rem;display:block; }
#VLdr213vTw4Dws9TlFxF3qR3QBsxsUdU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL { display:block; }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8dbcCsop2ZeqzF5tybWufK91cEQDEWv { top:1rem;left:13.5rem;width:20.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 { display:block; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IrBk8VhSlItBTAN7N0l8n0X9Qv7bXtgN { top:4rem;left:17.25rem;width:12.3125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T { display:block; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6c0I7eE2Cub4iUIkTytrvm02aeak5pB { top:18.25rem;left:29.8125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnkqbkZRcpxAicskFGtMXlb8yG6Rz3aN { top:131.375rem;left:0.4375rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbPfuQXpMA6JmBZNdcb76GzsAIH2z5oO { top:132.25rem;left:0.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNup0eTFdKTOaUwdntqwwaPsQwEKhJ7c { top:42.0625rem;left:0rem;width:19.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #souo8HrowN4EtBJI0dwZx5hQgF17GQx5 { top:39.375rem;left:0.5rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlT3Tmn9QcLuvRigTMTUz0LnU9wIH1Zo { top:40.25rem;left:0.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOa7WffNENBNf6XOwOpIMpOvvLc7pXa6 { top:134.375rem;left:0rem;width:19.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4LRGuA2PsvaNbiJk2Ik2v8mRn8IrXQw { top:110rem;left:0rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFnwWIcr3aS5M52qhEaLArD0mxbvlE5l { top:18.25rem;left:0rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqxfTmQ64mZy8qu50PnmcCZnIg6G0ukv { top:102rem;left:0rem;width:19.4375rem;height:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKR4Nq5tZgvOZf4p8Tyc3sWLKocKaUva { top:10.125rem;left:0rem;width:19.375rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9MCPc9qEhc22naAwz71tCaNTSq6Ude2 { top:11.0625rem;left:28.625rem;width:19rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDfeRXCBx6v1bcQy0KcqBHG44G23azo2 { top:102.6875rem;left:0rem;width:17.875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP68gHxgNo6toPth85HUMng7f4amRZqI { top:10.875rem;left:0rem;width:18.375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBrLlyp7MkiPTg4llBLTHvD2k9toTvZW { top:2.3125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqVQUVGqyTtcZn93cFoiFxWmrmOZhu1s { width:12.5rem;height:3.4375rem;top:138.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNxWPdHv1OfUMDX4KEZKimnbtHTKGs6a { display:block; }
 }@media only screen and (max-width: 763px) { #noFVPFOA6eiuGz6n3adZbSuIh5SRH0Nn { width:12.5rem;height:3.4375rem;top:46.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgc5ZduqxDfEAp1nsU0dfvoWdLKb4bmC { display:block; }
 }@media only screen and (max-width: 763px) { #XbGge6JCvcQrhmqfoxlLAKkdQUyr35fr { top:10.1875rem;left:28.25rem;width:19.375rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmufLZUP8umaCA6Jwb29EuOTA7TKXN1m { top:39.375rem;left:32.1875rem;width:15rem;height:0;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1dBDEy2UkHvdqtNTl3DRTRL9KW2rFtC { top:40.25rem;left:31.875rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln6iJsE5Tbs8Jbxy4CDFb23CEGbFZZdp { top:42.0625rem;left:28.5rem;width:19.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKerTHxPB3bkpDvg8v6xTU8qwENC84hz { width:12.5rem;height:3.4375rem;top:47.1875rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBv2MNmHKlHb9HvX8f8mOSuPfiHwhCLi { display:block; }
 }@media only screen and (max-width: 763px) { #faocqGE7mTX3Pv3CDH4tG16TB247WeI1 { top:56.3125rem;left:0rem;width:19.375rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7ckGciVnOFp9fcvOl3InrwUXg922khZ { top:57.5625rem;left:0rem;width:17.875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQIQaFK0QIvKxrGMuBuFyTNNxduD95pK { top:64.5rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMKTLCszMNyx072lphQZvV0VpShvQGEc { top:86.25rem;left:0.4375rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JniLlSzZKEszqweDDb2WdT4oJQXo6p94 { top:87.125rem;left:0.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJBxTSWSb3o4Up0XrvIXSbUJ9vNXiU7S { top:89.625rem;left:0rem;width:19.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKBzdIVAnbSf8tazgBIxPfa17KLxIC3q { width:12.5rem;height:3.4375rem;top:94rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTX38o1oZULrN0JCXAen5bm3Oq4I89hM { display:block; }
 }@media only screen and (max-width: 763px) { #TX0v8SrV6rxkiBDevO9s00HnzGdTyQmb { top:56.25rem;left:28.25rem;width:19.375rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkApiAxZvLAMWolw1G2bB6TG2yTvX75h { top:57.5rem;left:29.75rem;width:17.875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOTRVrkJBnU2iHrsyOcd1OVub7BP0xdo { top:64.4375rem;left:29.75rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skhdIyfgeduT9B37GH1aa6lvSEX38kfA { top:86.25rem;left:32.1875rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8S5lG325i8JUR7NlW6te7i0TQoPiLik { top:87.125rem;left:31.875rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP4k2BKdqUvMNXoIrUerFShPP3LXSgoD { top:89.625rem;left:28.5rem;width:19.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmhRqVAFoHXvDn4F3agoQhiNny1QRJi2 { width:12.5rem;height:3.4375rem;top:93.875rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9hGMB2SRmakT5TrSWd0g4pVARxHB3GO { display:block; }
 }@media only screen and (max-width: 763px) { #LgiTigFKwnXZqkTNzKWMrtQ7pKexPAJa { top:56.3125rem;left:12.375rem;width:19.375rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFdcLaxnwko0xWcI42HDOXLCtKHtXP8b { top:57.75rem;left:12.5rem;width:19.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpIbixOTc7iyFy16szKQ9KKeiNgKFALT { top:64.9375rem;left:13.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHIFf2WbP3dwT6kne4esqVSr5Q7myKLD { top:86.25rem;left:16.3125rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTrMb73RkOebwyNwUqAEFZogGQZv7kb7 { top:87.125rem;left:16rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U18N1fHDep62vc7OgN34KXinQ9vQF8DQ { top:89.625rem;left:12.625rem;width:19.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8UJw4a998qPxlWZnhyTmqKB3OVh6JTv { width:12.5rem;height:3.4375rem;top:94rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLShNtTApvFiTbFf58pcxMn4eT1VFb9U { display:block; }
 }@media only screen and (max-width: 763px) { #QoGRmso5fBNGALwmtQT6r6vZEmnd7aeH { top:10.875rem;left:12.75rem;width:19rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIuQ26hu5oivWuxK5pb9F6qoxq1Ti4ff { top:10.1875rem;left:12.375rem;width:19.375rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vavZUONJxeIvBIHiQW4xRBc1QVnqeI1z { top:18.1875rem;left:13.8125rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo3BXwLBaJvXIgHyfMe9HPmEz5DwN7bz { top:39.375rem;left:16.3125rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvZ6V9f0JmgsxEQNr06XSoZBUJaPPlxd { top:40.25rem;left:16rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWHuF5g21TSTpNUGwynibJmaiLN60LMC { top:42.0625rem;left:12.625rem;width:19.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8pz6RWuktusAyoZOyUN044K9kb9sIcT { width:12.5rem;height:3.4375rem;top:47rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1rUWpu6kTJTuUbWAI2Iqh4Z0i43Kttp { display:block; }
 }@media only screen and (max-width: 763px) { #Smoyr6nlyTo2tbAsGxCf886sXbOvm2kP { display:block; }#Smoyr6nlyTo2tbAsGxCf886sXbOvm2kP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMxeIukrSaTM5VweLtabkhZ3btT02Jfu { top:1.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLowXN2aBIVcFuucQI6kNrSZcpKS2BTG { top:6.4375rem;left:0rem;width:47.75rem;height:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThOVHKPCAcM3HW8iL44fTy9cKkMTlFEg { display:block; }#ThOVHKPCAcM3HW8iL44fTy9cKkMTlFEg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESu9AwXElxF61k2zBBHbRgUsTati4xQt { width:8.3125rem;height:2.5rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfb4A1kVba21uLQGEDyQG0EbM6Tndhd1 { display:block; }
 }@media only screen and (max-width: 763px) { #vQJXznEb3JbyXArhuLWGGJJxJZvGkAP0 { width:14.6875rem;height:1.625rem;top:2.1875rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5HbTrGshuKR4vMBVZ0dzK5kOCc7QNoT { display:block; }
 }@media only screen and (max-width: 763px) { #dkQJMIBT3kpKgw9DJDxVyyZoLybZfSJV { width:6.4375rem;height:1.625rem;top:2.1875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXuS9tSeM7aTu19dM2RX6lHNXVfNkJr4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ba8tqJt09KbMMWPFidFW8w60PVGesBCq { width:11.4375rem;height:2.1875rem;top:1.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS2tgbMTVmmi5OOUcWqOJXuJMDTXo6ye { display:block; }
 }@media only screen and (max-width: 763px) { #en412weGK1USXMmWdo1tfRo7kzSkiTCt { top:5.875rem;left:13.1875rem;width:21.25rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQOSGNavdcxBxBKqsucQLIQyLQMlTNXo { width:6.4375rem;height:1.625rem;top:2.1875rem;left:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLdr213vTw4Dws9TlFxF3qR3QBsxsUdU { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8dbcCsop2ZeqzF5tybWufK91cEQDEWv { width:18.686809539795rem;height:1.625rem;top:1.0661764144898rem;left:0.65602028369906rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 { background-color:#e5dada;background-image:none;display:block; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { background-color: transparent; background-image: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container > .video-iframe-container { display: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container { display: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .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); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IrBk8VhSlItBTAN7N0l8n0X9Qv7bXtgN { width:12.625rem;height:4.0625rem;top:4.245174407959rem;left:3.280100941658rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T { background-color:#002642;background-image:none;display:block; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container { background-color: transparent; background-image: none; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container > .video-iframe-container { display: none; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row > .video-iframe-container { display: none; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .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); }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container { width:20rem;height:326.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6c0I7eE2Cub4iUIkTytrvm02aeak5pB { width:17.8125rem;height:17.8125rem;top:106.5rem;left:1.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HnkqbkZRcpxAicskFGtMXlb8yG6Rz3aN { width:18rem;height:2.4375rem;top:304.6875rem;left:1rem;font-size:1.875rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #gbPfuQXpMA6JmBZNdcb76GzsAIH2z5oO { width:18.125rem;height:0.25rem;top:305.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNup0eTFdKTOaUwdntqwwaPsQwEKhJ7c { width:19.25rem;height:2.875rem;top:42.1865234375rem;left:0.375rem;font-size:2.25rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #souo8HrowN4EtBJI0dwZx5hQgF17GQx5 { width:18rem;height:2.4375rem;top:37.9677734375rem;left:1rem;font-size:1.875rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #MlT3Tmn9QcLuvRigTMTUz0LnU9wIH1Zo { width:18.125rem;height:0.25rem;top:39.0615234375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOa7WffNENBNf6XOwOpIMpOvvLc7pXa6 { width:19.25rem;height:2.875rem;top:308.375rem;left:0.375rem;font-size:2.25rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #N4LRGuA2PsvaNbiJk2Ik2v8mRn8IrXQw { width:17.8125rem;height:17.8125rem;top:284.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFnwWIcr3aS5M52qhEaLArD0mxbvlE5l { width:17.8125rem;height:17.8125rem;top:17.749310493469rem;left:1.0615807771682rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqxfTmQ64mZy8qu50PnmcCZnIg6G0ukv { width:20rem;height:41.25rem;top:10.874310493469rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #OKR4Nq5tZgvOZf4p8Tyc3sWLKocKaUva { width:20rem;height:41.25rem;top:277.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #D9MCPc9qEhc22naAwz71tCaNTSq6Ude2 { width:19.5622691875rem;height:3.5rem;top:100.125rem;left:0.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDfeRXCBx6v1bcQy0KcqBHG44G23azo2 { width:18.061809539795rem;height:3.875rem;top:278.5rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP68gHxgNo6toPth85HUMng7f4amRZqI { width:19.375rem;height:3.875rem;top:12.0615234375rem;left:0.3740234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBrLlyp7MkiPTg4llBLTHvD2k9toTvZW { width:20rem;height:4rem;top:3.20703125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-family:rubik;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KqVQUVGqyTtcZn93cFoiFxWmrmOZhu1s { width:12.5rem;height:3.4375rem;top:313.1875rem;left:3.75rem;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #aNxWPdHv1OfUMDX4KEZKimnbtHTKGs6a { display:block; }
 }@media only screen and (max-width: 763px) { #noFVPFOA6eiuGz6n3adZbSuIh5SRH0Nn { width:12.5rem;height:3.4375rem;top:46.9365234375rem;left:3.75rem;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #Jgc5ZduqxDfEAp1nsU0dfvoWdLKb4bmC { display:block; }
 }@media only screen and (max-width: 763px) { #XbGge6JCvcQrhmqfoxlLAKkdQUyr35fr { width:20rem;height:41.25rem;top:99.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QmufLZUP8umaCA6Jwb29EuOTA7TKXN1m { width:18rem;height:2.4375rem;top:126.5625rem;left:1rem;font-size:1.875rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #m1dBDEy2UkHvdqtNTl3DRTRL9KW2rFtC { width:18.125rem;height:0.25rem;top:127.65625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln6iJsE5Tbs8Jbxy4CDFb23CEGbFZZdp { width:19.25rem;height:2.875rem;top:130.9375rem;left:0.375rem;font-size:2.25rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #EKerTHxPB3bkpDvg8v6xTU8qwENC84hz { width:12.5rem;height:3.4375rem;top:135.875rem;left:3.75rem;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #kBv2MNmHKlHb9HvX8f8mOSuPfiHwhCLi { display:block; }
 }@media only screen and (max-width: 763px) { #faocqGE7mTX3Pv3CDH4tG16TB247WeI1 { width:20rem;height:41.25rem;top:143.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #u7ckGciVnOFp9fcvOl3InrwUXg922khZ { width:17.874540328979rem;height:3.875rem;top:144.375rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQIQaFK0QIvKxrGMuBuFyTNNxduD95pK { width:17.8125rem;height:17.8125rem;top:150.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMKTLCszMNyx072lphQZvV0VpShvQGEc { width:18rem;height:2.4375rem;top:171.0625rem;left:1rem;font-size:1.875rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #JniLlSzZKEszqweDDb2WdT4oJQXo6p94 { width:18.125rem;height:0.25rem;top:172.15625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJBxTSWSb3o4Up0XrvIXSbUJ9vNXiU7S { width:19.25rem;height:2.8125rem;top:175.3125rem;left:0.375rem;font-size:2.1875rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #mKBzdIVAnbSf8tazgBIxPfa17KLxIC3q { width:12.5rem;height:3.4375rem;top:180.125rem;left:3.8125rem;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #wTX38o1oZULrN0JCXAen5bm3Oq4I89hM { display:block; }
 }@media only screen and (max-width: 763px) { #TX0v8SrV6rxkiBDevO9s00HnzGdTyQmb { width:20rem;height:41.25rem;top:232.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hkApiAxZvLAMWolw1G2bB6TG2yTvX75h { width:17.874540328979rem;height:3.875rem;top:233.1875rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOTRVrkJBnU2iHrsyOcd1OVub7BP0xdo { width:17.8125rem;height:17.8125rem;top:239.25rem;left:1.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #skhdIyfgeduT9B37GH1aa6lvSEX38kfA { width:18rem;height:2.4375rem;top:260.1875rem;left:1rem;font-size:1.875rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #I8S5lG325i8JUR7NlW6te7i0TQoPiLik { width:18.125rem;height:0.25rem;top:261.28125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP4k2BKdqUvMNXoIrUerFShPP3LXSgoD { width:19.25rem;height:2.875rem;top:264rem;left:0.375rem;font-size:2.25rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #gmhRqVAFoHXvDn4F3agoQhiNny1QRJi2 { width:12.5rem;height:3.4375rem;top:269rem;left:3.75rem;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #A9hGMB2SRmakT5TrSWd0g4pVARxHB3GO { display:block; }
 }@media only screen and (max-width: 763px) { #LgiTigFKwnXZqkTNzKWMrtQ7pKexPAJa { width:20rem;height:41.25rem;top:188.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kFdcLaxnwko0xWcI42HDOXLCtKHtXP8b { width:19.875rem;height:3.875rem;top:188.8125rem;left:0.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpIbixOTc7iyFy16szKQ9KKeiNgKFALT { width:17.8125rem;height:17.8125rem;top:194.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHIFf2WbP3dwT6kne4esqVSr5Q7myKLD { width:18rem;height:2.4375rem;top:215.15625rem;left:1rem;font-size:1.875rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #GTrMb73RkOebwyNwUqAEFZogGQZv7kb7 { width:18.125rem;height:0.25rem;top:216.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U18N1fHDep62vc7OgN34KXinQ9vQF8DQ { width:19.25rem;height:2.875rem;top:219.0625rem;left:0.375rem;font-size:2.25rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #E8UJw4a998qPxlWZnhyTmqKB3OVh6JTv { width:12.5rem;height:3.4375rem;top:224.6875rem;left:3.75rem;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #OLShNtTApvFiTbFf58pcxMn4eT1VFb9U { display:block; }
 }@media only screen and (max-width: 763px) { #QoGRmso5fBNGALwmtQT6r6vZEmnd7aeH { width:19rem;height:3.875rem;top:56rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIuQ26hu5oivWuxK5pb9F6qoxq1Ti4ff { width:20rem;height:41.25rem;top:55.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #vavZUONJxeIvBIHiQW4xRBc1QVnqeI1z { width:17.75rem;height:17.75rem;top:62.25rem;left:1.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fo3BXwLBaJvXIgHyfMe9HPmEz5DwN7bz { width:18rem;height:2.4375rem;top:82.5625rem;left:1rem;font-size:1.875rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #CvZ6V9f0JmgsxEQNr06XSoZBUJaPPlxd { width:18.125rem;height:0.25rem;top:83.65625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWHuF5g21TSTpNUGwynibJmaiLN60LMC { width:19.25rem;height:2.875rem;top:86.125rem;left:0.375rem;font-size:2.25rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #S8pz6RWuktusAyoZOyUN044K9kb9sIcT { width:12.5rem;height:3.4375rem;top:91.0625rem;left:3.75rem;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #D1rUWpu6kTJTuUbWAI2Iqh4Z0i43Kttp { display:block; }
 }@media only screen and (max-width: 763px) { #Smoyr6nlyTo2tbAsGxCf886sXbOvm2kP { display:block; }#Smoyr6nlyTo2tbAsGxCf886sXbOvm2kP > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMxeIukrSaTM5VweLtabkhZ3btT02Jfu { width:20rem;height:3.875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLowXN2aBIVcFuucQI6kNrSZcpKS2BTG { width:20rem;height:44.5625rem;top:7.5733337402344rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThOVHKPCAcM3HW8iL44fTy9cKkMTlFEg { display:block; }#ThOVHKPCAcM3HW8iL44fTy9cKkMTlFEg > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESu9AwXElxF61k2zBBHbRgUsTati4xQt { width:7.25rem;height:2.375rem;top:1.0730698108673rem;left:1.2444852590561rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sfb4A1kVba21uLQGEDyQG0EbM6Tndhd1 { display:block; }
 }@media only screen and (max-width: 763px) { #vQJXznEb3JbyXArhuLWGGJJxJZvGkAP0 { width:13.499540328979rem;height:2.2495403289795rem;top:3.3754594326019rem;left:1.1831341981888rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H5HbTrGshuKR4vMBVZ0dzK5kOCc7QNoT { display:block; }
 }@media only screen and (max-width: 763px) { #dkQJMIBT3kpKgw9DJDxVyyZoLybZfSJV { width:6rem;height:2.25rem;top:8.0606689453125rem;left:1.2456341981888rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CXuS9tSeM7aTu19dM2RX6lHNXVfNkJr4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ba8tqJt09KbMMWPFidFW8w60PVGesBCq { width:10.49977016449rem;height:2.2495403289795rem;top:5.6239013671875rem;left:1.1803768873215rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AS2tgbMTVmmi5OOUcWqOJXuJMDTXo6ye { display:block; }
 }@media only screen and (max-width: 763px) { #en412weGK1USXMmWdo1tfRo7kzSkiTCt { width:17.874540328979rem;height:1rem;top:15.495178222656rem;left:1.0604320764542rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQOSGNavdcxBxBKqsucQLIQyLQMlTNXo { width:6.4375rem;height:1.625rem;top:10.833923339844rem;left:1.2419577836991rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VLdr213vTw4Dws9TlFxF3qR3QBsxsUdU { display:block; }
 }