.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#101010;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;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#TW6INtxH1brkVbnG8snTJDHw44vDSxmO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:5.5625rem;top:1.4375rem;left:27.21875rem;overflow:hidden;display:block; }
#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d5d5d5;background-image:none;position:relative;display:block; }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor > .row .container { background-color: transparent; background-image: none; }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor > .row .container > .video-iframe-container { display: none; }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor > .row > .video-iframe-container { display: none; }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor > .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); }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor > .row .container { border-width: 0; border-radius: 0; }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor > .row > .video-iframe-container {  }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:60rem;position:relative;display:block; }#cM1pcb4tL3eIZVktK3123AfToNlGTH8J { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.125rem;width:17.125rem;top:0.6875rem;left:21.4375rem;overflow:hidden;display:block; }
#ZXHgnl7TUSmIrIph3oRL4f2fHhxMFgzX { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:"futura 2";font-size:2.25rem;font-weight:400;z-index:100001;line-height:1;letter-spacing:0;top:17.0625rem;left:14.59375rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qruM3KFUQUQJgxWlleX9Lu1KU7rPXUZl { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:"futura 2";font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1;letter-spacing:0;top:2.0625rem;left:14.59375rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QtIgoALQ9cazUb8JsyO2KahAeq6TXI5r { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:"futura 2";font-size:1.1875rem;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;top:25.125rem;left:14.59375rem;height:5.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KJwUSwFnbAM2fTsQD6VsuqSy0TeF8mUZ { z-index:100001;top:31.8125rem;left:15.6875rem;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#S4xxOZ5W3TlOpyQ4Uuq1B2aFPXa0NBuA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oAPT0NSUkwDIXEmAblghbHm2znDZfxkk { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5625rem;width:40.3125rem;top:15.125rem;left:9.84375rem;display:block; }
#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .row .container { background-color: transparent; background-image: none; }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .row .container > .video-iframe-container { display: none; }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .row > .video-iframe-container { display: none; }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .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); }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .row .container { border-width: 0; border-radius: 0; }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .row > .video-iframe-container {  }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;position:relative;display:block; }#uhsdlgufcrEmH5cphCCbn9WxazyQg35w { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.9375rem rgba(255,255,255,0.2) ;height:31.25rem;width:56.625rem;top:2.625rem;left:1.6875rem;display:block; }
#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW > .row .container { background-color: transparent; background-image: none; }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW > .row .container > .video-iframe-container { display: none; }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW > .row > .video-iframe-container { display: none; }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW > .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); }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW > .row .container { border-width: 0; border-radius: 0; }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW > .row > .video-iframe-container {  }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:block; }#iqbTJQEIqlB0IQWXBQH4WE3nC4RTcxAM { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:9.1875rem;left:25rem;display:block; }
#AduvHQNb4Xsa6krwiN60C3CeTHJOAcoM { color:#151515;display:block;width:8.125rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:12.625rem;left:22.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kq22dS9fArW14Ku57vmA6NkWRHTQTatL { color:#454545;display:block;width:8.4375rem;position:absolute;font-family:futura;font-size:0.875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:14.25rem;left:22.1875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GA1SQp2665agAUqPFw4Ky4XzSEJ96LqD { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:19.75rem;left:25rem;display:block; }
#S4aw9mVZWvuFhK09SEV890R9w3OKeW3W { color:#454545;display:block;width:10.75rem;position:absolute;font-family:futura;font-size:0.875rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:25.625rem;left:21rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZZRTVU6q31p99OfaCJvkJICiM8XiGc0o { color:#454545;display:block;width:10.75rem;position:absolute;font-family:futura;font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:25rem;left:33.8125rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c2pNzg963eVhFFGrhFyqFleXQvTLxepC { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:19.75rem;left:37.8125rem;display:block; }
#AoRy8MwHLK5dBD7nf1dOb2AfBJkZXwgZ { color:#454545;display:block;width:9.75rem;position:absolute;font-family:futura;font-size:0.875rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:14.25rem;left:34.3125rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g4mvU2MX54VAoh4B3xkCCPVu4km4BtIg { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:9.1875rem;left:37.8125rem;display:block; }
#BtmHaJWdGPv7I0MbCrVxsmIGE1oCJ1ZD { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.5625rem;width:18.0625rem;top:1.4375rem;left:2.0625rem;overflow:hidden;display:block; }
#dvT0SuvaDV8tzToD5ml71LT1G0fh0VnK { color:#151515;display:block;width:5.1875rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:22.4375rem;left:23.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XdBIpkbUBQWKbCkv85Ju2vbS7hhiRAhO { color:#151515;display:block;width:9.5rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:12.625rem;left:34.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SCEntUgf5IPVwJNQCCfqMA2zrqmzNDTL { color:#151515;display:block;width:8.125rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:22.4375rem;left:35.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lNI26aLTymfCWusIofTu5b22zEpmWMav { color:#151515;display:block;width:9.5rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:12.625rem;left:46.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZ4QITBTZmacwFHKuyUncsWs3ewaL1gW { box-sizing:content-box;color:#1e1e1e;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:8.6875rem;left:49.4375rem;display:block; }
#VPnC8XMu3eaRhIhAmynKEnXX8oihPC6T { color:#454545;display:block;width:9.75rem;position:absolute;font-family:futura;font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:14.25rem;left:46.6875rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJ5MqehmukwBdUWbmQ0AADcwp7sEqGrm { color:#151515;display:block;width:6.9375rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:22.4375rem;left:48.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tigWcmTOmxgXELP2tGMIk6a0IBUDA4nF { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:19.75rem;left:50.1875rem;display:block; }
#rc8IKpSXPTcSGXyNaVtiOxWeNzJ7NNsV { color:#454545;display:block;width:9.75rem;position:absolute;font-family:futura;font-size:0.875rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:25rem;left:46.625rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vcn0zImalWkJxE4fKgiAAy3KmJly10ub { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#aEsalOQvxylgeSE33prDaIg9WlBO777C { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Q9F5T9S978Ici6TbQRDJDbbTqLEWJq2U { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#A1E4hqmOAX1iQ1hl2R4Q2LyF21vZE6lk { color:#1c1e21;display:block;width:21.8125rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:400;z-index:100001;line-height:1;letter-spacing:0;top:3.8125rem;left:21.625rem;height:;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;text-align:left;text-align-last:left;display:block; }
#bbb0rPt1iKFDQxI5X9SEaaDRxtGzN5Ne { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#bbb0rPt1iKFDQxI5X9SEaaDRxtGzN5Ne > .row .container { background-color: transparent; background-image: none; }#bbb0rPt1iKFDQxI5X9SEaaDRxtGzN5Ne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbb0rPt1iKFDQxI5X9SEaaDRxtGzN5Ne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbb0rPt1iKFDQxI5X9SEaaDRxtGzN5Ne > .row .container > .video-iframe-container { display: none; }#bbb0rPt1iKFDQxI5X9SEaaDRxtGzN5Ne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbb0rPt1iKFDQxI5X9SEaaDRxtGzN5Ne > .row > .video-iframe-container { display: none; }#bbb0rPt1iKFDQxI5X9SEaaDRxtGzN5Ne > .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); }#bbb0rPt1iKFDQxI5X9SEaaDRxtGzN5Ne > .row .container { border-width: 0; border-radius: 0; }#bbb0rPt1iKFDQxI5X9SEaaDRxtGzN5Ne > .row > .video-iframe-container {  }#bbb0rPt1iKFDQxI5X9SEaaDRxtGzN5Ne > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#RQxRlLZB6D7WIWBNCKeIbcToJEU886mH { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:7.8125rem;top:2.8125rem;left:7.3125rem;overflow:hidden;display:block; }
#AZXKPmb2sxZolmCawP4BDbdgSS3IFT3D { display:block;width:34.625rem;position:absolute;font-family:nunito;font-size:0.6875rem;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:1.625rem;left:18.0625rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#CCbeRhTUZVVl6sQBIoh4JlDSTxC3wTBl { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:6.1875rem;left:18.0625rem;display:block; }
#Qg4oormh2RDgobb92QyVQB0CrdGW53VS { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:6.125rem;left:20rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW6INtxH1brkVbnG8snTJDHw44vDSxmO { top:1.4375rem;left:21.09375rem;width:5.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozCftKl7GdqX14b2bHgUqDG5L7JXvNor { display:block; }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cM1pcb4tL3eIZVktK3123AfToNlGTH8J { top:0.6875rem;left:15.3125rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXHgnl7TUSmIrIph3oRL4f2fHhxMFgzX { top:17.0625rem;left:8.46875rem;width:30.8125rem;height:6.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qruM3KFUQUQJgxWlleX9Lu1KU7rPXUZl { top:2.0625rem;left:8.46875rem;width:30.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtIgoALQ9cazUb8JsyO2KahAeq6TXI5r { top:25.125rem;left:8.46875rem;width:30.8125rem;height:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJwUSwFnbAM2fTsQD6VsuqSy0TeF8mUZ { top:31.8125rem;left:9.5625rem;width:28.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4xxOZ5W3TlOpyQ4Uuq1B2aFPXa0NBuA { display:block; }
 }@media only screen and (max-width: 763px) { #oAPT0NSUkwDIXEmAblghbHm2znDZfxkk { top:15.125rem;left:3.71875rem;width:40.3125rem;height:19.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU { display:block; }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhsdlgufcrEmH5cphCCbn9WxazyQg35w { top:2.625rem;left:0rem;width:47.75rem;height:26.352097130243rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW { display:block; }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqbTJQEIqlB0IQWXBQH4WE3nC4RTcxAM { width:2.6875rem;height:2.6875rem;top:9.1875rem;left:18.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AduvHQNb4Xsa6krwiN60C3CeTHJOAcoM { width:8.125rem;height:1.1875rem;top:12.625rem;left:16.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq22dS9fArW14Ku57vmA6NkWRHTQTatL { width:8.4375rem;height:2.3125rem;top:14.25rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA1SQp2665agAUqPFw4Ky4XzSEJ96LqD { width:2.6875rem;height:2.6875rem;top:19.75rem;left:18.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4aw9mVZWvuFhK09SEV890R9w3OKeW3W { width:10.75rem;height:2.25rem;top:25.625rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZRTVU6q31p99OfaCJvkJICiM8XiGc0o { width:10.75rem;height:3.375rem;top:25rem;left:27.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2pNzg963eVhFFGrhFyqFleXQvTLxepC { width:2.6875rem;height:2.6875rem;top:19.75rem;left:31.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoRy8MwHLK5dBD7nf1dOb2AfBJkZXwgZ { width:9.75rem;height:3.375rem;top:14.25rem;left:28.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4mvU2MX54VAoh4B3xkCCPVu4km4BtIg { width:2.6875rem;height:2.6875rem;top:9.1875rem;left:31.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtmHaJWdGPv7I0MbCrVxsmIGE1oCJ1ZD { width:18.0625rem;height:29.5625rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvT0SuvaDV8tzToD5ml71LT1G0fh0VnK { width:5.1875rem;height:2.4375rem;top:22.4375rem;left:17.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdBIpkbUBQWKbCkv85Ju2vbS7hhiRAhO { width:9.5rem;height:1.1875rem;top:12.625rem;left:28.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCEntUgf5IPVwJNQCCfqMA2zrqmzNDTL { width:8.125rem;height:1.1875rem;top:22.4375rem;left:29rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNI26aLTymfCWusIofTu5b22zEpmWMav { width:9.5rem;height:1.1875rem;top:12.625rem;left:38.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ4QITBTZmacwFHKuyUncsWs3ewaL1gW { width:4.125rem;height:4.125rem;top:8.6875rem;left:43.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPnC8XMu3eaRhIhAmynKEnXX8oihPC6T { width:9.75rem;height:3.375rem;top:14.25rem;left:38rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ5MqehmukwBdUWbmQ0AADcwp7sEqGrm { width:6.9375rem;height:2.4375rem;top:22.4375rem;left:40.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tigWcmTOmxgXELP2tGMIk6a0IBUDA4nF { width:2.6875rem;height:2.6875rem;top:19.75rem;left:44.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc8IKpSXPTcSGXyNaVtiOxWeNzJ7NNsV { width:9.75rem;height:2.25rem;top:25rem;left:38rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcn0zImalWkJxE4fKgiAAy3KmJly10ub { display:none; }
 }@media only screen and (max-width: 763px) { #aEsalOQvxylgeSE33prDaIg9WlBO777C { display:none; }
 }@media only screen and (max-width: 763px) { #Q9F5T9S978Ici6TbQRDJDbbTqLEWJq2U { display:none; }
 }@media only screen and (max-width: 763px) { #A1E4hqmOAX1iQ1hl2R4Q2LyF21vZE6lk { top:3.8125rem;left:12.0625rem;width:21.8125rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbb0rPt1iKFDQxI5X9SEaaDRxtGzN5Ne { display:none; }#bbb0rPt1iKFDQxI5X9SEaaDRxtGzN5Ne > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RQxRlLZB6D7WIWBNCKeIbcToJEU886mH { top:2.8125rem;left:1.1875rem;width:7.8125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZXKPmb2sxZolmCawP4BDbdgSS3IFT3D { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCbeRhTUZVVl6sQBIoh4JlDSTxC3wTBl { top:6.1875rem;left:11.9375rem;width:2rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qg4oormh2RDgobb92QyVQB0CrdGW53VS { top:6.125rem;left:13.875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW6INtxH1brkVbnG8snTJDHw44vDSxmO { width:5.5625rem;height:2.8125rem;top:1.96875rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozCftKl7GdqX14b2bHgUqDG5L7JXvNor { background-color:#d4dcd2;background-image:url("https://images.assets-landingi.com/uc/cb8dade8-06a0-4933-b8ee-c0c4d72d4001/BG_01.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor.adaptive-delivery-prevent-bg, #ozCftKl7GdqX14b2bHgUqDG5L7JXvNor.lazyload, #ozCftKl7GdqX14b2bHgUqDG5L7JXvNor.lazyloading { background-image: none; }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor > .row .container { background-color: transparent; background-image: none; }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor > .row .container > .video-iframe-container { display: none; }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor > .row > .video-iframe-container { display: none; }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor > .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); }#ozCftKl7GdqX14b2bHgUqDG5L7JXvNor > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cM1pcb4tL3eIZVktK3123AfToNlGTH8J { width:13rem;height:13rem;top:0rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXHgnl7TUSmIrIph3oRL4f2fHhxMFgzX { width:16.6875rem;height:7rem;top:15.8125rem;left:1.65625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qruM3KFUQUQJgxWlleX9Lu1KU7rPXUZl { width:20rem;height:0.75rem;top:11.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtIgoALQ9cazUb8JsyO2KahAeq6TXI5r { width:18.4375rem;height:7.124rem;top:24.625rem;left:0.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJwUSwFnbAM2fTsQD6VsuqSy0TeF8mUZ { top:33.64892578125rem;left:0.5rem;width:19rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4xxOZ5W3TlOpyQ4Uuq1B2aFPXa0NBuA { display:block; }
 }@media only screen and (max-width: 763px) { #oAPT0NSUkwDIXEmAblghbHm2znDZfxkk { top:14.0625rem;left:0rem;width:20rem;height:20.8125rem;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU { background-color:#131313;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .row .container { background-color: transparent; background-image: none; }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .row .container > .video-iframe-container { display: none; }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .row > .video-iframe-container { display: none; }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .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); }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .row .container { border-width: 0; border-radius: 0; }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .row > .video-iframe-container {  }#TeChWUbNc4EVIRNJ8KzED9f2kHG5SgqU > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhsdlgufcrEmH5cphCCbn9WxazyQg35w { height:11.1435625rem;width:20rem;top:1.583984375rem;left:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(255,255,255,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW { background-color:#f1f1f1;background-image:none;display:block; }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW > .row .container { background-color: transparent; background-image: none; }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW > .row .container > .video-iframe-container { display: none; }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW > .row > .video-iframe-container { display: none; }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW > .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); }#rcIBHTgZxoyw0rTyi2qRlb9UnuT3fvDW > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqbTJQEIqlB0IQWXBQH4WE3nC4RTcxAM { width:2.6875rem;height:2.6875rem;top:5.4375rem;left:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AduvHQNb4Xsa6krwiN60C3CeTHJOAcoM { width:6.0625rem;height:1.875rem;top:8.75rem;left:1.875rem;text-align:center;text-align-last:center;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Kq22dS9fArW14Ku57vmA6NkWRHTQTatL { width:8.125rem;height:2.2744125rem;top:11.4375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #GA1SQp2665agAUqPFw4Ky4XzSEJ96LqD { width:2.6875rem;height:2.6875rem;top:30.25rem;left:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4aw9mVZWvuFhK09SEV890R9w3OKeW3W { width:7.875rem;height:3.41161875rem;top:35.625rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #ZZRTVU6q31p99OfaCJvkJICiM8XiGc0o { width:7.4375rem;height:4.548825rem;top:22.8125rem;left:11.25rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #c2pNzg963eVhFFGrhFyqFleXQvTLxepC { width:2.6875rem;height:2.6875rem;top:17.5625rem;left:13.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoRy8MwHLK5dBD7nf1dOb2AfBJkZXwgZ { width:8.375rem;height:3.41161875rem;top:10.4375rem;left:10.75rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #g4mvU2MX54VAoh4B3xkCCPVu4km4BtIg { width:2.6875rem;height:2.6875rem;top:5.3125rem;left:13.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtmHaJWdGPv7I0MbCrVxsmIGE1oCJ1ZD { width:12.3125rem;height:20rem;top:42.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvT0SuvaDV8tzToD5ml71LT1G0fh0VnK { width:6.6875rem;height:1.875rem;top:33.1875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XdBIpkbUBQWKbCkv85Ju2vbS7hhiRAhO { width:8.0625rem;height:0.9375rem;top:8.75rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SCEntUgf5IPVwJNQCCfqMA2zrqmzNDTL { width:8.125rem;height:1.21875rem;top:20.6875rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lNI26aLTymfCWusIofTu5b22zEpmWMav { width:8.125rem;height:1.21875rem;top:20.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fZ4QITBTZmacwFHKuyUncsWs3ewaL1gW { width:4.125rem;height:4.125rem;top:16.8125rem;left:2.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPnC8XMu3eaRhIhAmynKEnXX8oihPC6T { width:7.125rem;height:4.548825rem;top:22.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #gJ5MqehmukwBdUWbmQ0AADcwp7sEqGrm { width:6.875rem;height:1.875rem;top:33.5rem;left:11.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tigWcmTOmxgXELP2tGMIk6a0IBUDA4nF { width:2.6875rem;height:2.6875rem;top:30.25rem;left:13.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc8IKpSXPTcSGXyNaVtiOxWeNzJ7NNsV { width:8rem;height:3.41161875rem;top:35.75rem;left:11rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #Vcn0zImalWkJxE4fKgiAAy3KmJly10ub { top:4.1875rem;left:9.6875rem;width:0.0625rem;height:11rem;z-index:100016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aEsalOQvxylgeSE33prDaIg9WlBO777C { top:17.25rem;left:9.75rem;width:0.0625rem;height:11rem;z-index:100017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Q9F5T9S978Ici6TbQRDJDbbTqLEWJq2U { top:30.625rem;left:9.75rem;width:0.0625rem;height:11rem;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #A1E4hqmOAX1iQ1hl2R4Q2LyF21vZE6lk { width:18.3125rem;height:1.05615rem;top:1.8125rem;left:0.84375rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bbb0rPt1iKFDQxI5X9SEaaDRxtGzN5Ne { display:block; }#bbb0rPt1iKFDQxI5X9SEaaDRxtGzN5Ne > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQxRlLZB6D7WIWBNCKeIbcToJEU886mH { width:6rem;height:3rem;top:3.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZXKPmb2sxZolmCawP4BDbdgSS3IFT3D { width:17.8125rem;height:6.1875rem;top:9.0625rem;left:1.09375rem;font-size:0.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CCbeRhTUZVVl6sQBIoh4JlDSTxC3wTBl { top:17.8125rem;left:8rem;width:2rem;height:2rem;z-index:100009;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Qg4oormh2RDgobb92QyVQB0CrdGW53VS { top:17.75rem;left:9.9375rem;width:2.0625rem;height:2.0625rem;z-index:100010;font-size:1.4375rem;color:#ffffff;display:block; }
 }