.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-input-select option {
  color: #000;
}
.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 {
  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); }#XpLzqmbxZZm0a3vl7OdnrKs6T52hV2mT { position:relative;display:block; }#XpLzqmbxZZm0a3vl7OdnrKs6T52hV2mT { background-color: transparent; background-image: none; }#XpLzqmbxZZm0a3vl7OdnrKs6T52hV2mT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpLzqmbxZZm0a3vl7OdnrKs6T52hV2mT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpLzqmbxZZm0a3vl7OdnrKs6T52hV2mT > .row .container > .video-iframe-container { display: none; }#XpLzqmbxZZm0a3vl7OdnrKs6T52hV2mT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpLzqmbxZZm0a3vl7OdnrKs6T52hV2mT > .row > .video-iframe-container { display: none; }#XpLzqmbxZZm0a3vl7OdnrKs6T52hV2mT > .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); }#XpLzqmbxZZm0a3vl7OdnrKs6T52hV2mT { border-width: 0; border-radius: 0; }#XpLzqmbxZZm0a3vl7OdnrKs6T52hV2mT > .row .container > .video-iframe-container {  }#XpLzqmbxZZm0a3vl7OdnrKs6T52hV2mT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#D244XIgZPP5vtRrK3fN89ya2B3m77qQp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:7.875rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/wawEfYdpkag/unsplash/austin-distel-wawEfYdpkag-photo-1556761175-4b46a572b786.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,19,44,0.92); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,19,44,0.92); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#XQIswIWeLJNSK0STOv5NmTVsOAvFFlRb { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.75rem;width:30.625rem;top:4.5rem;left:38.125rem;overflow:hidden;display:block; }
