.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:#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); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { background-color: transparent; background-image: none; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container > .video-iframe-container { display: none; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row > .video-iframe-container { display: none; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .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); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { border-width: 0; border-radius: 0; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row > .video-iframe-container {  }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:60rem;position:relative;display:block; }#e5ClgWPqX1uO0igOmdtyn6WOm6Xiy6fL { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:6.875rem;top:0.54058170318604rem;left:52.189337502972rem;overflow:hidden;display:block; }
#SFfrz1TdTsXGR6lZi6HqOraVeTVgV9WX { color:#d8e1f3;display:block;width:59.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.7;letter-spacing:0;top:7.9375rem;left:0.25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#twZLh5xzpIyNwVicu9Z3ziuKeAP8JVw5 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#yULuuA7yktMutlWtr7q4oafL9fKwVTmG { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.936625rem;width:25.499125rem;top:1.8109810352326rem;left:1.875rem;display:block; }
#F72GOg6euNETvrdRqkk8JAcvhRW5a5GP { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:ivy-semibold-nowe;font-size:3.0625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:8.4993497133256rem;left:40.257162094116rem;height:7.9600625rem;display:block; }
#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { background-color: transparent; background-image: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container > .video-iframe-container { display: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row > .video-iframe-container { display: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .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); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { border-width: 0; border-radius: 0; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row > .video-iframe-container {  }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:60rem;position:relative;display:block; }#EMkQRR9VUq7pWQXOswO8TEuNRyoMSk5X { 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:1.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.375rem;height:22.4375rem;width:18.125rem;top:8.3125rem;left:0.75rem;display:block; }
#XfPtpLPbvAU4lElxAcLoKoIL3VV8XJgy { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.17) ;height:13.936625rem;width:13.936625rem;top:3.2150609493256rem;left:3.0305995941162rem;overflow:hidden;display:block; }
#uMTqerNFomG9bN9TsSthbJVcC2UNlKCG { color:#253045;display:block;width:15.561rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.7;letter-spacing:0;top:18.999566078186rem;left:2.2189674377441rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k19WvTrA1oHcpsRn7HTCh7fF4mKlFvLG { color:#c6c6c6;display:block;width:13.811875rem;position:absolute;font-family:ivy-semibold-nowe;font-size:0.875rem;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:22.75rem;left:3.0625rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LNivMThsJBTW9g4FANJIQKlmb9zX6MhR { background-color:#d02525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.811875rem;height:3.75rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:27.6875rem;left:3.0625rem;display:block; }
#xlyQtOSsKd034C8AMf0y2orpx88LzxrR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UAlr3FsVKw1DGzpPlZHhSSRhDVABFMrt { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.375rem;height:22.4375rem;width:18.125rem;top:8.4993495941163rem;left:20.374784469604rem;display:block; }
#bheZ4LnfoO1oTcF5M7MZozT082HT0y6N { background-color:#d02525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.811875rem;height:3.75rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:27.686632156372rem;left:23.436849594116rem;display:block; }
#R28wuBlEoJaUVfAkwKQUs0fBbxF44NrQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lwreey0ubfcbkamL2CsCI17S2ueqGnix { color:#c6c6c6;display:block;width:13.811875rem;position:absolute;font-family:ivy-semibold-nowe;font-size:0.875rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:22.180990219116rem;left:23.436849594116rem;height:3.4082rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k7J98z9WRDUwC8oJw0PICiAR8ODBTz22 { color:#253045;display:block;width:13.936625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.2;letter-spacing:0;top:18.56228351593rem;left:23.030599594116rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qgvpx3JqrzBtVxlDdDS3ZofJy3TynNFg { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.17) ;height:13.8748125rem;width:13.8748125rem;top:3.2432727813721rem;left:23.062067031861rem;overflow:hidden;display:block; }
#wQef66R8XDVKvIQVtDIm2lGTymt5FqMm { position:absolute;display:block;z-index:100016;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:1.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.375rem;height:22.4375rem;width:18.125rem;top:8.3125rem;left:41.0625rem;display:block; }
#WGiQIPdFscxx5pec1zXuDx6SDWIuwRIQ { background-color:#d02525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.811875rem;height:3.75rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:27.686632156372rem;left:43.561635971069rem;display:block; }
#v3CBnMcSzhE62pZRhtfbTyIkSvW30p6I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bLewnZLDDsxwRUlATkzRsJJLqfwQbrDB { color:#c6c6c6;display:block;width:13rem;position:absolute;font-family:ivy-semibold-nowe;font-size:0.875rem;font-weight:400;z-index:100043;line-height:1.4;letter-spacing:0;top:22.874349594116rem;left:43.624349594116rem;height:2.44791875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r155L0DU0OTqqPgKS5b4pMGde2MQHcVq { color:#253045;display:block;width:13.0620625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.25rem;font-weight:400;z-index:100022;line-height:1.2;letter-spacing:0;top:18.569228172302rem;left:43.467885971069rem;height:4.4987rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xVEI0JAsZEBCdkl4KgqHSn1NHZJcfP2v { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.17) ;height:13.75rem;width:13.75rem;top:3.3062068223953rem;left:43.125001907349rem;overflow:hidden;display:block; }
#kSVlEB2Ui0dLNVtO9a9L6bKmVO8bGtbH { position:relative;display:none; }#kSVlEB2Ui0dLNVtO9a9L6bKmVO8bGtbH { border-width: 0; border-radius: 0; }#kSVlEB2Ui0dLNVtO9a9L6bKmVO8bGtbH > .row .container > .video-iframe-container {  }#kSVlEB2Ui0dLNVtO9a9L6bKmVO8bGtbH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.75rem;width:60rem;position:relative;display:none; }#wGaitnfCK6qleq8zIQHaIyeIvTz63vIx { 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:0.99934768676756rem;left:10.720487594604rem;display:block; }
#dRy9y8aThTiUOJlyFQuhrt00yqJdIOhi { position:relative;display:block; }#dRy9y8aThTiUOJlyFQuhrt00yqJdIOhi { background-color: transparent; background-image: none; }#dRy9y8aThTiUOJlyFQuhrt00yqJdIOhi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRy9y8aThTiUOJlyFQuhrt00yqJdIOhi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRy9y8aThTiUOJlyFQuhrt00yqJdIOhi > .row .container > .video-iframe-container { display: none; }#dRy9y8aThTiUOJlyFQuhrt00yqJdIOhi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRy9y8aThTiUOJlyFQuhrt00yqJdIOhi > .row > .video-iframe-container { display: none; }#dRy9y8aThTiUOJlyFQuhrt00yqJdIOhi > .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); }#dRy9y8aThTiUOJlyFQuhrt00yqJdIOhi { border-width: 0; border-radius: 0; }#dRy9y8aThTiUOJlyFQuhrt00yqJdIOhi > .row .container > .video-iframe-container {  }#dRy9y8aThTiUOJlyFQuhrt00yqJdIOhi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#cdeaf8;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#T6nFBhFVZ1eBRJDHTvMFPtJyVS1ZkORi { color:#2b1899;display:block;width:32.7495625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:3.0625rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:2.3828125rem;left:13.374132156372rem;height:3.98046875rem;display:block; }
#VMmBOVuMsHq6rdpxoocFxr7u4u8HmNaT { position:relative;display:block; }#VMmBOVuMsHq6rdpxoocFxr7u4u8HmNaT { background-color: transparent; background-image: none; }#VMmBOVuMsHq6rdpxoocFxr7u4u8HmNaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMmBOVuMsHq6rdpxoocFxr7u4u8HmNaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMmBOVuMsHq6rdpxoocFxr7u4u8HmNaT > .row .container > .video-iframe-container { display: none; }#VMmBOVuMsHq6rdpxoocFxr7u4u8HmNaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMmBOVuMsHq6rdpxoocFxr7u4u8HmNaT > .row > .video-iframe-container { display: none; }#VMmBOVuMsHq6rdpxoocFxr7u4u8HmNaT > .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); }#VMmBOVuMsHq6rdpxoocFxr7u4u8HmNaT { border-width: 0; border-radius: 0; }#VMmBOVuMsHq6rdpxoocFxr7u4u8HmNaT > .row .container > .video-iframe-container {  }#VMmBOVuMsHq6rdpxoocFxr7u4u8HmNaT > .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:44.9375rem;width:60rem;position:relative;display:block; }#LQH9wmDgRzdx6HRiaP18c2L0tT6I0eiT { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.9375rem;width:9.9375rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#rGV29DU8LwvFgwoKCVBEPXefXfIvyud0 { color:#a29d9d;display:block;width:12.3123125rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100011;line-height:1.1;letter-spacing:0;top:1.8125rem;left:10.6875rem;height:7.2156875rem;display:block; }
#E6OevotMlpihHWqoa3RvLwduPbtRRq1r { color:#a29d9d;display:block;width:12.6248125rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100012;line-height:1.1;letter-spacing:0;top:25.700305938721rem;left:0rem;height:10.3081625rem;text-align:left;text-align-last:left;display:block; }
#LahZfKJui8dKBONb3ml415mc4dR815Ob { color:#a29d9d;display:block;width:14.8123125rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100013;line-height:1.1;letter-spacing:0;top:20.014107227326rem;left:13.437501907349rem;height:9.27731875rem;text-align:left;text-align-last:left;display:block; }
#nPNrSAdZI7mfdgB6tJNyJx1p0Ifrhvx8 { color:#a29d9d;display:block;width:13.4375rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.1;letter-spacing:0;top:13.383247375488rem;left:0rem;height:7.215725rem;text-align:left;text-align-last:left;display:block; }
#eOMfEWQxu2T4A2OIXyinMrvgc5pTsV0F { color:#a29d9d;display:block;width:13.4375rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100013;line-height:1.1;letter-spacing:0;top:18.344184875488rem;left:0rem;height:8.2465375rem;text-align:left;text-align-last:left;display:block; }
#HKiipHp5XEuAOzEn7ThcX5lqZVlTaJIp { color:#a29d9d;display:block;width:14.8123125rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100014;line-height:1.1;letter-spacing:0;top:13.384331226349rem;left:13.437501907349rem;height:6.18490625rem;text-align:left;text-align-last:left;display:block; }
#lsFDXZJ6pAd83cd3FTHTv1xdCILEF57W { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:9.875rem;top:1.7491340637207rem;left:31.123483657837rem;overflow:hidden;display:block; }
#AdwAmVqhP9qkrcbDbB420SsTAe5ktcTg { color:#a29d9d;display:block;width:12.3123125rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100018;line-height:1.1;letter-spacing:0;top:1.6861991882324rem;left:42.060979843139rem;height:7.2156875rem;display:block; }
#bHiy0ENTACusVm1DyAvXFTs7Q1ZVSakn { color:#a29d9d;display:block;width:13.9995625rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100019;line-height:1.1;letter-spacing:0;top:35.288627624512rem;left:31.123483657837rem;height:8.24653125rem;text-align:left;text-align-last:left;display:block; }
#tN41wgrkWt7oqa7EnGNntMDIahigo4CG { color:#a29d9d;display:block;width:13.9995625rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100020;line-height:1.1;letter-spacing:0;top:25.158421993256rem;left:46.000432968139rem;height:9.27735rem;text-align:left;text-align-last:left;display:block; }
#xXd1TczyOIq6ZDiKrzKzW7ycw6g6l5uv { color:#a29d9d;display:block;width:15.061875rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100020;line-height:1.1;letter-spacing:0;top:13.383247375488rem;left:31.123483657837rem;height:10.308175rem;text-align:left;text-align-last:left;display:block; }
#L4C68JneZxT4S2oCvX5WgPeJn82Izfff { color:#a29d9d;display:block;width:14.4998125rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100020;line-height:1.1;letter-spacing:0;top:21.997611999512rem;left:31.123483657837rem;height:12.36979375rem;text-align:left;text-align-last:left;display:block; }
#XgGhaDfVEleseBTz3Ua3B1R3eOPvObnL { color:#a29d9d;display:block;width:14.1873125rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100021;line-height:1.1;letter-spacing:0;top:13.383247375488rem;left:45.811635971069rem;height:11.33898125rem;text-align:left;text-align-last:left;display:block; }
#wO5Mo3nB8F3LreeF7WMSIe8O5EbpclET { background-color:#d02525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.624375rem;height:3.06206875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:38.559028625488rem;left:13.437501907349rem;display:block; }
#fqvAsUksA3OaVnw3LSzTgZkvNlvuLZCp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QwmJvkMr5QBP5A0UlSAz1BrUthf3D62z { background-color:#d02525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.624375rem;height:3.06206875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:38.559028625488rem;left:47.185331344604rem;display:block; }
#ToyowHvqQQtsz8ZUUec8wzu0uboxG5nm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rILH5sOOnDuJZ2hMyP51CgkUtvf2472T { position:relative;display:block; }#rILH5sOOnDuJZ2hMyP51CgkUtvf2472T { background-color: transparent; background-image: none; }#rILH5sOOnDuJZ2hMyP51CgkUtvf2472T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rILH5sOOnDuJZ2hMyP51CgkUtvf2472T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rILH5sOOnDuJZ2hMyP51CgkUtvf2472T > .row .container > .video-iframe-container { display: none; }#rILH5sOOnDuJZ2hMyP51CgkUtvf2472T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rILH5sOOnDuJZ2hMyP51CgkUtvf2472T > .row > .video-iframe-container { display: none; }#rILH5sOOnDuJZ2hMyP51CgkUtvf2472T > .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); }#rILH5sOOnDuJZ2hMyP51CgkUtvf2472T { border-width: 0; border-radius: 0; }#rILH5sOOnDuJZ2hMyP51CgkUtvf2472T > .row .container > .video-iframe-container {  }#rILH5sOOnDuJZ2hMyP51CgkUtvf2472T > .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:44rem;width:60rem;position:relative;display:block; }#L702G6EWkdeQ9J4AJgNkp92WqFXDoqer { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:9.875rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#lOiB63TW5GdJERTHd0QTr2XneWHd6d32 { color:#a29d9d;display:block;width:12.3123125rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100011;line-height:1.1;letter-spacing:0;top:0rem;left:10.9375rem;height:8.2465rem;display:block; }
#GfOr2xZUftzbEpKZcDOZrIEzCcQwrxbV { color:#a29d9d;display:block;width:13.6875rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100012;line-height:1.1;letter-spacing:0;top:29.151476383209rem;left:0rem;height:2.0616375rem;text-align:left;text-align-last:left;display:block; }
#tXFeJMkZQSeRcrTi4PHaNcIEbZMRkuwk { color:#a29d9d;display:block;width:15.0625rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100013;line-height:1.1;letter-spacing:0;top:26.844620227814rem;left:13.684896469116rem;height:8.24653125rem;text-align:left;text-align-last:left;display:block; }
#MpQskJ46limDfN69lLczd0342fCHzIIs { color:#a29d9d;display:block;width:12.625rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100013;line-height:1.1;letter-spacing:0;top:11.8125rem;left:0rem;height:10.30814375rem;text-align:left;text-align-last:left;display:block; }
#WHuals0ZJ2ZBGTINlz3w9zXkfmGwsBil { color:#a29d9d;display:block;width:13.8125rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100013;line-height:1.1;letter-spacing:0;top:21.4375rem;left:0rem;height:8.24654375rem;text-align:left;text-align-last:left;display:block; }
#Q4gKP4WBJVCisUCHJJX2qR7pBqQNAE2S { color:#a29d9d;display:block;width:14.625rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100014;line-height:1.1;letter-spacing:0;top:11.880425930023rem;left:13.684896469116rem;height:13.4005875rem;text-align:left;text-align-last:left;display:block; }
#lSGD8aFXvEuMcl2IUGf5NmmanynOyPtm { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:9.875rem;top:0.061843872070312rem;left:31.124567031861rem;overflow:hidden;display:block; }
#STdWbfB6tk5H62pF2sgMD24sxvbyB1uW { color:#a29d9d;display:block;width:12.3123125rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100018;line-height:1.1;letter-spacing:0;top:0rem;left:42.062070846558rem;height:8.2465rem;display:block; }
#lTAmxcSVt1PMrSJsRAr9v32aVeE6Bmlb { color:#a29d9d;display:block;width:13.9375rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100019;line-height:1.1;letter-spacing:0;top:11.880426406861rem;left:46.000867843628rem;height:7.215725rem;text-align:left;text-align-last:left;display:block; }
#Jq910vnn1mlRQGSHMtWIAHkLqZenWKlI { color:#a29d9d;display:block;width:13.6870625rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100020;line-height:1.1;letter-spacing:0;top:27.158205032349rem;left:46.312932968139rem;height:4.12326875rem;text-align:left;text-align-last:left;display:block; }
#ipRas3qHoDRQFpSPkheyEovNVy85prgT { color:#a29d9d;display:block;width:14.0625rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100020;line-height:1.1;letter-spacing:0;top:11.812065124512rem;left:31.124567031861rem;height:7.21571875rem;text-align:left;text-align-last:left;display:block; }
#GXoEs40OGkTW8rnTuT6t3qMx42gRMNwg { color:#a29d9d;display:block;width:12.874375rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100020;line-height:1.1;letter-spacing:0;top:17.995872497559rem;left:31.124567031861rem;height:16.4930625rem;text-align:left;text-align-last:left;display:block; }
#Ns8Hmpw65RhF5E43iIwJCpPXAddtQ3Po { color:#a29d9d;display:block;width:13.8748125rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100021;line-height:1.1;letter-spacing:0;top:18.907552719116rem;left:46.124135971069rem;height:7.21571875rem;text-align:left;text-align-last:left;display:block; }
#XsZO1chsoWkk8l2tdzWixZOT0xbqXAkE { background-color:#d02525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.624375rem;height:3.06206875rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:38.026260375976rem;left:14.403211593628rem;display:block; }
#fqdKXa3GFcQaDGpOgmNc3t9Tiix9d1iq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L5UF4z31W8WE6i10U0GbBlBKHcOckCJg { background-color:#d02525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.624375rem;height:3.06206875rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:38.026260375976rem;left:45.999349594116rem;display:block; }
#Ri58dqeEWoWEGhFd7leOf9i21F5A1CZr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OgX7TZ8wRgA69Gswu4PEKRhM9TUBPwdc { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.999375rem;width:32.3123125rem;top:42.982857704162rem;left:27.686632156372rem;overflow:hidden;display:block; }
#AOoOlgJ98KzXcQaT17l6P8SHyoKpRsK6 { position:relative;display:block; }#AOoOlgJ98KzXcQaT17l6P8SHyoKpRsK6 { background-color: transparent; background-image: none; }#AOoOlgJ98KzXcQaT17l6P8SHyoKpRsK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOoOlgJ98KzXcQaT17l6P8SHyoKpRsK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOoOlgJ98KzXcQaT17l6P8SHyoKpRsK6 > .row .container > .video-iframe-container { display: none; }#AOoOlgJ98KzXcQaT17l6P8SHyoKpRsK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOoOlgJ98KzXcQaT17l6P8SHyoKpRsK6 > .row > .video-iframe-container { display: none; }#AOoOlgJ98KzXcQaT17l6P8SHyoKpRsK6 > .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); }#AOoOlgJ98KzXcQaT17l6P8SHyoKpRsK6 { border-width: 0; border-radius: 0; }#AOoOlgJ98KzXcQaT17l6P8SHyoKpRsK6 > .row .container > .video-iframe-container {  }#AOoOlgJ98KzXcQaT17l6P8SHyoKpRsK6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#hLqUbrJ2aaDGsZdbSo9RqbqTccG1mLCc { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:9.875rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#vKexn7be3c8FqyaTMmNTxmptzCeSbXao { color:#a29d9d;display:block;width:12.3123125rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100011;line-height:1.1;letter-spacing:0;top:0.24956321716309rem;left:10.380857467651rem;height:6.18489375rem;display:block; }
#y6ThgegpKrRIrPTpr3IQeWbptVUkamFJ { color:#a29d9d;display:block;width:14.25rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100012;line-height:1.1;letter-spacing:0;top:10.740018218756rem;left:15.380861282349rem;height:7.21571875rem;text-align:left;text-align-last:left;display:block; }
#QZH0Ltw0yeTFaptmbFfnaTFNdBDhJLIb { color:#a29d9d;display:block;width:13.5625rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100013;line-height:1.1;letter-spacing:0;top:28.306207031012rem;left:15.380861282349rem;height:4.123275rem;text-align:left;text-align-last:left;display:block; }
#m3Ekbfdi2J818ArwTQde1VA9PlrFcBhL { color:#a29d9d;display:block;width:13.125rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100013;line-height:1.1;letter-spacing:0;top:10.741096496582rem;left:0rem;height:12.36980625rem;text-align:left;text-align-last:left;display:block; }
#h0pZ2fXT7wXDoLub2CAtDBicJ5pAk6fT { color:#a29d9d;display:block;width:13.6870625rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100013;line-height:1.1;letter-spacing:0;top:21.541884750128rem;left:0rem;height:16.4930375rem;text-align:left;text-align-last:left;display:block; }
#Vo4IwyZOaXuFgBm6S5PovtB0Zc3Gsr1s { color:#a29d9d;display:block;width:14.5rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100014;line-height:1.1;letter-spacing:0;top:19.254557937384rem;left:15.380861282349rem;height:7.2157125rem;text-align:left;text-align-last:left;display:block; }
#pxXxoJwGUIOK7a1ScrlQ3qg9grApnroN { background-color:#d02525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.624375rem;height:3.06206875rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:35.591366767883rem;left:14.809026718139rem;display:block; }
#sqt3ixGP9eGnd4K8TubysziQm5eunXbM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yJscQxbWVu5rfu42l9ue3VwzciTWFEtx { position:relative;display:block; }#yJscQxbWVu5rfu42l9ue3VwzciTWFEtx { background-color: transparent; background-image: none; }#yJscQxbWVu5rfu42l9ue3VwzciTWFEtx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJscQxbWVu5rfu42l9ue3VwzciTWFEtx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJscQxbWVu5rfu42l9ue3VwzciTWFEtx > .row .container > .video-iframe-container { display: none; }#yJscQxbWVu5rfu42l9ue3VwzciTWFEtx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJscQxbWVu5rfu42l9ue3VwzciTWFEtx > .row > .video-iframe-container { display: none; }#yJscQxbWVu5rfu42l9ue3VwzciTWFEtx > .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); }#yJscQxbWVu5rfu42l9ue3VwzciTWFEtx { border-width: 0; border-radius: 0; }#yJscQxbWVu5rfu42l9ue3VwzciTWFEtx > .row .container > .video-iframe-container {  }#yJscQxbWVu5rfu42l9ue3VwzciTWFEtx > .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:5.25rem;width:60rem;position:relative;display:block; }#PHgkT3WV351ve3tviL6zUTOB1DoNFJMR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:block; }#PHgkT3WV351ve3tviL6zUTOB1DoNFJMR > .row .container { background-color: transparent; background-image: none; }#PHgkT3WV351ve3tviL6zUTOB1DoNFJMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHgkT3WV351ve3tviL6zUTOB1DoNFJMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHgkT3WV351ve3tviL6zUTOB1DoNFJMR > .row .container > .video-iframe-container { display: none; }#PHgkT3WV351ve3tviL6zUTOB1DoNFJMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHgkT3WV351ve3tviL6zUTOB1DoNFJMR > .row > .video-iframe-container { display: none; }#PHgkT3WV351ve3tviL6zUTOB1DoNFJMR > .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); }#PHgkT3WV351ve3tviL6zUTOB1DoNFJMR > .row .container { border-width: 0; border-radius: 0; }#PHgkT3WV351ve3tviL6zUTOB1DoNFJMR > .row > .video-iframe-container {  }#PHgkT3WV351ve3tviL6zUTOB1DoNFJMR > .row .container { font-size:0.875rem;font-family:"open sans";height:16.375rem;width:60rem;position:relative;display:block; }#WbpiuEH2mWO6ELK2pVK88EFyPbWp5ilO { color:#2f2a80;display:block;width:16.8120625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.9561634063721rem;left:26.382379531861rem;height:6.4995625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Hn6vQbTIUGCmJM779kW2kCMhWHHuPxkG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.0319004058838rem;left:26.382379531861rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#qSLPXTNqf2vpG1wX0R7SqaMTqdnCvIQu { color:#2f2a80;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#MKMWoPyL4ZTCznXHOVZOJB9FMoMs0shw { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:6.8125rem;top:3.279296875rem;left:0rem;overflow:hidden;display:block; }
#duxNFVOcJK5lFyloQepT7Z3z95eKqcWq { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:6.6875rem;top:3.279296875rem;left:6.25rem;overflow:hidden;display:block; }
#SnNPTaXPwVBEK5Cmdr7kqgNu7agMwEhd { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:5.375rem;top:6.8125rem;left:0rem;overflow:hidden;display:block; }
#bFGBggy6Pegh9i2PXIvmhav3syVZHDnm { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:8.75rem;top:3.998046875rem;left:14.4375rem;overflow:hidden;display:block; }
#hCTSVihw9Ni6R9msmTuHdTcF8zfONdQd { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:7.0625rem;top:7.0625rem;left:6.5625rem;overflow:hidden;display:block; }
#xCiuPtsIc37BWxKFKKkNahNCIHP2iC3q { position:absolute;display:block;z-index:100001;height:2.0625rem;width:14.1875rem;top:0.8125rem;left:45.8125rem;display:block; }
#xaDHTNhBAJK5lvUpXuzr2eFaRzCIHGLq { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:5.5625rem;top:7.1875rem;left:15.625rem;overflow:hidden;display:block; }
#eFLvxT6i8PbzRaBUiEpUlUOFZXpnDtcW { color:#2f2a80;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.40625rem;left:44.125rem;height:5.19965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WXJfWMnyuF6PbPow14mweE21rwX7puEp { display:block; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5ClgWPqX1uO0igOmdtyn6WOm6Xiy6fL { top:0.5rem;left:40.875rem;width:6.875rem;height:2.93728125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFfrz1TdTsXGR6lZi6HqOraVeTVgV9WX { top:7.875rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twZLh5xzpIyNwVicu9Z3ziuKeAP8JVw5 { width:47.75rem;height:13.927083333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yULuuA7yktMutlWtr7q4oafL9fKwVTmG { width:25.4375rem;height:13.902943667184rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F72GOg6euNETvrdRqkk8JAcvhRW5a5GP { width:20.25rem;height:7.9375rem;top:8.4375rem;left:27.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b { display:block; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMkQRR9VUq7pWQXOswO8TEuNRyoMSk5X { top:8.3125rem;left:0rem;width:18.125rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfPtpLPbvAU4lElxAcLoKoIL3VV8XJgy { top:3.1875rem;left:0.96809959411619rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMTqerNFomG9bN9TsSthbJVcC2UNlKCG { top:18.9375rem;left:0.15646743774414rem;width:15.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k19WvTrA1oHcpsRn7HTCh7fF4mKlFvLG { top:22.75rem;left:1rem;width:13.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNivMThsJBTW9g4FANJIQKlmb9zX6MhR { width:13.75rem;height:3.75rem;top:27.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlyQtOSsKd034C8AMf0y2orpx88LzxrR { display:block; }
 }@media only screen and (max-width: 763px) { #UAlr3FsVKw1DGzpPlZHhSSRhDVABFMrt { top:8.4375rem;left:13.625rem;width:18.125rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bheZ4LnfoO1oTcF5M7MZozT082HT0y6N { width:13.75rem;height:3.75rem;top:27.625rem;left:17.249349594116rem;display:block; }
 }@media only screen and (max-width: 763px) { #R28wuBlEoJaUVfAkwKQUs0fBbxF44NrQ { display:block; }
 }@media only screen and (max-width: 763px) { #lwreey0ubfcbkamL2CsCI17S2ueqGnix { top:22.125rem;left:17.249349594116rem;width:13.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7J98z9WRDUwC8oJw0PICiAR8ODBTz22 { top:18.5rem;left:16.843099594116rem;width:13.875rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgvpx3JqrzBtVxlDdDS3ZofJy3TynNFg { top:3.1875rem;left:16.874567031861rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQef66R8XDVKvIQVtDIm2lGTymt5FqMm { top:8.3125rem;left:29.5rem;width:18.125rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGiQIPdFscxx5pec1zXuDx6SDWIuwRIQ { width:13.75rem;height:3.75rem;top:27.625rem;left:33.249135971069rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3CBnMcSzhE62pZRhtfbTyIkSvW30p6I { display:block; }
 }@media only screen and (max-width: 763px) { #bLewnZLDDsxwRUlATkzRsJJLqfwQbrDB { top:22.8125rem;left:33.311849594116rem;width:13rem;height:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r155L0DU0OTqqPgKS5b4pMGde2MQHcVq { top:18.5625rem;left:33.155385971069rem;width:13rem;height:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVEI0JAsZEBCdkl4KgqHSn1NHZJcfP2v { top:3.25rem;left:32.812501907349rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSVlEB2Ui0dLNVtO9a9L6bKmVO8bGtbH { display:block; }#kSVlEB2Ui0dLNVtO9a9L6bKmVO8bGtbH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGaitnfCK6qleq8zIQHaIyeIvTz63vIx { width:40rem;height:22.5rem;top:0.9375rem;left:4.5954875946045rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRy9y8aThTiUOJlyFQuhrt00yqJdIOhi { display:block; }#dRy9y8aThTiUOJlyFQuhrt00yqJdIOhi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6nFBhFVZ1eBRJDHTvMFPtJyVS1ZkORi { width:32.6875rem;height:3.9375rem;top:2.375rem;left:7.2491321563719rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMmBOVuMsHq6rdpxoocFxr7u4u8HmNaT { display:block; }#VMmBOVuMsHq6rdpxoocFxr7u4u8HmNaT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQH9wmDgRzdx6HRiaP18c2L0tT6I0eiT { width:9.875rem;height:9.875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGV29DU8LwvFgwoKCVBEPXefXfIvyud0 { width:12.25rem;height:7.1875rem;top:1.75rem;left:4.5618495941162rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6OevotMlpihHWqoa3RvLwduPbtRRq1r { width:12.5625rem;height:10.25rem;top:25.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LahZfKJui8dKBONb3ml415mc4dR815Ob { width:14.75rem;height:9.25rem;top:20rem;left:7.3125019073488rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPNrSAdZI7mfdgB6tJNyJx1p0Ifrhvx8 { width:13.4375rem;height:7.1875rem;top:13.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOMfEWQxu2T4A2OIXyinMrvgc5pTsV0F { width:13.4375rem;height:8.1875rem;top:18.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKiipHp5XEuAOzEn7ThcX5lqZVlTaJIp { width:14.75rem;height:6.125rem;top:13.375rem;left:7.3125019073488rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsFDXZJ6pAd83cd3FTHTv1xdCILEF57W { width:9.875rem;height:9.875rem;top:1.6875rem;left:24.998483657837rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdwAmVqhP9qkrcbDbB420SsTAe5ktcTg { width:12.25rem;height:7.1875rem;top:1.625rem;left:35.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHiy0ENTACusVm1DyAvXFTs7Q1ZVSakn { width:13.9375rem;height:8.1875rem;top:35.25rem;left:24.998483657837rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN41wgrkWt7oqa7EnGNntMDIahigo4CG { width:13.9375rem;height:9.25rem;top:25.125rem;left:33.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXd1TczyOIq6ZDiKrzKzW7ycw6g6l5uv { width:15rem;height:10.25rem;top:13.375rem;left:24.998483657837rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4C68JneZxT4S2oCvX5WgPeJn82Izfff { width:14.4375rem;height:12.3125rem;top:21.9375rem;left:24.998483657837rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgGhaDfVEleseBTz3Ua3B1R3eOPvObnL { width:14.125rem;height:11.3125rem;top:13.375rem;left:33.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO5Mo3nB8F3LreeF7WMSIe8O5EbpclET { width:11.5625rem;height:3rem;top:38.5rem;left:7.3125019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqvAsUksA3OaVnw3LSzTgZkvNlvuLZCp { display:block; }
 }@media only screen and (max-width: 763px) { #QwmJvkMr5QBP5A0UlSAz1BrUthf3D62z { width:11.5625rem;height:3rem;top:38.5rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToyowHvqQQtsz8ZUUec8wzu0uboxG5nm { display:block; }
 }@media only screen and (max-width: 763px) { #rILH5sOOnDuJZ2hMyP51CgkUtvf2472T { display:block; }#rILH5sOOnDuJZ2hMyP51CgkUtvf2472T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L702G6EWkdeQ9J4AJgNkp92WqFXDoqer { width:9.8125rem;height:9.8125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOiB63TW5GdJERTHd0QTr2XneWHd6d32 { width:12.25rem;height:8.1875rem;top:0rem;left:4.8124980926514rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfOr2xZUftzbEpKZcDOZrIEzCcQwrxbV { width:13.6875rem;height:2.0625rem;top:29.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXFeJMkZQSeRcrTi4PHaNcIEbZMRkuwk { width:15rem;height:8.1875rem;top:26.8125rem;left:7.5598964691163rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpQskJ46limDfN69lLczd0342fCHzIIs { width:12.625rem;height:10.3125rem;top:11.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHuals0ZJ2ZBGTINlz3w9zXkfmGwsBil { width:13.75rem;height:8.1875rem;top:21.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4gKP4WBJVCisUCHJJX2qR7pBqQNAE2S { width:14.5625rem;height:13.375rem;top:11.875rem;left:7.5598964691163rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSGD8aFXvEuMcl2IUGf5NmmanynOyPtm { width:9.8125rem;height:9.8125rem;top:0rem;left:24.999567031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #STdWbfB6tk5H62pF2sgMD24sxvbyB1uW { width:12.25rem;height:8.1875rem;top:0rem;left:35.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTAmxcSVt1PMrSJsRAr9v32aVeE6Bmlb { width:13.9375rem;height:7.1875rem;top:11.875rem;left:32.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq910vnn1mlRQGSHMtWIAHkLqZenWKlI { width:13.625rem;height:4.0625rem;top:27.125rem;left:34.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipRas3qHoDRQFpSPkheyEovNVy85prgT { width:14.0625rem;height:7.1875rem;top:11.75rem;left:24.999567031861rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXoEs40OGkTW8rnTuT6t3qMx42gRMNwg { width:12.8125rem;height:16.4375rem;top:17.9375rem;left:24.999567031861rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns8Hmpw65RhF5E43iIwJCpPXAddtQ3Po { width:13.8125rem;height:7.1875rem;top:18.875rem;left:33.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsZO1chsoWkk8l2tdzWixZOT0xbqXAkE { width:11.5625rem;height:3rem;top:38rem;left:8.2782115936281rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqdKXa3GFcQaDGpOgmNc3t9Tiix9d1iq { display:block; }
 }@media only screen and (max-width: 763px) { #L5UF4z31W8WE6i10U0GbBlBKHcOckCJg { width:11.5625rem;height:3rem;top:38rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri58dqeEWoWEGhFd7leOf9i21F5A1CZr { display:block; }
 }@media only screen and (max-width: 763px) { #OgX7TZ8wRgA69Gswu4PEKRhM9TUBPwdc { width:32.25rem;height:40.920309982456rem;top:42.9375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOoOlgJ98KzXcQaT17l6P8SHyoKpRsK6 { display:block; }#AOoOlgJ98KzXcQaT17l6P8SHyoKpRsK6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLqUbrJ2aaDGsZdbSo9RqbqTccG1mLCc { width:9.8125rem;height:9.8125rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKexn7be3c8FqyaTMmNTxmptzCeSbXao { width:12.25rem;height:6.125rem;top:0.1875rem;left:4.2547740936279rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6ThgegpKrRIrPTpr3IQeWbptVUkamFJ { width:14.25rem;height:7.1875rem;top:10.6875rem;left:9.2558612823488rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZH0Ltw0yeTFaptmbFfnaTFNdBDhJLIb { width:13.5625rem;height:4.125rem;top:28.25rem;left:9.2558612823488rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3Ekbfdi2J818ArwTQde1VA9PlrFcBhL { width:13.125rem;height:12.375rem;top:10.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0pZ2fXT7wXDoLub2CAtDBicJ5pAk6fT { width:13.625rem;height:16.4375rem;top:21.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo4IwyZOaXuFgBm6S5PovtB0Zc3Gsr1s { width:14.5rem;height:7.1875rem;top:19.25rem;left:9.2558612823488rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxXxoJwGUIOK7a1ScrlQ3qg9grApnroN { width:11.5625rem;height:3rem;top:35.5625rem;left:8.6840267181394rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqt3ixGP9eGnd4K8TubysziQm5eunXbM { display:block; }
 }@media only screen and (max-width: 763px) { #yJscQxbWVu5rfu42l9ue3VwzciTWFEtx { display:block; }#yJscQxbWVu5rfu42l9ue3VwzciTWFEtx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHgkT3WV351ve3tviL6zUTOB1DoNFJMR { display:block; }#PHgkT3WV351ve3tviL6zUTOB1DoNFJMR > .row .container { width:47.75rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbpiuEH2mWO6ELK2pVK88EFyPbWp5ilO { width:16.75rem;height:7.75rem;top:3.9375rem;left:20.257379531861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn6vQbTIUGCmJM779kW2kCMhWHHuPxkG { width:12.5rem;height:1.4375rem;top:1rem;left:20.257379531861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSLPXTNqf2vpG1wX0R7SqaMTqdnCvIQu { width:12.5rem;height:1.29980625rem;top:1.125rem;left:6.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKMWoPyL4ZTCznXHOVZOJB9FMoMs0shw { width:7.25rem;height:3.1926605504587rem;top:3.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #duxNFVOcJK5lFyloQepT7Z3z95eKqcWq { width:8rem;height:3.513675rem;top:2.7763671875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnNPTaXPwVBEK5Cmdr7kqgNu7agMwEhd { width:5.375rem;height:3.6875rem;top:10.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFGBggy6Pegh9i2PXIvmhav3syVZHDnm { width:8.75rem;height:1.5625rem;top:7.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCTSVihw9Ni6R9msmTuHdTcF8zfONdQd { width:7.0625rem;height:2.8125rem;top:10.5625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCiuPtsIc37BWxKFKKkNahNCIHP2iC3q { width:14.1875rem;height:2.0625rem;top:0.75rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaDHTNhBAJK5lvUpXuzr2eFaRzCIHGLq { width:5.5625rem;height:2.9375rem;top:6.6875rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFLvxT6i8PbzRaBUiEpUlUOFZXpnDtcW { width:15.875rem;height:5.26171875rem;top:8.0625rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WXJfWMnyuF6PbPow14mweE21rwX7puEp { display:block; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { width:20rem;height:40.875250162032rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5ClgWPqX1uO0igOmdtyn6WOm6Xiy6fL { width:6.0625rem;height:2.75rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFfrz1TdTsXGR6lZi6HqOraVeTVgV9WX { width:20rem;height:1.9121125rem;top:9.2769125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twZLh5xzpIyNwVicu9Z3ziuKeAP8JVw5 { width:20rem;height:5.8333333333333rem;top:12.40185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yULuuA7yktMutlWtr7q4oafL9fKwVTmG { height:10.931061359949rem;width:20rem;top:19.485188802083rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F72GOg6euNETvrdRqkk8JAcvhRW5a5GP { width:20rem;height:0;top:31.666250162032rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b { display:block; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { width:20rem;height:86.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMkQRR9VUq7pWQXOswO8TEuNRyoMSk5X { width:18.125rem;height:22.4375rem;top:3rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfPtpLPbvAU4lElxAcLoKoIL3VV8XJgy { width:9.5rem;height:9.5rem;top:0.5rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMTqerNFomG9bN9TsSthbJVcC2UNlKCG { width:15.5625rem;height:2.125rem;top:11.5rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k19WvTrA1oHcpsRn7HTCh7fF4mKlFvLG { width:13.8125rem;height:3.3994125rem;top:14.625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNivMThsJBTW9g4FANJIQKlmb9zX6MhR { width:13.8125rem;height:3.75rem;top:19.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlyQtOSsKd034C8AMf0y2orpx88LzxrR { display:block; }
 }@media only screen and (max-width: 763px) { #UAlr3FsVKw1DGzpPlZHhSSRhDVABFMrt { width:18.125rem;height:22.4375rem;top:29.5rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #bheZ4LnfoO1oTcF5M7MZozT082HT0y6N { width:13.8125rem;height:3.75rem;top:45.75rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #R28wuBlEoJaUVfAkwKQUs0fBbxF44NrQ { display:block; }
 }@media only screen and (max-width: 763px) { #lwreey0ubfcbkamL2CsCI17S2ueqGnix { width:13.8125rem;height:3.3994125rem;top:40.9375rem;left:2.3750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7J98z9WRDUwC8oJw0PICiAR8ODBTz22 { width:15.5625rem;height:2.125rem;top:37.8125rem;left:2.3750000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgvpx3JqrzBtVxlDdDS3ZofJy3TynNFg { width:9.5625rem;height:9.5625rem;top:26.75rem;left:5.2499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQef66R8XDVKvIQVtDIm2lGTymt5FqMm { width:18.125rem;height:22.4375rem;top:55.9375rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGiQIPdFscxx5pec1zXuDx6SDWIuwRIQ { width:13.8125rem;height:3.75rem;top:72.375rem;left:2.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3CBnMcSzhE62pZRhtfbTyIkSvW30p6I { display:block; }
 }@media only screen and (max-width: 763px) { #bLewnZLDDsxwRUlATkzRsJJLqfwQbrDB { width:13.8125rem;height:3.3994125rem;top:67.5625rem;left:2.0625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r155L0DU0OTqqPgKS5b4pMGde2MQHcVq { width:15.5625rem;height:2.125rem;top:64.4375rem;left:2.0625000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVEI0JAsZEBCdkl4KgqHSn1NHZJcfP2v { width:9.125rem;height:9.125rem;top:53.5625rem;left:5.5624998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSVlEB2Ui0dLNVtO9a9L6bKmVO8bGtbH { display:block; }#kSVlEB2Ui0dLNVtO9a9L6bKmVO8bGtbH > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGaitnfCK6qleq8zIQHaIyeIvTz63vIx { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRy9y8aThTiUOJlyFQuhrt00yqJdIOhi { display:block; }#dRy9y8aThTiUOJlyFQuhrt00yqJdIOhi > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6nFBhFVZ1eBRJDHTvMFPtJyVS1ZkORi { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMmBOVuMsHq6rdpxoocFxr7u4u8HmNaT { display:block; }#VMmBOVuMsHq6rdpxoocFxr7u4u8HmNaT > .row .container { width:20rem;height:154.20164375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQH9wmDgRzdx6HRiaP18c2L0tT6I0eiT { width:9.875rem;height:9.875rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGV29DU8LwvFgwoKCVBEPXefXfIvyud0 { width:12.25rem;height:0;top:12.375rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6OevotMlpihHWqoa3RvLwduPbtRRq1r { width:12.5625rem;height:0;top:68.91883125rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LahZfKJui8dKBONb3ml415mc4dR815Ob { width:14.75rem;height:0;top:89.97351875rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPNrSAdZI7mfdgB6tJNyJx1p0Ifrhvx8 { width:13.4375rem;height:0;top:40.42925rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOMfEWQxu2T4A2OIXyinMrvgc5pTsV0F { width:13.4375rem;height:0;top:80.47701875rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKiipHp5XEuAOzEn7ThcX5lqZVlTaJIp { width:14.75rem;height:0;top:48.8949375rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsFDXZJ6pAd83cd3FTHTv1xdCILEF57W { width:9.875rem;height:9.875rem;top:20.839625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdwAmVqhP9qkrcbDbB420SsTAe5ktcTg { width:12.25rem;height:0;top:31.964625rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHiy0ENTACusVm1DyAvXFTs7Q1ZVSakn { width:13.9375rem;height:0;top:140.45514375rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN41wgrkWt7oqa7EnGNntMDIahigo4CG { width:13.9375rem;height:0;top:125.67776875rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXd1TczyOIq6ZDiKrzKzW7ycw6g6l5uv { width:15rem;height:0;top:100.49976875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4C68JneZxT4S2oCvX5WgPeJn82Izfff { width:14.4375rem;height:0;top:112.05795625rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgGhaDfVEleseBTz3Ua3B1R3eOPvObnL { width:14.125rem;height:0;top:56.32983125rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO5Mo3nB8F3LreeF7WMSIe8O5EbpclET { width:11.5625rem;height:3rem;top:136.20514375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqvAsUksA3OaVnw3LSzTgZkvNlvuLZCp { display:block; }
 }@media only screen and (max-width: 763px) { #QwmJvkMr5QBP5A0UlSAz1BrUthf3D62z { width:11.5625rem;height:3rem;top:149.95164375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToyowHvqQQtsz8ZUUec8wzu0uboxG5nm { display:block; }
 }@media only screen and (max-width: 763px) { #rILH5sOOnDuJZ2hMyP51CgkUtvf2472T { display:block; }#rILH5sOOnDuJZ2hMyP51CgkUtvf2472T > .row .container { width:20rem;height:174.51739267323rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L702G6EWkdeQ9J4AJgNkp92WqFXDoqer { width:9.8125rem;height:9.8125rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOiB63TW5GdJERTHd0QTr2XneWHd6d32 { width:12.25rem;height:0;top:12.3125rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfOr2xZUftzbEpKZcDOZrIEzCcQwrxbV { width:13.6875rem;height:0;top:93.9695rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXFeJMkZQSeRcrTi4PHaNcIEbZMRkuwk { width:15rem;height:0;top:106.77763125rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpQskJ46limDfN69lLczd0342fCHzIIs { width:12.625rem;height:0;top:42.365875rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHuals0ZJ2ZBGTINlz3w9zXkfmGwsBil { width:13.75rem;height:0;top:97.28113125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4gKP4WBJVCisUCHJJX2qR7pBqQNAE2S { width:14.5625rem;height:0;top:53.9229375rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSGD8aFXvEuMcl2IUGf5NmmanynOyPtm { width:9.8125rem;height:9.8125rem;top:21.8079375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STdWbfB6tk5H62pF2sgMD24sxvbyB1uW { width:12.25rem;height:0;top:32.8704375rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTAmxcSVt1PMrSJsRAr9v32aVeE6Bmlb { width:13.9375rem;height:0;top:77.038125rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq910vnn1mlRQGSHMtWIAHkLqZenWKlI { width:13.625rem;height:0;top:134.01719375rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipRas3qHoDRQFpSPkheyEovNVy85prgT { width:14.0625rem;height:0;top:68.5724375rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXoEs40OGkTW8rnTuT6t3qMx42gRMNwg { width:12.8125rem;height:0;top:116.27413125rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns8Hmpw65RhF5E43iIwJCpPXAddtQ3Po { width:13.8125rem;height:0;top:85.5038125rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsZO1chsoWkk8l2tdzWixZOT0xbqXAkE { width:11.5625rem;height:3rem;top:139.39045625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqdKXa3GFcQaDGpOgmNc3t9Tiix9d1iq { display:block; }
 }@media only screen and (max-width: 763px) { #L5UF4z31W8WE6i10U0GbBlBKHcOckCJg { width:11.5625rem;height:3rem;top:143.64045625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri58dqeEWoWEGhFd7leOf9i21F5A1CZr { display:block; }
 }@media only screen and (max-width: 763px) { #OgX7TZ8wRgA69Gswu4PEKRhM9TUBPwdc { width:20rem;height:25.376936423229rem;top:147.89045625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOoOlgJ98KzXcQaT17l6P8SHyoKpRsK6 { display:block; }#AOoOlgJ98KzXcQaT17l6P8SHyoKpRsK6 > .row .container { width:20rem;height:100.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLqUbrJ2aaDGsZdbSo9RqbqTccG1mLCc { width:9.8125rem;height:9.8125rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKexn7be3c8FqyaTMmNTxmptzCeSbXao { width:12.25rem;height:0;top:12.3125rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6ThgegpKrRIrPTpr3IQeWbptVUkamFJ { width:14.25rem;height:0;top:33.366125rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZH0Ltw0yeTFaptmbFfnaTFNdBDhJLIb { width:13.5625rem;height:0;top:68.0395rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3Ekbfdi2J818ArwTQde1VA9PlrFcBhL { width:13.125rem;height:0;top:19.7463125rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0pZ2fXT7wXDoLub2CAtDBicJ5pAk6fT { width:13.625rem;height:0;top:41.8318125rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo4IwyZOaXuFgBm6S5PovtB0Zc3Gsr1s { width:14.5rem;height:0;top:59.5738125rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxXxoJwGUIOK7a1ScrlQ3qg9grApnroN { width:11.5625rem;height:3rem;top:73.4127625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqt3ixGP9eGnd4K8TubysziQm5eunXbM { display:block; }
 }@media only screen and (max-width: 763px) { #yJscQxbWVu5rfu42l9ue3VwzciTWFEtx { display:block; }#yJscQxbWVu5rfu42l9ue3VwzciTWFEtx > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHgkT3WV351ve3tviL6zUTOB1DoNFJMR { display:block; }#PHgkT3WV351ve3tviL6zUTOB1DoNFJMR > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbpiuEH2mWO6ELK2pVK88EFyPbWp5ilO { width:20rem;height:3.8994125rem;top:16.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn6vQbTIUGCmJM779kW2kCMhWHHuPxkG { width:12.5rem;height:1.29980625rem;top:15rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSLPXTNqf2vpG1wX0R7SqaMTqdnCvIQu { width:12.5rem;height:1.29980625rem;top:1.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKMWoPyL4ZTCznXHOVZOJB9FMoMs0shw { width:7.3125rem;height:3.1875rem;top:3.0625rem;left:1.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #duxNFVOcJK5lFyloQepT7Z3z95eKqcWq { width:8rem;height:3.4375rem;top:2.9375rem;left:10.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SnNPTaXPwVBEK5Cmdr7kqgNu7agMwEhd { width:4.875rem;height:3.375rem;top:9.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFGBggy6Pegh9i2PXIvmhav3syVZHDnm { width:9.9375rem;height:1.8125rem;top:7rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCTSVihw9Ni6R9msmTuHdTcF8zfONdQd { width:7.0625rem;height:2.8125rem;top:10.15625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCiuPtsIc37BWxKFKKkNahNCIHP2iC3q { width:3.9375rem;height:2.1875rem;top:1.59375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaDHTNhBAJK5lvUpXuzr2eFaRzCIHGLq { width:5.5625rem;height:2.9375rem;top:6.4375rem;left:12.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eFLvxT6i8PbzRaBUiEpUlUOFZXpnDtcW { width:15.875rem;height:5.19921875rem;top:20.875rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }