.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fafafa;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); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { position:relative;display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { background-color: transparent; background-image: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .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); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { border-width: 0; border-radius: 0; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { 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:4rem;width:13.75rem;top:0.34375rem;left:53.75rem;overflow:hidden;display:block; }
#pB6eePUE61qEHMN5609N86vGfUULAFfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e8e8e8, #ffffff);background-image: -moz-linear-gradient(360deg, #e8e8e8, #ffffff);background-image: -ms-linear-gradient(360deg, #e8e8e8, #ffffff);background-image: -o-linear-gradient(360deg, #e8e8e8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, #e8e8e8, #ffffff);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { border-width: 0; border-radius: 0; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { color:#4d4e50;display:block;width:75rem;position:absolute;font-family:roboto;font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nknmq35UyPEbGo09ZJgt1iizATfHyWnm { color:#000000;display:block;width:42.0625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.494140625rem;left:5.9375rem;height:5.199225rem;font-style:normal;display:block; }
#KyVENXDZnQxEU2Afuyv1D3nrZ6pBzdv1 { position:absolute;display:block;z-index:15006;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:3.375rem;width:21.125rem;top:15.82421875rem;left:5.9375rem;overflow:hidden;display:block; }
#V6ZW7cSWr0yvUK157qUCO3X28rqyh7Dx { position:absolute;display:block;z-index:15007;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:31.9375rem;width:41.875rem;top:7.125rem;left:30.263671875rem;overflow:hidden;display:block; }
#W0LNSVki5UsHc0kap9uBii89L913p90p { box-sizing:content-box;height:21.75rem;width:42rem;position:absolute;display:block;z-index:15005;background-color:#dcdcdc;background-image:none;top:15.82421875rem;left:30.201171875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#qyymv6aH86rS7gcX5StzqhyfKDEVDBZz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#UW7J8aQaqFqLFA8U2goE2fqoZ9IT2LSK { color:#000000;display:block;width:42.0625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27.25rem;left:5.9375rem;height:2.5996125rem;font-style:normal;display:block; }
#fenSPaZrAeErNdvKWoTxPsukK70qipo9 { position:relative;display:block; }#fenSPaZrAeErNdvKWoTxPsukK70qipo9 { background-color: transparent; background-image: none; }#fenSPaZrAeErNdvKWoTxPsukK70qipo9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fenSPaZrAeErNdvKWoTxPsukK70qipo9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fenSPaZrAeErNdvKWoTxPsukK70qipo9 > .row .container > .video-iframe-container { display: none; }#fenSPaZrAeErNdvKWoTxPsukK70qipo9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fenSPaZrAeErNdvKWoTxPsukK70qipo9 > .row > .video-iframe-container { display: none; }#fenSPaZrAeErNdvKWoTxPsukK70qipo9 > .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); }#fenSPaZrAeErNdvKWoTxPsukK70qipo9 { border-width: 0; border-radius: 0; }#fenSPaZrAeErNdvKWoTxPsukK70qipo9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fenSPaZrAeErNdvKWoTxPsukK70qipo9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f9;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WNbtXp1WnnOhWb8XdIfndERttpbMa7bR { 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:17.5625rem;width:75rem;top:0.59375rem;left:0rem;overflow:hidden;display:block; }
#TXDGVR22tyEVvITCORU520vowwaJEvTi { position:relative;display:block; }#TXDGVR22tyEVvITCORU520vowwaJEvTi { background-color: transparent; background-image: none; }#TXDGVR22tyEVvITCORU520vowwaJEvTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXDGVR22tyEVvITCORU520vowwaJEvTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXDGVR22tyEVvITCORU520vowwaJEvTi > .row .container > .video-iframe-container { display: none; }#TXDGVR22tyEVvITCORU520vowwaJEvTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXDGVR22tyEVvITCORU520vowwaJEvTi > .row > .video-iframe-container { display: none; }#TXDGVR22tyEVvITCORU520vowwaJEvTi > .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); }#TXDGVR22tyEVvITCORU520vowwaJEvTi { border-width: 0; border-radius: 0; }#TXDGVR22tyEVvITCORU520vowwaJEvTi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TXDGVR22tyEVvITCORU520vowwaJEvTi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f9;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#llbPu3gclBVo9QZlpinEXAegPkfA62JQ { 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:17.5625rem;width:75rem;top:0.59375rem;left:0rem;overflow:hidden;display:block; }
#I03CESzE0UAbSTTchsz7bCBS8Nkuplzt { position:relative;display:block; }#I03CESzE0UAbSTTchsz7bCBS8Nkuplzt { background-color: transparent; background-image: none; }#I03CESzE0UAbSTTchsz7bCBS8Nkuplzt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I03CESzE0UAbSTTchsz7bCBS8Nkuplzt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I03CESzE0UAbSTTchsz7bCBS8Nkuplzt > .row .container > .video-iframe-container { display: none; }#I03CESzE0UAbSTTchsz7bCBS8Nkuplzt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I03CESzE0UAbSTTchsz7bCBS8Nkuplzt > .row > .video-iframe-container { display: none; }#I03CESzE0UAbSTTchsz7bCBS8Nkuplzt > .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); }#I03CESzE0UAbSTTchsz7bCBS8Nkuplzt { border-width: 0; border-radius: 0; }#I03CESzE0UAbSTTchsz7bCBS8Nkuplzt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#I03CESzE0UAbSTTchsz7bCBS8Nkuplzt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f9;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ockVDxNvXtiDF6nkOR0I5z22N68k8mgF { 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:17.125rem;width:74.9375rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#Lz21c9OmGxCWzpiW2kWVN9wKIP5D5hxy { position:relative;display:block; }#Lz21c9OmGxCWzpiW2kWVN9wKIP5D5hxy { background-color: transparent; background-image: none; }#Lz21c9OmGxCWzpiW2kWVN9wKIP5D5hxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz21c9OmGxCWzpiW2kWVN9wKIP5D5hxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz21c9OmGxCWzpiW2kWVN9wKIP5D5hxy > .row .container > .video-iframe-container { display: none; }#Lz21c9OmGxCWzpiW2kWVN9wKIP5D5hxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz21c9OmGxCWzpiW2kWVN9wKIP5D5hxy > .row > .video-iframe-container { display: none; }#Lz21c9OmGxCWzpiW2kWVN9wKIP5D5hxy > .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); }#Lz21c9OmGxCWzpiW2kWVN9wKIP5D5hxy { border-width: 0; border-radius: 0; }#Lz21c9OmGxCWzpiW2kWVN9wKIP5D5hxy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Lz21c9OmGxCWzpiW2kWVN9wKIP5D5hxy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VzLgKm0PFuzdUTOXTSks6LfmySB1TzN3 { color:#000000;display:block;width:37.875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.04296875rem;left:18.5625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { background-color: transparent; background-image: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container > .video-iframe-container { display: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container { display: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .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); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { border-width: 0; border-radius: 0; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.1);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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:31.25rem;top:5.583984375rem;left:3.75rem;display:block; }
#MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:12.73828125rem;left:5.5625rem;height:2.3994125rem;font-style:normal;display:block; }
#WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { color:#ffa710;display:block;width:25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.001953125rem;left:5.5625rem;height:1.21875rem;font-style:normal;display:block; }
#VewGOqBHfhW9VBxrGfK7C1wQ3sgDZxaA { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15010;background-color:#ffa710;background-image:none;top:5.71875rem;left:3.5rem;display:block; }
#mfuU6hdgGEutFt61NvxrOrJbOAQ7Fuxv { box-sizing:content-box;height:17.5rem;width:33.9375rem;position:absolute;display:block;z-index:15006;background-color:#e8e8e8;background-image:none;top:6.875rem;left:39.28125rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#L15dusnq9gosW6hop6a8KVhbAM9FWfWc { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.625rem;width:19.125rem;top:3.458984375rem;left:46.6875rem;overflow:hidden;display:block; }
#cworAxTQCq2UfpnhUu3gIlkmoECWpoA1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#cworAxTQCq2UfpnhUu3gIlkmoECWpoA1 > .row .container { background-color: transparent; background-image: none; }#cworAxTQCq2UfpnhUu3gIlkmoECWpoA1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cworAxTQCq2UfpnhUu3gIlkmoECWpoA1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cworAxTQCq2UfpnhUu3gIlkmoECWpoA1 > .row .container > .video-iframe-container { display: none; }#cworAxTQCq2UfpnhUu3gIlkmoECWpoA1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cworAxTQCq2UfpnhUu3gIlkmoECWpoA1 > .row > .video-iframe-container { display: none; }#cworAxTQCq2UfpnhUu3gIlkmoECWpoA1 > .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); }#cworAxTQCq2UfpnhUu3gIlkmoECWpoA1 > .row .container { border-width: 0; border-radius: 0; }#cworAxTQCq2UfpnhUu3gIlkmoECWpoA1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cworAxTQCq2UfpnhUu3gIlkmoECWpoA1 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#px5914EDL8lxIg2iKNlwDdAbo1ns9rs4 { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.1);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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:31.25rem;top:5.6875rem;left:40.75rem;display:block; }
#AOUHU39mtQPGuA9aaSbIy1FaXyxdKAbS { color:#000000;display:block;width:26.375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:12.974609375rem;left:41.875rem;height:4.798825rem;font-style:normal;display:block; }
#Q1lhAwRi9dOZQ2cF2WGOD6mUTFmRxwlg { color:#ffa710;display:block;width:25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.125rem;left:41.875rem;height:1.21875rem;font-style:normal;display:block; }
#KJIN4LVs4weUsw2l6oSCIoEffTLqbiQN { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15010;background-color:#ffa710;background-image:none;top:6.8125rem;left:40.5rem;display:block; }
#TdWEHJVT15OSkQ85ZuwgRAvQ6Gaq0phk { box-sizing:content-box;height:17.5rem;width:33.9375rem;position:absolute;display:block;z-index:15007;background-color:#e8e8e8;background-image:none;top:6.875rem;left:1.78125rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#sd75bMMJIxVtoTVayEc3lzwkbnnlq1Re { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;height:21.625rem;width:16.3125rem;top:4.8125rem;left:10.59375rem;overflow:hidden;display:block; }
#bp0h4M4cMDzaOy9oC17TfM7K2vsOkEQg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#bp0h4M4cMDzaOy9oC17TfM7K2vsOkEQg > .row .container { background-color: transparent; background-image: none; }#bp0h4M4cMDzaOy9oC17TfM7K2vsOkEQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bp0h4M4cMDzaOy9oC17TfM7K2vsOkEQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bp0h4M4cMDzaOy9oC17TfM7K2vsOkEQg > .row .container > .video-iframe-container { display: none; }#bp0h4M4cMDzaOy9oC17TfM7K2vsOkEQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bp0h4M4cMDzaOy9oC17TfM7K2vsOkEQg > .row > .video-iframe-container { display: none; }#bp0h4M4cMDzaOy9oC17TfM7K2vsOkEQg > .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); }#bp0h4M4cMDzaOy9oC17TfM7K2vsOkEQg > .row .container { border-width: 0; border-radius: 0; }#bp0h4M4cMDzaOy9oC17TfM7K2vsOkEQg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bp0h4M4cMDzaOy9oC17TfM7K2vsOkEQg > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#csT7Wm6GE3o9wtQ2X5whKMm95RsJGQio { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.1);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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:31.25rem;top:4.625rem;left:3.75rem;display:block; }
#McFK8CCZRa5htiShphgx7MJaLe4rqTPo { color:#000000;display:block;width:26.375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:11.912109375rem;left:5.5625rem;height:4.798825rem;font-style:normal;display:block; }
#NV6TMnfvM24zlhGC5NS7cRpCVbqVzaS6 { color:#ffa710;display:block;width:25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.8125rem;left:5.5625rem;height:1.21875rem;font-style:normal;display:block; }
#FW3CN4QuLAzcb7FT90PpdM3gwVR5eBaG { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15010;background-color:#ffa710;background-image:none;top:5.71875rem;left:3.5rem;display:block; }
#Afyc6OLnXgzPNUm0ZR16Trw92T9RMknu { box-sizing:content-box;height:17.5rem;width:33.9375rem;position:absolute;display:block;z-index:15006;background-color:#e8e8e8;background-image:none;top:6.875rem;left:39.28125rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#sk2skAi5ksPhUrb3CHkJh6A9UgAgTbZu { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:25.8125rem;width:14.75rem;top:2.71875rem;left:48.875rem;overflow:hidden;display:block; }
#z7v4H29Ia3Aw0HT9qb6enM6tvH5sM8gk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#z7v4H29Ia3Aw0HT9qb6enM6tvH5sM8gk > .row .container { background-color: transparent; background-image: none; }#z7v4H29Ia3Aw0HT9qb6enM6tvH5sM8gk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7v4H29Ia3Aw0HT9qb6enM6tvH5sM8gk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7v4H29Ia3Aw0HT9qb6enM6tvH5sM8gk > .row .container > .video-iframe-container { display: none; }#z7v4H29Ia3Aw0HT9qb6enM6tvH5sM8gk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7v4H29Ia3Aw0HT9qb6enM6tvH5sM8gk > .row > .video-iframe-container { display: none; }#z7v4H29Ia3Aw0HT9qb6enM6tvH5sM8gk > .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); }#z7v4H29Ia3Aw0HT9qb6enM6tvH5sM8gk > .row .container { border-width: 0; border-radius: 0; }#z7v4H29Ia3Aw0HT9qb6enM6tvH5sM8gk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z7v4H29Ia3Aw0HT9qb6enM6tvH5sM8gk > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#EfgLrl9azMB7KvEFgMz75AiI3klVTOkW { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.1);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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:31.25rem;top:5.6875rem;left:40.75rem;display:block; }
#GH6gp8QHeVKb40ovwfl2LIoGxuKUTJHO { color:#000000;display:block;width:26.375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:12.974609375rem;left:41.9375rem;height:4.798825rem;font-style:normal;display:block; }
#w8ncUiA6sxmwbWMUgcLGDuRvotXh7VIu { color:#ffa710;display:block;width:25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:41.9375rem;height:1.21875rem;font-style:normal;display:block; }
#Cil1TKZ32sTEhBHKItJAxhwTwNLABkGc { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15010;background-color:#ffa710;background-image:none;top:6.8125rem;left:40.5rem;display:block; }
#mxi0J0fTpSdZKSyNTRH34UBrO7TlInXK { box-sizing:content-box;height:17.5rem;width:33.9375rem;position:absolute;display:block;z-index:15007;background-color:#e8e8e8;background-image:none;top:6.875rem;left:1.78125rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#ilT7UHPHyr9VqIUCb3GIzxqPOIGCh1oy { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.5rem;width:13.6875rem;top:2.375rem;left:11.90625rem;overflow:hidden;display:block; }
#r0Wq0ZSCpPqRgUfelfsTf6xCvTrwlkmZ { position:relative;display:block; }#r0Wq0ZSCpPqRgUfelfsTf6xCvTrwlkmZ { background-color: transparent; background-image: none; }#r0Wq0ZSCpPqRgUfelfsTf6xCvTrwlkmZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Wq0ZSCpPqRgUfelfsTf6xCvTrwlkmZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Wq0ZSCpPqRgUfelfsTf6xCvTrwlkmZ > .row .container > .video-iframe-container { display: none; }#r0Wq0ZSCpPqRgUfelfsTf6xCvTrwlkmZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Wq0ZSCpPqRgUfelfsTf6xCvTrwlkmZ > .row > .video-iframe-container { display: none; }#r0Wq0ZSCpPqRgUfelfsTf6xCvTrwlkmZ > .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); }#r0Wq0ZSCpPqRgUfelfsTf6xCvTrwlkmZ { border-width: 0; border-radius: 0; }#r0Wq0ZSCpPqRgUfelfsTf6xCvTrwlkmZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#r0Wq0ZSCpPqRgUfelfsTf6xCvTrwlkmZ > .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:9.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KDUBZD7XHU1BIV5t8STMipF75qdVQ01H { color:#000000;display:block;width:54.75rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3984375rem;left:10.125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#rr41JTk635zOQbJH6Mtq8goR5nxfFaEJ { color:#000000;display:block;width:54.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.7490234375rem;left:10.125rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IgTpSP89FlzUJ0ZwHxxFk9kRW8HSC53E { position:relative;display:block; }#IgTpSP89FlzUJ0ZwHxxFk9kRW8HSC53E { background-color: transparent; background-image: none; }#IgTpSP89FlzUJ0ZwHxxFk9kRW8HSC53E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTpSP89FlzUJ0ZwHxxFk9kRW8HSC53E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTpSP89FlzUJ0ZwHxxFk9kRW8HSC53E > .row .container > .video-iframe-container { display: none; }#IgTpSP89FlzUJ0ZwHxxFk9kRW8HSC53E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTpSP89FlzUJ0ZwHxxFk9kRW8HSC53E > .row > .video-iframe-container { display: none; }#IgTpSP89FlzUJ0ZwHxxFk9kRW8HSC53E > .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); }#IgTpSP89FlzUJ0ZwHxxFk9kRW8HSC53E { border-width: 0; border-radius: 0; }#IgTpSP89FlzUJ0ZwHxxFk9kRW8HSC53E > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IgTpSP89FlzUJ0ZwHxxFk9kRW8HSC53E > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mFitNDILNXriCd3JrAGFr9s5mg2l8E3f { box-sizing:content-box;height:13rem;width:71.8125rem;position:absolute;display:block;z-index:15009;background-color:#ffa710;background-image:none;top:2.875rem;left:1.59375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#WkyqIMSvWNQXu56ThfJNBzKngEFqVcWN { color:#000000;display:block;width:39.5rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.9619140625rem;left:5.96875rem;height:6.82425rem;text-align:left;text-align-last:left;display:block; }
#iecOOV5iZ9Rm5TAr5nMdNpac1R0WMww3 { position:absolute;display:block;z-index:15010;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:9.3125rem;width:9.8125rem;top:4.71875rem;left:57.71875rem;overflow:hidden;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { position:absolute;display:block;z-index:15001;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:2.625rem;width:8.75rem;top:1.8125rem;left:33.125rem;overflow:hidden;display:block; }
#OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:7.5rem;height:1.3rem;font-style:normal;display:block; }
#QqGTNpfThq6nuE9OOra0DWNTufySSyxh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.474609375rem;left:55.78125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { top:0.3125rem;left:34rem;width:13.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { top:3.0625rem;left:0rem;width:47.75rem;height:;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nknmq35UyPEbGo09ZJgt1iizATfHyWnm { top:20.4375rem;left:0rem;width:42.0625rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyVENXDZnQxEU2Afuyv1D3nrZ6pBzdv1 { top:15.8125rem;left:0rem;width:21.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6ZW7cSWr0yvUK157qUCO3X28rqyh7Dx { top:7.125rem;left:5.875rem;width:41.875rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0LNSVki5UsHc0kap9uBii89L913p90p { top:15.8125rem;left:5.75rem;width:42rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyymv6aH86rS7gcX5StzqhyfKDEVDBZz { display:none; }
 }@media only screen and (max-width: 763px) { #UW7J8aQaqFqLFA8U2goE2fqoZ9IT2LSK { top:27.25rem;left:0rem;width:42.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fenSPaZrAeErNdvKWoTxPsukK70qipo9 { display:block; }#fenSPaZrAeErNdvKWoTxPsukK70qipo9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNbtXp1WnnOhWb8XdIfndERttpbMa7bR { top:0.5625rem;left:0rem;width:47.75rem;height:11.181458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXDGVR22tyEVvITCORU520vowwaJEvTi { display:block; }#TXDGVR22tyEVvITCORU520vowwaJEvTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llbPu3gclBVo9QZlpinEXAegPkfA62JQ { top:0.5625rem;left:0rem;width:47.75rem;height:11.181458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #I03CESzE0UAbSTTchsz7bCBS8Nkuplzt { display:block; }#I03CESzE0UAbSTTchsz7bCBS8Nkuplzt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ockVDxNvXtiDF6nkOR0I5z22N68k8mgF { top:0.8125rem;left:0rem;width:47.75rem;height:10.91201000834rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz21c9OmGxCWzpiW2kWVN9wKIP5D5hxy { display:block; }#Lz21c9OmGxCWzpiW2kWVN9wKIP5D5hxy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzLgKm0PFuzdUTOXTSks6LfmySB1TzN3 { top:3rem;left:4.9375rem;width:37.875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { top:5.5625rem;left:0rem;width:31.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { top:12.6875rem;left:0rem;width:30.4375rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { top:11rem;left:0rem;width:25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VewGOqBHfhW9VBxrGfK7C1wQ3sgDZxaA { top:5.6875rem;left:0rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfuU6hdgGEutFt61NvxrOrJbOAQ7Fuxv { top:6.875rem;left:13.8125rem;width:33.9375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L15dusnq9gosW6hop6a8KVhbAM9FWfWc { top:3.4375rem;left:26.25rem;width:19.125rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cworAxTQCq2UfpnhUu3gIlkmoECWpoA1 { display:block; }#cworAxTQCq2UfpnhUu3gIlkmoECWpoA1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #px5914EDL8lxIg2iKNlwDdAbo1ns9rs4 { top:5.6875rem;left:16.5rem;width:31.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOUHU39mtQPGuA9aaSbIy1FaXyxdKAbS { top:12.9375rem;left:21.375rem;width:26.375rem;height:4.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1lhAwRi9dOZQ2cF2WGOD6mUTFmRxwlg { top:11.125rem;left:22.75rem;width:25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJIN4LVs4weUsw2l6oSCIoEffTLqbiQN { top:6.8125rem;left:23.875rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdWEHJVT15OSkQ85ZuwgRAvQ6Gaq0phk { top:6.875rem;left:0rem;width:33.9375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd75bMMJIxVtoTVayEc3lzwkbnnlq1Re { top:4.8125rem;left:3.78125rem;width:16.3125rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp0h4M4cMDzaOy9oC17TfM7K2vsOkEQg { display:block; }#bp0h4M4cMDzaOy9oC17TfM7K2vsOkEQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csT7Wm6GE3o9wtQ2X5whKMm95RsJGQio { top:4.625rem;left:0rem;width:31.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McFK8CCZRa5htiShphgx7MJaLe4rqTPo { top:11.875rem;left:0rem;width:26.375rem;height:4.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV6TMnfvM24zlhGC5NS7cRpCVbqVzaS6 { top:9.8125rem;left:0rem;width:25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW3CN4QuLAzcb7FT90PpdM3gwVR5eBaG { top:5.6875rem;left:0rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afyc6OLnXgzPNUm0ZR16Trw92T9RMknu { top:6.875rem;left:13.8125rem;width:33.9375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk2skAi5ksPhUrb3CHkJh6A9UgAgTbZu { top:2.6875rem;left:28.4375rem;width:14.75rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7v4H29Ia3Aw0HT9qb6enM6tvH5sM8gk { display:block; }#z7v4H29Ia3Aw0HT9qb6enM6tvH5sM8gk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfgLrl9azMB7KvEFgMz75AiI3klVTOkW { top:5.6875rem;left:16.5rem;width:31.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH6gp8QHeVKb40ovwfl2LIoGxuKUTJHO { top:12.9375rem;left:21.375rem;width:26.375rem;height:4.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8ncUiA6sxmwbWMUgcLGDuRvotXh7VIu { top:11.3125rem;left:22.75rem;width:25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cil1TKZ32sTEhBHKItJAxhwTwNLABkGc { top:6.8125rem;left:23.875rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxi0J0fTpSdZKSyNTRH34UBrO7TlInXK { top:6.875rem;left:0rem;width:33.9375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilT7UHPHyr9VqIUCb3GIzxqPOIGCh1oy { top:2.375rem;left:5.09375rem;width:13.6875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Wq0ZSCpPqRgUfelfsTf6xCvTrwlkmZ { display:block; }#r0Wq0ZSCpPqRgUfelfsTf6xCvTrwlkmZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDUBZD7XHU1BIV5t8STMipF75qdVQ01H { top:2.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr41JTk635zOQbJH6Mtq8goR5nxfFaEJ { top:5.6875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgTpSP89FlzUJ0ZwHxxFk9kRW8HSC53E { display:block; }#IgTpSP89FlzUJ0ZwHxxFk9kRW8HSC53E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFitNDILNXriCd3JrAGFr9s5mg2l8E3f { top:2.875rem;left:0rem;width:47.75rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkyqIMSvWNQXu56ThfJNBzKngEFqVcWN { top:5.9375rem;left:0rem;width:39.5rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iecOOV5iZ9Rm5TAr5nMdNpac1R0WMww3 { top:4.6875rem;left:37.9375rem;width:9.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { top:1.8125rem;left:19.5rem;width:8.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { top:2.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqGTNpfThq6nuE9OOra0DWNTufySSyxh { top:2.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { width:12.125rem;height:3.5rem;top:0.625rem;left:3.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e8e8e8, #ffffff);background-image: -moz-linear-gradient(360deg, #e8e8e8, #ffffff);background-image: -ms-linear-gradient(360deg, #e8e8e8, #ffffff);background-image: -o-linear-gradient(360deg, #e8e8e8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, #e8e8e8, #ffffff);background-size:cover !important;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { width:20rem;height:0;top:3.79296875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #nknmq35UyPEbGo09ZJgt1iizATfHyWnm { width:20rem;height:10.3984375rem;top:6.29296875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #KyVENXDZnQxEU2Afuyv1D3nrZ6pBzdv1 { width:17.8125rem;height:2.75rem;top:2.41796875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6ZW7cSWr0yvUK157qUCO3X28rqyh7Dx { width:18.75rem;height:14.25rem;top:20.1533203125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0LNSVki5UsHc0kap9uBii89L913p90p { width:20rem;height:15.5rem;top:18rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyymv6aH86rS7gcX5StzqhyfKDEVDBZz { display:flex;top:35.1533203125rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #UW7J8aQaqFqLFA8U2goE2fqoZ9IT2LSK { width:20rem;height:2.5996125rem;top:38.7783203125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #fenSPaZrAeErNdvKWoTxPsukK70qipo9 { display:block; }#fenSPaZrAeErNdvKWoTxPsukK70qipo9 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNbtXp1WnnOhWb8XdIfndERttpbMa7bR { width:20rem;height:4.6833333333333rem;top:1.845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXDGVR22tyEVvITCORU520vowwaJEvTi { display:block; }#TXDGVR22tyEVvITCORU520vowwaJEvTi > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llbPu3gclBVo9QZlpinEXAegPkfA62JQ { width:20rem;height:4.6833333333333rem;top:1.876953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I03CESzE0UAbSTTchsz7bCBS8Nkuplzt { display:block; }#I03CESzE0UAbSTTchsz7bCBS8Nkuplzt > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ockVDxNvXtiDF6nkOR0I5z22N68k8mgF { width:20rem;height:4.5704753961635rem;top:1.93359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz21c9OmGxCWzpiW2kWVN9wKIP5D5hxy { display:block; }#Lz21c9OmGxCWzpiW2kWVN9wKIP5D5hxy > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzLgKm0PFuzdUTOXTSks6LfmySB1TzN3 { width:20rem;height:5.19921875rem;top:2.150390625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { width:20rem;height:25.75rem;top:1.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { width:19.375rem;height:4.19921875rem;top:4.75rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { width:19.375rem;height:1.13671875rem;top:2.6875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VewGOqBHfhW9VBxrGfK7C1wQ3sgDZxaA { width:0.3125rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfuU6hdgGEutFt61NvxrOrJbOAQ7Fuxv { width:20rem;height:12.8125rem;top:17.4375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L15dusnq9gosW6hop6a8KVhbAM9FWfWc { width:17.875rem;height:22.25rem;top:12.71875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cworAxTQCq2UfpnhUu3gIlkmoECWpoA1 { display:block; }#cworAxTQCq2UfpnhUu3gIlkmoECWpoA1 > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #px5914EDL8lxIg2iKNlwDdAbo1ns9rs4 { width:20rem;height:18.875rem;top:1.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #AOUHU39mtQPGuA9aaSbIy1FaXyxdKAbS { width:19.375rem;height:6.2988125rem;top:4.388671875rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1lhAwRi9dOZQ2cF2WGOD6mUTFmRxwlg { width:19.375rem;height:1.13671875rem;top:2.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJIN4LVs4weUsw2l6oSCIoEffTLqbiQN { width:0.3125rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdWEHJVT15OSkQ85ZuwgRAvQ6Gaq0phk { width:20rem;height:12.8125rem;top:17.96875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd75bMMJIxVtoTVayEc3lzwkbnnlq1Re { width:15.125rem;height:20.0625rem;top:14.34375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp0h4M4cMDzaOy9oC17TfM7K2vsOkEQg { display:block; }#bp0h4M4cMDzaOy9oC17TfM7K2vsOkEQg > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csT7Wm6GE3o9wtQ2X5whKMm95RsJGQio { width:20rem;height:25.75rem;top:1.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #McFK8CCZRa5htiShphgx7MJaLe4rqTPo { width:19.375rem;height:6.2988125rem;top:4.388671875rem;left:0.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV6TMnfvM24zlhGC5NS7cRpCVbqVzaS6 { width:19.375rem;height:1.13671875rem;top:2.1875rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW3CN4QuLAzcb7FT90PpdM3gwVR5eBaG { width:0.3125rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afyc6OLnXgzPNUm0ZR16Trw92T9RMknu { width:20rem;height:12.8125rem;top:18.125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk2skAi5ksPhUrb3CHkJh6A9UgAgTbZu { width:12.25rem;height:21.5rem;top:13.78125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7v4H29Ia3Aw0HT9qb6enM6tvH5sM8gk { display:block; }#z7v4H29Ia3Aw0HT9qb6enM6tvH5sM8gk > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfgLrl9azMB7KvEFgMz75AiI3klVTOkW { width:20rem;height:25.75rem;top:1.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #GH6gp8QHeVKb40ovwfl2LIoGxuKUTJHO { width:19.375rem;height:4.19921875rem;top:4.587890625rem;left:0.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8ncUiA6sxmwbWMUgcLGDuRvotXh7VIu { width:19.375rem;height:1.13671875rem;top:2.763671875rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cil1TKZ32sTEhBHKItJAxhwTwNLABkGc { width:0.3125rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxi0J0fTpSdZKSyNTRH34UBrO7TlInXK { width:20rem;height:12.8125rem;top:17.46875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilT7UHPHyr9VqIUCb3GIzxqPOIGCh1oy { width:13.6875rem;height:26.5rem;top:10.625rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Wq0ZSCpPqRgUfelfsTf6xCvTrwlkmZ { display:block; }#r0Wq0ZSCpPqRgUfelfsTf6xCvTrwlkmZ > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDUBZD7XHU1BIV5t8STMipF75qdVQ01H { width:20rem;height:7.7988125rem;top:3.587890625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr41JTk635zOQbJH6Mtq8goR5nxfFaEJ { width:20rem;height:3.4125rem;top:12.635765625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgTpSP89FlzUJ0ZwHxxFk9kRW8HSC53E { display:block; }#IgTpSP89FlzUJ0ZwHxxFk9kRW8HSC53E > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFitNDILNXriCd3JrAGFr9s5mg2l8E3f { width:20rem;height:19.5625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkyqIMSvWNQXu56ThfJNBzKngEFqVcWN { width:20rem;height:7.7988125rem;top:3.982421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iecOOV5iZ9Rm5TAr5nMdNpac1R0WMww3 { width:8.3125rem;height:7.9375rem;top:12.40625rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { width:5.125rem;height:1.625rem;top:3.79980625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { width:12.5rem;height:1.3rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QqGTNpfThq6nuE9OOra0DWNTufySSyxh { width:12.5rem;height:1.3rem;top:6.6748046875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }