.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:155.25rem;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.5625rem;width:17.8125rem;top:19.216911315918rem;left:53.5625rem;overflow:hidden;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.8125rem;width:17.8125rem;top:19.170951843262rem;left:28.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:34.249771125rem;width:20rem;top:10.900044441223rem;left:27.498849868774rem;display:block; }
#D9MCPc9qEhc22naAwz71tCaNTSq6Ude2 { color:#000000;display:block;width:18.999309539795rem;position:absolute;font-family:"russo one";font-size:1.5rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:12.995172977448rem;left:52.9375rem;height:1.9375rem;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:19.4375rem;position:absolute;font-family:"russo one";font-size:1.5rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:13.089383125305rem;left:27.9375rem;height:1.9375rem;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:61.6865806875rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1824445724488rem;left:6.6544113159181rem;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:40.108451843262rem;left:31.1875rem;display:block; }
#aNxWPdHv1OfUMDX4KEZKimnbtHTKGs6a { 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:34.249771125rem;width:20rem;top:10.900044441223rem;left:52.498849868774rem;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:40.095813751221rem;left:56.1875rem;display:block; }
#kBv2MNmHKlHb9HvX8f8mOSuPfiHwhCLi { 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:34.249771125rem;width:20rem;top:10.900044441223rem;left:2.4988517761231rem;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:12.998615264892rem;left:2.8125rem;height:1.9375rem;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:19.26286315918rem;left:3.5625rem;overflow:hidden;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:40.093517303467rem;left:6.25rem;display:block; }
#OLShNtTApvFiTbFf58pcxMn4eT1VFb9U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lNOvCUUi0re9kQpeNEzsmPyWntrKP2D3 { position:absolute;display:block;z-index:15002;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.6240806875rem;width:20rem;top:105.6875rem;left:2.5rem;display:block; }
#hrvJBcgmI3489PMeqaUSNv98om8b7mg9 { 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.875rem;width:17.875rem;top:114.8125rem;left:3.4375rem;overflow:hidden;display:block; }
#DmEmKpnaobZoxL1deg6C170m3PQgqxBG { 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:135.029296875rem;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; }
#WGCeCsTi8IGw160DeDRl35kFbsFaXQAE { 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:135.935546875rem;left:4.6875rem;display:block; }
#xH7p86DCXBvoKgl816pbO6QQIc7CM0UQ { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"russo one";font-size:2.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:137.75rem;left:2.9375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTe7tBVWfSWgSS7P55HVkR7Xm1pcG9O7 { 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:142.4375rem;left:6.125rem;display:block; }
#RUFADPFColV361x1WzkJnyBCOVPdtroU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hzfZ1ip3WBSQWevEwQm1RvOPmIUy7WkC { color:#000000;display:block;width:18.373161315918rem;position:absolute;font-family:"russo one";font-size:1.5rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:107.8125rem;left:3.3125rem;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; }
#AoZ4eTvBwkB4A4Gf57sJJ8iltGuT5PoI { color:#ffffff;display:block;width:61.937038421631rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:51.305141448974rem;left:6.5303306579587rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IGyKprp8kHLdmH81Co6KnrqsU9sVVFWC { position:absolute;display:block;z-index:15009;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.6240806875rem;width:20rem;top:58.259652137756rem;left:2.4988517761231rem;display:block; }
#StqscgTBpO52KNdMF5utt9FN7Etd05A7 { color:#000000;display:block;width:18.812040328979rem;position:absolute;font-family:"russo one";font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:60.25rem;left:3.125rem;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; }
#Mx0QpTrTgh8azIyqK9x3JpBzzoH5E1S7 { position:absolute;display:block;z-index:15013;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:66.8125rem;left:3.625rem;overflow:hidden;display:block; }
#q94oWOZIF8HBgcwDzpUQ87wFg1cAQXQC { color:#000000;display:block;width:15rem;position:absolute;font-family:"russo one";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:87.8427734375rem;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; }
#OOdg8Cau4oqx9Cusvm9NahTTLDJVaoRN { position:absolute;display:block;z-index:15032;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:88.7490234375rem;left:4.6875rem;display:block; }
#e5m9EGPHr62B3wm2yCeoa639Z3Ctg11f { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"russo one";font-size:2.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:91rem;left:2.9375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OviX5pwF2KsHbIto0MCWezmkFWMR6JwE { 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:15011;text-align:center;text-align-last:center;top:96.125rem;left:6.3125rem;display:block; }
#xPn73dTkfh8nsQ7a8EwUuzC5dtPNT2IT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c6ntNHSOa5221D2qgHJT3g4wsr9VNmyy { position:absolute;display:block;z-index:15011;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.6240806875rem;width:20rem;top:58.258270263672rem;left:27.498849868774rem;display:block; }
#glfSraadf4geFBAVHgtOHeWmVyb91U2k { color:#000000;display:block;width:18.812040328979rem;position:absolute;font-family:"russo one";font-size:1.5rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:60.0625rem;left:28.0625rem;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; }
#dh40LL7LWx2PrBHWxJZEMch45E0xLNtm { position:absolute;display:block;z-index:15015;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.3125rem;width:17.6875rem;top:66.625rem;left:28.5625rem;overflow:hidden;display:block; }
#Rh9lVBnaQClegeE9Dxfs1W4wOTQSTT1o { color:#000000;display:block;width:15rem;position:absolute;font-family:"russo one";font-size:1.5625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:87.8427734375rem;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; }
#kT6QwORkV0yBmHZfdRJ5D4Wwlx5KHoGu { position:absolute;display:block;z-index:15034;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:88.7490234375rem;left:29.6875rem;display:block; }
#U50QB3TttCsZKeF6EKWPJWZilOgp2Xec { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"russo one";font-size:2.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:91rem;left:27.9375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mULnH9VqI6SLsnFMPfTsksTZrGPkbmFy { 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:13.4995403125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:96rem;left:30.6875rem;display:block; }
#SZ0x8eoRB3cOLWKwPWFuOnI8Xswp4kzh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M3uQR0e0e2cEZZQCsH2Htm6gAi0fZX10 { 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.6240806875rem;width:20rem;top:58.242179870606rem;left:52.498849868774rem;display:block; }
#f5tOebAU1OQpZOksPTd5AdWR4OtDlUzt { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"russo one";font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:60.202201843262rem;left:52.655099868774rem;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; }
#F1uF1tgvMbSXA7X0tZovm6fsDyw5vFEb { position:absolute;display:block;z-index:15014;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:66.625rem;left:53.5625rem;overflow:hidden;display:block; }
#m5DWlQNEmvkyFB6TrNoTQ1Gsgcs6wvho { 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:87.8427734375rem;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; }
#kNnWqFIhiaCegToD61ZOEKEwZpXPfZRS { 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:88.7490234375rem;left:54.6875rem;display:block; }
#FvtkfkT4uR2POIz2bqN84fllZmUFVD98 { 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:91rem;left:52.9375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lxrz4tirQtJ49xHzCzok9fxn3F51cWM8 { 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:96rem;left:56.1875rem;display:block; }
#fsrQxMLWGlTJJRn0DbNUfuRZ7uMEJgxU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uAbuHLTvbTrSpV8VZQx76v6bnOShIq5w { 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; }#uAbuHLTvbTrSpV8VZQx76v6bnOShIq5w > .row .container { background-color: transparent; background-image: none; }#uAbuHLTvbTrSpV8VZQx76v6bnOShIq5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAbuHLTvbTrSpV8VZQx76v6bnOShIq5w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAbuHLTvbTrSpV8VZQx76v6bnOShIq5w > .row .container > .video-iframe-container { display: none; }#uAbuHLTvbTrSpV8VZQx76v6bnOShIq5w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAbuHLTvbTrSpV8VZQx76v6bnOShIq5w > .row > .video-iframe-container { display: none; }#uAbuHLTvbTrSpV8VZQx76v6bnOShIq5w > .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); }#uAbuHLTvbTrSpV8VZQx76v6bnOShIq5w > .row .container { border-width: 0; border-radius: 0; }#uAbuHLTvbTrSpV8VZQx76v6bnOShIq5w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uAbuHLTvbTrSpV8VZQx76v6bnOShIq5w > .row .container { font-size:0.875rem;font-family:arial;height:97.625rem;width:75rem;position:relative;display:block; }#Nuasxra3hpS5Nbb5cNcczUUgrBgCT2w0 { color:#000000;display:block;width:72.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.8347854614256rem;left:1.0926017761231rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#RGnCRgDEqtHZXt7Qp7SPSAfa6i4cKsnt { color:#000000;display:block;width:69.249771125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.025505065918rem;left:2.8733921051026rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#sd72DrLqKkG2zwrQCQWC1CK88Vn3Meq5 { color:#000000;display:block;width:69.249771125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.102478027344rem;left:2.8733921051026rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#xNTCR2V0vXpAzO5ivuXeesioSC8kpNcJ { color:#000000;display:block;width:72.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.770439147949rem;left:1.0926017761231rem;height:5.75rem;text-align:left;text-align-last:left;display:block; }
#hbKNU9d2agJvRtVhWVK2ZKVOfFdbLNEC { color:#000000;display:block;width:69.249771125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.725868225097rem;left:2.8733921051026rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#Ze9o7UGM2RqBiiGHfqF1pXgEIxDMzGi1 { color:#000000;display:block;width:72.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.206565856934rem;left:1.0926017761231rem;height:5.75rem;text-align:left;text-align-last:left;display:block; }
#PmyzfTg2mnKUanshZxQmcKHTZZJkH9M5 { color:#000000;display:block;width:69.249771125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:50.32926940918rem;left:2.8733921051026rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#cM8sqxoDxTOKIMHGTLQw5BzgCGOLE2AB { color:#000000;display:block;width:72.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:55.3125rem;left:1.0625rem;height:20.125rem;text-align:left;text-align-last:left;display:block; }
#Ef0wu90m9Nq0GiAZaSOTTs8gT9H7DRNK { color:#000000;display:block;width:72.8125rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:93.127296447756rem;left:1.0926017761231rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#oWAUs9xycSIcATw4FBXxSHIhgxqd2FZX { color:#000000;display:block;width:69.249771125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:37.661766052246rem;left:2.8733921051026rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#ofHuunlzuOaqDu4EETywFn60x80wAk4B { color:#000000;display:block;width:72.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:42.529403686524rem;left:1.0926017761231rem;height:4.3125rem;text-align:left;text-align-last:left;display:block; }
#GTM78VbeCkSESwyObTOCOiIHBU2ziIxM { color:#000000;display:block;width:69.249771125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:78.871772766112rem;left:2.8733921051026rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#q1wDB0m4dgl1b7BiA8zGOccpDk37CV4D { color:#000000;display:block;width:72.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:83.863731384275rem;left:1.0926017761231rem;height:5.75rem;text-align:left;text-align-last:left;display:block; }
#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa { 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; }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row .container { background-color: transparent; background-image: none; }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row .container > .video-iframe-container { display: none; }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row > .video-iframe-container { display: none; }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .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); }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row .container { border-width: 0; border-radius: 0; }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#vkagqhxzQZ49qQZaZLFlTwQv8PiUJtrp { 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; }
#bNe1pyAqHG5iytXRFVlcMwoPUM2GTNsq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IcGq55xlfVqNLGg0d9y2v2BRsrPyPLrC { 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; }
#w9DnhKFyZPhTDRfT9E6n68r88TvBA6dw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kA6zTlE3ZMHyBDy8x7BH4e1HV7V5k5yG { 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; }
#VBOI0bCSOaLAW3PkOGNgcalKmTyRhqJJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NPlq889IMGELOP2VVscyAORAzwiPV9pf { 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; }
#ODHlTy9lSem8otnb7xXypwpVABDgxk8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CzIqQaKyhMnPhv4ObkDpwCpO6cp1RbKc { 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; }
#y5h2nunzEDST2ViRfomSKqzuTlnBiR1O { 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; }
#PCuGpEp8q7duLgPeiT6bXvMSsWuNSQwG { 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:19.1875rem;left:29.8125rem;width:17.8125rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4LRGuA2PsvaNbiJk2Ik2v8mRn8IrXQw { top:19.125rem;left:13.8125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqxfTmQ64mZy8qu50PnmcCZnIg6G0ukv { top:10.875rem;left:11.75rem;width:20rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9MCPc9qEhc22naAwz71tCaNTSq6Ude2 { top:12.9375rem;left:28.6875rem;width:18.9375rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDfeRXCBx6v1bcQy0KcqBHG44G23azo2 { top:13.0625rem;left:12.3125rem;width:19.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBrLlyp7MkiPTg4llBLTHvD2k9toTvZW { top:3.125rem;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:40.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNxWPdHv1OfUMDX4KEZKimnbtHTKGs6a { display:block; }
 }@media only screen and (max-width: 763px) { #XbGge6JCvcQrhmqfoxlLAKkdQUyr35fr { top:10.875rem;left:27.625rem;width:20rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKerTHxPB3bkpDvg8v6xTU8qwENC84hz { width:12.5rem;height:3.4375rem;top:40.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBv2MNmHKlHb9HvX8f8mOSuPfiHwhCLi { display:block; }
 }@media only screen and (max-width: 763px) { #LgiTigFKwnXZqkTNzKWMrtQ7pKexPAJa { top:10.875rem;left:0rem;width:20rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFdcLaxnwko0xWcI42HDOXLCtKHtXP8b { top:12.9375rem;left:0rem;width:19.25rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpIbixOTc7iyFy16szKQ9KKeiNgKFALT { top:19.25rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8UJw4a998qPxlWZnhyTmqKB3OVh6JTv { width:12.5rem;height:3.4375rem;top:40.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLShNtTApvFiTbFf58pcxMn4eT1VFb9U { display:block; }
 }@media only screen and (max-width: 763px) { #lNOvCUUi0re9kQpeNEzsmPyWntrKP2D3 { top:105.6875rem;left:0rem;width:20rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrvJBcgmI3489PMeqaUSNv98om8b7mg9 { top:114.8125rem;left:0rem;width:17.875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmEmKpnaobZoxL1deg6C170m3PQgqxBG { top:135rem;left:0.4375rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGCeCsTi8IGw160DeDRl35kFbsFaXQAE { top:135.875rem;left:0.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH7p86DCXBvoKgl816pbO6QQIc7CM0UQ { top:137.75rem;left:0rem;width:19.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTe7tBVWfSWgSS7P55HVkR7Xm1pcG9O7 { width:12.5rem;height:3.4375rem;top:142.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUFADPFColV361x1WzkJnyBCOVPdtroU { display:block; }
 }@media only screen and (max-width: 763px) { #hzfZ1ip3WBSQWevEwQm1RvOPmIUy7WkC { top:107.75rem;left:0rem;width:18.3125rem;height:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoZ4eTvBwkB4A4Gf57sJJ8iltGuT5PoI { top:51.25rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGyKprp8kHLdmH81Co6KnrqsU9sVVFWC { top:58.25rem;left:0rem;width:20rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StqscgTBpO52KNdMF5utt9FN7Etd05A7 { top:60.25rem;left:0rem;width:18.75rem;height:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx0QpTrTgh8azIyqK9x3JpBzzoH5E1S7 { top:66.8125rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q94oWOZIF8HBgcwDzpUQ87wFg1cAQXQC { top:87.8125rem;left:0.4375rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOdg8Cau4oqx9Cusvm9NahTTLDJVaoRN { top:88.6875rem;left:0.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5m9EGPHr62B3wm2yCeoa639Z3Ctg11f { top:91rem;left:0rem;width:19.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OviX5pwF2KsHbIto0MCWezmkFWMR6JwE { width:12.5rem;height:3.4375rem;top:96.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPn73dTkfh8nsQ7a8EwUuzC5dtPNT2IT { display:block; }
 }@media only screen and (max-width: 763px) { #c6ntNHSOa5221D2qgHJT3g4wsr9VNmyy { top:58.25rem;left:11.75rem;width:20rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glfSraadf4geFBAVHgtOHeWmVyb91U2k { top:60.0625rem;left:13rem;width:18.75rem;height:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh40LL7LWx2PrBHWxJZEMch45E0xLNtm { top:66.625rem;left:13.9375rem;width:17.6875rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh9lVBnaQClegeE9Dxfs1W4wOTQSTT1o { top:87.8125rem;left:16.3125rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT6QwORkV0yBmHZfdRJ5D4Wwlx5KHoGu { top:88.6875rem;left:16rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U50QB3TttCsZKeF6EKWPJWZilOgp2Xec { top:91rem;left:12.625rem;width:19.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mULnH9VqI6SLsnFMPfTsksTZrGPkbmFy { width:13.4375rem;height:3.4375rem;top:96rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ0x8eoRB3cOLWKwPWFuOnI8Xswp4kzh { display:block; }
 }@media only screen and (max-width: 763px) { #M3uQR0e0e2cEZZQCsH2Htm6gAi0fZX10 { top:58.1875rem;left:27.625rem;width:20rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5tOebAU1OQpZOksPTd5AdWR4OtDlUzt { top:60.1875rem;left:27.9375rem;width:19.6875rem;height:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1uF1tgvMbSXA7X0tZovm6fsDyw5vFEb { top:66.625rem;left:29.8125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5DWlQNEmvkyFB6TrNoTQ1Gsgcs6wvho { top:87.8125rem;left:32.1875rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNnWqFIhiaCegToD61ZOEKEwZpXPfZRS { top:88.6875rem;left:31.875rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvtkfkT4uR2POIz2bqN84fllZmUFVD98 { top:91rem;left:28.5rem;width:19.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxrz4tirQtJ49xHzCzok9fxn3F51cWM8 { width:12.5rem;height:3.4375rem;top:96rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsrQxMLWGlTJJRn0DbNUfuRZ7uMEJgxU { display:block; }
 }@media only screen and (max-width: 763px) { #uAbuHLTvbTrSpV8VZQx76v6bnOShIq5w { display:block; }#uAbuHLTvbTrSpV8VZQx76v6bnOShIq5w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nuasxra3hpS5Nbb5cNcczUUgrBgCT2w0 { top:6.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGnCRgDEqtHZXt7Qp7SPSAfa6i4cKsnt { top:2rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd72DrLqKkG2zwrQCQWC1CK88Vn3Meq5 { top:12.0625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNTCR2V0vXpAzO5ivuXeesioSC8kpNcJ { top:16.75rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbKNU9d2agJvRtVhWVK2ZKVOfFdbLNEC { top:24.6875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze9o7UGM2RqBiiGHfqF1pXgEIxDMzGi1 { top:29.1875rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmyzfTg2mnKUanshZxQmcKHTZZJkH9M5 { top:50.3125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM8sqxoDxTOKIMHGTLQw5BzgCGOLE2AB { top:55.3125rem;left:0rem;width:47.75rem;height:19.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef0wu90m9Nq0GiAZaSOTTs8gT9H7DRNK { top:93.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWAUs9xycSIcATw4FBXxSHIhgxqd2FZX { top:37.625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofHuunlzuOaqDu4EETywFn60x80wAk4B { top:42.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTM78VbeCkSESwyObTOCOiIHBU2ziIxM { top:78.8125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1wDB0m4dgl1b7BiA8zGOccpDk37CV4D { top:83.8125rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK54iTu0uVEQJrxgfI9WQphxbuom0DLa { display:block; }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkagqhxzQZ49qQZaZLFlTwQv8PiUJtrp { width:8.3125rem;height:2.5rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNe1pyAqHG5iytXRFVlcMwoPUM2GTNsq { display:block; }
 }@media only screen and (max-width: 763px) { #IcGq55xlfVqNLGg0d9y2v2BRsrPyPLrC { width:14.6875rem;height:1.625rem;top:2.1875rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9DnhKFyZPhTDRfT9E6n68r88TvBA6dw { display:block; }
 }@media only screen and (max-width: 763px) { #kA6zTlE3ZMHyBDy8x7BH4e1HV7V5k5yG { width:6.4375rem;height:1.625rem;top:2.1875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBOI0bCSOaLAW3PkOGNgcalKmTyRhqJJ { display:block; }
 }@media only screen and (max-width: 763px) { #NPlq889IMGELOP2VVscyAORAzwiPV9pf { width:11.4375rem;height:2.1875rem;top:1.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODHlTy9lSem8otnb7xXypwpVABDgxk8T { display:block; }
 }@media only screen and (max-width: 763px) { #CzIqQaKyhMnPhv4ObkDpwCpO6cp1RbKc { 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) { #y5h2nunzEDST2ViRfomSKqzuTlnBiR1O { width:6.4375rem;height:1.625rem;top:2.1875rem;left:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCuGpEp8q7duLgPeiT6bXvMSsWuNSQwG { 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:315rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6c0I7eE2Cub4iUIkTytrvm02aeak5pB { width:17.8125rem;height:17.5625rem;top:90.804229736325rem;left:1.0926011800766rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N4LRGuA2PsvaNbiJk2Ik2v8mRn8IrXQw { width:17.8125rem;height:17.8125rem;top:53.752528190613rem;left:1.0926011800766rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqxfTmQ64mZy8qu50PnmcCZnIg6G0ukv { width:20rem;height:32.9375rem;top:47.524585723877rem;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) { #D9MCPc9qEhc22naAwz71tCaNTSq6Ude2 { width:18.999309539795rem;height:1.9375rem;top:85.811119079587rem;left:0.49862134456634rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDfeRXCBx6v1bcQy0KcqBHG44G23azo2 { width:19.6875rem;height:1.9375rem;top:48.874077796936rem;left:0.18749988079071rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBrLlyp7MkiPTg4llBLTHvD2k9toTvZW { width:19.2497691875rem;height:4rem;top:2.8481149673462rem;left:0.37224268913269rem;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:74.873619079587rem;left:3.748850941658rem;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #aNxWPdHv1OfUMDX4KEZKimnbtHTKGs6a { display:block; }
 }@media only screen and (max-width: 763px) { #XbGge6JCvcQrhmqfoxlLAKkdQUyr35fr { width:20rem;height:32.9375rem;top:84.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) { #EKerTHxPB3bkpDvg8v6xTU8qwENC84hz { width:12.5rem;height:3.4375rem;top:111.94392395019rem;left:3.748850941658rem;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #kBv2MNmHKlHb9HvX8f8mOSuPfiHwhCLi { display:block; }
 }@media only screen and (max-width: 763px) { #LgiTigFKwnXZqkTNzKWMrtQ7pKexPAJa { width:20rem;height:32.9375rem;top:10.499539375305rem;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:1.9375rem;top:11.936810493469rem;left:0.062040448188782rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpIbixOTc7iyFy16szKQ9KKeiNgKFALT { width:17.5rem;height:17.5rem;top:16.811579704284rem;left:1.1868106126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8UJw4a998qPxlWZnhyTmqKB3OVh6JTv { width:12.5rem;height:3.4375rem;top:38.061577796936rem;left:3.7499996423721rem;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #OLShNtTApvFiTbFf58pcxMn4eT1VFb9U { display:block; }
 }@media only screen and (max-width: 763px) { #lNOvCUUi0re9kQpeNEzsmPyWntrKP2D3 { width:20rem;height:42rem;top:265.4375rem;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) { #hrvJBcgmI3489PMeqaUSNv98om8b7mg9 { width:17.8125rem;height:17.8125rem;top:272.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmEmKpnaobZoxL1deg6C170m3PQgqxBG { width:18rem;height:2.4375rem;top:293.71875rem;left:1rem;font-size:1.875rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #WGCeCsTi8IGw160DeDRl35kFbsFaXQAE { width:18.125rem;height:0.25rem;top:294.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH7p86DCXBvoKgl816pbO6QQIc7CM0UQ { width:19.125rem;height:2.875rem;top:297.25rem;left:0.4375rem;font-size:2.25rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #aTe7tBVWfSWgSS7P55HVkR7Xm1pcG9O7 { width:12.5rem;height:3.4375rem;top:302.1875rem;left:3.75rem;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #RUFADPFColV361x1WzkJnyBCOVPdtroU { display:block; }
 }@media only screen and (max-width: 763px) { #hzfZ1ip3WBSQWevEwQm1RvOPmIUy7WkC { width:18.312269210816rem;height:3.875rem;top:266.75rem;left:0.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoZ4eTvBwkB4A4Gf57sJJ8iltGuT5PoI { width:20rem;height:4rem;top:120.55031585693rem;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) { #IGyKprp8kHLdmH81Co6KnrqsU9sVVFWC { width:20rem;height:42.5620384375rem;top:127.55720520019rem;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) { #StqscgTBpO52KNdMF5utt9FN7Etd05A7 { width:18.75rem;height:3.875rem;top:129.4375rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx0QpTrTgh8azIyqK9x3JpBzzoH5E1S7 { width:17.8125rem;height:17.8125rem;top:136rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q94oWOZIF8HBgcwDzpUQ87wFg1cAQXQC { width:18rem;height:2.4375rem;top:157.0029296875rem;left:1rem;font-size:1.875rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #OOdg8Cau4oqx9Cusvm9NahTTLDJVaoRN { width:18.125rem;height:0.25rem;top:158.0966796875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5m9EGPHr62B3wm2yCeoa639Z3Ctg11f { width:19.125rem;height:2.875rem;top:160.1865234375rem;left:0.4375rem;font-size:2.25rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #OviX5pwF2KsHbIto0MCWezmkFWMR6JwE { width:12.5rem;height:3.4375rem;top:165.3125rem;left:3.8125rem;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #xPn73dTkfh8nsQ7a8EwUuzC5dtPNT2IT { display:block; }
 }@media only screen and (max-width: 763px) { #c6ntNHSOa5221D2qgHJT3g4wsr9VNmyy { width:20rem;height:42.5625rem;top:173.3125rem;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) { #glfSraadf4geFBAVHgtOHeWmVyb91U2k { width:18.75rem;height:3.875rem;top:175.125rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh40LL7LWx2PrBHWxJZEMch45E0xLNtm { width:17.6875rem;height:17.3125rem;top:181.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh9lVBnaQClegeE9Dxfs1W4wOTQSTT1o { width:18rem;height:2.4375rem;top:202.15234375rem;left:1rem;font-size:1.875rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #kT6QwORkV0yBmHZfdRJ5D4Wwlx5KHoGu { width:18.125rem;height:0.25rem;top:203.24609375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U50QB3TttCsZKeF6EKWPJWZilOgp2Xec { width:19.125rem;height:2.875rem;top:205.9375rem;left:0.4375rem;font-size:2.25rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #mULnH9VqI6SLsnFMPfTsksTZrGPkbmFy { width:13.4375rem;height:3.4375rem;top:211.0625rem;left:3.1875rem;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #SZ0x8eoRB3cOLWKwPWFuOnI8Xswp4kzh { display:block; }
 }@media only screen and (max-width: 763px) { #M3uQR0e0e2cEZZQCsH2Htm6gAi0fZX10 { width:20rem;height:42.5625rem;top:219.25rem;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) { #f5tOebAU1OQpZOksPTd5AdWR4OtDlUzt { width:19.7495403125rem;height:3.875rem;top:221.12361145019rem;left:0.12408089637756rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1uF1tgvMbSXA7X0tZovm6fsDyw5vFEb { width:17.8125rem;height:17.8125rem;top:227.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5DWlQNEmvkyFB6TrNoTQ1Gsgcs6wvho { width:18rem;height:2.4375rem;top:248.2099609375rem;left:1rem;font-size:1.875rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #kNnWqFIhiaCegToD61ZOEKEwZpXPfZRS { width:18.125rem;height:0.25rem;top:249.3037109375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvtkfkT4uR2POIz2bqN84fllZmUFVD98 { width:19.125rem;height:2.875rem;top:251.875rem;left:0.4375rem;font-size:2.25rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #lxrz4tirQtJ49xHzCzok9fxn3F51cWM8 { width:12.5rem;height:3.4375rem;top:257rem;left:3.6875rem;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #fsrQxMLWGlTJJRn0DbNUfuRZ7uMEJgxU { display:block; }
 }@media only screen and (max-width: 763px) { #uAbuHLTvbTrSpV8VZQx76v6bnOShIq5w { display:block; }#uAbuHLTvbTrSpV8VZQx76v6bnOShIq5w > .row .container { width:20rem;height:199.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nuasxra3hpS5Nbb5cNcczUUgrBgCT2w0 { width:20rem;height:11.5rem;top:7.276443481445rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGnCRgDEqtHZXt7Qp7SPSAfa6i4cKsnt { width:20rem;height:3.5rem;top:1.3740844726562rem;left:-0.032398819923401rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd72DrLqKkG2zwrQCQWC1CK88Vn3Meq5 { width:20rem;height:4rem;top:21.020233154297rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNTCR2V0vXpAzO5ivuXeesioSC8kpNcJ { width:20rem;height:18.6875rem;top:26.814804077149rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbKNU9d2agJvRtVhWVK2ZKVOfFdbLNEC { width:20rem;height:4rem;top:48.97314453125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze9o7UGM2RqBiiGHfqF1pXgEIxDMzGi1 { width:20rem;height:21.5625rem;top:54.259857177734rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmyzfTg2mnKUanshZxQmcKHTZZJkH9M5 { width:20rem;height:4rem;top:100.66821289062rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM8sqxoDxTOKIMHGTLQw5BzgCGOLE2AB { width:20rem;height:50.3125rem;top:106.14660644531rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef0wu90m9Nq0GiAZaSOTTs8gT9H7DRNK { width:20rem;height:4.875rem;top:190.6015625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWAUs9xycSIcATw4FBXxSHIhgxqd2FZX { width:20rem;height:3.875rem;top:77.421875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofHuunlzuOaqDu4EETywFn60x80wAk4B { width:20rem;height:14.375rem;top:83.165466308594rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTM78VbeCkSESwyObTOCOiIHBU2ziIxM { width:20rem;height:4rem;top:159.2919921875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1wDB0m4dgl1b7BiA8zGOccpDk37CV4D { width:20rem;height:21.5625rem;top:165.458984375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK54iTu0uVEQJrxgfI9WQphxbuom0DLa { display:block; }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkagqhxzQZ49qQZaZLFlTwQv8PiUJtrp { 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) { #bNe1pyAqHG5iytXRFVlcMwoPUM2GTNsq { display:block; }
 }@media only screen and (max-width: 763px) { #IcGq55xlfVqNLGg0d9y2v2BRsrPyPLrC { 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) { #w9DnhKFyZPhTDRfT9E6n68r88TvBA6dw { display:block; }
 }@media only screen and (max-width: 763px) { #kA6zTlE3ZMHyBDy8x7BH4e1HV7V5k5yG { 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) { #VBOI0bCSOaLAW3PkOGNgcalKmTyRhqJJ { display:block; }
 }@media only screen and (max-width: 763px) { #NPlq889IMGELOP2VVscyAORAzwiPV9pf { 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) { #ODHlTy9lSem8otnb7xXypwpVABDgxk8T { display:block; }
 }@media only screen and (max-width: 763px) { #CzIqQaKyhMnPhv4ObkDpwCpO6cp1RbKc { 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) { #y5h2nunzEDST2ViRfomSKqzuTlnBiR1O { 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) { #PCuGpEp8q7duLgPeiT6bXvMSsWuNSQwG { display:block; }
 }