.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XvIKaZdnPveEui0ZkBxT4Um44nygP9O2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2d2d;background-image:none;position:relative;display:block; }#XvIKaZdnPveEui0ZkBxT4Um44nygP9O2 > .row .container { background-color: transparent; background-image: none; }#XvIKaZdnPveEui0ZkBxT4Um44nygP9O2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XvIKaZdnPveEui0ZkBxT4Um44nygP9O2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XvIKaZdnPveEui0ZkBxT4Um44nygP9O2 > .row .container > .video-iframe-container { display: none; }#XvIKaZdnPveEui0ZkBxT4Um44nygP9O2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XvIKaZdnPveEui0ZkBxT4Um44nygP9O2 > .row > .video-iframe-container { display: none; }#XvIKaZdnPveEui0ZkBxT4Um44nygP9O2 > .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); }#XvIKaZdnPveEui0ZkBxT4Um44nygP9O2 > .row .container { border-width: 0; border-radius: 0; }#XvIKaZdnPveEui0ZkBxT4Um44nygP9O2 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#ukiByJrD4xE9XmfqpS8LyveoKAxJisXS { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:17.5625rem;top:1.84375rem;left:0rem;overflow:hidden;display:block; }
#vBeHdriNFZ1GKDwQ1H1TPJxzEEvyMoP0 { position:relative;display:block; }#vBeHdriNFZ1GKDwQ1H1TPJxzEEvyMoP0 { background-color: transparent; background-image: none; }#vBeHdriNFZ1GKDwQ1H1TPJxzEEvyMoP0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vBeHdriNFZ1GKDwQ1H1TPJxzEEvyMoP0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vBeHdriNFZ1GKDwQ1H1TPJxzEEvyMoP0 > .row .container > .video-iframe-container { display: none; }#vBeHdriNFZ1GKDwQ1H1TPJxzEEvyMoP0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vBeHdriNFZ1GKDwQ1H1TPJxzEEvyMoP0 > .row > .video-iframe-container { display: none; }#vBeHdriNFZ1GKDwQ1H1TPJxzEEvyMoP0 > .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); }#vBeHdriNFZ1GKDwQ1H1TPJxzEEvyMoP0 { border-width: 0; border-radius: 0; }#vBeHdriNFZ1GKDwQ1H1TPJxzEEvyMoP0 > .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:6rem;width:60rem;position:relative;display:block; }#pNur3AwaLZZ9ebOQ8fLR6Dq10ESv0L5K { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#kt4Mz8yJs3CIbSqP5mTfhsHslh7LL577 { position:relative;display:block; }#kt4Mz8yJs3CIbSqP5mTfhsHslh7LL577 { background-color: transparent; background-image: none; }#kt4Mz8yJs3CIbSqP5mTfhsHslh7LL577::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kt4Mz8yJs3CIbSqP5mTfhsHslh7LL577 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kt4Mz8yJs3CIbSqP5mTfhsHslh7LL577 > .row .container > .video-iframe-container { display: none; }#kt4Mz8yJs3CIbSqP5mTfhsHslh7LL577 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kt4Mz8yJs3CIbSqP5mTfhsHslh7LL577 > .row > .video-iframe-container { display: none; }#kt4Mz8yJs3CIbSqP5mTfhsHslh7LL577 > .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); }#kt4Mz8yJs3CIbSqP5mTfhsHslh7LL577 { border-width: 0; border-radius: 0; }#kt4Mz8yJs3CIbSqP5mTfhsHslh7LL577 > .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:33.8125rem;width:60rem;position:relative;display:block; }#ZTvRDfdulCK0uAGJPWyIsg17IXi3Ne08 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.625rem;width:56.375rem;top:1.09375rem;left:1.8125rem;display:block; }
#byAERPK1ZHQWux0iZV8BKnJgTdTXNqKf { position:relative;display:block; }#byAERPK1ZHQWux0iZV8BKnJgTdTXNqKf { background-color: transparent; background-image: none; }#byAERPK1ZHQWux0iZV8BKnJgTdTXNqKf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#byAERPK1ZHQWux0iZV8BKnJgTdTXNqKf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#byAERPK1ZHQWux0iZV8BKnJgTdTXNqKf > .row .container > .video-iframe-container { display: none; }#byAERPK1ZHQWux0iZV8BKnJgTdTXNqKf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#byAERPK1ZHQWux0iZV8BKnJgTdTXNqKf > .row > .video-iframe-container { display: none; }#byAERPK1ZHQWux0iZV8BKnJgTdTXNqKf > .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); }#byAERPK1ZHQWux0iZV8BKnJgTdTXNqKf { border-width: 0; border-radius: 0; }#byAERPK1ZHQWux0iZV8BKnJgTdTXNqKf > .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:37.1875rem;width:60rem;position:relative;display:block; }#VAT9gTDSF8FapIVG9RTlMdCF81NOehIK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28rem;width:30.0625rem;top:6.0625rem;left:29.936848640442rem;overflow:hidden;display:block; }
#es6MNrAmF29N9xI8PyJonBZBBbvm84Ls { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.154296875rem;left:0rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#W4cTtmZMryiNfCoDCC9KTtVJkFfg9LSq { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:9.8125rem;left:0rem;height:23.8875rem;display:block; }
#Iq9Gcp4xADdkUmDmJxct41hplM6RhzrB { position:relative;display:block; }#Iq9Gcp4xADdkUmDmJxct41hplM6RhzrB { background-color: transparent; background-image: none; }#Iq9Gcp4xADdkUmDmJxct41hplM6RhzrB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iq9Gcp4xADdkUmDmJxct41hplM6RhzrB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iq9Gcp4xADdkUmDmJxct41hplM6RhzrB > .row .container > .video-iframe-container { display: none; }#Iq9Gcp4xADdkUmDmJxct41hplM6RhzrB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iq9Gcp4xADdkUmDmJxct41hplM6RhzrB > .row > .video-iframe-container { display: none; }#Iq9Gcp4xADdkUmDmJxct41hplM6RhzrB > .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); }#Iq9Gcp4xADdkUmDmJxct41hplM6RhzrB { border-width: 0; border-radius: 0; }#Iq9Gcp4xADdkUmDmJxct41hplM6RhzrB > .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:12.0625rem;width:60rem;position:relative;display:block; }#i9wUPVQpbnpGrircBDnUWi9lzfmXusRM { background-color:#e15d3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cb401b;border-left:0.0625rem solid #cb401b;border-right:0.0625rem solid #cb401b;border-bottom:0.0625rem solid #cb401b;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:59.75rem;height:3.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:4.6236982345581rem;left:0rem;display:block; }
#F7Nt2Bs1pQGLKC0nSOPqxE43pfVMnd3R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lKluoHBmwRAoGZLGv3bS3lh9RdmGU4kL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff0;background-image:none;position:relative;display:block; }#lKluoHBmwRAoGZLGv3bS3lh9RdmGU4kL > .row .container { background-color: transparent; background-image: none; }#lKluoHBmwRAoGZLGv3bS3lh9RdmGU4kL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lKluoHBmwRAoGZLGv3bS3lh9RdmGU4kL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lKluoHBmwRAoGZLGv3bS3lh9RdmGU4kL > .row .container > .video-iframe-container { display: none; }#lKluoHBmwRAoGZLGv3bS3lh9RdmGU4kL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lKluoHBmwRAoGZLGv3bS3lh9RdmGU4kL > .row > .video-iframe-container { display: none; }#lKluoHBmwRAoGZLGv3bS3lh9RdmGU4kL > .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); }#lKluoHBmwRAoGZLGv3bS3lh9RdmGU4kL > .row .container { border-width: 0; border-radius: 0; }#lKluoHBmwRAoGZLGv3bS3lh9RdmGU4kL > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#lEIdfdhuUB9f7BNAaeaxpeOXtNR0pdB3 { color:#000000;display:block;width:44.25rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.375rem;left:7.875rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#qwfQXSxmkd5ZFOqxh3cli0qsXsXDAz3M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff0;background-image:none;position:relative;display:block; }#qwfQXSxmkd5ZFOqxh3cli0qsXsXDAz3M > .row .container { background-color: transparent; background-image: none; }#qwfQXSxmkd5ZFOqxh3cli0qsXsXDAz3M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qwfQXSxmkd5ZFOqxh3cli0qsXsXDAz3M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qwfQXSxmkd5ZFOqxh3cli0qsXsXDAz3M > .row .container > .video-iframe-container { display: none; }#qwfQXSxmkd5ZFOqxh3cli0qsXsXDAz3M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qwfQXSxmkd5ZFOqxh3cli0qsXsXDAz3M > .row > .video-iframe-container { display: none; }#qwfQXSxmkd5ZFOqxh3cli0qsXsXDAz3M > .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); }#qwfQXSxmkd5ZFOqxh3cli0qsXsXDAz3M > .row .container { border-width: 0; border-radius: 0; }#qwfQXSxmkd5ZFOqxh3cli0qsXsXDAz3M > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:block; }#bFf2wde6TrHoi8LWiEaUWRISvLCGFEXF { position:absolute;display:block;z-index:100010;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cbc8c9;border-left:0.0625rem solid #cbc8c9;border-right:0.0625rem solid #cbc8c9;border-bottom:0.0625rem solid #cbc8c9;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:10.5rem;width:13.875rem;top:7.87421903573rem;left:15.000001907349rem;display:block; }
#B1nBPdbzxHDzZ0RdBpsRfuATCrwoSC6r { position:absolute;display:block;z-index:100012;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cbc8c9;border-left:0.0625rem solid #cbc8c9;border-right:0.0625rem solid #cbc8c9;border-bottom:0.0625rem solid #cbc8c9;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:10.5rem;width:13.875rem;top:7.8734377855438rem;left:45.000001907349rem;display:block; }
#tpv9IUHkZGHzvauo0HdrRu4DlwvrcfNu { position:absolute;display:block;z-index:100014;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cbc8c9;border-left:0.0625rem solid #cbc8c9;border-right:0.0625rem solid #cbc8c9;border-bottom:0.0625rem solid #cbc8c9;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:10.5rem;width:13.875rem;top:7.8734377855438rem;left:30.000001907349rem;display:block; }
#lGF9Ql624gQpXiCE540w09MLsO5hw25u { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0.75rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#Sp9PdFCnTy4CcTlzGgdU3LmXBPiN4rMT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:8.625rem;left:15.75rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#FBAZRaVcTPMwTy2IViXvvy3OapfKxafg { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:8.625rem;left:30.4375rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#EFuzSnLoDuJaEa1Jfm0KzIHOfApWMJsG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:9.9375rem;left:45.75rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#mCv2DZOWoD3op9mxmn5pUK4bHHzPwF9x { position:absolute;display:block;z-index:100013;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cbc8c9;border-left:0.0625rem solid #cbc8c9;border-right:0.0625rem solid #cbc8c9;border-bottom:0.0625rem solid #cbc8c9;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:10.5rem;width:13.875rem;top:7.8734377855438rem;left:0rem;display:block; }
#AD7eRBtSuUDuUWOyz19I3Ag8ER2COn1q { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cbc8c9;border-left:0.0625rem solid #cbc8c9;border-right:0.0625rem solid #cbc8c9;border-bottom:0.0625rem solid #cbc8c9;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.3125rem;width:13.875rem;top:1.9375rem;left:30rem;display:block; }
#BSoE5KtOuKkp7y7BWPqTpzmgi7k2UKSG { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cbc8c9;border-left:0.0625rem solid #cbc8c9;border-right:0.0625rem solid #cbc8c9;border-bottom:0.0625rem solid #cbc8c9;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.3125rem;width:13.875rem;top:1.9375rem;left:45rem;display:block; }
#cTIzsaEXLCpxKq5p4WO5fNFbqpz2pJAk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:4.5rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:1.9375rem;left:30.75rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#TTpTatHgASPTcGhwXmvT24OUT1IIetzP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:4.5rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:1.9375rem;left:45.75rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#STTRyHdWyIACv27ezUSLTCQaLe40b0mL { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cbc8c9;border-left:0.0625rem solid #cbc8c9;border-right:0.0625rem solid #cbc8c9;border-bottom:0.0625rem solid #cbc8c9;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.3125rem;width:13.875rem;top:1.9375rem;left:15rem;display:block; }
#NlI9SckkvpeV218XRDlQofObGptcDAk2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:4.5rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:1.9375rem;left:15.75rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#aPWrgJAH6JTVkqGt4urXXvMeCziqn4Fz { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cbc8c9;border-left:0.0625rem solid #cbc8c9;border-right:0.0625rem solid #cbc8c9;border-bottom:0.0625rem solid #cbc8c9;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.3125rem;width:13.875rem;top:1.9375rem;left:0rem;display:block; }
#XVb7TWbeiPvBAUErcF73s94h80QbCuOy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:4.5rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0.75rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#ocR4rEVMo9Lx9ydVNIaOeyTvB6NKnMd3 { position:relative;display:block; }#ocR4rEVMo9Lx9ydVNIaOeyTvB6NKnMd3 { background-color: transparent; background-image: none; }#ocR4rEVMo9Lx9ydVNIaOeyTvB6NKnMd3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ocR4rEVMo9Lx9ydVNIaOeyTvB6NKnMd3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ocR4rEVMo9Lx9ydVNIaOeyTvB6NKnMd3 > .row .container > .video-iframe-container { display: none; }#ocR4rEVMo9Lx9ydVNIaOeyTvB6NKnMd3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ocR4rEVMo9Lx9ydVNIaOeyTvB6NKnMd3 > .row > .video-iframe-container { display: none; }#ocR4rEVMo9Lx9ydVNIaOeyTvB6NKnMd3 > .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); }#ocR4rEVMo9Lx9ydVNIaOeyTvB6NKnMd3 { border-width: 0; border-radius: 0; }#ocR4rEVMo9Lx9ydVNIaOeyTvB6NKnMd3 > .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:39.25rem;width:60rem;position:relative;display:block; }#I5NsRg40Di0SIh5iXX3P8EyT1LwlmVTV { color:#e43b2c;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.1367225646973rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#V9w5pfAuc4u0AvcBn803TxIuuDlfo6TK { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.9375rem;width:57.25rem;top:7.3125038146975rem;left:1.375rem;display:block; }
#rd2ndINff6nGFiSGRTDtuKK2RvKs1dwT { position:relative;display:block; }#rd2ndINff6nGFiSGRTDtuKK2RvKs1dwT { background-color: transparent; background-image: none; }#rd2ndINff6nGFiSGRTDtuKK2RvKs1dwT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rd2ndINff6nGFiSGRTDtuKK2RvKs1dwT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rd2ndINff6nGFiSGRTDtuKK2RvKs1dwT > .row .container > .video-iframe-container { display: none; }#rd2ndINff6nGFiSGRTDtuKK2RvKs1dwT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rd2ndINff6nGFiSGRTDtuKK2RvKs1dwT > .row > .video-iframe-container { display: none; }#rd2ndINff6nGFiSGRTDtuKK2RvKs1dwT > .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); }#rd2ndINff6nGFiSGRTDtuKK2RvKs1dwT { border-width: 0; border-radius: 0; }#rd2ndINff6nGFiSGRTDtuKK2RvKs1dwT > .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:17.4375rem;width:60rem;position:relative;display:block; }#hFlF9KTC22e0TlIyTe9WU84k2CWGuhwR { background-color:#e15d3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cb401b;border-left:0.0625rem solid #cb401b;border-right:0.0625rem solid #cb401b;border-bottom:0.0625rem solid #cb401b;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:59.75rem;height:3.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:7.5611982345581rem;left:0.125rem;display:block; }
#U4aLXiOizI9aEDJqxE1o2FOgTDynrGPX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eUqaqZFJt0DFznUwh1upOQFP3OhuRylQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff0;background-image:none;position:relative;display:block; }#eUqaqZFJt0DFznUwh1upOQFP3OhuRylQ > .row .container { background-color: transparent; background-image: none; }#eUqaqZFJt0DFznUwh1upOQFP3OhuRylQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eUqaqZFJt0DFznUwh1upOQFP3OhuRylQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eUqaqZFJt0DFznUwh1upOQFP3OhuRylQ > .row .container > .video-iframe-container { display: none; }#eUqaqZFJt0DFznUwh1upOQFP3OhuRylQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eUqaqZFJt0DFznUwh1upOQFP3OhuRylQ > .row > .video-iframe-container { display: none; }#eUqaqZFJt0DFznUwh1upOQFP3OhuRylQ > .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); }#eUqaqZFJt0DFznUwh1upOQFP3OhuRylQ > .row .container { border-width: 0; border-radius: 0; }#eUqaqZFJt0DFznUwh1upOQFP3OhuRylQ > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#NrktTC1qmOn6E6pLTNTiVBf80O3C01uz { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:11.45625rem;text-align:center;text-align-last:center;display:block; }
#QXAitvSn8TsEvUlGVt19vnJDR1vaye19 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff0;background-image:none;position:relative;display:block; }#QXAitvSn8TsEvUlGVt19vnJDR1vaye19 > .row .container { background-color: transparent; background-image: none; }#QXAitvSn8TsEvUlGVt19vnJDR1vaye19::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QXAitvSn8TsEvUlGVt19vnJDR1vaye19 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QXAitvSn8TsEvUlGVt19vnJDR1vaye19 > .row .container > .video-iframe-container { display: none; }#QXAitvSn8TsEvUlGVt19vnJDR1vaye19 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QXAitvSn8TsEvUlGVt19vnJDR1vaye19 > .row > .video-iframe-container { display: none; }#QXAitvSn8TsEvUlGVt19vnJDR1vaye19 > .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); }#QXAitvSn8TsEvUlGVt19vnJDR1vaye19 > .row .container { border-width: 0; border-radius: 0; }#QXAitvSn8TsEvUlGVt19vnJDR1vaye19 > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;position:relative;display:block; }#O1rv3liDG8rKGVatEBrHCTV7JvZPyixC { color:#2f2f2f;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.2992067337036rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#CqIyMk9GM5hGhty0a8E6DgBPyFPUH7cM { color:#2f2f2f;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#KN0ExTTmtudd91M30XOJ5CByl47DW9Wn { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:7.125rem;left:1.875rem;height:3.4125rem;display:block; }
#X7lmZHBSgnH20ZrmgK96WFASX0SUtgNI { box-sizing:content-box;color:#e15d3a;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:6.75rem;left:0rem;display:block; }
#MLH8AuQPoxT2mvakW9De2AvIteGnJbyO { box-sizing:content-box;color:#e15d3a;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:9rem;left:0rem;display:block; }
#N8mOcr8Hl3Hv8rmTqBBwvTzBDu5JCKq2 { color:#2f2f2f;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:11.875rem;left:0rem;height:1.70625rem;display:block; }
#Xpt8aiGB5QwJfyO9wi8vOTupVxW77f9m { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:14.5625rem;left:1.875rem;height:1.1375rem;display:block; }
#mMGo7KiRi9p6ZAuHyw5LF84CQJE9aT4Z { box-sizing:content-box;color:#e15d3a;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:14.1875rem;left:0rem;display:block; }
#TctrCUJtwkGHs9MxmgzU4EQtyUzMfWIS { color:#2f2f2f;display:block;width:20.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:1.7484443187714rem;left:31.218751907349rem;height:1.70625rem;display:block; }
#nTTMEl6DkS0hE3dFhilBuUO32JPHWnob { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:27.5625rem;top:3.8984446525574rem;left:31.218751907349rem;overflow:hidden;display:block; }
#D1e42p9gVli13yQRTMoIOy7y3GdVFHXy { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.375rem;width:27.5rem;top:9.68750667572rem;left:31.250001907349rem;display:block; }
#R10kLuPXSF6p94yT3AeMlOEeDF00Qrkt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff0;background-image:none;position:relative;display:block; }#R10kLuPXSF6p94yT3AeMlOEeDF00Qrkt > .row .container { background-color: transparent; background-image: none; }#R10kLuPXSF6p94yT3AeMlOEeDF00Qrkt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R10kLuPXSF6p94yT3AeMlOEeDF00Qrkt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R10kLuPXSF6p94yT3AeMlOEeDF00Qrkt > .row .container > .video-iframe-container { display: none; }#R10kLuPXSF6p94yT3AeMlOEeDF00Qrkt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R10kLuPXSF6p94yT3AeMlOEeDF00Qrkt > .row > .video-iframe-container { display: none; }#R10kLuPXSF6p94yT3AeMlOEeDF00Qrkt > .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); }#R10kLuPXSF6p94yT3AeMlOEeDF00Qrkt > .row .container { border-width: 0; border-radius: 0; }#R10kLuPXSF6p94yT3AeMlOEeDF00Qrkt > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:60rem;position:relative;display:block; }#WUBid88P41kP9Ho9JMm4ddb5dFKxECen { color:#2f2f2f;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.2500114440918rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#h3ihfsf1zpGHTZyL5hXULyTwWTTgSumD { color:#2f2f2f;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#dycO2PLu3CRbdwPezXinnQBFJPTqieNr { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:7.125rem;left:1.875rem;height:3.4125rem;display:block; }
#b1QEiUozJUf6PhdOHv1LwMUngHVaAEoZ { box-sizing:content-box;color:#e15d3a;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:6.75rem;left:0rem;display:block; }
#JAIJNus2i5leBSSe3tuQgwAzXVGt4kNA { box-sizing:content-box;color:#e15d3a;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:9rem;left:0rem;display:block; }
#dUkCDFpWBsJQZkJJykBTTGK5dTpVkThs { color:#2f2f2f;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:11.875rem;left:0rem;height:1.70625rem;display:block; }
#C7b4ATg1GLPHTXZnFsXCRuseRdBTLNlM { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:14.5625rem;left:1.875rem;height:1.1375rem;display:block; }
#DfUpXxfk4KrATSVhqtsQ1erGPbZl13FA { box-sizing:content-box;color:#e15d3a;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:14.1875rem;left:0rem;display:block; }
#pe9bWR5Uv7IeI34dWrCER4aaTfvoTsep { color:#2f2f2f;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.25rem;left:30rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#SyuC3DHh0e4i2Tw7WiAp0VmUGoJonH45 { color:#2f2f2f;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:30rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#s7OJnouEpGNP4XkBrxmNBEDJUTCAAKmV { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:7.125rem;left:32.0625rem;height:3.4125rem;display:block; }
#Nt5nr9GLtXsgguCu0cPTAfxhJTVwMWX5 { box-sizing:content-box;color:#e15d3a;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:6.75rem;left:30rem;display:block; }
#CuBQ2aAHTDIeWdUiMz6lRt0qNkdIuHJV { box-sizing:content-box;color:#e15d3a;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:9rem;left:30rem;display:block; }
#ZWAPK4TZro0ZbaAhJp1QJJzs7w3xJDOB { color:#2f2f2f;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:11.875rem;left:30rem;height:1.70625rem;display:block; }
#cmITruXPQ7E1wmtd2JEh9XvuTLvpl6uS { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:14.5625rem;left:31.875rem;height:1.1375rem;display:block; }
#PVVqAUGkJT5TeT3oHD6XZbqzsOlR86tQ { box-sizing:content-box;color:#e15d3a;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:14.1875rem;left:30rem;display:block; }
#MlC87J8cW2ieDOZR6ChEzlwCLUQdfak9 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.375rem;width:27.5rem;top:17.599212646484rem;left:31.250001907349rem;display:block; }
#KstTER6yxq4JtJO97yU1kt2lVeeXxDil { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.375rem;width:27.5rem;top:17.598437309265rem;left:1.25rem;display:block; }
#aiQf4fcUmh4b7WareX3xTHA06pFTqpsA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff0;background-image:none;position:relative;display:block; }#aiQf4fcUmh4b7WareX3xTHA06pFTqpsA > .row .container { background-color: transparent; background-image: none; }#aiQf4fcUmh4b7WareX3xTHA06pFTqpsA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aiQf4fcUmh4b7WareX3xTHA06pFTqpsA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aiQf4fcUmh4b7WareX3xTHA06pFTqpsA > .row .container > .video-iframe-container { display: none; }#aiQf4fcUmh4b7WareX3xTHA06pFTqpsA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aiQf4fcUmh4b7WareX3xTHA06pFTqpsA > .row > .video-iframe-container { display: none; }#aiQf4fcUmh4b7WareX3xTHA06pFTqpsA > .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); }#aiQf4fcUmh4b7WareX3xTHA06pFTqpsA > .row .container { border-width: 0; border-radius: 0; }#aiQf4fcUmh4b7WareX3xTHA06pFTqpsA > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#hTZVZeE6MMbqXri7KNhcpaTf6U6kx5Dq { position:absolute;display:block;z-index:100000;background-color:#2f2f2f;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;box-shadow: 0.0625rem 0.0625rem 0.625rem #cbc8c9 ;height:0.0625rem;width:60rem;top:0.9375rem;left:0rem;display:block; }
#bQCAmmTuPcQp9TDtIUh8ABvgkczm8Ify { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#Qw9muyGNTh4mpuohydlTTdFTx7UhAKl8 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.0625rem;width:48.8125rem;top:8.4375rem;left:5.59375rem;overflow:hidden;display:block; }
#qApAy2T2wnpIwNSGcymZmwOLE2uHfRdD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff0;background-image:none;position:relative;display:block; }#qApAy2T2wnpIwNSGcymZmwOLE2uHfRdD > .row .container { background-color: transparent; background-image: none; }#qApAy2T2wnpIwNSGcymZmwOLE2uHfRdD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qApAy2T2wnpIwNSGcymZmwOLE2uHfRdD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qApAy2T2wnpIwNSGcymZmwOLE2uHfRdD > .row .container > .video-iframe-container { display: none; }#qApAy2T2wnpIwNSGcymZmwOLE2uHfRdD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qApAy2T2wnpIwNSGcymZmwOLE2uHfRdD > .row > .video-iframe-container { display: none; }#qApAy2T2wnpIwNSGcymZmwOLE2uHfRdD > .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); }#qApAy2T2wnpIwNSGcymZmwOLE2uHfRdD > .row .container { border-width: 0; border-radius: 0; }#qApAy2T2wnpIwNSGcymZmwOLE2uHfRdD > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;position:relative;display:block; }#hQUTbamW2IKZPbiveDeOOcHTIbQKtE7n { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.3750047683716rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#oy3eRRsbvMfudpdRV3n2N9dpd5QoQ2xN { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:31.8125rem;top:9.0312504768369rem;left:14.09375rem;overflow:hidden;display:block; }
#BDhalVNTo5TNCIs92OJpZssxvFGStTTx { position:absolute;display:block;z-index:100001;background-color:#2f2f2f;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;box-shadow: 0.0625rem 0.0625rem 0.625rem #cbc8c9 ;height:0.0625rem;width:60rem;top:0.81250476837156rem;left:0rem;display:block; }
#MwSASXW6xuch9vhOZJwBPxPSiQpE6f6V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff0;background-image:none;position:relative;display:block; }#MwSASXW6xuch9vhOZJwBPxPSiQpE6f6V > .row .container { background-color: transparent; background-image: none; }#MwSASXW6xuch9vhOZJwBPxPSiQpE6f6V::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MwSASXW6xuch9vhOZJwBPxPSiQpE6f6V > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MwSASXW6xuch9vhOZJwBPxPSiQpE6f6V > .row .container > .video-iframe-container { display: none; }#MwSASXW6xuch9vhOZJwBPxPSiQpE6f6V > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MwSASXW6xuch9vhOZJwBPxPSiQpE6f6V > .row > .video-iframe-container { display: none; }#MwSASXW6xuch9vhOZJwBPxPSiQpE6f6V > .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); }#MwSASXW6xuch9vhOZJwBPxPSiQpE6f6V > .row .container { border-width: 0; border-radius: 0; }#MwSASXW6xuch9vhOZJwBPxPSiQpE6f6V > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;position:relative;display:block; }#fTzEwHc2JPISowk3G9pUnJ8lTMMWnTG7 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.1874809265137rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#x1ax66OGOsWTppJLVNxWMIC5aKWzCpQO { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:60rem;top:8.375rem;left:0rem;overflow:hidden;display:block; }
#tWUmQ9ZruTI9t45E8ApW7irCseKbzV0R { position:absolute;display:block;z-index:100002;background-color:#2f2f2f;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;box-shadow: 0.0625rem 0.0625rem 0.625rem #cbc8c9 ;height:0.0625rem;width:60rem;top:0.87497997283938rem;left:0rem;display:block; }
#u55oWVi9K8nS2uueJprl8LG2473KCg27 { background-color:#e15d3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cb401b;border-left:0.0625rem solid #cb401b;border-right:0.0625rem solid #cb401b;border-bottom:0.0625rem solid #cb401b;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:59.75rem;height:3.125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:19.75rem;left:0.24934864044189rem;display:block; }
#e9msnQXW7tbFhUCDTEMZ90tJgKkdEcqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y4v8CUgf6Z7stW56b0kee0Skf2XFw6Zc { position:relative;display:block; }#y4v8CUgf6Z7stW56b0kee0Skf2XFw6Zc { background-color: transparent; background-image: none; }#y4v8CUgf6Z7stW56b0kee0Skf2XFw6Zc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y4v8CUgf6Z7stW56b0kee0Skf2XFw6Zc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y4v8CUgf6Z7stW56b0kee0Skf2XFw6Zc > .row .container > .video-iframe-container { display: none; }#y4v8CUgf6Z7stW56b0kee0Skf2XFw6Zc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y4v8CUgf6Z7stW56b0kee0Skf2XFw6Zc > .row > .video-iframe-container { display: none; }#y4v8CUgf6Z7stW56b0kee0Skf2XFw6Zc > .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); }#y4v8CUgf6Z7stW56b0kee0Skf2XFw6Zc { border-width: 0; border-radius: 0; }#y4v8CUgf6Z7stW56b0kee0Skf2XFw6Zc > .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:25.6875rem;width:60rem;position:relative;display:block; }#o0GrHcvEl0bt5J6S1t9uOsNP40uLwoCg { color:#000000;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:2.6rem;display:block; }
#gnaWLKomvGtcadnc4J4gF3b4KTmq11u8 { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:7.1875009536744rem;left:0rem;height:13.125rem;display:block; }
#rkfqa1ZhqQMXdkCDzby2ZI4O1ebTLQTA { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.125rem;width:30rem;top:3.0625009536743rem;left:30.000001907349rem;overflow:hidden;display:block; }
#Ky7hduawzr6bEq6nLsOv3eI2LbHIovwA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff0;background-image:none;position:relative;display:block; }#Ky7hduawzr6bEq6nLsOv3eI2LbHIovwA > .row .container { background-color: transparent; background-image: none; }#Ky7hduawzr6bEq6nLsOv3eI2LbHIovwA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ky7hduawzr6bEq6nLsOv3eI2LbHIovwA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ky7hduawzr6bEq6nLsOv3eI2LbHIovwA > .row .container > .video-iframe-container { display: none; }#Ky7hduawzr6bEq6nLsOv3eI2LbHIovwA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ky7hduawzr6bEq6nLsOv3eI2LbHIovwA > .row > .video-iframe-container { display: none; }#Ky7hduawzr6bEq6nLsOv3eI2LbHIovwA > .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); }#Ky7hduawzr6bEq6nLsOv3eI2LbHIovwA > .row .container { border-width: 0; border-radius: 0; }#Ky7hduawzr6bEq6nLsOv3eI2LbHIovwA > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:60rem;position:relative;display:block; }#vch9reP3uQSgF0Zyii8mtrIhg6V8ufkT { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.8304672241211rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#TyaGWI686vTu2Pk92q9ZaeSqo2ZZL1mb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff0;background-image:none;position:relative;z-index:auto;display:block; }#TyaGWI686vTu2Pk92q9ZaeSqo2ZZL1mb > .row .container { background-color: transparent; background-image: none; }#TyaGWI686vTu2Pk92q9ZaeSqo2ZZL1mb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TyaGWI686vTu2Pk92q9ZaeSqo2ZZL1mb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TyaGWI686vTu2Pk92q9ZaeSqo2ZZL1mb > .row .container > .video-iframe-container { display: none; }#TyaGWI686vTu2Pk92q9ZaeSqo2ZZL1mb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TyaGWI686vTu2Pk92q9ZaeSqo2ZZL1mb > .row > .video-iframe-container { display: none; }#TyaGWI686vTu2Pk92q9ZaeSqo2ZZL1mb > .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); }#TyaGWI686vTu2Pk92q9ZaeSqo2ZZL1mb > .row .container { border-width: 0; border-radius: 0; }#TyaGWI686vTu2Pk92q9ZaeSqo2ZZL1mb > .row .container { font-size:0.875rem;font-family:arial;height:69.6875rem;width:60rem;position:relative;display:block; }#bJBkrAfNciK9RVqZq8W0nblQ6mxhEfhe { position:absolute;display:block;z-index:100000;background-color:#f5f5f5;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem #cbc8c9 ;height:26.25rem;width:17.5rem;top:0rem;left:0rem;display:block; }
#mRx2tiTA1lFNv5PeCT7yy0SZEEFEQ6cg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.5rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#FT9KzB5eEsiWhMDNP7l5Eb5tblIy84yw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.375rem;left:2.5rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#TdUJA4rNaP5HPy1Jurhd0qlNWox3IgO2 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:13.8125rem;left:0.9375rem;height:8.45rem;text-align:center;text-align-last:center;display:block; }
#ZDVBRwLH6FAHnhTApb7J101yTWFh56sB { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem #cbc8c9 ;height:4.375rem;width:17.5rem;top:26.25rem;left:0rem;display:block; }
#FMv5x0w2gidTnRdhJsuFbnLWMO3DqAWk { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cbc8c9;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem #cbc8c9 ;height:4.375rem;width:17.5rem;top:30.625rem;left:0rem;display:block; }
#zIEFBDPI7tTLAwSGFK6HdFnoPJprCmV2 { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cbc8c9;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem #cbc8c9 ;height:4.375rem;width:17.5rem;top:35.0625rem;left:0rem;display:block; }
#guTrkarQnJtDVs5MdNgJl1UvLegf03kN { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cbc8c9;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem #cbc8c9 ;height:4.375rem;width:17.5rem;top:39.5rem;left:0rem;display:block; }
#LFBV7pXykhl0uQAezvzX9GfNINyiBIVS { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:27.9375rem;left:0rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#AEE5UkmsHaHfibkxMqGoByqICKzioTxS { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:31.84375rem;left:0rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#iczu3O14op31ZV4BMILAoDGoM4IV5WoN { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:36.5rem;left:0rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#Tq9NU7iDzAuwCFSEenV4K70F0QhJApOc { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:40.71875rem;left:0rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#QclEmavGFDHBNN7yTvIc9ifDIaMWJqly { position:absolute;display:block;z-index:100001;background-color:#f5f5f5;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem #cbc8c9 ;height:30rem;width:17.5rem;top:0rem;left:21.25rem;display:block; }
#Tqy1uy284xrmqyazQOxmBQcSSdlvruXW { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:21.25rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#XMBhEMOiHA9SwfTVRa2BWTRwGUWqBAVg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.375rem;left:23.75rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#P49QZkxpUXHOn6NZ0freOmJSSiHbO0ZI { position:absolute;display:block;z-index:100001;background-color:#f5f5f5;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem #cbc8c9 ;height:22.5rem;width:17.5rem;top:0rem;left:42.5rem;display:block; }
#CzUSOrRNNI7TA5NUbrRJD6s7Xm0N6PHL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:45.000001907349rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#EW2E9Dy99T6m1VkKVPIQm5HcTTkfposh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.375rem;left:45rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#cN5o1mrhgGzqcV3IBEGfmfVRz72nD30u { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:18.625rem;left:22.1875rem;height:8.45rem;text-align:center;text-align-last:center;display:block; }
#Qql7IWorOKDONQHZMHxQivd0ZZyUh5ON { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:13.8125rem;left:43.4375rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#ToZZ3z94KQeFLVvhpTAVImGJbfmnIDgT { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem #cbc8c9 ;height:4.375rem;width:17.5rem;top:30rem;left:21.25rem;display:block; }
#expiV4HP6huXkiT3F6bIWOKAHNpw3NVv { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cbc8c9;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem #cbc8c9 ;height:4.375rem;width:17.5rem;top:34.125rem;left:21.25rem;display:block; }
#vNXsrTfll2Hl9v1ArROsJOPsm8ccfARi { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cbc8c9;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem #cbc8c9 ;height:8.75rem;width:17.5rem;top:38.5rem;left:21.25rem;display:block; }
#nOtrMlFw7obFLqWebhlTSJtqgRIWkTz5 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cbc8c9;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem #cbc8c9 ;height:4.375rem;width:17.5rem;top:47.03125rem;left:21.25rem;display:block; }
#idJr48BCXoMTM5xCv3y17qf4ACSQKep6 { position:absolute;display:block;z-index:100013;background-color:#f5f5f5;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem #cbc8c9 ;height:10.625rem;width:17.5rem;top:51.46875rem;left:21.25rem;display:block; }
#o7UavsmixiaSnGlzTcBtXBe9WkNZ8LbB { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:31.1875rem;left:21.25rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#t5DXLxJ0RXZLeU5DFPMR30nq6TCgrXCe { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:35.34375rem;left:21.25rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#f4k9h60P8VeFCrHKNallnq1LvUMoTAVf { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:40.40625rem;left:21.25rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#GZV2eWA42FfChbMThm4bURViipmZusCb { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:48.25rem;left:21.25rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#E6geidWX8KFq6mWvG1VQULVJ02MTkDuW { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:53.625rem;left:21.25rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#HRig7TQei9PT1xqTtDFOdDrGLAo8CAaf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:55.1875rem;left:23.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#aXTkxS3EKJFUekN9Q1EoVSTCTwGrzUKR { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem #cbc8c9 ;height:3.125rem;width:17.5rem;top:22.5rem;left:42.5rem;display:block; }
#H21fAx7Zvybc0OOawoKTbDT1yy0lEXWu { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem #cbc8c9 ;height:4.375rem;width:17.5rem;top:25.6875rem;left:42.5rem;display:block; }
#hoNcBTRETJTXh62wTs4k9rRECSaARlPJ { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem #cbc8c9 ;height:4.375rem;width:17.5rem;top:30.125rem;left:42.5rem;display:block; }
#OiF9udqI5fvTILhHEE5tHsuu3hUpn1mF { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:23.8125rem;left:42.5rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#rO2mbDCHrqRxwqAS0X58SD0DlAMKuoxK { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:27rem;left:42.5rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#iG4UIqWOeiLe2NR9qhRmHeT52ElTHWl8 { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem #cbc8c9 ;height:4.375rem;width:17.5rem;top:34.5625rem;left:42.5rem;display:block; }
#r6tCntt1aHIVVJJbxJ86HfWSI0d4ZXXN { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:31.5625rem;left:42.5rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#daaRWEibiaoipCNyltyrsfB8Vf5BOKJx { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:35.625rem;left:42.5rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#IJxP8LngDW53Z7XLsuBFH7dvBeiM6eB4 { position:absolute;display:block;z-index:100013;background-color:#f5f5f5;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem #cbc8c9 ;height:10.625rem;width:17.5rem;top:38.5rem;left:42.5rem;display:block; }
#m7mmGqVayrVUOp0GeuH1RI0TLH2HLvm0 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:40.5625rem;left:42.5rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#yr6NeNTVcSg7UAfRsp0Mv6qF4QCaWbuh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:42.25rem;left:45rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#naL90SFinuqN7smaIDQucPXnorKanDi2 { background-color:#e15d3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cb401b;border-left:0.0625rem solid #cb401b;border-right:0.0625rem solid #cb401b;border-bottom:0.0625rem solid #cb401b;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:17.6875rem;height:4.375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:55.71875rem;left:0rem;display:block; }
#S3XoMHCuEuoVu6Ocko8TLs8mM6vZ5oBF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#THCIusS8gIRf6aLbIUZ3pBL1FkRSG2xe { background-color:#e15d3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cb401b;border-left:0.0625rem solid #cb401b;border-right:0.0625rem solid #cb401b;border-bottom:0.0625rem solid #cb401b;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:63.75rem;left:21.156251907349rem;display:block; }
#fq4yELbMJkgbzy8wIEcRTZll2EiJqLLw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GuuNwTFUTTC62MluBPr5U58ubbXIAmDz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:59.167319297791rem;left:2.5rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#xuDWQmFTMRAtbN0cObOUg52x99dbH9a7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:67.042316436769rem;left:23.750000953674rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#qTlpGPRuxJadKuFMoU8JLHLeDPostcZ0 { background-color:#e15d3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cb401b;border-left:0.0625rem solid #cb401b;border-right:0.0625rem solid #cb401b;border-bottom:0.0625rem solid #cb401b;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:17.6875rem;height:4.375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:51.46875rem;left:42.311848640442rem;display:block; }
#fhvnySnew9v2L7XRvXPEmtWgnAN6Mcnq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JehbmruZqxPKtXVkzNp9ihFKuPMF4rLi { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:54.666666984558rem;left:45.000000953674rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#vnaFflPynAIQdhKaA8uNTrTui4WwwnNh { position:absolute;display:block;z-index:100014;background-color:#f5f5f5;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem #cbc8c9 ;height:10.625rem;width:17.5rem;top:43.9375rem;left:0rem;display:block; }
#QCOcuIqw9RNI5RPZ2wSy5mliWOZyJor4 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:45.613932609558rem;left:0rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#L76sogprT6bw0l6pbwZBu1RIyAfbpQMw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:48.25rem;left:2.5rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#pHRzpc4nrCIM8u6pVUzr7y4a17kOrh86 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff0;background-image:none;position:relative;display:block; }#pHRzpc4nrCIM8u6pVUzr7y4a17kOrh86 > .row .container { background-color: transparent; background-image: none; }#pHRzpc4nrCIM8u6pVUzr7y4a17kOrh86::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pHRzpc4nrCIM8u6pVUzr7y4a17kOrh86 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pHRzpc4nrCIM8u6pVUzr7y4a17kOrh86 > .row .container > .video-iframe-container { display: none; }#pHRzpc4nrCIM8u6pVUzr7y4a17kOrh86 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pHRzpc4nrCIM8u6pVUzr7y4a17kOrh86 > .row > .video-iframe-container { display: none; }#pHRzpc4nrCIM8u6pVUzr7y4a17kOrh86 > .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); }#pHRzpc4nrCIM8u6pVUzr7y4a17kOrh86 > .row .container { border-width: 0; border-radius: 0; }#pHRzpc4nrCIM8u6pVUzr7y4a17kOrh86 > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:block; }#pb9zbaG230UTp1KzV9hRbCfuabepQpeQ { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:11.375rem;display:block; }
#J51JwcvtpD7OtthrDU1GCsqr60ThqyZ7 { position:relative;display:block; }#J51JwcvtpD7OtthrDU1GCsqr60ThqyZ7 { background-color: transparent; background-image: none; }#J51JwcvtpD7OtthrDU1GCsqr60ThqyZ7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J51JwcvtpD7OtthrDU1GCsqr60ThqyZ7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J51JwcvtpD7OtthrDU1GCsqr60ThqyZ7 > .row .container > .video-iframe-container { display: none; }#J51JwcvtpD7OtthrDU1GCsqr60ThqyZ7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J51JwcvtpD7OtthrDU1GCsqr60ThqyZ7 > .row > .video-iframe-container { display: none; }#J51JwcvtpD7OtthrDU1GCsqr60ThqyZ7 > .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); }#J51JwcvtpD7OtthrDU1GCsqr60ThqyZ7 { border-width: 0; border-radius: 0; }#J51JwcvtpD7OtthrDU1GCsqr60ThqyZ7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#MdkVzo94SZyexyz7ZMa5u89ITZG1eL6F { color:#353535;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.4617214202881rem;left:0rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XvIKaZdnPveEui0ZkBxT4Um44nygP9O2 { display:block; }#XvIKaZdnPveEui0ZkBxT4Um44nygP9O2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukiByJrD4xE9XmfqpS8LyveoKAxJisXS { top:1.8125rem;left:0rem;width:17.5625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBeHdriNFZ1GKDwQ1H1TPJxzEEvyMoP0 { display:block; }#vBeHdriNFZ1GKDwQ1H1TPJxzEEvyMoP0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNur3AwaLZZ9ebOQ8fLR6Dq10ESv0L5K { top:2.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt4Mz8yJs3CIbSqP5mTfhsHslh7LL577 { display:block; }#kt4Mz8yJs3CIbSqP5mTfhsHslh7LL577 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTvRDfdulCK0uAGJPWyIsg17IXi3Ne08 { top:1.0625rem;left:0rem;width:47.75rem;height:26.786585365854rem;display:block; }
 }@media only screen and (max-width: 763px) { #byAERPK1ZHQWux0iZV8BKnJgTdTXNqKf { display:block; }#byAERPK1ZHQWux0iZV8BKnJgTdTXNqKf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAT9gTDSF8FapIVG9RTlMdCF81NOehIK { top:6.0625rem;left:0rem;width:30.0625rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #es6MNrAmF29N9xI8PyJonBZBBbvm84Ls { top:4.125rem;left:0rem;width:30.0625rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4cTtmZMryiNfCoDCC9KTtVJkFfg9LSq { top:9.8125rem;left:0rem;width:27.5625rem;height:25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq9Gcp4xADdkUmDmJxct41hplM6RhzrB { display:block; }#Iq9Gcp4xADdkUmDmJxct41hplM6RhzrB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9wUPVQpbnpGrircBDnUWi9lzfmXusRM { width:46.625rem;height:3.125rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7Nt2Bs1pQGLKC0nSOPqxE43pfVMnd3R { display:block; }
 }@media only screen and (max-width: 763px) { #lKluoHBmwRAoGZLGv3bS3lh9RdmGU4kL { display:block; }#lKluoHBmwRAoGZLGv3bS3lh9RdmGU4kL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEIdfdhuUB9f7BNAaeaxpeOXtNR0pdB3 { top:3.375rem;left:1.75rem;width:44.25rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwfQXSxmkd5ZFOqxh3cli0qsXsXDAz3M { display:block; }#qwfQXSxmkd5ZFOqxh3cli0qsXsXDAz3M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFf2wde6TrHoi8LWiEaUWRISvLCGFEXF { top:7.8125rem;left:9.875rem;width:13.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1nBPdbzxHDzZ0RdBpsRfuATCrwoSC6r { top:7.8125rem;left:33.75rem;width:13.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpv9IUHkZGHzvauo0HdrRu4DlwvrcfNu { top:7.8125rem;left:21.8125rem;width:13.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGF9Ql624gQpXiCE540w09MLsO5hw25u { top:9.9375rem;left:0rem;width:12.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp9PdFCnTy4CcTlzGgdU3LmXBPiN4rMT { top:8.625rem;left:11.375rem;width:12.5rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBAZRaVcTPMwTy2IViXvvy3OapfKxafg { top:8.625rem;left:22.6875rem;width:13.125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFuzSnLoDuJaEa1Jfm0KzIHOfApWMJsG { top:9.9375rem;left:35.25rem;width:12.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCv2DZOWoD3op9mxmn5pUK4bHHzPwF9x { top:7.8125rem;left:0rem;width:13.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD7eRBtSuUDuUWOyz19I3Ag8ER2COn1q { top:1.9375rem;left:21.8125rem;width:13.875rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSoE5KtOuKkp7y7BWPqTpzmgi7k2UKSG { top:1.9375rem;left:33.75rem;width:13.875rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTIzsaEXLCpxKq5p4WO5fNFbqpz2pJAk { top:1.9375rem;left:23.3125rem;width:12.5rem;height:5.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpTatHgASPTcGhwXmvT24OUT1IIetzP { top:1.9375rem;left:35.25rem;width:12.5rem;height:5.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTRyHdWyIACv27ezUSLTCQaLe40b0mL { top:1.9375rem;left:9.875rem;width:13.875rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlI9SckkvpeV218XRDlQofObGptcDAk2 { top:1.9375rem;left:11.375rem;width:12.5rem;height:5.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPWrgJAH6JTVkqGt4urXXvMeCziqn4Fz { top:1.9375rem;left:0rem;width:13.875rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVb7TWbeiPvBAUErcF73s94h80QbCuOy { top:1.9375rem;left:0rem;width:12.5rem;height:5.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocR4rEVMo9Lx9ydVNIaOeyTvB6NKnMd3 { display:block; }#ocR4rEVMo9Lx9ydVNIaOeyTvB6NKnMd3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5NsRg40Di0SIh5iXX3P8EyT1LwlmVTV { top:2.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9w5pfAuc4u0AvcBn803TxIuuDlfo6TK { top:7.3125rem;left:0rem;width:47.75rem;height:26.637827510917rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd2ndINff6nGFiSGRTDtuKK2RvKs1dwT { display:block; }#rd2ndINff6nGFiSGRTDtuKK2RvKs1dwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFlF9KTC22e0TlIyTe9WU84k2CWGuhwR { width:46.625rem;height:3.125rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4aLXiOizI9aEDJqxE1o2FOgTDynrGPX { display:block; }
 }@media only screen and (max-width: 763px) { #eUqaqZFJt0DFznUwh1upOQFP3OhuRylQ { display:block; }#eUqaqZFJt0DFznUwh1upOQFP3OhuRylQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrktTC1qmOn6E6pLTNTiVBf80O3C01uz { top:2.0625rem;left:0rem;width:47.75rem;height:11.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXAitvSn8TsEvUlGVt19vnJDR1vaye19 { display:block; }#QXAitvSn8TsEvUlGVt19vnJDR1vaye19 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1rv3liDG8rKGVatEBrHCTV7JvZPyixC { top:1.25rem;left:0rem;width:30rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqIyMk9GM5hGhty0a8E6DgBPyFPUH7cM { top:4.5625rem;left:0rem;width:30rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN0ExTTmtudd91M30XOJ5CByl47DW9Wn { top:7.125rem;left:0rem;width:27.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7lmZHBSgnH20ZrmgK96WFASX0SUtgNI { top:6.75rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLH8AuQPoxT2mvakW9De2AvIteGnJbyO { top:9rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8mOcr8Hl3Hv8rmTqBBwvTzBDu5JCKq2 { top:11.875rem;left:0rem;width:28.0625rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpt8aiGB5QwJfyO9wi8vOTupVxW77f9m { top:14.5625rem;left:0rem;width:28.1875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMGo7KiRi9p6ZAuHyw5LF84CQJE9aT4Z { top:14.1875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TctrCUJtwkGHs9MxmgzU4EQtyUzMfWIS { top:1.6875rem;left:23.875rem;width:20.875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTTMEl6DkS0hE3dFhilBuUO32JPHWnob { top:3.875rem;left:20.1875rem;width:27.5625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1e42p9gVli13yQRTMoIOy7y3GdVFHXy { top:9.6875rem;left:20.25rem;width:27.5rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R10kLuPXSF6p94yT3AeMlOEeDF00Qrkt { display:block; }#R10kLuPXSF6p94yT3AeMlOEeDF00Qrkt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUBid88P41kP9Ho9JMm4ddb5dFKxECen { top:1.25rem;left:0rem;width:30rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3ihfsf1zpGHTZyL5hXULyTwWTTgSumD { top:4.5625rem;left:0rem;width:30rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dycO2PLu3CRbdwPezXinnQBFJPTqieNr { top:7.125rem;left:0rem;width:27.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1QEiUozJUf6PhdOHv1LwMUngHVaAEoZ { top:6.75rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAIJNus2i5leBSSe3tuQgwAzXVGt4kNA { top:9rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUkCDFpWBsJQZkJJykBTTGK5dTpVkThs { top:11.875rem;left:0rem;width:28.0625rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7b4ATg1GLPHTXZnFsXCRuseRdBTLNlM { top:14.5625rem;left:0rem;width:28.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfUpXxfk4KrATSVhqtsQ1erGPbZl13FA { top:14.1875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe9bWR5Uv7IeI34dWrCER4aaTfvoTsep { top:1.25rem;left:17.75rem;width:30rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyuC3DHh0e4i2Tw7WiAp0VmUGoJonH45 { top:4.5625rem;left:17.75rem;width:30rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7OJnouEpGNP4XkBrxmNBEDJUTCAAKmV { top:7.125rem;left:19.8125rem;width:27.9375rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt5nr9GLtXsgguCu0cPTAfxhJTVwMWX5 { top:6.75rem;left:23.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuBQ2aAHTDIeWdUiMz6lRt0qNkdIuHJV { top:9rem;left:23.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWAPK4TZro0ZbaAhJp1QJJzs7w3xJDOB { top:11.875rem;left:19.6875rem;width:28.0625rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmITruXPQ7E1wmtd2JEh9XvuTLvpl6uS { top:14.5625rem;left:19.625rem;width:28.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVVqAUGkJT5TeT3oHD6XZbqzsOlR86tQ { top:14.1875rem;left:23.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlC87J8cW2ieDOZR6ChEzlwCLUQdfak9 { top:17.5625rem;left:20.25rem;width:27.5rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KstTER6yxq4JtJO97yU1kt2lVeeXxDil { top:17.5625rem;left:0rem;width:27.5rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiQf4fcUmh4b7WareX3xTHA06pFTqpsA { display:block; }#aiQf4fcUmh4b7WareX3xTHA06pFTqpsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTZVZeE6MMbqXri7KNhcpaTf6U6kx5Dq { top:0.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQCAmmTuPcQp9TDtIUh8ABvgkczm8Ify { top:4.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw9muyGNTh4mpuohydlTTdFTx7UhAKl8 { top:8.4375rem;left:0rem;width:47.75rem;height:27.451664532651rem;display:block; }
 }@media only screen and (max-width: 763px) { #qApAy2T2wnpIwNSGcymZmwOLE2uHfRdD { display:block; }#qApAy2T2wnpIwNSGcymZmwOLE2uHfRdD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQUTbamW2IKZPbiveDeOOcHTIbQKtE7n { top:4.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy3eRRsbvMfudpdRV3n2N9dpd5QoQ2xN { top:9rem;left:7.96875rem;width:31.8125rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDhalVNTo5TNCIs92OJpZssxvFGStTTx { top:0.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwSASXW6xuch9vhOZJwBPxPSiQpE6f6V { display:block; }#MwSASXW6xuch9vhOZJwBPxPSiQpE6f6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTzEwHc2JPISowk3G9pUnJ8lTMMWnTG7 { top:4.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1ax66OGOsWTppJLVNxWMIC5aKWzCpQO { top:8.375rem;left:0rem;width:47.75rem;height:3.9294270833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWUmQ9ZruTI9t45E8ApW7irCseKbzV0R { top:0.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u55oWVi9K8nS2uueJprl8LG2473KCg27 { width:46.625rem;height:3.125rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9msnQXW7tbFhUCDTEMZ90tJgKkdEcqD { display:block; }
 }@media only screen and (max-width: 763px) { #y4v8CUgf6Z7stW56b0kee0Skf2XFw6Zc { display:block; }#y4v8CUgf6Z7stW56b0kee0Skf2XFw6Zc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0GrHcvEl0bt5J6S1t9uOsNP40uLwoCg { top:3.4375rem;left:0rem;width:30rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnaWLKomvGtcadnc4J4gF3b4KTmq11u8 { top:7.1875rem;left:0rem;width:24.5625rem;height:13.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkfqa1ZhqQMXdkCDzby2ZI4O1ebTLQTA { top:3.0625rem;left:17.75rem;width:30rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky7hduawzr6bEq6nLsOv3eI2LbHIovwA { display:block; }#Ky7hduawzr6bEq6nLsOv3eI2LbHIovwA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vch9reP3uQSgF0Zyii8mtrIhg6V8ufkT { top:2.8125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyaGWI686vTu2Pk92q9ZaeSqo2ZZL1mb { display:block; }#TyaGWI686vTu2Pk92q9ZaeSqo2ZZL1mb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJBkrAfNciK9RVqZq8W0nblQ6mxhEfhe { top:0rem;left:0rem;width:17.5rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRx2tiTA1lFNv5PeCT7yy0SZEEFEQ6cg { top:1.4375rem;left:0.4375rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT9KzB5eEsiWhMDNP7l5Eb5tblIy84yw { top:3.375rem;left:0.4375rem;width:12.5rem;height:9.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdUJA4rNaP5HPy1Jurhd0qlNWox3IgO2 { top:13.8125rem;left:0rem;width:15.625rem;height:10rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDVBRwLH6FAHnhTApb7J101yTWFh56sB { top:26.25rem;left:0rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMv5x0w2gidTnRdhJsuFbnLWMO3DqAWk { top:30.625rem;left:0rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIEFBDPI7tTLAwSGFK6HdFnoPJprCmV2 { top:35.0625rem;left:0rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guTrkarQnJtDVs5MdNgJl1UvLegf03kN { top:39.5rem;left:0rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFBV7pXykhl0uQAezvzX9GfNINyiBIVS { top:27.9375rem;left:0rem;width:17.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEE5UkmsHaHfibkxMqGoByqICKzioTxS { top:31.8125rem;left:0rem;width:17.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iczu3O14op31ZV4BMILAoDGoM4IV5WoN { top:36.5rem;left:0rem;width:17.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq9NU7iDzAuwCFSEenV4K70F0QhJApOc { top:40.6875rem;left:0rem;width:17.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QclEmavGFDHBNN7yTvIc9ifDIaMWJqly { top:0rem;left:14.25rem;width:17.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqy1uy284xrmqyazQOxmBQcSSdlvruXW { top:1.4375rem;left:14.25rem;width:17.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMBhEMOiHA9SwfTVRa2BWTRwGUWqBAVg { top:3.375rem;left:17.5625rem;width:12.5rem;height:14.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P49QZkxpUXHOn6NZ0freOmJSSiHbO0ZI { top:0rem;left:30.125rem;width:17.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzUSOrRNNI7TA5NUbrRJD6s7Xm0N6PHL { top:1.4375rem;left:34.687501907349rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW2E9Dy99T6m1VkKVPIQm5HcTTkfposh { top:3.375rem;left:34.6875rem;width:12.5rem;height:9.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN5o1mrhgGzqcV3IBEGfmfVRz72nD30u { top:18.625rem;left:16rem;width:15.625rem;height:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qql7IWorOKDONQHZMHxQivd0ZZyUh5ON { top:13.8125rem;left:32rem;width:15.625rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToZZ3z94KQeFLVvhpTAVImGJbfmnIDgT { top:30rem;left:14.25rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #expiV4HP6huXkiT3F6bIWOKAHNpw3NVv { top:34.125rem;left:14.25rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNXsrTfll2Hl9v1ArROsJOPsm8ccfARi { top:38.5rem;left:14.25rem;width:17.5rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOtrMlFw7obFLqWebhlTSJtqgRIWkTz5 { top:47rem;left:14.25rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idJr48BCXoMTM5xCv3y17qf4ACSQKep6 { top:51.4375rem;left:14.25rem;width:17.5rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7UavsmixiaSnGlzTcBtXBe9WkNZ8LbB { top:31.1875rem;left:14.25rem;width:17.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5DXLxJ0RXZLeU5DFPMR30nq6TCgrXCe { top:35.3125rem;left:14.25rem;width:17.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4k9h60P8VeFCrHKNallnq1LvUMoTAVf { top:40.375rem;left:14.25rem;width:17.5rem;height:5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZV2eWA42FfChbMThm4bURViipmZusCb { top:48.25rem;left:14.25rem;width:17.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6geidWX8KFq6mWvG1VQULVJ02MTkDuW { top:53.625rem;left:14.25rem;width:17.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRig7TQei9PT1xqTtDFOdDrGLAo8CAaf { top:55.1875rem;left:17.5625rem;width:12.5rem;height:4.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXTkxS3EKJFUekN9Q1EoVSTCTwGrzUKR { top:22.5rem;left:30.125rem;width:17.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H21fAx7Zvybc0OOawoKTbDT1yy0lEXWu { top:25.6875rem;left:30.125rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoNcBTRETJTXh62wTs4k9rRECSaARlPJ { top:30.125rem;left:30.125rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiF9udqI5fvTILhHEE5tHsuu3hUpn1mF { top:23.8125rem;left:30.125rem;width:17.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO2mbDCHrqRxwqAS0X58SD0DlAMKuoxK { top:27rem;left:30.125rem;width:17.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG4UIqWOeiLe2NR9qhRmHeT52ElTHWl8 { top:34.5625rem;left:30.125rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6tCntt1aHIVVJJbxJ86HfWSI0d4ZXXN { top:31.5625rem;left:30.125rem;width:17.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daaRWEibiaoipCNyltyrsfB8Vf5BOKJx { top:35.625rem;left:30.125rem;width:17.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJxP8LngDW53Z7XLsuBFH7dvBeiM6eB4 { top:38.5rem;left:30.125rem;width:17.5rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7mmGqVayrVUOp0GeuH1RI0TLH2HLvm0 { top:40.5625rem;left:30.125rem;width:17.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr6NeNTVcSg7UAfRsp0Mv6qF4QCaWbuh { top:42.25rem;left:34.6875rem;width:12.5rem;height:4.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #naL90SFinuqN7smaIDQucPXnorKanDi2 { width:17.6875rem;height:4.375rem;top:55.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3XoMHCuEuoVu6Ocko8TLs8mM6vZ5oBF { display:block; }
 }@media only screen and (max-width: 763px) { #THCIusS8gIRf6aLbIUZ3pBL1FkRSG2xe { width:17.6875rem;height:4.375rem;top:63.75rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq4yELbMJkgbzy8wIEcRTZll2EiJqLLw { display:block; }
 }@media only screen and (max-width: 763px) { #GuuNwTFUTTC62MluBPr5U58ubbXIAmDz { top:59.125rem;left:0.4375rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuDWQmFTMRAtbN0cObOUg52x99dbH9a7 { top:67rem;left:17.562500953674rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTlpGPRuxJadKuFMoU8JLHLeDPostcZ0 { width:17.6875rem;height:4.375rem;top:51.4375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhvnySnew9v2L7XRvXPEmtWgnAN6Mcnq { display:block; }
 }@media only screen and (max-width: 763px) { #JehbmruZqxPKtXVkzNp9ihFKuPMF4rLi { top:54.625rem;left:34.687500953674rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnaFflPynAIQdhKaA8uNTrTui4WwwnNh { top:43.9375rem;left:0rem;width:17.5rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCOcuIqw9RNI5RPZ2wSy5mliWOZyJor4 { top:45.5625rem;left:0rem;width:17.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L76sogprT6bw0l6pbwZBu1RIyAfbpQMw { top:48.25rem;left:0.4375rem;width:12.5rem;height:4.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHRzpc4nrCIM8u6pVUzr7y4a17kOrh86 { display:block; }#pHRzpc4nrCIM8u6pVUzr7y4a17kOrh86 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pb9zbaG230UTp1KzV9hRbCfuabepQpeQ { top:2.1875rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J51JwcvtpD7OtthrDU1GCsqr60ThqyZ7 { display:block; }#J51JwcvtpD7OtthrDU1GCsqr60ThqyZ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdkVzo94SZyexyz7ZMa5u89ITZG1eL6F { top:3.4375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XvIKaZdnPveEui0ZkBxT4Um44nygP9O2 { display:block; }#XvIKaZdnPveEui0ZkBxT4Um44nygP9O2 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukiByJrD4xE9XmfqpS8LyveoKAxJisXS { width:17.5625rem;height:3.3125rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBeHdriNFZ1GKDwQ1H1TPJxzEEvyMoP0 { display:block; }#vBeHdriNFZ1GKDwQ1H1TPJxzEEvyMoP0 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNur3AwaLZZ9ebOQ8fLR6Dq10ESv0L5K { width:17.875rem;height:7.7988125rem;top:0.60000002384186rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt4Mz8yJs3CIbSqP5mTfhsHslh7LL577 { display:block; }#kt4Mz8yJs3CIbSqP5mTfhsHslh7LL577 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTvRDfdulCK0uAGJPWyIsg17IXi3Ne08 { height:11.219512195122rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #byAERPK1ZHQWux0iZV8BKnJgTdTXNqKf { display:block; }#byAERPK1ZHQWux0iZV8BKnJgTdTXNqKf > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAT9gTDSF8FapIVG9RTlMdCF81NOehIK { width:20rem;height:18.6451875rem;top:39.736979484558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #es6MNrAmF29N9xI8PyJonBZBBbvm84Ls { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4cTtmZMryiNfCoDCC9KTtVJkFfg9LSq { width:20rem;height:27.78515625rem;top:7.3rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Iq9Gcp4xADdkUmDmJxct41hplM6RhzrB { display:block; }#Iq9Gcp4xADdkUmDmJxct41hplM6RhzrB > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9wUPVQpbnpGrircBDnUWi9lzfmXusRM { width:18.875rem;height:3.125rem;top:4.1875rem;left:0.56250005960464rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7Nt2Bs1pQGLKC0nSOPqxE43pfVMnd3R { display:block; }
 }@media only screen and (max-width: 763px) { #lKluoHBmwRAoGZLGv3bS3lh9RdmGU4kL { display:block; }#lKluoHBmwRAoGZLGv3bS3lh9RdmGU4kL > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEIdfdhuUB9f7BNAaeaxpeOXtNR0pdB3 { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwfQXSxmkd5ZFOqxh3cli0qsXsXDAz3M { display:block; }#qwfQXSxmkd5ZFOqxh3cli0qsXsXDAz3M > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFf2wde6TrHoi8LWiEaUWRISvLCGFEXF { width:13.875rem;height:10.5rem;top:7.625rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1nBPdbzxHDzZ0RdBpsRfuATCrwoSC6r { width:13.875rem;height:10.5rem;top:62.506249427794rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpv9IUHkZGHzvauo0HdrRu4DlwvrcfNu { width:13.875rem;height:10.5rem;top:25.825000762939rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGF9Ql624gQpXiCE540w09MLsO5hw25u { width:12.5rem;height:6.497375rem;top:9.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp9PdFCnTy4CcTlzGgdU3LmXBPiN4rMT { width:12.5rem;height:9.096375rem;top:26.587500572204rem;left:3.7499998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBAZRaVcTPMwTy2IViXvvy3OapfKxafg { width:13.125rem;height:9.096375rem;top:45.137500762939rem;left:3.4374998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFuzSnLoDuJaEa1Jfm0KzIHOfApWMJsG { width:12.5rem;height:6.497375rem;top:64.568749427794rem;left:3.7499998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCv2DZOWoD3op9mxmn5pUK4bHHzPwF9x { width:13.875rem;height:10.5rem;top:44.375004768372rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD7eRBtSuUDuUWOyz19I3Ag8ER2COn1q { width:13.875rem;height:16.3125rem;top:38.425001144409rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSoE5KtOuKkp7y7BWPqTpzmgi7k2UKSG { width:13.875rem;height:16.3125rem;top:56.631252288818rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTIzsaEXLCpxKq5p4WO5fNFbqpz2pJAk { width:12.5rem;height:3.0872375rem;top:40.00625038147rem;left:3.7499998807907rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpTatHgASPTcGhwXmvT24OUT1IIetzP { width:12.5rem;height:3.0872375rem;top:58.299999237061rem;left:3.7499998807907rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTRyHdWyIACv27ezUSLTCQaLe40b0mL { width:13.875rem;height:16.3125rem;top:19.999999523163rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlI9SckkvpeV218XRDlQofObGptcDAk2 { width:12.5rem;height:3.0872375rem;top:21.661715507507rem;left:3.7499998807907rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPWrgJAH6JTVkqGt4urXXvMeCziqn4Fz { width:13.875rem;height:16.3125rem;top:1.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVb7TWbeiPvBAUErcF73s94h80QbCuOy { width:12.5rem;height:3.0872375rem;top:3.375rem;left:3.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocR4rEVMo9Lx9ydVNIaOeyTvB6NKnMd3 { display:block; }#ocR4rEVMo9Lx9ydVNIaOeyTvB6NKnMd3 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5NsRg40Di0SIh5iXX3P8EyT1LwlmVTV { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9w5pfAuc4u0AvcBn803TxIuuDlfo6TK { height:11.15625rem;width:20rem;top:7.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd2ndINff6nGFiSGRTDtuKK2RvKs1dwT { display:block; }#rd2ndINff6nGFiSGRTDtuKK2RvKs1dwT > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFlF9KTC22e0TlIyTe9WU84k2CWGuhwR { width:18.875rem;height:3.125rem;top:4.1875rem;left:0.56250005960464rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4aLXiOizI9aEDJqxE1o2FOgTDynrGPX { display:block; }
 }@media only screen and (max-width: 763px) { #eUqaqZFJt0DFznUwh1upOQFP3OhuRylQ { display:block; }#eUqaqZFJt0DFznUwh1upOQFP3OhuRylQ > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrktTC1qmOn6E6pLTNTiVBf80O3C01uz { width:20rem;height:23.459rem;top:1.2367181777954rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXAitvSn8TsEvUlGVt19vnJDR1vaye19 { display:block; }#QXAitvSn8TsEvUlGVt19vnJDR1vaye19 > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1rv3liDG8rKGVatEBrHCTV7JvZPyixC { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqIyMk9GM5hGhty0a8E6DgBPyFPUH7cM { width:20rem;height:3.25rem;top:4.5374956130981rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN0ExTTmtudd91M30XOJ5CByl47DW9Wn { width:14.875rem;height:5.74934375rem;top:8.875rem;left:2.5625001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7lmZHBSgnH20ZrmgK96WFASX0SUtgNI { width:1.875rem;height:1.875rem;top:8.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLH8AuQPoxT2mvakW9De2AvIteGnJbyO { width:1.875rem;height:1.875rem;top:11.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8mOcr8Hl3Hv8rmTqBBwvTzBDu5JCKq2 { width:20rem;height:1.625rem;top:15.337491035461rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpt8aiGB5QwJfyO9wi8vOTupVxW77f9m { width:13.9375rem;height:2.3372375rem;top:18.4375rem;left:2.5625001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMGo7KiRi9p6ZAuHyw5LF84CQJE9aT4Z { width:1.875rem;height:1.875rem;top:17.975000858307rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TctrCUJtwkGHs9MxmgzU4EQtyUzMfWIS { width:20rem;height:1.625rem;top:21.862499713897rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTTMEl6DkS0hE3dFhilBuUO32JPHWnob { width:20rem;height:3.12890625rem;top:24.560156345367rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1e42p9gVli13yQRTMoIOy7y3GdVFHXy { height:11.18125rem;width:20rem;top:28.25390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R10kLuPXSF6p94yT3AeMlOEeDF00Qrkt { display:block; }#R10kLuPXSF6p94yT3AeMlOEeDF00Qrkt > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUBid88P41kP9Ho9JMm4ddb5dFKxECen { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3ihfsf1zpGHTZyL5hXULyTwWTTgSumD { width:20rem;height:3.25rem;top:4.7250185012817rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dycO2PLu3CRbdwPezXinnQBFJPTqieNr { width:14.125rem;height:5.74934375rem;top:9.25rem;left:1.8750001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1QEiUozJUf6PhdOHv1LwMUngHVaAEoZ { width:1.875rem;height:1.875rem;top:8.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAIJNus2i5leBSSe3tuQgwAzXVGt4kNA { width:1.875rem;height:1.875rem;top:12.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUkCDFpWBsJQZkJJykBTTGK5dTpVkThs { width:20rem;height:1.625rem;top:15.900000572204rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7b4ATg1GLPHTXZnFsXCRuseRdBTLNlM { width:14.3125rem;height:2.3372375rem;top:18.875rem;left:1.8750001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfUpXxfk4KrATSVhqtsQ1erGPbZl13FA { width:1.875rem;height:1.875rem;top:18.537499427796rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe9bWR5Uv7IeI34dWrCER4aaTfvoTsep { width:20rem;height:2.4375rem;top:34.418751716614rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyuC3DHh0e4i2Tw7WiAp0VmUGoJonH45 { width:20rem;height:3.25rem;top:38.268750190735rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7OJnouEpGNP4XkBrxmNBEDJUTCAAKmV { width:14.5625rem;height:5.74934375rem;top:42.75rem;left:1.8750001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt5nr9GLtXsgguCu0cPTAfxhJTVwMWX5 { width:1.875rem;height:1.875rem;top:42.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuBQ2aAHTDIeWdUiMz6lRt0qNkdIuHJV { width:1.875rem;height:1.875rem;top:45.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWAPK4TZro0ZbaAhJp1QJJzs7w3xJDOB { width:20rem;height:1.625rem;top:49.356248855591rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmITruXPQ7E1wmtd2JEh9XvuTLvpl6uS { width:13.1875rem;height:2.3372375rem;top:52.25rem;left:1.8750001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVVqAUGkJT5TeT3oHD6XZbqzsOlR86tQ { width:1.875rem;height:1.875rem;top:51.93124961853rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlC87J8cW2ieDOZR6ChEzlwCLUQdfak9 { height:11.18125rem;width:20rem;top:55.343755722046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KstTER6yxq4JtJO97yU1kt2lVeeXxDil { height:11.18125rem;width:20rem;top:21.862482070923rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiQf4fcUmh4b7WareX3xTHA06pFTqpsA { display:block; }#aiQf4fcUmh4b7WareX3xTHA06pFTqpsA > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTZVZeE6MMbqXri7KNhcpaTf6U6kx5Dq { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQCAmmTuPcQp9TDtIUh8ABvgkczm8Ify { width:20rem;height:4.875rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw9muyGNTh4mpuohydlTTdFTx7UhAKl8 { width:20rem;height:11.496875rem;top:8.112500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qApAy2T2wnpIwNSGcymZmwOLE2uHfRdD { display:block; }#qApAy2T2wnpIwNSGcymZmwOLE2uHfRdD > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQUTbamW2IKZPbiveDeOOcHTIbQKtE7n { width:20rem;height:4.875rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy3eRRsbvMfudpdRV3n2N9dpd5QoQ2xN { width:20rem;height:13.5546875rem;top:8.4250183105469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDhalVNTo5TNCIs92OJpZssxvFGStTTx { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwSASXW6xuch9vhOZJwBPxPSiQpE6f6V { display:block; }#MwSASXW6xuch9vhOZJwBPxPSiQpE6f6V > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTzEwHc2JPISowk3G9pUnJ8lTMMWnTG7 { width:20rem;height:4.875rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1ax66OGOsWTppJLVNxWMIC5aKWzCpQO { width:20rem;height:1.6453125rem;top:8.1742057800294rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWUmQ9ZruTI9t45E8ApW7irCseKbzV0R { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u55oWVi9K8nS2uueJprl8LG2473KCg27 { width:18.875rem;height:3.125rem;top:14.005859375rem;left:0.56250005960464rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9msnQXW7tbFhUCDTEMZ90tJgKkdEcqD { display:block; }
 }@media only screen and (max-width: 763px) { #y4v8CUgf6Z7stW56b0kee0Skf2XFw6Zc { display:block; }#y4v8CUgf6Z7stW56b0kee0Skf2XFw6Zc > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0GrHcvEl0bt5J6S1t9uOsNP40uLwoCg { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnaWLKomvGtcadnc4J4gF3b4KTmq11u8 { width:17.75rem;height:20.625rem;top:7.4117190837862rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rkfqa1ZhqQMXdkCDzby2ZI4O1ebTLQTA { width:20rem;height:13.416rem;top:30.207682609558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky7hduawzr6bEq6nLsOv3eI2LbHIovwA { display:block; }#Ky7hduawzr6bEq6nLsOv3eI2LbHIovwA > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vch9reP3uQSgF0Zyii8mtrIhg6V8ufkT { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyaGWI686vTu2Pk92q9ZaeSqo2ZZL1mb { position:relative;z-index:auto;display:block; }#TyaGWI686vTu2Pk92q9ZaeSqo2ZZL1mb > .row .container { width:20rem;height:165.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJBkrAfNciK9RVqZq8W0nblQ6mxhEfhe { width:17.5rem;height:23.75rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRx2tiTA1lFNv5PeCT7yy0SZEEFEQ6cg { width:12.5rem;height:1.0559875rem;top:2.6875rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT9KzB5eEsiWhMDNP7l5Eb5tblIy84yw { width:12.5rem;height:5.199225rem;top:4.625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdUJA4rNaP5HPy1Jurhd0qlNWox3IgO2 { width:15.625rem;height:10.559875rem;top:13.312500596046rem;left:2.1875001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDVBRwLH6FAHnhTApb7J101yTWFh56sB { width:17.5rem;height:4.375rem;top:25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMv5x0w2gidTnRdhJsuFbnLWMO3DqAWk { width:17.5rem;height:4.375rem;top:29.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIEFBDPI7tTLAwSGFK6HdFnoPJprCmV2 { width:17.5rem;height:4.375rem;top:33.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guTrkarQnJtDVs5MdNgJl1UvLegf03kN { width:17.5rem;height:4.375rem;top:38.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFBV7pXykhl0uQAezvzX9GfNINyiBIVS { width:17.5rem;height:1.0559875rem;top:26.6875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEE5UkmsHaHfibkxMqGoByqICKzioTxS { width:17.5rem;height:2.11198125rem;top:30.5625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iczu3O14op31ZV4BMILAoDGoM4IV5WoN { width:17.5rem;height:2.11198125rem;top:35.25rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq9NU7iDzAuwCFSEenV4K70F0QhJApOc { width:17.5rem;height:2.11198125rem;top:39.4375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QclEmavGFDHBNN7yTvIc9ifDIaMWJqly { width:17.5rem;height:22.3123125rem;top:56.944448471069rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqy1uy284xrmqyazQOxmBQcSSdlvruXW { width:17.5rem;height:1.0559875rem;top:58.5625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMBhEMOiHA9SwfTVRa2BWTRwGUWqBAVg { width:12.5rem;height:5.19921875rem;top:60.5rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P49QZkxpUXHOn6NZ0freOmJSSiHbO0ZI { width:17.5rem;height:19.375rem;top:115.76387959719rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzUSOrRNNI7TA5NUbrRJD6s7Xm0N6PHL { width:12.5rem;height:1.0559875rem;top:117.0625rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW2E9Dy99T6m1VkKVPIQm5HcTTkfposh { width:12.5rem;height:5.199225rem;top:119rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN5o1mrhgGzqcV3IBEGfmfVRz72nD30u { width:15.625rem;height:9.503875rem;top:68.25rem;left:2.1875000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qql7IWorOKDONQHZMHxQivd0ZZyUh5ON { width:15.625rem;height:6.3359375rem;top:127.625rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToZZ3z94KQeFLVvhpTAVImGJbfmnIDgT { width:17.5rem;height:4.375rem;top:79.188371658325rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #expiV4HP6huXkiT3F6bIWOKAHNpw3NVv { width:17.5rem;height:4.375rem;top:83.495012283325rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNXsrTfll2Hl9v1ArROsJOPsm8ccfARi { width:17.5rem;height:8.75rem;top:87.872159957888rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOtrMlFw7obFLqWebhlTSJtqgRIWkTz5 { width:17.5rem;height:4.375rem;top:96.624341964719rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #idJr48BCXoMTM5xCv3y17qf4ACSQKep6 { width:17.5rem;height:8.125rem;top:101rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7UavsmixiaSnGlzTcBtXBe9WkNZ8LbB { width:17.5rem;height:2.11198125rem;top:80.333119392394rem;left:1.2500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5DXLxJ0RXZLeU5DFPMR30nq6TCgrXCe { width:17.5rem;height:2.11198125rem;top:84.674482345581rem;left:1.2500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4k9h60P8VeFCrHKNallnq1LvUMoTAVf { width:17.5rem;height:5.27995rem;top:89.67556762695rem;left:1.2500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZV2eWA42FfChbMThm4bURViipmZusCb { width:17.5rem;height:2.11198125rem;top:97.803827285769rem;left:1.2500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6geidWX8KFq6mWvG1VQULVJ02MTkDuW { width:17.5rem;height:1.0559875rem;top:103.125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRig7TQei9PT1xqTtDFOdDrGLAo8CAaf { width:12.5rem;height:2.92448125rem;top:104.1875rem;left:3.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXTkxS3EKJFUekN9Q1EoVSTCTwGrzUKR { width:17.5rem;height:3.125rem;top:135.06944942474rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #H21fAx7Zvybc0OOawoKTbDT1yy0lEXWu { width:17.5rem;height:4.375rem;top:138.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoNcBTRETJTXh62wTs4k9rRECSaARlPJ { width:17.5rem;height:4.375rem;top:142.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiF9udqI5fvTILhHEE5tHsuu3hUpn1mF { width:17.5rem;height:1.0559875rem;top:136.1111164093rem;left:1.2500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO2mbDCHrqRxwqAS0X58SD0DlAMKuoxK { width:17.5rem;height:2.11198125rem;top:139.27083778381rem;left:1.2500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG4UIqWOeiLe2NR9qhRmHeT52ElTHWl8 { width:17.5rem;height:4.375rem;top:146.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6tCntt1aHIVVJJbxJ86HfWSI0d4ZXXN { width:17.5rem;height:2.11198125rem;top:143.64583778381rem;left:1.2500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daaRWEibiaoipCNyltyrsfB8Vf5BOKJx { width:17.5rem;height:2.11198125rem;top:148.02087783814rem;left:1.2500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJxP8LngDW53Z7XLsuBFH7dvBeiM6eB4 { width:17.5rem;height:7.875rem;top:151.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7mmGqVayrVUOp0GeuH1RI0TLH2HLvm0 { width:17.5rem;height:1.0559875rem;top:153.3125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr6NeNTVcSg7UAfRsp0Mv6qF4QCaWbuh { width:12.5rem;height:2.92448125rem;top:154.353307724rem;left:3.7500000596046rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #naL90SFinuqN7smaIDQucPXnorKanDi2 { width:17.65861125rem;height:4.096355rem;top:51.880428314209rem;left:1.1697048544884rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3XoMHCuEuoVu6Ocko8TLs8mM6vZ5oBF { display:block; }
 }@media only screen and (max-width: 763px) { #THCIusS8gIRf6aLbIUZ3pBL1FkRSG2xe { width:17.6875rem;height:4.125rem;top:110.3125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq4yELbMJkgbzy8wIEcRTZll2EiJqLLw { display:block; }
 }@media only screen and (max-width: 763px) { #GuuNwTFUTTC62MluBPr5U58ubbXIAmDz { width:12.5rem;height:0.9746125rem;top:54.312068939209rem;left:3.7500000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuDWQmFTMRAtbN0cObOUg52x99dbH9a7 { width:12.5rem;height:0.9746125rem;top:112.9991607666rem;left:4.4997830986977rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTlpGPRuxJadKuFMoU8JLHLeDPostcZ0 { width:17.67273625rem;height:4.36111125rem;top:160rem;left:1.1621094346046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhvnySnew9v2L7XRvXPEmtWgnAN6Mcnq { display:block; }
 }@media only screen and (max-width: 763px) { #JehbmruZqxPKtXVkzNp9ihFKuPMF4rLi { width:12.5rem;height:0.9746125rem;top:162.85374069214rem;left:3.7500000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnaFflPynAIQdhKaA8uNTrTui4WwwnNh { width:17.5rem;height:8.125rem;top:42.694229125976rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCOcuIqw9RNI5RPZ2wSy5mliWOZyJor4 { width:17.5rem;height:1.0559875rem;top:44.9375rem;left:1.2500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L76sogprT6bw0l6pbwZBu1RIyAfbpQMw { width:12.5rem;height:2.6rem;top:45.875rem;left:3.7500000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHRzpc4nrCIM8u6pVUzr7y4a17kOrh86 { display:block; }#pHRzpc4nrCIM8u6pVUzr7y4a17kOrh86 > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pb9zbaG230UTp1KzV9hRbCfuabepQpeQ { width:20rem;height:28.4375rem;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) { #J51JwcvtpD7OtthrDU1GCsqr60ThqyZ7 { display:block; }#J51JwcvtpD7OtthrDU1GCsqr60ThqyZ7 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdkVzo94SZyexyz7ZMa5u89ITZG1eL6F { width:20rem;height:0.9746125rem;top:1.8062248229981rem;left:0rem;font-size:0.75rem;display:block; }
 }