.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); }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB { background-color:#ffffff;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; }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row .container { background-color: transparent; background-image: none; }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row .container > .video-iframe-container { display: none; }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row > .video-iframe-container { display: none; }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .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); }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row .container { border-width: 0; border-radius: 0; }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row .container { font-size:0.875rem;font-family:raleway;height:6.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#WmB0vxtvLwJ1RlsaRtMgTpr1GUiExkhf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:8.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#w3ykCpNSrHO8HdTE5Tvhe4qFx4MFyPEe { background-color:#a0740c;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:62.25rem;display:block; }
#qWy2PceaPbr3cG64G9fZpHTxRvhkXBr4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQ6mKOficwZnTVZ0iJEsKEQmP8E85DO4 { background-color:transparent;background-image:none;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:#a0740c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:19rem;display:block; }
#voGvm13qOoFKPoF90Q8skL9FzsD9TkMu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aq8m86HnOvZfOl5c24SJU4DNBTwQ884g { background-color:transparent;background-image:none;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:#a0740c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:27.125rem;display:block; }
#ge0cWvCCSKTQuHHqKIGgIdCwtNsp6PyJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cm1AxfGTrSkWnqqkHUMCOHKlAMKJNt26 { background-color:transparent;background-image:none;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:#a0740c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:35.25rem;display:block; }
#qtDHLVbuUtoEeR9qyJrm52sASASIQz6I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n4Xv1m6aqMIdn1tMSyTVoViPGU0SmCWf { background-color:transparent;background-image:none;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:#a0740c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:45rem;display:block; }
#AyJq1PPCLu5Eqk3X3DX1SJPLIzsNwutz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#merVF9VBN7EPKWH7s5tKXwxRhBqtPEJN { background-color:transparent;background-image:none;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:#a0740c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.25rem;left:52.5rem;display:block; }
#fTbVlE3AGOxuTwPxvab3TkMUQkPg1GLk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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/c44ca1af-4135-4a2b-a9b8-b545d6726c25/IMG_2886.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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.41); }#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.41); }#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.0625rem;width:75rem;position:relative;display:block; }#cGRs2TrRSg2LaFflpcGFTnt34JRRzeq6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:30rem;left:7.5rem;height:1.6875rem;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(160,116,12,0.43), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(160,116,12,0.43), 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(0,0,0,0), rgba(160,116,12,0.43));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));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(160,116,12,0.43), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(160,116,12,0.43), 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(0,0,0,0), rgba(160,116,12,0.43));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));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(160,116,12,0.43));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));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(160,116,12,0.43), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(160,116,12,0.43), 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: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(160,116,12,0.43));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));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(160,116,12,0.43), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(160,116,12,0.43), 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:30rem;left:72rem;display:block; }
#ePA4Vg7qC9LslZecI1x6P7caSolUwsBE { background-color:#a0740c;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:39.0625rem;left:31.125rem;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:#a0740c;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;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#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.0380859375rem;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:31.8125rem;left:30.01953125rem;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 {  }
#oUZiIOtbVImgMUioJ65AINoceBappdIp { color:#c8961e;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:4.625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:7.1875rem;left:12.6875rem;height:5.5rem;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; }
#qk5yXGTbw23ircKIzmmr48aQiUHwT5eJ { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:45.9375rem;left:33.3125rem; }
#sa76HUQe9rPlnsAwgMvDB4DT1akRxyTs { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:45.8125rem;left:35.625rem;height:2rem;display:block; }
#lf3NT68eAAPN4cvTMg9LPLksbV1XtS9y { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:43.5rem;left:26.125rem; }
#dbE2xb8OALsWRxWvTIQbz4cT8ZpdrknI { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:43.3125rem;left:28.375rem;height:2rem;display:block; }
#PGPZgICI79y7TpcweIMBiF2lOcGd0iJX { color:#6b541c;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:4.625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:7.375rem;left:12.9375rem;height:5.5rem;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; }
#Lp9gHrWsdQmFTnLg5XSbD6Q0F45tFftM { color:#5d5658;display:block;width:65.5625rem;position:absolute;font-family:raleway;font-size:3.4375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:14.3125rem;left:5.1875rem;height:12.375rem;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; }
#ZJk4Qvvko3XpMh6iks1TuR8FRxAyTfLm { background-color:#a0740c;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35rem;left:31.125rem;display:none; }
#AXHR7UNJdr9V8kOTcwvuuR7dZ79VK8I6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#doDeO2WswIrLiS9VBbI3zATJQRoDoDPd { color:#ffffff;display:block;width:65.5625rem;position:absolute;font-family:raleway;font-size:3.4375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:14.1875rem;left:4.875rem;height:12.375rem;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; }
#ITULZm6SSgkxdfqn9mclMAuBWLopxtqq { color:#5d5658;display:block;width:65.5625rem;position:absolute;font-family:raleway;font-size:3.4375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:14.3125rem;left:5.1875rem;height:12.375rem;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:none; }
#a1MK8XTKZWMCesWB9gvBGeXE2CycCeKi { position:relative;display:block; }#a1MK8XTKZWMCesWB9gvBGeXE2CycCeKi { background-color: transparent; background-image: none; }#a1MK8XTKZWMCesWB9gvBGeXE2CycCeKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1MK8XTKZWMCesWB9gvBGeXE2CycCeKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1MK8XTKZWMCesWB9gvBGeXE2CycCeKi > .row .container > .video-iframe-container { display: none; }#a1MK8XTKZWMCesWB9gvBGeXE2CycCeKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1MK8XTKZWMCesWB9gvBGeXE2CycCeKi > .row > .video-iframe-container { display: none; }#a1MK8XTKZWMCesWB9gvBGeXE2CycCeKi > .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); }#a1MK8XTKZWMCesWB9gvBGeXE2CycCeKi { border-width: 0; border-radius: 0; }#a1MK8XTKZWMCesWB9gvBGeXE2CycCeKi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#a1MK8XTKZWMCesWB9gvBGeXE2CycCeKi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yCfG81isEsTtIui0ooWndUQKWQyukOH1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.4375rem #ad7955 ;height:18.3125rem;width:32.625rem;top:1.8125rem;left:30.59375rem;display:block; }
#z6esliXMFigIVMWkRt1iTtr3INay3TMa { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.125rem;left:3.3125rem;height:3.25rem;display:block; }
#VbVbZmLPSR2mSs4ktoWyy8BMz4BIypNc { color:#c8961e;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:3.0625rem;height:9.75rem;display:block; }
#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { background-color: transparent; background-image: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .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); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { border-width: 0; border-radius: 0; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { font-size:0.875rem;font-family:raleway;height:34.75rem;width:75rem;position:relative;display:block; }#cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(200,150,30,0.5), #a0740c);background-image: -moz-linear-gradient(123deg, rgba(200,150,30,0.5), #a0740c);background-image: -ms-linear-gradient(123deg, rgba(200,150,30,0.5), #a0740c);background-image: -o-linear-gradient(123deg, rgba(200,150,30,0.5), #a0740c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961e7f', endColorstr='#a0740c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961e7f', endColorstr='#a0740c' );";background-image: linear-gradient(123deg, rgba(200,150,30,0.5), #a0740c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.1875rem;width:21.25rem;top:14.3125rem;left:0rem;display:block; }
#tgg27DoAdWHm3Oh694TtV4o5pTdgA1A6 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:15.625rem;left:1.875rem; }
#hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { 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:17.75rem;left:1.875rem;height:2.5rem;font-style:normal;display:block; }
#dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { color:#383836;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:20.25rem;left:1.875rem;height:10.125rem;font-style:normal;display:block; }
#Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { color:#a0740c;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { color:#2f231a;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.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; }
#tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b5b5b5, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #b5b5b5, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #b5b5b5, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #b5b5b5, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #b5b5b5, 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; }
#AepdMqpLpNqHypqt3q5crTGRukIrnSct { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b5b5b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b5b5b5' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);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; }
#aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b5b5b5, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #b5b5b5, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #b5b5b5, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #b5b5b5, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #b5b5b5, 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; }
#DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b5b5b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b5b5b5' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);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; }
#U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { color:#383836;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:20.8125rem;left:28.75rem;height:8.4375rem;font-style:normal;display:block; }
#THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { 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:17.75rem;left:28.75rem;height:2.5rem;font-style:normal;display:block; }
#x06kRra6Kz94KaR7dIKa1VnnAnMxw1pR { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:15.625rem;left:28.75rem; }
#ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { color:#383836;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:20.8125rem;left:55.625rem;height:8.4375rem;font-style:normal;display:block; }
#R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { 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.7;letter-spacing:0;top:17.75rem;left:55.625rem;height:2.5rem;font-style:normal;display:block; }
#HErb9DiZUTaFBGR7L5mVP0nTHT1nm35P { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:15.625rem;left:55.625rem; }
#yqMXX5FOC3f8uD8aSgwxLbJRBk0RmETu { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(125deg, rgba(200,150,30,0.5), #a0740c);background-image: -moz-linear-gradient(125deg, rgba(200,150,30,0.5), #a0740c);background-image: -ms-linear-gradient(125deg, rgba(200,150,30,0.5), #a0740c);background-image: -o-linear-gradient(125deg, rgba(200,150,30,0.5), #a0740c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961e7f', endColorstr='#a0740c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961e7f', endColorstr='#a0740c' );";background-image: linear-gradient(125deg, rgba(200,150,30,0.5), #a0740c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.1875rem;width:21.25rem;top:14.3125rem;left:26.875rem;display:block; }
#UwlTpvqd731s1n0ydF1ZyMQcGnM7VW5t { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(200,150,30,0.5), #a0740c);background-image: -moz-linear-gradient(123deg, rgba(200,150,30,0.5), #a0740c);background-image: -ms-linear-gradient(123deg, rgba(200,150,30,0.5), #a0740c);background-image: -o-linear-gradient(123deg, rgba(200,150,30,0.5), #a0740c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961e7f', endColorstr='#a0740c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961e7f', endColorstr='#a0740c' );";background-image: linear-gradient(123deg, rgba(200,150,30,0.5), #a0740c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.1875rem;width:21.25rem;top:14.3125rem;left:53.75rem;display:block; }
#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm { 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; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { background-color: transparent; background-image: none; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container > .video-iframe-container { display: none; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row > .video-iframe-container { display: none; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .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); }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { border-width: 0; border-radius: 0; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { font-size:0.875rem;font-family:raleway;height:57.875rem;width:75rem;position:relative;display:block; }#MC34PfzBideCZW53tEa4bT4PovTs6LTD { color:#a0740c;display:block;width:13rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:0.4375rem;left:22.875rem;height:3.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#olsWgCtVy5yoThKRNoOEbhft5BlpU0RQ { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:20.9375rem;left:3.9375rem;height:16.125rem;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; }
#oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/edd1dc5c-418a-446b-abc3-507fd35e10c1/capa_simple_33.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56rem;width:37.1875rem;top:0rem;left:0rem;display:block; }#oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR.adaptive-delivery-prevent-bg, #oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR.lazyload, #oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR.lazyloading { background-image: none; }
#oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.62); }#U4zXRZU7xXC8p1Mkyo8IK5Ps7aQfiiaQ { color:#e6e2e2;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:37.5rem;left:4.0625rem;height:3.375rem;display:block; }
#XA086S4RaEcihTVdq7t4znTZ5CyUw9B8 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(100deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -moz-linear-gradient(100deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -ms-linear-gradient(100deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -o-linear-gradient(100deg, rgba(0,0,0,0), rgba(160,116,12,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );";background-image: linear-gradient(100deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:16.6875rem;width:37.5rem;top:1.25rem;left:37.5rem;display:block; }
#C96gSVHm27tQEbFRRsxGcIOWkJhQ4SRW { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.4375rem;left:40rem; }
#Hno3VIrW0nADUdqoU1xJ1z1ewotXvbqp { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:5.125rem;left:40rem;height:5rem;font-style:normal;display:block; }
#OFmaPuOtSZhQ8ThbGENkndqVQLVbUC6s { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:10.125rem;left:40rem;height:6.75rem;font-style:normal;display:block; }
#hseMROp0DbJ78gyxwAg6iMGQ5XRU6ThO { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:27.9375rem;left:40rem;height:3.375rem;font-style:normal;display:block; }
#gJcKBZWIn6yHHAa54eok1N7f23o9LW0T { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:19.4375rem;left:40rem; }
#bpgNCGTwcRnQ65EM0JF9la6l6pGkr9lV { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:22.3125rem;left:40rem;height:5rem;font-style:normal;display:block; }
#Q9AfgnRZsArhdxQGZypse2LxCduLGLEQ { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:43.625rem;left:40rem;height:6.75rem;font-style:normal;display:block; }
#gNQHvO0dxtTxyvw9WQbsEpUQa0z2OIX4 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:35.3125rem;left:40rem; }
#WkQB4fpv1wzosUOO6hrZ7VPRHaZkN52P { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:37.4375rem;left:40rem;height:5rem;font-style:normal;display:block; }
#ziwXXRQ4GcQfI6xQ0PXKFlUn7d9UXftT { color:#4c4943;display:block;width:9.5rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:0.5625rem;left:22.9375rem;height:3.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#au4Q7BZZ8ZMo9BimJnTanQi48kz9RnAC { color:#575a61;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:21.25rem;left:4.1875rem;height:16.125rem;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; }
#f2LVIMAB3tZbAEdLOkefl8Nt2eAr7Tk2 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(100deg, rgba(0,0,0,0), rgba(160,116,12,0.7));background-image: -moz-linear-gradient(100deg, rgba(0,0,0,0), rgba(160,116,12,0.7));background-image: -ms-linear-gradient(100deg, rgba(0,0,0,0), rgba(160,116,12,0.7));background-image: -o-linear-gradient(100deg, rgba(0,0,0,0), rgba(160,116,12,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740cb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740cb2' );";background-image: linear-gradient(100deg, rgba(0,0,0,0), rgba(160,116,12,0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:14.75rem;width:37.5rem;top:18.5625rem;left:37.5rem;display:block; }
#T0kxk8zPJOOcJTey4zXEXmwCcJbvAdny { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(100deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -moz-linear-gradient(100deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -ms-linear-gradient(100deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -o-linear-gradient(100deg, rgba(0,0,0,0), rgba(160,116,12,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );";background-image: linear-gradient(100deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.25rem;width:37.5rem;top:34rem;left:37.5rem;display:block; }
#eTkIiiBwg4bHA9yamvgcyPTgffWETSJu { background-color:#a0740c;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35rem;left:31.125rem;display:none; }
#EcidGSyM8FTR4dlrPlm7nrQEkfZkzh27 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pDlQkndyRsJdf36entvlwTEgOw93FG0b { background-color:#f40338;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:52.3125rem;left:53.46875rem;display:block; }
#KBuciWE7vmwA0FvOAIn9LObJbATTIBiW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row .container { background-color: transparent; background-image: none; }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row .container > .video-iframe-container { display: none; }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row > .video-iframe-container { display: none; }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .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); }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row .container { border-width: 0; border-radius: 0; }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row .container { font-size:0.875rem;font-family:raleway;height:51.4375rem;width:75rem;position:relative;display:block; }#o2vzTD6JNpZ4uwHRbaD5Q7gNhlafr3TC { color:#a0740c;display:block;width:17rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1.1875rem;left:41.25rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LMX7kfxCneFIQKT5d1TXuyqW3QqJCEAl { color:#2a2a27;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:4rem;left:41.25rem;height:5.25rem;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; }
#rUWMUGTpADmcOAyJZ96cmqBXxGWEbpBq { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(181,181,181,0.43));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(181,181,181,0.43));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(181,181,181,0.43));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(181,181,181,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b5b5b56d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b5b5b56d' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(181,181,181,0.43));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:72rem;display:block; }
#S0XIuAN9VhPtQTVnOc8C0FbyCOTEE4l7 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(181,181,181,0.43));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(181,181,181,0.43));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(181,181,181,0.43));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(181,181,181,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b5b5b56d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b5b5b56d' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(181,181,181,0.43));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:67.25rem;display:block; }
#W8TThAIeoUinkCZw8GWm3FIkOaBhnlWL { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(181,181,181,0.43), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(181,181,181,0.43), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(181,181,181,0.43), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(181,181,181,0.43), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b56d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b56d', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(181,181,181,0.43), 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:69.625rem;display:block; }
#WfWckpSAXL4bKgtQdIbztG70F8okQBcy { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(181,181,181,0.43), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(181,181,181,0.43), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(181,181,181,0.43), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(181,181,181,0.43), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b56d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b56d', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(181,181,181,0.43), 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:1.1875rem;left:64.875rem;display:block; }
#ldGXH74ERN2RJWWnaDiRnJsfp2NyS7Ln { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(57deg, rgba(160,116,12,0.7), #a0740c);background-image: -moz-linear-gradient(57deg, rgba(160,116,12,0.7), #a0740c);background-image: -ms-linear-gradient(57deg, rgba(160,116,12,0.7), #a0740c);background-image: -o-linear-gradient(57deg, rgba(160,116,12,0.7), #a0740c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740cb2', endColorstr='#a0740c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740cb2', endColorstr='#a0740c' );";background-image: linear-gradient(57deg, rgba(160,116,12,0.7), #a0740c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.5625rem;width:33.75rem;top:10.3125rem;left:41.25rem;display:block; }
#mA6WnILrTmbTt6H3zCygBrEs7rbawBTc { color:#ededed;display:block;width:27.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:13.875rem;left:46.1875rem;height:5.0625rem;font-style:normal;display:block; }
#gs2FbvC19dsthO6y26Jt0HvtEdou2mZ1 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:11.375rem;left:43.125rem; }
#EJFtqesm7MEvy8TxEOfS1eoJZwvqp3Fy { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:11.375rem;left:46.1875rem;height:2.5rem;font-style:normal;display:block; }
#FTyFEqVDxekcZD2lG8pbqWmSKGDfk13k { color:#ededed;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:24.6875rem;left:47.125rem;height:5.0625rem;font-style:normal;display:block; }
#V1pRybEqTkNVSQR28bHf3sshNGOKaLyZ { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:22.1875rem;left:46.875rem;height:2.5rem;font-style:normal;display:block; }
#HFZgGSVVObskthiCO2ETaARw1wPZgWfQ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:22.1875rem;left:43.125rem; }
#qhwIZ96vigE1ylz2TblzNg4UbwuJs3OE { position:absolute;display:block;z-index:15005;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:27.125rem;width:18rem;top:0rem;left:19.447140102828rem;overflow:hidden;display:block; }
#Tm6FT6RvqRvmia19c41xs83mG6m3NlCy { color:#ededed;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:35.3125rem;left:47.0625rem;height:8.4375rem;font-style:normal;display:block; }
#q6a4SRKQIXxW38GEPHd9U3Po5fvlxKcq { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:32.8125rem;left:46.8125rem;height:2.5rem;font-style:normal;display:block; }
#m10tHRdHSSE88TiryAPfTdB11sePrZBk { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:32.8125rem;left:43.0625rem; }
#bUII56VEslccVBVHkmlghebdEZeHEGpK { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(57deg, rgba(160,116,12,0.7), #a0740c);background-image: -moz-linear-gradient(57deg, rgba(160,116,12,0.7), #a0740c);background-image: -ms-linear-gradient(57deg, rgba(160,116,12,0.7), #a0740c);background-image: -o-linear-gradient(57deg, rgba(160,116,12,0.7), #a0740c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740cb2', endColorstr='#a0740c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740cb2', endColorstr='#a0740c' );";background-image: linear-gradient(57deg, rgba(160,116,12,0.7), #a0740c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:8.8125rem;width:33.75rem;top:21.3125rem;left:41.25rem;display:block; }
#ZUR80Vr4ZgSPUlFcfhv9no1m55Dpoil6 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(57deg, rgba(160,116,12,0.7), #a0740c);background-image: -moz-linear-gradient(57deg, rgba(160,116,12,0.7), #a0740c);background-image: -ms-linear-gradient(57deg, rgba(160,116,12,0.7), #a0740c);background-image: -o-linear-gradient(57deg, rgba(160,116,12,0.7), #a0740c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740cb2', endColorstr='#a0740c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740cb2', endColorstr='#a0740c' );";background-image: linear-gradient(57deg, rgba(160,116,12,0.7), #a0740c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.25rem;width:33.8125rem;top:32.0625rem;left:41.1875rem;display:block; }
#ppLaceEysM8fcwAMoKOOdn73c0pLex4J { background-color:#a0740c;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35rem;left:31.125rem;display:none; }
#OEkixNCAHTcP1Z6h4yUiwfSkva2vFNZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yqL7HAho0eObESrrb0BGgooIPXf4TAOT { 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:7.125rem;width:19.375rem;top:0.1875rem;left:0.125rem;overflow:hidden;display:block; }
#ZBakyPp3VMOfKPT07KHOqmTP3S5azmH9 { 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:6.5625rem;width:19.3125rem;top:7.3125rem;left:0.125rem;overflow:hidden;display:block; }
#qIdT5rp3TOUH4GeihVbm9uahTKu6ZsQT { 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:5.9375rem;width:19.3125rem;top:13.84375rem;left:0.092821782178219rem;overflow:hidden;display:block; }
#fJrJ1TBrz150MJdXKFk3u8r7xOSgeoze { 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:5.4375rem;width:9.8125rem;top:19.9375rem;left:0.125rem;overflow:hidden;display:block; }
#bzZNbskDWgfVnwdskhM7O70SGQfucvJZ { 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:5.375rem;width:9.625rem;top:19.9375rem;left:9.9267578125rem;overflow:hidden;display:block; }
#T0lSMXCsuVz5bFIO1LobvF9HzvcfzqRQ { 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:5.25rem;width:9.5rem;top:25.3125rem;left:9.8837890625rem;overflow:hidden;display:block; }
#UOheJESvipcF2SemLKkdzWNNSX1ekTCD { 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:5.3125rem;width:9.6875rem;top:25.3125rem;left:0.1875rem;overflow:hidden;display:block; }
#ggwPmExPx7VEpZb6gnhBZw2cvT6gd7ak { 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:22.0625rem;width:17.625rem;top:27.125rem;left:19.6865234375rem;overflow:hidden;display:block; }
#JdAbAp1WMVDoBC4Z1vdTS3EBki0d37eQ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5rem;top:30.75rem;left:0.25rem;overflow:hidden;display:block; }
#QXsDsaJrh0eqFPzCfvhJJ5DnikqxBTCv { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5625rem;top:30.75rem;left:9.75rem;overflow:hidden;display:block; }
#yhM1laskdnW3RyzCakbzsU5aL3oXe4nt { 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:9.5625rem;width:9.625rem;top:39.75rem;left:0.1875rem;overflow:hidden;display:block; }
#diBzGXqkfI0C9l6bLeqNwVMlcDTbN9Jq { position:absolute;display:block;z-index:15013;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:9.5rem;width:9.5625rem;top:39.8125rem;left:9.8125rem;overflow:hidden;display:block; }
#bk3Wcpz7qT4tTSZAZKDMv4WqIO25FZPM { background-color:#f40338;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:45.5rem;left:55.0625rem;display:block; }
#d0tqwzgTJwh4T5dl4xTpU437tElQfx3o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RNbqurSp61PWpBC0bCnCyxot20dgtKqK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a27;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; }#RNbqurSp61PWpBC0bCnCyxot20dgtKqK > .row .container { background-color: transparent; background-image: none; }#RNbqurSp61PWpBC0bCnCyxot20dgtKqK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNbqurSp61PWpBC0bCnCyxot20dgtKqK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNbqurSp61PWpBC0bCnCyxot20dgtKqK > .row .container > .video-iframe-container { display: none; }#RNbqurSp61PWpBC0bCnCyxot20dgtKqK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNbqurSp61PWpBC0bCnCyxot20dgtKqK > .row > .video-iframe-container { display: none; }#RNbqurSp61PWpBC0bCnCyxot20dgtKqK > .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); }#RNbqurSp61PWpBC0bCnCyxot20dgtKqK > .row .container { border-width: 0; border-radius: 0; }#RNbqurSp61PWpBC0bCnCyxot20dgtKqK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNbqurSp61PWpBC0bCnCyxot20dgtKqK > .row .container { font-size:0.875rem;font-family:raleway;height:90.4375rem;width:75rem;position:relative;display:block; }#ziLXcGdIgRvKgkD7O2z4hQLIhemNdcfX { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a0740c, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #a0740c, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #a0740c, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #a0740c, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #a0740c, 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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:6.8125rem;left:0rem;display:block; }
#GJHCDJdgu8vqCn6cmfWTNQkhHRs1WqRT { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:7.9375rem;left:1.25rem;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; }
#BCJo14lTtzJH9TuTiTl074qOVzFOcBbG { color:#a0740c;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1.4375rem;left:0rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DRXNHxdbiAWPJ7KKNAVWMLQafTMe4cOm { color:#ffffff;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:2.5625rem;left:0rem;height:3.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:left;text-align-last:left;display:block; }
#RgoKroZ7xDVD737cCm46i9gPAncBeVfH { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(160,116,12,0.43), 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:71.375rem;width:0.5rem;top:12.0625rem;left:2.875rem;display:block; }
#NkhGB98yTx1HTfgk5xEdTWOHCklL7qwc { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:10.5625rem;left:1.25rem;height:1.375rem;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; }
#kH0uoD62WGZZoB7godAx5fuWeaEkbwRt { color:#c8961e;display:block;width:66.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:9rem;left:8.125rem;height:1.875rem;font-style:normal;display:block; }
#ZqrtomLDFHbl996tzstKvDkdUeTkVurH { color:#ffffff;display:block;width:66.875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:12.0625rem;left:8.0625rem;height:2.5rem;font-style:normal;display:block; }
#o8D1U5GZyk98TeshU7uym2Ov4wfaDWhx { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:14.9375rem;left:8.0625rem; }
#Fh5iQiVQKp3NS8uupE6TsGSfmVQ0aATx { color:#ffffff;display:block;width:10rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:14.625rem;left:10rem;height:1.6875rem;font-style:normal;display:block; }
#yyOG9r3lTCXFPuZFmS0gvOb6zR37EnVk { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(160,116,12,0.43), 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:15rem;width:0.5rem;top:0rem;left:64.875rem;display:block; }
#uZnF0oUZyeNOZdF55ZOMJ7lnv73BJCwo { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));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:15rem;width:0.5rem;top:0rem;left:67.25rem;display:block; }
#aPDVWmmnBUuTVLNMRnDfLbDwBbPRTde3 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(160,116,12,0.43), 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:15rem;width:0.5rem;top:0rem;left:69.625rem;display:block; }
#aZqTgDzTlNup8TtJFFa1KoGmE1CwAHKo { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));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:15rem;width:0.5rem;top:0rem;left:72rem;display:block; }
#LTiRs3TdIKvu8lvmRIhGsNJa97Oyry8m { color:#ffffff;display:block;width:66.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:17.6875rem;left:8.125rem;height:42.5rem;font-style:normal;display:block; }
#aQciXreENRTqboPSPilvUPSyeBazE66D { position:absolute;display:block;z-index:15052;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 0.6875rem 0.6875rem #a0740c ;height:21.125rem;width:28.1875rem;top:59.5rem;left:8.125rem;overflow:hidden;display:block; }
#D8tc4GzmJG2JGKZ77CEv27uzLl8a8Q2T { position:absolute;display:block;z-index:15053;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 0.6875rem 0.6875rem #a0740c ;height:21.125rem;width:28.1875rem;top:59.5rem;left:41rem;overflow:hidden;display:block; }
#ZxmBzRxvTRI3zggE6J49mnptuyZTvo2m { background-color:#c8961e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:83.4375rem;left:32.65625rem;display:block; }
#CxATZ3pFWE8fa5X0rVrOV76CHkyn2kFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DW8Ts1vDhkhZCHhPzrDhP4XLLo1BqdtA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#DW8Ts1vDhkhZCHhPzrDhP4XLLo1BqdtA > .row .container { background-color: transparent; background-image: none; }#DW8Ts1vDhkhZCHhPzrDhP4XLLo1BqdtA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW8Ts1vDhkhZCHhPzrDhP4XLLo1BqdtA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW8Ts1vDhkhZCHhPzrDhP4XLLo1BqdtA > .row .container > .video-iframe-container { display: none; }#DW8Ts1vDhkhZCHhPzrDhP4XLLo1BqdtA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW8Ts1vDhkhZCHhPzrDhP4XLLo1BqdtA > .row > .video-iframe-container { display: none; }#DW8Ts1vDhkhZCHhPzrDhP4XLLo1BqdtA > .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); }#DW8Ts1vDhkhZCHhPzrDhP4XLLo1BqdtA > .row .container { border-width: 0; border-radius: 0; }#DW8Ts1vDhkhZCHhPzrDhP4XLLo1BqdtA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DW8Ts1vDhkhZCHhPzrDhP4XLLo1BqdtA > .row .container { font-size:0.875rem;font-family:raleway;height:114.375rem;width:75rem;position:relative;display:block; }#KOqzeqL7DTbdSUPLTuJTwVvXcaou51z4 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a0740c, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #a0740c, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #a0740c, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #a0740c, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #a0740c, 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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:5.5625rem;left:0rem;display:block; }
#VCbVCxHAku9R8BxbievS8Grm5XUSqg8R { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:6.6875rem;left:1.25rem;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; }
#A8D1VTmPxTxabQfZgybprJvJa5l74Lg1 { color:#a0740c;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:0.8125rem;left:0rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g4AMRlzcRiX6vXVunASbAax4aXXTIEoJ { color:#2f231a;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:1.9375rem;left:0rem;height:3.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:left;text-align-last:left;display:block; }
#sogrBJrrp6MNOST3MN09XCPIx5no4Kup { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(160,116,12,0.43), 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:44.9375rem;width:0.5rem;top:10.8125rem;left:2.75rem;display:block; }
#LSIidd4OGLTLi98N92L6PPn6ZFD0szWT { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:9.3125rem;left:1.25rem;height:1.375rem;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; }
#UUkeAKixMFo4XxiHswgWehJ1vNcFS6id { color:#c8961e;display:block;width:66.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:7.75rem;left:8.125rem;height:1.875rem;font-style:normal;display:block; }
#TVbQT75h82hDfxyLR93TTtZQPMoMCUSr { color:#2f231a;display:block;width:66.875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:10.8125rem;left:8.0625rem;height:2.5rem;font-style:normal;display:block; }
#k0DMloNeP67Rtk2fJ9vRKNyCO9NBQZzx { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:13.6875rem;left:8.0625rem; }
#XPnAnoTVvKdwDKDSPe1PiF9fuCOmi10l { color:#2f231a;display:block;width:10rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:13.375rem;left:10rem;height:1.6875rem;font-style:normal;display:block; }
#v397h4bl5q6RBmWfTCFAxIgpJqUVFvhD { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a0740c, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #a0740c, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #a0740c, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #a0740c, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #a0740c, 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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:55.75rem;left:0rem;display:block; }
#ePNJgPQPUdtnavVIEmi8LwxVsFPhp9k2 { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:56.875rem;left:1.25rem;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; }
#tA3kKVHLfEocvlKBVe9An2HlK3kEnaWE { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:59.5rem;left:1.25rem;height:1.375rem;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; }
#eTshSchDOyqFTrDtVhsxxwMVFlWSrfFv { color:#c8961e;display:block;width:66.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:57.9375rem;left:8.125rem;height:1.875rem;font-style:normal;display:block; }
#NzN8f1Tfh8gpT7Si9BkG5CHbPeMgWu9F { color:#2f231a;display:block;width:66.875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:61rem;left:8.0625rem;height:2.5rem;font-style:normal;display:block; }
#egMZeUosipHfetnRT1EhQ0Z12OPFIEgL { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:63.875rem;left:8.125rem; }
#zUhZldqHNvZuUc7FyTdUWrKnCXFeZzu3 { color:#2f231a;display:block;width:10rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:63.5625rem;left:10rem;height:1.6875rem;font-style:normal;display:block; }
#PuM0QHctZkWMID37Kt2JxVxLggJguZ6V { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(160,116,12,0.43), 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:15rem;width:0.5rem;top:0rem;left:64.875rem;display:block; }
#PUZggWxcDmCA2TxWMvNKc7XkpVrNk1Iz { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));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:15rem;width:0.5rem;top:0rem;left:67.25rem;display:block; }
#Oln1bEKvgpn7QFwhvrOFt3fQkUvz31bh { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(160,116,12,0.43), 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:15rem;width:0.5rem;top:0rem;left:69.625rem;display:block; }
#WtD5tfgsJmaTi8SD5npDJfZSQafndsET { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));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:15rem;width:0.5rem;top:0rem;left:72rem;display:block; }
#tzCTRzKCDscqAfWDZRaenFcJFUxM8kBP { color:#2f231a;display:block;width:66.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:16.9375rem;left:8.0625rem;height:12.75rem;font-style:normal;display:block; }
#KhLBiFokN1cr56k1qNzi7nLTasbgUSh7 { position:absolute;display:block;z-index:15051;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 0.6875rem 0.6875rem #a0740c ;height:21rem;width:29rem;top:31.875rem;left:7.4375rem;overflow:hidden;display:block; }
#ScO7RTbmvTmqI9dsv10zynXIt17wwdJP { position:absolute;display:block;z-index:15052;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: 0.6875rem 0.6875rem 0.6875rem #a0740c ;height:21.5625rem;width:32.5625rem;top:31.84375rem;left:39.5rem;overflow:hidden;display:block; }
#GHi9TTuuVp8BAxvEkwD7FJnxrldCIOzx { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(160,116,12,0.43), 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:44.9375rem;width:0.5rem;top:60.875rem;left:2.875rem;display:block; }
#MCMkrTzHIPSufmvtqHWRcfAMfiv9L5yE { color:#2f231a;display:block;width:66.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.7;letter-spacing:0;top:66.625rem;left:8.125rem;height:17rem;font-style:normal;display:block; }
#dtVxpsmo0U5cbkZnnIyCnuZFJ41D5F3F { position:absolute;display:block;z-index:15052;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 0.6875rem 0.6875rem #a0740c ;height:21.5625rem;width:14.3125rem;top:84.375rem;left:35.125rem;overflow:hidden;display:block; }
#ur6eXQ4oM7tMdc7k6b6HmFdUPp76agRn { position:absolute;display:block;z-index:15053;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 0.6875rem 0.6875rem #a0740c ;height:10.5rem;width:15.9375rem;top:84.375rem;left:50.875rem;overflow:hidden;display:block; }
#F5pLToOXR0uC08evTv79z3R5aIHgZPWU { position:absolute;display:block;z-index:15054;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 0.6875rem 0.6875rem #a0740c ;height:10.5rem;width:16rem;top:95.25rem;left:50.9375rem;overflow:hidden;display:block; }
#lMIKeqMiMZczWIyAG6ZMIEifmtaCeHDV { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.6875rem 0.6875rem 0.6875rem #a0740c ;height:21.4375rem;width:11.9375rem;top:85.21875rem;left:6.8408203125rem;display:block; }
#TtGl2dy0AOtdei3nimTNe8KFFetrOhZd { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.6875rem 0.6875rem 0.6875rem #a0740c ;height:21.4375rem;width:11.9375rem;top:85.21875rem;left:20.90625rem;display:block; }
#nCPT3yRu61wUlBTJbhnhbeOTMlQyKNRc { background-color:#c8961e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:109.375rem;left:30.84375rem;display:block; }
#CLMG7fqoMwS8Z22yBSTgGfvvnzEQewQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fyIyvpBlIcsePrZDfPdqaiiMr9KgJeRw { 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; }#fyIyvpBlIcsePrZDfPdqaiiMr9KgJeRw > .row .container { background-color: transparent; background-image: none; }#fyIyvpBlIcsePrZDfPdqaiiMr9KgJeRw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyIyvpBlIcsePrZDfPdqaiiMr9KgJeRw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyIyvpBlIcsePrZDfPdqaiiMr9KgJeRw > .row .container > .video-iframe-container { display: none; }#fyIyvpBlIcsePrZDfPdqaiiMr9KgJeRw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyIyvpBlIcsePrZDfPdqaiiMr9KgJeRw > .row > .video-iframe-container { display: none; }#fyIyvpBlIcsePrZDfPdqaiiMr9KgJeRw > .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); }#fyIyvpBlIcsePrZDfPdqaiiMr9KgJeRw > .row .container { border-width: 0; border-radius: 0; }#fyIyvpBlIcsePrZDfPdqaiiMr9KgJeRw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fyIyvpBlIcsePrZDfPdqaiiMr9KgJeRw > .row .container { font-size:0.875rem;font-family:raleway;height:66.25rem;width:75rem;position:relative;display:block; }#PlUsL2qoFtma5EoDcAwRJuFD2Sfx9mCt { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a0740c, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #a0740c, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #a0740c, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #a0740c, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #a0740c, 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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:7rem;left:0rem;display:block; }
#lJ35bzt28Z7MrGP0afRhwHCo2w2PO2Ri { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:8.125rem;left:1.25rem;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; }
#GK0MyLdkyDust3SMlQ8vT2NIrr3sqUtX { color:#a0740c;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1.0625rem;left:0rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qaVgdplWmNS2AMid1WAcZkkOzWocPTJU { color:#ffffff;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:2.1875rem;left:0rem;height:3.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:left;text-align-last:left;display:block; }
#wOP2SFKJfXXrsq4abF8FcTe0DavhGGuI { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(160,116,12,0.43), 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:48.5625rem;width:0.5625rem;top:12.25rem;left:2.75rem;display:block; }
#emRGHIBFyIamOypZx0qFGOnSmuELRqcH { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:10.75rem;left:1.25rem;height:1.375rem;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; }
#TrmiP1Q2LQIhtS5RzeIpoEgmz5g6AQSw { color:#c8961e;display:block;width:66.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:9.1875rem;left:8.125rem;height:1.875rem;font-style:normal;display:block; }
#XhpTqU0RurvbbThbsb4Doa7w2TR5T7e7 { color:#ffffff;display:block;width:66.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:19.3125rem;left:8.125rem;height:14.875rem;font-style:normal;display:block; }
#hGGSgxStMkwQRlFqiWcJLRZvpMJzkf7a { color:#ffffff;display:block;width:66.875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:12.25rem;left:8.125rem;height:2.5rem;font-style:normal;display:block; }
#TX10zFfLr5NGMmqy0dlC7qR9FNTgaeni { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:15.8125rem;left:8.125rem; }
#TkXbL2RtNwAXlMxD9McBQqgsXX3OCGbv { color:#ffffff;display:block;width:10rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:15.5625rem;left:10.1875rem;height:1.6875rem;font-style:normal;display:block; }
#QVQ1riHDrZ8MyTbVygqQp2uZ8XCcaGqO { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(160,116,12,0.43), 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:15rem;width:0.5rem;top:0rem;left:64.875rem;display:block; }
#bFcOkZEfX9T1H0qEVMPBx5WFGevvsckN { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(160,116,12,0.43), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c6d', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(160,116,12,0.43), 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:15rem;width:0.5rem;top:0rem;left:69.625rem;display:block; }
#quvz9OtVZZtX7N0h4TliiUWFFqyXbzrp { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));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:15rem;width:0.5rem;top:0rem;left:72rem;display:block; }
#Skpqf64ew1Sht1eSt6TfoT1rqyTeUdli { position:absolute;display:block;z-index:15052;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 0.6875rem 0.6875rem #a0740c ;height:21rem;width:24.625rem;top:36.3125rem;left:3.4375rem;overflow:hidden;display:block; }
#ixQ7pvf7d6h5CRL2omUdw6Poz0fRWeLG { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0740c6d' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(160,116,12,0.43));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:15rem;width:0.5rem;top:0rem;left:67.25rem;display:block; }
#wLzTMqsTeTSehT5OWt03hD2U3rbX8LSE { background-color:#a0740c;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35rem;left:31.125rem;display:none; }
#B0zquwWCL9QUxcJMlxdSpoU58OdcEu8U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LCtkNMW8KwRgNnEMzpXnS6PsrvNwDJUw { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.6875rem 0.6875rem 0.6875rem #a0740c ;height:21.6875rem;width:12.0625rem;top:36.25rem;left:30.9375rem;display:block; }
#XOK9QdOdimJg1yfoS9iU28yl4ayJTxfS { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.6875rem 0.6875rem 0.6875rem #a0740c ;height:21.6875rem;width:12.0625rem;top:36.25rem;left:44.9375rem;display:block; }
#VhS0nAcaSI62hd5k80hspncs74hcNTRD { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.6875rem 0.6875rem 0.6875rem #a0740c ;height:21.6875rem;width:12.0625rem;top:36.25rem;left:59.5rem;display:block; }
#DgKUQlWqrNF2ah0XsNfPS6AG5oRS4lFG { background-color:#f40338;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:60.8125rem;left:30.3125rem;display:block; }
#SC0rBCu94TKe4BiUBpDCrNDIVUzVks9f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xyN3flwRyg5w0U1aLRkBKRr17c03IW0s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#xyN3flwRyg5w0U1aLRkBKRr17c03IW0s > .row .container { background-color: transparent; background-image: none; }#xyN3flwRyg5w0U1aLRkBKRr17c03IW0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyN3flwRyg5w0U1aLRkBKRr17c03IW0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyN3flwRyg5w0U1aLRkBKRr17c03IW0s > .row .container > .video-iframe-container { display: none; }#xyN3flwRyg5w0U1aLRkBKRr17c03IW0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyN3flwRyg5w0U1aLRkBKRr17c03IW0s > .row > .video-iframe-container { display: none; }#xyN3flwRyg5w0U1aLRkBKRr17c03IW0s > .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); }#xyN3flwRyg5w0U1aLRkBKRr17c03IW0s > .row .container { border-width: 0; border-radius: 0; }#xyN3flwRyg5w0U1aLRkBKRr17c03IW0s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xyN3flwRyg5w0U1aLRkBKRr17c03IW0s > .row .container { font-size:0.875rem;font-family:raleway;height:61.125rem;width:75rem;position:relative;display:block; }#uk7svrp4lvgr0LMmsaqR4NMX3N0sLDpr { color:#a0740c;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:3.1875rem;left:11.25rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tu2b9GrSBXUUIgfD8qopQtspTGyOpwIP { color:#2f231a;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.875rem;left:11.25rem;height:3.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; }
#ltugXE6TCAEqdg4hf70BOCWET66h4x9n { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:21.5rem;left:3.4375rem;height:10.125rem;text-align:left;text-align-last:left;display:block; }
#BBlTcXsvB1tZCtfm8rNdaJdDVLKoRqx4 { color:#383836;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:14.125rem;left:13.1875rem;height:2.125rem;text-align:left;text-align-last:left;display:block; }
#KOXKrlQ9EhEEr5d1sd66veFtmChT6lMQ { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(200,150,30,0.7), #a0740c);background-image: -moz-linear-gradient(183deg, rgba(200,150,30,0.7), #a0740c);background-image: -ms-linear-gradient(183deg, rgba(200,150,30,0.7), #a0740c);background-image: -o-linear-gradient(183deg, rgba(200,150,30,0.7), #a0740c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961eb2', endColorstr='#a0740c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961eb2', endColorstr='#a0740c' );";background-image: linear-gradient(183deg, rgba(200,150,30,0.7), #a0740c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:21.25rem;width:34.375rem;top:12.1875rem;left:1.875rem;display:block; }
#cefuGyZFtlBf2flzsEy27EESpQJndgGQ { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:21.5rem;left:40.625rem;height:10.125rem;text-align:left;text-align-last:left;display:block; }
#rn4ROVswI8ls2wmn8T45fwmZPTJCEFm3 { color:#383836;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:14.125rem;left:49rem;height:2.125rem;text-align:left;text-align-last:left;display:block; }
#kX5q5vokXfpKF73dOI5DyznqlnTR3ou7 { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:45.875rem;left:3.75rem;height:11.8125rem;text-align:left;text-align-last:left;display:block; }
#uEdXR2M5BJ6St07hmGfTU0rbWJpglkUQ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:7.4375rem;width:7.5rem;top:37.75rem;left:3.75rem;overflow:hidden;display:block; }
#cynL4tvQpve3HMJHVV1luXg5MKMEbN6m { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:7.4375rem;width:7.5rem;top:14.125rem;left:39.6875rem;overflow:hidden;display:block; }
#pcF8ovTCrCluJhQg97wdVoBnUUFgMZa0 { position:absolute;display:block;z-index:15034;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:1.9375rem;width:3.25rem;top:17.4375rem;left:13.1875rem;overflow:hidden;display:block; }
#v9QQP5hP5MU0susI0JWx1Sate9VoN5f0 { position:absolute;display:block;z-index:15035;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:1.9375rem;width:2.9375rem;top:17.4375rem;left:49rem;overflow:hidden;display:block; }
#MlnpAsgQ3rPvEEaJTNkzDn8HTQXideHA { color:#383836;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:38.5rem;left:13.1875rem;height:2.125rem;text-align:left;text-align-last:left;display:block; }
#EITJXwXs2MeLGJkcXSy1F71b2qeWKbgq { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:7.625rem;width:7.5625rem;top:13.125rem;left:3.75rem;overflow:hidden;display:block; }
#Ti1Sebynwz3hHJCIztTZde0Q1qkbmulb { position:absolute;display:block;z-index:15036;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:1.9375rem;width:2.9375rem;top:41.8125rem;left:13.1875rem;overflow:hidden;display:block; }
#pyZs9pF0BSmuyhPx9uNT918eBZEJiDQf { position:absolute;display:block;z-index:15037;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.375rem;width:11.375rem;top:35.9375rem;left:38.75rem;overflow:hidden;display:block; }
#r9FCr9H14Is9Auor0XhkWpGXNQsHLgxV { position:absolute;display:block;z-index:15038;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:11.25rem;top:36rem;left:50.3125rem;overflow:hidden;display:block; }
#s52x6isDFyMJvNuSZZnd99TAblpIEXl8 { position:absolute;display:block;z-index:15038;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.375rem;width:11.375rem;top:47.375rem;left:38.75rem;overflow:hidden;display:block; }
#JdZa2Ce4fHO8P3f6oKvJ8AlUfzmCi6cb { position:absolute;display:block;z-index:15039;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:11.25rem;top:47.4375rem;left:50.3125rem;overflow:hidden;display:block; }
#QEDn6CwAePrqSgr2NGK0wq3uDNlgiON9 { position:absolute;display:block;z-index:15040;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.9375rem;width:11.25rem;top:49.625rem;left:61.625rem;overflow:hidden;display:block; }
#snnTf018pKy52EPDQN2yp1E3fJwyVTOq { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(200,150,30,0.7), #a0740c);background-image: -moz-linear-gradient(183deg, rgba(200,150,30,0.7), #a0740c);background-image: -ms-linear-gradient(183deg, rgba(200,150,30,0.7), #a0740c);background-image: -o-linear-gradient(183deg, rgba(200,150,30,0.7), #a0740c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961eb2', endColorstr='#a0740c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961eb2', endColorstr='#a0740c' );";background-image: linear-gradient(183deg, rgba(200,150,30,0.7), #a0740c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:21.25rem;width:34.375rem;top:12.1875rem;left:38.75rem;display:block; }
#dg238kCI2Q3dc9XOWuluxnpM0NX4FleI { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(200,150,30,0.7), #a0740c);background-image: -moz-linear-gradient(183deg, rgba(200,150,30,0.7), #a0740c);background-image: -ms-linear-gradient(183deg, rgba(200,150,30,0.7), #a0740c);background-image: -o-linear-gradient(183deg, rgba(200,150,30,0.7), #a0740c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961eb2', endColorstr='#a0740c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961eb2', endColorstr='#a0740c' );";background-image: linear-gradient(183deg, rgba(200,150,30,0.7), #a0740c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:22.3125rem;width:34.375rem;top:36.25rem;left:1.875rem;display:block; }
#bOPmHUwqHdHysrTQQCGq6RD27bENFiZL { position:absolute;display:block;z-index:15040;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:6.75rem;width:11.0625rem;top:36.15625rem;left:61.5625rem;overflow:hidden;display:block; }
#ILgLoCAdi8Sm6m8FMwLqDEu3AdDCeG51 { position:absolute;display:block;z-index:15039;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:6.5625rem;width:11.125rem;top:42.8125rem;left:61.5625rem;overflow:hidden;display:block; }
#kPgEVK8UKxPhAipLyshKtSbrNmRJMFlL { background-color:#c8961e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:109.375rem;left:30.84375rem;display:none; }
#e0G6EDo1yXmIJh04ENUZUL8L84hHgTbz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:17.75rem;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:3.1875rem;left:0rem;height:4.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;display:block; }
#xH4ORTbm3xIGpToAfqqEbV4SUDzSu3qZ { color:#a0740c;display:block;width:13.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:9.5625rem;left:0rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fRNeGtAG3lDJSMBZVQhJFtTRScTDBAkT { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,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:8.4375rem;left:0rem;display:block; }
#rrBIKFsl9cL693S7yvflLsvxrfTeDCd9 { color:#a0740c;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:9.5625rem;left:19.375rem;height:2.5rem;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:3.1875rem;left:19.375rem;height:4.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;display:block; }
#UpETG1KN1Px9ODLMnphBeLu7DR53aLed { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,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:8.4375rem;left:19.375rem;display:block; }
#NpKVSmS6RpeODnut8etI2HufTrg9Ac7W { color:#a0740c;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:9.5625rem;left:38.75rem;height:2.5rem;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:3.1875rem;left:38.75rem;height:4.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;display:block; }
#bHclvyN2MREGxlTKUeQlWqJEss0IT6o3 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,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:8.4375rem;left:38.75rem;display:block; }
#t5vuB2DdO2CHmF9KmN0DHyuyg5XkKo8o { color:#a0740c;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:9.5625rem;left:58.75rem;height:2.5rem;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:3.1875rem;left:58.75rem;height:4.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;display:block; }
#dhT3xrcwm7vbFIvyQPB1O65TPJfxP2Ug { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,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:8.4375rem;left:58.75rem;display:block; }
#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { background-color: transparent; background-image: none; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container > .video-iframe-container { display: none; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row > .video-iframe-container { display: none; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .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); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { border-width: 0; border-radius: 0; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { font-size:0.875rem;font-family:raleway;height:55.875rem;width:75rem;position:relative;display:block; }#DhbFiuULDRg1EPxRCSqFbEJiE9GW0XMy { color:#c8961e;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:2.625rem;left:11.25rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqtP528wKJZPciBL99k1Pp3WIpnB3kP2 { color:#2f231a;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:4.3125rem;left:11.25rem;height:3.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; }
#wqPN9JggAtXV4CTwmoMa7dlfhm704UFO { 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:14.8125rem;width:18.625rem;top:11.25rem;left:0rem;overflow:hidden;display:block; }
#vI3GTavU8IFFSTd5FnB1fbtoonpIZmbk { 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:23.125rem;width:18.5rem;top:11.3125rem;left:37.625rem;overflow:hidden;display:block; }
#ZTKOgb0krGvZrqPNZUb0pLXBbu4htA9b { 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:14.6875rem;width:18.375rem;top:11.1875rem;left:56.25rem;overflow:hidden;display:block; }
#hXCMk0MV8OaXfII4SJXcAwsKQqi9N8X7 { 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:23.3125rem;width:18.625rem;top:26.125rem;left:0rem;overflow:hidden;display:block; }
#fMCynWX8gCsSurh5WLd8N035UMINuLtI { position:absolute;display:block;z-index:15031;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:23rem;width:18.25rem;top:26.21875rem;left:56.375rem;overflow:hidden;display:block; }
#cc1nHQ9g72v4N8hXFtt2tz9JviRuHpNr { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:18.4375rem;top:11.25rem;left:18.97265625rem;overflow:hidden;display:block; }
#ipiHlstuNDnsBhGD9f8ZUtRbAtIRAQGr { 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:14.8125rem;width:18.5rem;top:34.5625rem;left:18.875rem;overflow:hidden;display:block; }
#CiBzm2Q7yhO8f5Jf23RpwLrpoaxB1MWX { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b5b5b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b5b5b5' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);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:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#B55w0pBgE2O4bgM3PLzJJyCApDX7iAB9 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b5b5b5, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #b5b5b5, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #b5b5b5, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #b5b5b5, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #b5b5b5, 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:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#dNE59Azn14spNV73Lcpfz5Vu3vpm5Hh2 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b5b5b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b5b5b5' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #b5b5b5);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:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#DCc740m2eQRiD7PmDksWV0Q1n6GSV90E { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b5b5b5, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #b5b5b5, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #b5b5b5, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #b5b5b5, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #b5b5b5, 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:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#m1AGs8NdZUH233GER5ZmUT40Pn1HBapC { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:18.6875rem;top:35.75rem;left:37.53125rem;overflow:hidden;display:block; }
#PkorGtf5USWfInkEnWKG7bD0pdorcI9c { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(200,150,30,0.82), rgba(160,116,12,0.26));background-image: -moz-linear-gradient(183deg, rgba(200,150,30,0.82), rgba(160,116,12,0.26));background-image: -ms-linear-gradient(183deg, rgba(200,150,30,0.82), rgba(160,116,12,0.26));background-image: -o-linear-gradient(183deg, rgba(200,150,30,0.82), rgba(160,116,12,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961ed1', endColorstr='#a0740c42' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961ed1', endColorstr='#a0740c42' );";background-image: linear-gradient(183deg, rgba(200,150,30,0.82), rgba(160,116,12,0.26));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:39.0625rem;width:74.8125rem;top:10.6875rem;left:0rem;display:block; }
#WbzXSCRd3bxbrdmvXSNslmDCUo8WFM93 { background-color:#f40338;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:50.875rem;left:33.65625rem;display:block; }
#KTT76pRcsQLw0KNucqIaLzxTAxWNdpsV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { background-color: transparent; background-image: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container > .video-iframe-container { display: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row > .video-iframe-container { display: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .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); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { border-width: 0; border-radius: 0; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { font-size:0.875rem;font-family:raleway;height:72.9375rem;width:75rem;position:relative;display:block; }#CCkKoPyVxEeqKA2x4blgFWKB7pATih70 { color:#c8961e;display:block;width:68.375rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.75rem;left:0rem;height:3.125rem;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; }
#bwkslxtb7y0i55HaMNtzeEXW84P7fGSJ { color:#2a2a27;display:block;width:43.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:8.5625rem;left:3.6875rem;height:9.375rem;text-align:left;text-align-last:left;display:block; }
#EeTklTHLo08K8VL5FuP2c0QBrFuR0b5y { background-color:#c8961e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.75rem;left:19.09375rem;display:block; }
#iPeOADF9Lk1AVLLwPIT7cNsc92hhQBhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rl5U6zVWhbN7lalWOB8rLtMnk5BcvC66 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1c1c4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1c1c4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,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:21.25rem;width:0.5rem;top:0rem;left:65.5rem;display:block; }
#kMtigflldWTu6D4gIMA1MJ3osLqCOJCC { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1c1c4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1c1c4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,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:21.25rem;width:0.5rem;top:0rem;left:70.25rem;display:block; }
#DtLR6puRPRbW7xO8iehyL5Z8Lc1T15kV { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(28,28,28,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:21.25rem;width:0.5rem;top:0rem;left:72.625rem;display:block; }
#JGPmxeSt6FbEU0z4f7x8gnbUlrQWkX4n { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(28,28,28,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:21.25rem;width:0.5rem;top:0rem;left:67.875rem;display:block; }
#dGO76yhdaTIS1k72LCkKvWxTMkutbDh0 { position:absolute;display:block;z-index:15001;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:15rem;width:12.875rem;top:6.3125rem;left:48.1904296875rem;overflow:hidden;display:block; }
#WrqTsLaqfdTTT05pFRsnWEq42bNdiwNt { color:#2a2a27;display:block;width:43.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:26.9375rem;left:3.6875rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#zxBXo9uk1oIOIg0oTHGczJXcMCEfVc2X { box-sizing:content-box;height:0.1875rem;width:56.25rem;position:absolute;display:block;z-index:15034;background-color:#c8961e;background-image:none;top:23.75rem;left:3.6875rem;display:block; }
#Jv38DLbRiMtIZ4aprTFuxwi9LhTJ1OMi { position:absolute;display:block;z-index:15002;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.8125rem;width:10.875rem;top:25.25rem;left:49.1904296875rem;overflow:hidden;display:block; }
#iKsIzz0Pnm5euMU27NV0KJvDDEmH3li6 { box-sizing:content-box;height:0.1875rem;width:56.25rem;position:absolute;display:block;z-index:15035;background-color:#c8961e;background-image:none;top:39.9375rem;left:3.6875rem;display:block; }
#mIrqgu9ElX05uOoCBSbTn4tcipow3mE6 { color:#ad7955;display:block;width:31.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:6.875rem;left:3.0625rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PIZIykpqTFMhHIbUu6oe0tZXH6RdB1x8 { color:#ad7955;display:block;width:31.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:25.25rem;left:3.6875rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZcSdVAUiAwOVvCwEcMeoJO2MnNbbxhTM { color:#ad7955;display:block;width:31.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:41.6875rem;left:3.6875rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WQW3e0gxLyF9voxhDfqWoinnDcdoTECM { color:#2a2a27;display:block;width:43.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:43.375rem;left:3.6875rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#Kix4GPErugUHU3UW1pW9GVHfsLAdhEe2 { 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.9375rem;width:11.6875rem;top:41rem;left:48.1904296875rem;overflow:hidden;display:block; }
#f23dEIZUfqR6XIPxF7z3AOCILqnQFLiK { box-sizing:content-box;height:0.1875rem;width:56.25rem;position:absolute;display:block;z-index:15036;background-color:#c8961e;background-image:none;top:56.75rem;left:3.6875rem;display:block; }
#pXa0KKmi954iWMVDOHrwxnVciTSyO6x6 { color:#ad7955;display:block;width:31.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:58.3125rem;left:3.6875rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l2Wq0Z5uWxpCf9mq4tvogTd3359gqXuI { color:#2a2a27;display:block;width:43.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:60.625rem;left:3.6875rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#TGcvSPTyEbOazEL9NmFhAowuMeT7h4Uc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:10.3125rem;top:57.5625rem;left:49.4716796875rem;overflow:hidden;display:block; }
#OmXhQdd6XHlbTzf9197pox8ZIsbH0PL0 { background-color:#c8961e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.4375rem;left:19.09375rem;display:block; }
#WDKtlxo2cvTnf6iTFXIqdZDBVJtAif4K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iDATuKA6c1GKm92apG78Pdd33tgETPSE { background-color:#c8961e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:52.25rem;left:19.09375rem;display:block; }
#HeFTxx5ZSA5oAQnWQ4SDz5lFTJZVxVFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sstVPaAg9WX9stH0TfGJXNBzuTUMRdBa { background-color:#c8961e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:66.25rem;left:19.09375rem;display:block; }
#W4XEWZDPB3TmN1kp3hxstUX7A8NLoMaD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6GV9esCemCugqpy3gHE4DFeBtH4htbo { 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; }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row .container { background-color: transparent; background-image: none; }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row .container > .video-iframe-container { display: none; }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row > .video-iframe-container { display: none; }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .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); }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row .container { border-width: 0; border-radius: 0; }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row .container { font-size:0.875rem;font-family:raleway;height:43.5625rem;width:75rem;position:relative;display:block; }#XaHE45gWAw1BRPUXiyQPO27Nx03fBwcC { color:#c8961e;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:2.0625rem;left:11.25rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1Ibo5D91MxXfFBaipO2m8HSWkGIWoQH { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:3.75rem;left:11.25rem;height:3.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; }
#oPFiV5xTQHwQEAPrweKL1cnuVpsvDSsU { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,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:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#Az6uUTE3HUDcKBkfI4KTUcxaT1GedsaB { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#f3Q5FdrT7nVyrBGOxlQTpxzedOVtKTqy { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,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:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#RKnC7BhxEMJHz7HJJvvKpzp8LMp1XNbO { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#iT09pyhyeM8LHuBeQRsZ563U1twfRGnO { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.0625rem;width:11.625rem;top:9.4375rem;left:48.6875rem;display:block; }
#DMruolU8JrJBWb0OBJS68vrAdaSTFoBg { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.875rem;width:11.625rem;top:9.5625rem;left:0.6875rem;display:block; }
#FTMagrZDqDGo8EkSbr6MbLBrnr6JVgks { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21rem;width:11.625rem;top:9.4375rem;left:36.6875rem;display:block; }
#OEc2rBXW3LtCMpMXX688ruu4nEXyOmse { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.9375rem;width:11.625rem;top:9.5rem;left:12.75rem;display:block; }
#pnknH5BKvCHsUJTMmUi9rBRzHa0maZc9 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21rem;width:11.5625rem;top:9.5rem;left:24.75rem;display:block; }
#qczlNp85aByBsHqD4iNFBTCAARG7oLyQ { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.125rem;width:11.8125rem;top:9.375rem;left:60.75rem;display:block; }
#lpcd4JnRMC42ALSKIiwp0nbZW4ZOBZhP { 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:8.75rem;width:11.75rem;top:32.8125rem;left:0.6875rem;overflow:hidden;display:block; }
#g5t0AtO3wKXNlTv4bdBwodAw7T58gDri { 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.6875rem;width:11.625rem;top:32.8125rem;left:12.75rem;overflow:hidden;display:block; }
#VLpGLSUJOtTeUqwLK2yfklg2HCVPh2R1 { 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.75rem;width:11.625rem;top:32.8125rem;left:24.75rem;overflow:hidden;display:block; }
#O8iUrHQ0ITPkWXmW9NZCupXwps7Of8HB { 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.75rem;width:11.625rem;top:32.8125rem;left:36.6875rem;overflow:hidden;display:block; }
#DC6OFlz09hDZ27r5iyTZVkWHmg518BeI { position:absolute;display:block;z-index:15031;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:11.625rem;top:32.8125rem;left:48.6875rem;overflow:hidden;display:block; }
#BMxkO3LTqkkLZTEH5ot5XvSzAAr3UqID { position:absolute;display:block;z-index:15032;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.75rem;width:11.625rem;top:32.8125rem;left:60.625rem;overflow:hidden;display:block; }
#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row .container { background-color: transparent; background-image: none; }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row .container > .video-iframe-container { display: none; }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row > .video-iframe-container { display: none; }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .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); }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row .container { border-width: 0; border-radius: 0; }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row .container { font-size:0.875rem;font-family:raleway;height:55.5rem;width:75rem;position:relative;display:block; }#BAtBR9Fq5XFLyULmpJDO2uwP79S076tA { color:#c8961e;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:2.125rem;left:11.25rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m8tDPIzeP7zU1lT30RNm6TyTlS4U9gsG { color:#2f231a;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:3.125rem;left:11.25rem;height:3.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; }
#Mn7WAJHz1VGUyALrUQQmuqrToSSNs0u0 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(276deg, #c8961e, #a0740c);background-image: -moz-linear-gradient(276deg, #c8961e, #a0740c);background-image: -ms-linear-gradient(276deg, #c8961e, #a0740c);background-image: -o-linear-gradient(276deg, #c8961e, #a0740c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961e', endColorstr='#a0740c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961e', endColorstr='#a0740c' );";background-image: linear-gradient(276deg, #c8961e, #a0740c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:43.5625rem;width:24.1875rem;top:10.625rem;left:0.75rem;display:none; }
#JLFB6Li51WVEJuDOQ8GqeCLElko1poxq { color:#383836;display:block;width:20.6875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.7;letter-spacing:0;top:11.125rem;left:2.625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gPGcsrhvnc4zsd0PUuh6Fdy9KTiz9SpF { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:12.9375rem;left:4rem;height:5.375rem;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:none; }
#W6yLLNtHLF6ILmZGMsBU5qA7RO9srSTI { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:19.375rem;left:1.40625rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cJRZs38cksoIIGQseK4RXN1o247gFzq7 { position:absolute;display:block;z-index:15049;background-color:#c8961e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:22.8125rem;top:21.4375rem;left:1.4375rem;display:none; }
#a5tnyCNewsiRonHDrbLx5gUIDx9OSw4J { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:13.9375rem;left:2.625rem;height:2.0625rem;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:none; }
#Za9rgiFId0SLIxRK0w9xv9qHqCT6mREW { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:23.375rem;left:2.4375rem;height:21.8828125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#Za9rgiFId0SLIxRK0w9xv9qHqCT6mREW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Za9rgiFId0SLIxRK0w9xv9qHqCT6mREW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_840b27fff909ef34ae46f570f13ec68a274d1ab6.svg); }
#z34x0n2kMFHWVrHWXKpnqMqzGpcMKrP5 { background-color:#c8961e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:44.6875rem;left:19.1875rem;display:block; }
#qOW1mp9CbrnFz9OrCu4zpXtRWpbaBzA9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CWnXci0g6ioP0KeAFFk1aDhqu0oNMaf8 { position:absolute;display:block;z-index:15057;background-color:#c8961e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:22.6875rem;top:20.375rem;left:13.15625rem;display:block; }
#P1O1S8K3PgKPB6uGPcxTKOPVTLqeABnE { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:17.625rem;left:13.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I1u0CuixaIeFlyWlk5UJBWr1WiXq7x76 { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:12.3125rem;left:20.5625rem;height:5.375rem;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; }
#KU0U0iJG9nBr63Z7Jetxqs0qpSnN7SxG { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:13.96875rem;left:19.1875rem;height:2.0625rem;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; }
#T9GKAUWszFGP8IhZPb2cWGo8OEiVwOMi { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:11.1875rem;left:17.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yyCt6yAZtxLTLQ01n2zdz8JdMRmvMF5c { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:21.5625rem;left:14.1875rem;height:21.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yyCt6yAZtxLTLQ01n2zdz8JdMRmvMF5c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yyCt6yAZtxLTLQ01n2zdz8JdMRmvMF5c li:before{  }
#od526ZXCMxFa9oEgLqZhR7GvXebAQIUi { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15076;line-height:1.7;letter-spacing:0;top:23.5rem;left:51.6875rem;height:14.484375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#od526ZXCMxFa9oEgLqZhR7GvXebAQIUi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#od526ZXCMxFa9oEgLqZhR7GvXebAQIUi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_840b27fff909ef34ae46f570f13ec68a274d1ab6.svg); }
#e6ALm3T4HC6CCMHT9ogvXp63Vizo7a90 { position:absolute;display:block;z-index:15065;background-color:#c8961e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:22.8125rem;top:21.5rem;left:50.6875rem;display:none; }
#HIWQV1OXLnkdIoxCd1N3o31ThrTRVwUH { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:19.5625rem;left:50.5625rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zBJU8AzoHZaTvI9QMrSP2qIL23CV5cHR { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:13.0625rem;left:53.0625rem;height:5.375rem;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:none; }
#acA3Rx3otvi2Jr1nTTRBXDE7kd9Hr2ZE { color:#383836;display:block;width:17.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.7;letter-spacing:0;top:11.25rem;left:51.6875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BvF6u67c302tIEzlB7fT29d67Cl0IEqN { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:14.0625rem;left:51.75rem;height:2.0625rem;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:none; }
#os66xoiSIPaeoSVl18XGtI7vyyBXKLqn { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(276deg, #6a6a6a, #383836);background-image: -moz-linear-gradient(276deg, #6a6a6a, #383836);background-image: -ms-linear-gradient(276deg, #6a6a6a, #383836);background-image: -o-linear-gradient(276deg, #6a6a6a, #383836);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#383836' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#383836' );";background-image: linear-gradient(276deg, #6a6a6a, #383836);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:43.5rem;width:24.25rem;top:9.3125rem;left:12.375rem;display:block; }
#tOu1tCfnU5NbxPSr3AVB0lO6cERBki1v { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(276deg, #c8961e, #a0740c);background-image: -moz-linear-gradient(276deg, #c8961e, #a0740c);background-image: -ms-linear-gradient(276deg, #c8961e, #a0740c);background-image: -o-linear-gradient(276deg, #c8961e, #a0740c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961e', endColorstr='#a0740c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961e', endColorstr='#a0740c' );";background-image: linear-gradient(276deg, #c8961e, #a0740c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:43.25rem;width:24.1875rem;top:10.625rem;left:50.03125rem;display:none; }
#P0yovRHRrV9L8qLgKqPvy345ABIGqZBe { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #383836, #6a6a6a);background-image: -moz-linear-gradient(180deg, #383836, #6a6a6a);background-image: -ms-linear-gradient(180deg, #383836, #6a6a6a);background-image: -o-linear-gradient(180deg, #383836, #6a6a6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#383836', endColorstr='#6a6a6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#383836', endColorstr='#6a6a6a' );";background-image: linear-gradient(180deg, #383836, #6a6a6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:46.5rem;left:56.8125rem;display:none; }
#yQblXySPkqtOOvw2Q5EsG1TuzVo6T5I8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lmnJPFtIUuDJNvuoRx8M54HctTyxgEDv { box-sizing:content-box;height:2.6875rem;width:15.1875rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:8rem;left:5.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.1875rem solid #a0740c;border-left:0.1875rem solid #a0740c;border-right:0.1875rem solid #a0740c;border-bottom:0.1875rem solid #a0740c;display:none; }
#NL42QJXq3ZSai35HFv1sszy6hyhLzWAm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:8.90625rem;left:6.59375rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#LGZD8lrMNkXzLhJyzMsQToKcpEvKnJW9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #383836, #6a6a6a);background-image: -moz-linear-gradient(180deg, #383836, #6a6a6a);background-image: -ms-linear-gradient(180deg, #383836, #6a6a6a);background-image: -o-linear-gradient(180deg, #383836, #6a6a6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#383836', endColorstr='#6a6a6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#383836', endColorstr='#6a6a6a' );";background-image: linear-gradient(180deg, #383836, #6a6a6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:46.5rem;left:6.125rem;display:none; }
#teSEe8DalJ90AcKVUSwLxTt60EBeROaQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lPKhcZg9r90QQ4JSQGtv412fQWRsT90G { color:#000000;display:block;width:16.5rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:51.125rem;left:3.1875rem;height:1.875rem;text-align:center;text-align-last:center;display:none; }
#aATmTm0im1IyXsPyPzfLKI5uJA4QQ2WJ { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:49.3125rem;left:16.6875rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#W7wa0TSCqdMfiRBnSe3LiM6FdfknIEoF { color:#000000;display:block;width:16.5rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:51.125rem;left:53.875rem;height:1.875rem;text-align:center;text-align-last:center;display:none; }
#aS30MCy4DSy2TlqzegMqODtVgNuD37r3 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:17.625rem;left:13.375rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iVUP5ptlCMGQWa0In3TOEZ0RpkFzBofi { position:absolute;display:block;z-index:15005;background-color:#a0740c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.375rem;width:24.25rem;top:27.0625rem;left:40.75rem;display:block; }
#fQ7FUixuDVOZaabkHCt9I8gU3nBZRJy7 { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.7;letter-spacing:0;top:28.375rem;left:44.78125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#colTZIvP9xHJFh0el3CCsNLPtaJGmPSX { background-color:#f40338;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:20.3125rem;height:3.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:32.9375rem;left:43rem;display:block; }
#KwvCGeUTO4bKWo5IdZNBRoeATFBm2N67 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pNyB57fEVVQicyQUKATD1QXilmkZV63D { 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/events-venues_1920x1080_4.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; }#pNyB57fEVVQicyQUKATD1QXilmkZV63D.adaptive-delivery-prevent-bg, #pNyB57fEVVQicyQUKATD1QXilmkZV63D.lazyload, #pNyB57fEVVQicyQUKATD1QXilmkZV63D.lazyloading { background-image: none; }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row .container { background-color: transparent; background-image: none; }#pNyB57fEVVQicyQUKATD1QXilmkZV63D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.85); }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row .container > .video-iframe-container { display: none; }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.85); }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row > .video-iframe-container { display: none; }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .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); }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row .container { border-width: 0; border-radius: 0; }#pNyB57fEVVQicyQUKATD1QXilmkZV63D::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; }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row .container { font-size:0.875rem;font-family:raleway;height:36.875rem;width:75rem;position:relative;display:block; }#V1UDhZNLt5ZBSE7BaiCgORBG9hwDnN4k { color:#c8961e;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:0rem;left:13.5rem;height:3.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:right;text-align-last:right;display:block; }
#PrtTghINtsgRLJC2SZJzzU57uEUQD6Tb { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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:3.125rem;display:block; }
#sdlqCpg6wdxWFn1CQVhWp9V76SDeJrB1 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,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:31.25rem;width:0.5rem;top:0rem;left:5.5rem;display:block; }
#SJu226QuvcoCQnKqIzzTtIHvDfDJ8Xoh { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,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:31.25rem;width:0.5rem;top:0rem;left:10.25rem;display:block; }
#PBNxNQEMTbTBTbGDTymHgLL3K0Tlz6Lb { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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:7.875rem;display:block; }
#vnh20EAyMbyPqOAiug2f63AJdCNBVKPZ { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,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:31.25rem;width:0.5rem;top:5.4375rem;left:63.625rem;display:block; }
#yBaON0HzksRKLTP1RGibiBmv9hOUtF6T { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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:5.4375rem;left:66rem;display:block; }
#D0fIUkyuJzslvqs08SCq1OHZoa87okI9 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,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:31.25rem;width:0.5rem;top:5.4375rem;left:68.375rem;display:block; }
#o4ooU7GpVURA4hZlynZCPxe5xEATaFPG { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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:5.4375rem;left:70.75rem;display:block; }
#EboAzhhmMqEGDPlPFsPtnoTf1tXwbsmn { position:absolute;display:block;z-index:15031;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:16rem;width:24.3125rem;top:3.625rem;left:11.93359375rem;overflow:hidden;display:block; }
#XNZNWl1nos1944H0zsWlEhWBuTMg1dVI { position:absolute;display:block;z-index:15032;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.0625rem;width:24.3125rem;top:19.875rem;left:11.93359375rem;overflow:hidden;display:block; }
#kfQzLOXWgdmaZrNgUCSeldSClqCPT0wT { position:absolute;display:block;z-index:15032;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.1875rem;width:24.375rem;top:3.625rem;left:37.46875rem;overflow:hidden;display:block; }
#A98yUdhoAHCEIevcu6kG7y9V6E4uCSGO { 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:15.8125rem;width:11.75rem;top:20.0625rem;left:37.46875rem;overflow:hidden;display:block; }
#Np7uAlq4fUCq6U1OdWIuKTQEG4yTItk8 { position:absolute;display:block;z-index:15034;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:15.75rem;width:12.3125rem;top:20.0625rem;left:49.59375rem;overflow:hidden;display:block; }
#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld { 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; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { background-color: transparent; background-image: none; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container > .video-iframe-container { display: none; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row > .video-iframe-container { display: none; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .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); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { border-width: 0; border-radius: 0; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { font-size:0.875rem;font-family:raleway;height:18.25rem;width:75rem;position:relative;display:block; }#rf9NTDZBWqfLN8ZXLe6lTCWpEgRSVmIG { color:#c8961e;display:block;width:25.625rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:2.25rem;left:0rem;height:3.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:left;text-align-last:left;display:block; }
#e5JRVr2BKBEDAgrlu9foGuxZO3GW4tow { color:#b5b5b5;display:block;width:23.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:12.625rem;left:0rem;height:3.375rem;display:block; }
#Ec3gSUDtHOegJFr1UGy55mS96HhtiK7E { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,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:25.625rem;top:10.875rem;left:0rem;display:block; }
#Sr3T0TvDfGM3EizO44fvbrKwZiwprWAp { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:5.875rem;left:0rem;height:3.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:left;text-align-last:left;display:block; }
#cGuntNOFzcpnx3J5FlOhkbuMQfQPQ5pT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:4.125rem;left:33.875rem; }
#cGuntNOFzcpnx3J5FlOhkbuMQfQPQ5pT > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#HnpT1ok2PXgpgzAQs6Bi988CNygvHlhT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:9.6875rem;left:60.375rem; }
#Q9VV5m9SUPdTl0OkSnf1i90aAUtFHSWo { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:9.5rem;left:62.625rem;height:1.875rem;font-style:normal;display:block; }
#Nu4E4odH95odeM6lsnckyPQKGK6hyQMD { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:11.5rem;left:60.375rem;height:5rem;font-style:normal;display:block; }
#wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:12.875rem;left:31.0625rem;height:2.5rem;font-style:normal;display:block; }
#khI6XmzoW2EK08hrUnMfSq79WekrKLUp { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:10.875rem;left:33.3125rem;height:1.875rem;font-style:normal;display:block; }
#RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:11.0625rem;left:31.0625rem; }
#g50T2ScwO61T3yVHSwLGG3ca7fBHfLTE { background-color:#50e862;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:11.625rem;height:3.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:4.125rem;left:37.3125rem;display:block; }
#vAHo8xVslWgtbhPRkv9TWS1nAyioD901 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Br7Ic581lLnHmr06XGk25T1sFUUPqZRo { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,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:25.625rem;top:10.875rem;left:0rem;display:none; }
#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { 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; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { background-color: transparent; background-image: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .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); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { border-width: 0; border-radius: 0; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { font-size:0.875rem;font-family:raleway;height:7.5rem;width:75rem;position:relative;display:block; }#CzLCABGlFcFos3tB7XRBUXnnBBEdaQlV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:8.6875rem;top:0.90625rem;left:13.9375rem;overflow:hidden;display:block; }
#oS7OTtBtDnBNbivM8T0HIdcWkoHrEhHd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:0.90625rem;left:51.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB { display:block; }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmB0vxtvLwJ1RlsaRtMgTpr1GUiExkhf { width:8.6875rem;height:5.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ykCpNSrHO8HdTE5Tvhe4qFx4MFyPEe { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWy2PceaPbr3cG64G9fZpHTxRvhkXBr4 { display:block; }
 }@media only screen and (max-width: 763px) { #SQ6mKOficwZnTVZ0iJEsKEQmP8E85DO4 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #voGvm13qOoFKPoF90Q8skL9FzsD9TkMu { display:block; }
 }@media only screen and (max-width: 763px) { #aq8m86HnOvZfOl5c24SJU4DNBTwQ884g { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge0cWvCCSKTQuHHqKIGgIdCwtNsp6PyJ { display:block; }
 }@media only screen and (max-width: 763px) { #Cm1AxfGTrSkWnqqkHUMCOHKlAMKJNt26 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtDHLVbuUtoEeR9qyJrm52sASASIQz6I { display:block; }
 }@media only screen and (max-width: 763px) { #n4Xv1m6aqMIdn1tMSyTVoViPGU0SmCWf { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyJq1PPCLu5Eqk3X3DX1SJPLIzsNwutz { display:block; }
 }@media only screen and (max-width: 763px) { #merVF9VBN7EPKWH7s5tKXwxRhBqtPEJN { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTbVlE3AGOxuTwPxvab3TkMUQkPg1GLk { display:block; }
 }@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) { #cGRs2TrRSg2LaFflpcGFTnt34JRRzeq6 { top:30rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;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) { #oUZiIOtbVImgMUioJ65AINoceBappdIp { top:7.1875rem;left:0rem;width:47.75rem;height:5.5rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk5yXGTbw23ircKIzmmr48aQiUHwT5eJ { width:1.6875rem;height:1.6875rem;top:45.9375rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa76HUQe9rPlnsAwgMvDB4DT1akRxyTs { top:45.8125rem;left:22rem;width:10.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf3NT68eAAPN4cvTMg9LPLksbV1XtS9y { width:1.625rem;height:1.625rem;top:43.5rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbE2xb8OALsWRxWvTIQbz4cT8ZpdrknI { top:43.3125rem;left:14.75rem;width:19.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGPZgICI79y7TpcweIMBiF2lOcGd0iJX { top:7.375rem;left:0rem;width:47.75rem;height:5.5rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp9gHrWsdQmFTnLg5XSbD6Q0F45tFftM { top:14.3125rem;left:0rem;width:47.75rem;height:12.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJk4Qvvko3XpMh6iks1TuR8FRxAyTfLm { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXHR7UNJdr9V8kOTcwvuuR7dZ79VK8I6 { display:block; }
 }@media only screen and (max-width: 763px) { #doDeO2WswIrLiS9VBbI3zATJQRoDoDPd { top:14.1875rem;left:0rem;width:47.75rem;height:12.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITULZm6SSgkxdfqn9mclMAuBWLopxtqq { top:14.3125rem;left:0rem;width:47.75rem;height:12.375rem;font-size:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1MK8XTKZWMCesWB9gvBGeXE2CycCeKi { display:block; }#a1MK8XTKZWMCesWB9gvBGeXE2CycCeKi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCfG81isEsTtIui0ooWndUQKWQyukOH1 { top:1.8125rem;left:15.125rem;width:32.625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6esliXMFigIVMWkRt1iTtr3INay3TMa { top:12.125rem;left:0rem;width:22.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbVbZmLPSR2mSs4ktoWyy8BMz4BIypNc { top:1.8125rem;left:0rem;width:23.0625rem;height:9.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { width:21.25rem;height:17.1875rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgg27DoAdWHm3Oh694TtV4o5pTdgA1A6 { top:15.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { 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) { #dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { 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) { #x06kRra6Kz94KaR7dIKa1VnnAnMxw1pR { top:15.625rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { 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) { #HErb9DiZUTaFBGR7L5mVP0nTHT1nm35P { top:15.625rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqMXX5FOC3f8uD8aSgwxLbJRBk0RmETu { width:21.25rem;height:17.1875rem;top:14.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwlTpvqd731s1n0ydF1ZyMQcGnM7VW5t { width:21.25rem;height:17.1875rem;top:14.3125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm { display:block; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MC34PfzBideCZW53tEa4bT4PovTs6LTD { top:0.4375rem;left:9.25rem;width:13rem;height:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #olsWgCtVy5yoThKRNoOEbhft5BlpU0RQ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR { width:37.1875rem;height:56rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4zXRZU7xXC8p1Mkyo8IK5Ps7aQfiiaQ { top:37.5rem;left:0rem;width:29.375rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA086S4RaEcihTVdq7t4znTZ5CyUw9B8 { width:37.5rem;height:16.6875rem;top:1.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C96gSVHm27tQEbFRRsxGcIOWkJhQ4SRW { top:2.4375rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hno3VIrW0nADUdqoU1xJ1z1ewotXvbqp { 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) { #OFmaPuOtSZhQ8ThbGENkndqVQLVbUC6s { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hseMROp0DbJ78gyxwAg6iMGQ5XRU6ThO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJcKBZWIn6yHHAa54eok1N7f23o9LW0T { top:19.4375rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpgNCGTwcRnQ65EM0JF9la6l6pGkr9lV { 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) { #Q9AfgnRZsArhdxQGZypse2LxCduLGLEQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNQHvO0dxtTxyvw9WQbsEpUQa0z2OIX4 { top:35.3125rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkQB4fpv1wzosUOO6hrZ7VPRHaZkN52P { 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) { #ziwXXRQ4GcQfI6xQ0PXKFlUn7d9UXftT { top:0.5625rem;left:9.3125rem;width:9.5rem;height:3.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #au4Q7BZZ8ZMo9BimJnTanQi48kz9RnAC { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2LVIMAB3tZbAEdLOkefl8Nt2eAr7Tk2 { width:37.5rem;height:14.75rem;top:18.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0kxk8zPJOOcJTey4zXEXmwCcJbvAdny { width:37.5rem;height:17.25rem;top:34rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTkIiiBwg4bHA9yamvgcyPTgffWETSJu { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcidGSyM8FTR4dlrPlm7nrQEkfZkzh27 { display:block; }
 }@media only screen and (max-width: 763px) { #pDlQkndyRsJdf36entvlwTEgOw93FG0b { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBuciWE7vmwA0FvOAIn9LObJbATTIBiW { display:block; }
 }@media only screen and (max-width: 763px) { #OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n { display:block; }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2vzTD6JNpZ4uwHRbaD5Q7gNhlafr3TC { top:1.1875rem;left:23.875rem;width:17rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMX7kfxCneFIQKT5d1TXuyqW3QqJCEAl { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUWMUGTpADmcOAyJZ96cmqBXxGWEbpBq { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0XIuAN9VhPtQTVnOc8C0FbyCOTEE4l7 { width:0.5rem;height:11.25rem;top:0rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8TThAIeoUinkCZw8GWm3FIkOaBhnlWL { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfWckpSAXL4bKgtQdIbztG70F8okQBcy { width:0.5rem;height:11.25rem;top:1.1875rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldGXH74ERN2RJWWnaDiRnJsfp2NyS7Ln { width:33.75rem;height:9.5625rem;top:10.3125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA6WnILrTmbTt6H3zCygBrEs7rbawBTc { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs2FbvC19dsthO6y26Jt0HvtEdou2mZ1 { top:11.375rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJFtqesm7MEvy8TxEOfS1eoJZwvqp3Fy { 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) { #FTyFEqVDxekcZD2lG8pbqWmSKGDfk13k { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1pRybEqTkNVSQR28bHf3sshNGOKaLyZ { 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) { #HFZgGSVVObskthiCO2ETaARw1wPZgWfQ { top:22.1875rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhwIZ96vigE1ylz2TblzNg4UbwuJs3OE { top:0rem;left:7.625rem;width:18rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm6FT6RvqRvmia19c41xs83mG6m3NlCy { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6a4SRKQIXxW38GEPHd9U3Po5fvlxKcq { 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) { #m10tHRdHSSE88TiryAPfTdB11sePrZBk { top:32.8125rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUII56VEslccVBVHkmlghebdEZeHEGpK { width:33.75rem;height:8.8125rem;top:21.3125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUR80Vr4ZgSPUlFcfhv9no1m55Dpoil6 { width:33.8125rem;height:12.25rem;top:32.0625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppLaceEysM8fcwAMoKOOdn73c0pLex4J { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEkixNCAHTcP1Z6h4yUiwfSkva2vFNZV { display:block; }
 }@media only screen and (max-width: 763px) { #yqL7HAho0eObESrrb0BGgooIPXf4TAOT { top:0.1875rem;left:0rem;width:19.375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBakyPp3VMOfKPT07KHOqmTP3S5azmH9 { top:7.3125rem;left:0rem;width:19.3125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIdT5rp3TOUH4GeihVbm9uahTKu6ZsQT { top:13.8125rem;left:0rem;width:19.3125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJrJ1TBrz150MJdXKFk3u8r7xOSgeoze { top:19.9375rem;left:0rem;width:9.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzZNbskDWgfVnwdskhM7O70SGQfucvJZ { top:19.9375rem;left:3.1142578125rem;width:9.625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0lSMXCsuVz5bFIO1LobvF9HzvcfzqRQ { top:25.3125rem;left:3.0712890625rem;width:9.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOheJESvipcF2SemLKkdzWNNSX1ekTCD { top:25.3125rem;left:0rem;width:9.6875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggwPmExPx7VEpZb6gnhBZw2cvT6gd7ak { top:27.125rem;left:6.25rem;width:17.625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdAbAp1WMVDoBC4Z1vdTS3EBki0d37eQ { top:30.75rem;left:0rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXsDsaJrh0eqFPzCfvhJJ5DnikqxBTCv { top:30.75rem;left:2.9375rem;width:9.5625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhM1laskdnW3RyzCakbzsU5aL3oXe4nt { top:39.75rem;left:0rem;width:9.625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diBzGXqkfI0C9l6bLeqNwVMlcDTbN9Jq { top:39.8125rem;left:3rem;width:9.5625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk3Wcpz7qT4tTSZAZKDMv4WqIO25FZPM { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0tqwzgTJwh4T5dl4xTpU437tElQfx3o { display:block; }
 }@media only screen and (max-width: 763px) { #RNbqurSp61PWpBC0bCnCyxot20dgtKqK { display:block; }#RNbqurSp61PWpBC0bCnCyxot20dgtKqK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziLXcGdIgRvKgkD7O2z4hQLIhemNdcfX { width:6.25rem;height:6.25rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJHCDJdgu8vqCn6cmfWTNQkhHRs1WqRT { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCJo14lTtzJH9TuTiTl074qOVzFOcBbG { top:1.4375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRXNHxdbiAWPJ7KKNAVWMLQafTMe4cOm { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgoKroZ7xDVD737cCm46i9gPAncBeVfH { width:0.5rem;height:71.375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkhGB98yTx1HTfgk5xEdTWOHCklL7qwc { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH0uoD62WGZZoB7godAx5fuWeaEkbwRt { 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) { #ZqrtomLDFHbl996tzstKvDkdUeTkVurH { 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) { #o8D1U5GZyk98TeshU7uym2Ov4wfaDWhx { width:1.125rem;height:1.125rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh5iQiVQKp3NS8uupE6TsGSfmVQ0aATx { 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) { #yyOG9r3lTCXFPuZFmS0gvOb6zR37EnVk { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZnF0oUZyeNOZdF55ZOMJ7lnv73BJCwo { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPDVWmmnBUuTVLNMRnDfLbDwBbPRTde3 { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZqTgDzTlNup8TtJFFa1KoGmE1CwAHKo { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTiRs3TdIKvu8lvmRIhGsNJa97Oyry8m { 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) { #aQciXreENRTqboPSPilvUPSyeBazE66D { top:59.5rem;left:0rem;width:28.1875rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8tc4GzmJG2JGKZ77CEv27uzLl8a8Q2T { top:59.5rem;left:19.0625rem;width:28.1875rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxmBzRxvTRI3zggE6J49mnptuyZTvo2m { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxATZ3pFWE8fa5X0rVrOV76CHkyn2kFO { display:block; }
 }@media only screen and (max-width: 763px) { #DW8Ts1vDhkhZCHhPzrDhP4XLLo1BqdtA { display:block; }#DW8Ts1vDhkhZCHhPzrDhP4XLLo1BqdtA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOqzeqL7DTbdSUPLTuJTwVvXcaou51z4 { width:6.25rem;height:6.25rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCbVCxHAku9R8BxbievS8Grm5XUSqg8R { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8D1VTmPxTxabQfZgybprJvJa5l74Lg1 { top:0.8125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4AMRlzcRiX6vXVunASbAax4aXXTIEoJ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sogrBJrrp6MNOST3MN09XCPIx5no4Kup { width:0.5rem;height:44.9375rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSIidd4OGLTLi98N92L6PPn6ZFD0szWT { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUkeAKixMFo4XxiHswgWehJ1vNcFS6id { 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) { #TVbQT75h82hDfxyLR93TTtZQPMoMCUSr { 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) { #k0DMloNeP67Rtk2fJ9vRKNyCO9NBQZzx { width:1.125rem;height:1.125rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPnAnoTVvKdwDKDSPe1PiF9fuCOmi10l { 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) { #v397h4bl5q6RBmWfTCFAxIgpJqUVFvhD { width:6.25rem;height:6.25rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePNJgPQPUdtnavVIEmi8LwxVsFPhp9k2 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA3kKVHLfEocvlKBVe9An2HlK3kEnaWE { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTshSchDOyqFTrDtVhsxxwMVFlWSrfFv { 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) { #NzN8f1Tfh8gpT7Si9BkG5CHbPeMgWu9F { 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) { #egMZeUosipHfetnRT1EhQ0Z12OPFIEgL { width:1.125rem;height:1.125rem;top:63.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUhZldqHNvZuUc7FyTdUWrKnCXFeZzu3 { 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) { #PuM0QHctZkWMID37Kt2JxVxLggJguZ6V { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUZggWxcDmCA2TxWMvNKc7XkpVrNk1Iz { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oln1bEKvgpn7QFwhvrOFt3fQkUvz31bh { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtD5tfgsJmaTi8SD5npDJfZSQafndsET { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzCTRzKCDscqAfWDZRaenFcJFUxM8kBP { 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) { #KhLBiFokN1cr56k1qNzi7nLTasbgUSh7 { top:31.875rem;left:0rem;width:29rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScO7RTbmvTmqI9dsv10zynXIt17wwdJP { top:31.8125rem;left:15.1875rem;width:32.5625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHi9TTuuVp8BAxvEkwD7FJnxrldCIOzx { width:0.5rem;height:44.9375rem;top:60.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCMkrTzHIPSufmvtqHWRcfAMfiv9L5yE { 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) { #dtVxpsmo0U5cbkZnnIyCnuZFJ41D5F3F { top:84.375rem;left:21.5rem;width:14.3125rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur6eXQ4oM7tMdc7k6b6HmFdUPp76agRn { top:84.375rem;left:31.3125rem;width:15.9375rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5pLToOXR0uC08evTv79z3R5aIHgZPWU { top:95.25rem;left:31.25rem;width:16rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMIKeqMiMZczWIyAG6ZMIEifmtaCeHDV { top:85.1875rem;left:0rem;width:11.9375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtGl2dy0AOtdei3nimTNe8KFFetrOhZd { top:85.1875rem;left:7.28125rem;width:11.9375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCPT3yRu61wUlBTJbhnhbeOTMlQyKNRc { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLMG7fqoMwS8Z22yBSTgGfvvnzEQewQT { display:block; }
 }@media only screen and (max-width: 763px) { #fyIyvpBlIcsePrZDfPdqaiiMr9KgJeRw { display:block; }#fyIyvpBlIcsePrZDfPdqaiiMr9KgJeRw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlUsL2qoFtma5EoDcAwRJuFD2Sfx9mCt { width:6.25rem;height:6.25rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ35bzt28Z7MrGP0afRhwHCo2w2PO2Ri { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK0MyLdkyDust3SMlQ8vT2NIrr3sqUtX { top:1.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaVgdplWmNS2AMid1WAcZkkOzWocPTJU { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOP2SFKJfXXrsq4abF8FcTe0DavhGGuI { width:0.5625rem;height:48.5625rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emRGHIBFyIamOypZx0qFGOnSmuELRqcH { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrmiP1Q2LQIhtS5RzeIpoEgmz5g6AQSw { 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) { #XhpTqU0RurvbbThbsb4Doa7w2TR5T7e7 { 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) { #hGGSgxStMkwQRlFqiWcJLRZvpMJzkf7a { 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) { #TX10zFfLr5NGMmqy0dlC7qR9FNTgaeni { width:1.125rem;height:1.125rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkXbL2RtNwAXlMxD9McBQqgsXX3OCGbv { 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) { #QVQ1riHDrZ8MyTbVygqQp2uZ8XCcaGqO { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFcOkZEfX9T1H0qEVMPBx5WFGevvsckN { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #quvz9OtVZZtX7N0h4TliiUWFFqyXbzrp { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skpqf64ew1Sht1eSt6TfoT1rqyTeUdli { top:36.3125rem;left:0rem;width:24.625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixQ7pvf7d6h5CRL2omUdw6Poz0fRWeLG { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLzTMqsTeTSehT5OWt03hD2U3rbX8LSE { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0zquwWCL9QUxcJMlxdSpoU58OdcEu8U { display:block; }
 }@media only screen and (max-width: 763px) { #LCtkNMW8KwRgNnEMzpXnS6PsrvNwDJUw { top:36.25rem;left:17.3125rem;width:12.0625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOK9QdOdimJg1yfoS9iU28yl4ayJTxfS { top:36.25rem;left:31.3125rem;width:12.0625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhS0nAcaSI62hd5k80hspncs74hcNTRD { top:36.25rem;left:35.6875rem;width:12.0625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgKUQlWqrNF2ah0XsNfPS6AG5oRS4lFG { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC0rBCu94TKe4BiUBpDCrNDIVUzVks9f { display:block; }
 }@media only screen and (max-width: 763px) { #xyN3flwRyg5w0U1aLRkBKRr17c03IW0s { display:block; }#xyN3flwRyg5w0U1aLRkBKRr17c03IW0s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uk7svrp4lvgr0LMmsaqR4NMX3N0sLDpr { top:3.1875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu2b9GrSBXUUIgfD8qopQtspTGyOpwIP { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltugXE6TCAEqdg4hf70BOCWET66h4x9n { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBlTcXsvB1tZCtfm8rNdaJdDVLKoRqx4 { 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) { #KOXKrlQ9EhEEr5d1sd66veFtmChT6lMQ { width:34.375rem;height:21.25rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cefuGyZFtlBf2flzsEy27EESpQJndgGQ { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn4ROVswI8ls2wmn8T45fwmZPTJCEFm3 { 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) { #kX5q5vokXfpKF73dOI5DyznqlnTR3ou7 { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEdXR2M5BJ6St07hmGfTU0rbWJpglkUQ { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cynL4tvQpve3HMJHVV1luXg5MKMEbN6m { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcF8ovTCrCluJhQg97wdVoBnUUFgMZa0 { top:17.4375rem;left:0rem;width:3.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9QQP5hP5MU0susI0JWx1Sate9VoN5f0 { top:17.4375rem;left:35.375rem;width:2.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlnpAsgQ3rPvEEaJTNkzDn8HTQXideHA { 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) { #EITJXwXs2MeLGJkcXSy1F71b2qeWKbgq { top:12.474609375rem;left:1.125rem;width:21.0625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti1Sebynwz3hHJCIztTZde0Q1qkbmulb { top:41.8125rem;left:0rem;width:2.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyZs9pF0BSmuyhPx9uNT918eBZEJiDQf { top:35.9375rem;left:25.125rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9FCr9H14Is9Auor0XhkWpGXNQsHLgxV { top:36rem;left:36.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s52x6isDFyMJvNuSZZnd99TAblpIEXl8 { top:47.375rem;left:25.125rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdZa2Ce4fHO8P3f6oKvJ8AlUfzmCi6cb { top:47.4375rem;left:36.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEDn6CwAePrqSgr2NGK0wq3uDNlgiON9 { top:49.625rem;left:36.5rem;width:11.25rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snnTf018pKy52EPDQN2yp1E3fJwyVTOq { width:34.375rem;height:21.25rem;top:12.1875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg238kCI2Q3dc9XOWuluxnpM0NX4FleI { width:34.375rem;height:22.3125rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOPmHUwqHdHysrTQQCGq6RD27bENFiZL { top:36.125rem;left:36.6875rem;width:11.0625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILgLoCAdi8Sm6m8FMwLqDEu3AdDCeG51 { top:42.8125rem;left:36.625rem;width:11.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPgEVK8UKxPhAipLyshKtSbrNmRJMFlL { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0G6EDo1yXmIJh04ENUZUL8L84hHgTbz { 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:3.1875rem;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:8.4375rem;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:3.1875rem;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:8.4375rem;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:3.1875rem;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:8.4375rem;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:3.1875rem;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:8.4375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ { display:block; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhbFiuULDRg1EPxRCSqFbEJiE9GW0XMy { top:2.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqtP528wKJZPciBL99k1Pp3WIpnB3kP2 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqPN9JggAtXV4CTwmoMa7dlfhm704UFO { width:18.625rem;height:14.8125rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI3GTavU8IFFSTd5FnB1fbtoonpIZmbk { width:18.5rem;height:23.125rem;top:11.3125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKOgb0krGvZrqPNZUb0pLXBbu4htA9b { width:18.375rem;height:14.6875rem;top:11.1875rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXCMk0MV8OaXfII4SJXcAwsKQqi9N8X7 { width:18.625rem;height:23.3125rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMCynWX8gCsSurh5WLd8N035UMINuLtI { width:18.25rem;height:23rem;top:26.1875rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc1nHQ9g72v4N8hXFtt2tz9JviRuHpNr { width:18.4375rem;height:23.1875rem;top:11.25rem;left:5.34765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipiHlstuNDnsBhGD9f8ZUtRbAtIRAQGr { width:18.5rem;height:14.8125rem;top:34.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiBzm2Q7yhO8f5Jf23RpwLrpoaxB1MWX { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B55w0pBgE2O4bgM3PLzJJyCApDX7iAB9 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNE59Azn14spNV73Lcpfz5Vu3vpm5Hh2 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCc740m2eQRiD7PmDksWV0Q1n6GSV90E { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1AGs8NdZUH233GER5ZmUT40Pn1HBapC { width:18.6875rem;height:13.5rem;top:35.75rem;left:23.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkorGtf5USWfInkEnWKG7bD0pdorcI9c { width:47.75rem;height:39.0625rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbzXSCRd3bxbrdmvXSNslmDCUo8WFM93 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTT76pRcsQLw0KNucqIaLzxTAxWNdpsV { display:block; }
 }@media only screen and (max-width: 763px) { #pk6lM01ubSUoRRsrIyNITZStOTFxd0ea { display:block; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCkKoPyVxEeqKA2x4blgFWKB7pATih70 { top:1.75rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwkslxtb7y0i55HaMNtzeEXW84P7fGSJ { top:8.5625rem;left:0rem;width:43.1875rem;height:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeTklTHLo08K8VL5FuP2c0QBrFuR0b5y { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPeOADF9Lk1AVLLwPIT7cNsc92hhQBhT { display:block; }
 }@media only screen and (max-width: 763px) { #rl5U6zVWhbN7lalWOB8rLtMnk5BcvC66 { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMtigflldWTu6D4gIMA1MJ3osLqCOJCC { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtLR6puRPRbW7xO8iehyL5Z8Lc1T15kV { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGPmxeSt6FbEU0z4f7x8gnbUlrQWkX4n { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGO76yhdaTIS1k72LCkKvWxTMkutbDh0 { width:12.875rem;height:15rem;top:6.3125rem;left:34.5654296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrqTsLaqfdTTT05pFRsnWEq42bNdiwNt { top:26.9375rem;left:0rem;width:43.1875rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxBXo9uk1oIOIg0oTHGczJXcMCEfVc2X { top:23.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv38DLbRiMtIZ4aprTFuxwi9LhTJ1OMi { width:10.875rem;height:11.8125rem;top:25.25rem;left:35.5654296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKsIzz0Pnm5euMU27NV0KJvDDEmH3li6 { top:39.9375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIrqgu9ElX05uOoCBSbTn4tcipow3mE6 { top:6.875rem;left:0rem;width:31.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIZIykpqTFMhHIbUu6oe0tZXH6RdB1x8 { top:25.25rem;left:0rem;width:31.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcSdVAUiAwOVvCwEcMeoJO2MnNbbxhTM { top:41.6875rem;left:0rem;width:31.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQW3e0gxLyF9voxhDfqWoinnDcdoTECM { top:43.375rem;left:0rem;width:43.1875rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kix4GPErugUHU3UW1pW9GVHfsLAdhEe2 { width:11.6875rem;height:14.9375rem;top:41rem;left:34.5654296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f23dEIZUfqR6XIPxF7z3AOCILqnQFLiK { top:56.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXa0KKmi954iWMVDOHrwxnVciTSyO6x6 { top:58.3125rem;left:0rem;width:31.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2Wq0Z5uWxpCf9mq4tvogTd3359gqXuI { top:60.625rem;left:0rem;width:43.1875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGcvSPTyEbOazEL9NmFhAowuMeT7h4Uc { width:10.3125rem;height:13.8125rem;top:57.5625rem;left:35.8466796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmXhQdd6XHlbTzf9197pox8ZIsbH0PL0 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDKtlxo2cvTnf6iTFXIqdZDBVJtAif4K { display:block; }
 }@media only screen and (max-width: 763px) { #iDATuKA6c1GKm92apG78Pdd33tgETPSE { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeFTxx5ZSA5oAQnWQ4SDz5lFTJZVxVFT { display:block; }
 }@media only screen and (max-width: 763px) { #sstVPaAg9WX9stH0TfGJXNBzuTUMRdBa { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4XEWZDPB3TmN1kp3hxstUX7A8NLoMaD { display:block; }
 }@media only screen and (max-width: 763px) { #p6GV9esCemCugqpy3gHE4DFeBtH4htbo { display:block; }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaHE45gWAw1BRPUXiyQPO27Nx03fBwcC { top:2.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Ibo5D91MxXfFBaipO2m8HSWkGIWoQH { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPFiV5xTQHwQEAPrweKL1cnuVpsvDSsU { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az6uUTE3HUDcKBkfI4KTUcxaT1GedsaB { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3Q5FdrT7nVyrBGOxlQTpxzedOVtKTqy { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKnC7BhxEMJHz7HJJvvKpzp8LMp1XNbO { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT09pyhyeM8LHuBeQRsZ563U1twfRGnO { top:9.4375rem;left:35.0625rem;width:11.625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMruolU8JrJBWb0OBJS68vrAdaSTFoBg { top:9.5625rem;left:0rem;width:11.625rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTMagrZDqDGo8EkSbr6MbLBrnr6JVgks { top:9.4375rem;left:23.0625rem;width:11.625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEc2rBXW3LtCMpMXX688ruu4nEXyOmse { top:9.5rem;left:0rem;width:11.625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnknH5BKvCHsUJTMmUi9rBRzHa0maZc9 { top:9.5rem;left:11.125rem;width:11.5625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #qczlNp85aByBsHqD4iNFBTCAARG7oLyQ { top:9.375rem;left:35.9375rem;width:11.8125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpcd4JnRMC42ALSKIiwp0nbZW4ZOBZhP { top:32.8125rem;left:0rem;width:11.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5t0AtO3wKXNlTv4bdBwodAw7T58gDri { top:32.8125rem;left:0rem;width:11.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLpGLSUJOtTeUqwLK2yfklg2HCVPh2R1 { top:32.8125rem;left:11.125rem;width:11.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8iUrHQ0ITPkWXmW9NZCupXwps7Of8HB { top:32.8125rem;left:23.0625rem;width:11.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC6OFlz09hDZ27r5iyTZVkWHmg518BeI { top:32.8125rem;left:35.0625rem;width:11.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMxkO3LTqkkLZTEH5ot5XvSzAAr3UqID { top:32.8125rem;left:36.125rem;width:11.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb { display:block; }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAtBR9Fq5XFLyULmpJDO2uwP79S076tA { top:2.125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8tDPIzeP7zU1lT30RNm6TyTlS4U9gsG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn7WAJHz1VGUyALrUQQmuqrToSSNs0u0 { width:24.1875rem;height:43.5625rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLFB6Li51WVEJuDOQ8GqeCLElko1poxq { 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) { #gPGcsrhvnc4zsd0PUuh6Fdy9KTiz9SpF { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6yLLNtHLF6ILmZGMsBU5qA7RO9srSTI { 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) { #cJRZs38cksoIIGQseK4RXN1o247gFzq7 { width:22.8125rem;height:0.125rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5tnyCNewsiRonHDrbLx5gUIDx9OSw4J { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za9rgiFId0SLIxRK0w9xv9qHqCT6mREW { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#Za9rgiFId0SLIxRK0w9xv9qHqCT6mREW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_840b27fff909ef34ae46f570f13ec68a274d1ab6.svg); }
 }@media only screen and (max-width: 763px) { #z34x0n2kMFHWVrHWXKpnqMqzGpcMKrP5 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOW1mp9CbrnFz9OrCu4zpXtRWpbaBzA9 { display:block; }
 }@media only screen and (max-width: 763px) { #CWnXci0g6ioP0KeAFFk1aDhqu0oNMaf8 { width:22.6875rem;height:0.25rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1O1S8K3PgKPB6uGPcxTKOPVTLqeABnE { 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) { #I1u0CuixaIeFlyWlk5UJBWr1WiXq7x76 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU0U0iJG9nBr63Z7Jetxqs0qpSnN7SxG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9GKAUWszFGP8IhZPb2cWGo8OEiVwOMi { 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) { #yyCt6yAZtxLTLQ01n2zdz8JdMRmvMF5c { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#yyCt6yAZtxLTLQ01n2zdz8JdMRmvMF5c li:before{  }
 }@media only screen and (max-width: 763px) { #od526ZXCMxFa9oEgLqZhR7GvXebAQIUi { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#od526ZXCMxFa9oEgLqZhR7GvXebAQIUi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_840b27fff909ef34ae46f570f13ec68a274d1ab6.svg); }
 }@media only screen and (max-width: 763px) { #e6ALm3T4HC6CCMHT9ogvXp63Vizo7a90 { width:22.8125rem;height:0.125rem;top:21.5rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIWQV1OXLnkdIoxCd1N3o31ThrTRVwUH { 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) { #zBJU8AzoHZaTvI9QMrSP2qIL23CV5cHR { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acA3Rx3otvi2Jr1nTTRBXDE7kd9Hr2ZE { 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) { #BvF6u67c302tIEzlB7fT29d67Cl0IEqN { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #os66xoiSIPaeoSVl18XGtI7vyyBXKLqn { width:24.25rem;height:43.5rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOu1tCfnU5NbxPSr3AVB0lO6cERBki1v { width:24.1875rem;height:43.25rem;top:10.625rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0yovRHRrV9L8qLgKqPvy345ABIGqZBe { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQblXySPkqtOOvw2Q5EsG1TuzVo6T5I8 { display:block; }
 }@media only screen and (max-width: 763px) { #lmnJPFtIUuDJNvuoRx8M54HctTyxgEDv { top:8rem;left:0rem;width:15.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL42QJXq3ZSai35HFv1sszy6hyhLzWAm { top:8.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGZD8lrMNkXzLhJyzMsQToKcpEvKnJW9 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #teSEe8DalJ90AcKVUSwLxTt60EBeROaQ { display:block; }
 }@media only screen and (max-width: 763px) { #lPKhcZg9r90QQ4JSQGtv412fQWRsT90G { top:51.125rem;left:0rem;width:16.5rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aATmTm0im1IyXsPyPzfLKI5uJA4QQ2WJ { top:49.3125rem;left:3.0625rem;width:16.25rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7wa0TSCqdMfiRBnSe3LiM6FdfknIEoF { top:51.125rem;left:31.25rem;width:16.5rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS30MCy4DSy2TlqzegMqODtVgNuD37r3 { 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) { #iVUP5ptlCMGQWa0In3TOEZ0RpkFzBofi { width:24.25rem;height:11.375rem;top:27.0625rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ7FUixuDVOZaabkHCt9I8gU3nBZRJy7 { 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) { #colTZIvP9xHJFh0el3CCsNLPtaJGmPSX { width:20.3125rem;height:3.4375rem;top:32.9375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwvCGeUTO4bKWo5IdZNBRoeATFBm2N67 { display:block; }
 }@media only screen and (max-width: 763px) { #pNyB57fEVVQicyQUKATD1QXilmkZV63D { display:block; }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1UDhZNLt5ZBSE7BaiCgORBG9hwDnN4k { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrtTghINtsgRLJC2SZJzzU57uEUQD6Tb { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdlqCpg6wdxWFn1CQVhWp9V76SDeJrB1 { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJu226QuvcoCQnKqIzzTtIHvDfDJ8Xoh { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBNxNQEMTbTBTbGDTymHgLL3K0Tlz6Lb { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnh20EAyMbyPqOAiug2f63AJdCNBVKPZ { width:0.5rem;height:31.25rem;top:5.4375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBaON0HzksRKLTP1RGibiBmv9hOUtF6T { width:0.5rem;height:31.25rem;top:5.4375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0fIUkyuJzslvqs08SCq1OHZoa87okI9 { width:0.5rem;height:31.25rem;top:5.4375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4ooU7GpVURA4hZlynZCPxe5xEATaFPG { width:0.5rem;height:31.25rem;top:5.4375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EboAzhhmMqEGDPlPFsPtnoTf1tXwbsmn { top:3.625rem;left:0rem;width:24.3125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNZNWl1nos1944H0zsWlEhWBuTMg1dVI { top:19.875rem;left:0rem;width:24.3125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfQzLOXWgdmaZrNgUCSeldSClqCPT0wT { top:3.625rem;left:23.375rem;width:24.375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A98yUdhoAHCEIevcu6kG7y9V6E4uCSGO { top:20.0625rem;left:23.84375rem;width:11.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np7uAlq4fUCq6U1OdWIuKTQEG4yTItk8 { top:20.0625rem;left:35.4375rem;width:12.3125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld { display:block; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf9NTDZBWqfLN8ZXLe6lTCWpEgRSVmIG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5JRVr2BKBEDAgrlu9foGuxZO3GW4tow { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec3gSUDtHOegJFr1UGy55mS96HhtiK7E { width:25.625rem;height:0.5rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr3T0TvDfGM3EizO44fvbrKwZiwprWAp { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGuntNOFzcpnx3J5FlOhkbuMQfQPQ5pT { top:4.125rem;left:20.25rem;width:3.4375rem;height:3.4375rem;display:block; }
#cGuntNOFzcpnx3J5FlOhkbuMQfQPQ5pT > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #HnpT1ok2PXgpgzAQs6Bi988CNygvHlhT { width:1.5rem;height:1.5rem;top:9.6875rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9VV5m9SUPdTl0OkSnf1i90aAUtFHSWo { 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) { #Nu4E4odH95odeM6lsnckyPQKGK6hyQMD { 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) { #wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { 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) { #khI6XmzoW2EK08hrUnMfSq79WekrKLUp { 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) { #RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { width:1.5rem;height:1.5rem;top:11.0625rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g50T2ScwO61T3yVHSwLGG3ca7fBHfLTE { width:11.625rem;height:3.4375rem;top:4.125rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAHo8xVslWgtbhPRkv9TWS1nAyioD901 { display:block; }
 }@media only screen and (max-width: 763px) { #Br7Ic581lLnHmr06XGk25T1sFUUPqZRo { width:25.625rem;height:0.5rem;top:10.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzLCABGlFcFos3tB7XRBUXnnBBEdaQlV { width:8.6875rem;height:5.6875rem;top:0.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS7OTtBtDnBNbivM8T0HIdcWkoHrEhHd { width:5.6875rem;height:5.6875rem;top:0.875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB { display:block; }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmB0vxtvLwJ1RlsaRtMgTpr1GUiExkhf { width:4.625rem;height:3rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ykCpNSrHO8HdTE5Tvhe4qFx4MFyPEe { width:8.9375rem;height:2.5625rem;top:12.625rem;left:5.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWy2PceaPbr3cG64G9fZpHTxRvhkXBr4 { display:block; }
 }@media only screen and (max-width: 763px) { #SQ6mKOficwZnTVZ0iJEsKEQmP8E85DO4 { width:3.5625rem;height:1.625rem;top:3.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #voGvm13qOoFKPoF90Q8skL9FzsD9TkMu { display:block; }
 }@media only screen and (max-width: 763px) { #aq8m86HnOvZfOl5c24SJU4DNBTwQ884g { width:4.4375rem;height:1.75rem;top:3.1875rem;left:7.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge0cWvCCSKTQuHHqKIGgIdCwtNsp6PyJ { display:block; }
 }@media only screen and (max-width: 763px) { #Cm1AxfGTrSkWnqqkHUMCOHKlAMKJNt26 { width:4.6875rem;height:1.8125rem;top:3.15625rem;left:11.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtDHLVbuUtoEeR9qyJrm52sASASIQz6I { display:block; }
 }@media only screen and (max-width: 763px) { #n4Xv1m6aqMIdn1tMSyTVoViPGU0SmCWf { width:3.1875rem;height:1.8125rem;top:3.1875rem;left:16.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyJq1PPCLu5Eqk3X3DX1SJPLIzsNwutz { display:block; }
 }@media only screen and (max-width: 763px) { #merVF9VBN7EPKWH7s5tKXwxRhBqtPEJN { width:3.4375rem;height:1.6875rem;top:3.21875rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTbVlE3AGOxuTwPxvab3TkMUQkPg1GLk { display:block; }
 }@media only screen and (max-width: 763px) { #cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI { display:block; }#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI { background-color: transparent; background-image: none; }#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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(0,0,0,0); }#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 { border-width: 0; border-radius: 0; }#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI > .row .container > .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 { width:20rem;height:66.9375rem;background-color:rgba(28,28,28,0.41);background-image:url("https://images.assets-landingi.com/uc/247f3d39-241f-4cb5-b64d-4cf7a388cdb7/IMG_9350.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;position:relative;display:block; }#cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI > .row .container.adaptive-delivery-prevent-bg, #cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI > .row .container.lazyload, #cxZ7cCHl4PeuAQZyzWWoOiq93Qix3WCI > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #cGRs2TrRSg2LaFflpcGFTnt34JRRzeq6 { width:20rem;height:3.375rem;top:43.5rem;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:1.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtzpVdG8AOMzUM1ncXkh6VPidToOtHWH { width:0.5rem;height:20rem;top:36.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcTp18RHUwWcxn1OEfeGuTBiWH43LeuT { width:0.5rem;height:20rem;top:57.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0b42QQ4lizWIqU0w2rznfrQUhAHGLk0 { width:0.5rem;height:20rem;top:78.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtnPg3qqzPgxgu0PlE5wux1W2LBxOT16 { width:0.5rem;height:20rem;top:138.11875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NP9IendFOQHQcyQ0Xm35QkdOIrG8GhNM { width:0.5rem;height:20rem;top:159.36875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVKGHtGm4zTzR9gs95AltcQNGTDJwKqk { width:0.5rem;height:20rem;top:56.6875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BB4DsBSBbUR39ghTlmHtM6O5v49Ag9JU { width:0.5rem;height:20rem;top:77.9375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ePA4Vg7qC9LslZecI1x6P7caSolUwsBE { width:12.75rem;height:3.75rem;top:48.8125rem;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;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 { padding-top:0.365rem;padding-right:0.320625rem;padding-bottom:0.365rem;padding-left:0.320625rem;width:1.92375rem;min-width:1.92375rem;height:1.961875rem;font-size:1.46rem;line-height:31.39px;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; }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.228125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.565rem;height:0.775625rem;font-size:0.5475rem;line-height:12.41px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UXeG0lgRODrRxXrDxKsA7LLGDti6RrS2 { display:flex;width:9.9375rem;height:3.6875rem;top:61.1875rem;left:4.1875rem;padding-top:0.45375rem;padding-right:0.465625rem;padding-bottom:0.45375rem;padding-left:0.465625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@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) { #oUZiIOtbVImgMUioJ65AINoceBappdIp { width:20rem;height:2.375rem;top:21.1875rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qk5yXGTbw23ircKIzmmr48aQiUHwT5eJ { display:flex;width:1.6875rem;height:1.6875rem;top:58.125rem;left:6.375rem; }
 }@media only screen and (max-width: 763px) { #sa76HUQe9rPlnsAwgMvDB4DT1akRxyTs { width:5.375rem;height:1.625rem;top:58.1875rem;left:7.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lf3NT68eAAPN4cvTMg9LPLksbV1XtS9y { display:flex;width:1.625rem;height:1.625rem;top:55.4375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #dbE2xb8OALsWRxWvTIQbz4cT8ZpdrknI { width:16.375rem;height:1.625rem;top:55.4375rem;left:2.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGPZgICI79y7TpcweIMBiF2lOcGd0iJX { width:18.5625rem;height:2.375rem;top:21.1875rem;left:1.0625rem;font-size:2rem;z-index:15025;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lp9gHrWsdQmFTnLg5XSbD6Q0F45tFftM { width:18.125rem;height:16.625rem;top:24.75rem;left:1.0625rem;font-size:2rem;z-index:15023;text-align:center;text-align-last:center;color:#383836;display:block; }
 }@media only screen and (max-width: 763px) { #ZJk4Qvvko3XpMh6iks1TuR8FRxAyTfLm { width:12.75rem;height:3.75rem;top:66.5625rem;left:3.25rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #AXHR7UNJdr9V8kOTcwvuuR7dZ79VK8I6 { display:block; }
 }@media only screen and (max-width: 763px) { #doDeO2WswIrLiS9VBbI3zATJQRoDoDPd { width:20rem;height:16.625rem;top:105.25rem;left:0rem;font-size:2rem;z-index:15025;text-align:center;text-align-last:center;color:#383836;display:none; }
 }@media only screen and (max-width: 763px) { #ITULZm6SSgkxdfqn9mclMAuBWLopxtqq { width:18.125rem;height:16.625rem;top:24.75rem;left:0.875rem;font-size:2rem;z-index:15024;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a1MK8XTKZWMCesWB9gvBGeXE2CycCeKi { display:block; }#a1MK8XTKZWMCesWB9gvBGeXE2CycCeKi > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCfG81isEsTtIui0ooWndUQKWQyukOH1 { height:11.2255859375rem;width:20rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6esliXMFigIVMWkRt1iTtr3INay3TMa { width:20rem;height:3.25rem;top:5.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbVbZmLPSR2mSs4ktoWyy8BMz4BIypNc { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { width:20rem;height:17.1875rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgg27DoAdWHm3Oh694TtV4o5pTdgA1A6 { display:flex;width:2.125rem;height:2.125rem;top:8.0625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { width:17.5rem;height:2.5rem;top:10.1875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { width:17.5rem;height:10.125rem;top:12.6875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { width:20rem;height:1.6875rem;top:1.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { width:20rem;height:2.1875rem;top:3.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:11.25rem;top:1.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:11.25rem;top:13.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:11.25rem;top:26.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:11.25rem;top:38.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { width:17.5rem;height:8.4375rem;top:31.6875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { width:17.5rem;height:2.5rem;top:28.625rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x06kRra6Kz94KaR7dIKa1VnnAnMxw1pR { display:flex;width:2.125rem;height:2.125rem;top:26.5rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { width:17.5rem;height:8.4375rem;top:50.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { width:17.5rem;height:2.5rem;top:47.125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HErb9DiZUTaFBGR7L5mVP0nTHT1nm35P { display:flex;width:2.125rem;height:2.125rem;top:45rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #yqMXX5FOC3f8uD8aSgwxLbJRBk0RmETu { width:20rem;height:17.1875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwlTpvqd731s1n0ydF1ZyMQcGnM7VW5t { width:20rem;height:17.1875rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm { display:block; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { width:20rem;height:108.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MC34PfzBideCZW53tEa4bT4PovTs6LTD { width:11.8125rem;height:3.375rem;top:1.6875rem;left:8.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #olsWgCtVy5yoThKRNoOEbhft5BlpU0RQ { width:16.25rem;height:5.5rem;top:14.0625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4zXRZU7xXC8p1Mkyo8IK5Ps7aQfiiaQ { width:16.25rem;height:2.75rem;top:20.3125rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XA086S4RaEcihTVdq7t4znTZ5CyUw9B8 { width:20rem;height:24.6875rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C96gSVHm27tQEbFRRsxGcIOWkJhQ4SRW { display:flex;width:2.125rem;height:2.125rem;top:33.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Hno3VIrW0nADUdqoU1xJ1z1ewotXvbqp { width:17.5rem;height:10rem;top:33.5625rem;left:2.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OFmaPuOtSZhQ8ThbGENkndqVQLVbUC6s { width:17.5rem;height:13.5rem;top:43.5625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hseMROp0DbJ78gyxwAg6iMGQ5XRU6ThO { width:17.5rem;height:6.75rem;top:70.625rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gJcKBZWIn6yHHAa54eok1N7f23o9LW0T { display:flex;width:2.125rem;height:2.125rem;top:59.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bpgNCGTwcRnQ65EM0JF9la6l6pGkr9lV { width:17.125rem;height:10rem;top:59.6875rem;left:2.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q9AfgnRZsArhdxQGZypse2LxCduLGLEQ { width:17.5rem;height:10.125rem;top:91.125rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gNQHvO0dxtTxyvw9WQbsEpUQa0z2OIX4 { display:flex;width:2.125rem;height:2.125rem;top:81.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WkQB4fpv1wzosUOO6hrZ7VPRHaZkN52P { width:17.5rem;height:10rem;top:81.125rem;left:2.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ziwXXRQ4GcQfI6xQ0PXKFlUn7d9UXftT { width:9.5rem;height:3.375rem;top:1.6875rem;left:8.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #au4Q7BZZ8ZMo9BimJnTanQi48kz9RnAC { width:15.6875rem;height:5.5rem;top:14.0625rem;left:3.90625rem;font-size:2rem;color:#383836;display:block; }
 }@media only screen and (max-width: 763px) { #f2LVIMAB3tZbAEdLOkefl8Nt2eAr7Tk2 { width:20rem;height:19.4375rem;top:59.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0kxk8zPJOOcJTey4zXEXmwCcJbvAdny { width:20rem;height:21.3125rem;top:80.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTkIiiBwg4bHA9yamvgcyPTgffWETSJu { width:12.75rem;height:3.75rem;top:97.1875rem;left:3.625rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #EcidGSyM8FTR4dlrPlm7nrQEkfZkzh27 { display:block; }
 }@media only screen and (max-width: 763px) { #pDlQkndyRsJdf36entvlwTEgOw93FG0b { width:8.5rem;height:3.75rem;top:103.375rem;left:5.75rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #KBuciWE7vmwA0FvOAIn9LObJbATTIBiW { display:block; }
 }@media only screen and (max-width: 763px) { #OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n { display:block; }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row .container { width:20rem;height:129.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2vzTD6JNpZ4uwHRbaD5Q7gNhlafr3TC { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LMX7kfxCneFIQKT5d1TXuyqW3QqJCEAl { width:20rem;height:3.5rem;top:3.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUWMUGTpADmcOAyJZ96cmqBXxGWEbpBq { width:0.5rem;height:11.25rem;top:82.4375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0XIuAN9VhPtQTVnOc8C0FbyCOTEE4l7 { width:0.5rem;height:11.25rem;top:57.4375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W8TThAIeoUinkCZw8GWm3FIkOaBhnlWL { width:0.5rem;height:11.25rem;top:69.9375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfWckpSAXL4bKgtQdIbztG70F8okQBcy { width:0.5rem;height:11.25rem;top:44.9375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldGXH74ERN2RJWWnaDiRnJsfp2NyS7Ln { width:20rem;height:13.5rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA6WnILrTmbTt6H3zCygBrEs7rbawBTc { width:16.25rem;height:10.125rem;top:11.4375rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gs2FbvC19dsthO6y26Jt0HvtEdou2mZ1 { display:flex;width:2.125rem;height:2.125rem;top:36.625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #EJFtqesm7MEvy8TxEOfS1eoJZwvqp3Fy { width:16.25rem;height:2.5rem;top:8.9375rem;left:3.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FTyFEqVDxekcZD2lG8pbqWmSKGDfk13k { width:15.8125rem;height:6.75rem;top:26.25rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V1pRybEqTkNVSQR28bHf3sshNGOKaLyZ { width:13.5rem;height:2.5rem;top:23.75rem;left:3.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HFZgGSVVObskthiCO2ETaARw1wPZgWfQ { display:flex;width:2.125rem;height:2.125rem;top:9.375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #qhwIZ96vigE1ylz2TblzNg4UbwuJs3OE { width:9.1875rem;height:13.9375rem;top:110.25rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm6FT6RvqRvmia19c41xs83mG6m3NlCy { width:15.75rem;height:15.1875rem;top:38.6875rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q6a4SRKQIXxW38GEPHd9U3Po5fvlxKcq { width:11.75rem;height:2.5rem;top:36.1875rem;left:3.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m10tHRdHSSE88TiryAPfTdB11sePrZBk { display:flex;width:2.125rem;height:2.125rem;top:24.1875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #bUII56VEslccVBVHkmlghebdEZeHEGpK { width:20rem;height:11.5625rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUR80Vr4ZgSPUlFcfhv9no1m55Dpoil6 { width:20rem;height:18.6875rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppLaceEysM8fcwAMoKOOdn73c0pLex4J { width:12.75rem;height:3.75rem;top:125.5625rem;left:3.625rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #OEkixNCAHTcP1Z6h4yUiwfSkva2vFNZV { display:block; }
 }@media only screen and (max-width: 763px) { #yqL7HAho0eObESrrb0BGgooIPXf4TAOT { width:19.1875rem;height:7rem;top:90.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBakyPp3VMOfKPT07KHOqmTP3S5azmH9 { width:19.1875rem;height:6.4375rem;top:103.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIdT5rp3TOUH4GeihVbm9uahTKu6ZsQT { width:19.1875rem;height:5.8125rem;top:97.6875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJrJ1TBrz150MJdXKFk3u8r7xOSgeoze { width:9.8125rem;height:5.4375rem;top:55.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzZNbskDWgfVnwdskhM7O70SGQfucvJZ { width:9.625rem;height:5.375rem;top:55.34375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0lSMXCsuVz5bFIO1LobvF9HzvcfzqRQ { width:9.5rem;height:5.25rem;top:60.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOheJESvipcF2SemLKkdzWNNSX1ekTCD { width:9.6875rem;height:5.3125rem;top:60.6875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggwPmExPx7VEpZb6gnhBZw2cvT6gd7ak { width:19.1875rem;height:24.125rem;top:66.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdAbAp1WMVDoBC4Z1vdTS3EBki0d37eQ { width:5.0625rem;height:5.0625rem;top:110.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXsDsaJrh0eqFPzCfvhJJ5DnikqxBTCv { width:5.125rem;height:5.0625rem;top:110.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhM1laskdnW3RyzCakbzsU5aL3oXe4nt { width:5.1875rem;height:5.125rem;top:110.6875rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #diBzGXqkfI0C9l6bLeqNwVMlcDTbN9Jq { width:10.0625rem;height:10rem;top:114.125rem;left:0.4375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #bk3Wcpz7qT4tTSZAZKDMv4WqIO25FZPM { width:8.5rem;height:3.75rem;top:125.3125rem;left:5.75rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #d0tqwzgTJwh4T5dl4xTpU437tElQfx3o { display:block; }
 }@media only screen and (max-width: 763px) { #RNbqurSp61PWpBC0bCnCyxot20dgtKqK { display:block; }#RNbqurSp61PWpBC0bCnCyxot20dgtKqK > .row .container { width:20rem;height:95.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziLXcGdIgRvKgkD7O2z4hQLIhemNdcfX { width:4.375rem;height:4.375rem;top:6.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJHCDJdgu8vqCn6cmfWTNQkhHRs1WqRT { width:3.75rem;height:1.25rem;top:7.5625rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCJo14lTtzJH9TuTiTl074qOVzFOcBbG { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DRXNHxdbiAWPJ7KKNAVWMLQafTMe4cOm { width:20rem;height:2.75rem;top:2.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RgoKroZ7xDVD737cCm46i9gPAncBeVfH { width:0.5rem;height:71.375rem;top:12.0625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NkhGB98yTx1HTfgk5xEdTWOHCklL7qwc { width:3.75rem;height:0.9375rem;top:9.375rem;left:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH0uoD62WGZZoB7godAx5fuWeaEkbwRt { width:5.875rem;height:1.125rem;top:11.3125rem;left:0.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZqrtomLDFHbl996tzstKvDkdUeTkVurH { width:12.875rem;height:3.125rem;top:7.1875rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #o8D1U5GZyk98TeshU7uym2Ov4wfaDWhx { display:flex;width:0.9375rem;height:0.9375rem;top:11.25rem;left:6.3125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #Fh5iQiVQKp3NS8uupE6TsGSfmVQ0aATx { width:5rem;height:1.25rem;top:11.125rem;left:7.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yyOG9r3lTCXFPuZFmS0gvOb6zR37EnVk { width:0.5rem;height:15rem;top:0rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZnF0oUZyeNOZdF55ZOMJ7lnv73BJCwo { width:0.5rem;height:15rem;top:0rem;left:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPDVWmmnBUuTVLNMRnDfLbDwBbPRTde3 { width:0.5rem;height:15rem;top:0rem;left:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZqTgDzTlNup8TtJFFa1KoGmE1CwAHKo { width:0.5rem;height:15rem;top:0rem;left:17.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTiRs3TdIKvu8lvmRIhGsNJa97Oyry8m { width:19.3125rem;height:43.75rem;top:13.375rem;left:0.34375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aQciXreENRTqboPSPilvUPSyeBazE66D { width:19.5rem;height:14.61328125rem;top:57.125rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #D8tc4GzmJG2JGKZ77CEv27uzLl8a8Q2T { width:19.5rem;height:14.61328125rem;top:74rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZxmBzRxvTRI3zggE6J49mnptuyZTvo2m { width:13.3125rem;height:3.75rem;top:90.36328125rem;left:3.3125rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #CxATZ3pFWE8fa5X0rVrOV76CHkyn2kFO { display:block; }
 }@media only screen and (max-width: 763px) { #DW8Ts1vDhkhZCHhPzrDhP4XLLo1BqdtA { display:block; }#DW8Ts1vDhkhZCHhPzrDhP4XLLo1BqdtA > .row .container { width:20rem;height:125.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOqzeqL7DTbdSUPLTuJTwVvXcaou51z4 { width:4.375rem;height:4.375rem;top:6.5625rem;left:0.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));background-image: -moz-linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));background-image: -ms-linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));background-image: -o-linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c', endColorstr='#c8961e63' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c', endColorstr='#c8961e63' );";background-image: linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VCbVCxHAku9R8BxbievS8Grm5XUSqg8R { width:3.75rem;height:1.25rem;top:7.5rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8D1VTmPxTxabQfZgybprJvJa5l74Lg1 { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g4AMRlzcRiX6vXVunASbAax4aXXTIEoJ { width:20rem;height:2.75rem;top:2.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sogrBJrrp6MNOST3MN09XCPIx5no4Kup { width:0.5rem;height:44.9375rem;top:10.8125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSIidd4OGLTLi98N92L6PPn6ZFD0szWT { width:3.75rem;height:0.9375rem;top:9.1875rem;left:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUkeAKixMFo4XxiHswgWehJ1vNcFS6id { width:5.4375rem;height:1.125rem;top:11rem;left:0.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVbQT75h82hDfxyLR93TTtZQPMoMCUSr { width:13.5rem;height:4.6875rem;top:6.125rem;left:5.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #k0DMloNeP67Rtk2fJ9vRKNyCO9NBQZzx { display:flex;width:1.125rem;height:1.125rem;top:10.9375rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #XPnAnoTVvKdwDKDSPe1PiF9fuCOmi10l { width:6.125rem;height:1.25rem;top:10.8125rem;left:7.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v397h4bl5q6RBmWfTCFAxIgpJqUVFvhD { width:4.375rem;height:4.375rem;top:59.3125rem;left:0.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));background-image: -moz-linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));background-image: -ms-linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));background-image: -o-linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c', endColorstr='#c8961e63' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c', endColorstr='#c8961e63' );";background-image: linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ePNJgPQPUdtnavVIEmi8LwxVsFPhp9k2 { width:3.75rem;height:1.25rem;top:60.5rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA3kKVHLfEocvlKBVe9An2HlK3kEnaWE { width:3.75rem;height:0.9375rem;top:61.6875rem;left:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTshSchDOyqFTrDtVhsxxwMVFlWSrfFv { width:5.125rem;height:1.125rem;top:64.25rem;left:0.5rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzN8f1Tfh8gpT7Si9BkG5CHbPeMgWu9F { width:13.5625rem;height:5.5rem;top:58.375rem;left:6rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #egMZeUosipHfetnRT1EhQ0Z12OPFIEgL { display:flex;width:0.9375rem;height:0.9375rem;top:64.3125rem;left:6rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #zUhZldqHNvZuUc7FyTdUWrKnCXFeZzu3 { width:5.0625rem;height:1.25rem;top:64.1875rem;left:7.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PuM0QHctZkWMID37Kt2JxVxLggJguZ6V { width:0.5rem;height:15rem;top:0rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUZggWxcDmCA2TxWMvNKc7XkpVrNk1Iz { width:0.5rem;height:15rem;top:0rem;left:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oln1bEKvgpn7QFwhvrOFt3fQkUvz31bh { width:0.5rem;height:15rem;top:0rem;left:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtD5tfgsJmaTi8SD5npDJfZSQafndsET { width:0.5rem;height:15rem;top:0rem;left:17.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzCTRzKCDscqAfWDZRaenFcJFUxM8kBP { width:20rem;height:12.5rem;top:13.0625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KhLBiFokN1cr56k1qNzi7nLTasbgUSh7 { width:19.5rem;height:14.1201171875rem;top:26.8125rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ScO7RTbmvTmqI9dsv10zynXIt17wwdJP { width:20rem;height:13.2431640625rem;top:42.6875rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GHi9TTuuVp8BAxvEkwD7FJnxrldCIOzx { width:0.5rem;height:44.9375rem;top:60.875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCMkrTzHIPSufmvtqHWRcfAMfiv9L5yE { width:18.375rem;height:21.25rem;top:65.875rem;left:1rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dtVxpsmo0U5cbkZnnIyCnuZFJ41D5F3F { width:8.6875rem;height:13.3125rem;top:88.0625rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ur6eXQ4oM7tMdc7k6b6HmFdUPp76agRn { width:10.125rem;height:6.4375rem;top:88.0625rem;left:8.9375rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #F5pLToOXR0uC08evTv79z3R5aIHgZPWU { width:10.1875rem;height:6.3125rem;top:94.875rem;left:8.9375rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lMIKeqMiMZczWIyAG6ZMIEifmtaCeHDV { width:9.125rem;height:16.6875rem;top:102.4375rem;left:0.625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TtGl2dy0AOtdei3nimTNe8KFFetrOhZd { width:8.8125rem;height:16.5625rem;top:102.5625rem;left:10.5625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nCPT3yRu61wUlBTJbhnhbeOTMlQyKNRc { width:13.3125rem;height:3.75rem;top:120.25rem;left:3.34375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #CLMG7fqoMwS8Z22yBSTgGfvvnzEQewQT { display:block; }
 }@media only screen and (max-width: 763px) { #fyIyvpBlIcsePrZDfPdqaiiMr9KgJeRw { display:block; }#fyIyvpBlIcsePrZDfPdqaiiMr9KgJeRw > .row .container { width:20rem;height:89.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlUsL2qoFtma5EoDcAwRJuFD2Sfx9mCt { width:4.375rem;height:4.375rem;top:6.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ35bzt28Z7MrGP0afRhwHCo2w2PO2Ri { width:3.75rem;height:1.25rem;top:7.3125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK0MyLdkyDust3SMlQ8vT2NIrr3sqUtX { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qaVgdplWmNS2AMid1WAcZkkOzWocPTJU { width:20rem;height:2.75rem;top:2.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOP2SFKJfXXrsq4abF8FcTe0DavhGGuI { width:0.5625rem;height:48.5625rem;top:12.25rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #emRGHIBFyIamOypZx0qFGOnSmuELRqcH { width:3.75rem;height:0.9375rem;top:9.125rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrmiP1Q2LQIhtS5RzeIpoEgmz5g6AQSw { width:5.8125rem;height:1.125rem;top:11.125rem;left:0.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhpTqU0RurvbbThbsb4Doa7w2TR5T7e7 { width:17.5rem;height:12.5rem;top:12.875rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hGGSgxStMkwQRlFqiWcJLRZvpMJzkf7a { width:13.8125rem;height:3.125rem;top:6.6875rem;left:5.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TX10zFfLr5NGMmqy0dlC7qR9FNTgaeni { display:flex;width:0.9375rem;height:0.9375rem;top:11rem;left:6.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #TkXbL2RtNwAXlMxD9McBQqgsXX3OCGbv { width:5.6875rem;height:1.25rem;top:10.8125rem;left:7.59375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QVQ1riHDrZ8MyTbVygqQp2uZ8XCcaGqO { width:0.5rem;height:15rem;top:0rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFcOkZEfX9T1H0qEVMPBx5WFGevvsckN { width:0.5rem;height:15rem;top:0rem;left:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #quvz9OtVZZtX7N0h4TliiUWFFqyXbzrp { width:0.5rem;height:15rem;top:0rem;left:17.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Skpqf64ew1Sht1eSt6TfoT1rqyTeUdli { width:19.5rem;height:16.62890625rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixQ7pvf7d6h5CRL2omUdw6Poz0fRWeLG { width:0.5rem;height:15rem;top:0rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLzTMqsTeTSehT5OWt03hD2U3rbX8LSE { width:12.75rem;height:3.75rem;top:47.8125rem;left:3.625rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #B0zquwWCL9QUxcJMlxdSpoU58OdcEu8U { display:block; }
 }@media only screen and (max-width: 763px) { #LCtkNMW8KwRgNnEMzpXnS6PsrvNwDJUw { width:9.375rem;height:17.0625rem;top:46.3125rem;left:0.625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XOK9QdOdimJg1yfoS9iU28yl4ayJTxfS { width:9.4375rem;height:17.0625rem;top:46.3125rem;left:10.375rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VhS0nAcaSI62hd5k80hspncs74hcNTRD { width:9.4375rem;height:17.1875rem;top:64.3125rem;left:5.28125rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DgKUQlWqrNF2ah0XsNfPS6AG5oRS4lFG { width:13.3125rem;height:3.75rem;top:83.28125rem;left:3.78125rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #SC0rBCu94TKe4BiUBpDCrNDIVUzVks9f { display:block; }
 }@media only screen and (max-width: 763px) { #xyN3flwRyg5w0U1aLRkBKRr17c03IW0s { display:block; }#xyN3flwRyg5w0U1aLRkBKRr17c03IW0s > .row .container { width:20rem;height:118.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uk7svrp4lvgr0LMmsaqR4NMX3N0sLDpr { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tu2b9GrSBXUUIgfD8qopQtspTGyOpwIP { width:20rem;height:2.25rem;top:2.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ltugXE6TCAEqdg4hf70BOCWET66h4x9n { width:17.5rem;height:10rem;top:13.6875rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BBlTcXsvB1tZCtfm8rNdaJdDVLKoRqx4 { width:13rem;height:2.375rem;top:8.3125rem;left:6.125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KOXKrlQ9EhEEr5d1sd66veFtmChT6lMQ { width:20rem;height:18.25rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cefuGyZFtlBf2flzsEy27EESpQJndgGQ { width:18.0625rem;height:8.75rem;top:32.3125rem;left:0.96875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rn4ROVswI8ls2wmn8T45fwmZPTJCEFm3 { width:14.125rem;height:1.5rem;top:27.6875rem;left:5.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kX5q5vokXfpKF73dOI5DyznqlnTR3ou7 { width:17.5rem;height:11.25rem;top:51.5625rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uEdXR2M5BJ6St07hmGfTU0rbWJpglkUQ { width:4.375rem;height:4.3125rem;top:46.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cynL4tvQpve3HMJHVV1luXg5MKMEbN6m { width:4.375rem;height:4.3125rem;top:27.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcF8ovTCrCluJhQg97wdVoBnUUFgMZa0 { width:2.5rem;height:1.4375rem;top:11.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9QQP5hP5MU0susI0JWx1Sate9VoN5f0 { width:2.5rem;height:1.4375rem;top:29.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlnpAsgQ3rPvEEaJTNkzDn8HTQXideHA { width:13.375rem;height:1.6875rem;top:46.625rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EITJXwXs2MeLGJkcXSy1F71b2qeWKbgq { width:5rem;height:5rem;top:7.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti1Sebynwz3hHJCIztTZde0Q1qkbmulb { width:2.5rem;height:1.4375rem;top:49rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyZs9pF0BSmuyhPx9uNT918eBZEJiDQf { width:9.625rem;height:9.625rem;top:65.3125rem;left:0.46875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9FCr9H14Is9Auor0XhkWpGXNQsHLgxV { width:9.4375rem;height:9.4375rem;top:65.40625rem;left:10rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s52x6isDFyMJvNuSZZnd99TAblpIEXl8 { width:9.375rem;height:9.375rem;top:65.4375rem;left:0.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdZa2Ce4fHO8P3f6oKvJ8AlUfzmCi6cb { width:9.5rem;height:9.5rem;top:89.375rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QEDn6CwAePrqSgr2NGK0wq3uDNlgiON9 { width:18.6875rem;height:14.875rem;top:74.96875rem;left:0.65625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snnTf018pKy52EPDQN2yp1E3fJwyVTOq { width:20rem;height:17.8125rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg238kCI2Q3dc9XOWuluxnpM0NX4FleI { width:20rem;height:19.0625rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOPmHUwqHdHysrTQQCGq6RD27bENFiZL { width:18.375rem;height:10.75rem;top:90.375rem;left:0.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILgLoCAdi8Sm6m8FMwLqDEu3AdDCeG51 { width:18.4375rem;height:10.5625rem;top:101.125rem;left:0.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPgEVK8UKxPhAipLyshKtSbrNmRJMFlL { width:13.3125rem;height:3.75rem;top:112.75rem;left:3.34375rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #e0G6EDo1yXmIJh04ENUZUL8L84hHgTbz { display:block; }
 }@media only screen and (max-width: 763px) { #PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku { display:block; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlgcSfO4bUNwVcC8r0tZrplKduPhopJD { width:7.1875rem;height:2.375rem;top:1.3125rem;left:6.40625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xH4ORTbm3xIGpToAfqqEbV4SUDzSu3qZ { width:16.25rem;height:1.875rem;top:3.125rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fRNeGtAG3lDJSMBZVQhJFtTRScTDBAkT { width:16.25rem;height:0.5rem;top:5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrBIKFsl9cL693S7yvflLsvxrfTeDCd9 { width:16.25rem;height:1.875rem;top:8.75rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #raS8L19nsOmQuTJ64Jf9ulv6kIHJOMZz { width:16.25rem;height:2.375rem;top:6.625rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UpETG1KN1Px9ODLMnphBeLu7DR53aLed { width:16.25rem;height:0.5rem;top:10.625rem;left:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NpKVSmS6RpeODnut8etI2HufTrg9Ac7W { width:16.25rem;height:1.875rem;top:14.1875rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NfDqtM8u92lm5o82BWTCnUr9suZqxrpc { width:16.25rem;height:2.375rem;top:18.1875rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bHclvyN2MREGxlTKUeQlWqJEss0IT6o3 { width:16.25rem;height:0.5rem;top:16.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5vuB2DdO2CHmF9KmN0DHyuyg5XkKo8o { width:16.25rem;height:1.875rem;top:20.3125rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eodzH7nusenzKW6ylJX8Gu1BCPuqzbP9 { width:16.25rem;height:2.375rem;top:12.25rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhT3xrcwm7vbFIvyQPB1O65TPJfxP2Ug { width:16.25rem;height:0.5rem;top:22.1875rem;left:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ { display:block; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhbFiuULDRg1EPxRCSqFbEJiE9GW0XMy { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqtP528wKJZPciBL99k1Pp3WIpnB3kP2 { width:20rem;height:2.75rem;top:4.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqPN9JggAtXV4CTwmoMa7dlfhm704UFO { width:9.6875rem;height:7.6875rem;top:40.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI3GTavU8IFFSTd5FnB1fbtoonpIZmbk { width:9.75rem;height:12.1875rem;top:16.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKOgb0krGvZrqPNZUb0pLXBbu4htA9b { width:9.4375rem;height:7.5rem;top:20.4375rem;left:10.468220338983rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXCMk0MV8OaXfII4SJXcAwsKQqi9N8X7 { width:9.6875rem;height:12.1875rem;top:28.6875rem;left:0.44669117647061rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMCynWX8gCsSurh5WLd8N035UMINuLtI { width:9.5625rem;height:12.0625rem;top:28.125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc1nHQ9g72v4N8hXFtt2tz9JviRuHpNr { width:9.375rem;height:11.75rem;top:8.5625rem;left:10.427471336066rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipiHlstuNDnsBhGD9f8ZUtRbAtIRAQGr { width:9.75rem;height:7.75rem;top:8.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiBzm2Q7yhO8f5Jf23RpwLrpoaxB1MWX { width:0.5rem;height:9.375rem;top:8.1875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B55w0pBgE2O4bgM3PLzJJyCApDX7iAB9 { width:0.5rem;height:9.375rem;top:18.8125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNE59Azn14spNV73Lcpfz5Vu3vpm5Hh2 { width:0.5rem;height:9.375rem;top:29.4375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCc740m2eQRiD7PmDksWV0Q1n6GSV90E { width:0.5rem;height:9.375rem;top:40.0625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1AGs8NdZUH233GER5ZmUT40Pn1HBapC { width:10rem;height:7.125rem;top:41rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkorGtf5USWfInkEnWKG7bD0pdorcI9c { width:20rem;height:40.625rem;top:8rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbzXSCRd3bxbrdmvXSNslmDCUo8WFM93 { width:9rem;height:3.75rem;top:49.875rem;left:5.5rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #KTT76pRcsQLw0KNucqIaLzxTAxWNdpsV { display:block; }
 }@media only screen and (max-width: 763px) { #pk6lM01ubSUoRRsrIyNITZStOTFxd0ea { display:block; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { width:20rem;height:142.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCkKoPyVxEeqKA2x4blgFWKB7pATih70 { width:20rem;height:3.375rem;top:1.25rem;left:0rem;font-size:1.4375rem;z-index:15037;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwkslxtb7y0i55HaMNtzeEXW84P7fGSJ { width:18.1875rem;height:14.375rem;top:24.9375rem;left:0.9375rem;font-size:0.875rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeTklTHLo08K8VL5FuP2c0QBrFuR0b5y { width:12.75rem;height:3.75rem;top:40.1875rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #iPeOADF9Lk1AVLLwPIT7cNsc92hhQBhT { display:block; }
 }@media only screen and (max-width: 763px) { #rl5U6zVWhbN7lalWOB8rLtMnk5BcvC66 { width:0.5rem;height:27.5rem;top:57.375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMtigflldWTu6D4gIMA1MJ3osLqCOJCC { width:0.5rem;height:27.5rem;top:114.875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtLR6puRPRbW7xO8iehyL5Z8Lc1T15kV { width:0.5rem;height:27.5rem;top:143.625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGPmxeSt6FbEU0z4f7x8gnbUlrQWkX4n { width:0.5rem;height:27.5rem;top:86.125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGO76yhdaTIS1k72LCkKvWxTMkutbDh0 { width:12.875rem;height:15rem;top:5.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrqTsLaqfdTTT05pFRsnWEq42bNdiwNt { width:18.5rem;height:8.625rem;top:48.4375rem;left:0.75rem;font-size:0.875rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxBXo9uk1oIOIg0oTHGczJXcMCEfVc2X { width:20rem;height:0.1875rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv38DLbRiMtIZ4aprTFuxwi9LhTJ1OMi { width:10.875rem;height:11.8125rem;top:58.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKsIzz0Pnm5euMU27NV0KJvDDEmH3li6 { width:20rem;height:0.1875rem;top:76.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIrqgu9ElX05uOoCBSbTn4tcipow3mE6 { width:17.5rem;height:3.375rem;top:20.375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIZIykpqTFMhHIbUu6oe0tZXH6RdB1x8 { width:20rem;height:1.6875rem;top:46.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZcSdVAUiAwOVvCwEcMeoJO2MnNbbxhTM { width:20rem;height:1.6875rem;top:77.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WQW3e0gxLyF9voxhDfqWoinnDcdoTECM { width:17.25rem;height:11.5rem;top:79.4375rem;left:1.375rem;font-size:0.875rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kix4GPErugUHU3UW1pW9GVHfsLAdhEe2 { width:11.6875rem;height:14.9375rem;top:90.9375rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f23dEIZUfqR6XIPxF7z3AOCILqnQFLiK { width:20rem;height:0.1875rem;top:112.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXa0KKmi954iWMVDOHrwxnVciTSyO6x6 { width:20rem;height:1.6875rem;top:113.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l2Wq0Z5uWxpCf9mq4tvogTd3359gqXuI { width:20rem;height:5.75rem;top:115.375rem;left:0rem;font-size:0.875rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGcvSPTyEbOazEL9NmFhAowuMeT7h4Uc { width:10.3125rem;height:13.8125rem;top:122.1875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmXhQdd6XHlbTzf9197pox8ZIsbH0PL0 { width:9rem;height:3.75rem;top:137.125rem;left:5.5rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #WDKtlxo2cvTnf6iTFXIqdZDBVJtAif4K { display:block; }
 }@media only screen and (max-width: 763px) { #iDATuKA6c1GKm92apG78Pdd33tgETPSE { width:9rem;height:3.75rem;top:107.0625rem;left:5.5rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #HeFTxx5ZSA5oAQnWQ4SDz5lFTJZVxVFT { display:block; }
 }@media only screen and (max-width: 763px) { #sstVPaAg9WX9stH0TfGJXNBzuTUMRdBa { width:9rem;height:3.75rem;top:71.125rem;left:5.5rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #W4XEWZDPB3TmN1kp3hxstUX7A8NLoMaD { display:block; }
 }@media only screen and (max-width: 763px) { #p6GV9esCemCugqpy3gHE4DFeBtH4htbo { display:block; }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaHE45gWAw1BRPUXiyQPO27Nx03fBwcC { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1Ibo5D91MxXfFBaipO2m8HSWkGIWoQH { width:20rem;height:5.5rem;top:4.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oPFiV5xTQHwQEAPrweKL1cnuVpsvDSsU { width:0.5rem;height:9.375rem;top:10.9375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Az6uUTE3HUDcKBkfI4KTUcxaT1GedsaB { width:0.5rem;height:9.375rem;top:21.5625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3Q5FdrT7nVyrBGOxlQTpxzedOVtKTqy { width:0.5rem;height:9.375rem;top:32.1875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKnC7BhxEMJHz7HJJvvKpzp8LMp1XNbO { width:0.5rem;height:9.375rem;top:42.8125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iT09pyhyeM8LHuBeQRsZ563U1twfRGnO { width:8.75rem;height:15.9375rem;top:44.0625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMruolU8JrJBWb0OBJS68vrAdaSTFoBg { width:8.6875rem;height:15.9375rem;top:10.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTMagrZDqDGo8EkSbr6MbLBrnr6JVgks { width:8.875rem;height:16.125rem;top:27.40625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEc2rBXW3LtCMpMXX688ruu4nEXyOmse { width:8.75rem;height:16rem;top:27.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnknH5BKvCHsUJTMmUi9rBRzHa0maZc9 { width:8.75rem;height:16.0625rem;top:10.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qczlNp85aByBsHqD4iNFBTCAARG7oLyQ { width:8.75rem;height:15.9375rem;top:44.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpcd4JnRMC42ALSKIiwp0nbZW4ZOBZhP { width:8.75rem;height:6.4375rem;top:60.6875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5t0AtO3wKXNlTv4bdBwodAw7T58gDri { width:8.6875rem;height:6.4375rem;top:60.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLpGLSUJOtTeUqwLK2yfklg2HCVPh2R1 { width:8.9375rem;height:6.6875rem;top:74.9375rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8iUrHQ0ITPkWXmW9NZCupXwps7Of8HB { width:8.6875rem;height:6.5rem;top:67.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC6OFlz09hDZ27r5iyTZVkWHmg518BeI { width:8.8125rem;height:6.5625rem;top:67.78125rem;left:10.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMxkO3LTqkkLZTEH5ot5XvSzAAr3UqID { width:8.75rem;height:6.5625rem;top:75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb { display:block; }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row .container { width:20rem;height:91.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAtBR9Fq5XFLyULmpJDO2uwP79S076tA { width:20rem;height:1.6875rem;top:0.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m8tDPIzeP7zU1lT30RNm6TyTlS4U9gsG { width:20rem;height:2.75rem;top:1.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Mn7WAJHz1VGUyALrUQQmuqrToSSNs0u0 { width:20rem;height:35.4375rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLFB6Li51WVEJuDOQ8GqeCLElko1poxq { width:17.5rem;height:1.875rem;top:9.3125rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gPGcsrhvnc4zsd0PUuh6Fdy9KTiz9SpF { width:4.8125rem;height:2.75rem;top:10.5625rem;left:8.21875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #W6yLLNtHLF6ILmZGMsBU5qA7RO9srSTI { width:18.4375rem;height:1.25rem;top:13.25rem;left:0.90625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cJRZs38cksoIIGQseK4RXN1o247gFzq7 { width:17.5rem;height:0.0625rem;top:15.3125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5tnyCNewsiRonHDrbLx5gUIDx9OSw4J { width:1.375rem;height:2.75rem;top:10.75rem;left:6.40625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Za9rgiFId0SLIxRK0w9xv9qHqCT6mREW { width:17.5rem;height:20.548828125rem;top:15.3125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }#Za9rgiFId0SLIxRK0w9xv9qHqCT6mREW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_840b27fff909ef34ae46f570f13ec68a274d1ab6.svg); }
 }@media only screen and (max-width: 763px) { #z34x0n2kMFHWVrHWXKpnqMqzGpcMKrP5 { width:10.625rem;height:3.75rem;top:37.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOW1mp9CbrnFz9OrCu4zpXtRWpbaBzA9 { display:block; }
 }@media only screen and (max-width: 763px) { #CWnXci0g6ioP0KeAFFk1aDhqu0oNMaf8 { width:20rem;height:0.125rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1O1S8K3PgKPB6uGPcxTKOPVTLqeABnE { width:20rem;height:0;top:16.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1u0CuixaIeFlyWlk5UJBWr1WiXq7x76 { width:4.9375rem;height:2.75rem;top:7.5rem;left:8.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU0U0iJG9nBr63Z7Jetxqs0qpSnN7SxG { width:1.375rem;height:2.75rem;top:7.5rem;left:6.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9GKAUWszFGP8IhZPb2cWGo8OEiVwOMi { width:20rem;height:1.875rem;top:5.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yyCt6yAZtxLTLQ01n2zdz8JdMRmvMF5c { width:16.5625rem;height:23.125rem;top:14.125rem;left:1.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#yyCt6yAZtxLTLQ01n2zdz8JdMRmvMF5c li:before{  }
 }@media only screen and (max-width: 763px) { #od526ZXCMxFa9oEgLqZhR7GvXebAQIUi { width:17.25rem;height:14.07421875rem;top:87.8125rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }#od526ZXCMxFa9oEgLqZhR7GvXebAQIUi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_840b27fff909ef34ae46f570f13ec68a274d1ab6.svg); }
 }@media only screen and (max-width: 763px) { #e6ALm3T4HC6CCMHT9ogvXp63Vizo7a90 { width:20rem;height:0.125rem;top:86.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIWQV1OXLnkdIoxCd1N3o31ThrTRVwUH { width:20rem;height:1.25rem;top:10.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zBJU8AzoHZaTvI9QMrSP2qIL23CV5cHR { width:4.3125rem;height:2.75rem;top:82.3125rem;left:7.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #acA3Rx3otvi2Jr1nTTRBXDE7kd9Hr2ZE { width:17.875rem;height:1.875rem;top:80.4375rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BvF6u67c302tIEzlB7fT29d67Cl0IEqN { width:1.375rem;height:2.75rem;top:82.5rem;left:6.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #os66xoiSIPaeoSVl18XGtI7vyyBXKLqn { width:20rem;height:41.0625rem;top:4.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOu1tCfnU5NbxPSr3AVB0lO6cERBki1v { width:20rem;height:30.625rem;top:79.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0yovRHRrV9L8qLgKqPvy345ABIGqZBe { width:10.625rem;height:3.75rem;top:102.6875rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQblXySPkqtOOvw2Q5EsG1TuzVo6T5I8 { display:block; }
 }@media only screen and (max-width: 763px) { #lmnJPFtIUuDJNvuoRx8M54HctTyxgEDv { width:15.1875rem;height:2.6875rem;top:5.5625rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NL42QJXq3ZSai35HFv1sszy6hyhLzWAm { width:12.5rem;height:1.25rem;top:6.46875rem;left:3.90625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGZD8lrMNkXzLhJyzMsQToKcpEvKnJW9 { width:10.625rem;height:3.75rem;top:35.861328125rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #teSEe8DalJ90AcKVUSwLxTt60EBeROaQ { display:block; }
 }@media only screen and (max-width: 763px) { #lPKhcZg9r90QQ4JSQGtv412fQWRsT90G { width:16.5rem;height:1.875rem;top:40.173828125rem;left:1.75rem;font-size:0.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #aATmTm0im1IyXsPyPzfLKI5uJA4QQ2WJ { width:16.25rem;height:1.875rem;top:42.3125rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7wa0TSCqdMfiRBnSe3LiM6FdfknIEoF { width:16.5rem;height:1.875rem;top:76.5078125rem;left:1.75rem;font-size:0.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #aS30MCy4DSy2TlqzegMqODtVgNuD37r3 { width:20rem;height:1.25rem;top:111.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iVUP5ptlCMGQWa0In3TOEZ0RpkFzBofi { width:20rem;height:11.375rem;top:46.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ7FUixuDVOZaabkHCt9I8gU3nBZRJy7 { width:16.1875rem;height:0;top:47.71875rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #colTZIvP9xHJFh0el3CCsNLPtaJGmPSX { width:19rem;height:3.4375rem;top:52.28125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwvCGeUTO4bKWo5IdZNBRoeATFBm2N67 { display:block; }
 }@media only screen and (max-width: 763px) { #pNyB57fEVVQicyQUKATD1QXilmkZV63D { display:block; }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1UDhZNLt5ZBSE7BaiCgORBG9hwDnN4k { width:17.5rem;height:1.5625rem;top:0.75rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PrtTghINtsgRLJC2SZJzzU57uEUQD6Tb { width:0.5rem;height:31.25rem;top:1.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdlqCpg6wdxWFn1CQVhWp9V76SDeJrB1 { width:0.5rem;height:31.25rem;top:33.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJu226QuvcoCQnKqIzzTtIHvDfDJ8Xoh { width:0.5rem;height:31.25rem;top:98.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBNxNQEMTbTBTbGDTymHgLL3K0Tlz6Lb { width:0.5rem;height:31.25rem;top:66.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnh20EAyMbyPqOAiug2f63AJdCNBVKPZ { width:0.5rem;height:31.25rem;top:211.5302734375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBaON0HzksRKLTP1RGibiBmv9hOUtF6T { width:0.5rem;height:31.25rem;top:244.0302734375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0fIUkyuJzslvqs08SCq1OHZoa87okI9 { width:0.5rem;height:31.25rem;top:276.5302734375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o4ooU7GpVURA4hZlynZCPxe5xEATaFPG { width:0.5rem;height:31.25rem;top:309.0302734375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EboAzhhmMqEGDPlPFsPtnoTf1tXwbsmn { width:20rem;height:13.1611328125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNZNWl1nos1944H0zsWlEhWBuTMg1dVI { width:20rem;height:13.212890625rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfQzLOXWgdmaZrNgUCSeldSClqCPT0wT { width:20rem;height:13.28125rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A98yUdhoAHCEIevcu6kG7y9V6E4uCSGO { width:9.625rem;height:13.25rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np7uAlq4fUCq6U1OdWIuKTQEG4yTItk8 { width:10.1875rem;height:13.1875rem;top:46.4375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld { display:block; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf9NTDZBWqfLN8ZXLe6lTCWpEgRSVmIG { width:20rem;height:2.75rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5JRVr2BKBEDAgrlu9foGuxZO3GW4tow { width:20rem;height:3.375rem;top:4rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ec3gSUDtHOegJFr1UGy55mS96HhtiK7E { width:20rem;height:0.5rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr3T0TvDfGM3EizO44fvbrKwZiwprWAp { width:20rem;height:2.75rem;top:8.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cGuntNOFzcpnx3J5FlOhkbuMQfQPQ5pT { display:flex;width:3.125rem;height:3.125rem;top:12.4375rem;left:2.625rem; }
#cGuntNOFzcpnx3J5FlOhkbuMQfQPQ5pT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #HnpT1ok2PXgpgzAQs6Bi988CNygvHlhT { display:flex;width:1.5rem;height:1.5rem;top:30.1875rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #Q9VV5m9SUPdTl0OkSnf1i90aAUtFHSWo { width:15.3125rem;height:1.875rem;top:31.625rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nu4E4odH95odeM6lsnckyPQKGK6hyQMD { width:20rem;height:4.25rem;top:33.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { width:20rem;height:1.875rem;top:22.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khI6XmzoW2EK08hrUnMfSq79WekrKLUp { width:15.3125rem;height:1.875rem;top:20.4375rem;left:3.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { display:flex;width:1.5rem;height:1.5rem;top:20.5625rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #g50T2ScwO61T3yVHSwLGG3ca7fBHfLTE { width:11.625rem;height:3.4375rem;top:12.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAHo8xVslWgtbhPRkv9TWS1nAyioD901 { display:block; }
 }@media only screen and (max-width: 763px) { #Br7Ic581lLnHmr06XGk25T1sFUUPqZRo { width:20rem;height:0.5rem;top:27.625rem;left:0rem;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzLCABGlFcFos3tB7XRBUXnnBBEdaQlV { width:8.6875rem;height:5.6875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS7OTtBtDnBNbivM8T0HIdcWkoHrEhHd { width:5.6875rem;height:5.6875rem;top:1.0625rem;left:11.75rem;display:block; }
 }