.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC1gco5COW3TTlOqazLtB7qwIhwEbKv1 { background-color:#009ef7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lC1gco5COW3TTlOqazLtB7qwIhwEbKv1 > .row .container { background-color: transparent; background-image: none; }#lC1gco5COW3TTlOqazLtB7qwIhwEbKv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC1gco5COW3TTlOqazLtB7qwIhwEbKv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC1gco5COW3TTlOqazLtB7qwIhwEbKv1 > .row .container > .video-iframe-container { display: none; }#lC1gco5COW3TTlOqazLtB7qwIhwEbKv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC1gco5COW3TTlOqazLtB7qwIhwEbKv1 > .row > .video-iframe-container { display: none; }#lC1gco5COW3TTlOqazLtB7qwIhwEbKv1 > .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); }#lC1gco5COW3TTlOqazLtB7qwIhwEbKv1 > .row .container { border-width: 0; border-radius: 0; }#lC1gco5COW3TTlOqazLtB7qwIhwEbKv1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lC1gco5COW3TTlOqazLtB7qwIhwEbKv1 > .row .container { font-size:14px;font-family:arial;height:99px;width:960px;overflow:visible;position:relative;display:block; }#XuR7qrxR8WtFhX3EEqENT0sHaEDa45Lv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36px;width:162px;top:31.484375px;left:0px;overflow:hidden;display:block; }
#Ce0wcHUryKNaCXtTSGpXo0naKUpoXtLP { color:#ffffff;display:block;width:200px;position:absolute;font-family:"dm sans";font-size:14px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:40.399307250977px;left:741.9619140625px;height:18.1771px;text-align:right;text-align-last:right;display:block; }
#dH64IiQZa2bJMOrpMnMTzM1N09B0IbTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dH64IiQZa2bJMOrpMnMTzM1N09B0IbTL > .row .container { background-color: transparent; background-image: none; }#dH64IiQZa2bJMOrpMnMTzM1N09B0IbTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dH64IiQZa2bJMOrpMnMTzM1N09B0IbTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dH64IiQZa2bJMOrpMnMTzM1N09B0IbTL > .row .container > .video-iframe-container { display: none; }#dH64IiQZa2bJMOrpMnMTzM1N09B0IbTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dH64IiQZa2bJMOrpMnMTzM1N09B0IbTL > .row > .video-iframe-container { display: none; }#dH64IiQZa2bJMOrpMnMTzM1N09B0IbTL > .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); }#dH64IiQZa2bJMOrpMnMTzM1N09B0IbTL > .row .container { border-width: 0; border-radius: 0; }#dH64IiQZa2bJMOrpMnMTzM1N09B0IbTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dH64IiQZa2bJMOrpMnMTzM1N09B0IbTL > .row .container { font-size:14px;font-family:arial;height:211px;width:960px;position:relative;display:block; }#AOuiZ8yE0rhOQJBumqkcyRqdQR7laFBW { color:#000000;display:block;width:650px;position:absolute;font-family:"dm sans";font-size:55px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:69.739593505859px;left:155px;height:71.4931px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:1876px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#ATk0XdZHrXVd4ozyzoRO0Xe9n8yxglfb { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:19px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:81px;left:41px;height:24.6875px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TdXiC1XihmNi5XSAuDH15TLcT7cwqh38 { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:18px;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:124px;left:41px;height:86.3889px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N4I2ww15zw7KwlWUIFNvkyM83Sz9SDgK { color:#000000;display:block;width:876.997px;position:absolute;font-family:"dm sans";font-size:22px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:245.98956298828px;left:41.493103027344px;height:28.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v63ciiDcgKD11nI6TqrRE1mIIatpnLIU { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:18px;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:283px;left:41px;height:86.3889px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CUFEMeTvfQ6nfNdAcNolG3noLhOU2CgT { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:22px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:400px;left:41px;height:28.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qrSs1FTTndZzlitTmqCcMJbllSdx4aIa { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:18px;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:449px;left:41px;height:64.8047px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Kqvdbsmhq0iKmRzEoAge98Gqtv1D5Z2z { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:22px;font-weight:700;z-index:15004;line-height:1.9;letter-spacing:0;top:540px;left:41px;height:83.5764px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rCuAyVPQIkHG4PSBIfrq4vFl2avfFJZH { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:18px;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:633px;left:41px;height:151.181px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Fpp48bxI8sywesGZNXp9kHdyFFkb0oPB { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:22px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:805px;left:42px;height:28.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MTUJ7QBGTHHSdlyffpySLCs5JLeQVyc4 { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:18px;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:854px;left:42px;height:64.7917px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qysyLPpUSlWuEPSpfwbckuP1VTQBRI8h { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:22px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:951px;left:41px;height:28.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FI6TI55LyMKEg4JlOtG75fPwQD0VkgKL { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:18px;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:998px;left:41px;height:43.1944px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#czngXhLVOOpS4rP9s1K0xS44HFiEysPg { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:22px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1075px;left:41px;height:28.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sxkJHgnIXWADgrMe0VO8MOkwcGqyLsFv { color:#000000;display:block;width:877px;position:absolute;font-family:arial;font-size:18px;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:1119px;left:41px;height:75.5729px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EneMqaxJqH2lncIyQHvlI8VZwaNrtX6h { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:22px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1215px;left:41px;height:28.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gn9LXI9qNdSWKNpp5E1IpZ4ONaM9wgRK { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:18px;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1267px;left:41px;height:151.1804px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ixe4QtNZXhrD9EpC5pegT7UiO2vPNe2c { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:22px;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:1453px;left:41px;height:24.184px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i9gTmmvk980xcgsxa3VxlkxH77IANM2q { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:18px;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:1496px;left:41px;height:64.7917px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ki5LXZo0ot9c6Ttiq3swiamFQ7dAGk9z { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:22px;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:1599px;left:41px;height:24.184px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#R3WuMoeiznAydqTU1KNKH85hvoTctM9K { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:18px;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:1644px;left:41px;height:43.2031px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#izsZg3CgOTF3CR0M5Smnwh7fcMc1eGcI { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:22px;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:1722px;left:41px;height:24.184px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ayk3tPCbDUocfPzkbHG2p9mx68EllDlr { color:#000000;display:block;width:877px;position:absolute;font-family:"dm sans";font-size:18px;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:1767px;left:41px;height:64.8047px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JW5bufPo8lXUS4gGDd1fL58baRX6h71d { color:#000000;display:block;width:876.992px;position:absolute;font-family:"dm sans";font-size:19px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:37px;left:41px;height:24.6875px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#E0uCwhcPX27a9c5KfgUmKu3E48AJehCX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E0uCwhcPX27a9c5KfgUmKu3E48AJehCX > .row .container { background-color: transparent; background-image: none; }#E0uCwhcPX27a9c5KfgUmKu3E48AJehCX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0uCwhcPX27a9c5KfgUmKu3E48AJehCX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0uCwhcPX27a9c5KfgUmKu3E48AJehCX > .row .container > .video-iframe-container { display: none; }#E0uCwhcPX27a9c5KfgUmKu3E48AJehCX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0uCwhcPX27a9c5KfgUmKu3E48AJehCX > .row > .video-iframe-container { display: none; }#E0uCwhcPX27a9c5KfgUmKu3E48AJehCX > .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); }#E0uCwhcPX27a9c5KfgUmKu3E48AJehCX > .row .container { border-width: 0; border-radius: 0; }#E0uCwhcPX27a9c5KfgUmKu3E48AJehCX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E0uCwhcPX27a9c5KfgUmKu3E48AJehCX > .row .container { font-size:14px;font-family:arial;height:115px;width:960px;position:relative;display:block; }#PqoMhwaAIDf7o9bQgdeoV0IVBqBRSyNH { color:#ffffff;display:block;width:150.99px;position:absolute;font-family:"dm sans";font-size:15px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:48px;left:532px;height:19.4965px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PStqCX06OuADZgeVIAAc4AwTkiTI5VvC { color:#ffffff;display:block;width:191.979px;position:absolute;font-family:"dm sans";font-size:15px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:48px;left:700px;height:19.4965px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QhfvONXUKkVnGNfwQ7qUhqwqDL3zQBK9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.9931px;width:160.99px;top:40px;left:69px;overflow:hidden;display:block; }
#JKmB8Jom9iwIMxViZyWx2JlKbbeU66i8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JKmB8Jom9iwIMxViZyWx2JlKbbeU66i8 > .row .container { background-color: transparent; background-image: none; }#JKmB8Jom9iwIMxViZyWx2JlKbbeU66i8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKmB8Jom9iwIMxViZyWx2JlKbbeU66i8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKmB8Jom9iwIMxViZyWx2JlKbbeU66i8 > .row .container > .video-iframe-container { display: none; }#JKmB8Jom9iwIMxViZyWx2JlKbbeU66i8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKmB8Jom9iwIMxViZyWx2JlKbbeU66i8 > .row > .video-iframe-container { display: none; }#JKmB8Jom9iwIMxViZyWx2JlKbbeU66i8 > .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); }#JKmB8Jom9iwIMxViZyWx2JlKbbeU66i8 > .row .container { border-width: 0; border-radius: 0; }#JKmB8Jom9iwIMxViZyWx2JlKbbeU66i8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JKmB8Jom9iwIMxViZyWx2JlKbbeU66i8 > .row .container { font-size:14px;font-family:arial;height:77px;width:960px;position:relative;display:block; }#TK68FObHLcA8vTIasBuaXU9s1gzsMDVp { color:#ffffff;display:block;width:960px;position:absolute;font-family:sora;font-size:15px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.732604980469px;left:0px;height:19.4965px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lC1gco5COW3TTlOqazLtB7qwIhwEbKv1 { display:block; }#lC1gco5COW3TTlOqazLtB7qwIhwEbKv1 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuR7qrxR8WtFhX3EEqENT0sHaEDa45Lv { top:31px;left:0px;width:162px;height:35.990266486416px;display:block; }
 }@media only screen and (max-width: 763px) { #Ce0wcHUryKNaCXtTSGpXo0naKUpoXtLP { top:40px;left:564px;width:200px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #dH64IiQZa2bJMOrpMnMTzM1N09B0IbTL { display:block; }#dH64IiQZa2bJMOrpMnMTzM1N09B0IbTL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOuiZ8yE0rhOQJBumqkcyRqdQR7laFBW { top:69px;left:57px;width:650px;height:71px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATk0XdZHrXVd4ozyzoRO0Xe9n8yxglfb { top:81px;left:0px;width:764px;height:24px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TdXiC1XihmNi5XSAuDH15TLcT7cwqh38 { top:123px;left:0px;width:764px;height:107px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N4I2ww15zw7KwlWUIFNvkyM83Sz9SDgK { top:245px;left:0px;width:764px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #v63ciiDcgKD11nI6TqrRE1mIIatpnLIU { top:282px;left:0px;width:764px;height:86px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CUFEMeTvfQ6nfNdAcNolG3noLhOU2CgT { top:400px;left:0px;width:764px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qrSs1FTTndZzlitTmqCcMJbllSdx4aIa { top:448px;left:0px;width:764px;height:64px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Kqvdbsmhq0iKmRzEoAge98Gqtv1D5Z2z { top:540px;left:0px;width:764px;height:83px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rCuAyVPQIkHG4PSBIfrq4vFl2avfFJZH { top:632px;left:0px;width:764px;height:151px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Fpp48bxI8sywesGZNXp9kHdyFFkb0oPB { top:805px;left:0px;width:764px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MTUJ7QBGTHHSdlyffpySLCs5JLeQVyc4 { top:853px;left:0px;width:764px;height:64px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qysyLPpUSlWuEPSpfwbckuP1VTQBRI8h { top:951px;left:0px;width:764px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FI6TI55LyMKEg4JlOtG75fPwQD0VkgKL { top:997px;left:0px;width:764px;height:43px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #czngXhLVOOpS4rP9s1K0xS44HFiEysPg { top:1075px;left:0px;width:764px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sxkJHgnIXWADgrMe0VO8MOkwcGqyLsFv { top:1118px;left:0px;width:764px;height:75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EneMqaxJqH2lncIyQHvlI8VZwaNrtX6h { top:1215px;left:0px;width:764px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #gn9LXI9qNdSWKNpp5E1IpZ4ONaM9wgRK { top:1266px;left:0px;width:764px;height:151px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ixe4QtNZXhrD9EpC5pegT7UiO2vPNe2c { top:1453px;left:0px;width:764px;height:24px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #i9gTmmvk980xcgsxa3VxlkxH77IANM2q { top:1495px;left:0px;width:764px;height:64px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ki5LXZo0ot9c6Ttiq3swiamFQ7dAGk9z { top:1599px;left:0px;width:764px;height:24px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #R3WuMoeiznAydqTU1KNKH85hvoTctM9K { top:1643px;left:0px;width:764px;height:43px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #izsZg3CgOTF3CR0M5Smnwh7fcMc1eGcI { top:1722px;left:0px;width:764px;height:24px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ayk3tPCbDUocfPzkbHG2p9mx68EllDlr { top:1766px;left:0px;width:764px;height:64px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JW5bufPo8lXUS4gGDd1fL58baRX6h71d { top:36px;left:0px;width:764px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #E0uCwhcPX27a9c5KfgUmKu3E48AJehCX { display:block; }#E0uCwhcPX27a9c5KfgUmKu3E48AJehCX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqoMhwaAIDf7o9bQgdeoV0IVBqBRSyNH { top:48px;left:434px;width:150px;height:19px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #PStqCX06OuADZgeVIAAc4AwTkiTI5VvC { top:48px;left:573px;width:191px;height:19px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #QhfvONXUKkVnGNfwQ7qUhqwqDL3zQBK9 { top:40px;left:0px;width:160px;height:33.784061121809px;display:block; }
 }@media only screen and (max-width: 763px) { #JKmB8Jom9iwIMxViZyWx2JlKbbeU66i8 { display:block; }#JKmB8Jom9iwIMxViZyWx2JlKbbeU66i8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TK68FObHLcA8vTIasBuaXU9s1gzsMDVp { top:28px;left:0px;width:764px;height:19px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lC1gco5COW3TTlOqazLtB7qwIhwEbKv1 { display:block; }#lC1gco5COW3TTlOqazLtB7qwIhwEbKv1 > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuR7qrxR8WtFhX3EEqENT0sHaEDa45Lv { width:161.979px;height:35.9896px;top:16.996528625488px;left:78.993062019348px;display:block; }
 }@media only screen and (max-width: 763px) { #Ce0wcHUryKNaCXtTSGpXo0naKUpoXtLP { width:200px;height:0;top:73.984375px;left:78.984375px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #dH64IiQZa2bJMOrpMnMTzM1N09B0IbTL { display:block; }#dH64IiQZa2bJMOrpMnMTzM1N09B0IbTL > .row .container { width:320px;height:190px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOuiZ8yE0rhOQJBumqkcyRqdQR7laFBW { width:260.99px;height:111.806px;top:35px;left:29px;font-size:43px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:2572px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATk0XdZHrXVd4ozyzoRO0Xe9n8yxglfb { width:320px;height:23.4028px;top:121px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TdXiC1XihmNi5XSAuDH15TLcT7cwqh38 { width:320px;height:193.646px;top:150px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N4I2ww15zw7KwlWUIFNvkyM83Sz9SDgK { width:320px;height:23.4028px;top:382px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #v63ciiDcgKD11nI6TqrRE1mIIatpnLIU { width:320px;height:158.438px;top:410px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CUFEMeTvfQ6nfNdAcNolG3noLhOU2CgT { width:320px;height:46.8056px;top:614px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qrSs1FTTndZzlitTmqCcMJbllSdx4aIa { width:320px;height:140.833px;top:665px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Kqvdbsmhq0iKmRzEoAge98Gqtv1D5Z2z { width:320px;height:68.4028px;top:837px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rCuAyVPQIkHG4PSBIfrq4vFl2avfFJZH { width:320px;height:228.854px;top:909px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Fpp48bxI8sywesGZNXp9kHdyFFkb0oPB { width:320px;height:23.4028px;top:1178px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MTUJ7QBGTHHSdlyffpySLCs5JLeQVyc4 { width:320px;height:123.229px;top:1208px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qysyLPpUSlWuEPSpfwbckuP1VTQBRI8h { width:320px;height:23.4028px;top:1365px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FI6TI55LyMKEg4JlOtG75fPwQD0VkgKL { width:320px;height:88.0208px;top:1395px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #czngXhLVOOpS4rP9s1K0xS44HFiEysPg { width:320px;height:23.4028px;top:1520px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sxkJHgnIXWADgrMe0VO8MOkwcGqyLsFv { width:320px;height:124.792px;top:1557px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EneMqaxJqH2lncIyQHvlI8VZwaNrtX6h { width:320px;height:23.4028px;top:1710px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #gn9LXI9qNdSWKNpp5E1IpZ4ONaM9wgRK { width:320px;height:228.8542px;top:1742px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ixe4QtNZXhrD9EpC5pegT7UiO2vPNe2c { width:320px;height:19.7917px;top:2025px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #i9gTmmvk980xcgsxa3VxlkxH77IANM2q { width:320px;height:123.229px;top:2057px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ki5LXZo0ot9c6Ttiq3swiamFQ7dAGk9z { width:320px;height:19.7917px;top:2211px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #R3WuMoeiznAydqTU1KNKH85hvoTctM9K { width:320px;height:70.4167px;top:2246px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #izsZg3CgOTF3CR0M5Smnwh7fcMc1eGcI { width:320px;height:19.7917px;top:2362px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ayk3tPCbDUocfPzkbHG2p9mx68EllDlr { width:320px;height:123.229px;top:2397px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JW5bufPo8lXUS4gGDd1fL58baRX6h71d { width:320px;height:39.5833px;top:29px;left:0px;font-size:18px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #E0uCwhcPX27a9c5KfgUmKu3E48AJehCX { display:block; }#E0uCwhcPX27a9c5KfgUmKu3E48AJehCX > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqoMhwaAIDf7o9bQgdeoV0IVBqBRSyNH { width:150px;height:15.5903px;top:84.982666015625px;left:85.000004768372px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PStqCX06OuADZgeVIAAc4AwTkiTI5VvC { width:190.99px;height:15.5903px;top:121.97918701172px;left:64.49653339386px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QhfvONXUKkVnGNfwQ7qUhqwqDL3zQBK9 { width:160px;height:33.784061121809px;top:31.5625px;left:78.107640266418px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JKmB8Jom9iwIMxViZyWx2JlKbbeU66i8 { display:block; }#JKmB8Jom9iwIMxViZyWx2JlKbbeU66i8 > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TK68FObHLcA8vTIasBuaXU9s1gzsMDVp { width:320px;height:10.9896px;top:28.472229003906px;left:0px;font-size:10px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }