.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;
}
.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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;background-image:none;position:relative;display:block; }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa > .row .container { background-color: transparent; background-image: none; }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa > .row .container > .video-iframe-container { display: none; }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa > .row > .video-iframe-container { display: none; }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa > .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); }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa > .row .container { border-width: 0; border-radius: 0; }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#yqVkIXP6uq8gAT5iZEhZRKUlKyNQ5DMK { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:4.75rem;top:1.25rem;left:27.625rem;overflow:hidden;display:block; }
#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c7c7c7;background-image:url("https://images.assets-landingi.com/uc/c45b2116-90b3-47c9-8da0-e4f9cb423294/HeaderDesk2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy.adaptive-delivery-prevent-bg, #CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy.lazyload, #CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy.lazyloading { background-image: none; }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy > .row .container { background-color: transparent; background-image: none; }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy > .row .container > .video-iframe-container { display: none; }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy > .row > .video-iframe-container { display: none; }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy > .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); }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy > .row .container { border-width: 0; border-radius: 0; }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;position:relative;display:block; }#TtFIauvPTExhkLep46XZSTEBlov3p7pA { color:#1c1e21;display:block;width:24rem;position:absolute;font-family:"krona one";font-size:2.375rem;font-weight:400;z-index:100000;line-height:1;letter-spacing:0;top:7.375rem;left:30.8125rem;height:7.125rem;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; }
#W68RXKog6fao03MM4RA6COIbb3yRpLiA { color:#34363b;display:block;width:20.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100001;line-height:1.8;letter-spacing:0;top:16.8125rem;left:30.8125rem;height:12.598625rem;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; }
#JV8yDq5lJZBFU9VDJp6WAVX5kxigTuJo { background-color:#34363b;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;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:"krona one";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:4.75rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:31.25rem;left:30.8125rem;display:block; }
#P0ZsIlh1v9sSg3asKkBDFrLQVmVBnnlx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eU6kVBIg3w1eMDuBR2MR0sUGzORC8Nnk { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #34363b;border-left:0.1875rem solid #34363b;border-right:0.1875rem solid #34363b;border-bottom:0.1875rem solid #34363b;box-sizing:border-box;color:#34363b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"krona one";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.1875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:37.375rem;left:30.8125rem;display:block; }
#inwP3hEnNTHaDhyUR1bwyHwNvLUd6Tkm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DuV5d0r0IUL6CrPeWgAtAOliS8RoWNkS { position:absolute;display:block;z-index:99999;background-color:#ffde00;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:6.75rem;width:23.375rem;top:23.4375rem;left:29.5625rem;display:block; }
#HJJ3923FC0L6bwyhtusMmATDkKl0P7ff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e1e;background-image:none;position:relative;display:block; }#HJJ3923FC0L6bwyhtusMmATDkKl0P7ff > .row .container { background-color: transparent; background-image: none; }#HJJ3923FC0L6bwyhtusMmATDkKl0P7ff::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HJJ3923FC0L6bwyhtusMmATDkKl0P7ff > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HJJ3923FC0L6bwyhtusMmATDkKl0P7ff > .row .container > .video-iframe-container { display: none; }#HJJ3923FC0L6bwyhtusMmATDkKl0P7ff > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HJJ3923FC0L6bwyhtusMmATDkKl0P7ff > .row > .video-iframe-container { display: none; }#HJJ3923FC0L6bwyhtusMmATDkKl0P7ff > .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); }#HJJ3923FC0L6bwyhtusMmATDkKl0P7ff > .row .container { border-width: 0; border-radius: 0; }#HJJ3923FC0L6bwyhtusMmATDkKl0P7ff > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#liEne9FRRHU7fUSqGcKFvXOsO6Vpv46v { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100002;line-height:1.8;letter-spacing:0;top:2.5rem;left:16.3125rem;height:1.79980625rem;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:center;text-align-last:center;display:block; }
#FUAvvkcyZf2o24on5PuFXVSAMhArKEFa { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:5rem;top:2.3125rem;left:22rem;overflow:hidden;display:block; }
#uvrh4yqnuoe6vddJvOwWeBucBQbATxNb { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:8.875rem;top:2.25rem;left:30.4375rem;overflow:hidden;display:block; }
#bbZl0D44dlk77CxuuBTmCi9RAMth0PW2 { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:100003;line-height:1.8;letter-spacing:0;top:1.75rem;left:26.5rem;height:3.26220625rem;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:center;text-align-last:center;display:block; }
#OO68NcT6AydfeuA4gJ9CuiHFuIrHbGoB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccd2d7;background-image:none;position:relative;display:block; }#OO68NcT6AydfeuA4gJ9CuiHFuIrHbGoB > .row .container { background-color: transparent; background-image: none; }#OO68NcT6AydfeuA4gJ9CuiHFuIrHbGoB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OO68NcT6AydfeuA4gJ9CuiHFuIrHbGoB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OO68NcT6AydfeuA4gJ9CuiHFuIrHbGoB > .row .container > .video-iframe-container { display: none; }#OO68NcT6AydfeuA4gJ9CuiHFuIrHbGoB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OO68NcT6AydfeuA4gJ9CuiHFuIrHbGoB > .row > .video-iframe-container { display: none; }#OO68NcT6AydfeuA4gJ9CuiHFuIrHbGoB > .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); }#OO68NcT6AydfeuA4gJ9CuiHFuIrHbGoB > .row .container { border-width: 0; border-radius: 0; }#OO68NcT6AydfeuA4gJ9CuiHFuIrHbGoB > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#SiUNWBP863athTHddzcTGgwkoyx6BM9v { 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.5625rem;left:22.75rem;display:block; }
#IKd8utsvaVJCKzObTLlzMMFkM9MxJmEt { color:#151515;display:block;width:8.125rem;position:absolute;font-family:"krona one";font-size:0.75rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:13rem;left:20.0625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JB7LfZQ2zX4LL5b6dxlofbxNPFsGUWxd { color:#454545;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:14.625rem;left:19.9375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RpNrDwGSsbrOa6ZotOpnkvOF9pH8JZIl { 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:20.125rem;left:22.75rem;display:block; }
#NiBBpuq6xWgye700vxPT9DOHzPVPms3e { color:#454545;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:25.375rem;left:18.75rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vsTB7TzIw3xnADP4vbuUJQuTMii8CATe { color:#454545;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:25.375rem;left:31.5625rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xzGfNkdHA3bH642XOhyrKfh6rVFrdDTl { 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:20.125rem;left:35.5625rem;display:block; }
#UG84p63H3Lg48zImyVZ7hFd3woopSO2P { color:#454545;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:14.625rem;left:32.0625rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ct6tW4DRoaT7Tga54y0g2E4H0PRiPRtE { 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.5625rem;left:35.5625rem;display:block; }
#m2gPIHew1Teibp8yHTB8TeQGfTc5pXUx { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.6875rem;width:19.375rem;top:0.125rem;left:0.625rem;overflow:hidden;display:block; }
#aCZp1Psb8F4xHxcnD1ON8pTV3CXmZ4IV { color:#151515;display:block;width:8.125rem;position:absolute;font-family:"krona one";font-size:0.75rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:22.8125rem;left:20.0625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qfTTzTXKPebWyCyuuAx2FcWzwzN8EfF4 { color:#151515;display:block;width:9.5rem;position:absolute;font-family:"krona one";font-size:0.75rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:13rem;left:32.1875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vMxTqKhrqzmuATLMXMobC4XJaRBVao1l { color:#151515;display:block;width:8.125rem;position:absolute;font-family:"krona one";font-size:0.75rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:22.8125rem;left:32.875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#trdknW9CN2Zb8FtyTLL1mpIk47nBJcP2 { color:#151515;display:block;width:9.5rem;position:absolute;font-family:"krona one";font-size:0.75rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:13rem;left:44.5rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZoi8ZsltnpvwAn0esMCXJzcaTIey4Tt { 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:9.0625rem;left:47.1875rem;display:block; }
#XnShsriTuiETNmmaL3XS74kLrUhfOWmu { color:#454545;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:14.625rem;left:44.4375rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JFcrRdBUuADzCfpl7RPK86d4FH3AmRxO { color:#151515;display:block;width:9.5rem;position:absolute;font-family:"krona one";font-size:0.75rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:22.8125rem;left:44.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ab7gqteaLg0ZG9sWNvDh8Srk8TrGobuP { 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:20.125rem;left:47.9375rem;display:block; }
#vBiRXzZzwSTZoudvSnirILhDxwWvFdJT { color:#454545;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:25.375rem;left:44.375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t5nHrHDa52Z3B7lTswmN4kpzaTDs2qT9 { 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; }
#tQfRSG8SolzEXTdvLaAVQtdEpe9Wbdcf { 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; }
#g51TTFMt4B5fhO2Xmzf52sQpRn1bg42U { 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; }
#s1Be9lDDSZqP7sna2Jlm01VCBK2b9Lfi { color:#1c1e21;display:block;width:39.875rem;position:absolute;font-family:"krona one";font-size:1.5rem;font-weight:400;z-index:100001;line-height:1;letter-spacing:0;top:3.6875rem;left:19.375rem;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; }
#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#949da4;background-image:none;position:relative;display:block; }#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs > .row .container { background-color: transparent; background-image: none; }#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs > .row .container > .video-iframe-container { display: none; }#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs > .row > .video-iframe-container { display: none; }#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs > .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); }#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs > .row .container { border-width: 0; border-radius: 0; }#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:60rem;position:relative;display:block; }#iA9phaTCpZtTQsTfvlT1uDyHlrfzXOPa { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.125rem;width:55.4375rem;top:1.875rem;left:2.28125rem;display:block; }
#l47wKzEpygTUmP9sq21ibn0sDdI5A1FK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e5e6;background-image:none;position:relative;display:block; }#l47wKzEpygTUmP9sq21ibn0sDdI5A1FK > .row .container { background-color: transparent; background-image: none; }#l47wKzEpygTUmP9sq21ibn0sDdI5A1FK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l47wKzEpygTUmP9sq21ibn0sDdI5A1FK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l47wKzEpygTUmP9sq21ibn0sDdI5A1FK > .row .container > .video-iframe-container { display: none; }#l47wKzEpygTUmP9sq21ibn0sDdI5A1FK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l47wKzEpygTUmP9sq21ibn0sDdI5A1FK > .row > .video-iframe-container { display: none; }#l47wKzEpygTUmP9sq21ibn0sDdI5A1FK > .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); }#l47wKzEpygTUmP9sq21ibn0sDdI5A1FK > .row .container { border-width: 0; border-radius: 0; }#l47wKzEpygTUmP9sq21ibn0sDdI5A1FK > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#hIi7xZvC5uz1J7UGbWqee5Lz4JTAXNKL { color:#1c1e21;display:block;width:39.875rem;position:absolute;font-family:"krona one";font-size:1.5rem;font-weight:400;z-index:100002;line-height:1;letter-spacing:0;top:2.75rem;left:10.0625rem;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:center;text-align-last:center;display:block; }
#dhTxtgXvXlocxDiuOCiLCT1FCXpx223b { position:absolute;display:block;z-index:100003;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;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.17) ;height:22.3125rem;width:58.0625rem;top:7.125rem;left:0.96875rem;display:block; }
#zmF8CszCKCa9WTvdZeAEMBykntCum2Tq { color:#34363b;display:block;width:39.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100004;line-height:1;letter-spacing:0;top:8.75rem;left:10.125rem;height:3rem;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:center;text-align-last:center;display:block; }
#inqaVW0A1qquHWedKhHqRk264UtvrRJE { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;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:0.125rem;width:32.0625rem;top:13.9375rem;left:14rem;display:block; }
#iCoOnTJysbVKXp2VmCMq2MBvi5qUpUG5 { color:#34363b;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:18.8125rem;left:4.0625rem;height:6.499rem;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:center;text-align-last:center;display:block; }
#pT41GLpQT33KGeETHA9Rp5dpNTQPT0Tw { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:16.125rem;left:4.0625rem;height:1.29980625rem;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:center;text-align-last:center;display:block; }
#o5fBLFtgIElQ0wx4Tbvb9qfP6eoWl44p { box-sizing:content-box;color:#519fe6;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:block;z-index:100004;top:15.1875rem;left:10.0625rem;display:block; }
#P0MvAL2BSFXmUXt8CTz0sL4OwAWRV4lw { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;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:10.375rem;width:0.125rem;top:16.125rem;left:21.375rem;display:block; }
#roK3tgOltMUw0oTmnsG3KN0bJmsLTs9R { box-sizing:content-box;color:#519fe6;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:block;z-index:100008;top:15.1875rem;left:28.75rem;display:block; }
#ik9JzNPHPVRUuXqpu8Qh7gWMxJpU4cdu { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:16.125rem;left:22.75rem;height:1.29980625rem;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:center;text-align-last:center;display:block; }
#RuawIFfP50FAGadSTdZ8i0azUsT2kZg3 { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;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:10.375rem;width:0.125rem;top:16.125rem;left:40.0625rem;display:block; }
#exx2ElwyVUXrT8RdbIJvZ3b0gcodi320 { color:#34363b;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:18.8125rem;left:22.75rem;height:6.499rem;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:center;text-align-last:center;display:block; }
#rgcJt5wKTtSD8Bc6o18lOd1F2GC3G93P { box-sizing:content-box;color:#519fe6;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:block;z-index:100011;top:15.25rem;left:47rem;display:block; }
#M75lwRdt2cEgAZ08DF6FfXEOL2Ca2Alq { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:16.1875rem;left:41rem;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:center;text-align-last:center;display:block; }
#cXQKupvLu9sO1G0sc83qTTZcEyMFx4q3 { color:#34363b;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:18.875rem;left:41rem;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:center;text-align-last:center;display:block; }
#xT6h4Mu2SsDJCgKdrS1uZDCm25v1Vz2f { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;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:10.375rem;width:0.125rem;top:16.125rem;left:40.0625rem;display:none; }
#kTe5BgShvSzuKpTFvH3eQ4o88NLDJHBT { position:absolute;display:block;z-index:100004;background-color:#191919;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;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.17) ;height:9.875rem;width:58.0625rem;top:29.4375rem;left:0.96875rem;display:block; }
#V74dPT0S2dUZrwAdLLlaQ0ZpLtNsShlU { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:"krona one";font-size:1.5rem;font-weight:400;z-index:100014;line-height:1;letter-spacing:0;top:33.625rem;left:2.75rem;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:center;text-align-last:center;display:block; }
#pukatvCVpfCtKf0Lc5WZJFEk6ExwMVyU { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:31.12548828125rem;left:23.5625rem;height:6.499rem;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; }
#TlLioQyu6S7IMA1CS6BOZCdGnqV7MmK0 { position:absolute;display:block;z-index:99999;background-color:#ffde00;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:6.75rem;width:23.375rem;top:23.4375rem;left:29.5625rem;display:none; }
#XOu6v0VgZvbyM4g51x0H6iTXDUGUc3WD { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:16rem;display:none; }
#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;background-image:none;position:relative;display:block; }#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G > .row .container { background-color: transparent; background-image: none; }#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G > .row .container > .video-iframe-container { display: none; }#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G > .row > .video-iframe-container { display: none; }#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G > .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); }#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G > .row .container { border-width: 0; border-radius: 0; }#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:block; }#EURXvcK6TPG2KscnuPJ5fHoDVSeQTBlV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:25.0625rem;width:25.125rem;top:5.6875rem;left:4.375rem;overflow:hidden;display:block; }
#wpWw9uHozGALmOcy5nHtkCbTCWOMxDPU { color:#1c1e21;display:block;width:24rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100001;line-height:1;letter-spacing:0;top:8.125rem;left:31.6875rem;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; }
#GdgFOa3XTWKZlGlTf8MrIW8ptthETkXJ { color:#1c1e21;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:9.9375rem;left:31.6875rem;height:1.375rem;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; }
#lDP6ihc3uiA855sQ6CvgSp9ygNAmWI2q { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;height:2.3125rem;width:9.375rem;top:12.8125rem;left:31.6875rem;display:block; }
#q248WXaeIMTqJbTbArJWNxm1hOJLuPow { background-color:#34363b;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;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:"krona one";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:3.125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:24.1875rem;left:31.6875rem;display:block; }
#UFzd61ZDKASynNfuveTwyxIWiTT11FGw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PRqTPIVmlsAv53qbg73nxmoNQi0cnDJa { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"krona one";font-size:2rem;font-weight:400;z-index:100003;line-height:1;letter-spacing:0;top:18.71875rem;left:31.6875rem;height:2rem;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; }
#XzpfqZuXTpWfTW7coSCwB3BPh4GlUWT5 { color:#000000;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100004;line-height:1.8;letter-spacing:0;top:13.1875rem;left:32.4375rem;height:1.79980625rem;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; }
#E7ZMeyDQxykJ5TFbfFp6wEk01HsoCvXf { box-sizing:content-box;color:#2a8fdc;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:100005;top:12.9375rem;left:38.6875rem;display:block; }
#CUxfSnEBMFuNKvi25WrzoaSioTdZMpyG { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:12.875rem;left:35.875rem;display:block; }
#X5HThP2lOvBndcCSyqfc5cc1TudtH0Ll { color:#1c1e21;display:block;width:25.625rem;position:absolute;font-family:"krona one";font-size:0.6875rem;font-weight:400;z-index:100004;line-height:1.7;letter-spacing:0;top:28rem;left:31.6875rem;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; }
#oF5fLm7k9x5SzBVRdAP887HltTbBidlc { position:absolute;display:block;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;border-top:0.25rem solid #000000;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.625rem 0.625rem 3.125rem rgba(0,0,0,0.14) ;height:27.875rem;width:54.6875rem;top:4.25rem;left:2.6875rem;display:block; }
#r1aOTH13KTDSfTUnTt2Ho1UmOTWFpAXh { color:#000000;display:block;width:1.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100005;line-height:1.8;letter-spacing:0;top:13.193359375rem;left:38.0625rem;height:1.79980625rem;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; }
#xSvf46fRtMzfT9l4I5xk0bqKy52nM6IO { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"krona one";font-size:1.125rem;font-weight:400;z-index:100004;line-height:1;letter-spacing:0;top:16.84375rem;left:31.6875rem;height:1.125rem;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; }
#R9sUTqTTAXOZ63VkXzhgNCUoBP0swwKG { position:absolute;display:block;z-index:100007;background-color:#171717;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;box-shadow: 0rem 0rem 0.875rem rgba(0,0,0,0.5) ;height:1.6875rem;width:21.5rem;top:28.4375rem;left:6.25rem;display:block; }
#ipAzsPEax8aSqU3DHD4UGDGXnwsZFFwK { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;top:28.875rem;left:5.375rem;height:0.6875rem;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:center;text-align-last:center;display:block; }
#gWdVUiFmQayC9vqLqhfdB46i1cuwaqm7 { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"krona one";font-size:1.125rem;font-weight:400;z-index:100004;line-height:1;letter-spacing:0;top:16.84375rem;left:31.6875rem;height:1.125rem;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:none; }
#HLV2hQp06roOMlHbb5GhJZ2F7er2lbJC { color:#1c1e21;display:block;width:25.625rem;position:absolute;font-family:"krona one";font-size:0.6875rem;font-weight:400;z-index:100005;line-height:1.7;letter-spacing:0;top:21.2880859375rem;left:31.6875rem;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; }
#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccd2d7;background-image:none;position:relative;display:block; }#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck > .row .container { background-color: transparent; background-image: none; }#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck > .row .container > .video-iframe-container { display: none; }#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck > .row > .video-iframe-container { display: none; }#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck > .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); }#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck > .row .container { border-width: 0; border-radius: 0; }#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:block; }#pz6dRQacLQxwJ5x34CXVL43Jp58IoTtH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:25.125rem;width:25.125rem;top:5.6875rem;left:4.375rem;overflow:hidden;display:block; }
#iEhWQz5h7HLHwuD9uDbvAmhqDdD44fix { color:#1c1e21;display:block;width:24rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100001;line-height:1;letter-spacing:0;top:7.6875rem;left:31.6875rem;height:0.9375rem;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; }
#q0iWbVAhIXtaw3oJG2hKltp9zBPnNiW7 { color:#1c1e21;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:9.75rem;left:31.6875rem;height:1.6875rem;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; }
#lQ0LyswuXEreSFQuWBfhIBEaeub3Qf8w { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;height:2.3125rem;width:8.3125rem;top:12.8125rem;left:31.6875rem;display:block; }
#iEHOquu7mAsoNs70uRN9TIB0afBXfpfT { background-color:#34363b;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;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:"krona one";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:3.125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:22rem;left:31.6875rem;display:block; }
#pCM09MW4cAWNBvxRrcDDcX45q4o3RBGB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uLr8rX1kKR850RIuEgXzWzQimdbXtgV4 { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"krona one";font-size:2rem;font-weight:400;z-index:100003;line-height:1;letter-spacing:0;top:16.53125rem;left:31.6875rem;height:2rem;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; }
#tF8Q30rA8pkkFRpXdURXn2eAxRnTdHUn { color:#000000;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100004;line-height:1.8;letter-spacing:0;top:13.1875rem;left:32.4375rem;height:1.79980625rem;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; }
#gOTUQdT3a9gB6KCxOLTAS0TXSQLfyWIH { box-sizing:content-box;color:#2a8fdc;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:100005;top:12.9375rem;left:37.6875rem;display:block; }
#OabIRpq58Ik0GCdvdXmQ6myGScVJVwlU { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:12.875rem;left:35.875rem;display:block; }
#F6Grwm8RMGWVtEX8TAfUDV5eB1ezybTv { color:#1c1e21;display:block;width:25.625rem;position:absolute;font-family:"krona one";font-size:0.6875rem;font-weight:400;z-index:100004;line-height:1.7;letter-spacing:0;top:27.125rem;left:31.6875rem;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; }
#sq2TJoIiuQ01iRqJ8ytaWTsTgX0aRw1h { position:absolute;display:block;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;border-top:0.25rem solid #000000;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.625rem 0.625rem 3.125rem rgba(0,0,0,0.14) ;height:27.875rem;width:54.6875rem;top:4.25rem;left:2.6875rem;display:block; }
#c0glROrWKW8mHL0CsO6ZmWqVV7FgKT5J { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:700;z-index:100010;line-height:1;letter-spacing:0;top:28.25rem;left:5.375rem;height:0.6875rem;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:center;text-align-last:center;display:block; }
#au8hd1B4yLCTwkTGBdhgaiolo5gM1PA5 { position:absolute;display:block;z-index:100009;background-color:#171717;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;box-shadow: 0rem 0rem 0.875rem rgba(0,0,0,0.5) ;height:1.6875rem;width:21.5rem;top:27.8125rem;left:6.25rem;display:block; }
#DxPHp8hTvtxnaPla4vHSCOfuOmWQtZn8 { color:#1c1e21;display:block;width:25.625rem;position:absolute;font-family:"krona one";font-size:0.6875rem;font-weight:400;z-index:100006;line-height:1.7;letter-spacing:0;top:19.4375rem;left:31.6875rem;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; }
#E1gQIAk5DWThck8ttet8X5qzHPmFADf2 { position:relative;display:none; }#E1gQIAk5DWThck8ttet8X5qzHPmFADf2 { border-width: 0; border-radius: 0; }#E1gQIAk5DWThck8ttet8X5qzHPmFADf2 > .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:60rem;position:relative;display:none; }#qXNUFByRkJnBwM35vKUfHMyRy613hMNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#qXNUFByRkJnBwM35vKUfHMyRy613hMNT > .row .container { background-color: transparent; background-image: none; }#qXNUFByRkJnBwM35vKUfHMyRy613hMNT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qXNUFByRkJnBwM35vKUfHMyRy613hMNT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qXNUFByRkJnBwM35vKUfHMyRy613hMNT > .row .container > .video-iframe-container { display: none; }#qXNUFByRkJnBwM35vKUfHMyRy613hMNT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qXNUFByRkJnBwM35vKUfHMyRy613hMNT > .row > .video-iframe-container { display: none; }#qXNUFByRkJnBwM35vKUfHMyRy613hMNT > .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); }#qXNUFByRkJnBwM35vKUfHMyRy613hMNT > .row .container { border-width: 0; border-radius: 0; }#qXNUFByRkJnBwM35vKUfHMyRy613hMNT > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:60rem;position:relative;display:block; }#Ft7FR2GDnAwILoJRDwV0WM3p8ddlWwI6 { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100000;line-height:1.2;letter-spacing:0;top:10.875rem;left:14.1875rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JIgDZbNU2EltMRtrnswVDbu5FScvzg2m { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:"krona one";font-size:4.4375rem;font-weight:normal;z-index:99997;line-height:.8;letter-spacing:0;top:2.59375rem;left:0rem;height:7.099625rem;display:block; }
#SgT7gF2C48e7L4iOf2v2qHXTwnG1VZPi { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.25rem;width:24.25rem;top:2.59375rem;left:34.125rem;overflow:hidden;display:block; }
#O6bnolgBysD4eCMfSS9PyNBJhyn9GZK9 { position:relative;display:none; }#O6bnolgBysD4eCMfSS9PyNBJhyn9GZK9 { border-width: 0; border-radius: 0; }#O6bnolgBysD4eCMfSS9PyNBJhyn9GZK9 > .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:60rem;position:relative;display:none; }#TfDD1AhZyeNf5Pdt1bnUPOdVwTRkwOI9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;background-image:none;position:relative;display:block; }#TfDD1AhZyeNf5Pdt1bnUPOdVwTRkwOI9 > .row .container { background-color: transparent; background-image: none; }#TfDD1AhZyeNf5Pdt1bnUPOdVwTRkwOI9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TfDD1AhZyeNf5Pdt1bnUPOdVwTRkwOI9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TfDD1AhZyeNf5Pdt1bnUPOdVwTRkwOI9 > .row .container > .video-iframe-container { display: none; }#TfDD1AhZyeNf5Pdt1bnUPOdVwTRkwOI9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TfDD1AhZyeNf5Pdt1bnUPOdVwTRkwOI9 > .row > .video-iframe-container { display: none; }#TfDD1AhZyeNf5Pdt1bnUPOdVwTRkwOI9 > .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); }#TfDD1AhZyeNf5Pdt1bnUPOdVwTRkwOI9 > .row .container { border-width: 0; border-radius: 0; }#TfDD1AhZyeNf5Pdt1bnUPOdVwTRkwOI9 > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#GRx10UsancAMN0IO8WaPzu5PMTTTppKh { 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; }
#XTsnfeosoMtMOuupv9M2uRwXTpaJ3Dra { 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; }
#WBEKnZLqTvB40hM7VB0wHlAvGrQ7bwGy { 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; }
#y0bIAEIRrEFSnfZiiXI99IzcznGgsTQh { 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) { #lHNSV9k114VnxTfJIDluM8hqzP2XzlUa { display:none; }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yqVkIXP6uq8gAT5iZEhZRKUlKyNQ5DMK { top:1.25rem;left:21.5rem;width:4.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy { display:block; }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtFIauvPTExhkLep46XZSTEBlov3p7pA { top:7.375rem;left:23.75rem;width:24rem;height:7.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W68RXKog6fao03MM4RA6COIbb3yRpLiA { top:16.8125rem;left:24.6875rem;width:20.875rem;height:12.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV8yDq5lJZBFU9VDJp6WAVX5kxigTuJo { width:21.3125rem;height:4.75rem;top:31.25rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0ZsIlh1v9sSg3asKkBDFrLQVmVBnnlx { display:block; }
 }@media only screen and (max-width: 763px) { #eU6kVBIg3w1eMDuBR2MR0sUGzORC8Nnk { width:14.875rem;height:3.1875rem;top:37.375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inwP3hEnNTHaDhyUR1bwyHwNvLUd6Tkm { display:block; }
 }@media only screen and (max-width: 763px) { #DuV5d0r0IUL6CrPeWgAtAOliS8RoWNkS { top:23.4375rem;left:23.4375rem;width:23.375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJJ3923FC0L6bwyhtusMmATDkKl0P7ff { display:block; }#HJJ3923FC0L6bwyhtusMmATDkKl0P7ff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liEne9FRRHU7fUSqGcKFvXOsO6Vpv46v { top:2.5rem;left:10.1875rem;width:4.625rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUAvvkcyZf2o24on5PuFXVSAMhArKEFa { top:2.3125rem;left:15.875rem;width:5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvrh4yqnuoe6vddJvOwWeBucBQbATxNb { top:2.25rem;left:24.3125rem;width:8.875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbZl0D44dlk77CxuuBTmCi9RAMth0PW2 { top:1.75rem;left:20.375rem;width:4.625rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO68NcT6AydfeuA4gJ9CuiHFuIrHbGoB { display:block; }#OO68NcT6AydfeuA4gJ9CuiHFuIrHbGoB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiUNWBP863athTHddzcTGgwkoyx6BM9v { width:2.6875rem;height:2.6875rem;top:9.5625rem;left:16.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKd8utsvaVJCKzObTLlzMMFkM9MxJmEt { width:8.125rem;height:0.9375rem;top:13rem;left:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB7LfZQ2zX4LL5b6dxlofbxNPFsGUWxd { width:8.4375rem;height:2rem;top:14.625rem;left:13.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpNrDwGSsbrOa6ZotOpnkvOF9pH8JZIl { width:2.6875rem;height:2.6875rem;top:20.125rem;left:16.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiBBpuq6xWgye700vxPT9DOHzPVPms3e { width:10.75rem;height:2rem;top:25.375rem;left:12.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsTB7TzIw3xnADP4vbuUJQuTMii8CATe { width:10.75rem;height:3rem;top:25.375rem;left:25.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzGfNkdHA3bH642XOhyrKfh6rVFrdDTl { width:2.6875rem;height:2.6875rem;top:20.125rem;left:29.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG84p63H3Lg48zImyVZ7hFd3woopSO2P { width:9.75rem;height:3rem;top:14.625rem;left:25.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct6tW4DRoaT7Tga54y0g2E4H0PRiPRtE { width:2.6875rem;height:2.6875rem;top:9.5625rem;left:29.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2gPIHew1Teibp8yHTB8TeQGfTc5pXUx { width:19.375rem;height:29.6875rem;top:0.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCZp1Psb8F4xHxcnD1ON8pTV3CXmZ4IV { width:8.125rem;height:1.875rem;top:22.8125rem;left:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfTTzTXKPebWyCyuuAx2FcWzwzN8EfF4 { width:9.5rem;height:0.9375rem;top:13rem;left:26.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMxTqKhrqzmuATLMXMobC4XJaRBVao1l { width:8.125rem;height:0.9375rem;top:22.8125rem;left:26.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #trdknW9CN2Zb8FtyTLL1mpIk47nBJcP2 { width:9.5rem;height:0.9375rem;top:13rem;left:38.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZoi8ZsltnpvwAn0esMCXJzcaTIey4Tt { width:4.125rem;height:4.125rem;top:9.0625rem;left:41.0625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnShsriTuiETNmmaL3XS74kLrUhfOWmu { width:9.75rem;height:3rem;top:14.625rem;left:38rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFcrRdBUuADzCfpl7RPK86d4FH3AmRxO { width:9.5rem;height:1.875rem;top:22.8125rem;left:38.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab7gqteaLg0ZG9sWNvDh8Srk8TrGobuP { width:2.6875rem;height:2.6875rem;top:20.125rem;left:41.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBiRXzZzwSTZoudvSnirILhDxwWvFdJT { width:9.75rem;height:2rem;top:25.375rem;left:38rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5nHrHDa52Z3B7lTswmN4kpzaTDs2qT9 { display:none; }
 }@media only screen and (max-width: 763px) { #tQfRSG8SolzEXTdvLaAVQtdEpe9Wbdcf { display:none; }
 }@media only screen and (max-width: 763px) { #g51TTFMt4B5fhO2Xmzf52sQpRn1bg42U { display:none; }
 }@media only screen and (max-width: 763px) { #s1Be9lDDSZqP7sna2Jlm01VCBK2b9Lfi { top:3.6875rem;left:7.875rem;width:39.875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwyG2ViBPAxyTi2icW3hytpHECXWh2fs { display:block; }#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iA9phaTCpZtTQsTfvlT1uDyHlrfzXOPa { top:1.875rem;left:0rem;width:47.75rem;height:26.808906426156rem;display:block; }
 }@media only screen and (max-width: 763px) { #l47wKzEpygTUmP9sq21ibn0sDdI5A1FK { display:block; }#l47wKzEpygTUmP9sq21ibn0sDdI5A1FK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIi7xZvC5uz1J7UGbWqee5Lz4JTAXNKL { top:2.75rem;left:3.9375rem;width:39.875rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhTxtgXvXlocxDiuOCiLCT1FCXpx223b { top:7.125rem;left:0rem;width:47.75rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmF8CszCKCa9WTvdZeAEMBykntCum2Tq { top:8.75rem;left:4rem;width:39.8125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inqaVW0A1qquHWedKhHqRk264UtvrRJE { top:13.9375rem;left:7.875rem;width:32.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCoOnTJysbVKXp2VmCMq2MBvi5qUpUG5 { top:18.8125rem;left:0rem;width:15.125rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT41GLpQT33KGeETHA9Rp5dpNTQPT0Tw { top:16.125rem;left:0rem;width:15.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5fBLFtgIElQ0wx4Tbvb9qfP6eoWl44p { top:15.1875rem;left:3.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0MvAL2BSFXmUXt8CTz0sL4OwAWRV4lw { top:16.125rem;left:15.25rem;width:0.125rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roK3tgOltMUw0oTmnsG3KN0bJmsLTs9R { top:15.1875rem;left:22.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik9JzNPHPVRUuXqpu8Qh7gWMxJpU4cdu { top:16.125rem;left:16.625rem;width:15.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuawIFfP50FAGadSTdZ8i0azUsT2kZg3 { top:16.125rem;left:33.9375rem;width:0.125rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exx2ElwyVUXrT8RdbIJvZ3b0gcodi320 { top:18.8125rem;left:16.625rem;width:15.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgcJt5wKTtSD8Bc6o18lOd1F2GC3G93P { top:15.25rem;left:40.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M75lwRdt2cEgAZ08DF6FfXEOL2Ca2Alq { top:16.1875rem;left:32.625rem;width:15.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXQKupvLu9sO1G0sc83qTTZcEyMFx4q3 { top:18.875rem;left:32.625rem;width:15.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT6h4Mu2SsDJCgKdrS1uZDCm25v1Vz2f { top:16.125rem;left:33.9375rem;width:0.125rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTe5BgShvSzuKpTFvH3eQ4o88NLDJHBT { top:29.4375rem;left:0rem;width:47.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V74dPT0S2dUZrwAdLLlaQ0ZpLtNsShlU { top:33.625rem;left:0rem;width:20.0625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pukatvCVpfCtKf0Lc5WZJFEk6ExwMVyU { top:31.125rem;left:17.3125rem;width:30.4375rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlLioQyu6S7IMA1CS6BOZCdGnqV7MmK0 { top:23.4375rem;left:23.4375rem;width:23.375rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOu6v0VgZvbyM4g51x0H6iTXDUGUc3WD { width:16rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8X8goTaExMzCeNSLUvcIXp5FNub7r9G { display:block; }#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EURXvcK6TPG2KscnuPJ5fHoDVSeQTBlV { top:5.6875rem;left:0rem;width:25.125rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpWw9uHozGALmOcy5nHtkCbTCWOMxDPU { top:8.125rem;left:23.75rem;width:24rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdgFOa3XTWKZlGlTf8MrIW8ptthETkXJ { top:9.9375rem;left:22.125rem;width:25.625rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDP6ihc3uiA855sQ6CvgSp9ygNAmWI2q { top:12.8125rem;left:25.5625rem;width:9.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q248WXaeIMTqJbTbArJWNxm1hOJLuPow { width:24rem;height:3.125rem;top:24.1875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFzd61ZDKASynNfuveTwyxIWiTT11FGw { display:block; }
 }@media only screen and (max-width: 763px) { #PRqTPIVmlsAv53qbg73nxmoNQi0cnDJa { top:18.6875rem;left:22.125rem;width:25.625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzpfqZuXTpWfTW7coSCwB3BPh4GlUWT5 { top:13.1875rem;left:26.3125rem;width:7.125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7ZMeyDQxykJ5TFbfFp6wEk01HsoCvXf { top:12.9375rem;left:32.5625rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUxfSnEBMFuNKvi25WrzoaSioTdZMpyG { top:12.875rem;left:29.75rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5HThP2lOvBndcCSyqfc5cc1TudtH0Ll { top:28rem;left:22.125rem;width:25.625rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF5fLm7k9x5SzBVRdAP887HltTbBidlc { top:4.25rem;left:0rem;width:47.75rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1aOTH13KTDSfTUnTt2Ho1UmOTWFpAXh { top:13.1875rem;left:31.9375rem;width:1.125rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSvf46fRtMzfT9l4I5xk0bqKy52nM6IO { top:16.8125rem;left:25.5625rem;width:12.625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9sUTqTTAXOZ63VkXzhgNCUoBP0swwKG { top:28.4375rem;left:0.125rem;width:21.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipAzsPEax8aSqU3DHD4UGDGXnwsZFFwK { top:28.875rem;left:0rem;width:23.125rem;height:0.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWdVUiFmQayC9vqLqhfdB46i1cuwaqm7 { top:52.625rem;left:3.6875rem;width:12.625rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLV2hQp06roOMlHbb5GhJZ2F7er2lbJC { top:21.25rem;left:22.125rem;width:25.625rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbMzuydPa1vxR7ougPtCgkGS9DhU64ck { display:block; }#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pz6dRQacLQxwJ5x34CXVL43Jp58IoTtH { top:5.6875rem;left:0rem;width:25.125rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEhWQz5h7HLHwuD9uDbvAmhqDdD44fix { top:7.6875rem;left:23.75rem;width:24rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0iWbVAhIXtaw3oJG2hKltp9zBPnNiW7 { top:9.75rem;left:22.125rem;width:25.625rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ0LyswuXEreSFQuWBfhIBEaeub3Qf8w { top:12.8125rem;left:25.5625rem;width:8.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEHOquu7mAsoNs70uRN9TIB0afBXfpfT { width:24rem;height:3.125rem;top:22rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCM09MW4cAWNBvxRrcDDcX45q4o3RBGB { display:block; }
 }@media only screen and (max-width: 763px) { #uLr8rX1kKR850RIuEgXzWzQimdbXtgV4 { top:16.5rem;left:22.125rem;width:25.625rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8Q30rA8pkkFRpXdURXn2eAxRnTdHUn { top:13.1875rem;left:26.3125rem;width:7.125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOTUQdT3a9gB6KCxOLTAS0TXSQLfyWIH { top:12.9375rem;left:31.5625rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OabIRpq58Ik0GCdvdXmQ6myGScVJVwlU { top:12.875rem;left:29.75rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6Grwm8RMGWVtEX8TAfUDV5eB1ezybTv { top:27.125rem;left:22.125rem;width:25.625rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq2TJoIiuQ01iRqJ8ytaWTsTgX0aRw1h { top:4.25rem;left:0rem;width:47.75rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0glROrWKW8mHL0CsO6ZmWqVV7FgKT5J { top:28.25rem;left:0rem;width:23.125rem;height:0.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #au8hd1B4yLCTwkTGBdhgaiolo5gM1PA5 { top:27.8125rem;left:0.125rem;width:21.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxPHp8hTvtxnaPla4vHSCOfuOmWQtZn8 { top:19.4375rem;left:22.125rem;width:25.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1gQIAk5DWThck8ttet8X5qzHPmFADf2 { display:none; }#E1gQIAk5DWThck8ttet8X5qzHPmFADf2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qXNUFByRkJnBwM35vKUfHMyRy613hMNT { display:block; }#qXNUFByRkJnBwM35vKUfHMyRy613hMNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ft7FR2GDnAwILoJRDwV0WM3p8ddlWwI6 { top:10.875rem;left:8.0625rem;width:18.5625rem;height:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIgDZbNU2EltMRtrnswVDbu5FScvzg2m { top:2.5625rem;left:0rem;width:23.8125rem;height:7rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgT7gF2C48e7L4iOf2v2qHXTwnG1VZPi { top:2.5625rem;left:23.5rem;width:24.25rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6bnolgBysD4eCMfSS9PyNBJhyn9GZK9 { display:none; }#O6bnolgBysD4eCMfSS9PyNBJhyn9GZK9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TfDD1AhZyeNf5Pdt1bnUPOdVwTRkwOI9 { display:none; }#TfDD1AhZyeNf5Pdt1bnUPOdVwTRkwOI9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GRx10UsancAMN0IO8WaPzu5PMTTTppKh { top:2.8125rem;left:1.1875rem;width:7.8125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTsnfeosoMtMOuupv9M2uRwXTpaJ3Dra { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBEKnZLqTvB40hM7VB0wHlAvGrQ7bwGy { top:6.1875rem;left:11.9375rem;width:2rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0bIAEIRrEFSnfZiiXI99IzcznGgsTQh { 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) { #lHNSV9k114VnxTfJIDluM8hqzP2XzlUa { background-color:#0e0e0e;background-image:none;display:block; }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa > .row .container { background-color: transparent; background-image: none; }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa > .row .container > .video-iframe-container { display: none; }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa > .row > .video-iframe-container { display: none; }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa > .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); }#lHNSV9k114VnxTfJIDluM8hqzP2XzlUa > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqVkIXP6uq8gAT5iZEhZRKUlKyNQ5DMK { width:3.4375rem;height:2.3125rem;top:0.875rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy { background-color:#d7d7d7;background-image:url("https://images.assets-landingi.com/uc/9437ab00-954f-4ad9-88ec-277acde3981a/HeaderMobile2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy.adaptive-delivery-prevent-bg, #CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy.lazyload, #CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy.lazyloading { background-image: none; }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy > .row .container { background-color: transparent; background-image: none; }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy > .row .container > .video-iframe-container { display: none; }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy > .row > .video-iframe-container { display: none; }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy > .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); }#CXpkBIdCwqu4Tko2dAdo9c5bEB9Cd8gy > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtFIauvPTExhkLep46XZSTEBlov3p7pA { width:17.8125rem;height:4.6875rem;top:6rem;left:1.09375rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #W68RXKog6fao03MM4RA6COIbb3yRpLiA { width:18.5625rem;height:11.0854375rem;top:13.625rem;left:0.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"open sans";font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JV8yDq5lJZBFU9VDJp6WAVX5kxigTuJo { width:16.75rem;height:4.1875rem;top:27.3125rem;left:1.625rem;font-size:0.8125rem;background-color:#1c1e21;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) { #P0ZsIlh1v9sSg3asKkBDFrLQVmVBnnlx { display:block; }
 }@media only screen and (max-width: 763px) { #eU6kVBIg3w1eMDuBR2MR0sUGzORC8Nnk { width:13rem;height:2.9375rem;top:32.875rem;left:3.5rem;font-size:0.8125rem;border-top:0.125rem solid #1c1e21;border-left:0.125rem solid #1c1e21;border-right:0.125rem solid #1c1e21;border-bottom:0.125rem solid #1c1e21;color:#1c1e21;display:block; }
 }@media only screen and (max-width: 763px) { #inwP3hEnNTHaDhyUR1bwyHwNvLUd6Tkm { display:block; }
 }@media only screen and (max-width: 763px) { #DuV5d0r0IUL6CrPeWgAtAOliS8RoWNkS { width:20rem;height:6.5rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJJ3923FC0L6bwyhtusMmATDkKl0P7ff { display:block; }#HJJ3923FC0L6bwyhtusMmATDkKl0P7ff > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liEne9FRRHU7fUSqGcKFvXOsO6Vpv46v { width:4.625rem;height:1.57470625rem;top:0.6875rem;left:7.375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"open sans";font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FUAvvkcyZf2o24on5PuFXVSAMhArKEFa { width:4.375rem;height:2.1875rem;top:2.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvrh4yqnuoe6vddJvOwWeBucBQbATxNb { width:5.5625rem;height:1.3125rem;top:2.9375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbZl0D44dlk77CxuuBTmCi9RAMth0PW2 { width:4.625rem;height:3.26220625rem;top:2.28125rem;left:7.375rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-family:"thunder sem arabescos";font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OO68NcT6AydfeuA4gJ9CuiHFuIrHbGoB { display:block; }#OO68NcT6AydfeuA4gJ9CuiHFuIrHbGoB > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiUNWBP863athTHddzcTGgwkoyx6BM9v { width:2.6875rem;height:2.6875rem;top:7.625rem;left:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKd8utsvaVJCKzObTLlzMMFkM9MxJmEt { width:6.0625rem;height:1.5rem;top:10.9375rem;left:1.9375rem;text-align:center;text-align-last:center;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JB7LfZQ2zX4LL5b6dxlofbxNPFsGUWxd { width:8.125rem;height:2.3369125rem;top:13.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #RpNrDwGSsbrOa6ZotOpnkvOF9pH8JZIl { width:2.6875rem;height:2.6875rem;top:31.875rem;left:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiBBpuq6xWgye700vxPT9DOHzPVPms3e { width:7.875rem;height:3.41161875rem;top:37.25rem;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) { #vsTB7TzIw3xnADP4vbuUJQuTMii8CATe { width:8.25rem;height:4.548825rem;top:24.25rem;left:10.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #xzGfNkdHA3bH642XOhyrKfh6rVFrdDTl { width:2.6875rem;height:2.6875rem;top:18.9375rem;left:13.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG84p63H3Lg48zImyVZ7hFd3woopSO2P { width:8.375rem;height:3.41161875rem;top:12.625rem;left:10.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #ct6tW4DRoaT7Tga54y0g2E4H0PRiPRtE { width:2.6875rem;height:2.6875rem;top:7.5rem;left:13.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2gPIHew1Teibp8yHTB8TeQGfTc5pXUx { width:13.125rem;height:20rem;top:42.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCZp1Psb8F4xHxcnD1ON8pTV3CXmZ4IV { width:6.6875rem;height:1.5rem;top:34.8125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qfTTzTXKPebWyCyuuAx2FcWzwzN8EfF4 { width:8.0625rem;height:0.75rem;top:10.8125rem;left:11rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vMxTqKhrqzmuATLMXMobC4XJaRBVao1l { width:8.125rem;height:0.9746125rem;top:22.0625rem;left:10.875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #trdknW9CN2Zb8FtyTLL1mpIk47nBJcP2 { width:8.125rem;height:0.9746125rem;top:22.0625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LZoi8ZsltnpvwAn0esMCXJzcaTIey4Tt { width:4.125rem;height:4.125rem;top:18.1875rem;left:2.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnShsriTuiETNmmaL3XS74kLrUhfOWmu { width:8rem;height:4.548825rem;top:24.1875rem;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) { #JFcrRdBUuADzCfpl7RPK86d4FH3AmRxO { width:6.875rem;height:1.5rem;top:35.125rem;left:11.375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ab7gqteaLg0ZG9sWNvDh8Srk8TrGobuP { width:2.6875rem;height:2.6875rem;top:31.875rem;left:13.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBiRXzZzwSTZoudvSnirILhDxwWvFdJT { width:8rem;height:3.41161875rem;top:37.25rem;left:10.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #t5nHrHDa52Z3B7lTswmN4kpzaTDs2qT9 { top:6.375rem;left:9.75rem;width:0.0625rem;height:11rem;z-index:100016;background-color:#000000;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) { #tQfRSG8SolzEXTdvLaAVQtdEpe9Wbdcf { top:18.625rem;left:9.6875rem;width:0.0625rem;height:11rem;z-index:100017;background-color:#000000;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) { #g51TTFMt4B5fhO2Xmzf52sQpRn1bg42U { top:32.25rem;left:9.5625rem;width:0.0625rem;height:11rem;z-index:100018;background-color:#000000;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) { #s1Be9lDDSZqP7sna2Jlm01VCBK2b9Lfi { width:12.6875rem;height:2.8125rem;top:1.75rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FwyG2ViBPAxyTi2icW3hytpHECXWh2fs { background-color:#939ca7;background-image:none;display:block; }#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs > .row .container { background-color: transparent; background-image: none; }#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs > .row .container > .video-iframe-container { display: none; }#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs > .row > .video-iframe-container { display: none; }#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs > .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); }#FwyG2ViBPAxyTi2icW3hytpHECXWh2fs > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iA9phaTCpZtTQsTfvlT1uDyHlrfzXOPa { height:11.228861330327rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l47wKzEpygTUmP9sq21ibn0sDdI5A1FK { display:block; }#l47wKzEpygTUmP9sq21ibn0sDdI5A1FK > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIi7xZvC5uz1J7UGbWqee5Lz4JTAXNKL { width:20rem;height:0.9375rem;top:2.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dhTxtgXvXlocxDiuOCiLCT1FCXpx223b { width:20rem;height:49.375rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmF8CszCKCa9WTvdZeAEMBykntCum2Tq { width:16.875rem;height:4.548825rem;top:7.5625rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"open sans";font-weight:300;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #inqaVW0A1qquHWedKhHqRk264UtvrRJE { width:14.0625rem;height:0.125rem;top:14.125rem;left:2.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iCoOnTJysbVKXp2VmCMq2MBvi5qUpUG5 { width:15.125rem;height:5.6860375rem;top:19rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"open sans";font-weight:300;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pT41GLpQT33KGeETHA9Rp5dpNTQPT0Tw { width:15.125rem;height:1.13720625rem;top:16.375rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"open sans";font-weight:300;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o5fBLFtgIElQ0wx4Tbvb9qfP6eoWl44p { width:3.125rem;height:3.125rem;top:15.375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0MvAL2BSFXmUXt8CTz0sL4OwAWRV4lw { width:0.125rem;height:10.375rem;top:43.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #roK3tgOltMUw0oTmnsG3KN0bJmsLTs9R { width:3.125rem;height:3.125rem;top:28.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik9JzNPHPVRUuXqpu8Qh7gWMxJpU4cdu { width:15.125rem;height:1.13720625rem;top:29.8125rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"open sans";font-weight:300;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RuawIFfP50FAGadSTdZ8i0azUsT2kZg3 { width:14.3125rem;height:0.125rem;top:40rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exx2ElwyVUXrT8RdbIJvZ3b0gcodi320 { width:15.125rem;height:5.6860375rem;top:32.6875rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"open sans";font-weight:300;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rgcJt5wKTtSD8Bc6o18lOd1F2GC3G93P { width:3.125rem;height:3.125rem;top:41rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M75lwRdt2cEgAZ08DF6FfXEOL2Ca2Alq { width:15.125rem;height:1.13720625rem;top:41.9375rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"open sans";font-weight:300;font-style:normal;line-height:1.3;z-index:100013;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cXQKupvLu9sO1G0sc83qTTZcEyMFx4q3 { width:15.125rem;height:5.6860375rem;top:45.25rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"open sans";font-weight:300;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xT6h4Mu2SsDJCgKdrS1uZDCm25v1Vz2f { width:14.3125rem;height:0.125rem;top:27.5rem;left:2.84375rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #kTe5BgShvSzuKpTFvH3eQ4o88NLDJHBT { width:20rem;height:16.25rem;top:55.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V74dPT0S2dUZrwAdLLlaQ0ZpLtNsShlU { width:20rem;height:0.9375rem;top:57.25048828125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pukatvCVpfCtKf0Lc5WZJFEk6ExwMVyU { width:15.0625rem;height:8.57225rem;top:60.12548828125rem;left:2.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"open sans";font-weight:300;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TlLioQyu6S7IMA1CS6BOZCdGnqV7MmK0 { width:20rem;height:8.25rem;top:5.71142578125rem;left:0rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #XOu6v0VgZvbyM4g51x0H6iTXDUGUc3WD { top:11.6875rem;left:14.699074074074rem;width:5.1875rem;height:6.5rem;z-index:100015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S8X8goTaExMzCeNSLUvcIXp5FNub7r9G { background-color:#ccd2d7;background-image:none;display:block; }#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G > .row .container { background-color: transparent; background-image: none; }#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G > .row .container > .video-iframe-container { display: none; }#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G > .row > .video-iframe-container { display: none; }#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G > .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); }#S8X8goTaExMzCeNSLUvcIXp5FNub7r9G > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EURXvcK6TPG2KscnuPJ5fHoDVSeQTBlV { width:18.375rem;height:18.375rem;top:14.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpWw9uHozGALmOcy5nHtkCbTCWOMxDPU { width:17.5625rem;height:0.75rem;top:4.9375rem;left:1.21875rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GdgFOa3XTWKZlGlTf8MrIW8ptthETkXJ { width:15.25rem;height:2.75rem;top:6.25rem;left:1.28125rem;font-size:1.375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lDP6ihc3uiA855sQ6CvgSp9ygNAmWI2q { width:9.625rem;height:2.3125rem;top:10.1875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q248WXaeIMTqJbTbArJWNxm1hOJLuPow { width:16.9375rem;height:3.5rem;top:43.5rem;left:1.53125rem;font-size:0.8125rem;background-color:#1c1e21;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) { #UFzd61ZDKASynNfuveTwyxIWiTT11FGw { display:block; }
 }@media only screen and (max-width: 763px) { #PRqTPIVmlsAv53qbg73nxmoNQi0cnDJa { width:20rem;height:2rem;top:36.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XzpfqZuXTpWfTW7coSCwB3BPh4GlUWT5 { width:7.125rem;height:1.57470625rem;top:10.6875rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E7ZMeyDQxykJ5TFbfFp6wEk01HsoCvXf { width:2.0625rem;height:2.0625rem;top:10.4375rem;left:8.59375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUxfSnEBMFuNKvi25WrzoaSioTdZMpyG { width:2.1875rem;height:2.1875rem;top:10.375rem;left:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5HThP2lOvBndcCSyqfc5cc1TudtH0Ll { width:20rem;height:1.375rem;top:48.4375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oF5fLm7k9x5SzBVRdAP887HltTbBidlc { width:19.625rem;height:48.75rem;top:2.5625rem;left:0.0625rem;box-shadow: 0.625rem 0.625rem 3.125rem rgba(0,0,0,0.14) ;display:block; }
 }@media only screen and (max-width: 763px) { #r1aOTH13KTDSfTUnTt2Ho1UmOTWFpAXh { width:1.125rem;height:1.57470625rem;top:10.681640625rem;left:7.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xSvf46fRtMzfT9l4I5xk0bqKy52nM6IO { width:12.625rem;height:1.125rem;top:35.125rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #R9sUTqTTAXOZ63VkXzhgNCUoBP0swwKG { width:16.8125rem;height:1.6875rem;top:29.40625rem;left:1.5625rem;background-color:#909fba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ipAzsPEax8aSqU3DHD4UGDGXnwsZFFwK { width:20rem;height:0.5rem;top:30rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gWdVUiFmQayC9vqLqhfdB46i1cuwaqm7 { width:12.625rem;height:1.125rem;top:53.75rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #HLV2hQp06roOMlHbb5GhJZ2F7er2lbJC { width:20rem;height:0.6875rem;top:40.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AbMzuydPa1vxR7ougPtCgkGS9DhU64ck { background-color:#ccd2d7;background-image:none;display:block; }#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck > .row .container { background-color: transparent; background-image: none; }#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck > .row .container > .video-iframe-container { display: none; }#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck > .row > .video-iframe-container { display: none; }#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck > .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); }#AbMzuydPa1vxR7ougPtCgkGS9DhU64ck > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pz6dRQacLQxwJ5x34CXVL43Jp58IoTtH { width:18.375rem;height:18.375rem;top:14.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEhWQz5h7HLHwuD9uDbvAmhqDdD44fix { width:17.5625rem;height:0.9375rem;top:4.25rem;left:1.21875rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #q0iWbVAhIXtaw3oJG2hKltp9zBPnNiW7 { width:17.4375rem;height:1.375rem;top:5.625rem;left:1.28125rem;font-size:1.375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lQ0LyswuXEreSFQuWBfhIBEaeub3Qf8w { width:8.3125rem;height:2.3125rem;top:8.9375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEHOquu7mAsoNs70uRN9TIB0afBXfpfT { width:16.9375rem;height:3.5rem;top:40.5rem;left:1.53125rem;font-size:0.8125rem;background-color:#1c1e21;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) { #pCM09MW4cAWNBvxRrcDDcX45q4o3RBGB { display:block; }
 }@media only screen and (max-width: 763px) { #uLr8rX1kKR850RIuEgXzWzQimdbXtgV4 { width:20rem;height:2rem;top:35.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tF8Q30rA8pkkFRpXdURXn2eAxRnTdHUn { width:7.125rem;height:1.57470625rem;top:9.4375rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gOTUQdT3a9gB6KCxOLTAS0TXSQLfyWIH { width:2.0625rem;height:2.0625rem;top:9.1875rem;left:7.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OabIRpq58Ik0GCdvdXmQ6myGScVJVwlU { width:2.1875rem;height:2.1875rem;top:9.125rem;left:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6Grwm8RMGWVtEX8TAfUDV5eB1ezybTv { width:20rem;height:1.375rem;top:45.5625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sq2TJoIiuQ01iRqJ8ytaWTsTgX0aRw1h { width:19.625rem;height:46.375rem;top:2.5625rem;left:0.0625rem;box-shadow: 0.625rem 0.625rem 3.125rem rgba(0,0,0,0.14) ;display:block; }
 }@media only screen and (max-width: 763px) { #c0glROrWKW8mHL0CsO6ZmWqVV7FgKT5J { width:20rem;height:0.5rem;top:30.6875rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #au8hd1B4yLCTwkTGBdhgaiolo5gM1PA5 { width:16.75rem;height:1.6875rem;top:30.0625rem;left:1.5rem;background-color:#909fba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #DxPHp8hTvtxnaPla4vHSCOfuOmWQtZn8 { width:20rem;height:0.6875rem;top:38.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #E1gQIAk5DWThck8ttet8X5qzHPmFADf2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dccdba0e-2f7d-425a-988c-4ec25922b71a/fotomigsblv1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#E1gQIAk5DWThck8ttet8X5qzHPmFADf2.adaptive-delivery-prevent-bg, #E1gQIAk5DWThck8ttet8X5qzHPmFADf2.lazyload, #E1gQIAk5DWThck8ttet8X5qzHPmFADf2.lazyloading { background-image: none; }#E1gQIAk5DWThck8ttet8X5qzHPmFADf2 > .row .container { background-color: transparent; background-image: none; }#E1gQIAk5DWThck8ttet8X5qzHPmFADf2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E1gQIAk5DWThck8ttet8X5qzHPmFADf2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E1gQIAk5DWThck8ttet8X5qzHPmFADf2 > .row .container > .video-iframe-container { display: none; }#E1gQIAk5DWThck8ttet8X5qzHPmFADf2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E1gQIAk5DWThck8ttet8X5qzHPmFADf2 > .row > .video-iframe-container { display: none; }#E1gQIAk5DWThck8ttet8X5qzHPmFADf2 > .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); }#E1gQIAk5DWThck8ttet8X5qzHPmFADf2 > .row .container { border-width: 0; border-radius: 0; }#E1gQIAk5DWThck8ttet8X5qzHPmFADf2 > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXNUFByRkJnBwM35vKUfHMyRy613hMNT { display:block; }#qXNUFByRkJnBwM35vKUfHMyRy613hMNT > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ft7FR2GDnAwILoJRDwV0WM3p8ddlWwI6 { width:17rem;height:18rem;top:9.9375rem;left:1.5rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #JIgDZbNU2EltMRtrnswVDbu5FScvzg2m { width:18.125rem;height:4rem;top:3.3125rem;left:1.5rem;font-size:2.5rem;line-height:.8;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SgT7gF2C48e7L4iOf2v2qHXTwnG1VZPi { width:19.625rem;height:19.625rem;top:30.875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6bnolgBysD4eCMfSS9PyNBJhyn9GZK9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bcb4c2c6-7161-4161-8486-eff05929811d/Migs_Bolovo_04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#O6bnolgBysD4eCMfSS9PyNBJhyn9GZK9.adaptive-delivery-prevent-bg, #O6bnolgBysD4eCMfSS9PyNBJhyn9GZK9.lazyload, #O6bnolgBysD4eCMfSS9PyNBJhyn9GZK9.lazyloading { background-image: none; }#O6bnolgBysD4eCMfSS9PyNBJhyn9GZK9 > .row .container { background-color: transparent; background-image: none; }#O6bnolgBysD4eCMfSS9PyNBJhyn9GZK9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O6bnolgBysD4eCMfSS9PyNBJhyn9GZK9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O6bnolgBysD4eCMfSS9PyNBJhyn9GZK9 > .row .container > .video-iframe-container { display: none; }#O6bnolgBysD4eCMfSS9PyNBJhyn9GZK9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O6bnolgBysD4eCMfSS9PyNBJhyn9GZK9 > .row > .video-iframe-container { display: none; }#O6bnolgBysD4eCMfSS9PyNBJhyn9GZK9 > .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); }#O6bnolgBysD4eCMfSS9PyNBJhyn9GZK9 > .row .container { border-width: 0; border-radius: 0; }#O6bnolgBysD4eCMfSS9PyNBJhyn9GZK9 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfDD1AhZyeNf5Pdt1bnUPOdVwTRkwOI9 { display:block; }#TfDD1AhZyeNf5Pdt1bnUPOdVwTRkwOI9 > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRx10UsancAMN0IO8WaPzu5PMTTTppKh { width:7.8125rem;height:3.9375rem;top:2.125rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTsnfeosoMtMOuupv9M2uRwXTpaJ3Dra { 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) { #WBEKnZLqTvB40hM7VB0wHlAvGrQ7bwGy { 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) { #y0bIAEIRrEFSnfZiiXI99IzcznGgsTQh { top:17.75rem;left:9.9375rem;width:2.0625rem;height:2.0625rem;z-index:100010;font-size:1.4375rem;color:#ffffff;display:block; }
 }