.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gLOr00snsTKNne4HO7UzDSGssPldqTBn { position:relative;display:block; }#gLOr00snsTKNne4HO7UzDSGssPldqTBn { background-color: transparent; background-image: none; }#gLOr00snsTKNne4HO7UzDSGssPldqTBn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gLOr00snsTKNne4HO7UzDSGssPldqTBn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gLOr00snsTKNne4HO7UzDSGssPldqTBn > .row .container > .video-iframe-container { display: none; }#gLOr00snsTKNne4HO7UzDSGssPldqTBn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gLOr00snsTKNne4HO7UzDSGssPldqTBn > .row > .video-iframe-container { display: none; }#gLOr00snsTKNne4HO7UzDSGssPldqTBn > .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); }#gLOr00snsTKNne4HO7UzDSGssPldqTBn { border-width: 0; border-radius: 0; }#gLOr00snsTKNne4HO7UzDSGssPldqTBn > .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:10.6875rem;width:75rem;position:relative;display:block; }#afDfINcuI9hOE5BighMJwty1eTnmbEGs { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:7.1875rem;top:0.9375rem;left:33.90625rem;overflow:hidden;display:block; }
#RunHgNh2aAJFKc2RIN8JGcokfnnAFVX8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1c31;background-image:none;position:relative;display:block; }#RunHgNh2aAJFKc2RIN8JGcokfnnAFVX8 > .row .container { background-color: transparent; background-image: none; }#RunHgNh2aAJFKc2RIN8JGcokfnnAFVX8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RunHgNh2aAJFKc2RIN8JGcokfnnAFVX8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RunHgNh2aAJFKc2RIN8JGcokfnnAFVX8 > .row .container > .video-iframe-container { display: none; }#RunHgNh2aAJFKc2RIN8JGcokfnnAFVX8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RunHgNh2aAJFKc2RIN8JGcokfnnAFVX8 > .row > .video-iframe-container { display: none; }#RunHgNh2aAJFKc2RIN8JGcokfnnAFVX8 > .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); }#RunHgNh2aAJFKc2RIN8JGcokfnnAFVX8 > .row .container { border-width: 0; border-radius: 0; }#RunHgNh2aAJFKc2RIN8JGcokfnnAFVX8 > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#cTrXw0I83Pq170WNUaVM91oG8DaBNgOd { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:0.75rem;left:20.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#t1BiGHv5DX35vsrbWimfVV6cPxGI66WL { position:relative;display:block; }#t1BiGHv5DX35vsrbWimfVV6cPxGI66WL { background-color: transparent; background-image: none; }#t1BiGHv5DX35vsrbWimfVV6cPxGI66WL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t1BiGHv5DX35vsrbWimfVV6cPxGI66WL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t1BiGHv5DX35vsrbWimfVV6cPxGI66WL > .row .container > .video-iframe-container { display: none; }#t1BiGHv5DX35vsrbWimfVV6cPxGI66WL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t1BiGHv5DX35vsrbWimfVV6cPxGI66WL > .row > .video-iframe-container { display: none; }#t1BiGHv5DX35vsrbWimfVV6cPxGI66WL > .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); }#t1BiGHv5DX35vsrbWimfVV6cPxGI66WL { border-width: 0; border-radius: 0; }#t1BiGHv5DX35vsrbWimfVV6cPxGI66WL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#efMWJR4ob86SpmxR0PzxnL2Zi6KNdwhX { color:#0d1c31;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:0.50607681274414rem;left:-0.125rem;height:1.86805625rem;text-align:center;text-align-last:center;display:block; }
#nUTK3nStOWd01D3BTGNtlIrpaXnvq9me { position:relative;display:block; }#nUTK3nStOWd01D3BTGNtlIrpaXnvq9me { background-color: transparent; background-image: none; }#nUTK3nStOWd01D3BTGNtlIrpaXnvq9me::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nUTK3nStOWd01D3BTGNtlIrpaXnvq9me > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nUTK3nStOWd01D3BTGNtlIrpaXnvq9me > .row .container > .video-iframe-container { display: none; }#nUTK3nStOWd01D3BTGNtlIrpaXnvq9me > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nUTK3nStOWd01D3BTGNtlIrpaXnvq9me > .row > .video-iframe-container { display: none; }#nUTK3nStOWd01D3BTGNtlIrpaXnvq9me > .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); }#nUTK3nStOWd01D3BTGNtlIrpaXnvq9me { border-width: 0; border-radius: 0; }#nUTK3nStOWd01D3BTGNtlIrpaXnvq9me > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#UXXtPOVqFCKKwhJZ7Wn2rtX4gvO3QxIw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.6875rem;width:33.3125rem;top:0rem;left:20.84375rem;display:block; }
#Lsycxdc1XISTecZDfeC3gwADME3Ay9oT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1c36;background-image:none;position:relative;display:block; }#Lsycxdc1XISTecZDfeC3gwADME3Ay9oT > .row .container { background-color: transparent; background-image: none; }#Lsycxdc1XISTecZDfeC3gwADME3Ay9oT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Lsycxdc1XISTecZDfeC3gwADME3Ay9oT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Lsycxdc1XISTecZDfeC3gwADME3Ay9oT > .row .container > .video-iframe-container { display: none; }#Lsycxdc1XISTecZDfeC3gwADME3Ay9oT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Lsycxdc1XISTecZDfeC3gwADME3Ay9oT > .row > .video-iframe-container { display: none; }#Lsycxdc1XISTecZDfeC3gwADME3Ay9oT > .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); }#Lsycxdc1XISTecZDfeC3gwADME3Ay9oT > .row .container { border-width: 0; border-radius: 0; }#Lsycxdc1XISTecZDfeC3gwADME3Ay9oT > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#oTVIhJ1M0sm3CRdLxyLbwmJiZX2psMA4 { color:#ffffff;display:block;width:32.4375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.0812511444092rem;left:21.28125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#nTT4vLDEigkrbQbPkJ7TVLTrRsyaK1gg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nTT4vLDEigkrbQbPkJ7TVLTrRsyaK1gg > .row .container { background-color: transparent; background-image: none; }#nTT4vLDEigkrbQbPkJ7TVLTrRsyaK1gg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nTT4vLDEigkrbQbPkJ7TVLTrRsyaK1gg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nTT4vLDEigkrbQbPkJ7TVLTrRsyaK1gg > .row .container > .video-iframe-container { display: none; }#nTT4vLDEigkrbQbPkJ7TVLTrRsyaK1gg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nTT4vLDEigkrbQbPkJ7TVLTrRsyaK1gg > .row > .video-iframe-container { display: none; }#nTT4vLDEigkrbQbPkJ7TVLTrRsyaK1gg > .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); }#nTT4vLDEigkrbQbPkJ7TVLTrRsyaK1gg > .row .container { border-width: 0; border-radius: 0; }#nTT4vLDEigkrbQbPkJ7TVLTrRsyaK1gg > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#lXAvEfJGssBsTiaBZLIsh2zTFV6nf0Ze { color:#000000;display:block;width:73.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.2309017181396rem;left:1.375rem;height:15.593775rem;display:block; }
#l5QHN06RcJdcUsaDIXHRB2rx3K0H3U3e { color:#274376;display:block;width:40.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:17.562503814698rem;left:1.375rem;height:1.625rem;display:block; }
#ZDNbHMS4TOVreE3BMeVh6bqb6v0anOAJ { color:#000000;display:block;width:53.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:20.75rem;left:1.375rem;height:3.89844375rem;display:block; }
#asa7kdxxH8MTTkTQ5mpHyxfUTcyhflV1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ec843c;background-image:none;position:relative;display:block; }#asa7kdxxH8MTTkTQ5mpHyxfUTcyhflV1 > .row .container { background-color: transparent; background-image: none; }#asa7kdxxH8MTTkTQ5mpHyxfUTcyhflV1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#asa7kdxxH8MTTkTQ5mpHyxfUTcyhflV1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#asa7kdxxH8MTTkTQ5mpHyxfUTcyhflV1 > .row .container > .video-iframe-container { display: none; }#asa7kdxxH8MTTkTQ5mpHyxfUTcyhflV1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#asa7kdxxH8MTTkTQ5mpHyxfUTcyhflV1 > .row > .video-iframe-container { display: none; }#asa7kdxxH8MTTkTQ5mpHyxfUTcyhflV1 > .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); }#asa7kdxxH8MTTkTQ5mpHyxfUTcyhflV1 > .row .container { border-width: 0; border-radius: 0; }#asa7kdxxH8MTTkTQ5mpHyxfUTcyhflV1 > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#Xg1i9dVL4sTOyMia7aS3NDwBuId61EAX { color:#ffffff;display:block;width:32.4375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.0812511444092rem;left:21.28125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#VAffFsOBIutiNTEVsly1gJXlFGHg0bfz { position:relative;display:block; }#VAffFsOBIutiNTEVsly1gJXlFGHg0bfz { background-color: transparent; background-image: none; }#VAffFsOBIutiNTEVsly1gJXlFGHg0bfz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VAffFsOBIutiNTEVsly1gJXlFGHg0bfz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VAffFsOBIutiNTEVsly1gJXlFGHg0bfz > .row .container > .video-iframe-container { display: none; }#VAffFsOBIutiNTEVsly1gJXlFGHg0bfz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VAffFsOBIutiNTEVsly1gJXlFGHg0bfz > .row > .video-iframe-container { display: none; }#VAffFsOBIutiNTEVsly1gJXlFGHg0bfz > .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); }#VAffFsOBIutiNTEVsly1gJXlFGHg0bfz { border-width: 0; border-radius: 0; }#VAffFsOBIutiNTEVsly1gJXlFGHg0bfz > .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:3rem;width:75rem;position:relative;display:block; }#LhF35GaXfdkTB8U3au2sMEMFsnQ5GKk2 { color:#000000;display:block;width:35rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:0.6875rem;left:20rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#cLRpCSOdDR2cOuTM8QLBNGDFEui1vcib { position:relative;display:block; }#cLRpCSOdDR2cOuTM8QLBNGDFEui1vcib { background-color: transparent; background-image: none; }#cLRpCSOdDR2cOuTM8QLBNGDFEui1vcib::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cLRpCSOdDR2cOuTM8QLBNGDFEui1vcib > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cLRpCSOdDR2cOuTM8QLBNGDFEui1vcib > .row .container > .video-iframe-container { display: none; }#cLRpCSOdDR2cOuTM8QLBNGDFEui1vcib > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cLRpCSOdDR2cOuTM8QLBNGDFEui1vcib > .row > .video-iframe-container { display: none; }#cLRpCSOdDR2cOuTM8QLBNGDFEui1vcib > .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); }#cLRpCSOdDR2cOuTM8QLBNGDFEui1vcib { border-width: 0; border-radius: 0; }#cLRpCSOdDR2cOuTM8QLBNGDFEui1vcib > .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:23.25rem;width:75rem;position:relative;display:block; }#uQTT4q32zakUT3wxDhIFOp494R9XrTti { color:#000000;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.625rem;left:2.8125rem;height:1.625rem;display:block; }
#STZcNd0qTzpKI5N0Sxghx0g0yMGb8dxP { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.5625rem;left:2.8125rem;height:1.29980625rem;display:block; }
#UuSXigaqdEdZT26pD4xBzIo0mzlTPdkB { box-sizing:content-box;color:#ec843c;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:8.9375rem;left:2.8125rem;display:block; }
#WUzoKulirXdlmfuZPMT7n5CVTtvvEeMk { box-sizing:content-box;color:#ec843c;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:11.0625rem;left:2.8125rem;display:block; }
#CbMEq3BMxJBExCdkRlpybOOxTWENERbW { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:9rem;left:5rem;height:1.29980625rem;display:block; }
#JByHrOQ1LIq0063Qs3PqPJKNpLuTQTED { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:11.0625rem;left:5rem;height:1.29980625rem;display:block; }
#C158UxaFBAV9sKvbOfcs4LNNqheUdV06 { box-sizing:content-box;color:#ec843c;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:13.25rem;left:2.8125rem;display:block; }
#I9ZCGCXnEvM1pkQ0IV0Hz1dCf6FKKkOQ { color:#000000;display:block;width:27.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:13.249999821186rem;left:5rem;height:1.29980625rem;display:block; }
#V6M8V7zT4SnomtJKmTB5Zu8qPJGLC5wa { box-sizing:content-box;color:#ec843c;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:15.375rem;left:2.8125rem;display:block; }
#lcbFHxTdAUCNtm0C2keTIPWAC9v8TkmV { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:15.625rem;left:5rem;height:1.29980625rem;display:block; }
#cr412iZG1rcsQbZTb4wpOUf4LhCSTcbO { color:#000000;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:18.3125rem;left:2.875rem;height:1.29980625rem;display:block; }
#mczkglqDJITQPNpox6zEvqOPC1vDEhFF { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:3.8125rem;left:40.5625rem;height:1.625rem;display:block; }
#i7u4KZ9qF0TeTntXAItnSzS7n2l2UMMB { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:6.75rem;left:40.5625rem;height:1.29980625rem;display:block; }
#JWHXLvDxyXVmo07Adwwm7hhEdVVhBC0P { box-sizing:content-box;color:#0d1c31;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:9rem;left:40.5625rem;display:block; }
#v6oD3sxIP3HpeuabSKaDRTGL9TqreLWp { box-sizing:content-box;color:#0d1c31;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:11.25rem;left:40.5625rem;display:block; }
#ysiaxq4p8h3DTtmJ1EerF3ao6T1ff7l3 { box-sizing:content-box;color:#0d1c31;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:13.4375rem;left:40.5625rem;display:block; }
#pQuVZuNobEfiHLfAGh4TMcb1Hp6XBdTn { color:#000000;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:18.125rem;left:40.1875rem;height:1.29980625rem;display:block; }
#QTGzoOL2w3W3N4FatNRzevvQpskpDNX2 { color:#000000;display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:9.1875rem;left:42.875rem;height:1.29980625rem;display:block; }
#mdGqDAxXJJIabLc21uTPMXvo2luAJAvb { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:11.375rem;left:42.875rem;height:1.29980625rem;display:block; }
#FhvpoCw0o8XZUQaRC7UvtVInb4HuP3dI { color:#000000;display:block;width:27.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:13.625rem;left:42.875rem;height:1.29980625rem;display:block; }
#rb8nGylFeo4O0Z5br4Of6Vwnr2bBm0Kd { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.375rem;width:33.875rem;top:1.9367184638977rem;left:39.343751907349rem;display:block; }
#tqqQlZe3ahT1Ml3M1Gkbg8k4p5zXyEoU { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.375rem;width:33.875rem;top:1.9375000596046rem;left:1.8125rem;display:block; }
#wyLMdMxJ3qT7GckrWEOBRB76ZBulD4nn { position:relative;display:block; }#wyLMdMxJ3qT7GckrWEOBRB76ZBulD4nn { background-color: transparent; background-image: none; }#wyLMdMxJ3qT7GckrWEOBRB76ZBulD4nn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wyLMdMxJ3qT7GckrWEOBRB76ZBulD4nn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wyLMdMxJ3qT7GckrWEOBRB76ZBulD4nn > .row .container > .video-iframe-container { display: none; }#wyLMdMxJ3qT7GckrWEOBRB76ZBulD4nn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wyLMdMxJ3qT7GckrWEOBRB76ZBulD4nn > .row > .video-iframe-container { display: none; }#wyLMdMxJ3qT7GckrWEOBRB76ZBulD4nn > .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); }#wyLMdMxJ3qT7GckrWEOBRB76ZBulD4nn { border-width: 0; border-radius: 0; }#wyLMdMxJ3qT7GckrWEOBRB76ZBulD4nn > .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:23.6875rem;width:75rem;position:relative;display:block; }#Iot2K6vcE62TWTb4P1ntsqTLQdMio2pN { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.875rem;left:4.0625rem;height:1.625rem;display:block; }
#yMZk0KIT5P4QoRhZ2TrU0a4dhd7ieCke { color:#000000;display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:4.0625rem;height:1.29980625rem;display:block; }
#Te8GF8N49Bx89GTXNHxUOQk7IPhKxhok { box-sizing:content-box;color:#0d1c31;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:8.375rem;left:4.0625rem;display:block; }
#zNGdftetich6a9mwh9vretEhoCphOOKJ { box-sizing:content-box;color:#0d1c31;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:10.8125rem;left:4.0625rem;display:block; }
#fseg78X1gHcsPrEuuCgTcEB50LvACUzg { box-sizing:content-box;color:#0d1c31;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:13.125rem;left:4.0625rem;display:block; }
#BkIoTLM3du5eUfFmWJSK3ngk66lrug2R { box-sizing:content-box;color:#0d1c31;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:15.5rem;left:4.0625rem;display:block; }
#a8yWHRufpyvviRQvZANGCzLeDJHDqPIn { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:18.25rem;left:4.0625rem;height:1.29980625rem;display:block; }
#foiMnGgr4nn4DzURnFxTQJTZk2CXiotT { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:6.375rem;height:1.29980625rem;display:block; }
#ni4nmwBUDPLzuvbwbSJ2VT8l4utuVuQ0 { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:10.875rem;left:6.1875rem;height:1.29980625rem;display:block; }
#hTEGmatNIfot08VXlT8iNtH1GQsPGhqT { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:13.3125rem;left:6.1875rem;height:1.29980625rem;display:block; }
#r5Jcxlu4haoM4PCU6DHo4Fc4o5DB5s9C { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:15.6875rem;left:6.1875rem;height:1.29980625rem;display:block; }
#U5zRH5zpNlScMdIvGyQTRt6zGln8vfAF { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:41.625rem;height:1.625rem;display:block; }
#xzhpphNmvDgTRBHHOkDM0kU8bFM2HFwI { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.1875rem;left:41.625rem;height:1.29980625rem;display:block; }
#wLxILmuB9LVqlhvZTTWH5NVxwtT3pBSy { box-sizing:content-box;color:#ec843c;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:8.4375rem;left:41.625rem;display:block; }
#J8IrX8xJV1T3fTPA8GyoAHOJgtifHoBI { box-sizing:content-box;color:#ec843c;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:10.75rem;left:41.625rem;display:block; }
#T9wHwR9aOKCSQlXbZfHozSoycu2CbUFd { box-sizing:content-box;color:#ec843c;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:13.1875rem;left:41.625rem;display:block; }
#y9iC14A24wb07wCUIB3JeImMg1cTkrye { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:8.5625rem;left:43.8125rem;height:1.29980625rem;display:block; }
#II9nHvCFLubZ9OMO0lpduThqN00GLZIG { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:10.75rem;left:43.8125rem;height:1.29980625rem;display:block; }
#QP1mm1BFNCZgoIbKqRoDZ2uiI4A3RyWE { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:13.3125rem;left:43.8125rem;height:1.29980625rem;display:block; }
#rNrLXNS1gCk1129aXPHhWANZQBpKmkHU { box-sizing:content-box;color:#ec843c;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:15.5625rem;left:41.625rem;display:block; }
#PbCZnsS29GHfK1qImvnpk9wgWPs5OvAN { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:15.6875rem;left:43.8125rem;height:1.29980625rem;display:block; }
#i48L2ETex1PEDdboR3vEdowTZTi3Stq3 { color:#000000;display:block;width:29.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:18.25rem;left:41.625rem;height:1.29980625rem;display:block; }
#PaSXImtUx4Ln0tlJ9unR9vxuOLKI8bCT { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.375rem;width:33.875rem;top:2rem;left:39.312501907349rem;display:block; }
#fAqxanMvlNyzMVookw6GbyPcqXBRfXeU { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.375rem;width:33.875rem;top:1.53125rem;left:1.8125rem;display:block; }
#euqInUBtmIohoD9vqQh2Dkz0xaloI9sd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ec843c;background-image:none;position:relative;display:block; }#euqInUBtmIohoD9vqQh2Dkz0xaloI9sd > .row .container { background-color: transparent; background-image: none; }#euqInUBtmIohoD9vqQh2Dkz0xaloI9sd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#euqInUBtmIohoD9vqQh2Dkz0xaloI9sd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#euqInUBtmIohoD9vqQh2Dkz0xaloI9sd > .row .container > .video-iframe-container { display: none; }#euqInUBtmIohoD9vqQh2Dkz0xaloI9sd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#euqInUBtmIohoD9vqQh2Dkz0xaloI9sd > .row > .video-iframe-container { display: none; }#euqInUBtmIohoD9vqQh2Dkz0xaloI9sd > .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); }#euqInUBtmIohoD9vqQh2Dkz0xaloI9sd > .row .container { border-width: 0; border-radius: 0; }#euqInUBtmIohoD9vqQh2Dkz0xaloI9sd > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#QeBxvIXeLRo2DXX3XvXTEfOOyTxDl1vq { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:2.4375002384186rem;left:21.3125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#n1uIxetGCibulIK0J4R1WUATnysc99XI { box-sizing:content-box;color:#0d1c31;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:6.94921875rem;left:17.75rem;display:block; }
#BHfwzb3ldRqRuXxaFtoBJfWtmdl6wrSr { box-sizing:content-box;color:#0d1c31;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:6.94921875rem;left:53.4375rem;display:block; }
#R9bTlAwhFe2yN4abTblXq3iTXEgJBrqG { box-sizing:content-box;color:#0d1c31;font-size:3rem;font-weight:400;line-height:1;height:4.3125rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:6.63671875rem;left:43rem;display:block; }
#MTeOAByRBtCdD9tNEKWQ9nTzpKnF2iKx { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:11.88671875rem;left:45.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#EaEyeD5ciHftfKAHzyWDqxTu6lLDfFCp { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:11.88671875rem;left:13.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#sOX6hH1SuFCbxgK2FEGBMUQ86mRdDuId { box-sizing:content-box;color:#0d1c31;font-size:3rem;font-weight:400;line-height:1;height:4.3125rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:6.625rem;left:24.5rem;display:block; }
#XgGhuyqEb4teJ540uSTbZ2AryAqIcXw7 { box-sizing:content-box;color:#0d1c31;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:6.9375rem;left:35.6875rem;display:block; }
#sRLy35qcv56gQZk8Di2U5a2l9rRJlVsF { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:11.88671875rem;left:31.28125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#d6undrbBMOheLpcuTUqkyyZopxnUQHaL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#d6undrbBMOheLpcuTUqkyyZopxnUQHaL > .row .container { background-color: transparent; background-image: none; }#d6undrbBMOheLpcuTUqkyyZopxnUQHaL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d6undrbBMOheLpcuTUqkyyZopxnUQHaL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d6undrbBMOheLpcuTUqkyyZopxnUQHaL > .row .container > .video-iframe-container { display: none; }#d6undrbBMOheLpcuTUqkyyZopxnUQHaL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d6undrbBMOheLpcuTUqkyyZopxnUQHaL > .row > .video-iframe-container { display: none; }#d6undrbBMOheLpcuTUqkyyZopxnUQHaL > .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); }#d6undrbBMOheLpcuTUqkyyZopxnUQHaL > .row .container { border-width: 0; border-radius: 0; }#d6undrbBMOheLpcuTUqkyyZopxnUQHaL > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#l4HTihIkS1HpT7D38f31gtbSerubULOO { color:#0d1c31;display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.4984374046326rem;left:27.250001907349rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#nsgxu5tC2GWviXExiMNMVWdS9fwOcQ7s { color:#0d1c31;display:block;width:35.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:7.591796875rem;left:19.65625rem;height:1.625rem;display:block; }
#ThRVqTAk7k18hdhZqwgMrEUai1WcRIsU { color:#0d1c31;display:block;width:52.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:11.53125rem;left:19.65625rem;height:1.625rem;display:block; }
#l3LH9w2FQWXnBigzweHVruClcBzvNzSJ { box-sizing:content-box;color:#ec843c;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:6.560546875rem;left:14.6875rem;display:block; }
#BDmgU0uTcImlTUanSxXz6dcgmnxAnndh { box-sizing:content-box;color:#ec843c;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:10.5rem;left:14.6875rem;display:block; }
#avv8VxMtpTxlaMQWTeaPstvpfaDb0zo3 { background-color:#ec843c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:15.312509536743rem;left:29.375rem;display:block; }
#mw0l4WxOLirWigWSd6OKfzvU5EtlvTOt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ogKtiVKA5ivotRNWGXsB1Rh7HcZMOPoS { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.75rem;width:44.375rem;top:21.625rem;left:14.6875rem;display:block; }
#l7FROiZ4hvfs4gPQuVTgqaJgTzJwV3f8 { color:#0f2745;display:block;width:43.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:22.625rem;left:15.9375rem;height:7.7968875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TkyLFbUxlA2JmANuxaxwrnO9k0TDs0lK { position:relative;display:block; }#TkyLFbUxlA2JmANuxaxwrnO9k0TDs0lK { background-color: transparent; background-image: none; }#TkyLFbUxlA2JmANuxaxwrnO9k0TDs0lK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TkyLFbUxlA2JmANuxaxwrnO9k0TDs0lK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TkyLFbUxlA2JmANuxaxwrnO9k0TDs0lK > .row .container > .video-iframe-container { display: none; }#TkyLFbUxlA2JmANuxaxwrnO9k0TDs0lK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TkyLFbUxlA2JmANuxaxwrnO9k0TDs0lK > .row > .video-iframe-container { display: none; }#TkyLFbUxlA2JmANuxaxwrnO9k0TDs0lK > .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); }#TkyLFbUxlA2JmANuxaxwrnO9k0TDs0lK { border-width: 0; border-radius: 0; }#TkyLFbUxlA2JmANuxaxwrnO9k0TDs0lK > .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:20.125rem;width:75rem;position:relative;display:block; }#lJT2XF9dAzqyfeDpQF0VR2zRlDy0uUeT { color:#000000;display:block;width:63.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.5rem;left:8.40625rem;height:16.89325625rem;display:block; }
#tOw4iEkvwKdlat4B4ynENo0w98vKI6BM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.125rem;left:8.40625rem;height:1.4619125rem;display:block; }
#WP6D0uCMzgP4Jq1gTHxldhU0uv4ToIGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#WP6D0uCMzgP4Jq1gTHxldhU0uv4ToIGb > .row .container { border-width: 0; border-radius: 0; }#WP6D0uCMzgP4Jq1gTHxldhU0uv4ToIGb > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:none; }#UPvmlWgzvzNleQpITboQxZ265JbBhhdg { color:#274376;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.435546875rem;left:23.5rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#c176WcA0dlaJFuNDp2T4RTk4TzsVEVTv { box-sizing:content-box;color:#fbb624;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:7rem;left:15.1875rem;display:block; }
#DbdW4DIsQJT93TAOUHMhJ7eF2AcPX2eH { color:#274376;display:block;width:32.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:8.03125rem;left:19.4375rem;height:1.625rem;display:block; }
#DBgDQELFT0fB0nU6nsuQpIED0dI2D9PB { background-color:#274376;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:12.8125rem;left:28.6875rem;display:block; }
#Ow9NiywWNDebS9PhaJ5N6X4fycfSot7h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T1Iu1F48GTHJyalJpNybx8akulW7kuv9 { position:relative;display:block; }#T1Iu1F48GTHJyalJpNybx8akulW7kuv9 { background-color: transparent; background-image: none; }#T1Iu1F48GTHJyalJpNybx8akulW7kuv9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T1Iu1F48GTHJyalJpNybx8akulW7kuv9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T1Iu1F48GTHJyalJpNybx8akulW7kuv9 > .row .container > .video-iframe-container { display: none; }#T1Iu1F48GTHJyalJpNybx8akulW7kuv9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T1Iu1F48GTHJyalJpNybx8akulW7kuv9 > .row > .video-iframe-container { display: none; }#T1Iu1F48GTHJyalJpNybx8akulW7kuv9 > .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); }#T1Iu1F48GTHJyalJpNybx8akulW7kuv9 { border-width: 0; border-radius: 0; }#T1Iu1F48GTHJyalJpNybx8akulW7kuv9 > .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:31.8125rem;width:75rem;position:relative;display:block; }#rSDhfe2MxsxpUWlL2VOSKGxyLnOvxbQt { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:6.3749952316281rem;left:20.53125rem;display:block; }
#aNrTaPMrJyAVMfDGigeT1yHtN7shsHtE { color:#000000;display:block;width:37.375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.0624952316284rem;left:21.84375rem;height:2.11198125rem;display:block; }
#vkxSNuf7fQUxIzFZzGo1IDICxHCs8KBv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1c31;background-image:none;position:relative;display:block; }#vkxSNuf7fQUxIzFZzGo1IDICxHCs8KBv > .row .container { background-color: transparent; background-image: none; }#vkxSNuf7fQUxIzFZzGo1IDICxHCs8KBv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vkxSNuf7fQUxIzFZzGo1IDICxHCs8KBv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vkxSNuf7fQUxIzFZzGo1IDICxHCs8KBv > .row .container > .video-iframe-container { display: none; }#vkxSNuf7fQUxIzFZzGo1IDICxHCs8KBv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vkxSNuf7fQUxIzFZzGo1IDICxHCs8KBv > .row > .video-iframe-container { display: none; }#vkxSNuf7fQUxIzFZzGo1IDICxHCs8KBv > .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); }#vkxSNuf7fQUxIzFZzGo1IDICxHCs8KBv > .row .container { border-width: 0; border-radius: 0; }#vkxSNuf7fQUxIzFZzGo1IDICxHCs8KBv > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#Z6VgGxcW6Fdgrswd1lvTGJTp4AxZbudb { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:7.4958448410031rem;left:8.2500019073488rem;height:14.2986375rem;text-align:center;text-align-last:center;display:block; }
#QV2TyFX7vhXcXpQ34zi8rEBx87Xi4WhE { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:24.185546875rem;left:10.15625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#ZldBWkgtGQ0hJN75TTLkWU239yowi5yc { position:absolute;display:block;z-index:99999;background-color:rgba(255,255,255,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:26.5rem;width:30.1875rem;top:4.654167175293rem;left:6.0729179382324rem;display:block; }
#QrPSOfkWha3951TFyEt4o8C37HS6BKSx { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:26.5625rem;width:30.1875rem;top:4.685417175293rem;left:39.386461257934rem;display:block; }
#cgMO1BkC6w95rewhJ1OIEnqHR1NeKtm4 { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.6201171875rem;left:42.0732421875rem;height:16.085925rem;text-align:center;text-align-last:center;display:block; }
#aJgZhi6xoqg7qbKhf7AhHw82NMiJTdna { color:#000000;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:24.185546875rem;left:43.9794921875rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#NCiJnW93Q26xGT7tMoipqTDNRWcxXgPT { position:relative;display:block; }#NCiJnW93Q26xGT7tMoipqTDNRWcxXgPT { background-color: transparent; background-image: none; }#NCiJnW93Q26xGT7tMoipqTDNRWcxXgPT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NCiJnW93Q26xGT7tMoipqTDNRWcxXgPT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NCiJnW93Q26xGT7tMoipqTDNRWcxXgPT > .row .container > .video-iframe-container { display: none; }#NCiJnW93Q26xGT7tMoipqTDNRWcxXgPT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NCiJnW93Q26xGT7tMoipqTDNRWcxXgPT > .row > .video-iframe-container { display: none; }#NCiJnW93Q26xGT7tMoipqTDNRWcxXgPT > .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); }#NCiJnW93Q26xGT7tMoipqTDNRWcxXgPT { border-width: 0; border-radius: 0; }#NCiJnW93Q26xGT7tMoipqTDNRWcxXgPT > .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:66.625rem;width:75rem;position:relative;display:block; }#sO4ZHcsklBzahxGpU27xJWWvwyDOcOak { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.875rem;left:25.90625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#VpcuJWPGRVGt44hRoOMyHy23RhIL0o6e { color:#0d1c31;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:10.625rem;left:1.0625rem;height:2.9236125rem;text-align:center;text-align-last:center;display:block; }
#Xp0zbqvxxAuCOeisNgQqU1JJOilJK0CW { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:15rem;left:1.0625rem;height:10.971375rem;text-align:left;text-align-last:left;display:block; }#Xp0zbqvxxAuCOeisNgQqU1JJOilJK0CW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xp0zbqvxxAuCOeisNgQqU1JJOilJK0CW li:before{  }
#yOZJEssdQCIrTL2uFEKVyf35lydv7Oyc { color:#0d1c31;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:10.625rem;left:28.3125rem;height:1.46180625rem;text-align:center;text-align-last:center;display:block; }
#JynSJRes1NczeSRQvTAGLXTdrrl3vgiN { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:15rem;left:28.8125rem;height:9.046875rem;text-align:left;text-align-last:left;display:block; }#JynSJRes1NczeSRQvTAGLXTdrrl3vgiN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JynSJRes1NczeSRQvTAGLXTdrrl3vgiN li:before{  }
#UA1KEMzpe1UblK1pZhGzOZViIwgbMpwx { color:#0d1c31;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:10.625rem;left:57.500001907349rem;height:1.46180625rem;text-align:center;text-align-last:center;display:block; }
#wx0ibrMF0Fvxs6hmS7Hcx6427WkKHAVu { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:15rem;left:55.8125rem;height:4.5234375rem;text-align:left;text-align-last:left;display:block; }#wx0ibrMF0Fvxs6hmS7Hcx6427WkKHAVu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wx0ibrMF0Fvxs6hmS7Hcx6427WkKHAVu li:before{  }
#cL3gXCdBJ9iTlJ5T63TuQqy3eCguouc6 { box-sizing:content-box;color:#0d1c31;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:9.78750038147rem;left:24.46249961853rem;display:block; }
#KkbJHQMBuNtklEFVRv8gGNg2fLUKC9bo { box-sizing:content-box;color:#0d1c31;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:9.78750038147rem;left:51.71249961853rem;display:block; }
#lot27swr8STNGtaZ1GGrw1u0euUJiTXi { color:#0d1c31;display:block;width:9.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:30.3125rem;left:59.6875rem;height:1.46180625rem;text-align:center;text-align-last:center;display:block; }
#TANkPe1XbbNifDrgPK5XSUCu2LDEK6uZ { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:33.625rem;left:54.25rem;height:14.8698125rem;text-align:left;text-align-last:left;display:block; }#TANkPe1XbbNifDrgPK5XSUCu2LDEK6uZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TANkPe1XbbNifDrgPK5XSUCu2LDEK6uZ li:before{  }
#kuCQOsis48feai6FfFvX6KIsf5fETNCo { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:33.625rem;left:28.75rem;height:12.2708125rem;text-align:left;text-align-last:left;display:block; }#kuCQOsis48feai6FfFvX6KIsf5fETNCo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kuCQOsis48feai6FfFvX6KIsf5fETNCo li:before{  }
#bVr9bZy4zHr5iIOTQkZszEofB1Bp7TIZ { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:33.625rem;left:1.0625rem;height:9.046875rem;text-align:left;text-align-last:left;display:block; }#bVr9bZy4zHr5iIOTQkZszEofB1Bp7TIZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bVr9bZy4zHr5iIOTQkZszEofB1Bp7TIZ li:before{  }
#Ow76veUqSwMJBFJQdPAOevJtcuk5V0yP { color:#0d1c31;display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:30.3125rem;left:34.34375rem;height:1.46180625rem;text-align:center;text-align-last:center;display:block; }
#wgEUQvlxRDe59VNrC6Ew5NGI9lw3I6cC { color:#0d1c31;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:30.3115234375rem;left:4.46875rem;height:1.46180625rem;text-align:center;text-align-last:center;display:block; }
#HO7qecJ5TFVgxKQcZQEGFBXMlV0a18lE { box-sizing:content-box;color:#0d1c31;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:23.5244140625rem;left:63.0625rem;display:block; }
#QIUbvqDNpgmG7d8o7xpyw7ad40C8nf8o { box-sizing:content-box;color:#0d1c31;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:29.474609375rem;left:50rem;display:block; }
#fmUI7JXJdss0E3uwDcWlpKtGFvsvZGxl { box-sizing:content-box;color:#0d1c31;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:29.474609375rem;left:23.6494140625rem;display:block; }
#Zu6JL4BJr3NXdDBqCp27XxvvdHOU4h15 { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:57.3125rem;left:1.0625rem;height:6.13541875rem;text-align:left;text-align-last:left;display:block; }#Zu6JL4BJr3NXdDBqCp27XxvvdHOU4h15 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Zu6JL4BJr3NXdDBqCp27XxvvdHOU4h15 li:before{  }
#snpi4rWqkqpPpZeGvd0zDOTBkVp5l8GB { color:#0d1c31;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:54rem;left:4.5rem;height:1.46180625rem;text-align:center;text-align-last:center;display:block; }
#dzecrlN9c8yKOk2fPJKAv3AOKyasq0qJ { box-sizing:content-box;color:#0d1c31;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:47.3115234375rem;left:9.875rem;display:block; }
#RCbvesVZuuM2K6aMvM1qZmTtwnD3xhqk { background-color:#ec8434;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:54rem;left:30.3125rem;display:block; }
#NTLeMV0pNfrdznLJWrbwCA1IHrOCJHhy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iS3rUgcAVzuikwEFdG266684gdBQqBto { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:54.000007629394rem;left:54.687503814698rem;height:4.38541875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ODqw780kfNZd4BIyxdBTn9TvV4M3d0Tz { box-sizing:content-box;color:#0d1c31;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:54.249984741211rem;left:23.649307250976rem;display:block; }
#t04RVS4dEpmwI6XGFxZS5LfnnUVLrwxB { box-sizing:content-box;color:#0d1c31;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:54.249984741211rem;left:51.187503814698rem;display:block; }
#qtpXmbTN83SuN6Vd3QaBT4P93zFraQhM { color:#274376;display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:30.3125rem;left:34.34375rem;height:1.4375rem;text-align:center;text-align-last:center;display:none; }
#GxFEFH7o4TEV7LUNIHbSRfTU0aefmt7L { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:63.44921875rem;left:28.15625rem;height:2.3559rem;display:block; }
#tIO7yaPBTkAT4dsXzVOUTf2xRo2LH5JW { position:absolute;display:block;z-index:99998;background-color:#ec843c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:75rem;top:0.8125rem;left:0rem;display:block; }
#tIVfpOQbAl9HSfsiFT3tPDvTtEvnTOkO { position:relative;display:block; }#tIVfpOQbAl9HSfsiFT3tPDvTtEvnTOkO { background-color: transparent; background-image: none; }#tIVfpOQbAl9HSfsiFT3tPDvTtEvnTOkO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tIVfpOQbAl9HSfsiFT3tPDvTtEvnTOkO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tIVfpOQbAl9HSfsiFT3tPDvTtEvnTOkO > .row .container > .video-iframe-container { display: none; }#tIVfpOQbAl9HSfsiFT3tPDvTtEvnTOkO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tIVfpOQbAl9HSfsiFT3tPDvTtEvnTOkO > .row > .video-iframe-container { display: none; }#tIVfpOQbAl9HSfsiFT3tPDvTtEvnTOkO > .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); }#tIVfpOQbAl9HSfsiFT3tPDvTtEvnTOkO { border-width: 0; border-radius: 0; }#tIVfpOQbAl9HSfsiFT3tPDvTtEvnTOkO > .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:43rem;width:75rem;position:relative;display:block; }#vyWamNms0kIZQcH9nfSUh4SAiGCCzTin { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.125rem;width:22.5rem;top:0rem;left:1.25rem;overflow:hidden;display:block; }
#cWyhIzShQFlCGw0fpoRzPnhHm7STE4MJ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.125rem;width:17.5625rem;top:0rem;left:53.718753814698rem;overflow:hidden;display:block; }
#oEWblT7SxBBeZEIZBcv4Pe4oqWMtyLCJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:14.4375rem;left:6.25rem;height:1.29980625rem;display:block; }
#G7GzkdeVVCUrzHKHE56Sx5lSg6E88Fs9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:14.4375rem;left:56.875rem;height:1.29980625rem;display:block; }
#fV4qXqIh3A4VNScKtkU2EFVJp8Bvqiue { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:14.4375rem;left:32rem;height:1.29980625rem;display:block; }
#uAQaI6k5941cP4mioHwpcdM9d4bFJNoq { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:17.2998046875rem;left:0.84375rem;height:24.690125rem;text-align:justify;text-align-last:initial;display:block; }
#TKTQSRvXNAkalZxL5ZVIFXePJpNSdhme { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:17.2998046875rem;left:26.75rem;height:1.29980625rem;text-align:justify;text-align-last:initial;display:block; }
#p1KsoHWJTuZSy38RA2sXBGXg1H680D0J { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:17.2998046875rem;left:50.84375rem;height:19.4921875rem;text-align:justify;text-align-last:initial;display:block; }
#sQbsCTMZwH8KkSieSmACUqyc8d1URWmv { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:17.2998046875rem;left:25.84375rem;height:20.7916875rem;text-align:justify;text-align-last:initial;display:block; }
#WLMK6u4y7iLMQDRwsn1pixy45WtvMT2H { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.0625rem;width:19.625rem;top:0rem;left:27.6875rem;overflow:hidden;display:block; }
#otZUJ6cwG04WlLaHn47cltZherwN1n0s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1c31;background-image:none;position:relative;display:block; }#otZUJ6cwG04WlLaHn47cltZherwN1n0s > .row .container { background-color: transparent; background-image: none; }#otZUJ6cwG04WlLaHn47cltZherwN1n0s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#otZUJ6cwG04WlLaHn47cltZherwN1n0s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#otZUJ6cwG04WlLaHn47cltZherwN1n0s > .row .container > .video-iframe-container { display: none; }#otZUJ6cwG04WlLaHn47cltZherwN1n0s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#otZUJ6cwG04WlLaHn47cltZherwN1n0s > .row > .video-iframe-container { display: none; }#otZUJ6cwG04WlLaHn47cltZherwN1n0s > .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); }#otZUJ6cwG04WlLaHn47cltZherwN1n0s > .row .container { border-width: 0; border-radius: 0; }#otZUJ6cwG04WlLaHn47cltZherwN1n0s > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#r2GJegJ7d96TiJyFsDxWtOrHFJcgmiHR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:5.6875rem;top:0.875rem;left:34.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gLOr00snsTKNne4HO7UzDSGssPldqTBn { display:block; }#gLOr00snsTKNne4HO7UzDSGssPldqTBn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afDfINcuI9hOE5BighMJwty1eTnmbEGs { width:7.1875rem;height:8.8125rem;top:0.9375rem;left:20.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RunHgNh2aAJFKc2RIN8JGcokfnnAFVX8 { display:block; }#RunHgNh2aAJFKc2RIN8JGcokfnnAFVX8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTrXw0I83Pq170WNUaVM91oG8DaBNgOd { width:33.125rem;height:3.25rem;top:0.75rem;left:7.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1BiGHv5DX35vsrbWimfVV6cPxGI66WL { display:block; }#t1BiGHv5DX35vsrbWimfVV6cPxGI66WL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efMWJR4ob86SpmxR0PzxnL2Zi6KNdwhX { width:47.75rem;height:1.8125rem;top:0.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUTK3nStOWd01D3BTGNtlIrpaXnvq9me { display:block; }#nUTK3nStOWd01D3BTGNtlIrpaXnvq9me > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXXtPOVqFCKKwhJZ7Wn2rtX4gvO3QxIw { width:33.3125rem;height:18.6875rem;top:0rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsycxdc1XISTecZDfeC3gwADME3Ay9oT { display:block; }#Lsycxdc1XISTecZDfeC3gwADME3Ay9oT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTVIhJ1M0sm3CRdLxyLbwmJiZX2psMA4 { width:32.4375rem;height:2.375rem;top:1.0625rem;left:7.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTT4vLDEigkrbQbPkJ7TVLTrRsyaK1gg { display:block; }#nTT4vLDEigkrbQbPkJ7TVLTrRsyaK1gg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXAvEfJGssBsTiaBZLIsh2zTFV6nf0Ze { width:47.75rem;height:15.625rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5QHN06RcJdcUsaDIXHRB2rx3K0H3U3e { width:40.25rem;height:1.625rem;top:17.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDNbHMS4TOVreE3BMeVh6bqb6v0anOAJ { width:47.75rem;height:3.875rem;top:20.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asa7kdxxH8MTTkTQ5mpHyxfUTcyhflV1 { display:block; }#asa7kdxxH8MTTkTQ5mpHyxfUTcyhflV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xg1i9dVL4sTOyMia7aS3NDwBuId61EAX { width:32.4375rem;height:2.4375rem;top:1.0625rem;left:7.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAffFsOBIutiNTEVsly1gJXlFGHg0bfz { display:block; }#VAffFsOBIutiNTEVsly1gJXlFGHg0bfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhF35GaXfdkTB8U3au2sMEMFsnQ5GKk2 { width:35rem;height:1.625rem;top:0.6875rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLRpCSOdDR2cOuTM8QLBNGDFEui1vcib { display:block; }#cLRpCSOdDR2cOuTM8QLBNGDFEui1vcib > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQTT4q32zakUT3wxDhIFOp494R9XrTti { width:23.25rem;height:1.625rem;top:3.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STZcNd0qTzpKI5N0Sxghx0g0yMGb8dxP { width:29.5rem;height:1.25rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuSXigaqdEdZT26pD4xBzIo0mzlTPdkB { width:1.6875rem;height:1.625rem;top:8.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUzoKulirXdlmfuZPMT7n5CVTtvvEeMk { width:1.6875rem;height:1.625rem;top:11.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbMEq3BMxJBExCdkRlpybOOxTWENERbW { width:21.125rem;height:1.25rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JByHrOQ1LIq0063Qs3PqPJKNpLuTQTED { width:21.125rem;height:1.25rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C158UxaFBAV9sKvbOfcs4LNNqheUdV06 { width:1.6875rem;height:1.625rem;top:13.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9ZCGCXnEvM1pkQ0IV0Hz1dCf6FKKkOQ { width:27.375rem;height:1.3125rem;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6M8V7zT4SnomtJKmTB5Zu8qPJGLC5wa { width:1.6875rem;height:1.625rem;top:15.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcbFHxTdAUCNtm0C2keTIPWAC9v8TkmV { width:21.125rem;height:1.25rem;top:15.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr412iZG1rcsQbZTb4wpOUf4LhCSTcbO { width:31.75rem;height:1.25rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mczkglqDJITQPNpox6zEvqOPC1vDEhFF { width:32.0625rem;height:1.625rem;top:3.8125rem;left:15.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7u4KZ9qF0TeTntXAItnSzS7n2l2UMMB { width:31.25rem;height:1.25rem;top:6.75rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWHXLvDxyXVmo07Adwwm7hhEdVVhBC0P { width:1.6875rem;height:1.625rem;top:9rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6oD3sxIP3HpeuabSKaDRTGL9TqreLWp { width:1.6875rem;height:1.625rem;top:11.25rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysiaxq4p8h3DTtmJ1EerF3ao6T1ff7l3 { width:1.6875rem;height:1.625rem;top:13.4375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQuVZuNobEfiHLfAGh4TMcb1Hp6XBdTn { width:28.375rem;height:1.25rem;top:18.125rem;left:19.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTGzoOL2w3W3N4FatNRzevvQpskpDNX2 { width:27.875rem;height:1.25rem;top:9.1875rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdGqDAxXJJIabLc21uTPMXvo2luAJAvb { width:29.5rem;height:1.25rem;top:11.375rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhvpoCw0o8XZUQaRC7UvtVInb4HuP3dI { width:27.375rem;height:1.25rem;top:13.625rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb8nGylFeo4O0Z5br4Of6Vwnr2bBm0Kd { width:33.875rem;height:19.375rem;top:1.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqqQlZe3ahT1Ml3M1Gkbg8k4p5zXyEoU { width:33.875rem;height:19.375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyLMdMxJ3qT7GckrWEOBRB76ZBulD4nn { display:block; }#wyLMdMxJ3qT7GckrWEOBRB76ZBulD4nn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iot2K6vcE62TWTb4P1ntsqTLQdMio2pN { width:19.9375rem;height:1.625rem;top:2.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMZk0KIT5P4QoRhZ2TrU0a4dhd7ieCke { width:27.875rem;height:1.25rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te8GF8N49Bx89GTXNHxUOQk7IPhKxhok { width:1.6875rem;height:1.625rem;top:8.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNGdftetich6a9mwh9vretEhoCphOOKJ { width:1.6875rem;height:1.625rem;top:10.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fseg78X1gHcsPrEuuCgTcEB50LvACUzg { width:1.6875rem;height:1.625rem;top:13.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkIoTLM3du5eUfFmWJSK3ngk66lrug2R { width:1.6875rem;height:1.625rem;top:15.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8yWHRufpyvviRQvZANGCzLeDJHDqPIn { width:25.75rem;height:1.25rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #foiMnGgr4nn4DzURnFxTQJTZk2CXiotT { width:27.125rem;height:1.25rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni4nmwBUDPLzuvbwbSJ2VT8l4utuVuQ0 { width:27.125rem;height:1.25rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTEGmatNIfot08VXlT8iNtH1GQsPGhqT { width:27.125rem;height:1.25rem;top:13.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5Jcxlu4haoM4PCU6DHo4Fc4o5DB5s9C { width:27.1875rem;height:1.25rem;top:15.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5zRH5zpNlScMdIvGyQTRt6zGln8vfAF { width:26.6875rem;height:1.625rem;top:2.9375rem;left:21.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzhpphNmvDgTRBHHOkDM0kU8bFM2HFwI { width:26.625rem;height:1.25rem;top:6.1875rem;left:21.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLxILmuB9LVqlhvZTTWH5NVxwtT3pBSy { width:1.6875rem;height:1.625rem;top:8.4375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8IrX8xJV1T3fTPA8GyoAHOJgtifHoBI { width:1.6875rem;height:1.625rem;top:10.75rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9wHwR9aOKCSQlXbZfHozSoycu2CbUFd { width:1.6875rem;height:1.625rem;top:13.1875rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9iC14A24wb07wCUIB3JeImMg1cTkrye { width:27.125rem;height:1.25rem;top:8.5625rem;left:20.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #II9nHvCFLubZ9OMO0lpduThqN00GLZIG { width:27.125rem;height:1.25rem;top:10.75rem;left:20.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP1mm1BFNCZgoIbKqRoDZ2uiI4A3RyWE { width:27.125rem;height:1.25rem;top:13.3125rem;left:20.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNrLXNS1gCk1129aXPHhWANZQBpKmkHU { width:1.6875rem;height:1.625rem;top:15.5625rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbCZnsS29GHfK1qImvnpk9wgWPs5OvAN { width:27.125rem;height:1.25rem;top:15.6875rem;left:20.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i48L2ETex1PEDdboR3vEdowTZTi3Stq3 { width:29.25rem;height:1.25rem;top:18.25rem;left:18.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaSXImtUx4Ln0tlJ9unR9vxuOLKI8bCT { width:33.875rem;height:19.375rem;top:2rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAqxanMvlNyzMVookw6GbyPcqXBRfXeU { width:33.875rem;height:19.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #euqInUBtmIohoD9vqQh2Dkz0xaloI9sd { display:block; }#euqInUBtmIohoD9vqQh2Dkz0xaloI9sd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeBxvIXeLRo2DXX3XvXTEfOOyTxDl1vq { width:32.375rem;height:2.375rem;top:2.4375rem;left:7.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1uIxetGCibulIK0J4R1WUATnysc99XI { width:4.25rem;height:3.6875rem;top:6.9375rem;left:4.125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHfwzb3ldRqRuXxaFtoBJfWtmdl6wrSr { width:4.25rem;height:3.6875rem;top:6.9375rem;left:39.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9bTlAwhFe2yN4abTblXq3iTXEgJBrqG { width:6.25rem;height:4.3125rem;top:6.625rem;left:29.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTeOAByRBtCdD9tNEKWQ9nTzpKnF2iKx { width:19.25rem;height:3.25rem;top:11.875rem;left:28.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaEyeD5ciHftfKAHzyWDqxTu6lLDfFCp { width:13.0625rem;height:3.25rem;top:11.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOX6hH1SuFCbxgK2FEGBMUQ86mRdDuId { width:6.25rem;height:4.3125rem;top:6.625rem;left:10.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgGhuyqEb4teJ540uSTbZ2AryAqIcXw7 { width:4.25rem;height:3.6875rem;top:6.9375rem;left:22.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRLy35qcv56gQZk8Di2U5a2l9rRJlVsF { width:13.0625rem;height:3.25rem;top:11.875rem;left:17.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6undrbBMOheLpcuTUqkyyZopxnUQHaL { display:block; }#d6undrbBMOheLpcuTUqkyyZopxnUQHaL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4HTihIkS1HpT7D38f31gtbSerubULOO { width:20.5rem;height:2.375rem;top:2.4375rem;left:13.625001907349rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsgxu5tC2GWviXExiMNMVWdS9fwOcQ7s { width:35.6875rem;height:1.625rem;top:7.5625rem;left:6.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThRVqTAk7k18hdhZqwgMrEUai1WcRIsU { width:47.75rem;height:1.625rem;top:11.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3LH9w2FQWXnBigzweHVruClcBzvNzSJ { width:4.25rem;height:3.6875rem;top:6.5rem;left:1.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDmgU0uTcImlTUanSxXz6dcgmnxAnndh { width:4.25rem;height:3.6875rem;top:10.5rem;left:1.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avv8VxMtpTxlaMQWTeaPstvpfaDb0zo3 { width:17.5625rem;height:3.4375rem;top:15.3125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw0l4WxOLirWigWSd6OKfzvU5EtlvTOt { display:block; }
 }@media only screen and (max-width: 763px) { #ogKtiVKA5ivotRNWGXsB1Rh7HcZMOPoS { width:44.375rem;height:9.75rem;top:21.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7FROiZ4hvfs4gPQuVTgqaJgTzJwV3f8 { width:43.1875rem;height:7.75rem;top:22.625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkyLFbUxlA2JmANuxaxwrnO9k0TDs0lK { display:block; }#TkyLFbUxlA2JmANuxaxwrnO9k0TDs0lK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJT2XF9dAzqyfeDpQF0VR2zRlDy0uUeT { width:47.75rem;height:16.875rem;top:3.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOw4iEkvwKdlat4B4ynENo0w98vKI6BM { width:12.5rem;height:1.4375rem;top:1.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP6D0uCMzgP4Jq1gTHxldhU0uv4ToIGb { display:none; }#WP6D0uCMzgP4Jq1gTHxldhU0uv4ToIGb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UPvmlWgzvzNleQpITboQxZ265JbBhhdg { width:28rem;height:4.875rem;top:1.375rem;left:9.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c176WcA0dlaJFuNDp2T4RTk4TzsVEVTv { width:4.25rem;height:3.6875rem;top:7rem;left:1.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbdW4DIsQJT93TAOUHMhJ7eF2AcPX2eH { width:32.25rem;height:1.625rem;top:8rem;left:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBgDQELFT0fB0nU6nsuQpIED0dI2D9PB { width:17.625rem;height:3.4375rem;top:12.8125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow9NiywWNDebS9PhaJ5N6X4fycfSot7h { display:block; }
 }@media only screen and (max-width: 763px) { #T1Iu1F48GTHJyalJpNybx8akulW7kuv9 { display:block; }#T1Iu1F48GTHJyalJpNybx8akulW7kuv9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSDhfe2MxsxpUWlL2VOSKGxyLnOvxbQt { width:40rem;height:22.5rem;top:6.3125rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNrTaPMrJyAVMfDGigeT1yHtN7shsHtE { width:37.375rem;height:2.0625rem;top:2rem;left:8.21875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkxSNuf7fQUxIzFZzGo1IDICxHCs8KBv { display:block; }#vkxSNuf7fQUxIzFZzGo1IDICxHCs8KBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6VgGxcW6Fdgrswd1lvTGJTp4AxZbudb { width:25.1875rem;height:14rem;top:7.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV2TyFX7vhXcXpQ34zi8rEBx87Xi4WhE { width:21.375rem;height:2.5rem;top:24.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZldBWkgtGQ0hJN75TTLkWU239yowi5yc { width:30.1875rem;height:26.5rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrPSOfkWha3951TFyEt4o8C37HS6BKSx { width:30.1875rem;height:26.5625rem;top:4.625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgMO1BkC6w95rewhJ1OIEnqHR1NeKtm4 { width:24.8125rem;height:15.75rem;top:6.5625rem;left:22.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJgZhi6xoqg7qbKhf7AhHw82NMiJTdna { width:21rem;height:3.75rem;top:24.125rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCiJnW93Q26xGT7tMoipqTDNRWcxXgPT { display:block; }#NCiJnW93Q26xGT7tMoipqTDNRWcxXgPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sO4ZHcsklBzahxGpU27xJWWvwyDOcOak { width:26.5rem;height:2.4375rem;top:2.875rem;left:12.28125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpcuJWPGRVGt44hRoOMyHy23RhIL0o6e { width:20.75rem;height:2.875rem;top:10.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp0zbqvxxAuCOeisNgQqU1JJOilJK0CW { width:20.75rem;height:;top:15rem;left:0rem;font-size:1rem;display:block; }#Xp0zbqvxxAuCOeisNgQqU1JJOilJK0CW li:before{  }
 }@media only screen and (max-width: 763px) { #yOZJEssdQCIrTL2uFEKVyf35lydv7Oyc { width:21.6875rem;height:1.375rem;top:10.625rem;left:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JynSJRes1NczeSRQvTAGLXTdrrl3vgiN { width:20.75rem;height:;top:15rem;left:15.1875rem;font-size:1rem;display:block; }#JynSJRes1NczeSRQvTAGLXTdrrl3vgiN li:before{  }
 }@media only screen and (max-width: 763px) { #UA1KEMzpe1UblK1pZhGzOZViIwgbMpwx { width:14.25rem;height:1.375rem;top:10.625rem;left:33.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx0ibrMF0Fvxs6hmS7Hcx6427WkKHAVu { width:16rem;height:;top:15rem;left:31.75rem;font-size:1rem;display:block; }#wx0ibrMF0Fvxs6hmS7Hcx6427WkKHAVu li:before{  }
 }@media only screen and (max-width: 763px) { #cL3gXCdBJ9iTlJ5T63TuQqy3eCguouc6 { width:3.125rem;height:3.125rem;top:9.75rem;left:10.83749961853rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkbJHQMBuNtklEFVRv8gGNg2fLUKC9bo { width:3.125rem;height:3.125rem;top:9.75rem;left:38.08749961853rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lot27swr8STNGtaZ1GGrw1u0euUJiTXi { width:9.8125rem;height:1.4375rem;top:30.3125rem;left:37.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TANkPe1XbbNifDrgPK5XSUCu2LDEK6uZ { width:20.75rem;height:;top:33.625rem;left:27rem;font-size:1rem;display:block; }#TANkPe1XbbNifDrgPK5XSUCu2LDEK6uZ li:before{  }
 }@media only screen and (max-width: 763px) { #kuCQOsis48feai6FfFvX6KIsf5fETNCo { width:20.75rem;height:;top:33.625rem;left:15.125rem;font-size:1rem;display:block; }#kuCQOsis48feai6FfFvX6KIsf5fETNCo li:before{  }
 }@media only screen and (max-width: 763px) { #bVr9bZy4zHr5iIOTQkZszEofB1Bp7TIZ { width:20.75rem;height:;top:33.625rem;left:0rem;font-size:1rem;display:block; }#bVr9bZy4zHr5iIOTQkZszEofB1Bp7TIZ li:before{  }
 }@media only screen and (max-width: 763px) { #Ow76veUqSwMJBFJQdPAOevJtcuk5V0yP { width:9.5625rem;height:1.4375rem;top:30.3125rem;left:20.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgEUQvlxRDe59VNrC6Ew5NGI9lw3I6cC { width:13.9375rem;height:1.4375rem;top:30.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO7qecJ5TFVgxKQcZQEGFBXMlV0a18lE { width:3.125rem;height:3.125rem;top:23.5rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIUbvqDNpgmG7d8o7xpyw7ad40C8nf8o { width:3.125rem;height:3.125rem;top:29.4375rem;left:36.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmUI7JXJdss0E3uwDcWlpKtGFvsvZGxl { width:3.125rem;height:3.125rem;top:29.4375rem;left:10.0244140625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu6JL4BJr3NXdDBqCp27XxvvdHOU4h15 { width:20.75rem;height:;top:57.3125rem;left:0rem;font-size:1rem;display:block; }#Zu6JL4BJr3NXdDBqCp27XxvvdHOU4h15 li:before{  }
 }@media only screen and (max-width: 763px) { #snpi4rWqkqpPpZeGvd0zDOTBkVp5l8GB { width:13.9375rem;height:1.4375rem;top:54rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzecrlN9c8yKOk2fPJKAv3AOKyasq0qJ { width:3.125rem;height:3.125rem;top:47.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCbvesVZuuM2K6aMvM1qZmTtwnD3xhqk { width:17.5625rem;height:3.4375rem;top:54rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTLeMV0pNfrdznLJWrbwCA1IHrOCJHhy { display:block; }
 }@media only screen and (max-width: 763px) { #iS3rUgcAVzuikwEFdG266684gdBQqBto { width:17.125rem;height:4.375rem;top:54rem;left:30.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODqw780kfNZd4BIyxdBTn9TvV4M3d0Tz { width:3.125rem;height:3.125rem;top:54.1875rem;left:10.024307250976rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t04RVS4dEpmwI6XGFxZS5LfnnUVLrwxB { width:3.125rem;height:3.125rem;top:54.1875rem;left:37.562503814698rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtpXmbTN83SuN6Vd3QaBT4P93zFraQhM { width:9.5625rem;height:1.4375rem;top:30.3125rem;left:20.71875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxFEFH7o4TEV7LUNIHbSRfTU0aefmt7L { width:24.3125rem;height:2.3125rem;top:63.4375rem;left:14.53125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIO7yaPBTkAT4dsXzVOUTf2xRo2LH5JW { width:47.75rem;height:6.5625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIVfpOQbAl9HSfsiFT3tPDvTtEvnTOkO { display:block; }#tIVfpOQbAl9HSfsiFT3tPDvTtEvnTOkO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyWamNms0kIZQcH9nfSUh4SAiGCCzTin { width:22.5rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWyhIzShQFlCGw0fpoRzPnhHm7STE4MJ { width:17.5625rem;height:13.125rem;top:0rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEWblT7SxBBeZEIZBcv4Pe4oqWMtyLCJ { width:12.5rem;height:1.25rem;top:14.4375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7GzkdeVVCUrzHKHE56Sx5lSg6E88Fs9 { width:12.5rem;height:1.25rem;top:14.4375rem;left:34.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV4qXqIh3A4VNScKtkU2EFVJp8Bvqiue { width:12.5rem;height:1.25rem;top:14.4375rem;left:18.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAQaI6k5941cP4mioHwpcdM9d4bFJNoq { width:23.3125rem;height:24.6875rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTQSRvXNAkalZxL5ZVIFXePJpNSdhme { width:23.3125rem;height:1.25rem;top:17.25rem;left:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1KsoHWJTuZSy38RA2sXBGXg1H680D0J { width:23.3125rem;height:19.4375rem;top:17.25rem;left:24.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQbsCTMZwH8KkSieSmACUqyc8d1URWmv { width:23.3125rem;height:20.75rem;top:17.25rem;left:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLMK6u4y7iLMQDRwsn1pixy45WtvMT2H { width:19.625rem;height:13.0625rem;top:0rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otZUJ6cwG04WlLaHn47cltZherwN1n0s { display:block; }#otZUJ6cwG04WlLaHn47cltZherwN1n0s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2GJegJ7d96TiJyFsDxWtOrHFJcgmiHR { width:5.6875rem;height:8.1875rem;top:0.875rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gLOr00snsTKNne4HO7UzDSGssPldqTBn { display:block; }#gLOr00snsTKNne4HO7UzDSGssPldqTBn > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afDfINcuI9hOE5BighMJwty1eTnmbEGs { width:7.1875rem;height:8.8125rem;top:0rem;left:6.4062502384187rem;display:block; }
 }@media only screen and (max-width: 763px) { #RunHgNh2aAJFKc2RIN8JGcokfnnAFVX8 { display:block; }#RunHgNh2aAJFKc2RIN8JGcokfnnAFVX8 > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTrXw0I83Pq170WNUaVM91oG8DaBNgOd { width:20rem;height:2.599825rem;top:1.0737848281861rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t1BiGHv5DX35vsrbWimfVV6cPxGI66WL { display:block; }#t1BiGHv5DX35vsrbWimfVV6cPxGI66WL > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efMWJR4ob86SpmxR0PzxnL2Zi6KNdwhX { width:20rem;height:4.38541875rem;top:0.748265594244rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nUTK3nStOWd01D3BTGNtlIrpaXnvq9me { display:block; }#nUTK3nStOWd01D3BTGNtlIrpaXnvq9me > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXXtPOVqFCKKwhJZ7Wn2rtX4gvO3QxIw { height:11.219512195122rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsycxdc1XISTecZDfeC3gwADME3Ay9oT { display:block; }#Lsycxdc1XISTecZDfeC3gwADME3Ay9oT > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTVIhJ1M0sm3CRdLxyLbwmJiZX2psMA4 { 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) { #nTT4vLDEigkrbQbPkJ7TVLTrRsyaK1gg { display:block; }#nTT4vLDEigkrbQbPkJ7TVLTrRsyaK1gg > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXAvEfJGssBsTiaBZLIsh2zTFV6nf0Ze { width:20rem;height:32.48699375rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l5QHN06RcJdcUsaDIXHRB2rx3K0H3U3e { width:20rem;height:3.25rem;top:32.999998092651rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDNbHMS4TOVreE3BMeVh6bqb6v0anOAJ { width:20rem;height:6.4974rem;top:37rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #asa7kdxxH8MTTkTQ5mpHyxfUTcyhflV1 { display:block; }#asa7kdxxH8MTTkTQ5mpHyxfUTcyhflV1 > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xg1i9dVL4sTOyMia7aS3NDwBuId61EAX { 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) { #VAffFsOBIutiNTEVsly1gJXlFGHg0bfz { display:block; }#VAffFsOBIutiNTEVsly1gJXlFGHg0bfz > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhF35GaXfdkTB8U3au2sMEMFsnQ5GKk2 { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLRpCSOdDR2cOuTM8QLBNGDFEui1vcib { display:block; }#cLRpCSOdDR2cOuTM8QLBNGDFEui1vcib > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQTT4q32zakUT3wxDhIFOp494R9XrTti { width:20rem;height:1.625rem;top:2.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STZcNd0qTzpKI5N0Sxghx0g0yMGb8dxP { width:20rem;height:1.29980625rem;top:5.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UuSXigaqdEdZT26pD4xBzIo0mzlTPdkB { width:1.6875rem;height:1.625rem;top:8.25rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUzoKulirXdlmfuZPMT7n5CVTtvvEeMk { width:1.6875rem;height:1.625rem;top:10.375rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbMEq3BMxJBExCdkRlpybOOxTWENERbW { width:20rem;height:1.29980625rem;top:8.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JByHrOQ1LIq0063Qs3PqPJKNpLuTQTED { width:20rem;height:1.29980625rem;top:10.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C158UxaFBAV9sKvbOfcs4LNNqheUdV06 { width:1.6875rem;height:1.625rem;top:12.5625rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9ZCGCXnEvM1pkQ0IV0Hz1dCf6FKKkOQ { width:20rem;height:2.5996125rem;top:12.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V6M8V7zT4SnomtJKmTB5Zu8qPJGLC5wa { width:1.6875rem;height:1.625rem;top:15.375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcbFHxTdAUCNtm0C2keTIPWAC9v8TkmV { width:18.75rem;height:1.29980625rem;top:15.625rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cr412iZG1rcsQbZTb4wpOUf4LhCSTcbO { width:20rem;height:2.5996125rem;top:17.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mczkglqDJITQPNpox6zEvqOPC1vDEhFF { width:20rem;height:3.25rem;top:23.0009765625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i7u4KZ9qF0TeTntXAItnSzS7n2l2UMMB { width:20rem;height:1.29980625rem;top:27.0634765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWHXLvDxyXVmo07Adwwm7hhEdVVhBC0P { width:1.6875rem;height:1.625rem;top:28.9384765625rem;left:1.21875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6oD3sxIP3HpeuabSKaDRTGL9TqreLWp { width:1.6875rem;height:1.625rem;top:31.1884765625rem;left:1.21875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysiaxq4p8h3DTtmJ1EerF3ao6T1ff7l3 { width:1.6875rem;height:1.625rem;top:33.3759765625rem;left:1.21875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQuVZuNobEfiHLfAGh4TMcb1Hp6XBdTn { width:20rem;height:2.5996125rem;top:38.0634765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTGzoOL2w3W3N4FatNRzevvQpskpDNX2 { width:20rem;height:2.5996125rem;top:29.1259765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mdGqDAxXJJIabLc21uTPMXvo2luAJAvb { width:20rem;height:2.5996125rem;top:32.1884765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhvpoCw0o8XZUQaRC7UvtVInb4HuP3dI { width:20rem;height:1.29980625rem;top:35.6259765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rb8nGylFeo4O0Z5br4Of6Vwnr2bBm0Kd { width:20rem;height:19.375rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqqQlZe3ahT1Ml3M1Gkbg8k4p5zXyEoU { width:20rem;height:19.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyLMdMxJ3qT7GckrWEOBRB76ZBulD4nn { display:block; }#wyLMdMxJ3qT7GckrWEOBRB76ZBulD4nn > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iot2K6vcE62TWTb4P1ntsqTLQdMio2pN { width:19.9375rem;height:1.625rem;top:2.28125rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMZk0KIT5P4QoRhZ2TrU0a4dhd7ieCke { width:20rem;height:1.29980625rem;top:4.40625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Te8GF8N49Bx89GTXNHxUOQk7IPhKxhok { width:1.6875rem;height:1.625rem;top:8.09375rem;left:0.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zNGdftetich6a9mwh9vretEhoCphOOKJ { width:1.6875rem;height:1.625rem;top:10.53125rem;left:0.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fseg78X1gHcsPrEuuCgTcEB50LvACUzg { width:1.6875rem;height:1.625rem;top:12.84375rem;left:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BkIoTLM3du5eUfFmWJSK3ngk66lrug2R { width:1.6875rem;height:1.625rem;top:15.21875rem;left:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8yWHRufpyvviRQvZANGCzLeDJHDqPIn { width:20rem;height:1.29980625rem;top:17.96875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #foiMnGgr4nn4DzURnFxTQJTZk2CXiotT { width:20rem;height:2.5996125rem;top:6.34375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ni4nmwBUDPLzuvbwbSJ2VT8l4utuVuQ0 { width:20rem;height:1.29980625rem;top:9.53125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTEGmatNIfot08VXlT8iNtH1GQsPGhqT { width:20rem;height:2.5996125rem;top:11.40625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5Jcxlu4haoM4PCU6DHo4Fc4o5DB5s9C { width:20rem;height:2.5996125rem;top:14.65625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U5zRH5zpNlScMdIvGyQTRt6zGln8vfAF { width:20rem;height:3.25rem;top:22.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzhpphNmvDgTRBHHOkDM0kU8bFM2HFwI { width:20rem;height:1.29980625rem;top:26.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wLxILmuB9LVqlhvZTTWH5NVxwtT3pBSy { width:1.6875rem;height:1.625rem;top:28.3125rem;left:2.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8IrX8xJV1T3fTPA8GyoAHOJgtifHoBI { width:1.6875rem;height:1.625rem;top:30.625rem;left:2.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9wHwR9aOKCSQlXbZfHozSoycu2CbUFd { width:1.6875rem;height:1.625rem;top:33.0625rem;left:2.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y9iC14A24wb07wCUIB3JeImMg1cTkrye { width:20rem;height:2.5996125rem;top:27.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #II9nHvCFLubZ9OMO0lpduThqN00GLZIG { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QP1mm1BFNCZgoIbKqRoDZ2uiI4A3RyWE { width:20rem;height:2.5996125rem;top:32.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNrLXNS1gCk1129aXPHhWANZQBpKmkHU { width:1.6875rem;height:1.625rem;top:35.4375rem;left:2.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PbCZnsS29GHfK1qImvnpk9wgWPs5OvAN { width:20rem;height:2.5996125rem;top:35rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i48L2ETex1PEDdboR3vEdowTZTi3Stq3 { width:20rem;height:2.5996125rem;top:38.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PaSXImtUx4Ln0tlJ9unR9vxuOLKI8bCT { width:20rem;height:19.375rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAqxanMvlNyzMVookw6GbyPcqXBRfXeU { width:20rem;height:19.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #euqInUBtmIohoD9vqQh2Dkz0xaloI9sd { display:block; }#euqInUBtmIohoD9vqQh2Dkz0xaloI9sd > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeBxvIXeLRo2DXX3XvXTEfOOyTxDl1vq { 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) { #n1uIxetGCibulIK0J4R1WUATnysc99XI { width:4.25rem;height:3.6875rem;top:6.8125rem;left:7.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHfwzb3ldRqRuXxaFtoBJfWtmdl6wrSr { width:4.25rem;height:3.6875rem;top:24rem;left:7.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9bTlAwhFe2yN4abTblXq3iTXEgJBrqG { width:6.25rem;height:4.3125rem;top:27rem;left:6.875rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTeOAByRBtCdD9tNEKWQ9nTzpKnF2iKx { width:19.25rem;height:3.25rem;top:28.0625rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EaEyeD5ciHftfKAHzyWDqxTu6lLDfFCp { width:13.0625rem;height:3.25rem;top:10.4375rem;left:3.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sOX6hH1SuFCbxgK2FEGBMUQ86mRdDuId { width:6.25rem;height:4.3125rem;top:14.3125rem;left:6.875rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgGhuyqEb4teJ540uSTbZ2AryAqIcXw7 { width:4.25rem;height:3.6875rem;top:15.25rem;left:7.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRLy35qcv56gQZk8Di2U5a2l9rRJlVsF { width:13.0625rem;height:3.25rem;top:19.0625rem;left:3.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6undrbBMOheLpcuTUqkyyZopxnUQHaL { display:block; }#d6undrbBMOheLpcuTUqkyyZopxnUQHaL > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4HTihIkS1HpT7D38f31gtbSerubULOO { width:20rem;height:2.4375rem;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) { #nsgxu5tC2GWviXExiMNMVWdS9fwOcQ7s { width:20rem;height:3.25rem;top:8.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThRVqTAk7k18hdhZqwgMrEUai1WcRIsU { width:20rem;height:4.875rem;top:17.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l3LH9w2FQWXnBigzweHVruClcBzvNzSJ { width:4.25rem;height:3.6875rem;top:4rem;left:7.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDmgU0uTcImlTUanSxXz6dcgmnxAnndh { width:4.25rem;height:3.6875rem;top:12.5625rem;left:7.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avv8VxMtpTxlaMQWTeaPstvpfaDb0zo3 { width:17.5625rem;height:3.4375rem;top:23.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw0l4WxOLirWigWSd6OKfzvU5EtlvTOt { display:block; }
 }@media only screen and (max-width: 763px) { #ogKtiVKA5ivotRNWGXsB1Rh7HcZMOPoS { width:20rem;height:9.75rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7FROiZ4hvfs4gPQuVTgqaJgTzJwV3f8 { width:20rem;height:10.3958375rem;top:27.925347328186rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkyLFbUxlA2JmANuxaxwrnO9k0TDs0lK { display:block; }#TkyLFbUxlA2JmANuxaxwrnO9k0TDs0lK > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJT2XF9dAzqyfeDpQF0VR2zRlDy0uUeT { width:20rem;height:28.58855625rem;top:3.9609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOw4iEkvwKdlat4B4ynENo0w98vKI6BM { width:12.5rem;height:1.4619125rem;top:1.0625rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP6D0uCMzgP4Jq1gTHxldhU0uv4ToIGb { display:none; }#WP6D0uCMzgP4Jq1gTHxldhU0uv4ToIGb > .row .container { width:20rem;height:21.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UPvmlWgzvzNleQpITboQxZ265JbBhhdg { width:20rem;height:7.3125rem;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) { #c176WcA0dlaJFuNDp2T4RTk4TzsVEVTv { width:4.25rem;height:3.6875rem;top:8.5625rem;left:7.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbdW4DIsQJT93TAOUHMhJ7eF2AcPX2eH { width:20rem;height:3.25rem;top:12.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DBgDQELFT0fB0nU6nsuQpIED0dI2D9PB { width:17.625rem;height:3.4375rem;top:16.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow9NiywWNDebS9PhaJ5N6X4fycfSot7h { display:block; }
 }@media only screen and (max-width: 763px) { #T1Iu1F48GTHJyalJpNybx8akulW7kuv9 { display:block; }#T1Iu1F48GTHJyalJpNybx8akulW7kuv9 > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSDhfe2MxsxpUWlL2VOSKGxyLnOvxbQt { height:11.25rem;width:20rem;top:8.0868053436281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNrTaPMrJyAVMfDGigeT1yHtN7shsHtE { width:18.8125rem;height:6.3359375rem;top:1.261305809021rem;left:0.59375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vkxSNuf7fQUxIzFZzGo1IDICxHCs8KBv { display:block; }#vkxSNuf7fQUxIzFZzGo1IDICxHCs8KBv > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6VgGxcW6Fdgrswd1lvTGJTp4AxZbudb { width:20rem;height:17.05729375rem;top:3.0277671813965rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QV2TyFX7vhXcXpQ34zi8rEBx87Xi4WhE { width:20rem;height:2.5989625rem;top:21.407118797302rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZldBWkgtGQ0hJN75TTLkWU239yowi5yc { width:20rem;height:24.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrPSOfkWha3951TFyEt4o8C37HS6BKSx { width:20rem;height:26.5625rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgMO1BkC6w95rewhJ1OIEnqHR1NeKtm4 { width:20rem;height:20.46875rem;top:28.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJgZhi6xoqg7qbKhf7AhHw82NMiJTdna { width:20rem;height:3.8984375rem;top:49.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NCiJnW93Q26xGT7tMoipqTDNRWcxXgPT { display:block; }#NCiJnW93Q26xGT7tMoipqTDNRWcxXgPT > .row .container { width:20rem;height:119.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sO4ZHcsklBzahxGpU27xJWWvwyDOcOak { width:20rem;height:4.875rem;top:1.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VpcuJWPGRVGt44hRoOMyHy23RhIL0o6e { width:19.125rem;height:2.9236125rem;top:8.0000002118756rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xp0zbqvxxAuCOeisNgQqU1JJOilJK0CW { width:20rem;height:10.971375rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }#Xp0zbqvxxAuCOeisNgQqU1JJOilJK0CW li:before{  }
 }@media only screen and (max-width: 763px) { #yOZJEssdQCIrTL2uFEKVyf35lydv7Oyc { width:16.6875rem;height:1.46180625rem;top:24.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JynSJRes1NczeSRQvTAGLXTdrrl3vgiN { width:20rem;height:9.046875rem;top:27.1875rem;left:0rem;font-size:1rem;display:block; }#JynSJRes1NczeSRQvTAGLXTdrrl3vgiN li:before{  }
 }@media only screen and (max-width: 763px) { #UA1KEMzpe1UblK1pZhGzOZViIwgbMpwx { width:12.5625rem;height:1.46180625rem;top:37.124141904991rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wx0ibrMF0Fvxs6hmS7Hcx6427WkKHAVu { width:16rem;height:4.5234375rem;top:39.75rem;left:0rem;font-size:1rem;display:block; }#wx0ibrMF0Fvxs6hmS7Hcx6427WkKHAVu li:before{  }
 }@media only screen and (max-width: 763px) { #cL3gXCdBJ9iTlJ5T63TuQqy3eCguouc6 { width:3.125rem;height:3.125rem;top:11.5rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KkbJHQMBuNtklEFVRv8gGNg2fLUKC9bo { width:3.125rem;height:3.125rem;top:18.5625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lot27swr8STNGtaZ1GGrw1u0euUJiTXi { width:9.5625rem;height:1.46180625rem;top:45.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TANkPe1XbbNifDrgPK5XSUCu2LDEK6uZ { width:20rem;height:14.8698125rem;top:48.25rem;left:0rem;font-size:1rem;display:block; }#TANkPe1XbbNifDrgPK5XSUCu2LDEK6uZ li:before{  }
 }@media only screen and (max-width: 763px) { #kuCQOsis48feai6FfFvX6KIsf5fETNCo { width:20rem;height:12.2708125rem;top:67.5rem;left:0rem;font-size:1rem;display:block; }#kuCQOsis48feai6FfFvX6KIsf5fETNCo li:before{  }
 }@media only screen and (max-width: 763px) { #bVr9bZy4zHr5iIOTQkZszEofB1Bp7TIZ { width:20rem;height:9.046875rem;top:84rem;left:0rem;font-size:1rem;display:block; }#bVr9bZy4zHr5iIOTQkZszEofB1Bp7TIZ li:before{  }
 }@media only screen and (max-width: 763px) { #Ow76veUqSwMJBFJQdPAOevJtcuk5V0yP { width:9.5625rem;height:0;top:64.0625rem;left:5.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wgEUQvlxRDe59VNrC6Ew5NGI9lw3I6cC { width:12.75rem;height:1.46180625rem;top:81.124988555906rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HO7qecJ5TFVgxKQcZQEGFBXMlV0a18lE { width:3.125rem;height:3.125rem;top:53.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIUbvqDNpgmG7d8o7xpyw7ad40C8nf8o { width:3.125rem;height:3.125rem;top:67.25rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fmUI7JXJdss0E3uwDcWlpKtGFvsvZGxl { width:3.125rem;height:3.125rem;top:60.1875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zu6JL4BJr3NXdDBqCp27XxvvdHOU4h15 { width:20rem;height:6.13541875rem;top:97.0625rem;left:0rem;font-size:1rem;display:block; }#Zu6JL4BJr3NXdDBqCp27XxvvdHOU4h15 li:before{  }
 }@media only screen and (max-width: 763px) { #snpi4rWqkqpPpZeGvd0zDOTBkVp5l8GB { width:6.75rem;height:1.46180625rem;top:94rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dzecrlN9c8yKOk2fPJKAv3AOKyasq0qJ { width:3.125rem;height:3.125rem;top:98.6875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCbvesVZuuM2K6aMvM1qZmTtwnD3xhqk { width:17.5625rem;height:3.4375rem;top:105.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTLeMV0pNfrdznLJWrbwCA1IHrOCJHhy { display:block; }
 }@media only screen and (max-width: 763px) { #iS3rUgcAVzuikwEFdG266684gdBQqBto { width:17.125rem;height:4.38541875rem;top:109.2499666214rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODqw780kfNZd4BIyxdBTn9TvV4M3d0Tz { width:3.125rem;height:3.125rem;top:121.375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t04RVS4dEpmwI6XGFxZS5LfnnUVLrwxB { width:3.125rem;height:3.125rem;top:125.75rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtpXmbTN83SuN6Vd3QaBT4P93zFraQhM { width:9.25rem;height:1.46180625rem;top:64.375009536744rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100006;color:#0d1c31;display:block; }
 }@media only screen and (max-width: 763px) { #GxFEFH7o4TEV7LUNIHbSRfTU0aefmt7L { width:20rem;height:4.71180625rem;top:115.07204818726rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIO7yaPBTkAT4dsXzVOUTf2xRo2LH5JW { width:20rem;height:6.5625rem;top:0.56164646148682rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIVfpOQbAl9HSfsiFT3tPDvTtEvnTOkO { display:block; }#tIVfpOQbAl9HSfsiFT3tPDvTtEvnTOkO > .row .container { width:20rem;height:133.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyWamNms0kIZQcH9nfSUh4SAiGCCzTin { width:20rem;height:11.625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWyhIzShQFlCGw0fpoRzPnhHm7STE4MJ { width:20rem;height:14.9375rem;top:90.384552955625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEWblT7SxBBeZEIZBcv4Pe4oqWMtyLCJ { width:12.5rem;height:1.29980625rem;top:12.9375rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7GzkdeVVCUrzHKHE56Sx5lSg6E88Fs9 { width:12.5rem;height:1.29980625rem;top:106.0859375rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV4qXqIh3A4VNScKtkU2EFVJp8Bvqiue { width:10.0625rem;height:1.29948125rem;top:59.664930343628rem;left:4.9687502384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAQaI6k5941cP4mioHwpcdM9d4bFJNoq { width:20rem;height:28.5885625rem;top:15.36230625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTQSRvXNAkalZxL5ZVIFXePJpNSdhme { width:20rem;height:1.29980625rem;top:88.286175rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1KsoHWJTuZSy38RA2sXBGXg1H680D0J { width:20rem;height:23.390625rem;top:108.5107875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQbsCTMZwH8KkSieSmACUqyc8d1URWmv { width:20rem;height:24.690125rem;top:62.3398625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLMK6u4y7iLMQDRwsn1pixy45WtvMT2H { width:20rem;height:13.333333333333rem;top:45.20705625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otZUJ6cwG04WlLaHn47cltZherwN1n0s { display:block; }#otZUJ6cwG04WlLaHn47cltZherwN1n0s > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2GJegJ7d96TiJyFsDxWtOrHFJcgmiHR { width:5.6875rem;height:8.1875rem;top:1.25rem;left:6.6875rem;display:block; }
 }