.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL { background-color:#e5cf00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { background-color: transparent; background-image: none; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container > .video-iframe-container { display: none; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row > .video-iframe-container { display: none; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .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); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { border-width: 0; border-radius: 0; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { font-size:0.875rem;font-family:raleway;height:4.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#i9WKktbRUEAuz3lp95bgRerFmpgnN3dG { color:#ffffff;display:block;width:52.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1.07421875rem;left:0rem;height:1.91223125rem;font-style:normal;display:block; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.363125rem;padding-right:0.326875rem;padding-bottom:0.363125rem;padding-left:0.326875rem;display:block;align-items:center;width:1.961875rem;min-width:1.961875rem;height:1.9525rem;position:relative;font-family:raleway;font-size:1.453125rem;font-weight:700;line-height:31.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-text.counter-label { background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2275rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.615625rem;height:0.771875rem;position:relative;font-family:raleway;font-size:0.545rem;font-weight:400;line-height:12.35px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.4375rem;height:3.678125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.125rem;left:60.5625rem;z-index:15032; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #Cr9979Z6RrB5cohlJxMptgPaUSwxB6U6 { display:flex;position:relative;top:0rem;left:0rem; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #L7QFg729tabdfImWheH8h0BfGpzze72V { width:auto; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #DzTTtRJx9FaKPfZ0KAP0P7tGQRyQfwJE {  }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #dTAKqsy0veEX2sxoTH6LTdxKkAvCtQls { display:flex;position:relative;top:0rem;left:0rem; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #DLlHDK5p1udbLNyZuepObA0E2w5yuBPI {  }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #vCcSkGM79DbdBDxf07iLlmaU5tmGxI8m {  }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #PZeFny96Zqq3wXg8KQMHNRHupTlZIUPA { display:flex;position:relative;top:0rem;left:0rem; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #KM258fRyaRq0ITfoNmXrR5QDkHMkhrRh {  }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #taC33cg1qDwdVqoqSe0wud06H8oM2KUn {  }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #KBlN8HDx19yGsJWyRf3lpBH8O1f0WsRr { display:flex;position:relative;top:0rem;left:0rem; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #yG0ovhgd5iX3bibhcSrvEUdTJ4ECn7O4 {  }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #ARCPSHIzAdJMVEEFKuFlm3z4ybN46UKQ {  }
#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e45e0a36-7975-43bd-bb46-6d545a3f8190/STR002491.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI.adaptive-delivery-prevent-bg, #cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI.lazyload, #cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI.lazyloading { background-image: none; }#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI > .row .container { background-color: transparent; background-image: none; }#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI > .row .container > .video-iframe-container { display: none; }#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI > .row > .video-iframe-container { display: none; }#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI > .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); }#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI > .row .container { border-width: 0; border-radius: 0; }#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI > .row .container { font-size:0.875rem;font-family:raleway;height:50.375rem;width:75rem;position:relative;display:block; }#OHKZOu7cnLCIUfDhQWT5D4dtCyKtmURt { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.6875rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:5.5rem;left:7.5rem;height:14.751rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cGRs2TrRSg2LaFflpcGFTnt34JRRzeq6 { color:#efefef;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15019;line-height:1;letter-spacing:0;top:22.0625rem;left:7.5rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#X0ANonEHpfnxgmKEyho9wSQd3k0AM3K5 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:2.5rem;display:block; }
#KtzpVdG8AOMzUM1ncXkh6VPidToOtHWH { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0.0625rem;left:4.875rem;display:block; }
#JcTp18RHUwWcxn1OEfeGuTBiWH43LeuT { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:7.0625rem;display:block; }
#s0b42QQ4lizWIqU0w2rznfrQUhAHGLk0 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:9.4375rem;display:block; }
#qtnPg3qqzPgxgu0PlE5wux1W2LBxOT16 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc29b80' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc29b80' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:30rem;left:64.875rem;display:block; }
#NP9IendFOQHQcyQ0Xm35QkdOIrG8GhNM { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc29b80' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc29b80' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:30rem;left:67.25rem;display:block; }
#vVKGHtGm4zTzR9gs95AltcQNGTDJwKqk { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc29b80' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc29b80' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:30rem;left:69.625rem;display:block; }
#BB4DsBSBbUR39ghTlmHtM6O5v49Ag9JU { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc29b80' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc29b80' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:30rem;left:72rem;display:block; }
#ePA4Vg7qC9LslZecI1x6P7caSolUwsBE { background-color:#c29b80;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:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.5rem;left:28.25rem;display:block; }
#olKXitCc49C4y0POJ33dxQ8VE52reb9y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c29b80;background-image:none;color:#ffffff;padding-top:0.4975rem;padding-right:0.444375rem;padding-bottom:0.4975rem;padding-left:0.444375rem;display:block;align-items:center;width:2.665625rem;min-width:2.665625rem;height:2.675rem;position:relative;font-family:raleway;font-size:1.990625rem;font-weight:700;line-height:42.8px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 .widget-text.counter-label { background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.554375rem;height:1.0575rem;position:relative;font-family:raleway;font-size:0.74625rem;font-weight:400;line-height:16.92px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.6875rem;height:5.03875rem;padding-top:0.621875rem;padding-right:0.635rem;padding-bottom:0.621875rem;padding-left:0.635rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:25.375rem;left:30rem;z-index:15030; }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #S2uSbtmpiHMh5pvfpeLgQ8swdGd6MfyS { display:flex;position:relative;top:0rem;left:0rem; }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #z2rAdGKoPTobdStO5BdP8URmsTUaMH5h { width:auto; }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #TIV9SyZigSdg2fe7C3d8lfAkSHCLUQP2 {  }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #v7CeFyxQefUy8CgeB7B0Rdd6EQktDlxZ { display:flex;position:relative;top:0rem;left:0rem; }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #mgT5MCtQXr7DFFqP3xeqprdbp9LlNcBK {  }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #Tn7w8vXWCbxC02x6nbvHJo4LVqPXeIfK {  }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #wDJeOcT85yDaOV1w0zKehPnzrQ0n6M04 { display:flex;position:relative;top:0rem;left:0rem; }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #oowRgV603Tg5PpAIxaby1oO63fUsarVD {  }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #OtOvXUqZ0gH2CNaG2JagmeM0BJlNNaHF {  }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #ewgvP13IEs7vKT7RziyroibNCk0dET22 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #WoCa9aIp5nOznhvQIA6B7VfdTr7WC9oW {  }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #E4sKGMFxTDEk782ZbVcQmryN22fGNELh {  }
#Jci876JJRkzJIl3In5abUcn3duFcrTyB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/real-estate_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jci876JJRkzJIl3In5abUcn3duFcrTyB.adaptive-delivery-prevent-bg, #Jci876JJRkzJIl3In5abUcn3duFcrTyB.lazyload, #Jci876JJRkzJIl3In5abUcn3duFcrTyB.lazyloading { background-image: none; }#Jci876JJRkzJIl3In5abUcn3duFcrTyB > .row .container { background-color: transparent; background-image: none; }#Jci876JJRkzJIl3In5abUcn3duFcrTyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1c1c1c; }#Jci876JJRkzJIl3In5abUcn3duFcrTyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jci876JJRkzJIl3In5abUcn3duFcrTyB > .row .container > .video-iframe-container { display: none; }#Jci876JJRkzJIl3In5abUcn3duFcrTyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1c1c1c; }#Jci876JJRkzJIl3In5abUcn3duFcrTyB > .row > .video-iframe-container { display: none; }#Jci876JJRkzJIl3In5abUcn3duFcrTyB > .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); }#Jci876JJRkzJIl3In5abUcn3duFcrTyB > .row .container { border-width: 0; border-radius: 0; }#Jci876JJRkzJIl3In5abUcn3duFcrTyB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jci876JJRkzJIl3In5abUcn3duFcrTyB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jci876JJRkzJIl3In5abUcn3duFcrTyB > .row .container { font-size:0.875rem;font-family:raleway;height:51.9375rem;width:75rem;position:relative;display:block; }#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-form-header {  }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:29rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:29rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:27.75rem;overflow:hidden;font-style:normal;float:none; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-container:first-of-type{padding-top:0;}#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-container:last-of-type{padding-bottom:0;}#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9  { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;left:42.498779296875rem;top:17.69775390625rem;z-index:15032;position:absolute; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29rem;display:block;vertical-align:top; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 {display:block;}#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;left:42.498779296875rem;top:17.69775390625rem;z-index:15032;position:absolute; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #tprH9oBa9ECpQHB75rH6WmnvTheBQfHb { position:relative; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #BwIwK6dPv2c0KC3SRzygMdTta7epd5T7 { position:relative;display:none; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #Tp2NialFtC4Px2zxf2ltyTLJTWnce78z { position:relative; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #AQ0Maq9L93hd2RaTpbalkprIUHMiDAE7 { position:relative; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #qQXRNlJwAxEsk2RFyh8vUHl5T8O8ImCt { position:relative;display:none; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #x9dh60S7aPILgkkZ9TvC6MEkAEFHHiOc { position:relative; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #Q0glsuDD5mhlmMCClqtIv6fRZ48R7zf5 { position:relative; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #rHCmgcniGJbw8Jipi4Johu2isTWTISws { position:relative;display:none; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #ndrgSoL1fsfaZLuxJ1k7SOfhyQhSAfn0 { position:relative; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #lKpLAgBKBURfSaR9cUtv4noyTJg15UDX { position:relative; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #kio4Kcx9oDwJx0hevFaCTwhLZ3NhsJ1P { position:relative;display:none; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #pTBuCKVAe0eTKFILPGWugPfQDOCMw2zD { position:relative; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #GS81NnafLqMuzzi5OtZ2wyWVBmEpMNee { position:relative; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #n1sANhH7N68SzgNFLdPNOOwUoopQQ0Ho { position:relative;z-index:2; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #uSKn3DdrAsINnXkfLysCpTw0RHfDN2qF { position:relative; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #x6zT6Zbr9MkJG8R0UhebCrxda2rPuUB6 { position:relative; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #ZHliuF3fekluxKMycxun4LDXrP4leaiT { position:relative; }
#q8Fa94DeMbBEcWFqEiiVsmLFQ5PTdZTb { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:16rem;left:42.5rem;height:1.69921875rem;display:block; }
#zNhnfSTylh837VvAhTt1JKsUZ3Ual0zc { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:7.625rem;left:42.5rem;height:7.1996875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qghIT42XoFVkDQfocDMsan0kiead2LpP { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#TsB5cJAHh4NJwSSEQiXkivuUUz8u5kGS { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#fcbXNdP1rtZP2Men5cLNkP5JQcL1D7Tk { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#gm2ez74kNQmfUqMWUb8In12XCgfZ5LLh { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#mO3vzAKbwCLP1unJP106LaszGFINJrop { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc29b80' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc29b80' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:31.8125rem;width:31.8125rem;top:8rem;left:5.375rem;display:block; }
#yd4nsDoAFrh2lFgvItwlPZLlZH6WenLd { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.625rem;width:23.375rem;top:3.4375rem;left:8.8125rem;overflow:hidden;display:block; }
#J1uI3y3rnul829oI8umMHdpMgn7da6po { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:5.8994140625rem;left:47.4375rem;height:1.7871125rem;display:block; }
#bSIvveLWMGRC3K3mW5xpegolFFvgAmbU { color:#ffffff;display:block;width:20.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:46.26171875rem;left:42.5rem;height:3.8983125rem;display:block; }
#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row .container { background-color: transparent; background-image: none; }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row .container > .video-iframe-container { display: none; }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row > .video-iframe-container { display: none; }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .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); }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row .container { border-width: 0; border-radius: 0; }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row .container { font-size:0.875rem;font-family:raleway;height:64.3125rem;width:75rem;position:relative;display:block; }#h5tiKpaVAz1PxM6SHn2JATHAdLBw3zut { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:8.875rem;left:30.0625rem;display:block; }
#f0o2a07ImllJZ9QWg5TOvAnUmlaHfiFw { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:10.75rem;left:31.9375rem;height:5.1001rem;font-style:normal;display:block; }
#lTT4kkHpWBGUSvFDDJ2ZJmJBPMeT2TzA { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:16.75rem;left:31.9375rem;height:5.09765625rem;font-style:normal;display:block; }
#axOnsNi8i80QvkVWZsccN2JEH7J7NycC { color:#ffffff;display:block;width:25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:13.0625rem;left:0rem;height:3.674925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ioh7AaLMJXnOqRuuaZTLXp7SOIGFkQd6 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:28.5625rem;left:30.0625rem;display:block; }
#HymS529FQ4gVIFQ9QktilqWVOavquMc2 { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:36.4375rem;left:31.9375rem;height:5.09765625rem;font-style:normal;display:block; }
#g8iAxVGv89NQOduG0UKE8AuvLR3wm8D8 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:29.8125rem;left:31.9375rem;height:6.3006875rem;font-style:normal;display:block; }
#fdPvbDf9bLMTIDCU7ons8eyikpIO7rbr { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:28.5625rem;left:53.75rem;display:block; }
#a4fTZENLCxgyzoeq3pgTKxgSZ2pec7Jd { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:36.4375rem;left:55.625rem;height:5.09765625rem;font-style:normal;display:block; }
#LkQWcQyNSmVk5uLnybnPRT7ox4LSJDxo { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:29.8125rem;left:55.625rem;height:6.3006875rem;font-style:normal;display:block; }
#mxL46HTksB8x0I4oUCR5RIO1dzQhv7VV { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:8.875rem;left:53.75rem;display:block; }
#hQQbIfAKAbgJ0haSloRZOPKTB7aIS1pB { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:16.75rem;left:55.625rem;height:5.09765625rem;font-style:normal;display:block; }
#EI2hqvsqa5XZmeAbAXzZloVJPErZ5Lmv { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10.375rem;left:55.625rem;height:5.85021875rem;font-style:normal;display:block; }
#dfgEzqOE4gE5RUSTnkftTbxTpRCWJ960 { color:#b5b5b5;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:18.75rem;left:0rem;height:10.1953125rem;display:block; }
#D1spn33mDUdcBzxLep7USkRxaGvWA8lN { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:5.5244140625rem;left:30.0625rem;height:6.8249375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#W3Zv2u0plXSLK7c2lz4kf5J0bhL8TyCg { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:47rem;left:43.0625rem;display:block; }
#HmJxba82DEQsCgKt4RVIrOumQXZuR2ec { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:48.25rem;left:44.9375rem;height:6.3006875rem;font-style:normal;display:block; }
#UCLWUkyW3ZmagP0E8fLVdL3e3vDSHIkO { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:54.875rem;left:44.9375rem;height:5.09765625rem;font-style:normal;display:block; }
#t4til9gMF4ZIUOD3BiLQmdq4oqEhJ2po { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:2.5rem;display:block; }
#iL1OTSCWGiR0AU2U5T56ffATBFkF30Lr { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.875rem;display:block; }
#e8PFyyiqycBFBXdC6d2FuvrDJc0hrww4 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:7.25rem;display:block; }
#bAv59mNFT0ngiAuW4WFxqPVOPRO2x834 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9.625rem;display:block; }
#tJnd9rRsuTITKDcB9xWA08vhPATv7nNi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tJnd9rRsuTITKDcB9xWA08vhPATv7nNi > .row .container { background-color: transparent; background-image: none; }#tJnd9rRsuTITKDcB9xWA08vhPATv7nNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJnd9rRsuTITKDcB9xWA08vhPATv7nNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJnd9rRsuTITKDcB9xWA08vhPATv7nNi > .row .container > .video-iframe-container { display: none; }#tJnd9rRsuTITKDcB9xWA08vhPATv7nNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJnd9rRsuTITKDcB9xWA08vhPATv7nNi > .row > .video-iframe-container { display: none; }#tJnd9rRsuTITKDcB9xWA08vhPATv7nNi > .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); }#tJnd9rRsuTITKDcB9xWA08vhPATv7nNi > .row .container { border-width: 0; border-radius: 0; }#tJnd9rRsuTITKDcB9xWA08vhPATv7nNi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJnd9rRsuTITKDcB9xWA08vhPATv7nNi > .row .container { font-size:0.875rem;font-family:raleway;height:43.125rem;width:75rem;position:relative;display:block; }#kR2N9G4dVNmBokQU3K4dapiAQLqW90Xu { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:6.1875rem;left:30.0625rem;display:block; }
#iePZFCvfySTmrb4lx6Q1eMg4XnFXWREO { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:8.0625rem;left:31.9375rem;height:5.1001rem;font-style:normal;display:block; }
#iQDLGcHV3nJDysUOdBhhTGu0g9WODrmN { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:14.0625rem;left:31.9375rem;height:5.09765625rem;font-style:normal;display:block; }
#Uq6dtyb9o3KTvxfQMNkfzyhzmeooiTlE { color:#ffffff;display:block;width:25rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:10.375rem;left:0rem;height:3.23730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nvbiUWsdIEJyVp3bsqS6B0tT5TagOcoz { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#Jzs9pQ3HsfcrymiVyyvqVATV0QCn0rhC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#lJnd9VltH5TiQTq59qaGgIlTiI0rpEav { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#BlvDgt2pnqSmfwtq5WkZmMupnREU800E { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#EoNFryazTv02qlERMnCSzoTBSlqBMGv8 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:25.875rem;left:30.0625rem;display:block; }
#WCxkN1HNUQZef3hWBhTtqKDv4uTRMGRo { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:33.75rem;left:31.9375rem;height:5.09765625rem;font-style:normal;display:block; }
#OGrubT4uBDlhcgBH2AE8z6fuxJg0hIAn { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:27.1875rem;left:31.9375rem;height:5.85021875rem;font-style:normal;display:block; }
#dBC4BuGnz8LVUT5arfw6lunqTTbJ8pdP { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:25.875rem;left:53.75rem;display:block; }
#QP6XwMhOqQXzlFiQatLTnHPS0ILwVSax { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:33.75rem;left:55.625rem;height:5.09765625rem;font-style:normal;display:block; }
#AubwSqfvVXhR7vZt6PNGTXXA9sWg3PzJ { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:27.1875rem;left:55.625rem;height:5.85021875rem;font-style:normal;display:block; }
#QfXSLi3oJd5O3acqiXAf7QSyLZ4G4RLO { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:6.1875rem;left:53.75rem;display:block; }
#vbq92H1l7e8zQtFsqKfo5Vphd3kW0hLR { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:14.0625rem;left:55.625rem;height:5.09765625rem;font-style:normal;display:block; }
#FTvCwkL2Q44lqLHu8Ius7s13uBvsq8hV { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:8.0625rem;left:55.625rem;height:5.1001rem;font-style:normal;display:block; }
#tTBOx5Pzkw0mOULSaXTSR0GTcJqETAFU { color:#b5b5b5;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:14.6875rem;left:0rem;height:10.1953125rem;display:block; }
#xhL2WTzfDyeTBvm7ObKKkKsu025ygUeW { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:2.4375rem;left:30.0625rem;height:3.23730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { background-color: transparent; background-image: none; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container > .video-iframe-container { display: none; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row > .video-iframe-container { display: none; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .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); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { border-width: 0; border-radius: 0; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { font-size:0.875rem;font-family:raleway;height:75.8125rem;width:75rem;position:relative;display:block; }#JRU4B5Zg7VFigI0830FU8AefzvgXEdPQ { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:36.1904296875rem;left:0rem;height:5.94970625rem;font-style:normal;display:block; }
#xLVadc50XLC5QMX0MNUzIylea30T1Ba9 { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.674925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X3q4sTcCd6CrHui8Cc0ssog8K3xMtomG { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#OKif8I5zRTmQE3cztGTihRbB9qoMtfdX { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#nCO9rEXnhGGPdzm95KfpEu1sA0WeNwUH { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#EgcSyGS5BrHFV6TZo3mtpRoRVSbIplwl { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#mTh69GOKLnAMevFKKf4hzxO6UhhBJnHX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:14.1875rem;top:17.0625rem;left:3.1875rem;overflow:hidden;display:block; }
#E8W7oxDsZOq6pTLNncyB7XNP1hXMpqAu { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:32.5rem;left:26.25rem;height:3.1494125rem;font-style:normal;display:block; }
#UJvdRtEsSkdiZuGzfNy8WEebhvs1lLwc { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:36.1904296875rem;left:26.25rem;height:5.94970625rem;font-style:normal;display:block; }
#Mam37JHL9AH6TppQwXl2VzGWUmDTtrzA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:24.625rem;top:16.03125rem;left:25.1875rem;overflow:hidden;display:block; }
#WqdOVRy1QvCUavc6UBoDrknTUQ9pTPeC { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:32.5rem;left:52.5rem;height:3.1494125rem;font-style:normal;display:block; }
#LspoGQSzdDqzIno54xonWHSFphxB00xG { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:36.1904296875rem;left:52.5rem;height:5.94970625rem;font-style:normal;display:block; }
#B3y3x8dbZAUCTSSsG1UMm5pxmgTLTtkS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:14.9375rem;top:16.71875rem;left:55.5625rem;overflow:hidden;display:block; }
#RPGonfk3zUaGr4yZiDPkFLnoxig8tFzX { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:9.8740234375rem;left:11.875rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kO3nieRsizTlP9NMTeTkQD30pqgsw8GP { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:12.9365234375rem;left:11.875rem;height:1.8374rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#k5rKen0tSoMJVidPfTuW0IeNd1x8m28F { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:14.9375rem;top:43.625rem;left:2.8125rem;overflow:hidden;display:block; }
#Gb2tcKtDmDAG921VQh6lKknNehuTLVG8 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:59.8125rem;left:0rem;height:3.59985625rem;font-style:normal;display:block; }
#yyBufZVGb4kK7986hGp7Zhzc6v3T1ra1 { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:63.4375rem;left:0rem;height:4.46228125rem;font-style:normal;display:block; }
#pHPcvWAsNxn1NNlDKbysfeeBsyHXhfXA { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:59.8125rem;left:26.25rem;height:4.72411875rem;font-style:normal;display:block; }
#xwxaGyDQPU9vQ8k9PtJUFHIKfSqia4tS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:14.9375rem;top:43.625rem;left:26.25rem;overflow:hidden;display:block; }
#hMJb3kaBD99etyycNS7RoC5shrt0tTr1 { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:64.53515625rem;left:26.25rem;height:4.46228125rem;font-style:normal;display:block; }
#UWT8FE0elfQAp223JT0q4Ga8NuRfslfF { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:32.5625rem;left:0rem;height:3.1494125rem;font-style:normal;display:block; }
#SZzslBFEUL3XTrA1ppzHh5Jx9fe9PnpP { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:14.9375rem;top:43.625rem;left:54.9375rem;overflow:hidden;display:block; }
#A5B0RsmQEt1boeg4V1Ml1ap5oAJt4JPX { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:59.8125rem;left:52.5rem;height:3.1494125rem;font-style:normal;display:block; }
#oI7hsXST3na61XCNob42VC7TItliHgBp { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:62.693359375rem;left:52.5rem;height:5.94970625rem;font-style:normal;display:block; }
#M27ndrsXoiN0TlBrtrGzZsUfodVa6ol3 { background-color:#ad7955;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:70.4375rem;left:28.875rem;display:block; }
#rT0SGeKvU6NpMNC0GfuZZX2TT0ZbMTkL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQv4AIqf7DzJUnAeoscMo7ZGlnKqk18c { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:74.5126953125rem;left:25.0625rem;height:1.29980625rem;display:block; }
#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row .container { background-color: transparent; background-image: none; }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row .container > .video-iframe-container { display: none; }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row > .video-iframe-container { display: none; }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .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); }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row .container { border-width: 0; border-radius: 0; }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row .container { font-size:0.875rem;font-family:raleway;height:69.75rem;width:75rem;position:relative;display:block; }#kAIOuS1fmhlNVF6JxNaATLtnKdC4CR0Z { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:4.5rem;left:11.25rem;height:3.674925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PPVRkFctB8NwbPFHSBTing3KZPaIoGnu { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:14.5rem;top:9.4375rem;left:1.2007716049382rem;overflow:hidden;display:block; }
#xgL7oC4epVKct6qVi2Xh9BgZtf2yEGC2 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:40.4375rem;left:0rem;height:13.59375rem;text-align:left;text-align-last:left;display:block; }
#DmxGlpdZeU8efEbZw8TKeGOT2mQirXGs { color:#b5b5b5;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:35.451171875rem;left:0rem;height:3.3984375rem;text-align:left;text-align-last:left;display:block; }
#Flb5F4RlOxz3Sb3MV80ULOziT51J4L9I { color:#c29b80;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:33.5390625rem;left:0rem;height:1.91223125rem;text-align:left;text-align-last:left;display:block; }
#sUi33JQ2MydkCHpUHZXI4G79pGTvfVpl { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:41.5625rem;left:24.875rem;height:23.7890625rem;text-align:left;text-align-last:left;display:block; }
#SxGMxxtUVIReT16JQQIyG7hFfHZhNO7L { color:#b5b5b5;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:36.0625rem;left:24.875rem;height:3.3984375rem;text-align:left;text-align-last:left;display:block; }
#M81iNnWv4FxiZHPu5Krkcvlh6sKGONxP { color:#c29b80;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:34.125rem;left:24.875rem;height:1.91223125rem;text-align:left;text-align-last:left;display:block; }
#TS5IpZaz0A3ZgsgHcc9hQ9vT73FbVFof { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:14.875rem;top:8.9375rem;left:24.875rem;overflow:hidden;display:block; }
#OnywKo6WUw1Cf2MkvHaMN7vAuA6zZW4g { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:39rem;left:49.5625rem;height:20.390625rem;text-align:left;text-align-last:left;display:block; }
#cT4i5tVKT2DUmU1Et5fyWQ1fyqkhFVZb { color:#b5b5b5;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:36.0625rem;left:49.5625rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#gNIkb4fnC9Ofbnu6P1fqU5DuD9KUCKMP { color:#c29b80;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:34.125rem;left:49.5625rem;height:1.91223125rem;text-align:left;text-align-last:left;display:block; }
#ViTZ6vm1at5z11DITftLweGTOTBukZDt { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:14.625rem;top:9.9375rem;left:49.5625rem;overflow:hidden;display:block; }
#lWkSZHIZ7T44eF5Tweg8ndhId8SaEKeZ { color:#b5b5b5;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:39.4609375rem;left:24.875rem;height:1.275025rem;text-align:left;text-align-last:left;display:block; }
#trq0VT5BovTPS7CoEbK7BTKbqUEEZwvi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#trq0VT5BovTPS7CoEbK7BTKbqUEEZwvi > .row .container { background-color: transparent; background-image: none; }#trq0VT5BovTPS7CoEbK7BTKbqUEEZwvi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trq0VT5BovTPS7CoEbK7BTKbqUEEZwvi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trq0VT5BovTPS7CoEbK7BTKbqUEEZwvi > .row .container > .video-iframe-container { display: none; }#trq0VT5BovTPS7CoEbK7BTKbqUEEZwvi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trq0VT5BovTPS7CoEbK7BTKbqUEEZwvi > .row > .video-iframe-container { display: none; }#trq0VT5BovTPS7CoEbK7BTKbqUEEZwvi > .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); }#trq0VT5BovTPS7CoEbK7BTKbqUEEZwvi > .row .container { border-width: 0; border-radius: 0; }#trq0VT5BovTPS7CoEbK7BTKbqUEEZwvi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trq0VT5BovTPS7CoEbK7BTKbqUEEZwvi > .row .container { font-size:0.875rem;font-family:raleway;height:103.3125rem;width:75rem;position:relative;display:block; }#ipAeGNJlG4JI1xVh6TaNwXTPPaqQVkQB { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:40.0625rem;left:11.8125rem;height:3.674925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aJkfIFRanMIFOOWMbTtXEZW9Eayaw224 { color:#c29b80;display:block;width:72.6875rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:1.8125rem;left:2.3125rem;height:6.186525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NVXxKXg2zsPPiK3WbhRhlToERZLGTZJm { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:23.25rem;left:13.5rem;height:3.412475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sn9d4tCtPyCJvKEZr6RAUey4TZGlWxqd { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:18.125rem;left:13.0625rem;height:3.2995625rem;text-align:center;text-align-last:center;display:block; }
#rSpg7cN1EwNKmX3WD57QktBktubmOyJt { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:3.375rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:9.1875rem;left:8.6875rem;height:5.7379125rem;text-align:center;text-align-last:center;display:block; }
#J8FlgL5hyE2m0nEKK9f9yt4WNPuhSErm { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:37rem;left:65.21875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#qnlruKLu5STVN3C6igi5d0C6qBOmSA0f { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:28.75rem;left:55.125rem;overflow:hidden;display:block; }
#McGdpNrfhnT76KnPd735cb90Pr3fPmTw { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:28.9375rem;left:33.75rem;overflow:hidden;display:block; }
#hTnr7NnVtLGGhG7lqTrPywfqyG0Xade9 { color:#ffffff;display:block;width:12rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:37rem;left:31.5rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#wgVMHugRVvJrpKdgcnocKqbgBTPLslN9 { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:28.75rem;left:23.125rem;overflow:hidden;display:block; }
#UGwpaoAVtAoLwHUIEegBIBXGw8QpIJtC { color:#ffffff;display:block;width:12rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:37rem;left:20.875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#yVf5FlMr71QrklSOJsUOakhTnH6aHLcD { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:37rem;left:11.625rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#DdOJMnWlekc0T5effqRn4huBFIuBWoT9 { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:28.875rem;left:11.4375rem;overflow:hidden;display:block; }
#Jdmqsp4I0FDieTFqeivuWaHmmwvvRWUt { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:28.75rem;left:0.9375rem;overflow:hidden;display:block; }
#XpKuHmWHN3CSufItFCVcNvurSpsGnTLK { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:37rem;left:1.1875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#XcJyh6tUvrT1EG6TMAZlpm7GLLaSpk6X { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:29rem;left:44.8125rem;overflow:hidden;display:block; }
#ArMUhIJpft9tBQ8eUqkWy7dSvWxBhTAm { position:absolute;display:block;z-index:15020;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:28.75rem;left:64.8125rem;overflow:hidden;display:block; }
#s8gTJrMJ0tEJa5wwIHrMvAc0pHcRyD4n { color:#ffffff;display:block;width:12rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:37rem;left:42.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#DQ5wqxbm5pIsgwqUWgC4Wpzsi515hey6 { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:37rem;left:54.875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#sJ7mJ7LT5RfcMGACXps9zBZl2AOHBfsq { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:43.6875rem;left:13.5rem;height:4.46166875rem;text-align:center;text-align-last:center;display:block; }
#eT3P38PRPrm4S9X6tHU9MCUya1V0DPPv { color:#c29b80;display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:9.1875rem;left:25.8125rem;height:4.2004375rem;font-style:normal;display:block; }
#lXnpJ9khndkI4LZamAnLITLxFCRtSTpT { color:#c29b80;display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:9.25rem;left:36.4375rem;height:4.2004375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mCWC8PucVF00t5Ne7znzSROLIIs4bgaW { color:#c29b80;display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:9.25rem;left:50.8125rem;height:4.2004375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u4QI7bTqb4TzxLqQqMMFH8X5N6ZTh2f4 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:13.375rem;left:25.8125rem;height:1.69970625rem;font-style:normal;display:block; }
#RG5M8BWM8uCSa9KtCXPxt5msLhImmhn1 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:13.4375rem;left:36.4375rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EgHHcThxiM1BWvAlw2Wm0kNL1LRWmalu { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:13.375rem;left:51.25rem;height:1.69970625rem;font-style:normal;display:block; }
#wChLcyryAJNg7fn41nEsNhZ0gaAc2hay { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:53.375rem;left:14.625rem;height:4.46166875rem;text-align:center;text-align-last:center;display:block; }
#xrupNnzPl9B8ViQWMVNkwL9EOqUnsKeZ { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:49.75rem;left:12.5rem;height:3.674925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qkGghVgPepFxdwE0Exw1zxUqcTv0cegE { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.8125rem;width:74.75rem;top:59.625rem;left:0rem;overflow:hidden;display:block; }
#vwRCCR7eETvJKQJ55UitmKaGnMJtxwgw { background-color:#ad7955;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:98.125rem;left:33.75rem;display:block; }
#RiHKnSm6F5GiFGI52gVrvzXomodAOhxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n4irCiexM5Z9JxTcnFsPKwey6wfTUca9 { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:101.8251953125rem;left:27.5rem;height:1.29980625rem;display:block; }
#fIUSwh1yO5rch6RQ31dwn8LZt9iVNut5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fIUSwh1yO5rch6RQ31dwn8LZt9iVNut5 > .row .container { background-color: transparent; background-image: none; }#fIUSwh1yO5rch6RQ31dwn8LZt9iVNut5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIUSwh1yO5rch6RQ31dwn8LZt9iVNut5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIUSwh1yO5rch6RQ31dwn8LZt9iVNut5 > .row .container > .video-iframe-container { display: none; }#fIUSwh1yO5rch6RQ31dwn8LZt9iVNut5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIUSwh1yO5rch6RQ31dwn8LZt9iVNut5 > .row > .video-iframe-container { display: none; }#fIUSwh1yO5rch6RQ31dwn8LZt9iVNut5 > .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); }#fIUSwh1yO5rch6RQ31dwn8LZt9iVNut5 > .row .container { border-width: 0; border-radius: 0; }#fIUSwh1yO5rch6RQ31dwn8LZt9iVNut5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fIUSwh1yO5rch6RQ31dwn8LZt9iVNut5 > .row .container { font-size:0.875rem;font-family:raleway;height:47.3125rem;width:75rem;position:relative;display:block; }#SBOBBdKotT0JdW9MGHTinWkPGnKIr1Tz { color:#c29b80;display:block;width:59.4375rem;position:absolute;font-family:raleway;font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.34375rem;left:7.78125rem;height:8.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gM8doLVcA3IGTTtVwmRdzgvkVoT0AKHW { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:1.48755rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#V09eVU3NzH4T4TIa47tGAh4tnwZyINLG { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#MnkWtIcmh5ofpbNcsLlc4O6Oebo7xXdp { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#T1SwUhd0uqFLgxFyolDOLmn5vRDCPzuX { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#XBfeSOxZVfPTLTx05Tp0NgMAXNqUuyNa { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#RQgmRURNRRDvbN2bkck9cIQI0fGUTsQC { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11rem;width:19.625rem;top:9rem;left:1.875rem;display:block; }
#yT7Gt4y85rTlt9UcPovBSUT00qRyzNeF { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11rem;width:19.625rem;top:9rem;left:27.6875rem;display:block; }
#RVunimpNmXzkLFbPrM43X7w4UGBZihni { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11rem;width:19.625rem;top:9rem;left:51.75rem;display:block; }
#PpIXKUd7QldC1RhcdTTgkyCAz7HP1mwW { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11rem;width:19.625rem;top:21.6875rem;left:1.875rem;display:block; }
#wBwTOAursHo3IGOatVoggWWXaT69gbJN { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11rem;width:19.625rem;top:34.75rem;left:1.875rem;display:block; }
#D5pTdHBZgGTvAGMvJaTVsOm7WEzkh6CQ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11rem;width:19.625rem;top:21.6875rem;left:27.6875rem;display:block; }
#vVhL20zXiqziRhxBneUiTvtHowQ4RtpQ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11rem;width:19.625rem;top:21.6875rem;left:51.75rem;display:block; }
#X9kTsrslyOuQ3SId488ACK1pDmJrOEzK { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11rem;width:19.625rem;top:34.75rem;left:27.6875rem;display:block; }
#XfCPxx1CeryTryizNxfQDooVlMutx58K { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11rem;width:19.625rem;top:34.75rem;left:51.75rem;display:block; }
#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container { background-color: transparent; background-image: none; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container > .video-iframe-container { display: none; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row > .video-iframe-container { display: none; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .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); }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container { border-width: 0; border-radius: 0; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container { font-size:0.875rem;font-family:raleway;height:20rem;width:75rem;position:relative;display:block; }#DlgcSfO4bUNwVcC8r0tZrplKduPhopJD { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:9.2993125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xH4ORTbm3xIGpToAfqqEbV4SUDzSu3qZ { color:#c29b80;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:11.9375rem;left:0rem;height:2.55005rem;font-style:normal;display:block; }
#fRNeGtAG3lDJSMBZVQhJFtTRScTDBAkT { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(194,155,128,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:10.8125rem;left:0rem;display:block; }
#rrBIKFsl9cL693S7yvflLsvxrfTeDCd9 { color:#c29b80;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:11.9375rem;left:19.375rem;height:2.55005rem;font-style:normal;display:block; }
#raS8L19nsOmQuTJ64Jf9ulv6kIHJOMZz { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.5625rem;left:19.375rem;height:4.64965625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UpETG1KN1Px9ODLMnphBeLu7DR53aLed { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:10.8125rem;left:19.375rem;display:block; }
#NpKVSmS6RpeODnut8etI2HufTrg9Ac7W { color:#c29b80;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:11.9375rem;left:38.75rem;height:2.55005rem;font-style:normal;display:block; }
#NfDqtM8u92lm5o82BWTCnUr9suZqxrpc { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.5625rem;left:38.75rem;height:4.64965625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bHclvyN2MREGxlTKUeQlWqJEss0IT6o3 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:10.8125rem;left:38.75rem;display:block; }
#t5vuB2DdO2CHmF9KmN0DHyuyg5XkKo8o { color:#c29b80;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:11.9375rem;left:58.75rem;height:2.55005rem;font-style:normal;display:block; }
#eodzH7nusenzKW6ylJX8Gu1BCPuqzbP9 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.5625rem;left:58.75rem;height:4.64965625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dhT3xrcwm7vbFIvyQPB1O65TPJfxP2Ug { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:10.8125rem;left:58.75rem;display:block; }
#pZHMmBxSVD3CSRnrTzaNzg3GowSyQkyV { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:18.375rem;left:23.75rem;height:1.29980625rem;display:block; }
#wcLGcdTTnDpkklqgUMSltzPpH9KSoN0S { background-color:#ad7955;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:15rem;left:30rem;display:block; }
#pWB8T03S7yc4G3UWJlFiC5h0sb2zKWon { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row .container { background-color: transparent; background-image: none; }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row .container > .video-iframe-container { display: none; }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row > .video-iframe-container { display: none; }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .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); }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row .container { border-width: 0; border-radius: 0; }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row .container { font-size:0.875rem;font-family:raleway;height:51.125rem;width:75rem;position:relative;display:block; }#H9amRqBoyBpFrN7uQAD9noy6OOOb5hVE { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:27.625rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#AzC4trTtHUZaLh1RdgP2yo4uStavpTQz { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:25.14892578125rem;left:1.875rem;height:2.55005rem;font-style:normal;display:block; }
#zgIa7lFHsmVWxpRrTNSD3eTDW5NlhTyE { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:32.25rem;left:1.875rem;height:6.796875rem;font-style:normal;display:block; }
#pwUBpGNWRiXxWKSsTGzqFm2LKg8DkpJh { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.674925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Rx0gVlZTTIRTruvhS9E5B3ePfv1IAvSR { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#h3Q4sqAdMbbfTGNGECJTQAriHbyIBJry { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#OlNmfH6cT9ENR0JTK9aliKuS32TzpImt { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#R4XCQr4rLt9aFUPWUQEJSeuPqEzXJe0H { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#V6ah0TPu6MOcZ0IwdaTx3tbq7NwvvtH4 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:27.0166015625rem;left:1.875rem;height:2.01904375rem;font-style:normal;display:block; }
#hyaxmDfPgL2dlg61g0IBZGD5H1iKU1sv { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.125rem;width:21.25rem;top:16rem;left:25.5625rem;display:block; }
#nE8itUTNVxHq98cAVpD58645fNR5G3mF { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:25.4375rem;left:27.4375rem;height:2.55005rem;font-style:normal;display:block; }
#xwqNXDTC5mde1dJzpVwzzrfRryRaICgb { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:27.0625rem;left:27.4375rem;height:2.01904375rem;font-style:normal;display:block; }
#PunNiEBuosO7TW9OxFLgkzASWSAZyzFs { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:32.25rem;left:27.4375rem;height:8.496125rem;font-style:normal;display:block; }
#ggP9K4Ng8JVdVi11BFuQeVp56JsRRyLE { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c29b80', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(194,155,128,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.125rem;width:21.25rem;top:15.75rem;left:52.25rem;display:block; }
#X62b88cFl3nJnc7FpyfGoB17TcgDvkEE { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:25.125rem;left:54.125rem;height:2.55005rem;font-style:normal;display:block; }
#lVSoOyWAqR8ox89pTC0PPushqTcC6Q04 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:26.8125rem;left:54.125rem;height:2.01904375rem;font-style:normal;display:block; }
#GnTwIhixR448ZCrF52agOZTi0iTI4WF1 { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:32.3125rem;left:54.125rem;height:6.796875rem;font-style:normal;display:block; }
#IGK7R7fEc9aye3FEaPWNMp6g8y0X3RZk { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:16.58642578125rem;left:1.875rem;overflow:hidden;display:block; }
#QlkSnZOv9chTHJnfbKdGkS7qwTdIgamR { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:16.875rem;left:27.4375rem;overflow:hidden;display:block; }
#CQSQx4c2NnuCMG884wmBo9FuTiIbXK0s { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:16.875rem;left:54.125rem;overflow:hidden;display:block; }
#kR46Tb0k0Lv3W2Wtr1NsTru0zUtiszli { background-color:#ad7955;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:45.875rem;left:25.25rem;display:block; }
#FwFIhSD9lo502TqOmdFIu5EEUIEtmu3l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WsebGiBIgCfqKQIIMLp1tAvBURIPxBnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WsebGiBIgCfqKQIIMLp1tAvBURIPxBnE > .row .container { background-color: transparent; background-image: none; }#WsebGiBIgCfqKQIIMLp1tAvBURIPxBnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsebGiBIgCfqKQIIMLp1tAvBURIPxBnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsebGiBIgCfqKQIIMLp1tAvBURIPxBnE > .row .container > .video-iframe-container { display: none; }#WsebGiBIgCfqKQIIMLp1tAvBURIPxBnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsebGiBIgCfqKQIIMLp1tAvBURIPxBnE > .row > .video-iframe-container { display: none; }#WsebGiBIgCfqKQIIMLp1tAvBURIPxBnE > .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); }#WsebGiBIgCfqKQIIMLp1tAvBURIPxBnE > .row .container { border-width: 0; border-radius: 0; }#WsebGiBIgCfqKQIIMLp1tAvBURIPxBnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WsebGiBIgCfqKQIIMLp1tAvBURIPxBnE > .row .container { font-size:0.875rem;font-family:raleway;height:64.75rem;width:75rem;position:relative;display:block; }#cRSBbouIPk2Tw7lmgeT2Dln4pgvOQbSQ { color:#c29b80;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:3.3125rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:0.375rem;left:11.25rem;height:5.63049375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eahGWQ0CQCfQ0kloXqysIBT9i5nsiFhy { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:4.8125rem;left:11.25rem;height:5.77514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CybNSFeT1bMPChCFgqNRSPkqFDFWnTAz { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:16.5625rem;top:29.625rem;left:0rem;overflow:hidden;display:block; }
#SDi0dri9SDoHIP3dIqQA7k4TllKkdnUk { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:16.5625rem;top:29.625rem;left:19.0625rem;overflow:hidden;display:block; }
#rJu0dTWKtETtGU2T3aOEsO2C4zEeRfsT { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:16.4375rem;top:29.65625rem;left:39.0625rem;overflow:hidden;display:block; }
#HdiA8IA5FUcmXR7QoRHxaeRAxA8JTi19 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:16.375rem;top:29.6875rem;left:58.625rem;overflow:hidden;display:block; }
#TTpT2493x9ykTdTIueein1UiFP3GA4Kt { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc29b80' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc29b80' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:7.8125rem;left:24.8125rem;display:block; }
#qEPQ6SiSzhzUruQd1qqBzL0kaNV91SFR { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:7.8125rem;left:49.8125rem;display:block; }
#ALQHwrnSw4uRwTnEiNFW3WRSRyHOto27 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:16.5625rem;top:12.75rem;left:0rem;overflow:hidden;display:block; }
#SOqvUW7AT4ObpW4fAOsmyx9xSaZHyAV8 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:16.5625rem;top:12.75rem;left:19.0625rem;overflow:hidden;display:block; }
#hSNy0WUPANoaG1gEKCwwW8DVhEQ0NJIg { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:16.4375rem;top:12.8125rem;left:39.0625rem;overflow:hidden;display:block; }
#szuv0OAVJlq3eeNLMt6lQ6Q5UCbMPp3h { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:16.375rem;top:12.8125rem;left:58.625rem;overflow:hidden;display:block; }
#aATKlHrk5mLDgDlwGxHBrvKeQyHgZbTc { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:16.5625rem;top:47.25rem;left:0rem;overflow:hidden;display:block; }
#Fpo42cepOWKQgHV2Z9ByNRTbc1Qpqpey { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:16.5625rem;top:47.25rem;left:19.0625rem;overflow:hidden;display:block; }
#Nw3dotp81JC4XFdWFgW4wvSV8F2gpUf7 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:16.4375rem;top:47.3125rem;left:39.0625rem;overflow:hidden;display:block; }
#trv7b7iK4peNDK17mktZVo7pKZB7v1C9 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:16.375rem;top:47.3125rem;left:58.625rem;overflow:hidden;display:block; }
#uexWUe1ZJlwf7pkAnfldkonVgHDGBteO { color:#ededed;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:23.75rem;left:0rem;height:1.69970625rem;font-style:normal;display:block; }
#zmtSGgdFVNWTF6Iv5HSoeu9aEbhc8laW { color:#00ff1c;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:25.44921875rem;left:0rem;height:2.1984875rem;font-style:normal;display:block; }
#RNfBOGfW21AZNSnWiHA1OxgTT78z7axV { color:#ededed;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:23.75rem;left:19.125rem;height:1.69970625rem;font-style:normal;display:block; }
#hPyNqDgULnaI6kgIFvGtEhrTrElGGw8B { color:#00ff1c;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:25.4375rem;left:19.125rem;height:2.1984875rem;font-style:normal;display:block; }
#aCWQXX3gLuHIhUi7sXniTi39vhlQHmJG { color:#ededed;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:23.75rem;left:39.0625rem;height:1.69970625rem;font-style:normal;display:block; }
#Z5IxD7hZSPDRXZGRuzVKKASsg634IC0W { color:#00ff1c;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:25.4375rem;left:39.0625rem;height:2.1984875rem;font-style:normal;display:block; }
#qyVr4qUFVnI5550lyTHArdE4t7THALTl { color:#ededed;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:23.75rem;left:58.5625rem;height:1.69970625rem;font-style:normal;display:block; }
#QihZxlZEBpFAq7ETxLGdc2nrawr4kVh2 { color:#00ff1c;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:25.4375rem;left:58.5625rem;height:2.1984875rem;font-style:normal;display:block; }
#izGIuEu2vkTIgHyVsiVgzmlJQfLL3DHD { color:#ededed;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:40.625rem;left:0rem;height:1.69970625rem;font-style:normal;display:block; }
#h5I9vDiTCiTh3ymGnFS9KnXRlSA0d7ik { color:#ededed;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:40.625rem;left:19.125rem;height:1.69970625rem;font-style:normal;display:block; }
#Hsi9w0pxxPuT13aCWTyLs0lkCDUohkap { color:#ededed;display:block;width:12.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15037;line-height:1.7;letter-spacing:0;top:40.625rem;left:39.0625rem;height:1.69970625rem;font-style:normal;display:block; }
#NxwGm9oiT40MB0pWo1TxssBaJ4sJ14TU { color:#00ff1c;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:42.3125rem;left:19.125rem;height:2.1984875rem;font-style:normal;display:block; }
#veiu75UO638adVeKySKoGM46aDM6SP6t { color:#00ff1c;display:block;width:12.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:42.32421875rem;left:38.5rem;height:2.1984875rem;font-style:normal;display:block; }
#B9xiyOkFCI4UxLZoGWUwUOZwIvmw71wd { color:#00ff1c;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:42.3125rem;left:0rem;height:2.1984875rem;font-style:normal;display:block; }
#Z6FqkvqDfUEV3kFDJ3ILalLEFd9iNVOo { color:#ededed;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:40.625rem;left:58.5625rem;height:1.69970625rem;font-style:normal;display:block; }
#NAcxyPnZm1y9pt1bolM8VLKZdddPIIWi { color:#00ff1c;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:42.3125rem;left:58.5625rem;height:2.1984875rem;font-style:normal;display:block; }
#Thse3qCbnwOF5qwDFt7uU53zMB54kzvf { color:#ededed;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15041;line-height:1.7;letter-spacing:0;top:58.25rem;left:0rem;height:1.69970625rem;font-style:normal;display:block; }
#TJNeRx58RCchwQqIqVLMKZgrbbNEgWlx { color:#ededed;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15043;line-height:1.7;letter-spacing:0;top:58.25rem;left:19.125rem;height:1.69970625rem;font-style:normal;display:block; }
#db7i6Tnxu12NPT4zaXTQeQ8FscmmLM7M { color:#ededed;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:58.25rem;left:39.0625rem;height:;font-style:normal;display:block; }
#LPDnaxdLLcioiD34NE3wW9JXVaxIpIzL { color:#ededed;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15047;line-height:1.7;letter-spacing:0;top:58.25rem;left:58.5625rem;height:1.69970625rem;font-style:normal;display:block; }
#GPmfgpofKaMZkPETPFLI1yT8kApmiOhq { color:#00ff1c;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:59.9375rem;left:19.125rem;height:2.1984875rem;font-style:normal;display:block; }
#eP47KSML8fX2FUTNe1WJvg0FZagJAkiO { color:#00ff1c;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:59.94921875rem;left:58.5625rem;height:2.1984875rem;font-style:normal;display:block; }
#gtQ4AQdw5Mfzusg0XTlAq2bpSSGWIKTv { color:#00ff1c;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:59.9375rem;left:0rem;height:2.1984875rem;font-style:normal;display:block; }
#W2tipv24W7apO6SqxffPPPhc7RzQOspC { color:#ededed;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15041;line-height:1.7;letter-spacing:0;top:58.25rem;left:39.0625rem;height:1.69970625rem;font-style:normal;display:block; }
#gzKDSeL1b8oqDF9dk7AWhFzmMcLILX2x { color:#00ff1c;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:59.9375rem;left:39.0625rem;height:2.1984875rem;font-style:normal;display:block; }
#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c1c1c, #3f3f3f);background-image: -moz-linear-gradient(180deg, #1c1c1c, #3f3f3f);background-image: -ms-linear-gradient(180deg, #1c1c1c, #3f3f3f);background-image: -o-linear-gradient(180deg, #1c1c1c, #3f3f3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#3f3f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#3f3f3f' );";background-image: linear-gradient(180deg, #1c1c1c, #3f3f3f);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { background-color: transparent; background-image: none; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container > .video-iframe-container { display: none; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row > .video-iframe-container { display: none; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .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); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { border-width: 0; border-radius: 0; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { font-size:0.875rem;font-family:raleway;height:20.5rem;width:75rem;position:relative;display:block; }#FznpghHsepwkXu9R7sEadqBySeFehCrT { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.8125rem;left:1.5625rem;height:1.70605625rem;display:block; }
#pWHVbUbOETVZprS6NRDLfyziSDX5TUPT { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.81787109375rem;left:60.5rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#tr5aaWCKiCovTgDP06Xbn5K1NdaQFBO5 { color:#ffffff;display:block;width:12rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.25rem;left:44.3125rem;height:3.4130875rem;text-align:center;text-align-last:center;display:block; }
#ei0ugTbu6an4XXH64TJfKugnZ7lfvNby { color:#ffffff;display:block;width:12rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:12.8173828125rem;left:31.5rem;height:3.4130875rem;text-align:center;text-align-last:center;display:block; }
#UIB7ovZcE0vicXpKgFGb3RzSbfxEpLQT { color:#ffffff;display:block;width:12rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.24853515625rem;left:16.0625rem;height:3.4130875rem;text-align:center;text-align-last:center;display:block; }
#DmpTfVBRF3vRHBoqLBQ8ob90PxgSCbXy { color:#ffffff;display:block;width:12rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.8173828125rem;left:1.5625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#LuRdXNL0SN1mou7rxGJA0lfQKWTOEZXT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:9.375rem;top:3.625rem;left:45.625rem;overflow:hidden;display:block; }
#X6h4GdGHX3FiHxWZsa7SperqDixcycct { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:9.375rem;top:4.375rem;left:31.5625rem;overflow:hidden;display:block; }
#zqK3R20QJPrdFxNbuyqyRq3KPaTEWeCI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:9.375rem;top:3.5rem;left:3.3125rem;overflow:hidden;display:block; }
#mex0vOAld7aDTcL2u36aqv7UcTzNDUPO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:9.375rem;top:3.5rem;left:63.3125rem;overflow:hidden;display:block; }
#fik1n7QqmvW01kIKrFr10qC5vCToJo0C { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:9.375rem;top:3.5rem;left:17.375rem;overflow:hidden;display:block; }
#vHB7dWoDc51pqBeB7DLqhMT05dvz536g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vHB7dWoDc51pqBeB7DLqhMT05dvz536g > .row .container { background-color: transparent; background-image: none; }#vHB7dWoDc51pqBeB7DLqhMT05dvz536g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHB7dWoDc51pqBeB7DLqhMT05dvz536g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHB7dWoDc51pqBeB7DLqhMT05dvz536g > .row .container > .video-iframe-container { display: none; }#vHB7dWoDc51pqBeB7DLqhMT05dvz536g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHB7dWoDc51pqBeB7DLqhMT05dvz536g > .row > .video-iframe-container { display: none; }#vHB7dWoDc51pqBeB7DLqhMT05dvz536g > .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); }#vHB7dWoDc51pqBeB7DLqhMT05dvz536g > .row .container { border-width: 0; border-radius: 0; }#vHB7dWoDc51pqBeB7DLqhMT05dvz536g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHB7dWoDc51pqBeB7DLqhMT05dvz536g > .row .container { font-size:0.875rem;font-family:raleway;height:53.5625rem;width:75rem;position:relative;display:block; }#kMBefkNC2NoObKDAxoHqxPJCFW46iZMq { color:#c29b80;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:3.125rem;left:11.25rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qqaKFJ44WDRybBdrQH4JQa3ME6xD0Hob { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:9.1875rem;left:11.25rem;height:2.61230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oi4f7GHAA80TKTLqixOJRBxfhWeocypV { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:25rem;top:14.125rem;left:0rem;overflow:hidden;display:block; }
#OcoboIQrF1I22qzUE0QJPgX03D6621NR { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:25rem;top:14.125rem;left:25rem;overflow:hidden;display:block; }
#pJwrSWTRWIT6PxsHgUhIupcmVHUk8syn { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:25rem;top:14.125rem;left:50rem;overflow:hidden;display:block; }
#RnWDn6lXdTIbpiQsrIo5OrzlLnRagBNh { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:18.75rem;top:29.25rem;left:0rem;overflow:hidden;display:block; }
#T71zTkhG6mL5mAp7aSJ2J8wq9dDf9bbE { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:18.75rem;top:29.25rem;left:18.75rem;overflow:hidden;display:block; }
#iLtm1f6BtmDa7adERPIHuWkPsyaqd03v { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:18.75rem;top:29.25rem;left:37.5rem;overflow:hidden;display:block; }
#NpNPQsAFEgWLViQrVbsiENNS6wATUNqm { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:18.75rem;top:29.25rem;left:56.25rem;overflow:hidden;display:block; }
#i5B3PVJDQH6BnArXowVNf59U5yqg7Qhf { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc29b80' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc29b80' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(194,155,128,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:9.1875rem;left:24.8125rem;display:block; }
#ezdiRQrEkJ4gFPRWLKKtPeElnASehZPk { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc29b80', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(194,155,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:9.1875rem;left:49.8125rem;display:block; }
#HTgTa18i0DdANyb5c2a5pSgv3BZPyDst { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:62rem;top:40.3125rem;left:6.5rem;overflow:hidden;display:block; }
#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Y5bvRlcCx8k/unsplash/krakenimages-Y5bvRlcCx8k-photo-1600880292089-90a7e086ee0c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy.adaptive-delivery-prevent-bg, #ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy.lazyload, #ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy.lazyloading { background-image: none; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row .container { background-color: transparent; background-image: none; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row .container > .video-iframe-container { display: none; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row > .video-iframe-container { display: none; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .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); }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row .container { border-width: 0; border-radius: 0; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row .container { font-size:0.875rem;font-family:raleway;height:37.5rem;width:75rem;position:relative;display:block; }#ebZsDFcW0NDso67BxeLPKRVdJQFhMvq2 { color:#ffffff;display:block;width:55rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:9.25rem;left:10rem;height:3.150025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iH38VIwMCXCc9szN53ZE71rOJchoTfBd { color:#ffffff;display:block;width:55rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:12.9375rem;left:10rem;height:5.73669375rem;text-align:center;text-align-last:center;display:block; }
#iK032r1ns61WnSNxAg0cQU15HACKze3n { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.09375rem;left:26.5625rem;display:block; }
#iQvQdKXTWJaVDAyFwL8PSqRr8zRJEm9v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vbrLRLLb4CMuftK8iq2WIcZLWeTtTtGl { position:absolute;display:block;z-index:15001;background-color:#c29b80;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:60rem;top:8.125rem;left:7.5rem;display:block; }
#BNpWiBTMU77TIs9QD8D3KDbitVcygOkl { color:#ffffff;display:block;width:55rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:22.84375rem;left:10rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#aKi6usBdesQLbg2fXaVHrfCslzsSOLSK { color:#ffffff;display:block;width:55rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:20.28125rem;left:10rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G9PvZGWvPcbgQhKBXagLbHaMqI9oqTGD { color:#ffffff;display:block;width:55rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:29.78125rem;left:10rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { background-color: transparent; background-image: none; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container > .video-iframe-container { display: none; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row > .video-iframe-container { display: none; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .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); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { border-width: 0; border-radius: 0; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { font-size:0.875rem;font-family:raleway;height:7.5rem;width:75rem;position:relative;display:block; }#u5rCpGU8Zk9reXc7nnQ9iaRxQi0k8wRm { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:40.5rem;height:1.48755rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E46l3xaXce84SgxL0UTpLR0NSf6dvtwL { display:block; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9WKktbRUEAuz3lp95bgRerFmpgnN3dG { top:1.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W { display:flex;width:18rem;height:5.0625rem;top:30rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #Cr9979Z6RrB5cohlJxMptgPaUSwxB6U6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #L7QFg729tabdfImWheH8h0BfGpzze72V {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #DzTTtRJx9FaKPfZ0KAP0P7tGQRyQfwJE {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #dTAKqsy0veEX2sxoTH6LTdxKkAvCtQls { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #DLlHDK5p1udbLNyZuepObA0E2w5yuBPI {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #vCcSkGM79DbdBDxf07iLlmaU5tmGxI8m {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #PZeFny96Zqq3wXg8KQMHNRHupTlZIUPA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #KM258fRyaRq0ITfoNmXrR5QDkHMkhrRh {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #taC33cg1qDwdVqoqSe0wud06H8oM2KUn {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #KBlN8HDx19yGsJWyRf3lpBH8O1f0WsRr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #yG0ovhgd5iX3bibhcSrvEUdTJ4ECn7O4 {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #ARCPSHIzAdJMVEEFKuFlm3z4ybN46UKQ {  }
 }@media only screen and (max-width: 763px) { #cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI { display:block; }#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHKZOu7cnLCIUfDhQWT5D4dtCyKtmURt { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGRs2TrRSg2LaFflpcGFTnt34JRRzeq6 { top:22.0625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0ANonEHpfnxgmKEyho9wSQd3k0AM3K5 { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtzpVdG8AOMzUM1ncXkh6VPidToOtHWH { width:0.5rem;height:20rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcTp18RHUwWcxn1OEfeGuTBiWH43LeuT { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0b42QQ4lizWIqU0w2rznfrQUhAHGLk0 { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtnPg3qqzPgxgu0PlE5wux1W2LBxOT16 { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP9IendFOQHQcyQ0Xm35QkdOIrG8GhNM { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVKGHtGm4zTzR9gs95AltcQNGTDJwKqk { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB4DsBSBbUR39ghTlmHtM6O5v49Ag9JU { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePA4Vg7qC9LslZecI1x6P7caSolUwsBE { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olKXitCc49C4y0POJ33dxQ8VE52reb9y { display:block; }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 { display:flex;width:13.5rem;height:5.0625rem;top:30rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #S2uSbtmpiHMh5pvfpeLgQ8swdGd6MfyS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #z2rAdGKoPTobdStO5BdP8URmsTUaMH5h {  }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #TIV9SyZigSdg2fe7C3d8lfAkSHCLUQP2 {  }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #v7CeFyxQefUy8CgeB7B0Rdd6EQktDlxZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #mgT5MCtQXr7DFFqP3xeqprdbp9LlNcBK {  }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #Tn7w8vXWCbxC02x6nbvHJo4LVqPXeIfK {  }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #wDJeOcT85yDaOV1w0zKehPnzrQ0n6M04 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #oowRgV603Tg5PpAIxaby1oO63fUsarVD {  }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #OtOvXUqZ0gH2CNaG2JagmeM0BJlNNaHF {  }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #ewgvP13IEs7vKT7RziyroibNCk0dET22 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #WoCa9aIp5nOznhvQIA6B7VfdTr7WC9oW {  }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #E4sKGMFxTDEk782ZbVcQmryN22fGNELh {  }
 }@media only screen and (max-width: 763px) { #Jci876JJRkzJIl3In5abUcn3duFcrTyB { display:block; }#Jci876JJRkzJIl3In5abUcn3duFcrTyB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-regular-label { display:block;width:29rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-input-text { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-textarea { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-input-select { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-input-button { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-checkbox-label { width:27.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9  { width:29rem;height:auto;top:17.6875rem;left:16.25rem; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .radio-container { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 {display:block;}#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 { width:29rem;height:auto;top:17.6875rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #tprH9oBa9ECpQHB75rH6WmnvTheBQfHb {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #BwIwK6dPv2c0KC3SRzygMdTta7epd5T7 { display:none; }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #Tp2NialFtC4Px2zxf2ltyTLJTWnce78z {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #AQ0Maq9L93hd2RaTpbalkprIUHMiDAE7 {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #qQXRNlJwAxEsk2RFyh8vUHl5T8O8ImCt { display:none; }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #x9dh60S7aPILgkkZ9TvC6MEkAEFHHiOc {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #Q0glsuDD5mhlmMCClqtIv6fRZ48R7zf5 {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #rHCmgcniGJbw8Jipi4Johu2isTWTISws { display:none; }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #ndrgSoL1fsfaZLuxJ1k7SOfhyQhSAfn0 {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #lKpLAgBKBURfSaR9cUtv4noyTJg15UDX {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #kio4Kcx9oDwJx0hevFaCTwhLZ3NhsJ1P { display:none; }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #pTBuCKVAe0eTKFILPGWugPfQDOCMw2zD {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #GS81NnafLqMuzzi5OtZ2wyWVBmEpMNee {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #n1sANhH7N68SzgNFLdPNOOwUoopQQ0Ho { z-index:2; }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #uSKn3DdrAsINnXkfLysCpTw0RHfDN2qF {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #x6zT6Zbr9MkJG8R0UhebCrxda2rPuUB6 {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #ZHliuF3fekluxKMycxun4LDXrP4leaiT {  }
 }@media only screen and (max-width: 763px) { #q8Fa94DeMbBEcWFqEiiVsmLFQ5PTdZTb { top:16rem;left:16.5rem;width:31.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNhnfSTylh837VvAhTt1JKsUZ3Ual0zc { top:7.625rem;left:16.5rem;width:31.25rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qghIT42XoFVkDQfocDMsan0kiead2LpP { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsB5cJAHh4NJwSSEQiXkivuUUz8u5kGS { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcbXNdP1rtZP2Men5cLNkP5JQcL1D7Tk { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm2ez74kNQmfUqMWUb8In12XCgfZ5LLh { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO3vzAKbwCLP1unJP106LaszGFINJrop { width:31.8125rem;height:31.8125rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd4nsDoAFrh2lFgvItwlPZLlZH6WenLd { top:3.4375rem;left:0rem;width:23.375rem;height:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1uI3y3rnul829oI8umMHdpMgn7da6po { top:5.875rem;left:30.1875rem;width:17.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSIvveLWMGRC3K3mW5xpegolFFvgAmbU { top:46.25rem;left:27rem;width:20.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR { display:block; }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5tiKpaVAz1PxM6SHn2JATHAdLBw3zut { width:21.25rem;height:17.1875rem;top:8.875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0o2a07ImllJZ9QWg5TOvAnUmlaHfiFw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTT4kkHpWBGUSvFDDJ2ZJmJBPMeT2TzA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #axOnsNi8i80QvkVWZsccN2JEH7J7NycC { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioh7AaLMJXnOqRuuaZTLXp7SOIGFkQd6 { width:21.25rem;height:17.1875rem;top:28.5625rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HymS529FQ4gVIFQ9QktilqWVOavquMc2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8iAxVGv89NQOduG0UKE8AuvLR3wm8D8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdPvbDf9bLMTIDCU7ons8eyikpIO7rbr { width:21.25rem;height:17.1875rem;top:28.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4fTZENLCxgyzoeq3pgTKxgSZ2pec7Jd { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkQWcQyNSmVk5uLnybnPRT7ox4LSJDxo { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxL46HTksB8x0I4oUCR5RIO1dzQhv7VV { width:21.25rem;height:17.1875rem;top:8.875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQQbIfAKAbgJ0haSloRZOPKTB7aIS1pB { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI2hqvsqa5XZmeAbAXzZloVJPErZ5Lmv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfgEzqOE4gE5RUSTnkftTbxTpRCWJ960 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1spn33mDUdcBzxLep7USkRxaGvWA8lN { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3Zv2u0plXSLK7c2lz4kf5J0bhL8TyCg { width:21.25rem;height:17.1875rem;top:47rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmJxba82DEQsCgKt4RVIrOumQXZuR2ec { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCLWUkyW3ZmagP0E8fLVdL3e3vDSHIkO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4til9gMF4ZIUOD3BiLQmdq4oqEhJ2po { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL1OTSCWGiR0AU2U5T56ffATBFkF30Lr { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8PFyyiqycBFBXdC6d2FuvrDJc0hrww4 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAv59mNFT0ngiAuW4WFxqPVOPRO2x834 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJnd9rRsuTITKDcB9xWA08vhPATv7nNi { display:block; }#tJnd9rRsuTITKDcB9xWA08vhPATv7nNi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kR2N9G4dVNmBokQU3K4dapiAQLqW90Xu { width:21.25rem;height:17.1875rem;top:6.1875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iePZFCvfySTmrb4lx6Q1eMg4XnFXWREO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQDLGcHV3nJDysUOdBhhTGu0g9WODrmN { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq6dtyb9o3KTvxfQMNkfzyhzmeooiTlE { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvbiUWsdIEJyVp3bsqS6B0tT5TagOcoz { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzs9pQ3HsfcrymiVyyvqVATV0QCn0rhC { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJnd9VltH5TiQTq59qaGgIlTiI0rpEav { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlvDgt2pnqSmfwtq5WkZmMupnREU800E { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoNFryazTv02qlERMnCSzoTBSlqBMGv8 { width:21.25rem;height:17.1875rem;top:25.875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCxkN1HNUQZef3hWBhTtqKDv4uTRMGRo { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGrubT4uBDlhcgBH2AE8z6fuxJg0hIAn { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBC4BuGnz8LVUT5arfw6lunqTTbJ8pdP { width:21.25rem;height:17.1875rem;top:25.875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP6XwMhOqQXzlFiQatLTnHPS0ILwVSax { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AubwSqfvVXhR7vZt6PNGTXXA9sWg3PzJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfXSLi3oJd5O3acqiXAf7QSyLZ4G4RLO { width:21.25rem;height:17.1875rem;top:6.1875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbq92H1l7e8zQtFsqKfo5Vphd3kW0hLR { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTvCwkL2Q44lqLHu8Ius7s13uBvsq8hV { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTBOx5Pzkw0mOULSaXTSR0GTcJqETAFU { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhL2WTzfDyeTBvm7ObKKkKsu025ygUeW { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI { display:block; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRU4B5Zg7VFigI0830FU8AefzvgXEdPQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLVadc50XLC5QMX0MNUzIylea30T1Ba9 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3q4sTcCd6CrHui8Cc0ssog8K3xMtomG { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKif8I5zRTmQE3cztGTihRbB9qoMtfdX { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCO9rEXnhGGPdzm95KfpEu1sA0WeNwUH { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgcSyGS5BrHFV6TZo3mtpRoRVSbIplwl { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTh69GOKLnAMevFKKf4hzxO6UhhBJnHX { top:17.0625rem;left:0rem;width:14.1875rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8W7oxDsZOq6pTLNncyB7XNP1hXMpqAu { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJvdRtEsSkdiZuGzfNy8WEebhvs1lLwc { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mam37JHL9AH6TppQwXl2VzGWUmDTtrzA { top:16rem;left:11.5625rem;width:24.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqdOVRy1QvCUavc6UBoDrknTUQ9pTPeC { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LspoGQSzdDqzIno54xonWHSFphxB00xG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3y3x8dbZAUCTSSsG1UMm5pxmgTLTtkS { top:16.6875rem;left:32.8125rem;width:14.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPGonfk3zUaGr4yZiDPkFLnoxig8tFzX { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO3nieRsizTlP9NMTeTkQD30pqgsw8GP { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5rKen0tSoMJVidPfTuW0IeNd1x8m28F { top:43.625rem;left:0rem;width:14.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb2tcKtDmDAG921VQh6lKknNehuTLVG8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyBufZVGb4kK7986hGp7Zhzc6v3T1ra1 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHPcvWAsNxn1NNlDKbysfeeBsyHXhfXA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwxaGyDQPU9vQ8k9PtJUFHIKfSqia4tS { top:43.625rem;left:12.625rem;width:14.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMJb3kaBD99etyycNS7RoC5shrt0tTr1 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWT8FE0elfQAp223JT0q4Ga8NuRfslfF { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZzslBFEUL3XTrA1ppzHh5Jx9fe9PnpP { top:43.625rem;left:32.8125rem;width:14.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5B0RsmQEt1boeg4V1Ml1ap5oAJt4JPX { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI7hsXST3na61XCNob42VC7TItliHgBp { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M27ndrsXoiN0TlBrtrGzZsUfodVa6ol3 { width:21.875rem;height:3.4375rem;top:70.4375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT0SGeKvU6NpMNC0GfuZZX2TT0ZbMTkL { display:block; }
 }@media only screen and (max-width: 763px) { #yQv4AIqf7DzJUnAeoscMo7ZGlnKqk18c { top:74.5rem;left:11.4375rem;width:29.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP { display:block; }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAIOuS1fmhlNVF6JxNaATLtnKdC4CR0Z { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPVRkFctB8NwbPFHSBTing3KZPaIoGnu { top:12.474609375rem;left:1.125rem;width:13.1875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgL7oC4epVKct6qVi2Xh9BgZtf2yEGC2 { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmxGlpdZeU8efEbZw8TKeGOT2mQirXGs { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flb5F4RlOxz3Sb3MV80ULOziT51J4L9I { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUi33JQ2MydkCHpUHZXI4G79pGTvfVpl { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxGMxxtUVIReT16JQQIyG7hFfHZhNO7L { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M81iNnWv4FxiZHPu5Krkcvlh6sKGONxP { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5IpZaz0A3ZgsgHcc9hQ9vT73FbVFof { top:12.474609375rem;left:1.125rem;width:13.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnywKo6WUw1Cf2MkvHaMN7vAuA6zZW4g { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT4i5tVKT2DUmU1Et5fyWQ1fyqkhFVZb { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNIkb4fnC9Ofbnu6P1fqU5DuD9KUCKMP { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViTZ6vm1at5z11DITftLweGTOTBukZDt { top:12.474609375rem;left:1.125rem;width:13.625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWkSZHIZ7T44eF5Tweg8ndhId8SaEKeZ { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trq0VT5BovTPS7CoEbK7BTKbqUEEZwvi { display:block; }#trq0VT5BovTPS7CoEbK7BTKbqUEEZwvi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipAeGNJlG4JI1xVh6TaNwXTPPaqQVkQB { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJkfIFRanMIFOOWMbTtXEZW9Eayaw224 { top:1.8125rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVXxKXg2zsPPiK3WbhRhlToERZLGTZJm { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn9d4tCtPyCJvKEZr6RAUey4TZGlWxqd { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSpg7cN1EwNKmX3WD57QktBktubmOyJt { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8FlgL5hyE2m0nEKK9f9yt4WNPuhSErm { top:37rem;left:40.9375rem;width:6.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnlruKLu5STVN3C6igi5d0C6qBOmSA0f { width:7.5rem;height:7.5rem;top:28.75rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McGdpNrfhnT76KnPd735cb90Pr3fPmTw { width:7.5rem;height:7.5rem;top:28.9375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTnr7NnVtLGGhG7lqTrPywfqyG0Xade9 { top:37rem;left:17.875rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgVMHugRVvJrpKdgcnocKqbgBTPLslN9 { width:7.5rem;height:7.5rem;top:28.75rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGwpaoAVtAoLwHUIEegBIBXGw8QpIJtC { top:37rem;left:7.25rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVf5FlMr71QrklSOJsUOakhTnH6aHLcD { top:37rem;left:0rem;width:7.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdOJMnWlekc0T5effqRn4huBFIuBWoT9 { width:7.5rem;height:7.5rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jdmqsp4I0FDieTFqeivuWaHmmwvvRWUt { width:7.5rem;height:7.5rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpKuHmWHN3CSufItFCVcNvurSpsGnTLK { top:37rem;left:0rem;width:7.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcJyh6tUvrT1EG6TMAZlpm7GLLaSpk6X { width:7.5rem;height:7.5rem;top:29rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArMUhIJpft9tBQ8eUqkWy7dSvWxBhTAm { width:7.5rem;height:7.5rem;top:28.75rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8gTJrMJ0tEJa5wwIHrMvAc0pHcRyD4n { top:37rem;left:28.9375rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ5wqxbm5pIsgwqUWgC4Wpzsi515hey6 { top:37rem;left:39.5rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ7mJ7LT5RfcMGACXps9zBZl2AOHBfsq { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT3P38PRPrm4S9X6tHU9MCUya1V0DPPv { top:28.125rem;left:25.9375rem;width:5.625rem;height:4.19970625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXnpJ9khndkI4LZamAnLITLxFCRtSTpT { top:28.1875rem;left:34.75rem;width:5.625rem;height:4.19970625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCWC8PucVF00t5Ne7znzSROLIIs4bgaW { top:28.1875rem;left:42.75rem;width:5.625rem;height:4.19970625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4QI7bTqb4TzxLqQqMMFH8X5N6ZTh2f4 { top:32.3125rem;left:25.9375rem;width:5.625rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG5M8BWM8uCSa9KtCXPxt5msLhImmhn1 { top:32.375rem;left:34.75rem;width:5.625rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgHHcThxiM1BWvAlw2Wm0kNL1LRWmalu { top:32.375rem;left:42.75rem;width:5.625rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wChLcyryAJNg7fn41nEsNhZ0gaAc2hay { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrupNnzPl9B8ViQWMVNkwL9EOqUnsKeZ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkGghVgPepFxdwE0Exw1zxUqcTv0cegE { top:59.625rem;left:0rem;width:47.75rem;height:22.876881270903rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwRCCR7eETvJKQJ55UitmKaGnMJtxwgw { width:17.5rem;height:3.4375rem;top:98.125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiHKnSm6F5GiFGI52gVrvzXomodAOhxT { display:block; }
 }@media only screen and (max-width: 763px) { #n4irCiexM5Z9JxTcnFsPKwey6wfTUca9 { top:101.8125rem;left:13.875rem;width:29.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIUSwh1yO5rch6RQ31dwn8LZt9iVNut5 { display:block; }#fIUSwh1yO5rch6RQ31dwn8LZt9iVNut5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBOBBdKotT0JdW9MGHTinWkPGnKIr1Tz { top:2.3125rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM8doLVcA3IGTTtVwmRdzgvkVoT0AKHW { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V09eVU3NzH4T4TIa47tGAh4tnwZyINLG { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnkWtIcmh5ofpbNcsLlc4O6Oebo7xXdp { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1SwUhd0uqFLgxFyolDOLmn5vRDCPzuX { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBfeSOxZVfPTLTx05Tp0NgMAXNqUuyNa { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQgmRURNRRDvbN2bkck9cIQI0fGUTsQC { top:9rem;left:0rem;width:19.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT7Gt4y85rTlt9UcPovBSUT00qRyzNeF { top:9rem;left:14.0625rem;width:19.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVunimpNmXzkLFbPrM43X7w4UGBZihni { top:9rem;left:28.125rem;width:19.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpIXKUd7QldC1RhcdTTgkyCAz7HP1mwW { top:21.6875rem;left:0rem;width:19.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBwTOAursHo3IGOatVoggWWXaT69gbJN { top:34.75rem;left:0rem;width:19.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5pTdHBZgGTvAGMvJaTVsOm7WEzkh6CQ { top:21.6875rem;left:14.0625rem;width:19.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVhL20zXiqziRhxBneUiTvtHowQ4RtpQ { top:21.6875rem;left:28.125rem;width:19.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9kTsrslyOuQ3SId488ACK1pDmJrOEzK { top:34.75rem;left:14.0625rem;width:19.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfCPxx1CeryTryizNxfQDooVlMutx58K { top:34.75rem;left:28.125rem;width:19.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku { display:block; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlgcSfO4bUNwVcC8r0tZrplKduPhopJD { top:5.5625rem;left:0rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH4ORTbm3xIGpToAfqqEbV4SUDzSu3qZ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRNeGtAG3lDJSMBZVQhJFtTRScTDBAkT { width:16.25rem;height:0.5rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrBIKFsl9cL693S7yvflLsvxrfTeDCd9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raS8L19nsOmQuTJ64Jf9ulv6kIHJOMZz { top:5.5625rem;left:5.75rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpETG1KN1Px9ODLMnphBeLu7DR53aLed { width:16.25rem;height:0.5rem;top:10.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpKVSmS6RpeODnut8etI2HufTrg9Ac7W { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfDqtM8u92lm5o82BWTCnUr9suZqxrpc { top:5.5625rem;left:25.125rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHclvyN2MREGxlTKUeQlWqJEss0IT6o3 { width:16.25rem;height:0.5rem;top:10.8125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5vuB2DdO2CHmF9KmN0DHyuyg5XkKo8o { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eodzH7nusenzKW6ylJX8Gu1BCPuqzbP9 { top:5.5625rem;left:31.5rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhT3xrcwm7vbFIvyQPB1O65TPJfxP2Ug { width:16.25rem;height:0.5rem;top:10.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZHMmBxSVD3CSRnrTzaNzg3GowSyQkyV { top:18.375rem;left:10.125rem;width:29.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcLGcdTTnDpkklqgUMSltzPpH9KSoN0S { width:17.5rem;height:3.4375rem;top:15rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWB8T03S7yc4G3UWJlFiC5h0sb2zKWon { display:block; }
 }@media only screen and (max-width: 763px) { #iTmPlaSitA1hwcoreB0zMqV66KtHGxzh { display:block; }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9amRqBoyBpFrN7uQAD9noy6OOOb5hVE { width:21.25rem;height:27.625rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzC4trTtHUZaLh1RdgP2yo4uStavpTQz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgIa7lFHsmVWxpRrTNSD3eTDW5NlhTyE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwUBpGNWRiXxWKSsTGzqFm2LKg8DkpJh { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx0gVlZTTIRTruvhS9E5B3ePfv1IAvSR { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Q4sqAdMbbfTGNGECJTQAriHbyIBJry { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlNmfH6cT9ENR0JTK9aliKuS32TzpImt { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4XCQr4rLt9aFUPWUQEJSeuPqEzXJe0H { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6ah0TPu6MOcZ0IwdaTx3tbq7NwvvtH4 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyaxmDfPgL2dlg61g0IBZGD5H1iKU1sv { width:21.25rem;height:28.125rem;top:16rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE8itUTNVxHq98cAVpD58645fNR5G3mF { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwqNXDTC5mde1dJzpVwzzrfRryRaICgb { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PunNiEBuosO7TW9OxFLgkzASWSAZyzFs { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggP9K4Ng8JVdVi11BFuQeVp56JsRRyLE { width:21.25rem;height:28.125rem;top:15.75rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X62b88cFl3nJnc7FpyfGoB17TcgDvkEE { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVSoOyWAqR8ox89pTC0PPushqTcC6Q04 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnTwIhixR448ZCrF52agOZTi0iTI4WF1 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGK7R7fEc9aye3FEaPWNMp6g8y0X3RZk { top:16.5625rem;left:0rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlkSnZOv9chTHJnfbKdGkS7qwTdIgamR { top:16.875rem;left:13.8125rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQSQx4c2NnuCMG884wmBo9FuTiIbXK0s { top:16.875rem;left:39.125rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR46Tb0k0Lv3W2Wtr1NsTru0zUtiszli { width:21.875rem;height:3.4375rem;top:45.875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwFIhSD9lo502TqOmdFIu5EEUIEtmu3l { display:block; }
 }@media only screen and (max-width: 763px) { #WsebGiBIgCfqKQIIMLp1tAvBURIPxBnE { display:block; }#WsebGiBIgCfqKQIIMLp1tAvBURIPxBnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRSBbouIPk2Tw7lmgeT2Dln4pgvOQbSQ { top:0.375rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eahGWQ0CQCfQ0kloXqysIBT9i5nsiFhy { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CybNSFeT1bMPChCFgqNRSPkqFDFWnTAz { width:16.5625rem;height:11rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDi0dri9SDoHIP3dIqQA7k4TllKkdnUk { width:16.5625rem;height:11rem;top:29.625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJu0dTWKtETtGU2T3aOEsO2C4zEeRfsT { width:16.4375rem;height:10.9375rem;top:29.625rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdiA8IA5FUcmXR7QoRHxaeRAxA8JTi19 { width:16.375rem;height:10.875rem;top:29.6875rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpT2493x9ykTdTIueein1UiFP3GA4Kt { width:0.5rem;height:5rem;top:7.8125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEPQ6SiSzhzUruQd1qqBzL0kaNV91SFR { width:0.5rem;height:5rem;top:7.8125rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALQHwrnSw4uRwTnEiNFW3WRSRyHOto27 { width:16.5625rem;height:11rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOqvUW7AT4ObpW4fAOsmyx9xSaZHyAV8 { width:16.5625rem;height:11rem;top:12.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSNy0WUPANoaG1gEKCwwW8DVhEQ0NJIg { width:16.4375rem;height:10.9375rem;top:12.8125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szuv0OAVJlq3eeNLMt6lQ6Q5UCbMPp3h { width:16.375rem;height:10.875rem;top:12.8125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aATKlHrk5mLDgDlwGxHBrvKeQyHgZbTc { width:16.5625rem;height:11rem;top:47.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpo42cepOWKQgHV2Z9ByNRTbc1Qpqpey { width:16.5625rem;height:11rem;top:47.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw3dotp81JC4XFdWFgW4wvSV8F2gpUf7 { width:16.4375rem;height:10.9375rem;top:47.3125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trv7b7iK4peNDK17mktZVo7pKZB7v1C9 { width:16.375rem;height:10.875rem;top:47.3125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uexWUe1ZJlwf7pkAnfldkonVgHDGBteO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmtSGgdFVNWTF6Iv5HSoeu9aEbhc8laW { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNfBOGfW21AZNSnWiHA1OxgTT78z7axV { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPyNqDgULnaI6kgIFvGtEhrTrElGGw8B { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCWQXX3gLuHIhUi7sXniTi39vhlQHmJG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5IxD7hZSPDRXZGRuzVKKASsg634IC0W { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyVr4qUFVnI5550lyTHArdE4t7THALTl { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QihZxlZEBpFAq7ETxLGdc2nrawr4kVh2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izGIuEu2vkTIgHyVsiVgzmlJQfLL3DHD { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5I9vDiTCiTh3ymGnFS9KnXRlSA0d7ik { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsi9w0pxxPuT13aCWTyLs0lkCDUohkap { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxwGm9oiT40MB0pWo1TxssBaJ4sJ14TU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #veiu75UO638adVeKySKoGM46aDM6SP6t { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9xiyOkFCI4UxLZoGWUwUOZwIvmw71wd { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6FqkvqDfUEV3kFDJ3ILalLEFd9iNVOo { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAcxyPnZm1y9pt1bolM8VLKZdddPIIWi { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thse3qCbnwOF5qwDFt7uU53zMB54kzvf { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJNeRx58RCchwQqIqVLMKZgrbbNEgWlx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #db7i6Tnxu12NPT4zaXTQeQ8FscmmLM7M { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPDnaxdLLcioiD34NE3wW9JXVaxIpIzL { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPmfgpofKaMZkPETPFLI1yT8kApmiOhq { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP47KSML8fX2FUTNe1WJvg0FZagJAkiO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtQ4AQdw5Mfzusg0XTlAq2bpSSGWIKTv { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2tipv24W7apO6SqxffPPPhc7RzQOspC { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzKDSeL1b8oqDF9dk7AWhFzmMcLILX2x { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzxl7cduMR271BmdHtd3xakXkxuGyS2P { display:block; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FznpghHsepwkXu9R7sEadqBySeFehCrT { top:0.8125rem;left:0rem;width:21.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWHVbUbOETVZprS6NRDLfyziSDX5TUPT { top:12.8125rem;left:35.5rem;width:12.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr5aaWCKiCovTgDP06Xbn5K1NdaQFBO5 { top:12.25rem;left:30.6875rem;width:12rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei0ugTbu6an4XXH64TJfKugnZ7lfvNby { top:12.8125rem;left:17.875rem;width:12rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIB7ovZcE0vicXpKgFGb3RzSbfxEpLQT { top:12.1875rem;left:2.4375rem;width:12rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmpTfVBRF3vRHBoqLBQ8ob90PxgSCbXy { top:12.8125rem;left:0rem;width:12rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuRdXNL0SN1mou7rxGJA0lfQKWTOEZXT { width:9.375rem;height:8.6875rem;top:3.625rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6h4GdGHX3FiHxWZsa7SperqDixcycct { width:9.375rem;height:8.8125rem;top:4.375rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqK3R20QJPrdFxNbuyqyRq3KPaTEWeCI { width:9.375rem;height:8.8125rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mex0vOAld7aDTcL2u36aqv7UcTzNDUPO { width:9.375rem;height:8.8125rem;top:3.5rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fik1n7QqmvW01kIKrFr10qC5vCToJo0C { width:9.375rem;height:8.8125rem;top:3.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHB7dWoDc51pqBeB7DLqhMT05dvz536g { display:block; }#vHB7dWoDc51pqBeB7DLqhMT05dvz536g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMBefkNC2NoObKDAxoHqxPJCFW46iZMq { top:3.125rem;left:0rem;width:47.75rem;height:4.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqaKFJ44WDRybBdrQH4JQa3ME6xD0Hob { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi4f7GHAA80TKTLqixOJRBxfhWeocypV { width:25rem;height:14.125rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcoboIQrF1I22qzUE0QJPgX03D6621NR { width:25rem;height:14.0625rem;top:14.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJwrSWTRWIT6PxsHgUhIupcmVHUk8syn { width:25rem;height:16.625rem;top:14.125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnWDn6lXdTIbpiQsrIo5OrzlLnRagBNh { width:18.75rem;height:10.5rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T71zTkhG6mL5mAp7aSJ2J8wq9dDf9bbE { width:18.75rem;height:10.5rem;top:29.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLtm1f6BtmDa7adERPIHuWkPsyaqd03v { width:18.75rem;height:10.5rem;top:29.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpNPQsAFEgWLViQrVbsiENNS6wATUNqm { width:18.75rem;height:10.5rem;top:29.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5B3PVJDQH6BnArXowVNf59U5yqg7Qhf { width:0.5rem;height:5rem;top:9.1875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezdiRQrEkJ4gFPRWLKKtPeElnASehZPk { width:0.5rem;height:5rem;top:9.1875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTgTa18i0DdANyb5c2a5pSgv3BZPyDst { width:47.75rem;height:13.622227822581rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy { display:block; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebZsDFcW0NDso67BxeLPKRVdJQFhMvq2 { top:9.25rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH38VIwMCXCc9szN53ZE71rOJchoTfBd { top:12.9375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK032r1ns61WnSNxAg0cQU15HACKze3n { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQvQdKXTWJaVDAyFwL8PSqRr8zRJEm9v { display:block; }
 }@media only screen and (max-width: 763px) { #vbrLRLLb4CMuftK8iq2WIcZLWeTtTtGl { width:47.75rem;height:26rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNpWiBTMU77TIs9QD8D3KDbitVcygOkl { top:22.8125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKi6usBdesQLbg2fXaVHrfCslzsSOLSK { top:20.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9PvZGWvPcbgQhKBXagLbHaMqI9oqTGD { top:29.75rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 { display:block; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5rCpGU8Zk9reXc7nnQ9iaRxQi0k8wRm { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E46l3xaXce84SgxL0UTpLR0NSf6dvtwL { display:block; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9WKktbRUEAuz3lp95bgRerFmpgnN3dG { width:20rem;height:1.69970625rem;top:0.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-text.counter-number { padding-top:0.333125rem;padding-right:0.296875rem;padding-bottom:0.333125rem;padding-left:0.296875rem;width:1.781875rem;min-width:1.781875rem;height:1.791875rem;font-size:1.333125rem;line-height:28.67px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.208125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.375625rem;height:0.708125rem;font-size:0.5rem;line-height:11.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W { display:flex;width:13.5rem;height:3.374375rem;top:2.0625rem;left:3.90625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #Cr9979Z6RrB5cohlJxMptgPaUSwxB6U6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #L7QFg729tabdfImWheH8h0BfGpzze72V {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #DzTTtRJx9FaKPfZ0KAP0P7tGQRyQfwJE {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #dTAKqsy0veEX2sxoTH6LTdxKkAvCtQls { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #DLlHDK5p1udbLNyZuepObA0E2w5yuBPI {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #vCcSkGM79DbdBDxf07iLlmaU5tmGxI8m {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #PZeFny96Zqq3wXg8KQMHNRHupTlZIUPA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #KM258fRyaRq0ITfoNmXrR5QDkHMkhrRh {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #taC33cg1qDwdVqoqSe0wud06H8oM2KUn {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #KBlN8HDx19yGsJWyRf3lpBH8O1f0WsRr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #yG0ovhgd5iX3bibhcSrvEUdTJ4ECn7O4 {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #ARCPSHIzAdJMVEEFKuFlm3z4ybN46UKQ {  }
 }@media only screen and (max-width: 763px) { #cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI { display:block; }#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHKZOu7cnLCIUfDhQWT5D4dtCyKtmURt { width:20rem;height:20.808125rem;top:1.9375rem;left:0rem;font-size:2.3125rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cGRs2TrRSg2LaFflpcGFTnt34JRRzeq6 { width:20rem;height:4rem;top:23.9375rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0ANonEHpfnxgmKEyho9wSQd3k0AM3K5 { width:0.5rem;height:20rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtzpVdG8AOMzUM1ncXkh6VPidToOtHWH { width:0.5rem;height:20rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcTp18RHUwWcxn1OEfeGuTBiWH43LeuT { width:0.5rem;height:20rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0b42QQ4lizWIqU0w2rznfrQUhAHGLk0 { width:0.5rem;height:20rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtnPg3qqzPgxgu0PlE5wux1W2LBxOT16 { width:0.5rem;height:20rem;top:21.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP9IendFOQHQcyQ0Xm35QkdOIrG8GhNM { width:0.5rem;height:20rem;top:21.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVKGHtGm4zTzR9gs95AltcQNGTDJwKqk { width:0.5rem;height:20rem;top:21.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB4DsBSBbUR39ghTlmHtM6O5v49Ag9JU { width:0.5rem;height:20rem;top:21.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePA4Vg7qC9LslZecI1x6P7caSolUwsBE { width:12.75rem;height:3.75rem;top:36.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olKXitCc49C4y0POJ33dxQ8VE52reb9y { display:block; }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 { display:flex;width:13.5rem;height:5.0625rem;top:28.8125rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #S2uSbtmpiHMh5pvfpeLgQ8swdGd6MfyS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #z2rAdGKoPTobdStO5BdP8URmsTUaMH5h {  }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #TIV9SyZigSdg2fe7C3d8lfAkSHCLUQP2 {  }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #v7CeFyxQefUy8CgeB7B0Rdd6EQktDlxZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #mgT5MCtQXr7DFFqP3xeqprdbp9LlNcBK {  }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #Tn7w8vXWCbxC02x6nbvHJo4LVqPXeIfK {  }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #wDJeOcT85yDaOV1w0zKehPnzrQ0n6M04 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #oowRgV603Tg5PpAIxaby1oO63fUsarVD {  }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #OtOvXUqZ0gH2CNaG2JagmeM0BJlNNaHF {  }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #ewgvP13IEs7vKT7RziyroibNCk0dET22 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #WoCa9aIp5nOznhvQIA6B7VfdTr7WC9oW {  }
 }@media only screen and (max-width: 763px) { #UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 #E4sKGMFxTDEk782ZbVcQmryN22fGNELh {  }
 }@media only screen and (max-width: 763px) { #Jci876JJRkzJIl3In5abUcn3duFcrTyB { display:block; }#Jci876JJRkzJIl3In5abUcn3duFcrTyB > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);background-size:initial !important; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9  { width:17.5rem;height:auto;top:27.375rem;left:0rem; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 {display:block;}#dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 { width:17.5rem;height:auto;top:27.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #tprH9oBa9ECpQHB75rH6WmnvTheBQfHb {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #BwIwK6dPv2c0KC3SRzygMdTta7epd5T7 { display:none; }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #Tp2NialFtC4Px2zxf2ltyTLJTWnce78z {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #AQ0Maq9L93hd2RaTpbalkprIUHMiDAE7 {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #qQXRNlJwAxEsk2RFyh8vUHl5T8O8ImCt { display:none; }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #x9dh60S7aPILgkkZ9TvC6MEkAEFHHiOc {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #Q0glsuDD5mhlmMCClqtIv6fRZ48R7zf5 {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #rHCmgcniGJbw8Jipi4Johu2isTWTISws { display:none; }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #ndrgSoL1fsfaZLuxJ1k7SOfhyQhSAfn0 {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #lKpLAgBKBURfSaR9cUtv4noyTJg15UDX {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #kio4Kcx9oDwJx0hevFaCTwhLZ3NhsJ1P { display:none; }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #pTBuCKVAe0eTKFILPGWugPfQDOCMw2zD {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #GS81NnafLqMuzzi5OtZ2wyWVBmEpMNee {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #n1sANhH7N68SzgNFLdPNOOwUoopQQ0Ho { z-index:2; }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #uSKn3DdrAsINnXkfLysCpTw0RHfDN2qF {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #x6zT6Zbr9MkJG8R0UhebCrxda2rPuUB6 {  }
 }@media only screen and (max-width: 763px) { #dAABpOcu5Rc8r3mEqsWp9FBd21dlHZK9 #ZHliuF3fekluxKMycxun4LDXrP4leaiT {  }
 }@media only screen and (max-width: 763px) { #q8Fa94DeMbBEcWFqEiiVsmLFQ5PTdZTb { width:20rem;height:1.69921875rem;top:24.673828125rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zNhnfSTylh837VvAhTt1JKsUZ3Ual0zc { width:20rem;height:18.8965rem;top:5.7744140625rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qghIT42XoFVkDQfocDMsan0kiead2LpP { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsB5cJAHh4NJwSSEQiXkivuUUz8u5kGS { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcbXNdP1rtZP2Men5cLNkP5JQcL1D7Tk { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm2ez74kNQmfUqMWUb8In12XCgfZ5LLh { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO3vzAKbwCLP1unJP106LaszGFINJrop { width:20rem;height:20rem;top:43.2822265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yd4nsDoAFrh2lFgvItwlPZLlZH6WenLd { width:18.6875rem;height:30.0625rem;top:39.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1uI3y3rnul829oI8umMHdpMgn7da6po { width:17.5625rem;height:1.7858875rem;top:4.048828125rem;left:1.21875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSIvveLWMGRC3K3mW5xpegolFFvgAmbU { width:20rem;height:3.896475rem;top:56.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR { display:block; }#oSPUK5bI2gXMTzcTRdfZE7Ii8ncsP2rR > .row .container { width:20rem;height:119.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5tiKpaVAz1PxM6SHn2JATHAdLBw3zut { width:20rem;height:17.1875rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0o2a07ImllJZ9QWg5TOvAnUmlaHfiFw { width:17.5rem;height:5.1001rem;top:30.14990234375rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lTT4kkHpWBGUSvFDDJ2ZJmJBPMeT2TzA { width:17.5rem;height:5.09765625rem;top:35.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #axOnsNi8i80QvkVWZsccN2JEH7J7NycC { width:20rem;height:2.79980625rem;top:3rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioh7AaLMJXnOqRuuaZTLXp7SOIGFkQd6 { width:20rem;height:17.1875rem;top:64.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HymS529FQ4gVIFQ9QktilqWVOavquMc2 { width:17.5rem;height:5.09765625rem;top:72.0625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g8iAxVGv89NQOduG0UKE8AuvLR3wm8D8 { width:17.5rem;height:6.2988125rem;top:65.82666015625rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fdPvbDf9bLMTIDCU7ons8eyikpIO7rbr { width:20rem;height:17.1875rem;top:82.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4fTZENLCxgyzoeq3pgTKxgSZ2pec7Jd { width:17.5rem;height:6.796875rem;top:90.5rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LkQWcQyNSmVk5uLnybnPRT7ox4LSJDxo { width:17.5rem;height:6.2988125rem;top:84.26416015625rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mxL46HTksB8x0I4oUCR5RIO1dzQhv7VV { width:20rem;height:17.1875rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQQbIfAKAbgJ0haSloRZOPKTB7aIS1pB { width:17.5rem;height:5.09765625rem;top:53.625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EI2hqvsqa5XZmeAbAXzZloVJPErZ5Lmv { width:17.5rem;height:5.8483875rem;top:47.8388671875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dfgEzqOE4gE5RUSTnkftTbxTpRCWJ960 { width:20rem;height:11.8945rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1spn33mDUdcBzxLep7USkRxaGvWA8lN { width:20rem;height:5.59814375rem;top:21.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3Zv2u0plXSLK7c2lz4kf5J0bhL8TyCg { width:20rem;height:17.1875rem;top:101.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmJxba82DEQsCgKt4RVIrOumQXZuR2ec { width:17.5rem;height:6.2988125rem;top:102.375rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UCLWUkyW3ZmagP0E8fLVdL3e3vDSHIkO { width:17.5rem;height:5.09765625rem;top:109rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t4til9gMF4ZIUOD3BiLQmdq4oqEhJ2po { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL1OTSCWGiR0AU2U5T56ffATBFkF30Lr { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8PFyyiqycBFBXdC6d2FuvrDJc0hrww4 { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAv59mNFT0ngiAuW4WFxqPVOPRO2x834 { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJnd9rRsuTITKDcB9xWA08vhPATv7nNi { display:block; }#tJnd9rRsuTITKDcB9xWA08vhPATv7nNi > .row .container { width:20rem;height:101.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kR2N9G4dVNmBokQU3K4dapiAQLqW90Xu { width:20rem;height:17.1875rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iePZFCvfySTmrb4lx6Q1eMg4XnFXWREO { width:17.5rem;height:5.1001rem;top:30.14990234375rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iQDLGcHV3nJDysUOdBhhTGu0g9WODrmN { width:17.5rem;height:5.09765625rem;top:35.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uq6dtyb9o3KTvxfQMNkfzyhzmeooiTlE { width:20rem;height:2.79980625rem;top:1.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvbiUWsdIEJyVp3bsqS6B0tT5TagOcoz { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzs9pQ3HsfcrymiVyyvqVATV0QCn0rhC { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJnd9VltH5TiQTq59qaGgIlTiI0rpEav { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlvDgt2pnqSmfwtq5WkZmMupnREU800E { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoNFryazTv02qlERMnCSzoTBSlqBMGv8 { width:20rem;height:17.1875rem;top:64.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCxkN1HNUQZef3hWBhTtqKDv4uTRMGRo { width:17.5rem;height:5.09765625rem;top:72.0625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OGrubT4uBDlhcgBH2AE8z6fuxJg0hIAn { width:17.5rem;height:5.8483875rem;top:66.2763671875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dBC4BuGnz8LVUT5arfw6lunqTTbJ8pdP { width:20rem;height:17.1875rem;top:82.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP6XwMhOqQXzlFiQatLTnHPS0ILwVSax { width:17.5rem;height:5.09765625rem;top:90.5rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AubwSqfvVXhR7vZt6PNGTXXA9sWg3PzJ { width:17.5rem;height:5.8483875rem;top:84.7138671875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QfXSLi3oJd5O3acqiXAf7QSyLZ4G4RLO { width:20rem;height:17.1875rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbq92H1l7e8zQtFsqKfo5Vphd3kW0hLR { width:17.5rem;height:5.09765625rem;top:53.625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FTvCwkL2Q44lqLHu8Ius7s13uBvsq8hV { width:17.5rem;height:5.1001rem;top:48.58740234375rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tTBOx5Pzkw0mOULSaXTSR0GTcJqETAFU { width:20rem;height:13.59375rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhL2WTzfDyeTBvm7ObKKkKsu025ygUeW { width:20rem;height:5.59814375rem;top:21.77490234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI { display:block; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { width:20rem;height:195.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRU4B5Zg7VFigI0830FU8AefzvgXEdPQ { width:20rem;height:10.1953125rem;top:39.0341796875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xLVadc50XLC5QMX0MNUzIylea30T1Ba9 { width:20rem;height:8.3971875rem;top:2.91259765625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3q4sTcCd6CrHui8Cc0ssog8K3xMtomG { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKif8I5zRTmQE3cztGTihRbB9qoMtfdX { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCO9rEXnhGGPdzm95KfpEu1sA0WeNwUH { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgcSyGS5BrHFV6TZo3mtpRoRVSbIplwl { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTh69GOKLnAMevFKKf4hzxO6UhhBJnHX { width:8.8125rem;height:8.8125rem;top:24.88525390625rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8W7oxDsZOq6pTLNncyB7XNP1hXMpqAu { width:20rem;height:3.44970625rem;top:60.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJvdRtEsSkdiZuGzfNy8WEebhvs1lLwc { width:20rem;height:8.496125rem;top:63.51171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mam37JHL9AH6TppQwXl2VzGWUmDTtrzA { width:13.25rem;height:8.8125rem;top:50.53515625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqdOVRy1QvCUavc6UBoDrknTUQ9pTPeC { width:20rem;height:3.5996125rem;top:87.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LspoGQSzdDqzIno54xonWHSFphxB00xG { width:20rem;height:8.496125rem;top:91.537109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B3y3x8dbZAUCTSSsG1UMm5pxmgTLTtkS { width:13.25rem;height:13.25rem;top:74.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPGonfk3zUaGr4yZiDPkFLnoxig8tFzX { width:20rem;height:7.8735625rem;top:12.1494140625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO3nieRsizTlP9NMTeTkQD30pqgsw8GP { width:20rem;height:1.57470625rem;top:21.78515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5rKen0tSoMJVidPfTuW0IeNd1x8m28F { width:13.25rem;height:13.25rem;top:100.93505859375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb2tcKtDmDAG921VQh6lKknNehuTLVG8 { width:20rem;height:3.5996125rem;top:114.12255859375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yyBufZVGb4kK7986hGp7Zhzc6v3T1ra1 { width:20rem;height:6.796875rem;top:117.72216796875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pHPcvWAsNxn1NNlDKbysfeeBsyHXhfXA { width:20rem;height:5.39795rem;top:140.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xwxaGyDQPU9vQ8k9PtJUFHIKfSqia4tS { width:13.25rem;height:13.25rem;top:127.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMJb3kaBD99etyycNS7RoC5shrt0tTr1 { width:20rem;height:6.796875rem;top:145.96142578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWT8FE0elfQAp223JT0q4Ga8NuRfslfF { width:20rem;height:5.39795rem;top:33.63525390625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZzslBFEUL3XTrA1ppzHh5Jx9fe9PnpP { width:14.9375rem;height:14.9375rem;top:157.25rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5B0RsmQEt1boeg4V1Ml1ap5oAJt4JPX { width:20rem;height:3.5996125rem;top:172.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oI7hsXST3na61XCNob42VC7TItliHgBp { width:20rem;height:8.496125rem;top:175.787109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M27ndrsXoiN0TlBrtrGzZsUfodVa6ol3 { width:19rem;height:3.4375rem;top:186.91943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT0SGeKvU6NpMNC0GfuZZX2TT0ZbMTkL { display:block; }
 }@media only screen and (max-width: 763px) { #yQv4AIqf7DzJUnAeoscMo7ZGlnKqk18c { width:20rem;height:2.59765625rem;top:191.35693359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP { display:block; }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row .container { width:20rem;height:151.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAIOuS1fmhlNVF6JxNaATLtnKdC4CR0Z { width:20rem;height:2.79980625rem;top:4.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPVRkFctB8NwbPFHSBTing3KZPaIoGnu { width:12.4375rem;height:20rem;top:9.9990234375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgL7oC4epVKct6qVi2Xh9BgZtf2yEGC2 { width:20rem;height:11.8945rem;top:38.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmxGlpdZeU8efEbZw8TKeGOT2mQirXGs { width:20rem;height:3.3994125rem;top:33.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flb5F4RlOxz3Sb3MV80ULOziT51J4L9I { width:20rem;height:1.91284375rem;top:31.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUi33JQ2MydkCHpUHZXI4G79pGTvfVpl { width:20rem;height:22.089875rem;top:81.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxGMxxtUVIReT16JQQIyG7hFfHZhNO7L { width:20rem;height:3.3994125rem;top:75.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M81iNnWv4FxiZHPu5Krkcvlh6sKGONxP { width:20rem;height:1.91284375rem;top:73.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5IpZaz0A3ZgsgHcc9hQ9vT73FbVFof { width:12.5rem;height:20rem;top:52.5625rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnywKo6WUw1Cf2MkvHaMN7vAuA6zZW4g { width:20rem;height:18.691375rem;top:132.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT4i5tVKT2DUmU1Et5fyWQ1fyqkhFVZb { width:20rem;height:1.69970625rem;top:129.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNIkb4fnC9Ofbnu6P1fqU5DuD9KUCKMP { width:20rem;height:1.91284375rem;top:127.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViTZ6vm1at5z11DITftLweGTOTBukZDt { width:12.8125rem;height:20rem;top:106.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWkSZHIZ7T44eF5Tweg8ndhId8SaEKeZ { width:17.5rem;height:1.27319375rem;top:79.14892578125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #trq0VT5BovTPS7CoEbK7BTKbqUEEZwvi { display:block; }#trq0VT5BovTPS7CoEbK7BTKbqUEEZwvi > .row .container { width:20rem;height:185.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipAeGNJlG4JI1xVh6TaNwXTPPaqQVkQB { width:20rem;height:2.79980625rem;top:130.9501953125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJkfIFRanMIFOOWMbTtXEZW9Eayaw224 { width:17.5rem;height:11.68820625rem;top:1.576171875rem;left:1.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVXxKXg2zsPPiK3WbhRhlToERZLGTZJm { width:17.5rem;height:8.3971875rem;top:49.625rem;left:1.25rem;font-size:2rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #sn9d4tCtPyCJvKEZr6RAUey4TZGlWxqd { width:17.5rem;height:7.556125rem;top:38.8125rem;left:1.25rem;font-size:1.375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #rSpg7cN1EwNKmX3WD57QktBktubmOyJt { width:19.9375rem;height:3.08105625rem;top:14.19921875rem;left:0rem;font-size:1.8125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #J8FlgL5hyE2m0nEKK9f9yt4WNPuhSErm { width:6.8125rem;height:1.13769375rem;top:127.61328125rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnlruKLu5STVN3C6igi5d0C6qBOmSA0f { width:7.5rem;height:7.5rem;top:110rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #McGdpNrfhnT76KnPd735cb90Pr3fPmTw { width:7.5rem;height:7.5rem;top:90rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTnr7NnVtLGGhG7lqTrPywfqyG0Xade9 { width:12rem;height:1.13769375rem;top:97.61328125rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgVMHugRVvJrpKdgcnocKqbgBTPLslN9 { width:7.5rem;height:7.5rem;top:80rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGwpaoAVtAoLwHUIEegBIBXGw8QpIJtC { width:12rem;height:1.13769375rem;top:87.61328125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVf5FlMr71QrklSOJsUOakhTnH6aHLcD { width:7.1875rem;height:1.13769375rem;top:77.61328125rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdOJMnWlekc0T5effqRn4huBFIuBWoT9 { width:7.3125rem;height:7.3125rem;top:70rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jdmqsp4I0FDieTFqeivuWaHmmwvvRWUt { width:7.5rem;height:7.5rem;top:60rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpKuHmWHN3CSufItFCVcNvurSpsGnTLK { width:7.5rem;height:1.13769375rem;top:67.7802734375rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcJyh6tUvrT1EG6TMAZlpm7GLLaSpk6X { width:7.5rem;height:7.5rem;top:100rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArMUhIJpft9tBQ8eUqkWy7dSvWxBhTAm { width:7.5rem;height:7.5rem;top:120rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8gTJrMJ0tEJa5wwIHrMvAc0pHcRyD4n { width:12rem;height:1.13769375rem;top:107.61328125rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ5wqxbm5pIsgwqUWgC4Wpzsi515hey6 { width:8.25rem;height:1.13769375rem;top:117.61328125rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ7mJ7LT5RfcMGACXps9zBZl2AOHBfsq { width:20rem;height:11.151125rem;top:135rem;left:0rem;font-size:1.3125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #eT3P38PRPrm4S9X6tHU9MCUya1V0DPPv { width:20rem;height:4.2004375rem;top:16.3125rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXnpJ9khndkI4LZamAnLITLxFCRtSTpT { width:20rem;height:4.2004375rem;top:23.375rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mCWC8PucVF00t5Ne7znzSROLIIs4bgaW { width:20rem;height:4.2004375rem;top:30.4375rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4QI7bTqb4TzxLqQqMMFH8X5N6ZTh2f4 { width:20rem;height:1.69970625rem;top:20.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RG5M8BWM8uCSa9KtCXPxt5msLhImmhn1 { width:20rem;height:1.69970625rem;top:27.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EgHHcThxiM1BWvAlw2Wm0kNL1LRWmalu { width:20rem;height:1.69970625rem;top:34.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wChLcyryAJNg7fn41nEsNhZ0gaAc2hay { width:20rem;height:11.151125rem;top:153.75rem;left:0rem;font-size:1.3125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #xrupNnzPl9B8ViQWMVNkwL9EOqUnsKeZ { width:20rem;height:5.59814375rem;top:147.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkGghVgPepFxdwE0Exw1zxUqcTv0cegE { width:20rem;height:9.5rem;top:166.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwRCCR7eETvJKQJ55UitmKaGnMJtxwgw { width:17.5rem;height:3.4375rem;top:177rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiHKnSm6F5GiFGI52gVrvzXomodAOhxT { display:block; }
 }@media only screen and (max-width: 763px) { #n4irCiexM5Z9JxTcnFsPKwey6wfTUca9 { width:20rem;height:2.59765625rem;top:181.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIUSwh1yO5rch6RQ31dwn8LZt9iVNut5 { display:block; }#fIUSwh1yO5rch6RQ31dwn8LZt9iVNut5 > .row .container { width:20rem;height:132.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBOBBdKotT0JdW9MGHTinWkPGnKIr1Tz { width:20rem;height:10.1953125rem;top:1.92578125rem;left:0rem;font-size:2rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #gM8doLVcA3IGTTtVwmRdzgvkVoT0AKHW { width:20rem;height:8.3984375rem;top:12.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V09eVU3NzH4T4TIa47tGAh4tnwZyINLG { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnkWtIcmh5ofpbNcsLlc4O6Oebo7xXdp { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1SwUhd0uqFLgxFyolDOLmn5vRDCPzuX { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBfeSOxZVfPTLTx05Tp0NgMAXNqUuyNa { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQgmRURNRRDvbN2bkck9cIQI0fGUTsQC { height:11rem;width:19.625rem;top:23.9375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT7Gt4y85rTlt9UcPovBSUT00qRyzNeF { height:11rem;width:19.625rem;top:36.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVunimpNmXzkLFbPrM43X7w4UGBZihni { height:11rem;width:19.625rem;top:48.4375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpIXKUd7QldC1RhcdTTgkyCAz7HP1mwW { height:11rem;width:19.625rem;top:60.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBwTOAursHo3IGOatVoggWWXaT69gbJN { height:11rem;width:19.625rem;top:97.4375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5pTdHBZgGTvAGMvJaTVsOm7WEzkh6CQ { height:11rem;width:19.625rem;top:72.9375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVhL20zXiqziRhxBneUiTvtHowQ4RtpQ { height:11rem;width:19.625rem;top:85.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9kTsrslyOuQ3SId488ACK1pDmJrOEzK { height:11rem;width:19.625rem;top:109.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfCPxx1CeryTryizNxfQDooVlMutx58K { height:11rem;width:19.625rem;top:121.9375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku { display:block; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlgcSfO4bUNwVcC8r0tZrplKduPhopJD { width:16.25rem;height:4.6484375rem;top:2.9375rem;left:1.875rem;font-size:3.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xH4ORTbm3xIGpToAfqqEbV4SUDzSu3qZ { width:16.25rem;height:3.1875rem;top:9.3125rem;left:1.875rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fRNeGtAG3lDJSMBZVQhJFtTRScTDBAkT { width:16.25rem;height:0.5rem;top:8.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrBIKFsl9cL693S7yvflLsvxrfTeDCd9 { width:16.25rem;height:3.1875rem;top:19.5rem;left:1.875rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #raS8L19nsOmQuTJ64Jf9ulv6kIHJOMZz { width:16.25rem;height:4.6484375rem;top:13.125rem;left:1.875rem;font-size:3.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UpETG1KN1Px9ODLMnphBeLu7DR53aLed { width:16.25rem;height:0.5rem;top:18.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpKVSmS6RpeODnut8etI2HufTrg9Ac7W { width:16.25rem;height:3.1875rem;top:29.6875rem;left:1.875rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NfDqtM8u92lm5o82BWTCnUr9suZqxrpc { width:16.25rem;height:4.6484375rem;top:23.3125rem;left:1.875rem;font-size:3.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bHclvyN2MREGxlTKUeQlWqJEss0IT6o3 { width:16.25rem;height:0.5rem;top:28.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5vuB2DdO2CHmF9KmN0DHyuyg5XkKo8o { width:16.25rem;height:3.1875rem;top:39.875rem;left:1.875rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eodzH7nusenzKW6ylJX8Gu1BCPuqzbP9 { width:16.25rem;height:4.6484375rem;top:33.5rem;left:1.875rem;font-size:3.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhT3xrcwm7vbFIvyQPB1O65TPJfxP2Ug { width:16.25rem;height:0.5rem;top:38.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZHMmBxSVD3CSRnrTzaNzg3GowSyQkyV { width:20rem;height:2.59765625rem;top:49.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcLGcdTTnDpkklqgUMSltzPpH9KSoN0S { width:17.5rem;height:3.4375rem;top:46.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWB8T03S7yc4G3UWJlFiC5h0sb2zKWon { display:block; }
 }@media only screen and (max-width: 763px) { #iTmPlaSitA1hwcoreB0zMqV66KtHGxzh { display:block; }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row .container { width:20rem;height:98.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9amRqBoyBpFrN7uQAD9noy6OOOb5hVE { width:20rem;height:17.5rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzC4trTtHUZaLh1RdgP2yo4uStavpTQz { width:16.25rem;height:2.55005rem;top:20.1875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zgIa7lFHsmVWxpRrTNSD3eTDW5NlhTyE { width:16.25rem;height:8.496125rem;top:24.6884765625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pwUBpGNWRiXxWKSsTGzqFm2LKg8DkpJh { width:20rem;height:5.59814375rem;top:4.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx0gVlZTTIRTruvhS9E5B3ePfv1IAvSR { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Q4sqAdMbbfTGNGECJTQAriHbyIBJry { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlNmfH6cT9ENR0JTK9aliKuS32TzpImt { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4XCQr4rLt9aFUPWUQEJSeuPqEzXJe0H { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6ah0TPu6MOcZ0IwdaTx3tbq7NwvvtH4 { width:17.5rem;height:2.01904375rem;top:22.0625rem;left:1.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hyaxmDfPgL2dlg61g0IBZGD5H1iKU1sv { width:20rem;height:24.6875rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE8itUTNVxHq98cAVpD58645fNR5G3mF { width:17.5rem;height:2.55005rem;top:47rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xwqNXDTC5mde1dJzpVwzzrfRryRaICgb { width:17.5rem;height:2.01904375rem;top:48.625rem;left:1.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PunNiEBuosO7TW9OxFLgkzASWSAZyzFs { width:17.5rem;height:8.496125rem;top:51.9375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ggP9K4Ng8JVdVi11BFuQeVp56JsRRyLE { width:20rem;height:25.25rem;top:64.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X62b88cFl3nJnc7FpyfGoB17TcgDvkEE { width:17.5rem;height:2.55005rem;top:73.8125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lVSoOyWAqR8ox89pTC0PPushqTcC6Q04 { width:17.5rem;height:2.01904375rem;top:75.5rem;left:1.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GnTwIhixR448ZCrF52agOZTi0iTI4WF1 { width:17.5rem;height:8.496125rem;top:79.4375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IGK7R7fEc9aye3FEaPWNMp6g8y0X3RZk { width:8.625rem;height:8.625rem;top:11.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlkSnZOv9chTHJnfbKdGkS7qwTdIgamR { width:8.625rem;height:8.625rem;top:37.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQSQx4c2NnuCMG884wmBo9FuTiIbXK0s { width:8.625rem;height:8.625rem;top:65.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR46Tb0k0Lv3W2Wtr1NsTru0zUtiszli { width:19rem;height:3.4375rem;top:93.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwFIhSD9lo502TqOmdFIu5EEUIEtmu3l { display:block; }
 }@media only screen and (max-width: 763px) { #WsebGiBIgCfqKQIIMLp1tAvBURIPxBnE { display:block; }#WsebGiBIgCfqKQIIMLp1tAvBURIPxBnE > .row .container { width:20rem;height:249.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRSBbouIPk2Tw7lmgeT2Dln4pgvOQbSQ { width:20rem;height:2.86865rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eahGWQ0CQCfQ0kloXqysIBT9i5nsiFhy { width:20rem;height:14.0869375rem;top:4.19921875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CybNSFeT1bMPChCFgqNRSPkqFDFWnTAz { width:20rem;height:13.3125rem;top:96rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDi0dri9SDoHIP3dIqQA7k4TllKkdnUk { width:20rem;height:13.3125rem;top:115.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJu0dTWKtETtGU2T3aOEsO2C4zEeRfsT { width:20rem;height:13.3125rem;top:134.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdiA8IA5FUcmXR7QoRHxaeRAxA8JTi19 { width:20rem;height:13.3125rem;top:153.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpT2493x9ykTdTIueein1UiFP3GA4Kt { width:0.5rem;height:5rem;top:29.499025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qEPQ6SiSzhzUruQd1qqBzL0kaNV91SFR { width:0.5rem;height:5rem;top:56.999025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALQHwrnSw4uRwTnEiNFW3WRSRyHOto27 { width:20rem;height:13.25rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOqvUW7AT4ObpW4fAOsmyx9xSaZHyAV8 { width:20rem;height:13.25rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSNy0WUPANoaG1gEKCwwW8DVhEQ0NJIg { width:20rem;height:13.25rem;top:58.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szuv0OAVJlq3eeNLMt6lQ6Q5UCbMPp3h { width:20rem;height:13.25rem;top:76.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aATKlHrk5mLDgDlwGxHBrvKeQyHgZbTc { width:20rem;height:13.25rem;top:172.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpo42cepOWKQgHV2Z9ByNRTbc1Qpqpey { width:20rem;height:13.25rem;top:191rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw3dotp81JC4XFdWFgW4wvSV8F2gpUf7 { width:20rem;height:13.25rem;top:209.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trv7b7iK4peNDK17mktZVo7pKZB7v1C9 { width:19.875rem;height:13.25rem;top:228.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uexWUe1ZJlwf7pkAnfldkonVgHDGBteO { width:16.4375rem;height:1.69970625rem;top:90.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zmtSGgdFVNWTF6Iv5HSoeu9aEbhc8laW { width:16.4375rem;height:2.1972625rem;top:35.86328125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RNfBOGfW21AZNSnWiHA1OxgTT78z7axV { width:12.5625rem;height:1.69970625rem;top:71.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hPyNqDgULnaI6kgIFvGtEhrTrElGGw8B { width:12.5625rem;height:2.1972625rem;top:54.61328125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aCWQXX3gLuHIhUi7sXniTi39vhlQHmJG { width:12.5625rem;height:1.69970625rem;top:53.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z5IxD7hZSPDRXZGRuzVKKASsg634IC0W { width:12.5625rem;height:2.1972625rem;top:73.36328125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qyVr4qUFVnI5550lyTHArdE4t7THALTl { width:12.5625rem;height:1.69970625rem;top:34.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QihZxlZEBpFAq7ETxLGdc2nrawr4kVh2 { width:12.5625rem;height:2.1972625rem;top:92.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #izGIuEu2vkTIgHyVsiVgzmlJQfLL3DHD { width:12.5625rem;height:1.69970625rem;top:110.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h5I9vDiTCiTh3ymGnFS9KnXRlSA0d7ik { width:16.4375rem;height:1.69970625rem;top:129.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hsi9w0pxxPuT13aCWTyLs0lkCDUohkap { width:12.5625rem;height:1.69970625rem;top:148.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NxwGm9oiT40MB0pWo1TxssBaJ4sJ14TU { width:16.4375rem;height:2.1972625rem;top:131.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #veiu75UO638adVeKySKoGM46aDM6SP6t { width:12.5625rem;height:2.1972625rem;top:150.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B9xiyOkFCI4UxLZoGWUwUOZwIvmw71wd { width:12.5625rem;height:2.1972625rem;top:112.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z6FqkvqDfUEV3kFDJ3ILalLEFd9iNVOo { width:12.5625rem;height:1.69970625rem;top:167.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NAcxyPnZm1y9pt1bolM8VLKZdddPIIWi { width:12.5625rem;height:2.1972625rem;top:168.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Thse3qCbnwOF5qwDFt7uU53zMB54kzvf { width:12.5625rem;height:1.69970625rem;top:186rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJNeRx58RCchwQqIqVLMKZgrbbNEgWlx { width:16.4375rem;height:1.69970625rem;top:204.55078125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #db7i6Tnxu12NPT4zaXTQeQ8FscmmLM7M { width:12.5625rem;height:0;top:252.25rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LPDnaxdLLcioiD34NE3wW9JXVaxIpIzL { width:12.5625rem;height:1.69970625rem;top:242.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GPmfgpofKaMZkPETPFLI1yT8kApmiOhq { width:16.4375rem;height:2.1972625rem;top:206.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eP47KSML8fX2FUTNe1WJvg0FZagJAkiO { width:12.5625rem;height:2.1972625rem;top:243.875rem;left:0.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gtQ4AQdw5Mfzusg0XTlAq2bpSSGWIKTv { width:12.5625rem;height:2.1972625rem;top:187.55078125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W2tipv24W7apO6SqxffPPPhc7RzQOspC { width:12.5625rem;height:1.69970625rem;top:223.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gzKDSeL1b8oqDF9dk7AWhFzmMcLILX2x { width:12.5625rem;height:2.1972625rem;top:225.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tzxl7cduMR271BmdHtd3xakXkxuGyS2P { display:block; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { width:20rem;height:72.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FznpghHsepwkXu9R7sEadqBySeFehCrT { width:20rem;height:3.41064375rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWHVbUbOETVZprS6NRDLfyziSDX5TUPT { width:12.25rem;height:2.2753875rem;top:70.0625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr5aaWCKiCovTgDP06Xbn5K1NdaQFBO5 { width:12rem;height:3.4130875rem;top:53.8125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei0ugTbu6an4XXH64TJfKugnZ7lfvNby { width:12rem;height:2.2753875rem;top:40.0625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIB7ovZcE0vicXpKgFGb3RzSbfxEpLQT { width:12rem;height:3.4130875rem;top:27.5625rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmpTfVBRF3vRHBoqLBQ8ob90PxgSCbXy { width:12rem;height:2.2753875rem;top:14.03857421875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuRdXNL0SN1mou7rxGJA0lfQKWTOEZXT { width:9.375rem;height:8.6875rem;top:45.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6h4GdGHX3FiHxWZsa7SperqDixcycct { width:9.375rem;height:8.8125rem;top:32.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqK3R20QJPrdFxNbuyqyRq3KPaTEWeCI { width:9.375rem;height:8.8125rem;top:5.9121125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mex0vOAld7aDTcL2u36aqv7UcTzNDUPO { width:9.375rem;height:8.8125rem;top:60.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fik1n7QqmvW01kIKrFr10qC5vCToJo0C { width:9.375rem;height:8.8125rem;top:17.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHB7dWoDc51pqBeB7DLqhMT05dvz536g { display:block; }#vHB7dWoDc51pqBeB7DLqhMT05dvz536g > .row .container { width:20rem;height:109.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMBefkNC2NoObKDAxoHqxPJCFW46iZMq { width:20rem;height:4.125975rem;top:1.25rem;left:0rem;font-size:2.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qqaKFJ44WDRybBdrQH4JQa3ME6xD0Hob { width:20rem;height:5.8410625rem;top:6.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi4f7GHAA80TKTLqixOJRBxfhWeocypV { width:20rem;height:11.3125rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcoboIQrF1I22qzUE0QJPgX03D6621NR { width:20rem;height:11.25rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJwrSWTRWIT6PxsHgUhIupcmVHUk8syn { width:20rem;height:13.3125rem;top:63.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnWDn6lXdTIbpiQsrIo5OrzlLnRagBNh { width:20rem;height:11.25rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T71zTkhG6mL5mAp7aSJ2J8wq9dDf9bbE { width:20rem;height:11.25rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLtm1f6BtmDa7adERPIHuWkPsyaqd03v { width:20rem;height:11.25rem;top:78.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpNPQsAFEgWLViQrVbsiENNS6wATUNqm { width:20rem;height:11.25rem;top:91.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5B3PVJDQH6BnArXowVNf59U5yqg7Qhf { width:0.5rem;height:5rem;top:29.499025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezdiRQrEkJ4gFPRWLKKtPeElnASehZPk { width:0.5rem;height:5rem;top:56.999025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTgTa18i0DdANyb5c2a5pSgv3BZPyDst { width:20rem;height:5.70556875rem;top:103.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy { display:block; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebZsDFcW0NDso67BxeLPKRVdJQFhMvq2 { width:17.5rem;height:12.597625rem;top:6.6875rem;left:1.25rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #iH38VIwMCXCc9szN53ZE71rOJchoTfBd { width:17.5rem;height:19.1284375rem;top:20.625rem;left:1.25rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #iK032r1ns61WnSNxAg0cQU15HACKze3n { width:12.75rem;height:3.75rem;top:50.71875rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #iQvQdKXTWJaVDAyFwL8PSqRr8zRJEm9v { display:block; }
 }@media only screen and (max-width: 763px) { #vbrLRLLb4CMuftK8iq2WIcZLWeTtTtGl { width:20rem;height:51.8125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNpWiBTMU77TIs9QD8D3KDbitVcygOkl { width:20rem;height:3.1860375rem;top:46.6875rem;left:0rem;font-size:0.9375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #aKi6usBdesQLbg2fXaVHrfCslzsSOLSK { width:20rem;height:4.7973625rem;top:41.6875rem;left:0rem;font-size:2rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #G9PvZGWvPcbgQhKBXagLbHaMqI9oqTGD { width:20rem;height:1.59375rem;top:55.09375rem;left:0rem;font-size:0.9375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 { display:block; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5rCpGU8Zk9reXc7nnQ9iaRxQi0k8wRm { width:20rem;height:3.3984375rem;top:0.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }