.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c2a9b9c-a944-4080-9be2-f601dd82a1c8/shutterstock_1043656987_HQ.crop_4585x2568_311,0.preview.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(232,232,232,0.58); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(232,232,232,0.58); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJr8lXEZfJx3zqfmDkkFibw0qrkcs0zQ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#BJr8lXEZfJx3zqfmDkkFibw0qrkcs0zQ { background-color: transparent; background-image: none; }#BJr8lXEZfJx3zqfmDkkFibw0qrkcs0zQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJr8lXEZfJx3zqfmDkkFibw0qrkcs0zQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJr8lXEZfJx3zqfmDkkFibw0qrkcs0zQ > .row .container > .video-iframe-container { display: none; }#BJr8lXEZfJx3zqfmDkkFibw0qrkcs0zQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJr8lXEZfJx3zqfmDkkFibw0qrkcs0zQ > .row > .video-iframe-container { display: none; }#BJr8lXEZfJx3zqfmDkkFibw0qrkcs0zQ > .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); }#BJr8lXEZfJx3zqfmDkkFibw0qrkcs0zQ { border-width: 0; border-radius: 0; }#BJr8lXEZfJx3zqfmDkkFibw0qrkcs0zQ > .row .container > .video-iframe-container {  }#BJr8lXEZfJx3zqfmDkkFibw0qrkcs0zQ > .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.6875rem;width:60rem;position:relative;display:block; }#gMdASCsbCA1m1mFuCV2M2MIJ3vIeRTRl { background-color:#ececec;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.09375rem;left:42.9375rem;display:block; }
#DOuIeo8qm21rg2cERLSogLw5DUQxzCJN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LLZ6aaxL0hB7XvG7Mm0q9DW9HWyi57Ge { background-color:#ececec;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:3.75rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.09375rem;left:15.4375rem;display:block; }
#PkMWdTqsq2FS1QEE1zRVi7lyTdgMBFWH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aeLcpktMxcfvAPw7HMXinBq3XIsdSzd3 { background-color:#ececec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.09375rem;left:31.375rem;display:block; }
#nWeO4XwJtcQUB5oEA5buGgPv0NcQuEO0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zs9aH6selF4hICJZKWfcsPNnRUphgi6d { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:12.375rem;top:0.375rem;left:1.0625rem;overflow:hidden;display:block; }
#TRZO4myh6rt0uiJXdF1KlkMFSUrFsspK { background-color:#ececec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.09375rem;left:19.8125rem;display:block; }
#qLiWkHV8p6EqbQf51UEHT0LwOFelayHq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C1WL5lywKbo47vFfvLinr5wS9nPueyKg { background-color:#ececec;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:3.75rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.09375rem;left:54.5rem;display:block; }
#RzlrctVQH96v2n6kJqsQrdu08ysVQbBe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XfIBkkXkV3MHMva58BicmGfTImGdyxAP { z-index:;position:relative;display:block; }#XfIBkkXkV3MHMva58BicmGfTImGdyxAP { background-color: transparent; background-image: none; }#XfIBkkXkV3MHMva58BicmGfTImGdyxAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfIBkkXkV3MHMva58BicmGfTImGdyxAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfIBkkXkV3MHMva58BicmGfTImGdyxAP > .row .container > .video-iframe-container { display: none; }#XfIBkkXkV3MHMva58BicmGfTImGdyxAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfIBkkXkV3MHMva58BicmGfTImGdyxAP > .row > .video-iframe-container { display: none; }#XfIBkkXkV3MHMva58BicmGfTImGdyxAP > .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); }#XfIBkkXkV3MHMva58BicmGfTImGdyxAP { border-width: 0; border-radius: 0; }#XfIBkkXkV3MHMva58BicmGfTImGdyxAP > .row .container { background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"open sans";height:131.75rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#TOOROE1nQZ1yG8UBTKPmlfLBdc0UdTMp { color:#000000;display:block;width:47.375rem;position:absolute;font-family:"trade gothic";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18.875rem;left:4.8125rem;height:23.275rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FsBeN08FufQ39brXLEZ6vZDtxkGpMmZD { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:"trade gothic";font-size:4.375rem;font-weight:700;z-index:15006;line-height:.9;letter-spacing:0;top:8.625rem;left:4.8125rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bpTKF0gdnU312ii20s8gHOPPgwKGTP2r { color:#254f9a;display:block;width:43.4375rem;position:absolute;font-family:"trade gothic";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:43.0625rem;left:4.8125rem;height:15.0375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bpTKF0gdnU312ii20s8gHOPPgwKGTP2r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bpTKF0gdnU312ii20s8gHOPPgwKGTP2r li:before{  }
#J1IuvSRyviRPhdmxOGy4b07mFDpg6Flg { color:#000000;display:block;width:50.0625rem;position:absolute;font-family:"trade gothic";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:58.875rem;left:4.8125rem;height:24.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NXhOias9dnnSaUnluz21DsMs4V6FfRLT { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"trade gothic";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:108.5rem;left:4.9375rem;height:1.6625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cIubgw3A26mXwxfhoRE1eSypF2tT0NA0 { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"trade gothic";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:108.5rem;left:19.9375rem;height:3.325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fpn2Vzrwonz5dMf8qEe2BdUyzp9Mes00 { color:#000000;display:block;width:30.25rem;position:absolute;font-family:"trade gothic";font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:122.9375rem;left:4.8125rem;height:5.1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AXaxcl0TRJOiZSMva8e6bHSLuz4bAKud { color:#000000;display:block;width:50.0625rem;position:absolute;font-family:"rollerscript rough";font-size:2.75rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:84.875rem;left:4.8125rem;height:3.85rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qScigPKC2DTpVUrOgzs1UVsgXWN9mxfd { color:#000000;display:block;width:35.625rem;position:absolute;font-family:"trade gothic";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:114.375rem;left:4.8125rem;height:6.65rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wM7hCpOWa1VanDLVMeZ50ZR39oOH8rAR { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:11.8125rem;top:90.375rem;left:4.9375rem;overflow:hidden;display:block; }
#kCDRFcWFrhhRkbiUPJzhSPo3ZHu2rBrd { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:11.8125rem;top:90.4375rem;left:19.9375rem;overflow:hidden;display:block; }
#tsHhEqJD9qpq7RImg9FrTIgT06NUVrck { position:relative;display:block; }#tsHhEqJD9qpq7RImg9FrTIgT06NUVrck { background-color: transparent; background-image: none; }#tsHhEqJD9qpq7RImg9FrTIgT06NUVrck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsHhEqJD9qpq7RImg9FrTIgT06NUVrck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsHhEqJD9qpq7RImg9FrTIgT06NUVrck > .row .container > .video-iframe-container { display: none; }#tsHhEqJD9qpq7RImg9FrTIgT06NUVrck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsHhEqJD9qpq7RImg9FrTIgT06NUVrck > .row > .video-iframe-container { display: none; }#tsHhEqJD9qpq7RImg9FrTIgT06NUVrck > .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); }#tsHhEqJD9qpq7RImg9FrTIgT06NUVrck { border-width: 0; border-radius: 0; }#tsHhEqJD9qpq7RImg9FrTIgT06NUVrck > .row .container > .video-iframe-container {  }#tsHhEqJD9qpq7RImg9FrTIgT06NUVrck > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }#TrsIBAv2kkBPA2PcUcUJhkkF8ovr5gJW { position:relative;display:block; }#TrsIBAv2kkBPA2PcUcUJhkkF8ovr5gJW { background-color: transparent; background-image: none; }#TrsIBAv2kkBPA2PcUcUJhkkF8ovr5gJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrsIBAv2kkBPA2PcUcUJhkkF8ovr5gJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrsIBAv2kkBPA2PcUcUJhkkF8ovr5gJW > .row .container > .video-iframe-container { display: none; }#TrsIBAv2kkBPA2PcUcUJhkkF8ovr5gJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrsIBAv2kkBPA2PcUcUJhkkF8ovr5gJW > .row > .video-iframe-container { display: none; }#TrsIBAv2kkBPA2PcUcUJhkkF8ovr5gJW > .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); }#TrsIBAv2kkBPA2PcUcUJhkkF8ovr5gJW { border-width: 0; border-radius: 0; }#TrsIBAv2kkBPA2PcUcUJhkkF8ovr5gJW > .row .container > .video-iframe-container {  }#TrsIBAv2kkBPA2PcUcUJhkkF8ovr5gJW > .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:125.875rem;width:60rem;position:relative;display:block; }#fSEhiw1NB7DmOCBLNZ8vp7nvdWI0LC4s { color:#000000;display:block;width:50.125rem;position:absolute;font-family:"trade gothic";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:15.1875rem;left:4.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#fSEhiw1NB7DmOCBLNZ8vp7nvdWI0LC4s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fSEhiw1NB7DmOCBLNZ8vp7nvdWI0LC4s li:before{  }
#PIolGCu7kH65PkThFwOsVwUlCJwPZEUi { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:"trade gothic";font-size:3.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:4.3125rem;left:4.25rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tTzIm3GrbX6eJqnTDMxFkgVTyLp7gEFH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.375rem;width:43.875rem;top:59.0625rem;left:7.375rem;overflow:hidden;display:block; }
#JVkyKxbFWhWVUgPd1DlfS5NqRhxsT3lh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.375rem;width:25.375rem;top:98.875rem;left:4.25rem;overflow:hidden;display:block; }
#vZPMb6TMzMaQf1fKncMfOeAGI2KO6rhu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.25rem;width:26.5625rem;top:105.375rem;left:29.6875rem;overflow:hidden;display:block; }
#nmENqoQecF49rfCtguKTNclXS3ghRbJQ { position:relative;display:block; }#nmENqoQecF49rfCtguKTNclXS3ghRbJQ { background-color: transparent; background-image: none; }#nmENqoQecF49rfCtguKTNclXS3ghRbJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmENqoQecF49rfCtguKTNclXS3ghRbJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmENqoQecF49rfCtguKTNclXS3ghRbJQ > .row .container > .video-iframe-container { display: none; }#nmENqoQecF49rfCtguKTNclXS3ghRbJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmENqoQecF49rfCtguKTNclXS3ghRbJQ > .row > .video-iframe-container { display: none; }#nmENqoQecF49rfCtguKTNclXS3ghRbJQ > .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); }#nmENqoQecF49rfCtguKTNclXS3ghRbJQ { border-width: 0; border-radius: 0; }#nmENqoQecF49rfCtguKTNclXS3ghRbJQ > .row .container > .video-iframe-container {  }#nmENqoQecF49rfCtguKTNclXS3ghRbJQ > .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:64.875rem;width:60rem;position:relative;display:block; }#TzSSh7tRCFyBEK8z1gZwtemGKHM4kZx0 { color:#000000;display:block;width:40.375rem;position:absolute;font-family:"trade gothic";font-size:3.75rem;font-weight:700;z-index:15009;line-height:.9;letter-spacing:0;top:3.3125rem;left:4.5rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xyQVPro4VTSOeEyFycdKaXwsRccRUEhP { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:"trade gothic";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:54.8515625rem;left:3.75rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O5TnNeAqcqJJiH0iz8TTFNqyJDK13uwe { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:55.0625rem;top:12.125rem;left:2.7177734375rem;overflow:hidden;display:block; }
#H3WgdwqqyCqFBRUTbaGke1eAzLCD39H3 { color:#254f9a;display:block;width:11.5625rem;position:absolute;font-family:"trade gothic";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.90625rem;left:2.7177734375rem;height:4.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#H3WgdwqqyCqFBRUTbaGke1eAzLCD39H3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H3WgdwqqyCqFBRUTbaGke1eAzLCD39H3 li:before{  }
#rxoHpFIIPTt798MPKcOH4OKt3IoPZaao { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"trade gothic";font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:38.15625rem;left:13.9677734375rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vFLEkasSvgNiapn8nTbUTH2JOrnH4THV { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:"trade gothic";font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:38.15625rem;left:25.810546875rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RaB3SMuOls7QJGQyh37eV29wrhnAgxxB { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"trade gothic";font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:38.125rem;left:36.375rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ngwtTquIAbUNLgCLdIiS06PLpi8wcALA { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"trade gothic";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:38.162109375rem;left:48.5625rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UIPbSg4Z6hTwb4NQNgB0PtWA2qi3C8qz { color:#000000;display:block;width:7.375rem;position:absolute;font-family:"trade gothic";font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:38.15625rem;left:3.75rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m953EgqbdhmRFpHNEVkbo0lLyzEkAZve { color:#254f9a;display:block;width:10.4375rem;position:absolute;font-family:"trade gothic";font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:40.90625rem;left:13.1875rem;height:11.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#m953EgqbdhmRFpHNEVkbo0lLyzEkAZve li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m953EgqbdhmRFpHNEVkbo0lLyzEkAZve li:before{  }
#rlUDB9BrUcePxCEPKzCP43U4LrO6I0zz { color:#254f9a;display:block;width:10.25rem;position:absolute;font-family:"trade gothic";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:40.90625rem;left:25.029296875rem;height:4.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#rlUDB9BrUcePxCEPKzCP43U4LrO6I0zz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rlUDB9BrUcePxCEPKzCP43U4LrO6I0zz li:before{  }
#m9Vt7gUOpS0KUcz6GRQ9vomdNHkkmcGT { position:absolute;display:block;z-index:15008;background-color:#dfdfdf;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:1.9375rem;width:8.8125rem;top:37.912109375rem;left:2.7177734375rem;display:block; }
#sOZUaveiJwFKaWc4trxSQXxeUtPQ0bdI { position:absolute;display:block;z-index:15010;background-color:#dfdfdf;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:1.9375rem;width:10.3125rem;top:37.9375rem;left:13.25rem;display:block; }
#fGdqhmeP2F0zIBhNpViGtvDrRqOzl5IU { position:absolute;display:block;z-index:15012;background-color:#dfdfdf;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:1.9375rem;width:9.4375rem;top:37.9375rem;left:25rem;display:block; }
#fVahqBoadSQu1egPPMWlJzd4dLEGZHBV { position:absolute;display:block;z-index:15013;background-color:#dfdfdf;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:1.9375rem;width:10.8125rem;top:37.9375rem;left:35.6875rem;display:block; }
#p84U0MTb2C6rQ1x5MzN7VluK02DtrC7b { position:absolute;display:block;z-index:15014;background-color:#dfdfdf;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:1.9375rem;width:9.9375rem;top:37.91796875rem;left:47.9375rem;display:block; }
#febElk7dJi2GvZspJJrd35rkc17TxVNA { position:relative;display:block; }#febElk7dJi2GvZspJJrd35rkc17TxVNA { background-color: transparent; background-image: none; }#febElk7dJi2GvZspJJrd35rkc17TxVNA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#febElk7dJi2GvZspJJrd35rkc17TxVNA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#febElk7dJi2GvZspJJrd35rkc17TxVNA > .row .container > .video-iframe-container { display: none; }#febElk7dJi2GvZspJJrd35rkc17TxVNA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#febElk7dJi2GvZspJJrd35rkc17TxVNA > .row > .video-iframe-container { display: none; }#febElk7dJi2GvZspJJrd35rkc17TxVNA > .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); }#febElk7dJi2GvZspJJrd35rkc17TxVNA { border-width: 0; border-radius: 0; }#febElk7dJi2GvZspJJrd35rkc17TxVNA > .row .container > .video-iframe-container {  }#febElk7dJi2GvZspJJrd35rkc17TxVNA > .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:48.6875rem;width:60rem;position:relative;display:block; }#huSOpIQWDKHHoaxEQZNo9dNANT9JpeZT { color:#000000;display:block;width:54.0625rem;position:absolute;font-family:"trade gothic";font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.125rem;left:5rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#huSOpIQWDKHHoaxEQZNo9dNANT9JpeZT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#huSOpIQWDKHHoaxEQZNo9dNANT9JpeZT li:before{  }
#Qo7uX9MiESaSWizkVfemkSrI0TKsDEN4 { color:#000000;display:block;width:40.375rem;position:absolute;font-family:"trade gothic";font-size:2.5rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:2.8125rem;left:5rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wp4q9vZEgpGueJwZihVOp4yvam7ZGdxi { color:#000000;display:block;width:23.125rem;position:absolute;font-family:"trade gothic";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:6.9375rem;left:5rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HiZAdsbPqw30nt5EQKimC1TTfhDllexK { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:"trade gothic";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:12.9375rem;left:5rem;height:12.6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zkGMu7Vo5LTXetdvLFheCu5xvpmhKwzn { color:#000000;display:block;width:38.875rem;position:absolute;font-family:"trade gothic";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:40.75rem;left:5rem;height:4.05rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BJA9POCyoPKKs8XnTqpfI1HuvIzRf4LT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:23.625rem;top:2.8125rem;left:33.525936447811rem;overflow:hidden;display:block; }
#Gyo6LdW3mMoCxzP0aMRUbfK7XmsaTZM0 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.0625rem;width:9.375rem;top:12.34375rem;left:28.461611363727rem;overflow:hidden;display:block; }
#M2Aq6FJ38DACnMWhofwWGuGA6insvnD8 { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"trade gothic";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:21.90625rem;left:39.1044921875rem;display:block; }
#B3h93wQNsk09pRtZdiyLrzHsa9vnSWmT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b48miLXDN7kIe2LDmX65RdxCzKSIHH9f { position:relative;display:block; }#b48miLXDN7kIe2LDmX65RdxCzKSIHH9f { background-color: transparent; background-image: none; }#b48miLXDN7kIe2LDmX65RdxCzKSIHH9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b48miLXDN7kIe2LDmX65RdxCzKSIHH9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b48miLXDN7kIe2LDmX65RdxCzKSIHH9f > .row .container > .video-iframe-container { display: none; }#b48miLXDN7kIe2LDmX65RdxCzKSIHH9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b48miLXDN7kIe2LDmX65RdxCzKSIHH9f > .row > .video-iframe-container { display: none; }#b48miLXDN7kIe2LDmX65RdxCzKSIHH9f > .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); }#b48miLXDN7kIe2LDmX65RdxCzKSIHH9f { border-width: 0; border-radius: 0; }#b48miLXDN7kIe2LDmX65RdxCzKSIHH9f > .row .container > .video-iframe-container {  }#b48miLXDN7kIe2LDmX65RdxCzKSIHH9f > .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:32.375rem;width:60rem;position:relative;display:block; }#LRTwn1iIM54l01vhzJbz5pRBKMF38Du4 { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:"trade gothic";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:9.375rem;left:4.71875rem;height:21rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sRTV6yWk0SWanwnxaQNt8A9tPACJzQyG { color:#000000;display:block;width:29.875rem;position:absolute;font-family:"trade gothic";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:2.8125rem;left:4.75rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SOtUBSlxpC864T5eiBKOKcKvaCtCfEwL { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"trade gothic";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:26.875rem;left:37.5625rem;display:block; }
#li6WbO10d7T8nQ1S9f0EXczSnq6h7eHo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zVlMQIpNaJpODP8PmDTXyCxf2FbDVtwr { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:"trade gothic";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:16.77734375rem;left:4.71875rem;height:9.45rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bAo4PAFrb0BrRE8PXTHqsiKUnn9yivk0 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23rem;width:17.375rem;top:2.8125rem;left:37.5625rem;overflow:hidden;display:block; }
#cAMCn3TMMFgTGLGV7BM6XT9xEqWhgMcm { position:relative;display:block; }#cAMCn3TMMFgTGLGV7BM6XT9xEqWhgMcm { background-color: transparent; background-image: none; }#cAMCn3TMMFgTGLGV7BM6XT9xEqWhgMcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAMCn3TMMFgTGLGV7BM6XT9xEqWhgMcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAMCn3TMMFgTGLGV7BM6XT9xEqWhgMcm > .row .container > .video-iframe-container { display: none; }#cAMCn3TMMFgTGLGV7BM6XT9xEqWhgMcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAMCn3TMMFgTGLGV7BM6XT9xEqWhgMcm > .row > .video-iframe-container { display: none; }#cAMCn3TMMFgTGLGV7BM6XT9xEqWhgMcm > .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); }#cAMCn3TMMFgTGLGV7BM6XT9xEqWhgMcm { border-width: 0; border-radius: 0; }#cAMCn3TMMFgTGLGV7BM6XT9xEqWhgMcm > .row .container > .video-iframe-container {  }#cAMCn3TMMFgTGLGV7BM6XT9xEqWhgMcm > .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:84.125rem;width:60rem;position:relative;display:block; }#Jr2qTPdID0Wkh7UOueaU5a952nn6dVTa { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"trade gothic";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:63.5rem;left:4.96875rem;height:19.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XqJCLTsDsCBKRBIJG8K1v8k8TXUGOmKU { color:#000000;display:block;width:40.375rem;position:absolute;font-family:"trade gothic";font-size:3.75rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:4.625rem;left:4.96875rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TDecf3Ggc0mTb6Pyxe3uiMpJB73RTv5g { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:"trade gothic";font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:9.3125rem;left:4.96875rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hDN5rETXzyVFbcnxzOCF9Z9Tx8Uvn0E4 { color:#000000;display:block;width:47.8125rem;position:absolute;font-family:"trade gothic";font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.5625rem;left:4.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#hDN5rETXzyVFbcnxzOCF9Z9Tx8Uvn0E4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hDN5rETXzyVFbcnxzOCF9Z9Tx8Uvn0E4 li:before{  }
#QPeZNyiCaPCrwl8LNVnl2mH81PxP6T33 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19rem;width:44rem;top:13.5rem;left:4.96875rem;overflow:hidden;display:block; }
#J14ocgDQ5My66Pq9zxBIST6J2FicKxQe { position:relative;display:block; }#J14ocgDQ5My66Pq9zxBIST6J2FicKxQe { background-color: transparent; background-image: none; }#J14ocgDQ5My66Pq9zxBIST6J2FicKxQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J14ocgDQ5My66Pq9zxBIST6J2FicKxQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J14ocgDQ5My66Pq9zxBIST6J2FicKxQe > .row .container > .video-iframe-container { display: none; }#J14ocgDQ5My66Pq9zxBIST6J2FicKxQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J14ocgDQ5My66Pq9zxBIST6J2FicKxQe > .row > .video-iframe-container { display: none; }#J14ocgDQ5My66Pq9zxBIST6J2FicKxQe > .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); }#J14ocgDQ5My66Pq9zxBIST6J2FicKxQe { border-width: 0; border-radius: 0; }#J14ocgDQ5My66Pq9zxBIST6J2FicKxQe > .row .container > .video-iframe-container {  }#J14ocgDQ5My66Pq9zxBIST6J2FicKxQe > .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:50.875rem;width:60rem;position:relative;display:block; }#RDmR8cJ2LipMfT7Aya3aQZNFzpSeyXPM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:15.8125rem;top:30.125rem;left:4.25rem;overflow:hidden;display:block; }
#ND77yqT2nmMRFARJ8t8xvxvBeLMVbVc5 { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"trade gothic";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:37.25rem;left:23.625rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lGoOTalZyOs6qOxdLuc5eN49vTOmtLtG { color:#000000;display:block;width:32.625rem;position:absolute;font-family:"trade gothic";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.8125rem;left:23.625rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VBATzNaVsfm6zW1DZChRTihS4WV11TzD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.875rem;width:51.9375rem;top:1.875rem;left:4.25rem;overflow:hidden;display:block; }
#UufLzqrmc5MfmJBuN98GfKil6tyn7IoL { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:15.5rem;top:29.875rem;left:40.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BJr8lXEZfJx3zqfmDkkFibw0qrkcs0zQ { display:block; }#BJr8lXEZfJx3zqfmDkkFibw0qrkcs0zQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMdASCsbCA1m1mFuCV2M2MIJ3vIeRTRl { width:10.9375rem;height:2.5rem;top:1.0625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOuIeo8qm21rg2cERLSogLw5DUQxzCJN { display:block; }
 }@media only screen and (max-width: 763px) { #LLZ6aaxL0hB7XvG7Mm0q9DW9HWyi57Ge { width:3.75rem;height:2.5rem;top:1.0625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkMWdTqsq2FS1QEE1zRVi7lyTdgMBFWH { display:block; }
 }@media only screen and (max-width: 763px) { #aeLcpktMxcfvAPw7HMXinBq3XIsdSzd3 { width:10.9375rem;height:2.5rem;top:1.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWeO4XwJtcQUB5oEA5buGgPv0NcQuEO0 { display:block; }
 }@media only screen and (max-width: 763px) { #zs9aH6selF4hICJZKWfcsPNnRUphgi6d { top:0.375rem;left:0rem;width:12.375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRZO4myh6rt0uiJXdF1KlkMFSUrFsspK { width:10.9375rem;height:2.5rem;top:1.0625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLiWkHV8p6EqbQf51UEHT0LwOFelayHq { display:block; }
 }@media only screen and (max-width: 763px) { #C1WL5lywKbo47vFfvLinr5wS9nPueyKg { width:3.75rem;height:2.5rem;top:1.0625rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzlrctVQH96v2n6kJqsQrdu08ysVQbBe { display:block; }
 }@media only screen and (max-width: 763px) { #XfIBkkXkV3MHMva58BicmGfTImGdyxAP { display:block; }#XfIBkkXkV3MHMva58BicmGfTImGdyxAP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOOROE1nQZ1yG8UBTKPmlfLBdc0UdTMp { top:18.875rem;left:0rem;width:47.375rem;height:21.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsBeN08FufQ39brXLEZ6vZDtxkGpMmZD { top:8.625rem;left:0rem;width:38.3125rem;height:7.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpTKF0gdnU312ii20s8gHOPPgwKGTP2r { top:43.0625rem;left:0rem;width:43.4375rem;height:13.0625rem;font-size:0.9375rem;display:block; }#bpTKF0gdnU312ii20s8gHOPPgwKGTP2r li:before{  }
 }@media only screen and (max-width: 763px) { #J1IuvSRyviRPhdmxOGy4b07mFDpg6Flg { top:58.875rem;left:0rem;width:47.75rem;height:23.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXhOias9dnnSaUnluz21DsMs4V6FfRLT { top:108.5rem;left:0rem;width:7.3125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIubgw3A26mXwxfhoRE1eSypF2tT0NA0 { top:108.5rem;left:13.8125rem;width:7.3125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpn2Vzrwonz5dMf8qEe2BdUyzp9Mes00 { top:122.9375rem;left:0rem;width:30.25rem;height:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXaxcl0TRJOiZSMva8e6bHSLuz4bAKud { top:84.875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qScigPKC2DTpVUrOgzs1UVsgXWN9mxfd { top:114.375rem;left:0rem;width:35.625rem;height:6.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM7hCpOWa1VanDLVMeZ50ZR39oOH8rAR { top:90.375rem;left:0rem;width:11.8125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCDRFcWFrhhRkbiUPJzhSPo3ZHu2rBrd { top:90.4375rem;left:13.8125rem;width:11.8125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsHhEqJD9qpq7RImg9FrTIgT06NUVrck { display:block; }#tsHhEqJD9qpq7RImg9FrTIgT06NUVrck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrsIBAv2kkBPA2PcUcUJhkkF8ovr5gJW { display:block; }#TrsIBAv2kkBPA2PcUcUJhkkF8ovr5gJW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSEhiw1NB7DmOCBLNZ8vp7nvdWI0LC4s { top:15.1875rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#fSEhiw1NB7DmOCBLNZ8vp7nvdWI0LC4s li:before{  }
 }@media only screen and (max-width: 763px) { #PIolGCu7kH65PkThFwOsVwUlCJwPZEUi { top:4.3125rem;left:0rem;width:47.75rem;height:7.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTzIm3GrbX6eJqnTDMxFkgVTyLp7gEFH { top:59.0625rem;left:1.25rem;width:43.875rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVkyKxbFWhWVUgPd1DlfS5NqRhxsT3lh { top:98.875rem;left:0rem;width:25.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZPMb6TMzMaQf1fKncMfOeAGI2KO6rhu { top:105.375rem;left:21.1875rem;width:26.5625rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmENqoQecF49rfCtguKTNclXS3ghRbJQ { display:block; }#nmENqoQecF49rfCtguKTNclXS3ghRbJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzSSh7tRCFyBEK8z1gZwtemGKHM4kZx0 { top:3.3125rem;left:0rem;width:40.375rem;height:6.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyQVPro4VTSOeEyFycdKaXwsRccRUEhP { top:54.8125rem;left:0rem;width:36.5625rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5TnNeAqcqJJiH0iz8TTFNqyJDK13uwe { top:12.125rem;left:0rem;width:47.75rem;height:20.433314415437rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3WgdwqqyCqFBRUTbaGke1eAzLCD39H3 { top:40.875rem;left:0rem;width:11.5625rem;height:4.5625rem;font-size:0.9375rem;display:block; }#H3WgdwqqyCqFBRUTbaGke1eAzLCD39H3 li:before{  }
 }@media only screen and (max-width: 763px) { #rxoHpFIIPTt798MPKcOH4OKt3IoPZaao { top:38.125rem;left:7.8427734375rem;width:10.25rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFLEkasSvgNiapn8nTbUTH2JOrnH4THV { top:38.125rem;left:19.685546875rem;width:9.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaB3SMuOls7QJGQyh37eV29wrhnAgxxB { top:38.125rem;left:30.25rem;width:9.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngwtTquIAbUNLgCLdIiS06PLpi8wcALA { top:38.125rem;left:38.5625rem;width:9.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIPbSg4Z6hTwb4NQNgB0PtWA2qi3C8qz { top:38.125rem;left:0rem;width:7.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m953EgqbdhmRFpHNEVkbo0lLyzEkAZve { top:40.875rem;left:7.0625rem;width:10.4375rem;height:8.8125rem;font-size:0.9375rem;display:block; }#m953EgqbdhmRFpHNEVkbo0lLyzEkAZve li:before{  }
 }@media only screen and (max-width: 763px) { #rlUDB9BrUcePxCEPKzCP43U4LrO6I0zz { top:40.875rem;left:18.904296875rem;width:10.25rem;height:2.9375rem;font-size:0.9375rem;display:block; }#rlUDB9BrUcePxCEPKzCP43U4LrO6I0zz li:before{  }
 }@media only screen and (max-width: 763px) { #m9Vt7gUOpS0KUcz6GRQ9vomdNHkkmcGT { top:37.875rem;left:0rem;width:8.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOZUaveiJwFKaWc4trxSQXxeUtPQ0bdI { top:37.9375rem;left:7.125rem;width:10.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGdqhmeP2F0zIBhNpViGtvDrRqOzl5IU { top:37.9375rem;left:18.875rem;width:9.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVahqBoadSQu1egPPMWlJzd4dLEGZHBV { top:37.9375rem;left:29.5625rem;width:10.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p84U0MTb2C6rQ1x5MzN7VluK02DtrC7b { top:37.875rem;left:37.8125rem;width:9.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #febElk7dJi2GvZspJJrd35rkc17TxVNA { display:block; }#febElk7dJi2GvZspJJrd35rkc17TxVNA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huSOpIQWDKHHoaxEQZNo9dNANT9JpeZT { top:29.125rem;left:0rem;width:47.75rem;height:8.25rem;font-size:0.9375rem;display:block; }#huSOpIQWDKHHoaxEQZNo9dNANT9JpeZT li:before{  }
 }@media only screen and (max-width: 763px) { #Qo7uX9MiESaSWizkVfemkSrI0TKsDEN4 { top:2.8125rem;left:0rem;width:40.375rem;height:2.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp4q9vZEgpGueJwZihVOp4yvam7ZGdxi { top:6.9375rem;left:0rem;width:23.125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiZAdsbPqw30nt5EQKimC1TTfhDllexK { top:12.9375rem;left:0rem;width:40.1875rem;height:12.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkGMu7Vo5LTXetdvLFheCu5xvpmhKwzn { top:40.75rem;left:0rem;width:38.875rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJA9POCyoPKKs8XnTqpfI1HuvIzRf4LT { top:2.8125rem;left:23.1875rem;width:23.625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyo6LdW3mMoCxzP0aMRUbfK7XmsaTZM0 { top:12.3125rem;left:22.336611363727rem;width:9.375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2Aq6FJ38DACnMWhofwWGuGA6insvnD8 { width:18.0625rem;height:3.4375rem;top:21.875rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3h93wQNsk09pRtZdiyLrzHsa9vnSWmT { display:block; }
 }@media only screen and (max-width: 763px) { #b48miLXDN7kIe2LDmX65RdxCzKSIHH9f { display:block; }#b48miLXDN7kIe2LDmX65RdxCzKSIHH9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRTwn1iIM54l01vhzJbz5pRBKMF38Du4 { top:9.375rem;left:0rem;width:25.8125rem;height:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRTV6yWk0SWanwnxaQNt8A9tPACJzQyG { top:2.8125rem;left:0rem;width:29.875rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOtUBSlxpC864T5eiBKOKcKvaCtCfEwL { width:17.375rem;height:3.4375rem;top:26.875rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #li6WbO10d7T8nQ1S9f0EXczSnq6h7eHo { display:block; }
 }@media only screen and (max-width: 763px) { #zVlMQIpNaJpODP8PmDTXyCxf2FbDVtwr { top:16.75rem;left:0rem;width:23.0625rem;height:8.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAo4PAFrb0BrRE8PXTHqsiKUnn9yivk0 { top:2.8125rem;left:30.375rem;width:17.375rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAMCn3TMMFgTGLGV7BM6XT9xEqWhgMcm { display:block; }#cAMCn3TMMFgTGLGV7BM6XT9xEqWhgMcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jr2qTPdID0Wkh7UOueaU5a952nn6dVTa { top:63.5rem;left:0rem;width:47.75rem;height:17.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqJCLTsDsCBKRBIJG8K1v8k8TXUGOmKU { top:4.625rem;left:0rem;width:40.375rem;height:3.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDecf3Ggc0mTb6Pyxe3uiMpJB73RTv5g { top:9.3125rem;left:0rem;width:40.1875rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDN5rETXzyVFbcnxzOCF9Z9Tx8Uvn0E4 { top:34.5625rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#hDN5rETXzyVFbcnxzOCF9Z9Tx8Uvn0E4 li:before{  }
 }@media only screen and (max-width: 763px) { #QPeZNyiCaPCrwl8LNVnl2mH81PxP6T33 { top:13.5rem;left:0rem;width:44rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #J14ocgDQ5My66Pq9zxBIST6J2FicKxQe { display:block; }#J14ocgDQ5My66Pq9zxBIST6J2FicKxQe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDmR8cJ2LipMfT7Aya3aQZNFzpSeyXPM { top:30.125rem;left:0rem;width:15.8125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND77yqT2nmMRFARJ8t8xvxvBeLMVbVc5 { top:37.25rem;left:17.5rem;width:15.8125rem;height:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGoOTalZyOs6qOxdLuc5eN49vTOmtLtG { top:29.8125rem;left:15.125rem;width:32.625rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBATzNaVsfm6zW1DZChRTihS4WV11TzD { top:1.875rem;left:0rem;width:47.75rem;height:21.950060168472rem;display:block; }
 }@media only screen and (max-width: 763px) { #UufLzqrmc5MfmJBuN98GfKil6tyn7IoL { top:29.875rem;left:32.25rem;width:15.5rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BJr8lXEZfJx3zqfmDkkFibw0qrkcs0zQ { position:relative;z-index:auto;display:block; }#BJr8lXEZfJx3zqfmDkkFibw0qrkcs0zQ > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMdASCsbCA1m1mFuCV2M2MIJ3vIeRTRl { width:4.375rem;height:1.875rem;top:3.375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOuIeo8qm21rg2cERLSogLw5DUQxzCJN { display:block; }
 }@media only screen and (max-width: 763px) { #LLZ6aaxL0hB7XvG7Mm0q9DW9HWyi57Ge { width:4.375rem;height:1.875rem;top:3.375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkMWdTqsq2FS1QEE1zRVi7lyTdgMBFWH { display:block; }
 }@media only screen and (max-width: 763px) { #aeLcpktMxcfvAPw7HMXinBq3XIsdSzd3 { width:4.375rem;height:1.875rem;top:3.375rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWeO4XwJtcQUB5oEA5buGgPv0NcQuEO0 { display:block; }
 }@media only screen and (max-width: 763px) { #zs9aH6selF4hICJZKWfcsPNnRUphgi6d { width:12.0625rem;height:3.75rem;top:1.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRZO4myh6rt0uiJXdF1KlkMFSUrFsspK { width:10.9375rem;height:2.5rem;top:6.75rem;left:4.5rem;text-align:center;text-align-last:center;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLiWkHV8p6EqbQf51UEHT0LwOFelayHq { display:block; }
 }@media only screen and (max-width: 763px) { #C1WL5lywKbo47vFfvLinr5wS9nPueyKg { width:3.75rem;height:2.5rem;top:10.5rem;left:8.125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzlrctVQH96v2n6kJqsQrdu08ysVQbBe { display:block; }
 }@media only screen and (max-width: 763px) { #XfIBkkXkV3MHMva58BicmGfTImGdyxAP { display:block; }#XfIBkkXkV3MHMva58BicmGfTImGdyxAP > .row .container { width:20rem;height:129.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOOROE1nQZ1yG8UBTKPmlfLBdc0UdTMp { width:17.8125rem;height:28.875rem;top:6.6875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsBeN08FufQ39brXLEZ6vZDtxkGpMmZD { width:14.1875rem;height:3.375rem;top:2.125rem;left:1.1875rem;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bpTKF0gdnU312ii20s8gHOPPgwKGTP2r { width:15.1875rem;height:16rem;top:37.1875rem;left:1.1875rem;font-size:0.9375rem;display:block; }#bpTKF0gdnU312ii20s8gHOPPgwKGTP2r li:before{  }
 }@media only screen and (max-width: 763px) { #J1IuvSRyviRPhdmxOGy4b07mFDpg6Flg { width:17.1875rem;height:35.4375rem;top:56.0625rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXhOias9dnnSaUnluz21DsMs4V6FfRLT { width:7.3125rem;height:1.6625rem;top:110.4375rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIubgw3A26mXwxfhoRE1eSypF2tT0NA0 { width:7.3125rem;height:1.6625rem;top:110.4375rem;left:10.294921875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpn2Vzrwonz5dMf8qEe2BdUyzp9Mes00 { width:16.0625rem;height:5.625rem;top:122.5rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXaxcl0TRJOiZSMva8e6bHSLuz4bAKud { width:14.625rem;height:2.8rem;top:93.25rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qScigPKC2DTpVUrOgzs1UVsgXWN9mxfd { width:10.9375rem;height:6.5625rem;top:114.6875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM7hCpOWa1VanDLVMeZ50ZR39oOH8rAR { width:8.4375rem;height:12.75rem;top:97.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCDRFcWFrhhRkbiUPJzhSPo3ZHu2rBrd { width:8.5625rem;height:12.9375rem;top:97rem;left:10.295877659574rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsHhEqJD9qpq7RImg9FrTIgT06NUVrck { display:block; }#tsHhEqJD9qpq7RImg9FrTIgT06NUVrck > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrsIBAv2kkBPA2PcUcUJhkkF8ovr5gJW { display:block; }#TrsIBAv2kkBPA2PcUcUJhkkF8ovr5gJW > .row .container { width:20rem;height:107rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSEhiw1NB7DmOCBLNZ8vp7nvdWI0LC4s { width:18.1875rem;height:41.5rem;top:9.25rem;left:1.25rem;font-size:0.9375rem;display:block; }#fSEhiw1NB7DmOCBLNZ8vp7nvdWI0LC4s li:before{  }
 }@media only screen and (max-width: 763px) { #PIolGCu7kH65PkThFwOsVwUlCJwPZEUi { width:12.875rem;height:6rem;top:1.79296875rem;left:1.25rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tTzIm3GrbX6eJqnTDMxFkgVTyLp7gEFH { width:20rem;height:17.036125rem;top:53.60546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVkyKxbFWhWVUgPd1DlfS5NqRhxsT3lh { width:18.5625rem;height:17.8125rem;top:72.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZPMb6TMzMaQf1fKncMfOeAGI2KO6rhu { width:18.8125rem;height:12.8125rem;top:91.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmENqoQecF49rfCtguKTNclXS3ghRbJQ { display:block; }#nmENqoQecF49rfCtguKTNclXS3ghRbJQ > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzSSh7tRCFyBEK8z1gZwtemGKHM4kZx0 { width:15.625rem;height:3.375rem;top:1.6875rem;left:1.25rem;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xyQVPro4VTSOeEyFycdKaXwsRccRUEhP { width:14.9375rem;height:7.875rem;top:52.723440170288rem;left:1.5937500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5TnNeAqcqJJiH0iz8TTFNqyJDK13uwe { width:20rem;height:8.5849375rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3WgdwqqyCqFBRUTbaGke1eAzLCD39H3 { width:11.5625rem;height:4.5625rem;top:19.312501270324rem;left:1.8750000596046rem;font-size:0.9375rem;display:block; }#H3WgdwqqyCqFBRUTbaGke1eAzLCD39H3 li:before{  }
 }@media only screen and (max-width: 763px) { #rxoHpFIIPTt798MPKcOH4OKt3IoPZaao { width:10.4375rem;height:1.4rem;top:25.562500953674rem;left:2.0625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFLEkasSvgNiapn8nTbUTH2JOrnH4THV { width:9.5625rem;height:1.4rem;top:38.500000953674rem;left:2.0000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaB3SMuOls7QJGQyh37eV29wrhnAgxxB { width:9.75rem;height:1.4rem;top:45.4375rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngwtTquIAbUNLgCLdIiS06PLpi8wcALA { width:9.1875rem;height:1.4rem;top:48.9375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIPbSg4Z6hTwb4NQNgB0PtWA2qi3C8qz { width:7.375rem;height:1.4rem;top:17rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m953EgqbdhmRFpHNEVkbo0lLyzEkAZve { width:10.4375rem;height:8.8125rem;top:27.875000953674rem;left:1.8750000596046rem;font-size:0.9375rem;display:block; }#m953EgqbdhmRFpHNEVkbo0lLyzEkAZve li:before{  }
 }@media only screen and (max-width: 763px) { #rlUDB9BrUcePxCEPKzCP43U4LrO6I0zz { width:10.25rem;height:2.9375rem;top:40.812501907349rem;left:1.8750000596046rem;font-size:0.9375rem;display:block; }#rlUDB9BrUcePxCEPKzCP43U4LrO6I0zz li:before{  }
 }@media only screen and (max-width: 763px) { #m9Vt7gUOpS0KUcz6GRQ9vomdNHkkmcGT { width:8.8125rem;height:1.9375rem;top:16.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOZUaveiJwFKaWc4trxSQXxeUtPQ0bdI { width:10.3125rem;height:1.9375rem;top:25.312500953674rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGdqhmeP2F0zIBhNpViGtvDrRqOzl5IU { width:9.4375rem;height:1.9375rem;top:38.250000953674rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVahqBoadSQu1egPPMWlJzd4dLEGZHBV { width:10.8125rem;height:1.9375rem;top:45.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p84U0MTb2C6rQ1x5MzN7VluK02DtrC7b { width:9.9375rem;height:1.9375rem;top:48.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #febElk7dJi2GvZspJJrd35rkc17TxVNA { display:block; }#febElk7dJi2GvZspJJrd35rkc17TxVNA > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huSOpIQWDKHHoaxEQZNo9dNANT9JpeZT { width:14.625rem;height:14.0625rem;top:40.778126716614rem;left:1.6562500596046rem;font-size:0.9375rem;display:block; }#huSOpIQWDKHHoaxEQZNo9dNANT9JpeZT li:before{  }
 }@media only screen and (max-width: 763px) { #Qo7uX9MiESaSWizkVfemkSrI0TKsDEN4 { width:16.6875rem;height:2rem;top:1.5625rem;left:1.25rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Wp4q9vZEgpGueJwZihVOp4yvam7ZGdxi { width:14.75rem;height:4.875rem;top:4.5rem;left:1.25rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HiZAdsbPqw30nt5EQKimC1TTfhDllexK { width:14.625rem;height:10.5rem;top:11.125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkGMu7Vo5LTXetdvLFheCu5xvpmhKwzn { width:15.3125rem;height:5.625rem;top:56.958597183228rem;left:1.7187500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJA9POCyoPKKs8XnTqpfI1HuvIzRf4LT { width:16.4375rem;height:12.4375rem;top:23.781250357628rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyo6LdW3mMoCxzP0aMRUbfK7XmsaTZM0 { width:6.1875rem;height:8.625rem;top:30.343750953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2Aq6FJ38DACnMWhofwWGuGA6insvnD8 { width:12.4375rem;height:2.125rem;top:36.843750953674rem;left:6.8891510030006rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3h93wQNsk09pRtZdiyLrzHsa9vnSWmT { display:block; }
 }@media only screen and (max-width: 763px) { #b48miLXDN7kIe2LDmX65RdxCzKSIHH9f { display:block; }#b48miLXDN7kIe2LDmX65RdxCzKSIHH9f > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRTwn1iIM54l01vhzJbz5pRBKMF38Du4 { width:17.875rem;height:18.28125rem;top:9.2500005960463rem;left:1.6875000596046rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sRTV6yWk0SWanwnxaQNt8A9tPACJzQyG { width:17.9375rem;height:6rem;top:1.875rem;left:1.6875rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SOtUBSlxpC864T5eiBKOKcKvaCtCfEwL { width:10.5rem;height:2.9375rem;top:28.883594155312rem;left:8.4374998211863rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #li6WbO10d7T8nQ1S9f0EXczSnq6h7eHo { display:block; }
 }@media only screen and (max-width: 763px) { #zVlMQIpNaJpODP8PmDTXyCxf2FbDVtwr { width:16.1875rem;height:7.875rem;top:15.561719536781rem;left:1.5937500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAo4PAFrb0BrRE8PXTHqsiKUnn9yivk0 { width:6.4375rem;height:8.5625rem;top:28.883594155312rem;left:1.0016340465328rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAMCn3TMMFgTGLGV7BM6XT9xEqWhgMcm { display:block; }#cAMCn3TMMFgTGLGV7BM6XT9xEqWhgMcm > .row .container { width:20rem;height:75.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jr2qTPdID0Wkh7UOueaU5a952nn6dVTa { width:15.5rem;height:24.9375rem;top:48.13125038147rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqJCLTsDsCBKRBIJG8K1v8k8TXUGOmKU { width:17.125rem;height:1.6875rem;top:1.25rem;left:1.25rem;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TDecf3Ggc0mTb6Pyxe3uiMpJB73RTv5g { width:14.25rem;height:4.5rem;top:4rem;left:1.2500000596046rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hDN5rETXzyVFbcnxzOCF9Z9Tx8Uvn0E4 { width:16.625rem;height:25.75rem;top:19.822647094726rem;left:1.25rem;font-size:0.9375rem;display:block; }#hDN5rETXzyVFbcnxzOCF9Z9Tx8Uvn0E4 li:before{  }
 }@media only screen and (max-width: 763px) { #QPeZNyiCaPCrwl8LNVnl2mH81PxP6T33 { width:20rem;height:8.6363636363636rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J14ocgDQ5My66Pq9zxBIST6J2FicKxQe { display:block; }#J14ocgDQ5My66Pq9zxBIST6J2FicKxQe > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDmR8cJ2LipMfT7Aya3aQZNFzpSeyXPM { width:14.625rem;height:4.5rem;top:10.921093940735rem;left:1.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND77yqT2nmMRFARJ8t8xvxvBeLMVbVc5 { width:15.8125rem;height:6.5625rem;top:22.5rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGoOTalZyOs6qOxdLuc5eN49vTOmtLtG { width:15.3125rem;height:3.6rem;top:17.301593780517rem;left:1.9687500596046rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VBATzNaVsfm6zW1DZChRTihS4WV11TzD { width:20rem;height:9.1929375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UufLzqrmc5MfmJBuN98GfKil6tyn7IoL { width:15.5rem;height:15.875rem;top:30.750000953674rem;left:2.2500000596046rem;display:block; }
 }