#TtXBF0NByvl98Tw5UHMBetMiZ1RiccX7 { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:"poppins extrabold";font-size:2.5625rem;font-weight:400;z-index:100001;line-height:1.2;letter-spacing:0;top:8.75rem;left:0rem;height:6.1484375rem;font-style:normal;display:block; }
#d4s9y8KODhh0BH8iGphnloeMv0giCL4Q { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(344deg, #e1c165, #744932);background-image: -moz-linear-gradient(344deg, #e1c165, #744932);background-image: -ms-linear-gradient(344deg, #e1c165, #744932);background-image: -o-linear-gradient(344deg, #e1c165, #744932);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );";background-image: linear-gradient(344deg, #e1c165, #744932);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:29.375rem;width:29.375rem;top:4.5rem;left:39.9375rem;display:block; }
#nwNMkxI5H2X09wUtkpaMb8htQ6DPyOcf { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:18.9375rem;left:0rem;height:4.21875rem;font-style:normal;display:block; }
#lnA2i5dxc1xx8LhQtEKzEd3RFDdTDFUm { color:#ffda82;display:block;width:24rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:1.05625rem;font-style:normal;display:block; }
#c2MfTrDQMTVFHdVXkgvd05WQzgcO08uc { background-color:transparent;background-image: -webkit-linear-gradient(174deg, #e1c165, #744932);background-image: -moz-linear-gradient(174deg, #e1c165, #744932);background-image: -ms-linear-gradient(174deg, #e1c165, #744932);background-image: -o-linear-gradient(174deg, #e1c165, #744932);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );";background-image: linear-gradient(174deg, #e1c165, #744932);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:25.3125rem;left:0rem;display:block; }
#uD0tRMd17g9VBbRUNJTQTWz8VCWerTWt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C5Bs1MZpHlZcJ177lU6OKVvwN2rnLRQl { position:relative;display:block; }#C5Bs1MZpHlZcJ177lU6OKVvwN2rnLRQl { background-color: transparent; background-image: none; }#C5Bs1MZpHlZcJ177lU6OKVvwN2rnLRQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5Bs1MZpHlZcJ177lU6OKVvwN2rnLRQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5Bs1MZpHlZcJ177lU6OKVvwN2rnLRQl > .row .container > .video-iframe-container { display: none; }#C5Bs1MZpHlZcJ177lU6OKVvwN2rnLRQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5Bs1MZpHlZcJ177lU6OKVvwN2rnLRQl > .row > .video-iframe-container { display: none; }#C5Bs1MZpHlZcJ177lU6OKVvwN2rnLRQl > .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); }#C5Bs1MZpHlZcJ177lU6OKVvwN2rnLRQl { border-width: 0; border-radius: 0; }#C5Bs1MZpHlZcJ177lU6OKVvwN2rnLRQl > .row .container > .video-iframe-container {  }#C5Bs1MZpHlZcJ177lU6OKVvwN2rnLRQl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47rem;width:75rem;position:relative;display:block; }#vX2QustoBKpkgAtTXPRQImAMeFREclk1 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.18) ;height:33.625rem;width:23.3125rem;top:6.6875rem;left:51.6875rem;overflow:hidden;display:block; }
#JEEvCIEyZ4TXWzllHJIh44AiNMpETwOT { color:#0d132c;display:block;width:29.875rem;position:absolute;font-family:"poppins extrabold";font-size:1.875rem;font-weight:400;z-index:100001;line-height:1.4;letter-spacing:0;top:8.8125rem;left:4.5rem;height:2.625rem;font-style:normal;display:block; }
#rBen0HTcqEK4MmFoXozszqKkw7900Ao9 { color:#0d132c;display:block;width:28.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:14.25rem;left:9.9375rem;height:3.3994125rem;font-style:normal;display:block; }
#xfbJFXkdbVxsVCvVdp6Dx8ZAkZQHyapo { color:#0d132c;display:block;width:28.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:20.25rem;left:9.9375rem;height:3.3994125rem;font-style:normal;display:block; }
#CWAJKaDnDkfJatn45WUWM9mT6xtfNNbc { color:#0d132c;display:block;width:28.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:100004;line-height:1.7;letter-spacing:0;top:26.25rem;left:9.9375rem;height:3.3984375rem;font-style:normal;display:block; }
#hs2BUlJhD0pT3cxdyJIvWv32dnnCsviO { background-color:transparent;background-image: -webkit-linear-gradient(174deg, #e1c165, #744932);background-image: -moz-linear-gradient(174deg, #e1c165, #744932);background-image: -ms-linear-gradient(174deg, #e1c165, #744932);background-image: -o-linear-gradient(174deg, #e1c165, #744932);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );";background-image: linear-gradient(174deg, #e1c165, #744932);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:34.4375rem;left:9.9375rem;display:block; }
#aHnzcEBJNv0TTPXHJgCdbiyRgXI1vcv3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pJIrNx76OghpHCSwbxysBciPcqnVtS5H { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0.16) ;height:39.1875rem;width:64.6875rem;top:3.9375rem;left:0rem;display:block; }
#cgTJXogaGX4TPxEnTdTTcsAGe6vsUnvl { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3e2f0d;border-left:0.0625rem solid #3e2f0d;border-right:0.0625rem solid #3e2f0d;border-bottom:0.0625rem solid #3e2f0d;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.9375rem;width:3.9375rem;top:13.875rem;left:4.5rem;display:block; }
#NI9eXb5CVkA9zK7rQtVoftlm9ZxW2xvf { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:14.6875rem;left:5.25rem;overflow:hidden;display:block; }
#P7M9GmZAFbM9IwA9qeWWUkh3uu5A7t6o { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3e2f0d;border-left:0.0625rem solid #3e2f0d;border-right:0.0625rem solid #3e2f0d;border-bottom:0.0625rem solid #3e2f0d;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.9375rem;width:3.9375rem;top:20.1875rem;left:4.6875rem;display:block; }
#UJhDKqi3iAcmTMIpp3P0heKHDflTw5hQ { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:21rem;left:5.375rem;overflow:hidden;display:block; }
#sns4gUmdpcRtRKwKmPFlP0IgqUvrdV20 { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3e2f0d;border-left:0.0625rem solid #3e2f0d;border-right:0.0625rem solid #3e2f0d;border-bottom:0.0625rem solid #3e2f0d;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.9375rem;width:3.9375rem;top:26.8125rem;left:4.6875rem;display:block; }
#oUwUlRCMtc1CopIbwg3ZBkO37NRNXIvw { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:27.6875rem;left:5.4375rem;overflow:hidden;display:block; }
#LK4TefSBQrCk3IsR9KmehAKA3UJlfpMD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#LK4TefSBQrCk3IsR9KmehAKA3UJlfpMD > .row .container { background-color: transparent; background-image: none; }#LK4TefSBQrCk3IsR9KmehAKA3UJlfpMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK4TefSBQrCk3IsR9KmehAKA3UJlfpMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK4TefSBQrCk3IsR9KmehAKA3UJlfpMD > .row .container > .video-iframe-container { display: none; }#LK4TefSBQrCk3IsR9KmehAKA3UJlfpMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK4TefSBQrCk3IsR9KmehAKA3UJlfpMD > .row > .video-iframe-container { display: none; }#LK4TefSBQrCk3IsR9KmehAKA3UJlfpMD > .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); }#LK4TefSBQrCk3IsR9KmehAKA3UJlfpMD > .row .container { border-width: 0; border-radius: 0; }#LK4TefSBQrCk3IsR9KmehAKA3UJlfpMD > .row > .video-iframe-container {  }#LK4TefSBQrCk3IsR9KmehAKA3UJlfpMD > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#AzrgIvEkZMQlu67BcoxCgIaTusfJV7ab { color:#0d132c;display:block;width:75rem;position:absolute;font-family:"poppins extrabold";font-size:1.875rem;font-weight:400;z-index:100002;line-height:1.4;letter-spacing:0;top:3.375rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x5epNoUinrD8w7JRXnKwg58kFvTGtiUb { color:#0d132c;display:block;width:38.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:100004;line-height:1.7;letter-spacing:0;top:6.5625rem;left:18.46875rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uoZahFJEs5DbBD2Tnd9hGHr2E7yV3cZC { position:absolute;display:block;z-index:100000;background-color:#ef8508;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:27.1875rem;width:18.5625rem;top:10.25rem;left:6.75rem;display:block; }
#Oq1c0rI1fIkCfePeHVOVdC9EN1dNTvoH { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/61640cae-91aa-4599-9a52-c725df48a0d2/WitoldKowalski_11263kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.1875rem;width:18.5625rem;top:10.875rem;left:7.5rem;display:block; }#Oq1c0rI1fIkCfePeHVOVdC9EN1dNTvoH.adaptive-delivery-prevent-bg, #Oq1c0rI1fIkCfePeHVOVdC9EN1dNTvoH.lazyload, #Oq1c0rI1fIkCfePeHVOVdC9EN1dNTvoH.lazyloading { background-image: none; }
#xxdU88PWVrX1FnFq3WEPtfbTdIZ6Joy7 { color:#0d132c;display:block;width:46.3125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:11.5625rem;left:28.6875rem;height:1.8375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xWleWwWWIHpSnK6VTnaQeQZBdMNNx1Wx { color:#0d132c;display:block;width:38.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;top:14.6875rem;left:28.6875rem;height:17.209rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#xWleWwWWIHpSnK6VTnaQeQZBdMNNx1Wx li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#xWleWwWWIHpSnK6VTnaQeQZBdMNNx1Wx li:before{  }
#ZcZJfURy1aTohw68vTZ3gM5WMeKGf2yg { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:8.375rem;top:35.0625rem;left:30.25rem;overflow:hidden;display:block; }
#ld8eepyiC4HhEzyDVJAoVX6StOv9ffq4 { box-sizing:content-box;color:#0e76a8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:35rem;left:40.625rem;display:block; }
#Dy4qT9WHZTOrBFGuO7kpchlpg0ZTtwuC { position:relative;display:block; }#Dy4qT9WHZTOrBFGuO7kpchlpg0ZTtwuC { background-color: transparent; background-image: none; }#Dy4qT9WHZTOrBFGuO7kpchlpg0ZTtwuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy4qT9WHZTOrBFGuO7kpchlpg0ZTtwuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy4qT9WHZTOrBFGuO7kpchlpg0ZTtwuC > .row .container > .video-iframe-container { display: none; }#Dy4qT9WHZTOrBFGuO7kpchlpg0ZTtwuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy4qT9WHZTOrBFGuO7kpchlpg0ZTtwuC > .row > .video-iframe-container { display: none; }#Dy4qT9WHZTOrBFGuO7kpchlpg0ZTtwuC > .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); }#Dy4qT9WHZTOrBFGuO7kpchlpg0ZTtwuC { border-width: 0; border-radius: 0; }#Dy4qT9WHZTOrBFGuO7kpchlpg0ZTtwuC > .row .container > .video-iframe-container {  }#Dy4qT9WHZTOrBFGuO7kpchlpg0ZTtwuC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#Btp9x6oehta2EyXVr5RJoUWv4UII2VX6 { color:#000000;display:block;width:29.25rem;position:absolute;font-family:"poppins extrabold";font-size:1.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.15625rem;left:22.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#NqiSLhbZu4axNRF6sKWIfnKfhEE47CIB { position:relative;display:block; }#NqiSLhbZu4axNRF6sKWIfnKfhEE47CIB { background-color: transparent; background-image: none; }#NqiSLhbZu4axNRF6sKWIfnKfhEE47CIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqiSLhbZu4axNRF6sKWIfnKfhEE47CIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqiSLhbZu4axNRF6sKWIfnKfhEE47CIB > .row .container > .video-iframe-container { display: none; }#NqiSLhbZu4axNRF6sKWIfnKfhEE47CIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqiSLhbZu4axNRF6sKWIfnKfhEE47CIB > .row > .video-iframe-container { display: none; }#NqiSLhbZu4axNRF6sKWIfnKfhEE47CIB > .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); }#NqiSLhbZu4axNRF6sKWIfnKfhEE47CIB { border-width: 0; border-radius: 0; }#NqiSLhbZu4axNRF6sKWIfnKfhEE47CIB > .row .container > .video-iframe-container {  }#NqiSLhbZu4axNRF6sKWIfnKfhEE47CIB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#E2Py4dCJUxNsLCgzIqFunZ1FrxXswM6g { color:#000000;display:block;width:73.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.83203125rem;left:0.59375rem;height:3.89941875rem;text-align:justify;text-align-last:initial;display:block; }
#ASs5HCBIprqNDUgSqOvEKzzJQyfP6aMR { color:#000000;display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.73046875rem;left:47.59375rem;height:1.29980625rem;display:block; }
#mSRFHSWTkGMaxbhoGVeyOh7zFFmSJElR { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4.73046875rem;left:0.59375rem;height:1.29980625rem;display:block; }
#rodCbzfxF23yAS7tDrSc9xaTBez68DF2 { position:relative;display:block; }#rodCbzfxF23yAS7tDrSc9xaTBez68DF2 { background-color: transparent; background-image: none; }#rodCbzfxF23yAS7tDrSc9xaTBez68DF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rodCbzfxF23yAS7tDrSc9xaTBez68DF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rodCbzfxF23yAS7tDrSc9xaTBez68DF2 > .row .container > .video-iframe-container { display: none; }#rodCbzfxF23yAS7tDrSc9xaTBez68DF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rodCbzfxF23yAS7tDrSc9xaTBez68DF2 > .row > .video-iframe-container { display: none; }#rodCbzfxF23yAS7tDrSc9xaTBez68DF2 > .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); }#rodCbzfxF23yAS7tDrSc9xaTBez68DF2 { border-width: 0; border-radius: 0; }#rodCbzfxF23yAS7tDrSc9xaTBez68DF2 > .row .container > .video-iframe-container {  }#rodCbzfxF23yAS7tDrSc9xaTBez68DF2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#Samg5NgSBbabluqleoSLIupNdSQ6L9Qy { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.375rem;left:1rem;height:35.09475625rem;text-align:justify;text-align-last:initial;display:block; }
#CHxizGvZQquPx8T4PQ53wmqHdFlKn05A { position:relative;display:block; }#CHxizGvZQquPx8T4PQ53wmqHdFlKn05A { background-color: transparent; background-image: none; }#CHxizGvZQquPx8T4PQ53wmqHdFlKn05A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHxizGvZQquPx8T4PQ53wmqHdFlKn05A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHxizGvZQquPx8T4PQ53wmqHdFlKn05A > .row .container > .video-iframe-container { display: none; }#CHxizGvZQquPx8T4PQ53wmqHdFlKn05A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHxizGvZQquPx8T4PQ53wmqHdFlKn05A > .row > .video-iframe-container { display: none; }#CHxizGvZQquPx8T4PQ53wmqHdFlKn05A > .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); }#CHxizGvZQquPx8T4PQ53wmqHdFlKn05A { border-width: 0; border-radius: 0; }#CHxizGvZQquPx8T4PQ53wmqHdFlKn05A > .row .container > .video-iframe-container {  }#CHxizGvZQquPx8T4PQ53wmqHdFlKn05A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#BbfZaunLpUPNt2UE9rDF21aEDzJKN7Js { color:#000000;display:block;width:73.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.2119140625rem;left:0.59375rem;height:2.5996125rem;text-align:justify;text-align-last:initial;display:block; }
#KIRdUOzlf4XpC97S2hlTTbUrSkDn3Qmk { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:34.46875rem;height:1.29980625rem;display:block; }
#sgAlecxzzeKBpuAoJOQpdW4A5pbMITat { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0.59375rem;height:1.29980625rem;display:block; }
#W8IdmKrR8qJCptekuvlEAFaL1gRdhlrR { position:relative;display:block; }#W8IdmKrR8qJCptekuvlEAFaL1gRdhlrR { background-color: transparent; background-image: none; }#W8IdmKrR8qJCptekuvlEAFaL1gRdhlrR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8IdmKrR8qJCptekuvlEAFaL1gRdhlrR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8IdmKrR8qJCptekuvlEAFaL1gRdhlrR > .row .container > .video-iframe-container { display: none; }#W8IdmKrR8qJCptekuvlEAFaL1gRdhlrR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8IdmKrR8qJCptekuvlEAFaL1gRdhlrR > .row > .video-iframe-container { display: none; }#W8IdmKrR8qJCptekuvlEAFaL1gRdhlrR > .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); }#W8IdmKrR8qJCptekuvlEAFaL1gRdhlrR { border-width: 0; border-radius: 0; }#W8IdmKrR8qJCptekuvlEAFaL1gRdhlrR > .row .container > .video-iframe-container {  }#W8IdmKrR8qJCptekuvlEAFaL1gRdhlrR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#FBSkKc0EB9NUXgT61uetncFN0XflACXP { color:#000000;display:block;width:73.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0.59375rem;height:12.99805625rem;text-align:justify;text-align-last:initial;display:block; }
#p5Ook6abTctVF4shypOwXpCyF7JVHcV5 { position:relative;display:block; }#p5Ook6abTctVF4shypOwXpCyF7JVHcV5 { background-color: transparent; background-image: none; }#p5Ook6abTctVF4shypOwXpCyF7JVHcV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5Ook6abTctVF4shypOwXpCyF7JVHcV5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5Ook6abTctVF4shypOwXpCyF7JVHcV5 > .row .container > .video-iframe-container { display: none; }#p5Ook6abTctVF4shypOwXpCyF7JVHcV5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5Ook6abTctVF4shypOwXpCyF7JVHcV5 > .row > .video-iframe-container { display: none; }#p5Ook6abTctVF4shypOwXpCyF7JVHcV5 > .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); }#p5Ook6abTctVF4shypOwXpCyF7JVHcV5 { border-width: 0; border-radius: 0; }#p5Ook6abTctVF4shypOwXpCyF7JVHcV5 > .row .container > .video-iframe-container {  }#p5Ook6abTctVF4shypOwXpCyF7JVHcV5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#tPWvGZW5pXn7mM1AfhowGdC47FKvFedM { color:#000000;display:block;width:73.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.005859375rem;left:0.59375rem;height:1.29980625rem;text-align:justify;text-align-last:initial;display:block; }
#nBeu3zMiIMqAeQbo8RrTLULo3h5wpkic { color:#000000;display:block;width:49.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:24.90625rem;height:1.29980625rem;display:block; }
#WVBV7OLFcwvFMutZd0sMC3HQlea8V2XM { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0.59375rem;height:1.29980625rem;display:block; }
#rfMOqpMTsgtQ3WD20dM5reTZ5Zgveg3F { position:relative;display:block; }#rfMOqpMTsgtQ3WD20dM5reTZ5Zgveg3F { background-color: transparent; background-image: none; }#rfMOqpMTsgtQ3WD20dM5reTZ5Zgveg3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfMOqpMTsgtQ3WD20dM5reTZ5Zgveg3F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfMOqpMTsgtQ3WD20dM5reTZ5Zgveg3F > .row .container > .video-iframe-container { display: none; }#rfMOqpMTsgtQ3WD20dM5reTZ5Zgveg3F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfMOqpMTsgtQ3WD20dM5reTZ5Zgveg3F > .row > .video-iframe-container { display: none; }#rfMOqpMTsgtQ3WD20dM5reTZ5Zgveg3F > .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); }#rfMOqpMTsgtQ3WD20dM5reTZ5Zgveg3F { border-width: 0; border-radius: 0; }#rfMOqpMTsgtQ3WD20dM5reTZ5Zgveg3F > .row .container > .video-iframe-container {  }#rfMOqpMTsgtQ3WD20dM5reTZ5Zgveg3F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#sTUfFzUy6uGblfSdnrfZ9KDivC4ewk3E { color:#000000;display:block;width:73.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8251953125rem;left:0.59375rem;height:14.29786875rem;text-align:justify;text-align-last:initial;display:block; }
#rh9BDTUI56Sce1At53VcFeuux3QbpDan { position:relative;display:block; }#rh9BDTUI56Sce1At53VcFeuux3QbpDan { background-color: transparent; background-image: none; }#rh9BDTUI56Sce1At53VcFeuux3QbpDan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rh9BDTUI56Sce1At53VcFeuux3QbpDan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rh9BDTUI56Sce1At53VcFeuux3QbpDan > .row .container > .video-iframe-container { display: none; }#rh9BDTUI56Sce1At53VcFeuux3QbpDan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rh9BDTUI56Sce1At53VcFeuux3QbpDan > .row > .video-iframe-container { display: none; }#rh9BDTUI56Sce1At53VcFeuux3QbpDan > .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); }#rh9BDTUI56Sce1At53VcFeuux3QbpDan { border-width: 0; border-radius: 0; }#rh9BDTUI56Sce1At53VcFeuux3QbpDan > .row .container > .video-iframe-container {  }#rh9BDTUI56Sce1At53VcFeuux3QbpDan > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#zounIxFg5e3thkS9vcyxKnZelqnaVfv5 { color:#000000;display:block;width:73.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.130859375rem;left:0.59375rem;height:2.5996125rem;text-align:justify;text-align-last:initial;display:block; }
#yDQZ1GFmvoIqJaaIPDQIuCMpITHaLNuS { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.625rem;left:49.53125rem;height:1.29980625rem;display:block; }
#x5UhQ1wzRT4SphqPJoKT2dX8TOzUQ9Dg { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:4.625rem;left:0.59375rem;height:1.29980625rem;display:block; }
#nRNJ2KZZKLt9KmXNk12b7wLaNTEwurih { position:relative;display:block; }#nRNJ2KZZKLt9KmXNk12b7wLaNTEwurih { background-color: transparent; background-image: none; }#nRNJ2KZZKLt9KmXNk12b7wLaNTEwurih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRNJ2KZZKLt9KmXNk12b7wLaNTEwurih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRNJ2KZZKLt9KmXNk12b7wLaNTEwurih > .row .container > .video-iframe-container { display: none; }#nRNJ2KZZKLt9KmXNk12b7wLaNTEwurih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRNJ2KZZKLt9KmXNk12b7wLaNTEwurih > .row > .video-iframe-container { display: none; }#nRNJ2KZZKLt9KmXNk12b7wLaNTEwurih > .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); }#nRNJ2KZZKLt9KmXNk12b7wLaNTEwurih { border-width: 0; border-radius: 0; }#nRNJ2KZZKLt9KmXNk12b7wLaNTEwurih > .row .container > .video-iframe-container {  }#nRNJ2KZZKLt9KmXNk12b7wLaNTEwurih > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#Bk2u15L7H7beauGtPpMFW5H1FyR8E0p3 { color:#000000;display:block;width:73.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:1.1875rem;height:29.89554375rem;text-align:justify;text-align-last:initial;display:block; }
#IQx1TKnGTMPPqLH19CB0zUF5QMDTEZ9N { position:relative;display:block; }#IQx1TKnGTMPPqLH19CB0zUF5QMDTEZ9N { background-color: transparent; background-image: none; }#IQx1TKnGTMPPqLH19CB0zUF5QMDTEZ9N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQx1TKnGTMPPqLH19CB0zUF5QMDTEZ9N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQx1TKnGTMPPqLH19CB0zUF5QMDTEZ9N > .row .container > .video-iframe-container { display: none; }#IQx1TKnGTMPPqLH19CB0zUF5QMDTEZ9N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQx1TKnGTMPPqLH19CB0zUF5QMDTEZ9N > .row > .video-iframe-container { display: none; }#IQx1TKnGTMPPqLH19CB0zUF5QMDTEZ9N > .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); }#IQx1TKnGTMPPqLH19CB0zUF5QMDTEZ9N { border-width: 0; border-radius: 0; }#IQx1TKnGTMPPqLH19CB0zUF5QMDTEZ9N > .row .container > .video-iframe-container {  }#IQx1TKnGTMPPqLH19CB0zUF5QMDTEZ9N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#adJMPoxdPxqK2LT35W05wSVb3cm54SCh { color:#000000;display:block;width:73.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.380859375rem;left:0.59375rem;height:2.5996125rem;text-align:justify;text-align-last:initial;display:block; }
#k5oMWMvD5MMieIo4VWqZBuc51SDXqOST { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0.59375rem;height:1.29980625rem;display:block; }
#NbDzMfrBWKKvTRsqiFRwl45BEbGUbVEy { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:6.3125rem;left:54.03125rem;height:1.29980625rem;display:block; }
#UnGx2OlU9z7KuTbUb9lqIOJ4aoSTzxKa { position:relative;display:block; }#UnGx2OlU9z7KuTbUb9lqIOJ4aoSTzxKa { background-color: transparent; background-image: none; }#UnGx2OlU9z7KuTbUb9lqIOJ4aoSTzxKa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnGx2OlU9z7KuTbUb9lqIOJ4aoSTzxKa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnGx2OlU9z7KuTbUb9lqIOJ4aoSTzxKa > .row .container > .video-iframe-container { display: none; }#UnGx2OlU9z7KuTbUb9lqIOJ4aoSTzxKa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnGx2OlU9z7KuTbUb9lqIOJ4aoSTzxKa > .row > .video-iframe-container { display: none; }#UnGx2OlU9z7KuTbUb9lqIOJ4aoSTzxKa > .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); }#UnGx2OlU9z7KuTbUb9lqIOJ4aoSTzxKa { border-width: 0; border-radius: 0; }#UnGx2OlU9z7KuTbUb9lqIOJ4aoSTzxKa > .row .container > .video-iframe-container {  }#UnGx2OlU9z7KuTbUb9lqIOJ4aoSTzxKa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#I4POxC8hJXTDCLhac0h5yWRUe5t7IMRT { color:#000000;display:block;width:73.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.662109375rem;left:0.59375rem;height:11.69825625rem;text-align:justify;text-align-last:initial;display:block; }
#b2XgpreXzwCKT31X9eycTGvSELRCZa7o { position:relative;display:block; }#b2XgpreXzwCKT31X9eycTGvSELRCZa7o { background-color: transparent; background-image: none; }#b2XgpreXzwCKT31X9eycTGvSELRCZa7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2XgpreXzwCKT31X9eycTGvSELRCZa7o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2XgpreXzwCKT31X9eycTGvSELRCZa7o > .row .container > .video-iframe-container { display: none; }#b2XgpreXzwCKT31X9eycTGvSELRCZa7o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2XgpreXzwCKT31X9eycTGvSELRCZa7o > .row > .video-iframe-container { display: none; }#b2XgpreXzwCKT31X9eycTGvSELRCZa7o > .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); }#b2XgpreXzwCKT31X9eycTGvSELRCZa7o { border-width: 0; border-radius: 0; }#b2XgpreXzwCKT31X9eycTGvSELRCZa7o > .row .container > .video-iframe-container {  }#b2XgpreXzwCKT31X9eycTGvSELRCZa7o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#BQIJPsCUo2xa8pym3Tdg9wE6y54hN36J { color:#000000;display:block;width:73.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.375rem;left:0.59375rem;height:2.5996125rem;text-align:justify;text-align-last:initial;display:block; }
#tiTZBFgqVMG3lckZ9KmADsrPqX2dp12L { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.6875rem;left:25.65625rem;height:1.29980625rem;display:block; }
#eSdELuJPfcnGxfZ6BHFHy8zlh9HWcRbM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d132c;background-image:none;position:relative;display:block; }#eSdELuJPfcnGxfZ6BHFHy8zlh9HWcRbM > .row .container { background-color: transparent; background-image: none; }#eSdELuJPfcnGxfZ6BHFHy8zlh9HWcRbM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSdELuJPfcnGxfZ6BHFHy8zlh9HWcRbM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSdELuJPfcnGxfZ6BHFHy8zlh9HWcRbM > .row .container > .video-iframe-container { display: none; }#eSdELuJPfcnGxfZ6BHFHy8zlh9HWcRbM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSdELuJPfcnGxfZ6BHFHy8zlh9HWcRbM > .row > .video-iframe-container { display: none; }#eSdELuJPfcnGxfZ6BHFHy8zlh9HWcRbM > .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); }#eSdELuJPfcnGxfZ6BHFHy8zlh9HWcRbM > .row .container { border-width: 0; border-radius: 0; }#eSdELuJPfcnGxfZ6BHFHy8zlh9HWcRbM > .row > .video-iframe-container {  }#eSdELuJPfcnGxfZ6BHFHy8zlh9HWcRbM > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#dIUb4tLyVtAeab2vBwis9c8tsegiDW8S { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.1875rem;width:43.125rem;top:7.3125rem;left:15.9375rem;display:block; }
#iSilVIq5mbKyuepZ4VhiG8WGpAWkRZJw { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"poppins extrabold";font-size:1.875rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:2.9375rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZHX2grWeTLD5yoqPrxGobiucit1hrL4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#GZHX2grWeTLD5yoqPrxGobiucit1hrL4 > .row .container { background-color: transparent; background-image: none; }#GZHX2grWeTLD5yoqPrxGobiucit1hrL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZHX2grWeTLD5yoqPrxGobiucit1hrL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZHX2grWeTLD5yoqPrxGobiucit1hrL4 > .row .container > .video-iframe-container { display: none; }#GZHX2grWeTLD5yoqPrxGobiucit1hrL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZHX2grWeTLD5yoqPrxGobiucit1hrL4 > .row > .video-iframe-container { display: none; }#GZHX2grWeTLD5yoqPrxGobiucit1hrL4 > .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); }#GZHX2grWeTLD5yoqPrxGobiucit1hrL4 > .row .container { border-width: 0; border-radius: 0; }#GZHX2grWeTLD5yoqPrxGobiucit1hrL4 > .row > .video-iframe-container {  }#GZHX2grWeTLD5yoqPrxGobiucit1hrL4 > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#NJZ0ek9u6V1fLy86Bg1H3EhMiOREV3i3 { color:#0d132c;display:block;width:41.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:100005;line-height:1.7;letter-spacing:0;top:13.9375rem;left:16.625rem;height:5.41699375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#v3V4xyKfdvHPcPDFgyDpHfIpETESqT2v { position:relative;display:block; }#v3V4xyKfdvHPcPDFgyDpHfIpETESqT2v { background-color: transparent; background-image: none; }#v3V4xyKfdvHPcPDFgyDpHfIpETESqT2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3V4xyKfdvHPcPDFgyDpHfIpETESqT2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3V4xyKfdvHPcPDFgyDpHfIpETESqT2v > .row .container > .video-iframe-container { display: none; }#v3V4xyKfdvHPcPDFgyDpHfIpETESqT2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3V4xyKfdvHPcPDFgyDpHfIpETESqT2v > .row > .video-iframe-container { display: none; }#v3V4xyKfdvHPcPDFgyDpHfIpETESqT2v > .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); }#v3V4xyKfdvHPcPDFgyDpHfIpETESqT2v { border-width: 0; border-radius: 0; }#v3V4xyKfdvHPcPDFgyDpHfIpETESqT2v > .row .container > .video-iframe-container {  }#v3V4xyKfdvHPcPDFgyDpHfIpETESqT2v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#Zu0m56ot9NnvIKTQ2q9EZGqipZxdTnaf { color:#0d132c;display:block;width:75rem;position:absolute;font-family:"poppins extrabold";font-size:1.875rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:1.96875rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PXUfMgUvlnmmzEG2l50DSeUp7u0zmXK2 { position:relative;display:block; }#PXUfMgUvlnmmzEG2l50DSeUp7u0zmXK2 { background-color: transparent; background-image: none; }#PXUfMgUvlnmmzEG2l50DSeUp7u0zmXK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXUfMgUvlnmmzEG2l50DSeUp7u0zmXK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXUfMgUvlnmmzEG2l50DSeUp7u0zmXK2 > .row .container > .video-iframe-container { display: none; }#PXUfMgUvlnmmzEG2l50DSeUp7u0zmXK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXUfMgUvlnmmzEG2l50DSeUp7u0zmXK2 > .row > .video-iframe-container { display: none; }#PXUfMgUvlnmmzEG2l50DSeUp7u0zmXK2 > .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); }#PXUfMgUvlnmmzEG2l50DSeUp7u0zmXK2 { border-width: 0; border-radius: 0; }#PXUfMgUvlnmmzEG2l50DSeUp7u0zmXK2 > .row .container > .video-iframe-container {  }#PXUfMgUvlnmmzEG2l50DSeUp7u0zmXK2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#CtQoiTAP4GCKPsydZgRMo9B19TsVP7V1 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:27rem;width:33.5rem;top:1.875rem;left:3.4375rem;display:block; }
#lpvIfFNusfSmD3oVlLAgnWcEv2S0qZ6N { color:#0d132c;display:block;width:29rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:4.4375rem;left:5.8125rem;height:15.3935625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UZua6KEluDgys3IpIklKHsKURIDHvR0u { color:#0d132c;display:block;width:28.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:100010;line-height:1.7;letter-spacing:0;top:25.5rem;left:5.8125rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cQ0WsMRXwbtxJhdToFxLhBwk8XBS0W81 { box-sizing:content-box;color:#0d132c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:19.3125rem;left:72.5625rem;display:block; }
#bWORfliwhuRgTbiMJTqDBO3thSTFrnT1 { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:27rem;width:33.5rem;top:1.875rem;left:38.125rem;display:block; }
#z51Clrc8lKmKAJRzfTvmFceA1MXIDU71 { color:#0d132c;display:block;width:29rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100012;line-height:1.6;letter-spacing:0;top:4.4375rem;left:40.5rem;height:15.3935625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vVWDz1bziCB9V2ZJXPKCvtvfdfDS8ug0 { color:#0d132c;display:block;width:28.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:100013;line-height:1.7;letter-spacing:0;top:25.5rem;left:40.40625rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b0J6QWRTnNWSHwXoxsxzzxTIKrR0qZzK { position:relative;display:block; }#b0J6QWRTnNWSHwXoxsxzzxTIKrR0qZzK { background-color: transparent; background-image: none; }#b0J6QWRTnNWSHwXoxsxzzxTIKrR0qZzK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0J6QWRTnNWSHwXoxsxzzxTIKrR0qZzK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0J6QWRTnNWSHwXoxsxzzxTIKrR0qZzK > .row .container > .video-iframe-container { display: none; }#b0J6QWRTnNWSHwXoxsxzzxTIKrR0qZzK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0J6QWRTnNWSHwXoxsxzzxTIKrR0qZzK > .row > .video-iframe-container { display: none; }#b0J6QWRTnNWSHwXoxsxzzxTIKrR0qZzK > .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); }#b0J6QWRTnNWSHwXoxsxzzxTIKrR0qZzK { border-width: 0; border-radius: 0; }#b0J6QWRTnNWSHwXoxsxzzxTIKrR0qZzK > .row .container > .video-iframe-container {  }#b0J6QWRTnNWSHwXoxsxzzxTIKrR0qZzK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#ni9a9gFBGHw3BaM6BbWHdAZ1B6PBAoek { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:11.9375rem;width:68.1875rem;top:22.875rem;left:3.6875rem;display:block; }
#utJT0iSzKXEgtcBHI6Blwq4eQDeMpRnX { color:#0d132c;display:block;width:63.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:24.1875rem;left:6.0625rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bopAGgTunNFkMBXicJHd1akSq2K5NgZe { box-sizing:content-box;color:#0d132c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:19.3125rem;left:0rem;display:block; }
#k9AHAARhlT0iHskIFt3qdlZX1dTKDKvb { color:#0d132c;display:block;width:28.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:100010;line-height:1.7;letter-spacing:0;top:32.1875rem;left:6.0625rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n4782EPhpzkaxGm2KichSK4HFPhsScnT { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:20.4375rem;width:68.1875rem;top:1.875rem;left:3.6875rem;display:block; }
#xwNvT7bGDTLblHA3Tlli5PniHycCuBPs { color:#0d132c;display:block;width:64.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100012;line-height:1.6;letter-spacing:0;top:3.8125rem;left:5.3125rem;height:12.59475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cRXPq0chhZGdbiJ0ltHTOSNBhdaHuNKW { color:#0d132c;display:block;width:28.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:100013;line-height:1.7;letter-spacing:0;top:19.746875762939rem;left:5.3125rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s1WApmSszVUb8umSAL66TCrXdPtQ4Cww { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#s1WApmSszVUb8umSAL66TCrXdPtQ4Cww > .row .container { background-color: transparent; background-image: none; }#s1WApmSszVUb8umSAL66TCrXdPtQ4Cww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1WApmSszVUb8umSAL66TCrXdPtQ4Cww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1WApmSszVUb8umSAL66TCrXdPtQ4Cww > .row .container > .video-iframe-container { display: none; }#s1WApmSszVUb8umSAL66TCrXdPtQ4Cww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1WApmSszVUb8umSAL66TCrXdPtQ4Cww > .row > .video-iframe-container { display: none; }#s1WApmSszVUb8umSAL66TCrXdPtQ4Cww > .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); }#s1WApmSszVUb8umSAL66TCrXdPtQ4Cww > .row .container { border-width: 0; border-radius: 0; }#s1WApmSszVUb8umSAL66TCrXdPtQ4Cww > .row > .video-iframe-container {  }#s1WApmSszVUb8umSAL66TCrXdPtQ4Cww > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#AJU3wLThygtlxlNN6QZKgV1rZU0sQirl { color:#0d132c;display:block;width:75rem;position:absolute;font-family:"poppins extrabold";font-size:1.875rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:3.3125rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zPgGRRTimc7LCNhMP7TH0znufTZcE0zE { color:#0d132c;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.7;letter-spacing:0;top:18.75rem;left:7.1875rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDOgGtUoevXAE1r9Fbw5PIN5bwp9TWKl { color:#0d132c;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:20.75rem;left:8.3125rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KGNiysTwCFOCnf3HOzJS3qwTZbmQIL8B { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/IF9TK5Uy-KI/unsplash/jake-nackos-IF9TK5Uy-KI-photo-1580489944761-15a19d654956.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #3e2f0d;border-left:0.0625rem solid #3e2f0d;border-right:0.0625rem solid #3e2f0d;border-bottom:0.0625rem solid #3e2f0d;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:8.625rem;width:8.625rem;top:8.875rem;left:11.84375rem;display:block; }#KGNiysTwCFOCnf3HOzJS3qwTZbmQIL8B.adaptive-delivery-prevent-bg, #KGNiysTwCFOCnf3HOzJS3qwTZbmQIL8B.lazyload, #KGNiysTwCFOCnf3HOzJS3qwTZbmQIL8B.lazyloading { background-image: none; }
#RqGXqXGhJwHTzl71cUxkeU1QmJRec5aU { color:rgba(13,19,44,0.8);display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:24.625rem;left:8.1875rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DQkwD91I8e1euZreGsB1EQg1GcDhrBQ9 { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:18.75rem;width:18.6875rem;top:13.362499237061rem;left:6.875rem;display:block; }
#KmkN4ecOy9eL6pBZHrOW3RETTo2PWn1S { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:18.75rem;width:18.6875rem;top:13.375rem;left:28.1875rem;display:block; }
#ATlvbTnQv2IOiTZ167KyBtMiZUv19TvX { color:rgba(13,19,44,0.8);display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:24.625rem;left:29.5rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WUG30I6kwibZahz5Pqb8JqvqM2oa1FUM { color:#0d132c;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:20.75rem;left:29.625rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IGX9K51szqLUIvAZk5exHQfpPqXqmv7Q { color:#0d132c;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.7;letter-spacing:0;top:18.75rem;left:28.5rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zxKpLKGcJTg8FNIrtbvkktA3cIVOtAqH { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/iFgRcqHznqg/unsplash/joseph-gonzalez-iFgRcqHznqg-photo-1507003211169-0a1dd7228f2d.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #3e2f0d;border-left:0.0625rem solid #3e2f0d;border-right:0.0625rem solid #3e2f0d;border-bottom:0.0625rem solid #3e2f0d;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:8.625rem;width:8.625rem;top:8.875rem;left:33.3125rem;display:block; }#zxKpLKGcJTg8FNIrtbvkktA3cIVOtAqH.adaptive-delivery-prevent-bg, #zxKpLKGcJTg8FNIrtbvkktA3cIVOtAqH.lazyload, #zxKpLKGcJTg8FNIrtbvkktA3cIVOtAqH.lazyloading { background-image: none; }
#DHRAAHopaqhbPqHZV3ieBnAayD72V90v { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:18.75rem;width:18.6875rem;top:13.375rem;left:50rem;display:block; }
#rWzZyc1kIHJ9hk3aiHA8wZsVzAs3FwhN { color:#0d132c;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:100016;line-height:1.4;letter-spacing:0;top:20.75rem;left:51.4375rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vT8puT8sVrsWes8TqSUsPOpmZvbcCtAL { color:#0d132c;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.7;letter-spacing:0;top:18.75rem;left:50.3125rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EzOuGUGGhlbblediXTCLCWCtkAcFTN1t { position:absolute;display:block;z-index:100017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/xDyqR14KyAs/unsplash/aleksandr-minakov-xDyqR14KyAs-photo-1549351512-c5e12b11e283.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #3e2f0d;border-left:0.0625rem solid #3e2f0d;border-right:0.0625rem solid #3e2f0d;border-bottom:0.0625rem solid #3e2f0d;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:8.625rem;width:8.625rem;top:8.875rem;left:54.9375rem;display:block; }#EzOuGUGGhlbblediXTCLCWCtkAcFTN1t.adaptive-delivery-prevent-bg, #EzOuGUGGhlbblediXTCLCWCtkAcFTN1t.lazyload, #EzOuGUGGhlbblediXTCLCWCtkAcFTN1t.lazyloading { background-image: none; }
#XrqioHm4eWl8D4RVmhLdX4TCKfdMZtPR { color:rgba(13,19,44,0.8);display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100017;line-height:1.6;letter-spacing:0;top:24.625rem;left:51.3125rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i7Lg86TUanyDltIw5tyukN2REiM82t4u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#i7Lg86TUanyDltIw5tyukN2REiM82t4u > .row .container { background-color: transparent; background-image: none; }#i7Lg86TUanyDltIw5tyukN2REiM82t4u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7Lg86TUanyDltIw5tyukN2REiM82t4u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7Lg86TUanyDltIw5tyukN2REiM82t4u > .row .container > .video-iframe-container { display: none; }#i7Lg86TUanyDltIw5tyukN2REiM82t4u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7Lg86TUanyDltIw5tyukN2REiM82t4u > .row > .video-iframe-container { display: none; }#i7Lg86TUanyDltIw5tyukN2REiM82t4u > .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); }#i7Lg86TUanyDltIw5tyukN2REiM82t4u > .row .container { border-width: 0; border-radius: 0; }#i7Lg86TUanyDltIw5tyukN2REiM82t4u > .row > .video-iframe-container {  }#i7Lg86TUanyDltIw5tyukN2REiM82t4u > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#VKN2rnZDhK6w9QyqU50BHvK8U00EQ0Dg { color:#0d132c;display:block;width:75rem;position:absolute;font-family:"poppins extrabold";font-size:1.875rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:3.9375rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTWE3QzhJzqD9iDDLQGV2bP8pGqgqPk8 { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:9.4375rem;left:7.1875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TC4vmnuEVsmg27Nl7gtAx4PemPoNsmTR { position:absolute;display:block;z-index:99999;background-color:#b3b3b3;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;height:0.25rem;width:52.125rem;top:14.9375rem;left:14.8125rem;display:block; }
#cAbbaznAl8MTTfemksmGIzVQbMBpHKsq { color:#000000;display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.0625rem;left:23.9375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#e8tKnvfxVUZvsvmIOnvZahQN6ad2lHEW { color:#000000;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:10.0625rem;left:31.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#zEvC617XiqZmWugMMwPs4ZT323ZZIGXe { color:#000000;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:28rem;left:41.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#bCPWxwPaUerFCbeAWZ5kASDftZQKIlNH { color:#000000;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:28rem;left:52.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#SM2aS1unopIQK76seTEhMTTwisWo50f3 { color:#000000;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:10.0625rem;left:41.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#fNWh3zATPJyqLM1TzCgPwn5P0oKXRk6y { color:#000000;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:10.0625rem;left:52.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#e10ZGLtlyP3xZMUPrqdlzk1UnbJFofMD { color:#000000;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:28rem;left:31rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Gv2D5T4HwT2wknFRoNzNE4vELMiHfO5h { color:#000000;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:27.875rem;left:6.3125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJfB76k3ZXI26xUl97ul8DqzuGkF0hH6 { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(344deg, #e1c165, #744932);background-image: -moz-linear-gradient(344deg, #e1c165, #744932);background-image: -ms-linear-gradient(344deg, #e1c165, #744932);background-image: -o-linear-gradient(344deg, #e1c165, #744932);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );";background-image: linear-gradient(344deg, #e1c165, #744932);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:6.25rem;width:6.25rem;top:11.9375rem;left:23.9375rem;display:block; }
#yS7oRKinQ44RNpZIVqSvByftT2PqvM4I { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:13.375rem;left:25.75rem;overflow:hidden;display:block; }
#FaTINqAagfHiF332AotTNczSwetwxVzf { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(344deg, #e1c165, #744932);background-image: -moz-linear-gradient(344deg, #e1c165, #744932);background-image: -ms-linear-gradient(344deg, #e1c165, #744932);background-image: -o-linear-gradient(344deg, #e1c165, #744932);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );";background-image: linear-gradient(344deg, #e1c165, #744932);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:6.25rem;width:6.25rem;top:11.9375rem;left:34.5rem;display:block; }
#kzSqOzdnx1LyMshOMea1pGcyz64zBfS9 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:2.625rem;top:13.375rem;left:36.3125rem;overflow:hidden;display:block; }
#VPp9p4g3RNVTDqW7TnHimX1nt5hXKg5w { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(344deg, #e1c165, #744932);background-image: -moz-linear-gradient(344deg, #e1c165, #744932);background-image: -ms-linear-gradient(344deg, #e1c165, #744932);background-image: -o-linear-gradient(344deg, #e1c165, #744932);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );";background-image: linear-gradient(344deg, #e1c165, #744932);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:6.25rem;width:6.25rem;top:11.9375rem;left:45.0625rem;display:block; }
#eDMPIi4iNHAGfDShdM0ClEh5mZrJGdqi { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.5625rem;top:13.375rem;left:46.625rem;overflow:hidden;display:block; }
#nqsJzimwzpWFwfx1TPWT7KtELC15FiL3 { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(344deg, #e1c165, #744932);background-image: -moz-linear-gradient(344deg, #e1c165, #744932);background-image: -ms-linear-gradient(344deg, #e1c165, #744932);background-image: -o-linear-gradient(344deg, #e1c165, #744932);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );";background-image: linear-gradient(344deg, #e1c165, #744932);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:6.25rem;width:6.25rem;top:11.9375rem;left:55.6875rem;display:block; }
#TPKOwtaVdCyTrImdCBpMzFUE7GKr6xXv { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:2.5rem;top:13.375rem;left:57.5625rem;overflow:hidden;display:block; }
#SAPxUCfbKRRmkpN75N1cBgyZE9LglXyH { position:absolute;display:block;z-index:100000;background-color:#b3b3b3;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;height:9.375rem;width:0.1875rem;top:15rem;left:66.9375rem;display:block; }
#wqzs3TdXmRTwTyq7NiCstUoQ56EQESXd { box-sizing:content-box;color:#b3b3b3;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:14.25rem;left:22.6875rem;display:none; }
#PkNRQEU3XueQMGAsFhaVCbXZ50tcIF2d { box-sizing:content-box;color:#b3b3b3;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:14.25rem;left:33.25rem;display:none; }
#xTfvuopNiK8mFrn4Qon7aXUxzucTF586 { box-sizing:content-box;color:#b3b3b3;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:14.25rem;left:43.8125rem;display:none; }
#gh9vo8HHznToaO0kB6EtPUkeA1nVpmWT { box-sizing:content-box;color:#b3b3b3;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:14.25rem;left:54.5rem;display:block; }
#LMfEEvThhMeQn8KesBksSt90XBBEoTvn { box-sizing:content-box;color:#b3b3b3;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:18.1875rem;left:47.125rem;display:block; }
#NGTkRIDrNUWIsRlMe2nBWHWplzvVuvJT { position:absolute;display:block;z-index:100010;background-color:transparent;background-image: -webkit-linear-gradient(344deg, #e1c165, #744932);background-image: -moz-linear-gradient(344deg, #e1c165, #744932);background-image: -ms-linear-gradient(344deg, #e1c165, #744932);background-image: -o-linear-gradient(344deg, #e1c165, #744932);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );";background-image: linear-gradient(344deg, #e1c165, #744932);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:6.25rem;width:6.25rem;top:21.125rem;left:34.375rem;display:block; }
#ffzrwEPJe5RrP4ulHskrFvv4HSxkky3g { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(344deg, #e1c165, #744932);background-image: -moz-linear-gradient(344deg, #e1c165, #744932);background-image: -ms-linear-gradient(344deg, #e1c165, #744932);background-image: -o-linear-gradient(344deg, #e1c165, #744932);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );";background-image: linear-gradient(344deg, #e1c165, #744932);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:6.25rem;width:6.25rem;top:21.125rem;left:44.8125rem;display:block; }
#qESRVmTWO0HVtFXFaQB46BFmFoLMrp9w { position:absolute;display:block;z-index:100014;background-color:transparent;background-image: -webkit-linear-gradient(344deg, #e1c165, #744932);background-image: -moz-linear-gradient(344deg, #e1c165, #744932);background-image: -ms-linear-gradient(344deg, #e1c165, #744932);background-image: -o-linear-gradient(344deg, #e1c165, #744932);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );";background-image: linear-gradient(344deg, #e1c165, #744932);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:6.25rem;width:6.25rem;top:21.125rem;left:55.5rem;display:block; }
#Lyp3aARbJsxhad5bROzOkQa0f1f3cDR4 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.375rem;top:22.5625rem;left:35.8125rem;overflow:hidden;display:block; }
#zzJcrQ4fNdkIUOtWvut3t4sZiADmdJN4 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.0625rem;top:22.625rem;left:57.0625rem;overflow:hidden;display:block; }
#La1tlITtq4EA7IGorWnG3WyxK1brstH8 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.125rem;top:22.625rem;left:46.3125rem;overflow:hidden;display:block; }
#wcAz7r5k84flXmpJNAPvJurFbOVdMFN2 { position:absolute;display:block;z-index:100000;background-color:#b3b3b3;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;height:0.25rem;width:52.125rem;top:24.125rem;left:14.8125rem;display:block; }
#ZMQFu2cG3Po7QziLb2xVxWOtMDLRTI29 { box-sizing:content-box;color:#b3b3b3;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:23.4375rem;left:50.75rem;display:block; }
#VmyycklVQNXzqzTtSsx6iwbo5BPkwit0 { box-sizing:content-box;color:#b3b3b3;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:23.4375rem;left:40.1875rem;display:block; }
#qwz6vum4KXsEIaUL0ACpm5RdV1PWw8sH { box-sizing:content-box;color:#b3b3b3;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:23.4375rem;left:26.25rem;display:none; }
#iUsDVMmsPzZsMsi4P5cpKDTtRFDThu6K { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.26) ;height:14.5625rem;width:10.1875rem;top:11.9375rem;left:7.6875rem;overflow:hidden;display:block; }
#TxT1mTCPq59MvI5lVXkue9uR5zn00ez7 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.21) ;height:12.5rem;width:12.5rem;display:none; }
#unVx3HT7x9hngk66rtXWMvlJcBKTVmTz { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.21) ;height:12.5rem;width:12.5rem;display:none; }
#oP6o4mvsrBq29d4SeBvs71xABsqvfqQl { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.21) ;height:12.5rem;width:12.5rem;display:none; }
#FF1DRo3k9EG2AsCPzFPgwn5izSfNWT4O { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.21) ;height:12.5rem;width:12.5rem;display:none; }
#SLTSO1QFclBJtyGpmVvbK23Ct4owPMmF { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.21) ;height:12.5rem;width:12.5rem;display:none; }
#CGmvFXCs328EENa41VqTJPNhT0C8q8A9 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.21) ;height:12.5rem;width:12.5rem;display:none; }
#ypdN8qniTO4lAiTPTwv5hE17vFlPSZSX { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.21) ;height:12.5rem;width:12.5rem;display:none; }
#g0JcviDOLDae1u0vGXkpw6fsFNt98XCL { box-sizing:content-box;color:#b3b3b3;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:23.4375rem;left:26.25rem;display:none; }
#etLolypsbyQ6CyEkP9TKp3lwhHHJnevb { box-sizing:content-box;color:#b3b3b3;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:14.25rem;left:33.25rem;display:none; }
#mrnCuyufoqO4OCoMeQ5e5hSSLdmF0SId { position:absolute;display:block;z-index:100001;background-color:#b3b3b3;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;height:7.1875rem;width:0.3125rem;top:18.9375rem;left:47.8125rem;display:block; }
#mHB8aamXmmQTfGouKdndpXvOyVsFphoC { box-sizing:content-box;color:#b3b3b3;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:14.25rem;left:43.875rem;display:block; }
#QXb5SuDosSEp2TecQKNKNXdmyw8TmRFs { box-sizing:content-box;color:#b3b3b3;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:14.25rem;left:33.25rem;display:block; }
#BlmkJ1nrkUr78vskC9c5cot60iKGRoX7 { box-sizing:content-box;color:#b3b3b3;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:14.25rem;left:22.75rem;display:block; }
#QupHtqd8JVBL4AfSDW2synLoeSURyxl9 { box-sizing:content-box;color:#b3b3b3;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:23.4375rem;left:25.75rem;display:block; }
#oXSmOu4cmDGubysPCvf6yIQE7GTzBBTp { position:absolute;display:block;z-index:100000;background-color:#b3b3b3;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;height:0.25rem;width:52.125rem;top:24.125rem;left:14.8125rem;display:none; }
#r9IrJHFI3kZKiPbQOS9l2Wq5t2RFAHXH { box-sizing:content-box;color:#b3b3b3;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:14.25rem;left:54.5rem;display:none; }
#wQNabFKisH6NGRUMUkMK42NoLwNAGaQ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(267deg, #e1c165, #744932);background-image: -moz-linear-gradient(267deg, #e1c165, #744932);background-image: -ms-linear-gradient(267deg, #e1c165, #744932);background-image: -o-linear-gradient(267deg, #e1c165, #744932);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );";background-image: linear-gradient(267deg, #e1c165, #744932);background-size:auto !important;position:relative;display:block; }#wQNabFKisH6NGRUMUkMK42NoLwNAGaQ7 > .row .container { background-color: transparent; background-image: none; }#wQNabFKisH6NGRUMUkMK42NoLwNAGaQ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQNabFKisH6NGRUMUkMK42NoLwNAGaQ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQNabFKisH6NGRUMUkMK42NoLwNAGaQ7 > .row .container > .video-iframe-container { display: none; }#wQNabFKisH6NGRUMUkMK42NoLwNAGaQ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQNabFKisH6NGRUMUkMK42NoLwNAGaQ7 > .row > .video-iframe-container { display: none; }#wQNabFKisH6NGRUMUkMK42NoLwNAGaQ7 > .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); }#wQNabFKisH6NGRUMUkMK42NoLwNAGaQ7 > .row .container { border-width: 0; border-radius: 0; }#wQNabFKisH6NGRUMUkMK42NoLwNAGaQ7 > .row > .video-iframe-container {  }#wQNabFKisH6NGRUMUkMK42NoLwNAGaQ7 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#XPDasytE32ucmd4KnulPRe8NMzAenvGa { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"poppins extrabold";font-size:2.0625rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:4.375rem;left:0rem;height:2.8875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OiGk6q1B9MGLvmQ4aCX2IJX7PTTt62UQ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:7.875rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vOnzgi7X4vSLwLHce2MTkLrnuTSKi7Rl { background-color:#0d132c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:11.375rem;left:31.1875rem;display:block; }
#cGd3MOneEFxuTmhRbUQkyXDZlctUH8nG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iC22pmD99ye7TOlIVJ6ZJgTbqgQOrhqV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d132c;background-image:none;position:relative;display:block; }#iC22pmD99ye7TOlIVJ6ZJgTbqgQOrhqV > .row .container { background-color: transparent; background-image: none; }#iC22pmD99ye7TOlIVJ6ZJgTbqgQOrhqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC22pmD99ye7TOlIVJ6ZJgTbqgQOrhqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC22pmD99ye7TOlIVJ6ZJgTbqgQOrhqV > .row .container > .video-iframe-container { display: none; }#iC22pmD99ye7TOlIVJ6ZJgTbqgQOrhqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC22pmD99ye7TOlIVJ6ZJgTbqgQOrhqV > .row > .video-iframe-container { display: none; }#iC22pmD99ye7TOlIVJ6ZJgTbqgQOrhqV > .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); }#iC22pmD99ye7TOlIVJ6ZJgTbqgQOrhqV > .row .container { border-width: 0; border-radius: 0; }#iC22pmD99ye7TOlIVJ6ZJgTbqgQOrhqV > .row > .video-iframe-container {  }#iC22pmD99ye7TOlIVJ6ZJgTbqgQOrhqV > .row .container { font-size:0.875rem;font-family:arial;height:58.875rem;width:75rem;position:relative;display:block; }#oUfX6RgA5RruCkiBkVG3d6ZmGJnCLDDm { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.6875rem;width:28.5625rem;top:14.375rem;left:23.21875rem;overflow:hidden;display:block; }
#ee7iT9yqLTlRkUGITS8m2QQ96vxdPIQZ { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(344deg, #e1c165, #744932);background-image: -moz-linear-gradient(344deg, #e1c165, #744932);background-image: -ms-linear-gradient(344deg, #e1c165, #744932);background-image: -o-linear-gradient(344deg, #e1c165, #744932);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );";background-image: linear-gradient(344deg, #e1c165, #744932);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:28.0625rem;width:28.0625rem;top:14.6875rem;left:23.46875rem;display:block; }
#AehVdoRvtLhBZFut9IA4pwUBBn5RLeV9 { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:12.3125rem;left:6.5625rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#FTqSkXmsEqS1stlFXo5oXUuVU8qoGwiJ { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:23.5625rem;left:1.75rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#MdFIOweozqFQUNMNTZMTHBRPOJ26zzCl { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"poppins extrabold";font-size:1.875rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:3.25rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#euhsNzTD6m73Rt65F4APXC8lwZQIoTDe { color:rgba(255,255,255,0.7);display:block;width:75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:6.375rem;left:0rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SlRgwywZ6UzSUWTVcsoT9FPr8DzSmWZr { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:34.8125rem;left:2rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#IrizEc40DrIGak4FTfpgVrUuqt7UZGIh { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:46.875rem;left:7rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#MWNdTrTNwNTDont9M46cZyBiSkSA4fAW { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:12.5rem;left:53.25rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#WStCQxT27lLhPIqOXMRbJrgUZ23eAO0G { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:23.625rem;left:56.125rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#G992ZpNcSQSbxJ74qkMhNVW5PMCz7Jqn { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:34.6875rem;left:54.875rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#xxL1MtMe1TRP0qX1r6TT5TnvXFfBkKvh { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:46.625rem;left:52.3125rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#O0HmLh1I6Kwmc0BzCerntl9FlMp9r0Qs { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:46.875rem;left:28.8125rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#VQC3VNWCdfTlInufgFSAsWoTum9nJW9H { position:absolute;display:block;z-index:99998;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ed6b04;border-left:0.0625rem solid #ed6b04;border-right:0.0625rem solid #ed6b04;border-bottom:0.0625rem solid #ed6b04;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 2.3125rem rgba(225,193,101,0.46) ;height:8.875rem;width:21.0625rem;top:10.6875rem;left:3.9375rem;display:block; }
#v9kRgQ3txXeO4cUSfnyFJGZ8EiqeClhz { position:absolute;display:block;z-index:99999;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ed6b04;border-left:0.0625rem solid #ed6b04;border-right:0.0625rem solid #ed6b04;border-bottom:0.0625rem solid #ed6b04;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(225,193,101,0.49) ;height:8.5rem;width:21.0625rem;top:22.125rem;left:0.3125rem;display:block; }
#JxdfMC6bqc6vJ6tRVMtwSWzOumZuhKBg { position:absolute;display:block;z-index:100000;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ed6b04;border-left:0.0625rem solid #ed6b04;border-right:0.0625rem solid #ed6b04;border-bottom:0.0625rem solid #ed6b04;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(237,107,4,0.49) ;height:7.125rem;width:21.0625rem;top:33.3125rem;left:0.4375rem;display:block; }
#L1uUpTde403OIwKn0EaM8677vF0kStOg { position:absolute;display:block;z-index:100000;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ed6b04;border-left:0.0625rem solid #ed6b04;border-right:0.0625rem solid #ed6b04;border-bottom:0.0625rem solid #ed6b04;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(225,193,101,0.49) ;height:9.0625rem;width:21.0625rem;top:44.9375rem;left:4.625rem;display:block; }
#JuNq6ViqstPHIM2tGpz6R2zOeIG7nG9q { position:absolute;display:block;z-index:99999;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ed6b04;border-left:0.0625rem solid #ed6b04;border-right:0.0625rem solid #ed6b04;border-bottom:0.0625rem solid #ed6b04;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(225,193,101,0.49) ;height:8.875rem;width:21.0625rem;top:10.46249961853rem;left:50.625rem;display:block; }
#CdQ4hgOMdXaWEJLv9V28tKXILRcGwHUK { position:absolute;display:block;z-index:100000;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ed6b04;border-left:0.0625rem solid #ed6b04;border-right:0.0625rem solid #ed6b04;border-bottom:0.0625rem solid #ed6b04;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(225,193,101,0.49) ;height:8.3125rem;width:21.0625rem;top:22.140625rem;left:53.5rem;display:block; }
#TdgGaeC8zuudP7T2fUZyce68retRqFSW { position:absolute;display:block;z-index:100001;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ed6b04;border-left:0.0625rem solid #ed6b04;border-right:0.0625rem solid #ed6b04;border-bottom:0.0625rem solid #ed6b04;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(225,193,101,0.49) ;height:8.5625rem;width:21.0625rem;top:33.1875rem;left:53.5rem;display:block; }
#DcoNHT4z0HhS8Cw6g6orrWEyJh1xDaII { position:absolute;display:block;z-index:100001;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ed6b04;border-left:0.0625rem solid #ed6b04;border-right:0.0625rem solid #ed6b04;border-bottom:0.0625rem solid #ed6b04;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(225,193,101,0.49) ;height:9.0625rem;width:21.0625rem;top:44.9375rem;left:49.3125rem;display:block; }
#kIEE3Vnx1K7S1e2iuywd42TZRzkpysSt { position:absolute;display:block;z-index:100002;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ed6b04;border-left:0.0625rem solid #ed6b04;border-right:0.0625rem solid #ed6b04;border-bottom:0.0625rem solid #ed6b04;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(225,193,101,0.49) ;height:9.0625rem;width:21.0625rem;top:44.9375rem;left:26.9375rem;display:block; }
#BUxDs0fkcI4gccJxUGBX4Im8C9UolJcR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.23);background-image:none;position:relative;display:block; }#BUxDs0fkcI4gccJxUGBX4Im8C9UolJcR > .row .container { background-color: transparent; background-image: none; }#BUxDs0fkcI4gccJxUGBX4Im8C9UolJcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUxDs0fkcI4gccJxUGBX4Im8C9UolJcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUxDs0fkcI4gccJxUGBX4Im8C9UolJcR > .row .container > .video-iframe-container { display: none; }#BUxDs0fkcI4gccJxUGBX4Im8C9UolJcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUxDs0fkcI4gccJxUGBX4Im8C9UolJcR > .row > .video-iframe-container { display: none; }#BUxDs0fkcI4gccJxUGBX4Im8C9UolJcR > .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); }#BUxDs0fkcI4gccJxUGBX4Im8C9UolJcR > .row .container { border-width: 0; border-radius: 0; }#BUxDs0fkcI4gccJxUGBX4Im8C9UolJcR > .row > .video-iframe-container {  }#BUxDs0fkcI4gccJxUGBX4Im8C9UolJcR > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#S5lNnKh18xBGSNmTL13LQoI7l970C5H2 { color:#0d132c;display:block;width:75rem;position:absolute;font-family:"poppins extrabold";font-size:1.875rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:3.8125rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ROfHRgw9b5hnxE0MJMr9qpGEWSIH6uNg { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:14.46249961853rem;left:0.84375rem;height:2.2744125rem;font-style:normal;display:block; }
#wLEMTbuZf67T7Q5bbozORc9qIBEABcz6 { color:#000000;display:block;width:8.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:10.25rem;left:0.8125rem;height:3.8994125rem;font-style:normal;display:block; }
#GOPnr5OJsRRh2ByJEsOGrodu5eXzUuon { color:#000000;display:block;width:8.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:10.25rem;left:11.5rem;height:3.8994125rem;font-style:normal;display:block; }
#AQPTKdxq94KDJ4Te0AgQLhgaKLFTkobL { color:#000000;display:block;width:8.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:14.46249961853rem;left:11.5rem;height:2.2744125rem;display:block; }
#NaNFEDEiFErQIHwbTHsoTEmMCHOlsaTh { color:#000000;display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:10.25rem;left:22.28125rem;height:5.19921875rem;font-style:normal;display:block; }
#quRFJdarKgWzFMFBKZiEPQl8L4fulc94 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:14.46249961853rem;left:22.1875rem;height:3.41015625rem;font-style:normal;display:block; }
#D7C86dXGaTf3brIFfQKTGnZKndBITHyo { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:10.25rem;left:33.09375rem;height:3.8994125rem;font-style:normal;display:block; }
#QmFKVshL1qZAzmWCNDw1ukqFx7cOEFPq { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:14.46249961853rem;left:32.96875rem;height:2.2744125rem;font-style:normal;display:block; }
#SSv9AAt3GTFIAl4goh5tEfkn34n0XROR { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:10.25rem;left:43.875rem;height:2.5996125rem;font-style:normal;display:block; }
#bIqbqPq3cSLJULE4taLWQIJNkSyn0vhI { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:13.21249961853rem;left:43.84375rem;height:2.2744125rem;font-style:normal;display:block; }
#l9MrgTJm8Ow1Qtxv3AWSwmSpGglZyt9N { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:10.25rem;left:54.625rem;height:3.8994125rem;font-style:normal;display:block; }
#yk9Mp8m23UMJqImWxRkGkvHryIH79dLl { color:#000000;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:14.46249961853rem;left:54.59375rem;height:4.546875rem;font-style:normal;display:block; }
#unVC742MHT9TWuoKLTBpexOBko712881 { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:10.25rem;left:65.3125rem;height:3.8994125rem;display:block; }
#xbdh2t8ZsavFhANhxTwice4ew6OEIh16 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:14.46249961853rem;left:65.3125rem;height:3.41015625rem;font-style:normal;display:block; }
#dXF33Tnbx2y0sv2qy1GJcGCK2wV87gQ9 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ed6b04;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:12.3125rem;width:10.3125rem;top:8.1875rem;left:0rem;display:block; }
#sGeGr5UC6spHgpSRsBMHFrTIwJlTe5yk { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ed6b04;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:12.3125rem;width:10.3125rem;top:8.1875rem;left:10.75rem;display:block; }
#CWEaZA8WgWkyBBaq8G9guxBLKf1mqsVU { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ed6b04;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:12.3125rem;width:10.3125rem;top:8.1875rem;left:21.5rem;display:block; }
#wFUDm3UGAdvTLbs129nCH4L6BiChLC65 { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ed6b04;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:12.3125rem;width:10.3125rem;top:8.1875rem;left:32.25rem;display:block; }
#kTTtthNWJlByrgCuCo4Zb6fvTNSeqHSc { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ed6b04;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:12.3125rem;width:10.3125rem;top:8.1875rem;left:43rem;display:block; }
#Op2v0Iez8eNumUVLlxf5wD6gwuXa3qqg { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ed6b04;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:12.3125rem;width:10.3125rem;top:8.1875rem;left:53.75rem;display:block; }
#udBttDf9rCCv5i68T9M0GPADPRVlJk3T { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ed6b04;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:12.3125rem;width:10.3125rem;top:8.1875rem;left:64.5rem;display:block; }
#MBuekl3Xyieenft9xN5XLUThgSnhU1rx { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ed6b04;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:12.3125rem;width:10.3125rem;top:21.1875rem;left:0rem;display:block; }
#TigpthxeIx1eGuTvtl16IPXiKDpPZTPL { color:#000000;display:block;width:8.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:23.25rem;left:11.5625rem;height:5.19921875rem;font-style:normal;display:block; }
#EtcOClNOWcnErcLRDElGTEZvWKAxuMuN { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ed6b04;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:12.3125rem;width:10.3125rem;top:21.1875rem;left:10.75rem;display:block; }
#KbxIRcxBHtiVyl7xZIDnnwqLUUiEtWZ1 { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:23.25rem;left:0.84375rem;height:5.19921875rem;font-style:normal;display:block; }
#Wdu4ixl2Wz7AKyLEqfNZVSlStmMwa6UZ { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:27.512500762939rem;left:11.5625rem;height:2.2734375rem;display:block; }
#q96QSfC2SS6fTGtqTgZpV4gwUWRJAZ9E { color:#000000;display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:28.75rem;left:0.84375rem;height:2.2744125rem;font-style:normal;display:block; }
#DdKKGbqyVPI4fLXGeMBfRzF4mobCa1qM { color:#000000;display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:23.25rem;left:22.34375rem;height:2.6rem;font-style:normal;display:block; }
#TWP3uSwXWPR6TmQNvwd9iD9Tl1k38Zs3 { color:#000000;display:block;width:7.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:26.206249237061rem;left:22.28125rem;height:2.2744125rem;display:block; }
#T8tevTnvGLVgSU0mbu0HhEGbATwx2pXb { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ed6b04;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:12.3125rem;width:10.3125rem;top:21.1875rem;left:21.5rem;display:block; }
#Bx8RsMqJ4KwXBtT516epJNu15we0l67E { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:23.25rem;left:33.09375rem;height:6.499rem;font-style:normal;display:block; }
#nz2d74vW8X7m4UafJXGqQykiOVOIO8gl { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:28.762500762939rem;left:33.09375rem;height:3.41015625rem;font-style:normal;display:block; }
#U7hfBAUA5p9PnQ8ZF7thbdpTdQ1zth0J { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ed6b04;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:12.3125rem;width:10.3125rem;top:21.1875rem;left:32.25rem;display:block; }
#KqniVPLdBayqxIZiuGb7fwpphy2x6GrX { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:23.25rem;left:43.8125rem;height:3.89941875rem;font-style:normal;display:block; }
#EkONnUKxmLNhVlzQfhaeyQRVI2uBP0fo { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:27.443748474121rem;left:43.8125rem;height:2.2734375rem;font-style:normal;display:block; }
#ufCO42TggBceSHdabRLTBDSRM2XvdQp0 { position:absolute;display:block;z-index:100025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ed6b04;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:12.3125rem;width:10.3125rem;top:21.1875rem;left:43rem;display:block; }
#swLGZzE2SS6xest6fCRdHNxknMAeaTeT { position:absolute;display:block;z-index:100026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ed6b04;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:12.3125rem;width:10.3125rem;top:21.1875rem;left:53.75rem;display:block; }
#Glf0gGXTTyRdIXtSOAVzfXFR1Qvb91NI { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:23.25rem;left:54.5625rem;height:3.8994125rem;font-style:normal;display:block; }
#dxf7EefAqSQRSVM9P88KkgMvmZakA8nz { color:#000000;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:27.387500762939rem;left:54.59375rem;height:2.2744125rem;font-style:normal;display:block; }
#hg5267TCMx3npu9t5HnTzec9a2Gtviye { position:absolute;display:block;z-index:100027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ed6b04;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.1) ;height:12.3125rem;width:10.3125rem;top:21.1875rem;left:64.5rem;display:block; }
#QbDltPyMkpd8h43puTHLomcRxzbB3lWc { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:23.25rem;left:65.25rem;height:2.6rem;font-style:normal;display:block; }
#ylvPK3DsuImE625vSwIdopDBKc95kmXt { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100038;line-height:1.3;letter-spacing:0;top:26.337501525879rem;left:65.3125rem;height:2.2734375rem;font-style:normal;display:block; }
#gDWMmecZ0sB6nOOL4plrlhNvch3sE31U { background-color:transparent;background-image: -webkit-linear-gradient(174deg, #e1c165, #744932);background-image: -moz-linear-gradient(174deg, #e1c165, #744932);background-image: -ms-linear-gradient(174deg, #e1c165, #744932);background-image: -o-linear-gradient(174deg, #e1c165, #744932);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );";background-image: linear-gradient(174deg, #e1c165, #744932);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:36.5rem;left:28.96875rem;display:block; }
#qX3piTKI1pJ2eVx4TQgLeTb9hrHNet0d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JQSZnZDVasViZh3r3DSO1vQubCJcGftn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d132c;background-image:none;position:relative;display:block; }#JQSZnZDVasViZh3r3DSO1vQubCJcGftn > .row .container { background-color: transparent; background-image: none; }#JQSZnZDVasViZh3r3DSO1vQubCJcGftn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQSZnZDVasViZh3r3DSO1vQubCJcGftn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQSZnZDVasViZh3r3DSO1vQubCJcGftn > .row .container > .video-iframe-container { display: none; }#JQSZnZDVasViZh3r3DSO1vQubCJcGftn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQSZnZDVasViZh3r3DSO1vQubCJcGftn > .row > .video-iframe-container { display: none; }#JQSZnZDVasViZh3r3DSO1vQubCJcGftn > .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); }#JQSZnZDVasViZh3r3DSO1vQubCJcGftn > .row .container { border-width: 0; border-radius: 0; }#JQSZnZDVasViZh3r3DSO1vQubCJcGftn > .row > .video-iframe-container {  }#JQSZnZDVasViZh3r3DSO1vQubCJcGftn > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#UPhKxnU52Og3VIk6d8J64l9RUIvHGPoU { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"poppins extrabold";font-size:1.875rem;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;top:4rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTZ2dotfIRTLwpkJxr9mwfWAqiWTwqZq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d132c;background-image:none;position:relative;display:block; }#BTZ2dotfIRTLwpkJxr9mwfWAqiWTwqZq > .row .container { background-color: transparent; background-image: none; }#BTZ2dotfIRTLwpkJxr9mwfWAqiWTwqZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTZ2dotfIRTLwpkJxr9mwfWAqiWTwqZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTZ2dotfIRTLwpkJxr9mwfWAqiWTwqZq > .row .container > .video-iframe-container { display: none; }#BTZ2dotfIRTLwpkJxr9mwfWAqiWTwqZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTZ2dotfIRTLwpkJxr9mwfWAqiWTwqZq > .row > .video-iframe-container { display: none; }#BTZ2dotfIRTLwpkJxr9mwfWAqiWTwqZq > .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); }#BTZ2dotfIRTLwpkJxr9mwfWAqiWTwqZq > .row .container { border-width: 0; border-radius: 0; }#BTZ2dotfIRTLwpkJxr9mwfWAqiWTwqZq > .row > .video-iframe-container {  }#BTZ2dotfIRTLwpkJxr9mwfWAqiWTwqZq > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#o7ExISON7fQSyA0n58kkkM4vqHvWdOXX { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.26) ;height:14.5625rem;width:10.1875rem;top:3rem;left:4.28125rem;overflow:hidden;display:block; }
#inaWHlHLRu78calRcfv7Jdlg0QvPATHd { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:100010;line-height:1.4;letter-spacing:0;top:18.6875rem;left:2.625rem;height:2.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XOZD48ZQp3ITrfu04nHf5IXh6NFnrxqw { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:21.6875rem;left:2.625rem;height:2.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KVvTv9QDaOcmFBUHuJ8SJa3sT9uaMs8P { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:24rem;left:0rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTOgleUKnM7ZFAGNdGqUIEhT3W5slLQE { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:100015;line-height:1.4;letter-spacing:0;top:24.0625rem;left:53.875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QNb0EPcCBweSL914ZscKGB3VxMxtVEhQ { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:18.75rem;left:56.5rem;height:1.48730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3xXbAtMXSL7mTUhGmAr7MeMv7c9XUab { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:100015;line-height:1.4;letter-spacing:0;top:21.75rem;left:56.5rem;height:2.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bl6nlLqao4HVxtkCRphvAfaJiFIvEPOT { position:absolute;display:block;z-index:100031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/38e726ea-d913-4978-9a66-470c0e9d2f65/AAPrawdziwyliderokladka800px.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:10.375rem;top:3.25rem;left:58.0625rem;display:block; }#bl6nlLqao4HVxtkCRphvAfaJiFIvEPOT.adaptive-delivery-prevent-bg, #bl6nlLqao4HVxtkCRphvAfaJiFIvEPOT.lazyload, #bl6nlLqao4HVxtkCRphvAfaJiFIvEPOT.lazyloading { background-image: none; }
#ZLf1V7BKCb1TcXLpkvP6dxTTSsfUfAKu { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.3125rem;width:13.75rem;top:1.5rem;left:56.375rem;overflow:hidden;display:block; }
#wZrvt2i7l9lo2caM49b3pGu1UQAzxC0I { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:100015;line-height:1.4;letter-spacing:0;top:23.6875rem;left:24.1875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#raSNG2f5dXtqLXwpAd3dbgdLhSoTnn5M { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:100015;line-height:1.4;letter-spacing:0;top:21.375rem;left:26.8125rem;height:2.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FyqPLbW0SdqzUEqBiGmndfTrZITEaXT2 { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:18.375rem;left:26.8125rem;height:2.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wUxFa4AVxbU7KHrUSD2M1Oc0GqNKZilk { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.98) ;height:14.5625rem;width:10.1875rem;top:3.0625rem;left:27.625rem;overflow:hidden;display:block; }
#JKka6eJUSSvB9qpuTMNouMrxLAvZuVrl { background-color:transparent;background-image: -webkit-linear-gradient(174deg, #e1c165, #744932);background-image: -moz-linear-gradient(174deg, #e1c165, #744932);background-image: -ms-linear-gradient(174deg, #e1c165, #744932);background-image: -o-linear-gradient(174deg, #e1c165, #744932);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );";background-image: linear-gradient(174deg, #e1c165, #744932);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:26.625rem;left:4.4375rem;display:block; }
#yyBQ1Fz501Cw4Txvc9lKwqVGc6b86QSh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LtStRQsmOF8lQqVNXgZt13HT7i3KwZmC { background-color:transparent;background-image: -webkit-linear-gradient(174deg, #e1c165, #744932);background-image: -moz-linear-gradient(174deg, #e1c165, #744932);background-image: -ms-linear-gradient(174deg, #e1c165, #744932);background-image: -o-linear-gradient(174deg, #e1c165, #744932);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );";background-image: linear-gradient(174deg, #e1c165, #744932);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:26.3125rem;left:28.625rem;display:block; }
#wv14rNbO5P8mflN14JqfrHVayPuc7fN6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PBE0Ir7Rwt95M3GaAtT4wRmK7TCIRU3J { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:100016;line-height:1.4;letter-spacing:0;top:26.625rem;left:53.875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iDkEZBG7fAXcHnv5DgczldgzGDt89EN8 { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:8.3125rem;top:30.1875rem;left:54.4375rem;overflow:hidden;display:block; }
#qXSWnKZr3Wly4roakERytasiQRCVLA55 { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:8.5625rem;top:29.625rem;left:64.125rem;overflow:hidden;display:block; }
#wpWUIi4cVeD6OLTnIbHK1RleIOFasalc { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(344deg, #e1c165, #744932);background-image: -moz-linear-gradient(344deg, #e1c165, #744932);background-image: -ms-linear-gradient(344deg, #e1c165, #744932);background-image: -o-linear-gradient(344deg, #e1c165, #744932);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c165', endColorstr='#744932' );";background-image: linear-gradient(344deg, #e1c165, #744932);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:35.9375rem;width:23.4375rem;top:0rem;left:51.5625rem;display:block; }
#zTGtvFpcTSp78zhEGHGt4qdakx5oyxk6 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.98) ;height:14.5625rem;width:10.1875rem;top:1.875rem;left:29.3125rem;overflow:hidden;display:block; }
#agUUImuxDAWoo9T8ThsboNsQvnCvLkoA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#agUUImuxDAWoo9T8ThsboNsQvnCvLkoA > .row .container { background-color: transparent; background-image: none; }#agUUImuxDAWoo9T8ThsboNsQvnCvLkoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agUUImuxDAWoo9T8ThsboNsQvnCvLkoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agUUImuxDAWoo9T8ThsboNsQvnCvLkoA > .row .container > .video-iframe-container { display: none; }#agUUImuxDAWoo9T8ThsboNsQvnCvLkoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agUUImuxDAWoo9T8ThsboNsQvnCvLkoA > .row > .video-iframe-container { display: none; }#agUUImuxDAWoo9T8ThsboNsQvnCvLkoA > .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); }#agUUImuxDAWoo9T8ThsboNsQvnCvLkoA > .row .container { border-width: 0; border-radius: 0; }#agUUImuxDAWoo9T8ThsboNsQvnCvLkoA > .row > .video-iframe-container {  }#agUUImuxDAWoo9T8ThsboNsQvnCvLkoA > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#a79KTwtLC6XFnG9DOxVFNoks46pTDHe7 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.1187515258789rem;left:0rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#sEZE4ZTWvZZCQsaJNFTt1rpNsdXzDLlh { color:#070707;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.75rem;left:2.125rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#K6M9GPq0msL2damnIhQdJEbibb5Ef0lX { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.75rem;left:21.9375rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#xPsCyy8Sh65R85UPuA2QvGdhDK8M9Wbf { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.6875rem;left:21.9375rem;height:1.54345625rem;text-align:left;text-align-last:left;display:block; }
#qwhNEvAwceE1M3LI6fmCkm3TnzVKNwum { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.7281265258789rem;left:0.5rem;height:1.54345625rem;text-align:left;text-align-last:left;display:block; }
#AckFbCMN5NKPTwxV8WdboybXGsN9Vc4t { box-sizing:content-box;color:#000000;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:3.5687484741211rem;left:0.25rem;display:block; }
#VZnR9FUsbR6o0J46L8KMeU2MKZIXDLBO { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5.59375rem;left:2.125rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#yNI5c6UZiewKDoxVTx2ZXJNfNDuipzNi { box-sizing:content-box;color:#000000;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:5.1312484741211rem;left:0rem;display:block; }
#ZWkdaGniWFTqfpWVf56TXhvKKq9UWBJD { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:1.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:1.8656234741211rem;left:67.6875rem;display:block; }
#eTtJ2syXAPESopfwro8W2QXvDX7yfTRq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XpLzqmbxZZm0a3vl7OdnrKs6T52hV2mT { display:block; }#XpLzqmbxZZm0a3vl7OdnrKs6T52hV2mT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D244XIgZPP5vtRrK3fN89ya2B3m77qQp { top:0.75rem;left:0rem;width:7.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQIswIWeLJNSK0STOv5NmTVsOAvFFlRb { top:4.5rem;left:17.125rem;width:30.625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtXBF0NByvl98Tw5UHMBetMiZ1RiccX7 { top:8.75rem;left:0rem;width:33.875rem;height:13.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4s9y8KODhh0BH8iGphnloeMv0giCL4Q { top:4.5rem;left:18.375rem;width:29.375rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwNMkxI5H2X09wUtkpaMb8htQ6DPyOcf { top:18.9375rem;left:0rem;width:25.6875rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnA2i5dxc1xx8LhQtEKzEd3RFDdTDFUm { top:7.1875rem;left:0rem;width:24rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2MfTrDQMTVFHdVXkgvd05WQzgcO08uc { width:9.875rem;height:3rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD0tRMd17g9VBbRUNJTQTWz8VCWerTWt { display:block; }
 }@media only screen and (max-width: 763px) { #C5Bs1MZpHlZcJ177lU6OKVvwN2rnLRQl { display:block; }#C5Bs1MZpHlZcJ177lU6OKVvwN2rnLRQl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vX2QustoBKpkgAtTXPRQImAMeFREclk1 { top:6.6875rem;left:24.4375rem;width:23.3125rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEEvCIEyZ4TXWzllHJIh44AiNMpETwOT { top:8.8125rem;left:0rem;width:29.875rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBen0HTcqEK4MmFoXozszqKkw7900Ao9 { top:14.25rem;left:0rem;width:28.0625rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfbJFXkdbVxsVCvVdp6Dx8ZAkZQHyapo { top:20.25rem;left:0rem;width:28.0625rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWAJKaDnDkfJatn45WUWM9mT6xtfNNbc { top:26.25rem;left:0rem;width:28.0625rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs2BUlJhD0pT3cxdyJIvWv32dnnCsviO { width:9.875rem;height:3rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHnzcEBJNv0TTPXHJgCdbiyRgXI1vcv3 { display:block; }
 }@media only screen and (max-width: 763px) { #pJIrNx76OghpHCSwbxysBciPcqnVtS5H { top:3.9375rem;left:0rem;width:47.75rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgTJXogaGX4TPxEnTdTTcsAGe6vsUnvl { top:13.875rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI9eXb5CVkA9zK7rQtVoftlm9ZxW2xvf { top:14.6875rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7M9GmZAFbM9IwA9qeWWUkh3uu5A7t6o { top:20.1875rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJhDKqi3iAcmTMIpp3P0heKHDflTw5hQ { top:21rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sns4gUmdpcRtRKwKmPFlP0IgqUvrdV20 { top:26.8125rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUwUlRCMtc1CopIbwg3ZBkO37NRNXIvw { top:27.6875rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK4TefSBQrCk3IsR9KmehAKA3UJlfpMD { display:block; }#LK4TefSBQrCk3IsR9KmehAKA3UJlfpMD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzrgIvEkZMQlu67BcoxCgIaTusfJV7ab { top:3.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5epNoUinrD8w7JRXnKwg58kFvTGtiUb { top:6.5625rem;left:4.84375rem;width:38.0625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoZahFJEs5DbBD2Tnd9hGHr2E7yV3cZC { top:10.25rem;left:0rem;width:18.5625rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq1c0rI1fIkCfePeHVOVdC9EN1dNTvoH { top:10.875rem;left:0rem;width:18.5625rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxdU88PWVrX1FnFq3WEPtfbTdIZ6Joy7 { top:11.5625rem;left:1.4375rem;width:46.3125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWleWwWWIHpSnK6VTnaQeQZBdMNNx1Wx { top:14.6875rem;left:9.6875rem;width:38.0625rem;height:18.8125rem;font-size:0.9375rem;display:block; }#xWleWwWWIHpSnK6VTnaQeQZBdMNNx1Wx li:before{  }
 }@media only screen and (max-width: 763px) { #ZcZJfURy1aTohw68vTZ3gM5WMeKGf2yg { top:35.0625rem;left:16.625rem;width:8.375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld8eepyiC4HhEzyDVJAoVX6StOv9ffq4 { top:35rem;left:27rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy4qT9WHZTOrBFGuO7kpchlpg0ZTtwuC { display:block; }#Dy4qT9WHZTOrBFGuO7kpchlpg0ZTtwuC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Btp9x6oehta2EyXVr5RJoUWv4UII2VX6 { top:2.125rem;left:9.25rem;width:29.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqiSLhbZu4axNRF6sKWIfnKfhEE47CIB { display:block; }#NqiSLhbZu4axNRF6sKWIfnKfhEE47CIB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2Py4dCJUxNsLCgzIqFunZ1FrxXswM6g { top:0.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASs5HCBIprqNDUgSqOvEKzzJQyfP6aMR { top:4.6875rem;left:20.875rem;width:26.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSRFHSWTkGMaxbhoGVeyOh7zFFmSJElR { top:4.6875rem;left:0rem;width:3.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rodCbzfxF23yAS7tDrSc9xaTBez68DF2 { display:block; }#rodCbzfxF23yAS7tDrSc9xaTBez68DF2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Samg5NgSBbabluqleoSLIupNdSQ6L9Qy { top:1.375rem;left:0rem;width:47.75rem;height:37.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHxizGvZQquPx8T4PQ53wmqHdFlKn05A { display:block; }#CHxizGvZQquPx8T4PQ53wmqHdFlKn05A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbfZaunLpUPNt2UE9rDF21aEDzJKN7Js { top:1.1875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIRdUOzlf4XpC97S2hlTTbUrSkDn3Qmk { top:4.5625rem;left:7.75rem;width:40rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgAlecxzzeKBpuAoJOQpdW4A5pbMITat { top:4.5625rem;left:0rem;width:3.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8IdmKrR8qJCptekuvlEAFaL1gRdhlrR { display:block; }#W8IdmKrR8qJCptekuvlEAFaL1gRdhlrR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBSkKc0EB9NUXgT61uetncFN0XflACXP { top:1.6875rem;left:0rem;width:47.75rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5Ook6abTctVF4shypOwXpCyF7JVHcV5 { display:block; }#p5Ook6abTctVF4shypOwXpCyF7JVHcV5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPWvGZW5pXn7mM1AfhowGdC47FKvFedM { top:2rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBeu3zMiIMqAeQbo8RrTLULo3h5wpkic { top:5.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVBV7OLFcwvFMutZd0sMC3HQlea8V2XM { top:5.1875rem;left:0rem;width:3.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfMOqpMTsgtQ3WD20dM5reTZ5Zgveg3F { display:block; }#rfMOqpMTsgtQ3WD20dM5reTZ5Zgveg3F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTUfFzUy6uGblfSdnrfZ9KDivC4ewk3E { top:1.8125rem;left:0rem;width:47.75rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh9BDTUI56Sce1At53VcFeuux3QbpDan { display:block; }#rh9BDTUI56Sce1At53VcFeuux3QbpDan > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zounIxFg5e3thkS9vcyxKnZelqnaVfv5 { top:1.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDQZ1GFmvoIqJaaIPDQIuCMpITHaLNuS { top:4.625rem;left:22.8125rem;width:24.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5UhQ1wzRT4SphqPJoKT2dX8TOzUQ9Dg { top:4.625rem;left:0rem;width:3.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRNJ2KZZKLt9KmXNk12b7wLaNTEwurih { display:block; }#nRNJ2KZZKLt9KmXNk12b7wLaNTEwurih > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bk2u15L7H7beauGtPpMFW5H1FyR8E0p3 { top:2.125rem;left:0rem;width:47.75rem;height:31.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQx1TKnGTMPPqLH19CB0zUF5QMDTEZ9N { display:block; }#IQx1TKnGTMPPqLH19CB0zUF5QMDTEZ9N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adJMPoxdPxqK2LT35W05wSVb3cm54SCh { top:1.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5oMWMvD5MMieIo4VWqZBuc51SDXqOST { top:6.3125rem;left:0rem;width:3.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbDzMfrBWKKvTRsqiFRwl45BEbGUbVEy { top:6.3125rem;left:27.3125rem;width:20.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnGx2OlU9z7KuTbUb9lqIOJ4aoSTzxKa { display:block; }#UnGx2OlU9z7KuTbUb9lqIOJ4aoSTzxKa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4POxC8hJXTDCLhac0h5yWRUe5t7IMRT { top:1.625rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2XgpreXzwCKT31X9eycTGvSELRCZa7o { display:block; }#b2XgpreXzwCKT31X9eycTGvSELRCZa7o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQIJPsCUo2xa8pym3Tdg9wE6y54hN36J { top:2.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiTZBFgqVMG3lckZ9KmADsrPqX2dp12L { top:6.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSdELuJPfcnGxfZ6BHFHy8zlh9HWcRbM { display:block; }#eSdELuJPfcnGxfZ6BHFHy8zlh9HWcRbM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIUb4tLyVtAeab2vBwis9c8tsegiDW8S { top:7.3125rem;left:2.3125rem;width:43.125rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSilVIq5mbKyuepZ4VhiG8WGpAWkRZJw { top:2.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZHX2grWeTLD5yoqPrxGobiucit1hrL4 { display:block; }#GZHX2grWeTLD5yoqPrxGobiucit1hrL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJZ0ek9u6V1fLy86Bg1H3EhMiOREV3i3 { top:13.9375rem;left:3rem;width:41.75rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3V4xyKfdvHPcPDFgyDpHfIpETESqT2v { display:block; }#v3V4xyKfdvHPcPDFgyDpHfIpETESqT2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zu0m56ot9NnvIKTQ2q9EZGqipZxdTnaf { top:1.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXUfMgUvlnmmzEG2l50DSeUp7u0zmXK2 { display:block; }#PXUfMgUvlnmmzEG2l50DSeUp7u0zmXK2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtQoiTAP4GCKPsydZgRMo9B19TsVP7V1 { top:1.875rem;left:0rem;width:33.5rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpvIfFNusfSmD3oVlLAgnWcEv2S0qZ6N { top:4.4375rem;left:0rem;width:29rem;height:19.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZua6KEluDgys3IpIklKHsKURIDHvR0u { top:25.5rem;left:0rem;width:28.9375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ0WsMRXwbtxJhdToFxLhBwk8XBS0W81 { top:19.3125rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWORfliwhuRgTbiMJTqDBO3thSTFrnT1 { top:1.875rem;left:14.25rem;width:33.5rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #z51Clrc8lKmKAJRzfTvmFceA1MXIDU71 { top:4.4375rem;left:18.75rem;width:29rem;height:19.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVWDz1bziCB9V2ZJXPKCvtvfdfDS8ug0 { top:25.5rem;left:18.8125rem;width:28.9375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0J6QWRTnNWSHwXoxsxzzxTIKrR0qZzK { display:block; }#b0J6QWRTnNWSHwXoxsxzzxTIKrR0qZzK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ni9a9gFBGHw3BaM6BbWHdAZ1B6PBAoek { top:22.875rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utJT0iSzKXEgtcBHI6Blwq4eQDeMpRnX { top:24.1875rem;left:0rem;width:47.75rem;height:7rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bopAGgTunNFkMBXicJHd1akSq2K5NgZe { top:19.3125rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9AHAARhlT0iHskIFt3qdlZX1dTKDKvb { top:32.1875rem;left:0rem;width:28.9375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4782EPhpzkaxGm2KichSK4HFPhsScnT { top:1.875rem;left:0rem;width:47.75rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwNvT7bGDTLblHA3Tlli5PniHycCuBPs { top:3.8125rem;left:0rem;width:47.75rem;height:15.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRXPq0chhZGdbiJ0ltHTOSNBhdaHuNKW { top:19.6875rem;left:0rem;width:28.9375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1WApmSszVUb8umSAL66TCrXdPtQ4Cww { display:block; }#s1WApmSszVUb8umSAL66TCrXdPtQ4Cww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJU3wLThygtlxlNN6QZKgV1rZU0sQirl { top:3.3125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPgGRRTimc7LCNhMP7TH0znufTZcE0zE { top:18.75rem;left:0rem;width:18.0625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDOgGtUoevXAE1r9Fbw5PIN5bwp9TWKl { top:20.75rem;left:0rem;width:16.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGNiysTwCFOCnf3HOzJS3qwTZbmQIL8B { top:8.875rem;left:0rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqGXqXGhJwHTzl71cUxkeU1QmJRec5aU { top:24.625rem;left:0rem;width:16.125rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQkwD91I8e1euZreGsB1EQg1GcDhrBQ9 { top:13.3125rem;left:0rem;width:18.6875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmkN4ecOy9eL6pBZHrOW3RETTo2PWn1S { top:13.375rem;left:14.5625rem;width:18.6875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATlvbTnQv2IOiTZ167KyBtMiZUv19TvX { top:24.625rem;left:15.875rem;width:16.125rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUG30I6kwibZahz5Pqb8JqvqM2oa1FUM { top:20.75rem;left:16rem;width:16.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGX9K51szqLUIvAZk5exHQfpPqXqmv7Q { top:18.75rem;left:14.875rem;width:18.0625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxKpLKGcJTg8FNIrtbvkktA3cIVOtAqH { top:8.875rem;left:19.6875rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHRAAHopaqhbPqHZV3ieBnAayD72V90v { top:13.375rem;left:29.0625rem;width:18.6875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWzZyc1kIHJ9hk3aiHA8wZsVzAs3FwhN { top:20.75rem;left:31.625rem;width:16.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT8puT8sVrsWes8TqSUsPOpmZvbcCtAL { top:18.75rem;left:29.6875rem;width:18.0625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzOuGUGGhlbblediXTCLCWCtkAcFTN1t { top:8.875rem;left:39rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrqioHm4eWl8D4RVmhLdX4TCKfdMZtPR { top:24.625rem;left:31.625rem;width:16.125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7Lg86TUanyDltIw5tyukN2REiM82t4u { display:block; }#i7Lg86TUanyDltIw5tyukN2REiM82t4u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKN2rnZDhK6w9QyqU50BHvK8U00EQ0Dg { top:3.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTWE3QzhJzqD9iDDLQGV2bP8pGqgqPk8 { top:9.4375rem;left:0rem;width:11.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC4vmnuEVsmg27Nl7gtAx4PemPoNsmTR { top:14.9375rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAbbaznAl8MTTfemksmGIzVQbMBpHKsq { top:10.0625rem;left:10.3125rem;width:6.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8tKnvfxVUZvsvmIOnvZahQN6ad2lHEW { top:10.0625rem;left:17.5rem;width:13rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEvC617XiqZmWugMMwPs4ZT323ZZIGXe { top:28rem;left:27.75rem;width:13rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCPWxwPaUerFCbeAWZ5kASDftZQKIlNH { top:28rem;left:34.75rem;width:13rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM2aS1unopIQK76seTEhMTTwisWo50f3 { top:10.0625rem;left:27.75rem;width:13rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNWh3zATPJyqLM1TzCgPwn5P0oKXRk6y { top:10.0625rem;left:34.75rem;width:13rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e10ZGLtlyP3xZMUPrqdlzk1UnbJFofMD { top:28rem;left:17.375rem;width:13rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv2D5T4HwT2wknFRoNzNE4vELMiHfO5h { top:27.875rem;left:0rem;width:13rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJfB76k3ZXI26xUl97ul8DqzuGkF0hH6 { top:11.9375rem;left:10.3125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS7oRKinQ44RNpZIVqSvByftT2PqvM4I { top:13.375rem;left:12.125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaTINqAagfHiF332AotTNczSwetwxVzf { top:11.9375rem;left:20.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzSqOzdnx1LyMshOMea1pGcyz64zBfS9 { top:13.375rem;left:22.6875rem;width:2.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPp9p4g3RNVTDqW7TnHimX1nt5hXKg5w { top:11.9375rem;left:31.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDMPIi4iNHAGfDShdM0ClEh5mZrJGdqi { top:13.375rem;left:33rem;width:3.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqsJzimwzpWFwfx1TPWT7KtELC15FiL3 { top:11.9375rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPKOwtaVdCyTrImdCBpMzFUE7GKr6xXv { top:13.375rem;left:43.9375rem;width:2.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAPxUCfbKRRmkpN75N1cBgyZE9LglXyH { top:15rem;left:47.5625rem;width:0.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqzs3TdXmRTwTyq7NiCstUoQ56EQESXd { top:14.25rem;left:9.0625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkNRQEU3XueQMGAsFhaVCbXZ50tcIF2d { top:14.25rem;left:19.625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTfvuopNiK8mFrn4Qon7aXUxzucTF586 { top:14.25rem;left:30.1875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh9vo8HHznToaO0kB6EtPUkeA1nVpmWT { top:14.25rem;left:40.875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMfEEvThhMeQn8KesBksSt90XBBEoTvn { top:18.1875rem;left:33.5rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGTkRIDrNUWIsRlMe2nBWHWplzvVuvJT { top:21.125rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffzrwEPJe5RrP4ulHskrFvv4HSxkky3g { top:21.125rem;left:31.1875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qESRVmTWO0HVtFXFaQB46BFmFoLMrp9w { top:21.125rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyp3aARbJsxhad5bROzOkQa0f1f3cDR4 { top:22.5625rem;left:22.1875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzJcrQ4fNdkIUOtWvut3t4sZiADmdJN4 { top:22.625rem;left:43.4375rem;width:3.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #La1tlITtq4EA7IGorWnG3WyxK1brstH8 { top:22.625rem;left:32.6875rem;width:3.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcAz7r5k84flXmpJNAPvJurFbOVdMFN2 { top:24.125rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMQFu2cG3Po7QziLb2xVxWOtMDLRTI29 { top:23.4375rem;left:37.125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmyycklVQNXzqzTtSsx6iwbo5BPkwit0 { top:23.4375rem;left:26.5625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwz6vum4KXsEIaUL0ACpm5RdV1PWw8sH { top:23.4375rem;left:12.625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUsDVMmsPzZsMsi4P5cpKDTtRFDThu6K { top:11.9375rem;left:0rem;width:10.1875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxT1mTCPq59MvI5lVXkue9uR5zn00ez7 { display:none; }
 }@media only screen and (max-width: 763px) { #unVx3HT7x9hngk66rtXWMvlJcBKTVmTz { display:none; }
 }@media only screen and (max-width: 763px) { #oP6o4mvsrBq29d4SeBvs71xABsqvfqQl { display:none; }
 }@media only screen and (max-width: 763px) { #FF1DRo3k9EG2AsCPzFPgwn5izSfNWT4O { display:none; }
 }@media only screen and (max-width: 763px) { #SLTSO1QFclBJtyGpmVvbK23Ct4owPMmF { display:none; }
 }@media only screen and (max-width: 763px) { #CGmvFXCs328EENa41VqTJPNhT0C8q8A9 { display:none; }
 }@media only screen and (max-width: 763px) { #ypdN8qniTO4lAiTPTwv5hE17vFlPSZSX { display:none; }
 }@media only screen and (max-width: 763px) { #g0JcviDOLDae1u0vGXkpw6fsFNt98XCL { top:23.4375rem;left:12.625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #etLolypsbyQ6CyEkP9TKp3lwhHHJnevb { top:14.25rem;left:19.625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrnCuyufoqO4OCoMeQ5e5hSSLdmF0SId { top:18.9375rem;left:34.1875rem;width:0.3125rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHB8aamXmmQTfGouKdndpXvOyVsFphoC { top:14.25rem;left:30.25rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXb5SuDosSEp2TecQKNKNXdmyw8TmRFs { top:14.25rem;left:19.625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlmkJ1nrkUr78vskC9c5cot60iKGRoX7 { top:14.25rem;left:9.125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QupHtqd8JVBL4AfSDW2synLoeSURyxl9 { top:23.4375rem;left:12.125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXSmOu4cmDGubysPCvf6yIQE7GTzBBTp { top:24.125rem;left:0rem;width:47.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9IrJHFI3kZKiPbQOS9l2Wq5t2RFAHXH { top:14.25rem;left:40.875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQNabFKisH6NGRUMUkMK42NoLwNAGaQ7 { display:block; }#wQNabFKisH6NGRUMUkMK42NoLwNAGaQ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPDasytE32ucmd4KnulPRe8NMzAenvGa { top:4.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiGk6q1B9MGLvmQ4aCX2IJX7PTTt62UQ { top:7.875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOnzgi7X4vSLwLHce2MTkLrnuTSKi7Rl { width:12.6875rem;height:3rem;top:11.375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGd3MOneEFxuTmhRbUQkyXDZlctUH8nG { display:block; }
 }@media only screen and (max-width: 763px) { #iC22pmD99ye7TOlIVJ6ZJgTbqgQOrhqV { display:block; }#iC22pmD99ye7TOlIVJ6ZJgTbqgQOrhqV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUfX6RgA5RruCkiBkVG3d6ZmGJnCLDDm { top:14.375rem;left:9.59375rem;width:28.5625rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee7iT9yqLTlRkUGITS8m2QQ96vxdPIQZ { top:14.6875rem;left:9.84375rem;width:28.0625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AehVdoRvtLhBZFut9IA4pwUBBn5RLeV9 { top:12.3125rem;left:0rem;width:15.8125rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTqSkXmsEqS1stlFXo5oXUuVU8qoGwiJ { top:23.5625rem;left:0rem;width:17.3125rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdFIOweozqFQUNMNTZMTHBRPOJ26zzCl { top:3.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #euhsNzTD6m73Rt65F4APXC8lwZQIoTDe { top:6.375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlRgwywZ6UzSUWTVcsoT9FPr8DzSmWZr { top:34.8125rem;left:0rem;width:17.3125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrizEc40DrIGak4FTfpgVrUuqt7UZGIh { top:46.875rem;left:0rem;width:16.625rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWNdTrTNwNTDont9M46cZyBiSkSA4fAW { top:12.5rem;left:31.9375rem;width:15.8125rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WStCQxT27lLhPIqOXMRbJrgUZ23eAO0G { top:23.625rem;left:31.9375rem;width:15.8125rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G992ZpNcSQSbxJ74qkMhNVW5PMCz7Jqn { top:34.6875rem;left:29.4375rem;width:18.3125rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxL1MtMe1TRP0qX1r6TT5TnvXFfBkKvh { top:46.625rem;left:31.9375rem;width:15.8125rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0HmLh1I6Kwmc0BzCerntl9FlMp9r0Qs { top:46.875rem;left:15.1875rem;width:17.3125rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQC3VNWCdfTlInufgFSAsWoTum9nJW9H { top:10.6875rem;left:0rem;width:21.0625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9kRgQ3txXeO4cUSfnyFJGZ8EiqeClhz { top:22.125rem;left:0rem;width:21.0625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxdfMC6bqc6vJ6tRVMtwSWzOumZuhKBg { top:33.3125rem;left:0rem;width:21.0625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1uUpTde403OIwKn0EaM8677vF0kStOg { top:44.9375rem;left:0rem;width:21.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuNq6ViqstPHIM2tGpz6R2zOeIG7nG9q { top:10.4375rem;left:26.6875rem;width:21.0625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdQ4hgOMdXaWEJLv9V28tKXILRcGwHUK { top:22.125rem;left:26.6875rem;width:21.0625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdgGaeC8zuudP7T2fUZyce68retRqFSW { top:33.1875rem;left:26.6875rem;width:21.0625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcoNHT4z0HhS8Cw6g6orrWEyJh1xDaII { top:44.9375rem;left:26.6875rem;width:21.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIEE3Vnx1K7S1e2iuywd42TZRzkpysSt { top:44.9375rem;left:13.3125rem;width:21.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUxDs0fkcI4gccJxUGBX4Im8C9UolJcR { display:block; }#BUxDs0fkcI4gccJxUGBX4Im8C9UolJcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5lNnKh18xBGSNmTL13LQoI7l970C5H2 { top:3.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROfHRgw9b5hnxE0MJMr9qpGEWSIH6uNg { top:14.4375rem;left:0rem;width:7.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLEMTbuZf67T7Q5bbozORc9qIBEABcz6 { top:10.25rem;left:0rem;width:8.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOPnr5OJsRRh2ByJEsOGrodu5eXzUuon { top:10.25rem;left:0rem;width:8.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQPTKdxq94KDJ4Te0AgQLhgaKLFTkobL { top:14.4375rem;left:0rem;width:8.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaNFEDEiFErQIHwbTHsoTEmMCHOlsaTh { top:10.25rem;left:8.65625rem;width:9.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #quRFJdarKgWzFMFBKZiEPQl8L4fulc94 { top:14.4375rem;left:8.5625rem;width:8.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7C86dXGaTf3brIFfQKTGnZKndBITHyo { top:10.25rem;left:19.46875rem;width:7.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmFKVshL1qZAzmWCNDw1ukqFx7cOEFPq { top:14.4375rem;left:19.34375rem;width:9.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSv9AAt3GTFIAl4goh5tEfkn34n0XROR { top:10.25rem;left:30.25rem;width:9.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIqbqPq3cSLJULE4taLWQIJNkSyn0vhI { top:13.1875rem;left:30.21875rem;width:8.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9MrgTJm8Ow1Qtxv3AWSwmSpGglZyt9N { top:10.25rem;left:38.6875rem;width:9.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk9Mp8m23UMJqImWxRkGkvHryIH79dLl { top:14.4375rem;left:38.625rem;width:9.125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unVC742MHT9TWuoKLTBpexOBko712881 { top:10.25rem;left:38.6875rem;width:9.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbdh2t8ZsavFhANhxTwice4ew6OEIh16 { top:14.4375rem;left:39.0625rem;width:8.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXF33Tnbx2y0sv2qy1GJcGCK2wV87gQ9 { top:8.1875rem;left:0rem;width:10.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGeGr5UC6spHgpSRsBMHFrTIwJlTe5yk { top:8.1875rem;left:0rem;width:10.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWEaZA8WgWkyBBaq8G9guxBLKf1mqsVU { top:8.1875rem;left:7.875rem;width:10.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFUDm3UGAdvTLbs129nCH4L6BiChLC65 { top:8.1875rem;left:18.625rem;width:10.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTtthNWJlByrgCuCo4Zb6fvTNSeqHSc { top:8.1875rem;left:29.375rem;width:10.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op2v0Iez8eNumUVLlxf5wD6gwuXa3qqg { top:8.1875rem;left:37.4375rem;width:10.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udBttDf9rCCv5i68T9M0GPADPRVlJk3T { top:8.1875rem;left:37.4375rem;width:10.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBuekl3Xyieenft9xN5XLUThgSnhU1rx { top:21.1875rem;left:0rem;width:10.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TigpthxeIx1eGuTvtl16IPXiKDpPZTPL { top:23.25rem;left:0rem;width:8.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtcOClNOWcnErcLRDElGTEZvWKAxuMuN { top:21.1875rem;left:0rem;width:10.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbxIRcxBHtiVyl7xZIDnnwqLUUiEtWZ1 { top:23.25rem;left:0rem;width:9.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdu4ixl2Wz7AKyLEqfNZVSlStmMwa6UZ { top:27.5rem;left:0rem;width:6.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q96QSfC2SS6fTGtqTgZpV4gwUWRJAZ9E { top:28.75rem;left:0rem;width:9.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdKKGbqyVPI4fLXGeMBfRzF4mobCa1qM { top:23.25rem;left:8.71875rem;width:9.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWP3uSwXWPR6TmQNvwd9iD9Tl1k38Zs3 { top:26.1875rem;left:8.65625rem;width:7.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8tevTnvGLVgSU0mbu0HhEGbATwx2pXb { top:21.1875rem;left:7.875rem;width:10.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx8RsMqJ4KwXBtT516epJNu15we0l67E { top:23.25rem;left:19.46875rem;width:9.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz2d74vW8X7m4UafJXGqQykiOVOIO8gl { top:28.75rem;left:19.46875rem;width:9.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7hfBAUA5p9PnQ8ZF7thbdpTdQ1zth0J { top:21.1875rem;left:18.625rem;width:10.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqniVPLdBayqxIZiuGb7fwpphy2x6GrX { top:23.25rem;left:30.1875rem;width:10.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkONnUKxmLNhVlzQfhaeyQRVI2uBP0fo { top:27.4375rem;left:30.1875rem;width:8.4375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufCO42TggBceSHdabRLTBDSRM2XvdQp0 { top:21.1875rem;left:29.375rem;width:10.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swLGZzE2SS6xest6fCRdHNxknMAeaTeT { top:21.1875rem;left:37.4375rem;width:10.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Glf0gGXTTyRdIXtSOAVzfXFR1Qvb91NI { top:23.25rem;left:38.6875rem;width:9.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxf7EefAqSQRSVM9P88KkgMvmZakA8nz { top:27.375rem;left:38.625rem;width:9.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg5267TCMx3npu9t5HnTzec9a2Gtviye { top:21.1875rem;left:37.4375rem;width:10.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbDltPyMkpd8h43puTHLomcRxzbB3lWc { top:23.25rem;left:38.6875rem;width:9.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylvPK3DsuImE625vSwIdopDBKc95kmXt { top:26.3125rem;left:39.0625rem;width:8.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDWMmecZ0sB6nOOL4plrlhNvch3sE31U { width:17.0625rem;height:3rem;top:36.5rem;left:15.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX3piTKI1pJ2eVx4TQgLeTb9hrHNet0d { display:block; }
 }@media only screen and (max-width: 763px) { #JQSZnZDVasViZh3r3DSO1vQubCJcGftn { display:block; }#JQSZnZDVasViZh3r3DSO1vQubCJcGftn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPhKxnU52Og3VIk6d8J64l9RUIvHGPoU { top:4rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZ2dotfIRTLwpkJxr9mwfWAqiWTwqZq { display:block; }#BTZ2dotfIRTLwpkJxr9mwfWAqiWTwqZq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7ExISON7fQSyA0n58kkkM4vqHvWdOXX { top:3rem;left:0.875rem;width:10.1875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inaWHlHLRu78calRcfv7Jdlg0QvPATHd { top:18.6875rem;left:0rem;width:13.5rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOZD48ZQp3ITrfu04nHf5IXh6NFnrxqw { top:21.6875rem;left:0rem;width:13.5rem;height:2.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVvTv9QDaOcmFBUHuJ8SJa3sT9uaMs8P { top:24rem;left:0rem;width:18.75rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTOgleUKnM7ZFAGNdGqUIEhT3W5slLQE { top:24.0625rem;left:17.0625rem;width:18.75rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNb0EPcCBweSL914ZscKGB3VxMxtVEhQ { top:18.75rem;left:34.25rem;width:13.5rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3xXbAtMXSL7mTUhGmAr7MeMv7c9XUab { top:21.75rem;left:34.25rem;width:13.5rem;height:2.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl6nlLqao4HVxtkCRphvAfaJiFIvEPOT { top:3.25rem;left:35.8125rem;width:10.375rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLf1V7BKCb1TcXLpkvP6dxTTSsfUfAKu { top:1.5rem;left:34rem;width:13.75rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZrvt2i7l9lo2caM49b3pGu1UQAzxC0I { top:23.6875rem;left:5.125rem;width:18.75rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raSNG2f5dXtqLXwpAd3dbgdLhSoTnn5M { top:21.375rem;left:10.375rem;width:13.5rem;height:2.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyqPLbW0SdqzUEqBiGmndfTrZITEaXT2 { top:18.375rem;left:10.375rem;width:13.5rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUxFa4AVxbU7KHrUSD2M1Oc0GqNKZilk { top:3.0625rem;left:13.6875rem;width:10.1875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKka6eJUSSvB9qpuTMNouMrxLAvZuVrl { width:9.875rem;height:3rem;top:26.625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyBQ1Fz501Cw4Txvc9lKwqVGc6b86QSh { display:block; }
 }@media only screen and (max-width: 763px) { #LtStRQsmOF8lQqVNXgZt13HT7i3KwZmC { width:9.875rem;height:3rem;top:26.3125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv14rNbO5P8mflN14JqfrHVayPuc7fN6 { display:block; }
 }@media only screen and (max-width: 763px) { #PBE0Ir7Rwt95M3GaAtT4wRmK7TCIRU3J { top:26.625rem;left:17.0625rem;width:18.75rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDkEZBG7fAXcHnv5DgczldgzGDt89EN8 { top:30.1875rem;left:27.5rem;width:8.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXSWnKZr3Wly4roakERytasiQRCVLA55 { top:29.625rem;left:39.1875rem;width:8.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpWUIi4cVeD6OLTnIbHK1RleIOFasalc { top:0rem;left:12.375rem;width:23.4375rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTGtvFpcTSp78zhEGHGt4qdakx5oyxk6 { top:1.875rem;left:13.6875rem;width:10.1875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agUUImuxDAWoo9T8ThsboNsQvnCvLkoA { display:block; }#agUUImuxDAWoo9T8ThsboNsQvnCvLkoA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a79KTwtLC6XFnG9DOxVFNoks46pTDHe7 { top:4.0625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEZE4ZTWvZZCQsaJNFTt1rpNsdXzDLlh { top:3.75rem;left:0rem;width:16.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6M9GPq0msL2damnIhQdJEbibb5Ef0lX { top:3.75rem;left:8.3125rem;width:25.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPsCyy8Sh65R85UPuA2QvGdhDK8M9Wbf { top:1.6875rem;left:8.3125rem;width:25.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwhNEvAwceE1M3LI6fmCkm3TnzVKNwum { top:1.6875rem;left:0rem;width:25.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AckFbCMN5NKPTwxV8WdboybXGsN9Vc4t { top:3.5625rem;left:0rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZnR9FUsbR6o0J46L8KMeU2MKZIXDLBO { top:5.5625rem;left:0rem;width:25.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNI5c6UZiewKDoxVTx2ZXJNfNDuipzNi { top:5.125rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWkdaGniWFTqfpWVf56TXhvKKq9UWBJD { width:7.3125rem;height:1.1875rem;top:1.8125rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTtJ2syXAPESopfwro8W2QXvDX7yfTRq { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XpLzqmbxZZm0a3vl7OdnrKs6T52hV2mT { display:block; }#XpLzqmbxZZm0a3vl7OdnrKs6T52hV2mT > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D244XIgZPP5vtRrK3fN89ya2B3m77qQp { width:7.3125rem;height:2.8125rem;top:0.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQIswIWeLJNSK0STOv5NmTVsOAvFFlRb { width:20rem;height:20.08125rem;top:23.612499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtXBF0NByvl98Tw5UHMBetMiZ1RiccX7 { width:20rem;height:6.75rem;top:4.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d4s9y8KODhh0BH8iGphnloeMv0giCL4Q { width:20rem;height:19.9375rem;top:22.737500190735rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwNMkxI5H2X09wUtkpaMb8htQ6DPyOcf { width:20rem;height:5.625rem;top:12.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnA2i5dxc1xx8LhQtEKzEd3RFDdTDFUm { width:20rem;height:1.05625rem;top:2.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c2MfTrDQMTVFHdVXkgvd05WQzgcO08uc { width:11.875rem;height:3.5rem;top:19.237499237061rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD0tRMd17g9VBbRUNJTQTWz8VCWerTWt { display:block; }
 }@media only screen and (max-width: 763px) { #C5Bs1MZpHlZcJ177lU6OKVvwN2rnLRQl { display:block; }#C5Bs1MZpHlZcJ177lU6OKVvwN2rnLRQl > .row .container { width:20rem;height:78.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vX2QustoBKpkgAtTXPRQImAMeFREclk1 { width:14.3125rem;height:20.6875rem;top:51.0625rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEEvCIEyZ4TXWzllHJIh44AiNMpETwOT { width:20rem;height:2.1rem;top:5.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBen0HTcqEK4MmFoXozszqKkw7900Ao9 { width:16rem;height:4.5rem;top:13.9375rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xfbJFXkdbVxsVCvVdp6Dx8ZAkZQHyapo { width:17.4375rem;height:4.5rem;top:25.25rem;left:1.28125rem;font-size:0.9375rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWAJKaDnDkfJatn45WUWM9mT6xtfNNbc { width:16.3125rem;height:6rem;top:37.25rem;left:1.625rem;font-size:0.9375rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hs2BUlJhD0pT3cxdyJIvWv32dnnCsviO { width:11.875rem;height:3.5rem;top:45.625rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHnzcEBJNv0TTPXHJgCdbiyRgXI1vcv3 { display:block; }
 }@media only screen and (max-width: 763px) { #pJIrNx76OghpHCSwbxysBciPcqnVtS5H { width:20rem;height:71.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgTJXogaGX4TPxEnTdTTcsAGe6vsUnvl { width:3.9375rem;height:3.9375rem;top:9.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI9eXb5CVkA9zK7rQtVoftlm9ZxW2xvf { width:2.4375rem;height:2.4375rem;top:10.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7M9GmZAFbM9IwA9qeWWUkh3uu5A7t6o { width:3.9375rem;height:3.9375rem;top:20.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJhDKqi3iAcmTMIpp3P0heKHDflTw5hQ { width:2.4375rem;height:2.4375rem;top:21.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sns4gUmdpcRtRKwKmPFlP0IgqUvrdV20 { width:3.9375rem;height:3.9375rem;top:31.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUwUlRCMtc1CopIbwg3ZBkO37NRNXIvw { width:2.4375rem;height:2.4375rem;top:32.8125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK4TefSBQrCk3IsR9KmehAKA3UJlfpMD { display:block; }#LK4TefSBQrCk3IsR9KmehAKA3UJlfpMD > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzrgIvEkZMQlu67BcoxCgIaTusfJV7ab { width:20rem;height:2.1rem;top:3.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5epNoUinrD8w7JRXnKwg58kFvTGtiUb { width:19.3125rem;height:3rem;top:5.8125rem;left:0.34375rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #uoZahFJEs5DbBD2Tnd9hGHr2E7yV3cZC { width:18.5625rem;height:27.1875rem;top:9.775rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq1c0rI1fIkCfePeHVOVdC9EN1dNTvoH { width:18.5625rem;height:27.1875rem;top:10.4rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxdU88PWVrX1FnFq3WEPtfbTdIZ6Joy7 { width:20rem;height:1.8375rem;top:38.8375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWleWwWWIHpSnK6VTnaQeQZBdMNNx1Wx { width:20rem;height:31.3125rem;top:41.925rem;left:0rem;font-size:0.9375rem;display:block; }#xWleWwWWIHpSnK6VTnaQeQZBdMNNx1Wx li:before{  }
 }@media only screen and (max-width: 763px) { #ZcZJfURy1aTohw68vTZ3gM5WMeKGf2yg { width:8.375rem;height:3.0625rem;top:75.075000762938rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld8eepyiC4HhEzyDVJAoVX6StOv9ffq4 { width:3.125rem;height:3.125rem;top:75.043750762938rem;left:11.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy4qT9WHZTOrBFGuO7kpchlpg0ZTtwuC { display:block; }#Dy4qT9WHZTOrBFGuO7kpchlpg0ZTtwuC > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Btp9x6oehta2EyXVr5RJoUWv4UII2VX6 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqiSLhbZu4axNRF6sKWIfnKfhEE47CIB { display:block; }#NqiSLhbZu4axNRF6sKWIfnKfhEE47CIB > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2Py4dCJUxNsLCgzIqFunZ1FrxXswM6g { width:20rem;height:9.09861875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASs5HCBIprqNDUgSqOvEKzzJQyfP6aMR { width:20rem;height:2.5996125rem;top:10.297875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSRFHSWTkGMaxbhoGVeyOh7zFFmSJElR { width:3.5625rem;height:1.29980625rem;top:14.1474640625rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rodCbzfxF23yAS7tDrSc9xaTBez68DF2 { display:block; }#rodCbzfxF23yAS7tDrSc9xaTBez68DF2 > .row .container { width:20rem;height:91.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Samg5NgSBbabluqleoSLIupNdSQ6L9Qy { width:20rem;height:89.68650625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHxizGvZQquPx8T4PQ53wmqHdFlKn05A { display:block; }#CHxizGvZQquPx8T4PQ53wmqHdFlKn05A > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbfZaunLpUPNt2UE9rDF21aEDzJKN7Js { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIRdUOzlf4XpC97S2hlTTbUrSkDn3Qmk { width:20rem;height:3.8994125rem;top:10.97265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgAlecxzzeKBpuAoJOQpdW4A5pbMITat { width:3.5625rem;height:1.29980625rem;top:15.59765625rem;left:8.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8IdmKrR8qJCptekuvlEAFaL1gRdhlrR { display:block; }#W8IdmKrR8qJCptekuvlEAFaL1gRdhlrR > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBSkKc0EB9NUXgT61uetncFN0XflACXP { width:20rem;height:37.69430625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5Ook6abTctVF4shypOwXpCyF7JVHcV5 { display:block; }#p5Ook6abTctVF4shypOwXpCyF7JVHcV5 > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPWvGZW5pXn7mM1AfhowGdC47FKvFedM { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBeu3zMiIMqAeQbo8RrTLULo3h5wpkic { width:20rem;height:3.8994125rem;top:7.3115234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVBV7OLFcwvFMutZd0sMC3HQlea8V2XM { width:3.5625rem;height:1.29980625rem;top:12.533203125rem;left:8.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfMOqpMTsgtQ3WD20dM5reTZ5Zgveg3F { display:block; }#rfMOqpMTsgtQ3WD20dM5reTZ5Zgveg3F > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTUfFzUy6uGblfSdnrfZ9KDivC4ewk3E { width:20rem;height:40.29395rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh9BDTUI56Sce1At53VcFeuux3QbpDan { display:block; }#rh9BDTUI56Sce1At53VcFeuux3QbpDan > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zounIxFg5e3thkS9vcyxKnZelqnaVfv5 { width:20rem;height:11.69825rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDQZ1GFmvoIqJaaIPDQIuCMpITHaLNuS { width:20rem;height:2.5996125rem;top:15.09765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5UhQ1wzRT4SphqPJoKT2dX8TOzUQ9Dg { width:3.5625rem;height:1.29980625rem;top:18.2607421875rem;left:8.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRNJ2KZZKLt9KmXNk12b7wLaNTEwurih { display:block; }#nRNJ2KZZKLt9KmXNk12b7wLaNTEwurih > .row .container { width:20rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bk2u15L7H7beauGtPpMFW5H1FyR8E0p3 { width:20rem;height:75.3886875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQx1TKnGTMPPqLH19CB0zUF5QMDTEZ9N { display:block; }#IQx1TKnGTMPPqLH19CB0zUF5QMDTEZ9N > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adJMPoxdPxqK2LT35W05wSVb3cm54SCh { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5oMWMvD5MMieIo4VWqZBuc51SDXqOST { width:3.5625rem;height:1.29980625rem;top:18.060546875rem;left:8.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbDzMfrBWKKvTRsqiFRwl45BEbGUbVEy { width:20rem;height:1.29980625rem;top:16.123046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnGx2OlU9z7KuTbUb9lqIOJ4aoSTzxKa { display:block; }#UnGx2OlU9z7KuTbUb9lqIOJ4aoSTzxKa > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4POxC8hJXTDCLhac0h5yWRUe5t7IMRT { width:20rem;height:31.19534375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2XgpreXzwCKT31X9eycTGvSELRCZa7o { display:block; }#b2XgpreXzwCKT31X9eycTGvSELRCZa7o > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQIJPsCUo2xa8pym3Tdg9wE6y54hN36J { width:20rem;height:9.098625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiTZBFgqVMG3lckZ9KmADsrPqX2dp12L { width:20rem;height:3.8994125rem;top:11.597625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSdELuJPfcnGxfZ6BHFHy8zlh9HWcRbM { display:block; }#eSdELuJPfcnGxfZ6BHFHy8zlh9HWcRbM > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIUb4tLyVtAeab2vBwis9c8tsegiDW8S { height:11.25rem;width:20rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSilVIq5mbKyuepZ4VhiG8WGpAWkRZJw { width:20rem;height:6.2988125rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZHX2grWeTLD5yoqPrxGobiucit1hrL4 { display:block; }#GZHX2grWeTLD5yoqPrxGobiucit1hrL4 > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJZ0ek9u6V1fLy86Bg1H3EhMiOREV3i3 { width:20rem;height:10.19825rem;top:2.05859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3V4xyKfdvHPcPDFgyDpHfIpETESqT2v { display:block; }#v3V4xyKfdvHPcPDFgyDpHfIpETESqT2v > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zu0m56ot9NnvIKTQ2q9EZGqipZxdTnaf { width:20rem;height:2.0996125rem;top:2.7124996185302rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXUfMgUvlnmmzEG2l50DSeUp7u0zmXK2 { display:block; }#PXUfMgUvlnmmzEG2l50DSeUp7u0zmXK2 > .row .container { width:20rem;height:88.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtQoiTAP4GCKPsydZgRMo9B19TsVP7V1 { width:20rem;height:36.5rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpvIfFNusfSmD3oVlLAgnWcEv2S0qZ6N { width:17.625rem;height:29.8955rem;top:4.875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZua6KEluDgys3IpIklKHsKURIDHvR0u { width:18.0625rem;height:2.76171875rem;top:35.774993896484rem;left:1.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ0WsMRXwbtxJhdToFxLhBwk8XBS0W81 { width:2.4375rem;height:2.4375rem;top:0.625rem;left:17.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWORfliwhuRgTbiMJTqDBO3thSTFrnT1 { width:20rem;height:36.0625rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z51Clrc8lKmKAJRzfTvmFceA1MXIDU71 { width:17.625rem;height:28.5956875rem;top:43rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVWDz1bziCB9V2ZJXPKCvtvfdfDS8ug0 { width:18.75rem;height:2.76171875rem;top:72.3125rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0J6QWRTnNWSHwXoxsxzzxTIKrR0qZzK { display:block; }#b0J6QWRTnNWSHwXoxsxzzxTIKrR0qZzK > .row .container { width:20rem;height:88.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ni9a9gFBGHw3BaM6BbWHdAZ1B6PBAoek { width:20rem;height:26.125rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utJT0iSzKXEgtcBHI6Blwq4eQDeMpRnX { width:17.625rem;height:20.796875rem;top:4.4375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bopAGgTunNFkMBXicJHd1akSq2K5NgZe { width:2.4375rem;height:2.4375rem;top:0.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9AHAARhlT0iHskIFt3qdlZX1dTKDKvb { width:18.0625rem;height:1.38125rem;top:25.96249961853rem;left:1.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4782EPhpzkaxGm2KichSK4HFPhsScnT { width:20rem;height:54rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwNvT7bGDTLblHA3Tlli5PniHycCuBPs { width:17.625rem;height:48.09275rem;top:33.1875rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRXPq0chhZGdbiJ0ltHTOSNBhdaHuNKW { width:18.75rem;height:1.38125rem;top:82.368743896488rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1WApmSszVUb8umSAL66TCrXdPtQ4Cww { display:block; }#s1WApmSszVUb8umSAL66TCrXdPtQ4Cww > .row .container { width:20rem;height:86.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJU3wLThygtlxlNN6QZKgV1rZU0sQirl { width:20rem;height:4.19921875rem;top:3.6124992370606rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPgGRRTimc7LCNhMP7TH0znufTZcE0zE { width:18.0625rem;height:1.9125rem;top:20.012512207031rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDOgGtUoevXAE1r9Fbw5PIN5bwp9TWKl { width:16.125rem;height:2.8rem;top:22.012512207031rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGNiysTwCFOCnf3HOzJS3qwTZbmQIL8B { width:8.625rem;height:8.625rem;top:10.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqGXqXGhJwHTzl71cUxkeU1QmJRec5aU { width:16.125rem;height:5.6rem;top:25.887512207031rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQkwD91I8e1euZreGsB1EQg1GcDhrBQ9 { width:18.6875rem;height:18.75rem;top:14.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmkN4ecOy9eL6pBZHrOW3RETTo2PWn1S { width:18.6875rem;height:18.75rem;top:39.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATlvbTnQv2IOiTZ167KyBtMiZUv19TvX { width:16.125rem;height:5.6rem;top:50.875rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUG30I6kwibZahz5Pqb8JqvqM2oa1FUM { width:16.125rem;height:2.8rem;top:47rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGX9K51szqLUIvAZk5exHQfpPqXqmv7Q { width:18.0625rem;height:1.9125rem;top:45rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxKpLKGcJTg8FNIrtbvkktA3cIVOtAqH { width:8.625rem;height:8.625rem;top:35.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHRAAHopaqhbPqHZV3ieBnAayD72V90v { width:18.6875rem;height:18.75rem;top:64.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWzZyc1kIHJ9hk3aiHA8wZsVzAs3FwhN { width:16.125rem;height:2.8rem;top:72rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT8puT8sVrsWes8TqSUsPOpmZvbcCtAL { width:18.0625rem;height:1.9125rem;top:70rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzOuGUGGhlbblediXTCLCWCtkAcFTN1t { width:8.625rem;height:8.625rem;top:60.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrqioHm4eWl8D4RVmhLdX4TCKfdMZtPR { width:16.125rem;height:4.2rem;top:75.875rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7Lg86TUanyDltIw5tyukN2REiM82t4u { display:block; }#i7Lg86TUanyDltIw5tyukN2REiM82t4u > .row .container { width:20rem;height:62.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKN2rnZDhK6w9QyqU50BHvK8U00EQ0Dg { width:18.25rem;height:6.2988125rem;top:3.1375007629394rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTWE3QzhJzqD9iDDLQGV2bP8pGqgqPk8 { width:5.1875rem;height:1.3rem;top:17.256248474121rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC4vmnuEVsmg27Nl7gtAx4PemPoNsmTR { width:0.3125rem;height:38.4375rem;top:20.375rem;left:3.34375rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #cAbbaznAl8MTTfemksmGIzVQbMBpHKsq { width:5.125rem;height:1.1375rem;top:23.75rem;left:0.9375rem;font-size:0.875rem;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(255,255,255,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8tKnvfxVUZvsvmIOnvZahQN6ad2lHEW { width:7.1875rem;height:1.1375rem;top:32.449996948243rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEvC617XiqZmWugMMwPs4ZT323ZZIGXe { width:4.375rem;height:1.1375rem;top:41.375rem;left:14.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCPWxwPaUerFCbeAWZ5kASDftZQKIlNH { width:4.375rem;height:1.1375rem;top:50.493751525879rem;left:14.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM2aS1unopIQK76seTEhMTTwisWo50f3 { width:6.25rem;height:1.1375rem;top:41.375rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNWh3zATPJyqLM1TzCgPwn5P0oKXRk6y { width:6.4375rem;height:1.1375rem;top:50.512496948243rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e10ZGLtlyP3xZMUPrqdlzk1UnbJFofMD { width:6.25rem;height:1.1375rem;top:32.449996948243rem;left:13.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv2D5T4HwT2wknFRoNzNE4vELMiHfO5h { width:4.9375rem;height:2.6rem;top:16.606250762939rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJfB76k3ZXI26xUl97ul8DqzuGkF0hH6 { width:4.375rem;height:4.375rem;top:25.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS7oRKinQ44RNpZIVqSvByftT2PqvM4I { width:2.4375rem;height:2.4375rem;top:26.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaTINqAagfHiF332AotTNczSwetwxVzf { width:4.375rem;height:4.375rem;top:33.9375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzSqOzdnx1LyMshOMea1pGcyz64zBfS9 { width:2.375rem;height:3.0625rem;top:34.625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPp9p4g3RNVTDqW7TnHimX1nt5hXKg5w { width:4.375rem;height:4.375rem;top:42.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDMPIi4iNHAGfDShdM0ClEh5mZrJGdqi { width:2.75rem;height:2.4375rem;top:43.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqsJzimwzpWFwfx1TPWT7KtELC15FiL3 { width:4.375rem;height:4.375rem;top:52rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPKOwtaVdCyTrImdCBpMzFUE7GKr6xXv { width:1.875rem;height:2.625rem;top:52.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAPxUCfbKRRmkpN75N1cBgyZE9LglXyH { width:0.3125rem;height:38.4375rem;top:20.375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqzs3TdXmRTwTyq7NiCstUoQ56EQESXd { width:1.625rem;height:1.625rem;top:31.0625rem;left:2.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkNRQEU3XueQMGAsFhaVCbXZ50tcIF2d { width:1.625rem;height:1.625rem;top:39.9375rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTfvuopNiK8mFrn4Qon7aXUxzucTF586 { width:1.625rem;height:1.625rem;top:49.073944091797rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh9vo8HHznToaO0kB6EtPUkeA1nVpmWT { width:1.625rem;height:1.625rem;top:57.84375rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMfEEvThhMeQn8KesBksSt90XBBEoTvn { width:1.625rem;height:1.625rem;top:46.8125rem;left:15.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGTkRIDrNUWIsRlMe2nBWHWplzvVuvJT { width:4.375rem;height:4.375rem;top:33.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffzrwEPJe5RrP4ulHskrFvv4HSxkky3g { width:4.375rem;height:4.375rem;top:42.8125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qESRVmTWO0HVtFXFaQB46BFmFoLMrp9w { width:4.375rem;height:4.375rem;top:52rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyp3aARbJsxhad5bROzOkQa0f1f3cDR4 { width:2.625rem;height:2.625rem;top:34.78125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzJcrQ4fNdkIUOtWvut3t4sZiADmdJN4 { width:2.6875rem;height:2.75rem;top:52.8125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #La1tlITtq4EA7IGorWnG3WyxK1brstH8 { width:2.375rem;height:2.5rem;top:43.8125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcAz7r5k84flXmpJNAPvJurFbOVdMFN2 { width:13.1875rem;height:0.25rem;top:58.5625rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMQFu2cG3Po7QziLb2xVxWOtMDLRTI29 { width:1.625rem;height:1.625rem;top:104.25rem;left:12.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmyycklVQNXzqzTtSsx6iwbo5BPkwit0 { width:1.625rem;height:1.625rem;top:96.75rem;left:12.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwz6vum4KXsEIaUL0ACpm5RdV1PWw8sH { width:1.625rem;height:1.625rem;top:37.96875rem;left:15.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUsDVMmsPzZsMsi4P5cpKDTtRFDThu6K { width:7.8125rem;height:11.1875rem;top:11.3125rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxT1mTCPq59MvI5lVXkue9uR5zn00ez7 { top:23.5rem;left:1.4375rem;width:4.125rem;height:1.6875rem;z-index:99997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.21) ;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unVx3HT7x9hngk66rtXWMvlJcBKTVmTz { top:32.25rem;left:0.375rem;width:6.3125rem;height:1.6875rem;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.21) ;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP6o4mvsrBq29d4SeBvs71xABsqvfqQl { top:41.150001525879rem;left:0.25rem;width:6.5625rem;height:1.6875rem;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.21) ;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF1DRo3k9EG2AsCPzFPgwn5izSfNWT4O { top:50.3125rem;left:0.5rem;width:5.8125rem;height:1.6875rem;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.21) ;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLTSO1QFclBJtyGpmVvbK23Ct4owPMmF { top:50.237503051757rem;left:14.625rem;width:3.8125rem;height:1.6875rem;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.21) ;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGmvFXCs328EENa41VqTJPNhT0C8q8A9 { top:41.099998474121rem;left:14.28125rem;width:4.375rem;height:1.6875rem;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.21) ;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypdN8qniTO4lAiTPTwv5hE17vFlPSZSX { top:32.25rem;left:13.0625rem;width:6.3125rem;height:1.6875rem;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.21) ;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0JcviDOLDae1u0vGXkpw6fsFNt98XCL { width:1.625rem;height:1.625rem;top:19.84375rem;left:15.59375rem;font-size:1.125rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #etLolypsbyQ6CyEkP9TKp3lwhHHJnevb { width:1.625rem;height:1.625rem;top:19.25rem;left:2.625rem;font-size:1.125rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #mrnCuyufoqO4OCoMeQ5e5hSSLdmF0SId { width:0.3125rem;height:7.1875rem;top:60.78125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHB8aamXmmQTfGouKdndpXvOyVsFphoC { width:1.625rem;height:1.625rem;top:14.25rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXb5SuDosSEp2TecQKNKNXdmyw8TmRFs { width:1.625rem;height:1.625rem;top:14.25rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlmkJ1nrkUr78vskC9c5cot60iKGRoX7 { width:1.625rem;height:1.625rem;top:14.25rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QupHtqd8JVBL4AfSDW2synLoeSURyxl9 { width:1.625rem;height:1.625rem;top:23.4375rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXSmOu4cmDGubysPCvf6yIQE7GTzBBTp { width:7.375rem;height:0.25rem;top:44.875rem;left:8.625rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #r9IrJHFI3kZKiPbQOS9l2Wq5t2RFAHXH { width:1.625rem;height:1.625rem;top:44.1875rem;left:7.3125rem;font-size:1.125rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #wQNabFKisH6NGRUMUkMK42NoLwNAGaQ7 { display:block; }#wQNabFKisH6NGRUMUkMK42NoLwNAGaQ7 > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPDasytE32ucmd4KnulPRe8NMzAenvGa { width:16.875rem;height:6.2988125rem;top:2.75rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiGk6q1B9MGLvmQ4aCX2IJX7PTTt62UQ { width:20rem;height:4.72411875rem;top:10.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOnzgi7X4vSLwLHce2MTkLrnuTSKi7Rl { width:12.6875rem;height:3rem;top:16.625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGd3MOneEFxuTmhRbUQkyXDZlctUH8nG { display:block; }
 }@media only screen and (max-width: 763px) { #iC22pmD99ye7TOlIVJ6ZJgTbqgQOrhqV { display:block; }#iC22pmD99ye7TOlIVJ6ZJgTbqgQOrhqV > .row .container { width:20rem;height:113rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUfX6RgA5RruCkiBkVG3d6ZmGJnCLDDm { width:14.5625rem;height:14.625rem;top:10.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee7iT9yqLTlRkUGITS8m2QQ96vxdPIQZ { width:14.3125rem;height:14.3125rem;top:10.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AehVdoRvtLhBZFut9IA4pwUBBn5RLeV9 { width:15.8125rem;height:5.25rem;top:27.6875rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTqSkXmsEqS1stlFXo5oXUuVU8qoGwiJ { width:17.3125rem;height:5.25rem;top:46.462493896484rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdFIOweozqFQUNMNTZMTHBRPOJ26zzCl { width:12.75rem;height:4.19921875rem;top:2.7999992370606rem;left:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #euhsNzTD6m73Rt65F4APXC8lwZQIoTDe { width:20rem;height:1.4rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlRgwywZ6UzSUWTVcsoT9FPr8DzSmWZr { width:17.3125rem;height:3.9375rem;top:64.375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrizEc40DrIGak4FTfpgVrUuqt7UZGIh { width:16.1875rem;height:5.25rem;top:82.9375rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWNdTrTNwNTDont9M46cZyBiSkSA4fAW { width:15.8125rem;height:5.25rem;top:37.125rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WStCQxT27lLhPIqOXMRbJrgUZ23eAO0G { width:15.8125rem;height:5.25rem;top:55.5rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G992ZpNcSQSbxJ74qkMhNVW5PMCz7Jqn { width:17.75rem;height:6.5625rem;top:72.125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxL1MtMe1TRP0qX1r6TT5TnvXFfBkKvh { width:15.8125rem;height:5.25rem;top:102.1875rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0HmLh1I6Kwmc0BzCerntl9FlMp9r0Qs { width:17.3125rem;height:5.25rem;top:92.6875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQC3VNWCdfTlInufgFSAsWoTum9nJW9H { width:20rem;height:8.625rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9kRgQ3txXeO4cUSfnyFJGZ8EiqeClhz { width:20rem;height:8.5rem;top:44.837493896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxdfMC6bqc6vJ6tRVMtwSWzOumZuhKBg { width:20rem;height:7.125rem;top:62.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1uUpTde403OIwKn0EaM8677vF0kStOg { width:20rem;height:9.0625rem;top:80.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuNq6ViqstPHIM2tGpz6R2zOeIG7nG9q { width:20rem;height:8.875rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdQ4hgOMdXaWEJLv9V28tKXILRcGwHUK { width:20rem;height:8.3125rem;top:53.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdgGaeC8zuudP7T2fUZyce68retRqFSW { width:20rem;height:9.625rem;top:70.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcoNHT4z0HhS8Cw6g6orrWEyJh1xDaII { width:20rem;height:9.0625rem;top:100.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIEE3Vnx1K7S1e2iuywd42TZRzkpysSt { width:20rem;height:9.0625rem;top:90.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUxDs0fkcI4gccJxUGBX4Im8C9UolJcR { display:block; }#BUxDs0fkcI4gccJxUGBX4Im8C9UolJcR > .row .container { width:20rem;height:111rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5lNnKh18xBGSNmTL13LQoI7l970C5H2 { width:20rem;height:2.1rem;top:2.8999996185302rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROfHRgw9b5hnxE0MJMr9qpGEWSIH6uNg { width:15.75rem;height:1.1375rem;top:10.35000038147rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLEMTbuZf67T7Q5bbozORc9qIBEABcz6 { width:14.4375rem;height:2.6rem;top:7.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOPnr5OJsRRh2ByJEsOGrodu5eXzUuon { width:14.875rem;height:1.3rem;top:14.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQPTKdxq94KDJ4Te0AgQLhgaKLFTkobL { width:15.4375rem;height:1.1375rem;top:16.299999237061rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaNFEDEiFErQIHwbTHsoTEmMCHOlsaTh { width:14.625rem;height:2.5996125rem;top:20.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #quRFJdarKgWzFMFBKZiEPQl8L4fulc94 { width:14.8125rem;height:2.2744125rem;top:23.349609375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7C86dXGaTf3brIFfQKTGnZKndBITHyo { width:17.0625rem;height:1.3rem;top:27.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmFKVshL1qZAzmWCNDw1ukqFx7cOEFPq { width:15.8125rem;height:2.2744125rem;top:29.549999237061rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSv9AAt3GTFIAl4goh5tEfkn34n0XROR { width:15.75rem;height:1.3rem;top:33.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIqbqPq3cSLJULE4taLWQIJNkSyn0vhI { width:14.875rem;height:1.1375rem;top:35.550000190735rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9MrgTJm8Ow1Qtxv3AWSwmSpGglZyt9N { width:17.5rem;height:2.6rem;top:40rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk9Mp8m23UMJqImWxRkGkvHryIH79dLl { width:15.6875rem;height:2.2744125rem;top:42.599609375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unVC742MHT9TWuoKLTBpexOBko712881 { width:14.5625rem;height:2.6rem;top:47.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbdh2t8ZsavFhANhxTwice4ew6OEIh16 { width:17.8125rem;height:2.2744125rem;top:50.16250038147rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXF33Tnbx2y0sv2qy1GJcGCK2wV87gQ9 { width:20rem;height:6.5rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGeGr5UC6spHgpSRsBMHFrTIwJlTe5yk { width:20rem;height:5.25rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWEaZA8WgWkyBBaq8G9guxBLKf1mqsVU { width:20rem;height:6.5rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFUDm3UGAdvTLbs129nCH4L6BiChLC65 { width:20rem;height:5.25rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTtthNWJlByrgCuCo4Zb6fvTNSeqHSc { width:20rem;height:5.25rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op2v0Iez8eNumUVLlxf5wD6gwuXa3qqg { width:20rem;height:6.5rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udBttDf9rCCv5i68T9M0GPADPRVlJk3T { width:20rem;height:7.75rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBuekl3Xyieenft9xN5XLUThgSnhU1rx { width:20rem;height:6.5rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TigpthxeIx1eGuTvtl16IPXiKDpPZTPL { width:15.75rem;height:2.6rem;top:63rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtcOClNOWcnErcLRDElGTEZvWKAxuMuN { width:20rem;height:6.5rem;top:61.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbxIRcxBHtiVyl7xZIDnnwqLUUiEtWZ1 { width:16.5625rem;height:2.6rem;top:55.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdu4ixl2Wz7AKyLEqfNZVSlStmMwa6UZ { width:15.125rem;height:1.1375rem;top:65.912498474119rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q96QSfC2SS6fTGtqTgZpV4gwUWRJAZ9E { width:14.0625rem;height:1.1375rem;top:58.662498474121rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdKKGbqyVPI4fLXGeMBfRzF4mobCa1qM { width:15.5625rem;height:1.3rem;top:70.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWP3uSwXWPR6TmQNvwd9iD9Tl1k38Zs3 { width:15.25rem;height:1.1375rem;top:71.862499237062rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8tevTnvGLVgSU0mbu0HhEGbATwx2pXb { width:20rem;height:5.1875rem;top:69rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx8RsMqJ4KwXBtT516epJNu15we0l67E { width:16.1875rem;height:2.6rem;top:76.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz2d74vW8X7m4UafJXGqQykiOVOIO8gl { width:14.75rem;height:2.2744125rem;top:79.100000381469rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7hfBAUA5p9PnQ8ZF7thbdpTdQ1zth0J { width:20rem;height:7.9375rem;top:74.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqniVPLdBayqxIZiuGb7fwpphy2x6GrX { width:12.3125rem;height:2.6rem;top:84.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkONnUKxmLNhVlzQfhaeyQRVI2uBP0fo { width:17.4375rem;height:1.1375rem;top:87.787500381469rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufCO42TggBceSHdabRLTBDSRM2XvdQp0 { width:20rem;height:6.5rem;top:83.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swLGZzE2SS6xest6fCRdHNxknMAeaTeT { width:20rem;height:6.5rem;top:90.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Glf0gGXTTyRdIXtSOAVzfXFR1Qvb91NI { width:12.875rem;height:2.6rem;top:92.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxf7EefAqSQRSVM9P88KkgMvmZakA8nz { width:14.5625rem;height:1.1375rem;top:95.037498474119rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg5267TCMx3npu9t5HnTzec9a2Gtviye { width:20rem;height:5.25rem;top:98.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbDltPyMkpd8h43puTHLomcRxzbB3lWc { width:15.5rem;height:1.3rem;top:99.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylvPK3DsuImE625vSwIdopDBKc95kmXt { width:16.1875rem;height:1.1375rem;top:100.98749923706rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDWMmecZ0sB6nOOL4plrlhNvch3sE31U { width:17.0625rem;height:3rem;top:105.375rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX3piTKI1pJ2eVx4TQgLeTb9hrHNet0d { display:block; }
 }@media only screen and (max-width: 763px) { #JQSZnZDVasViZh3r3DSO1vQubCJcGftn { display:block; }#JQSZnZDVasViZh3r3DSO1vQubCJcGftn > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPhKxnU52Og3VIk6d8J64l9RUIvHGPoU { width:17.1875rem;height:6.2988125rem;top:3.25rem;left:1.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZ2dotfIRTLwpkJxr9mwfWAqiWTwqZq { display:block; }#BTZ2dotfIRTLwpkJxr9mwfWAqiWTwqZq > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7ExISON7fQSyA0n58kkkM4vqHvWdOXX { width:7.625rem;height:11rem;top:2.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inaWHlHLRu78calRcfv7Jdlg0QvPATHd { width:11rem;height:2.975rem;top:2.03125rem;left:9rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XOZD48ZQp3ITrfu04nHf5IXh6NFnrxqw { width:10.1875rem;height:2.3625rem;top:5.8500003814697rem;left:9.125rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KVvTv9QDaOcmFBUHuJ8SJa3sT9uaMs8P { width:9.5625rem;height:2.2744125rem;top:8.27499961853rem;left:9.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rTOgleUKnM7ZFAGNdGqUIEhT3W5slLQE { width:18.75rem;height:1.1375rem;top:53.875rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNb0EPcCBweSL914ZscKGB3VxMxtVEhQ { width:13.5rem;height:2.975rem;top:34.46249961853rem;left:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3xXbAtMXSL7mTUhGmAr7MeMv7c9XUab { width:13.5rem;height:2.3625rem;top:51.0625rem;left:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl6nlLqao4HVxtkCRphvAfaJiFIvEPOT { width:8rem;height:10.6875rem;top:38.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLf1V7BKCb1TcXLpkvP6dxTTSsfUfAKu { width:10.625rem;height:13.4375rem;top:37.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZrvt2i7l9lo2caM49b3pGu1UQAzxC0I { width:9.0625rem;height:2.2744125rem;top:23.83749961853rem;left:9rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #raSNG2f5dXtqLXwpAd3dbgdLhSoTnn5M { width:6.25rem;height:2.3625rem;top:21.47500038147rem;left:9.125rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FyqPLbW0SdqzUEqBiGmndfTrZITEaXT2 { width:10.75rem;height:2.975rem;top:17.5rem;left:9.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wUxFa4AVxbU7KHrUSD2M1Oc0GqNKZilk { width:7.375rem;height:10.5rem;top:19.47500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKka6eJUSSvB9qpuTMNouMrxLAvZuVrl { width:9.875rem;height:3rem;top:11.60000038147rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyBQ1Fz501Cw4Txvc9lKwqVGc6b86QSh { display:block; }
 }@media only screen and (max-width: 763px) { #LtStRQsmOF8lQqVNXgZt13HT7i3KwZmC { width:9.875rem;height:3rem;top:27.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv14rNbO5P8mflN14JqfrHVayPuc7fN6 { display:block; }
 }@media only screen and (max-width: 763px) { #PBE0Ir7Rwt95M3GaAtT4wRmK7TCIRU3J { width:19.875rem;height:2.625rem;top:56rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDkEZBG7fAXcHnv5DgczldgzGDt89EN8 { width:8.3125rem;height:1.5625rem;top:58.5625rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXSWnKZr3Wly4roakERytasiQRCVLA55 { width:8.5625rem;height:2.0625rem;top:62.375rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpWUIi4cVeD6OLTnIbHK1RleIOFasalc { width:20rem;height:33.0625rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTGtvFpcTSp78zhEGHGt4qdakx5oyxk6 { width:7.375rem;height:10.5rem;top:17.90625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agUUImuxDAWoo9T8ThsboNsQvnCvLkoA { display:block; }#agUUImuxDAWoo9T8ThsboNsQvnCvLkoA > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a79KTwtLC6XFnG9DOxVFNoks46pTDHe7 { width:20rem;height:1.1375rem;top:17.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sEZE4ZTWvZZCQsaJNFTt1rpNsdXzDLlh { width:13.4375rem;height:1.1375rem;top:8.3687438964844rem;left:4.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K6M9GPq0msL2damnIhQdJEbibb5Ef0lX { width:20rem;height:1.1375rem;top:4.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xPsCyy8Sh65R85UPuA2QvGdhDK8M9Wbf { width:20rem;height:1.54375rem;top:2.6062507629394rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwhNEvAwceE1M3LI6fmCkm3TnzVKNwum { width:20rem;height:1.54375rem;top:6.5750007629394rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AckFbCMN5NKPTwxV8WdboybXGsN9Vc4t { width:1.625rem;height:1.625rem;top:8.1812515258787rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZnR9FUsbR6o0J46L8KMeU2MKZIXDLBO { width:8.75rem;height:1.1375rem;top:10.25rem;left:6.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yNI5c6UZiewKDoxVTx2ZXJNfNDuipzNi { width:2.0625rem;height:2.0625rem;top:9.8125rem;left:4.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWkdaGniWFTqfpWVf56TXhvKKq9UWBJD { width:7.3125rem;height:1.1875rem;top:14.012500762939rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTtJ2syXAPESopfwro8W2QXvDX7yfTRq { display:block; }
 }