.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:#d0d0d0;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mxE9Z4JAwtNEL5yV3JHmLe49RW6vQLhF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0032;background-image:none;position:relative;display:block; }#mxE9Z4JAwtNEL5yV3JHmLe49RW6vQLhF > .row .container { background-color: transparent; background-image: none; }#mxE9Z4JAwtNEL5yV3JHmLe49RW6vQLhF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mxE9Z4JAwtNEL5yV3JHmLe49RW6vQLhF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mxE9Z4JAwtNEL5yV3JHmLe49RW6vQLhF > .row .container > .video-iframe-container { display: none; }#mxE9Z4JAwtNEL5yV3JHmLe49RW6vQLhF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mxE9Z4JAwtNEL5yV3JHmLe49RW6vQLhF > .row > .video-iframe-container { display: none; }#mxE9Z4JAwtNEL5yV3JHmLe49RW6vQLhF > .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); }#mxE9Z4JAwtNEL5yV3JHmLe49RW6vQLhF > .row .container { border-width: 0; border-radius: 0; }#mxE9Z4JAwtNEL5yV3JHmLe49RW6vQLhF > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.5625rem 0rem rgba(000,000,000,0.62) ;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.1875rem;left:30.125rem;z-index:100000; }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #JhSfBRiZcBhSeK4CI7DTxoqmhHQfuqsA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #amTq9dsFgkyIK8n2uee47TPTMz66h4Ng { width:auto; }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #klXmLpVWuAz1JGCk9Wm3msPiPGF4kQLh {  }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #mroM8FxzGz1TrGOTOvtVaQ6JzSgaEq7O { display:flex;position:relative;top:0rem;left:0rem; }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #u4LyKttdCpQUtiKGzvlUsMZCsTrX9bbW {  }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #gxz9Le4ZXsnCvihbW2Mh8VuuqhZRsKSt {  }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #LZsW2kWv3Wl2e52RylXQ8npBwMudi9fP { display:flex;position:relative;top:0rem;left:0rem; }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #UwPMTvVG5CHeazLHOTl8Zc91UhnlEB9r {  }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #eVR8y5aqU4iOpH4Psl0GUsTJlbrNHPyr {  }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #gNKOo3qVNUDzVxaZrJ5pDuy0MCfe9wT1 { display:flex;position:relative;top:0rem;left:0rem; }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #KXZULd3OQxpRBnTIwC5TW8G9RDFhIeUZ {  }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #IDNaLhCU09VzNXIBSrT5132BMI8un0Jn {  }
#whV5IPfGNpwGQRMp9JfRcUcobs3Xq5Za { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:"futura condensed";font-size:1.8125rem;font-weight:400;z-index:100004;line-height:.9;letter-spacing:0;height:1.6308625rem;top:3.52783203125rem;left:8.875rem;font-style:normal;display:block; }
#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc > .row .container { background-color: transparent; background-image: none; }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc > .row .container > .video-iframe-container { display: none; }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc > .row > .video-iframe-container { display: none; }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc > .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); }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc > .row .container { border-width: 0; border-radius: 0; }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#T0Wig6w0hC9on5rGDXzql2fcSrv0QuZT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:4.75rem;top:1.375rem;left:27.625rem;display:block; }
#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP { z-index:;position:relative;display:block; }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP { background-color: transparent; background-image: none; }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP > .row .container > .video-iframe-container { display: none; }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP > .row > .video-iframe-container { display: none; }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP > .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); }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP { border-width: 0; border-radius: 0; }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP > .row .container { background-color:#d0d0d0;background-image:url("https://images.assets-landingi.com/uc/a1b85a90-c9f2-4fc7-8adb-c77c3f0cba49/headerdesk.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:"open sans";height:34.625rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;position:relative;display:block; }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP > .row .container.adaptive-delivery-prevent-bg, #yL2b9gwNFzi303WoydCwvyPOdgS8LFQP > .row .container.lazyload, #yL2b9gwNFzi303WoydCwvyPOdgS8LFQP > .row .container.lazyloading { background-image: none; }#ZCW7bPZZ6MT99cE887v4kQBELh86gkXF { color:#0e0e0e;display:block;width:31.4375rem;position:absolute;font-family:"futura condensed";font-size:3.75rem;font-weight:400;z-index:100002;line-height:.9;letter-spacing:0;height:10.125rem;top:8.375rem;left:1.5625rem;font-style:normal;display:block; }
#GEBCNx6rJ6BVkPXW9OgqiRNnvGv7UTv4 { position:absolute;display:block;z-index:100001;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.25rem rgba(0,0,0,0.19) ;height:3.5rem;width:29.8125rem;top:15.0625rem;left:1.0625rem;display:block; }
#zSPx620GEKQzuDSaM8kAhN5rP467mZL9 { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"futura condensed";font-size:1.8125rem;font-weight:400;z-index:100003;line-height:.9;letter-spacing:0;height:1.6308625rem;top:5.6875rem;left:1.5625rem;font-style:normal;display:block; }
#ItZHow7O73H64L2WclMKHTzcPSgEEx55 { color:#0e0e0e;display:block;width:28.5625rem;position:absolute;font-family:"futura 2";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;height:7.3120125rem;top:21.6875rem;left:1.5625rem;font-style:normal;display:block; }
#UpAp4e7yuNZLh4vAuABDnpOfnWRgHMTZ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UpAp4e7yuNZLh4vAuABDnpOfnWRgHMTZ > .row .container { background-color: transparent; background-image: none; }#UpAp4e7yuNZLh4vAuABDnpOfnWRgHMTZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UpAp4e7yuNZLh4vAuABDnpOfnWRgHMTZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UpAp4e7yuNZLh4vAuABDnpOfnWRgHMTZ > .row .container > .video-iframe-container { display: none; }#UpAp4e7yuNZLh4vAuABDnpOfnWRgHMTZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UpAp4e7yuNZLh4vAuABDnpOfnWRgHMTZ > .row > .video-iframe-container { display: none; }#UpAp4e7yuNZLh4vAuABDnpOfnWRgHMTZ > .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); }#UpAp4e7yuNZLh4vAuABDnpOfnWRgHMTZ > .row .container { border-width: 0; border-radius: 0; }#UpAp4e7yuNZLh4vAuABDnpOfnWRgHMTZ > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:60rem;position:relative;display:block; }#SsgPRBbqLnosMR1sqm5aXypOGtHfeBDA { 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; }
#rwf9QCpfOJFyKqkdxBh45xXb0XHB3f4X { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:5.0625rem;left:32.125rem;top:0rem;display:none; }
#K1dVfunMCynmCp87mQqszvEnPDeBI1NH { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:8rem;left:15.34375rem;height:10.41114375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#rlxt049HiMLJNgdPKf75SniIiW7nPQME { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.25rem;top:2rem;left:28.375rem;overflow:hidden;display:block; }
#yt8qBhWc8CM3xNNvr3zPmEq9uJgzJNA6 { position:absolute;display:block;z-index:99999;background-color:#f3f3f3;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:55rem;width:43.0625rem;top:3.4375rem;left:8.4375rem;display:block; }
#ycDmybLxnGToDTdQWXhKNQA3UvwIRVf4 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.35) ;height:16.75rem;width:19.1875rem;top:21.65625rem;left:34.27734375rem;overflow:hidden;display:block; }
#w7iibcMqJlKmoJAxsq69uXVALAo697ZJ { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:42.625rem;left:15.34375rem;height:11.96094375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#yfMfLvRTyReFC6iamMMaxiS05K1iOTtX { position:absolute;display:block;z-index:100005;background-color:#252525;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:15.5rem;width:48.375rem;top:22.3125rem;left:6.4375rem;display:block; }
#QTRZH7k68u0eOQGW7DU0TRhfccSeLn76 { display:block;width:23.5rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100008;line-height:2;letter-spacing:0;top:25.78125rem;left:9.03125rem;height:8.5rem;text-align:justify;text-align-last:initial;font-style:normal;color:#ffffff;display:block; }
#BB1JVJ0rCLlKTObL31mcv9fOcgAsBcXE { position:relative;display:none; }#BB1JVJ0rCLlKTObL31mcv9fOcgAsBcXE { border-width: 0; border-radius: 0; }#BB1JVJ0rCLlKTObL31mcv9fOcgAsBcXE > .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; }#ZvSdeGU8fqcJO1IBl9zycp0Q1otZwnhH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#dfdfdf;background-image:none;position:relative;display:block; }#ZvSdeGU8fqcJO1IBl9zycp0Q1otZwnhH > .row .container { background-color: transparent; background-image: none; }#ZvSdeGU8fqcJO1IBl9zycp0Q1otZwnhH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZvSdeGU8fqcJO1IBl9zycp0Q1otZwnhH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZvSdeGU8fqcJO1IBl9zycp0Q1otZwnhH > .row .container > .video-iframe-container { display: none; }#ZvSdeGU8fqcJO1IBl9zycp0Q1otZwnhH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZvSdeGU8fqcJO1IBl9zycp0Q1otZwnhH > .row > .video-iframe-container { display: none; }#ZvSdeGU8fqcJO1IBl9zycp0Q1otZwnhH > .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); }#ZvSdeGU8fqcJO1IBl9zycp0Q1otZwnhH > .row .container { border-width: 0; border-radius: 0; }#ZvSdeGU8fqcJO1IBl9zycp0Q1otZwnhH > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:60rem;position:relative;display:block; }#svhXTUu8xE2gGS3l76ETnnzv0nvhN9gQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:5.0625rem;left:32.125rem;top:0rem;display:none; }
#USVa5LydDkdHWnyQLc8U6TNXkFIcTarP { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:7.125rem;left:6.4375rem;height:7.43653125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#uNovlNQNVt6ccgVnqc2nkWhA3ZWi5dFc { 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;border-left:0;border-right:0;border-bottom:0;height:27.875rem;width:43.0625rem;top:3.4375rem;left:1.65625rem;display:block; }
#bWmT60VI6C2thnFGloJIrRc44JmhVggz { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.35) ;height:23.5625rem;width:18.4375rem;top:5.8125rem;left:39.5rem;overflow:hidden;display:block; }
#EDzduDOFy2uJ7upr8WAcbGugwn1Xzvbh { display:block;width:29.9375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:36.9375rem;left:26.5625rem;height:7.43653125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#KInsdutmOdmaUtNlINC6bdh7c1LhZa0h { position:absolute;display:block;z-index:100005;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.25rem rgba(0,0,0,0.18) ;height:15.5rem;width:51.875rem;top:17.125rem;left:0.4375rem;display:block; }
#qMQ6e70UmmRlvnwZAGEVuIxa5fAoDvzH { display:block;width:32.875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:20.451171875rem;left:3.6875rem;height:8.98633125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#FVZrC5GUdgTEBzaXKUEZIV3QyTRaFFQJ { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.35) ;height:17.375rem;width:17.375rem;top:31.3125rem;left:6.4375rem;overflow:hidden;display:block; }
#S87GWnuDx1qbFqlW8IPPw7vlaoWihkJv { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.125rem;width:43.0625rem;top:24.8125rem;left:15.96875rem;display:block; }
#Ei7saxIFIettcy3yhH9xOwSJl3NM8cdv { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ei7saxIFIettcy3yhH9xOwSJl3NM8cdv > .row .container { background-color: transparent; background-image: none; }#Ei7saxIFIettcy3yhH9xOwSJl3NM8cdv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ei7saxIFIettcy3yhH9xOwSJl3NM8cdv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ei7saxIFIettcy3yhH9xOwSJl3NM8cdv > .row .container > .video-iframe-container { display: none; }#Ei7saxIFIettcy3yhH9xOwSJl3NM8cdv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ei7saxIFIettcy3yhH9xOwSJl3NM8cdv > .row > .video-iframe-container { display: none; }#Ei7saxIFIettcy3yhH9xOwSJl3NM8cdv > .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); }#Ei7saxIFIettcy3yhH9xOwSJl3NM8cdv > .row .container { border-width: 0; border-radius: 0; }#Ei7saxIFIettcy3yhH9xOwSJl3NM8cdv > .row .container { font-size:0.875rem;font-family:arial;height:66.375rem;width:60rem;position:relative;display:block; }#gXEJJ7oZzatO7XARb1APVia3KrnJ6wZW { 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; }
#JvGTUEKgc4TpISxXNmb7pRn4sE5tenTa { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:5.0625rem;left:32.125rem;top:0rem;display:none; }
#xiQ617IA4Nv6PNrhRuylBHUlpLa39xH1 { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:7rem;left:15.34375rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#FT62x43JVszixZhNrP0MM41uW1wfeCXR { position:absolute;display:block;z-index:99999;background-color:#f3f3f3;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:49.875rem;width:43.0625rem;top:3.4375rem;left:8.4375rem;display:block; }
#czKznTCDUwtzZ1PzVwNegqmz0sB395sT { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.35) ;height:13.375rem;width:19.1875rem;top:47.59375rem;left:0rem;overflow:hidden;display:block; }
#pFMFG177GpCWKg2sB1oSJJVzz3085Nrt { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:16.875rem;left:15.34375rem;height:5.949225rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#wHs70kaXb1ffL6t9HvOBlcQu9oOPoz9l { display:block;width:22.0625rem;position:absolute;font-family:"futura condensed";font-size:2.25rem;font-weight:400;z-index:100001;line-height:.9;letter-spacing:0;top:10.1875rem;left:15.34375rem;height:4.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g0pTTM4LpVVET8kEskkWbuM34wxd1CIi { display:block;width:31.1875rem;position:absolute;font-family:"futura condensed";font-size:2.4375rem;font-weight:400;z-index:100002;line-height:.9;letter-spacing:0;top:25.375rem;left:15.34375rem;height:4.38671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QSqfdSzlh8rQKIwhQw15lVMIx7sH0gM4 { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:33rem;left:15.34375rem;height:11.898425rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#kaiCkrT1nAPem34goIgh9IgL1e3e1AlH { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:23.6875rem;top:25.880859375rem;left:17.5625rem;display:block; }
#An7VfAEydHXyNcBmHAuo3ps6A7Wi0tIR { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.35) ;height:10.1875rem;width:18.125rem;top:47.59375rem;left:20.90625rem;overflow:hidden;display:block; }
#tTWoRMkoBgHLyO98K6re7ewdNsxbo9t3 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.35) ;height:13.375rem;width:17.0625rem;top:47.59375rem;left:40.9375rem;overflow:hidden;display:block; }
#nadKt9MIyLKgHeOvGfKsJsEOldKt7CVW { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#dfdfdf;background-image:none;position:relative;display:block; }#nadKt9MIyLKgHeOvGfKsJsEOldKt7CVW > .row .container { background-color: transparent; background-image: none; }#nadKt9MIyLKgHeOvGfKsJsEOldKt7CVW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nadKt9MIyLKgHeOvGfKsJsEOldKt7CVW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nadKt9MIyLKgHeOvGfKsJsEOldKt7CVW > .row .container > .video-iframe-container { display: none; }#nadKt9MIyLKgHeOvGfKsJsEOldKt7CVW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nadKt9MIyLKgHeOvGfKsJsEOldKt7CVW > .row > .video-iframe-container { display: none; }#nadKt9MIyLKgHeOvGfKsJsEOldKt7CVW > .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); }#nadKt9MIyLKgHeOvGfKsJsEOldKt7CVW > .row .container { border-width: 0; border-radius: 0; }#nadKt9MIyLKgHeOvGfKsJsEOldKt7CVW > .row .container { font-size:0.875rem;font-family:arial;height:65.375rem;width:60rem;position:relative;display:block; }#XnlEoVr0XqC9upctNsMDrTk8TF3B5QLl { display:block;width:25.375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:7.125rem;left:6.4375rem;height:7.499025rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#bK5oInKEMp8TmMhFb7BhGlPHqG0TN6R9 { 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;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:43.0625rem;top:3.4375rem;left:1.65625rem;display:block; }
#IK6T9n1GrgOSbnMshLDNXavVuqtwgwv4 { display:block;width:35.125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:29rem;left:20rem;height:19.397475rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#siH24QXT3UJgESb5Lthwe6xcQ5JzvKAe { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.18) ;height:37.4375rem;width:43.0625rem;top:24.6875rem;left:16.03125rem;display:block; }
#VpGcOp0AtoxgaWmfrSWbP6PBlOAuZVMB { display:block;width:31.1875rem;position:absolute;font-family:"futura condensed";font-size:2.4375rem;font-weight:400;z-index:100003;line-height:.9;letter-spacing:0;top:16.75rem;left:6.4375rem;height:4.38671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D8JFCnvvWATcHOlK5DvLTyiSw4EH6nNC { display:block;width:33.875rem;position:absolute;font-family:"futura condensed";font-size:2.4375rem;font-weight:400;z-index:100004;line-height:.9;letter-spacing:0;top:50.8125rem;left:20rem;height:4.38671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#luW0P8TS14DTGur9eewGyJfArr3O8zM7 { display:block;width:35.125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:57.5rem;left:20.0625rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ubCpKv3OHdJ38T7STr9VRPWnLi40uwUE { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.26) ;height:17.8125rem;width:23.8125rem;top:8.375rem;left:34.3125rem;overflow:hidden;display:block; }
#kXuOEGTukB64m9v4IIvCMVETkit7Jh2w { 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;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:43.0625rem;top:3.4375rem;left:1.65625rem;display:none; }
#OVJ9i0Tr5ynGdJEgiWNXV3oDDikZGxgT { position:relative;display:none; }#OVJ9i0Tr5ynGdJEgiWNXV3oDDikZGxgT { border-width: 0; border-radius: 0; }#OVJ9i0Tr5ynGdJEgiWNXV3oDDikZGxgT > .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; }#zNRdm5ZIXCmIT4ZHTvvx0KVLTeR2wRMA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;background-image:none;position:relative;display:block; }#zNRdm5ZIXCmIT4ZHTvvx0KVLTeR2wRMA > .row .container { background-color: transparent; background-image: none; }#zNRdm5ZIXCmIT4ZHTvvx0KVLTeR2wRMA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zNRdm5ZIXCmIT4ZHTvvx0KVLTeR2wRMA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zNRdm5ZIXCmIT4ZHTvvx0KVLTeR2wRMA > .row .container > .video-iframe-container { display: none; }#zNRdm5ZIXCmIT4ZHTvvx0KVLTeR2wRMA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zNRdm5ZIXCmIT4ZHTvvx0KVLTeR2wRMA > .row > .video-iframe-container { display: none; }#zNRdm5ZIXCmIT4ZHTvvx0KVLTeR2wRMA > .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); }#zNRdm5ZIXCmIT4ZHTvvx0KVLTeR2wRMA > .row .container { border-width: 0; border-radius: 0; }#zNRdm5ZIXCmIT4ZHTvvx0KVLTeR2wRMA > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;position:relative;display:block; }#Vpu1TPASKJ3PIrPMrGFeORqfhaqR6CeW { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:"futura condensed";font-size:6.5625rem;font-weight:normal;z-index:100000;line-height:.8;letter-spacing:0;top:6.9375rem;left:36.6875rem;height:15.75rem;display:block; }
#xZa6WGmV7w9iu93MmZ5OqlnTOvgZZlDg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.8125rem;width:6.25rem;top:18.625rem;left:47.0625rem;display:block; }
#hyFUwd8h2ewQXEJNDkidfd9o9vJ0T7PD { position:absolute;display:block;z-index:99999;height:20.75rem;width:37.0625rem;top:4.5rem;left:3.3125rem;display:block; }
#N9SQubdxu62fRGAgFnFWNOLWkwScidpT { position:absolute;display:block;z-index:99999;height:20.75rem;width:37.0625rem;top:4.5rem;left:3.3125rem;display:none; }
#RLsv4ZdfSTBgZ3eAZMis0Bog9E5A8IpW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;background-image:none;position:relative;display:block; }#RLsv4ZdfSTBgZ3eAZMis0Bog9E5A8IpW > .row .container { background-color: transparent; background-image: none; }#RLsv4ZdfSTBgZ3eAZMis0Bog9E5A8IpW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RLsv4ZdfSTBgZ3eAZMis0Bog9E5A8IpW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RLsv4ZdfSTBgZ3eAZMis0Bog9E5A8IpW > .row .container > .video-iframe-container { display: none; }#RLsv4ZdfSTBgZ3eAZMis0Bog9E5A8IpW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RLsv4ZdfSTBgZ3eAZMis0Bog9E5A8IpW > .row > .video-iframe-container { display: none; }#RLsv4ZdfSTBgZ3eAZMis0Bog9E5A8IpW > .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); }#RLsv4ZdfSTBgZ3eAZMis0Bog9E5A8IpW > .row .container { border-width: 0; border-radius: 0; }#RLsv4ZdfSTBgZ3eAZMis0Bog9E5A8IpW > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#PItcSsknip7AAKJ8Sb1hXIlp4c5rZBCt { display:block;width:41.0625rem;position:absolute;font-family:"futura condensed";font-size:1.875rem;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:0rem;left:9.46875rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#mtpChvoGs02AJW3k8lnBZFN1GG115ORn { box-sizing:content-box;color:#ffffff;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:100003;top:10.8125rem;left:7.6875rem;display:block; }
#n6FKTf3W5IllNRi8xdmQ4UE6giB0Vq5K { display:block;width:11.5rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:15.3125rem;left:3.5rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#pZlFnuqlJtQNiT7HCbrxwcDqBGaRW8lz { box-sizing:content-box;color:#ffffff;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:100005;top:10.8125rem;left:20.8125rem;display:block; }
#MKe6cVE1IPlt9fCXhdyAOkMorVsDbm99 { display:block;width:11.5rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:15.3125rem;left:16.625rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#W7KD7PUd0R7TVipgFm48lXp4hrTPTd24 { box-sizing:content-box;color:#ffffff;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:100007;top:10.8125rem;left:34.5625rem;display:block; }
#TkpiHHl9HINWru0pbeTzdC9QTG0mUc2l { display:block;width:11.5rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:14.8125rem;left:30.375rem;height:4.5244125rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#urv37ExrTO2httQmtQZk5Ge7rGNC4uWg { box-sizing:content-box;color:#ffffff;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:100009;top:10.8125rem;left:48.875rem;display:block; }
#OvX6AlGtrWywQfTtaw4ZRHeyc35NXWBu { display:block;width:11.5rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:14.8125rem;left:44.6875rem;height:4.5244125rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#nslTyHX6rlHZh7B7iQvelKITGHPDQD8s { position:absolute;display:block;z-index:100010;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:0.0625rem;top:9.5rem;left:16.25rem;display:block; }
#ndaXSnXsfaXx24WCv4TmF0aDJdfOLXsu { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:0.0625rem;top:9.5rem;left:28.5rem;display:block; }
#ZiPBPhJS2pSvyGnmlGPR2Fp8eZKCbwWd { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:0.0625rem;top:9.5rem;left:43.5625rem;display:block; }
#MdBouIJQ3QNyCkdUv6tO8tgiuh7kHqTO { position:absolute;display:block;z-index:100001;background-color:#131313;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.25rem rgba(0,0,0,0.23) ;height:15.0625rem;width:55.8125rem;top:8.0625rem;left:2.125rem;display:block; }
#DTTfWiPk5DKkXwqRhKs7FSGfI744lZ7D { position:relative;display:none; }#DTTfWiPk5DKkXwqRhKs7FSGfI744lZ7D { border-width: 0; border-radius: 0; }#DTTfWiPk5DKkXwqRhKs7FSGfI744lZ7D > .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; }#NWtOpBHapeTLTT874wmmcktEsdPO1IkD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;background-image:none;position:relative;display:block; }#NWtOpBHapeTLTT874wmmcktEsdPO1IkD > .row .container { background-color: transparent; background-image: none; }#NWtOpBHapeTLTT874wmmcktEsdPO1IkD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NWtOpBHapeTLTT874wmmcktEsdPO1IkD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NWtOpBHapeTLTT874wmmcktEsdPO1IkD > .row .container > .video-iframe-container { display: none; }#NWtOpBHapeTLTT874wmmcktEsdPO1IkD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NWtOpBHapeTLTT874wmmcktEsdPO1IkD > .row > .video-iframe-container { display: none; }#NWtOpBHapeTLTT874wmmcktEsdPO1IkD > .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); }#NWtOpBHapeTLTT874wmmcktEsdPO1IkD > .row .container { border-width: 0; border-radius: 0; }#NWtOpBHapeTLTT874wmmcktEsdPO1IkD > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#BXi0K3Lg72w8Krqzhqa5oKE5gkBRut9E { position:absolute;display:block;z-index:100001;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.25rem rgba(0,0,0,0.18) ;height:20.4375rem;width:38.5625rem;top:1.5rem;left:14.4375rem;display:block; }
#oymwyAI2ukGaepXElkXTKqgl7x7ho2NS { position:absolute;display:block;z-index:100002;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:17.25rem;width:13.5rem;top:3.5625rem;left:8.4375rem;overflow:hidden;display:block; }
#zWdIIFzeChZAT7rfq3I5IdPPnSKTTWOf { display:block;width:32.5rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.1;letter-spacing:0;top:4.6875rem;left:24.5625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#XFbtZ2UHJTW1VoKaOpzsBG4Der7NUgXe { display:block;width:8rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:7.875rem;left:26.3125rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#z5m6oVbPUgaArAk78StRhm0LiaytEgVM { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:8rem;left:24.5625rem;display:block; }
#BtogszVdNele3znEgqE1SSEIqxPNM5Vo { display:block;width:8.625rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:10.0625rem;left:26.3125rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Uvs5cxQuHuOTC1e3uZTogtP5CtERVZHO { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:10.1875rem;left:24.5625rem;display:block; }
#D7phqOFB8cIAV8IHMG4ipAR9x9OT4u9t { display:block;width:8.0625rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:12.375rem;left:26.3125rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#MmdcLRzHJ9UQ0sB70PmZSuQVMEbLNDcu { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:12.5rem;left:24.5625rem;display:block; }
#C5QTpQQl2T2Kh0ocPxi5Bi3V9bqwShRn { display:block;width:9.125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:14.6875rem;left:26.3125rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#hTGt5bdGBaBR0KI5x7iH5MsElFyL6CdL { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:14.8125rem;left:24.5625rem;display:block; }
#xmb1w6NaSm0D7Ppurk71ie1NEAQ2Whtd { display:block;width:8.625rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100012;line-height:1.4;letter-spacing:0;top:10.0625rem;left:39.8125rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#wTdctWt4eWqL1T1SVJWCeAETF6Ab2ixk { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:10.1875rem;left:38.0625rem;display:block; }
#UMTzi9FrLxMJxpEX5tPQPqpq14F31utq { display:block;width:8.0625rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100014;line-height:1.4;letter-spacing:0;top:12.375rem;left:39.8125rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#t2rzQV9b088uUDCGoOBbwKANhSkKNbt5 { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:12.5rem;left:38.0625rem;display:block; }
#mCwvcuDvO9obbWwEKaSawTa9NZ3gThL6 { display:block;width:10.8125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:14.6875rem;left:39.8125rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#yW8Vvi6mO26cdSnRCNr0dyZCuzUTrGfC { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:14.8125rem;left:38.0625rem;display:block; }
#FlmEZmQXJ3HH1a7ZzqoISMKwd8bxaodR { display:block;width:11.4375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:7.875rem;left:39.8125rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#omHG2hdpP3h3w0m624V3vWNAL4duzzEW { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:8rem;left:38.0625rem;display:block; }
#bDECgdtWs2qeaqSyVFgwUx5qpuyXa4Wo { display:block;width:9.125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:16.9375rem;left:26.3125rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#OpGDTy3NZcmTW6ITdT3i5yJMZ0ecBWO6 { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:17.0625rem;left:24.5625rem;display:block; }
#AZNX67agDR87Hp17Sh5dW0cKEP6puST2 { position:absolute;display:block;z-index:100002;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:13.5rem;width:13.5rem;top:3.15625rem;left:8.6875rem;overflow:hidden;display:none; }
#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;background-image:none;position:relative;display:block; }#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs > .row .container { background-color: transparent; background-image: none; }#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs > .row .container > .video-iframe-container { display: none; }#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs > .row > .video-iframe-container { display: none; }#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs > .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); }#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs > .row .container { border-width: 0; border-radius: 0; }#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#EMCU1hQLGZ3ZRshTuAsi46EJeLvvuRZU { display:block;width:32.5rem;position:absolute;font-family:nunito;font-size:1.3125rem;font-weight:400;z-index:100004;line-height:1.1;letter-spacing:0;top:2.375rem;left:3.0625rem;height:1.4433625rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#bDpuGHGHdDr2XPExxMx6Shg31USH2kFg { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.29) ;height:12.5rem;width:12.5rem;top:6.0625rem;left:3.0625rem;overflow:hidden;display:block; }
#TkeCm0xQrgVyZa5fAvP2TE1zQMmiBBH2 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.29) ;height:12.5rem;width:12.5rem;top:6.0625rem;left:17rem;overflow:hidden;display:block; }
#PyJTxoyqxlvOWwBRXCOWNgfr8edlndnQ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.29) ;height:12.5rem;width:12.5rem;top:6.0625rem;left:31.0625rem;overflow:hidden;display:block; }
#EVvUcOaxGf2r5QfgLrtPWdcNFiynXyHB { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.29) ;height:12.5rem;width:12.5rem;top:6.0625rem;left:44.625rem;overflow:hidden;display:block; }
#qSWsr2THCZPw9HrsdctgNbaXxBXpDfDK { display:block;width:8rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:19.5rem;left:4.9375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJJJHUNpsoJ7aew1TePRqxAm9woA1CQt { display:block;width:8rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:19.5rem;left:19.25rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qyLCT5BdZTDvs6UdBUugRUeyRKXEbiFX { display:block;width:8rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:19.5rem;left:33.3125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DwDlht1tspUsTsTeq1ZfJpTtcQM1dz6Z { display:block;width:8rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:19.5rem;left:46.875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 > .row .container { background-color: transparent; background-image: none; }#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 > .row .container > .video-iframe-container { display: none; }#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 > .row > .video-iframe-container { display: none; }#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 > .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); }#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 > .row .container { border-width: 0; border-radius: 0; }#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 > .row .container { font-size:0.875rem;font-family:arial;height:70.1875rem;width:60rem;position:relative;display:block; }#CJetuQB4wrusBut2NJhgKP4BbhDcRa3g { display:block;width:25.375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:14.25rem;left:6.1875rem;height:7.499025rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#xTrzkPiTGUpJLIwuMdB3EWic21D5oFxh { position:absolute;display:block;z-index:99999;background-color:#ececec;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:25.9375rem;width:34.375rem;top:2.5rem;left:1.6875rem;display:block; }
#s8uRHMz7dHdCSeENEVmkvcaG98Wd9Z82 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.18) ;height:18.75rem;width:48.1875rem;top:24.3125rem;left:10.5rem;display:block; }
#OFE8nUry5kgndM8XVqrEmaJyd9c2Miz4 { display:block;width:26.5rem;position:absolute;font-family:"futura condensed";font-size:2.4375rem;font-weight:400;z-index:100004;line-height:.9;letter-spacing:0;top:26.30615234375rem;left:13.5625rem;height:2.1933625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TXK1XTrGURsctczvmewPd79rbAV8Ocfc { display:block;width:25.875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:30.3935546875rem;left:13.5625rem;height:4.5244125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#CKgm4d2BTXw6IuREaLnMHIwgb0Xsi6S6 { display:block;width:23.4375rem;position:absolute;font-family:"futura condensed";font-size:2.4375rem;font-weight:400;z-index:100004;line-height:.9;letter-spacing:0;top:5.9375rem;left:6.25rem;height:6.6425625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q7ZyrT1ofM8lFC3mKTDQMVFAkTiTEN87 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.25) ;height:17.1875rem;width:17.1875rem;top:26.4375rem;left:42.8125rem;overflow:hidden;display:block; }
#OUK4p1X1mCq47iFvgtf9chHu79DGkOwQ { display:block;width:25.875rem;position:absolute;font-family:nunito;font-size:0.8125rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:36.52392578125rem;left:13.5625rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(0,0,0,0.39);display:block; }
#ecyDVZiCzcW4bzLTfAuVInNEhVeJxiI0 { position:absolute;display:block;z-index:100002;background-color:#131313;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.25rem rgba(0,0,0,0.23) ;height:3.8125rem;width:28.25rem;top:40.5rem;left:13.5625rem;display:block; }
#ikyHdUSpOGGG7m71DJ4UriGCbLiWVRdh { display:block;width:25.875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:41.6376953125rem;left:14.625rem;height:1.48730625rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#SwUSvfJiXOo89DvMk5fWAfDJOA8LmBxQ { position:absolute;display:block;z-index:100007;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.25rem rgba(0,0,0,0.18) ;height:16.125rem;width:48.1875rem;top:46.625rem;left:5.25rem;display:block; }
#WgAGDW5IyH74aqm39OtbTUua2aSFHaAP { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.25) ;height:19.5625rem;width:15.625rem;top:48.125rem;left:6.81591796875rem;overflow:hidden;display:block; }
#aQWtPTG5JlObiI9of1gH5g4OW0npB21X { position:absolute;display:block;z-index:100009;background-color:#131313;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.25rem rgba(0,0,0,0.23) ;height:3.8125rem;width:28.25rem;top:61.0625rem;left:23.875rem;display:block; }
#UZihCZOoqe1qJn4pr5p8Rlm3wWA9xQo8 { display:block;width:25.875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:62.1875rem;left:24.9375rem;height:1.48730625rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#T9H11bCeSZqJqv8tz3372lvZmxLB92ZS { display:block;width:25.875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:53.625rem;left:23.875rem;height:4.5244125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#VvPwXFPX4ouSqn9ngNKJrLzTrZKWrep6 { display:block;width:26.5rem;position:absolute;font-family:"futura condensed";font-size:2.4375rem;font-weight:400;z-index:100011;line-height:.9;letter-spacing:0;top:48.75rem;left:23.875rem;height:2.1933625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pZBz4mTIcZviBbixORWrvI3hCouz0E8A { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#dfdfdf;background-image:none;position:relative;display:block; }#pZBz4mTIcZviBbixORWrvI3hCouz0E8A > .row .container { background-color: transparent; background-image: none; }#pZBz4mTIcZviBbixORWrvI3hCouz0E8A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pZBz4mTIcZviBbixORWrvI3hCouz0E8A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pZBz4mTIcZviBbixORWrvI3hCouz0E8A > .row .container > .video-iframe-container { display: none; }#pZBz4mTIcZviBbixORWrvI3hCouz0E8A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pZBz4mTIcZviBbixORWrvI3hCouz0E8A > .row > .video-iframe-container { display: none; }#pZBz4mTIcZviBbixORWrvI3hCouz0E8A > .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); }#pZBz4mTIcZviBbixORWrvI3hCouz0E8A > .row .container { border-width: 0; border-radius: 0; }#pZBz4mTIcZviBbixORWrvI3hCouz0E8A > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:60rem;position:relative;display:block; }#wBcE6Z78tgWL4lUrsaLaSPCRuqRxyurL { display:block;width:31.25rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:6.125rem;left:14.375rem;height:10.41114375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TyBHbLs8pbNVQns7CQmlBiKaMClDcOtb { 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;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:43.0625rem;top:3.0625rem;left:8.46875rem;display:block; }
#nTMGQR2PcJkkoPymoKu9HLR66Kf5N5yB { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.18) ;height:17.75rem;width:40.25rem;top:20.7607421875rem;left:9.6875rem;display:block; }
#hA3TsTkAfzPOoGQTsfewZgw0Z7GFX3pV { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:14.9375rem;top:20.7607421875rem;left:9.6875rem;overflow:hidden;display:block; }
#TUTUx5Bhhk4QLMN1Z41HaJ5QbTa5x63K { display:block;width:24.4375rem;position:absolute;font-family:"futura condensed";font-size:4.3125rem;font-weight:400;z-index:100012;line-height:.9;letter-spacing:0;top:29.5rem;left:25.0625rem;height:3.8808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kP5Tgd9lOOq7tA44KIS2UmKwei3J3HsX { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:22.5rem;left:25.9375rem;display:block; }
#RiKVwSpHOgkwSMSoDN55xKfFIEwtxE2S { display:block;width:19.4375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:22.38134765625rem;left:27.9375rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aM9sZBKBZlNsqDfTTz4reDRqyUEqkHSF { display:block;width:19.4375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:24.25rem;left:27.9375rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cnkSEcLLCg6HoulNShuu9vlpI6c53a67 { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:24.375rem;left:25.9375rem;display:block; }
#eE5VNdu1rtQGiilKZwJAqLx0dtl6Is0Z { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:26.375rem;left:25.9375rem;display:block; }
#OA6pzUE8TyeW37FO3LI9NP5cggCHKpTC { display:block;width:19.4375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.4;letter-spacing:0;top:26.25rem;left:27.9375rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OWhg6CyNi6aNDlogKG62J8usTBBPSrRW { display:block;width:24.4375rem;position:absolute;font-family:nunito;font-size:1.3125rem;font-weight:400;z-index:100013;line-height:.9;letter-spacing:0;top:34.625rem;left:25.1875rem;height:1.18115rem;text-align:center;text-align-last:center;font-style:normal;color:#909090;display:block; }
#REnGbGDG0WIy8cIBIwV9MEsQH9Xx4vQQ { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:29rem;top:39.9375rem;left:15.5rem;overflow:hidden;display:block; }
#liT924UHRDTv7Cw6yruuQGDV12zae2ip { z-index:100001;top:44.5625rem;left:15.5rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:"futura condensed";font-size:1.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DwSAeT2cBzAafmKEEVHxyKMEsF9ff0fR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#THkzR41T7FWkfkTkkmtmXNMTVvQ0kk9D { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.8125rem;width:6.25rem;top:36.8125rem;left:43.75rem;overflow:hidden;display:block; }
#uaandWTNGNpRhnBPAQn3OOdlmOyRa2Fh { position:relative;display:none; }#uaandWTNGNpRhnBPAQn3OOdlmOyRa2Fh { border-width: 0; border-radius: 0; }#uaandWTNGNpRhnBPAQn3OOdlmOyRa2Fh > .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; }#akdnSqZstBn77Gd1KWqGEsHQOLtcXCol { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;background-image:none;position:relative;display:block; }#akdnSqZstBn77Gd1KWqGEsHQOLtcXCol > .row .container { background-color: transparent; background-image: none; }#akdnSqZstBn77Gd1KWqGEsHQOLtcXCol::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#akdnSqZstBn77Gd1KWqGEsHQOLtcXCol > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#akdnSqZstBn77Gd1KWqGEsHQOLtcXCol > .row .container > .video-iframe-container { display: none; }#akdnSqZstBn77Gd1KWqGEsHQOLtcXCol > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#akdnSqZstBn77Gd1KWqGEsHQOLtcXCol > .row > .video-iframe-container { display: none; }#akdnSqZstBn77Gd1KWqGEsHQOLtcXCol > .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); }#akdnSqZstBn77Gd1KWqGEsHQOLtcXCol > .row .container { border-width: 0; border-radius: 0; }#akdnSqZstBn77Gd1KWqGEsHQOLtcXCol > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#XdQRIpQAMCHbOfeDgTq6pOJNoiXPyvn9 { display:block;width:41.0625rem;position:absolute;font-family:"futura condensed";font-size:1.875rem;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:6.5rem;left:9.46875rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#RXQbAtxUxBCW6DfqU5soCEp5btkay2OW { display:block;width:29.9375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:11.15625rem;left:15.03125rem;height:7.43653125rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#NcuTOAMTRDuJzqDOWPSBUW2cDfxPPZdJ { box-sizing:content-box;color:#ffffff;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:100003;top:2.1875rem;left:28.4375rem;display:block; }
#X2GR5698WnVio2hIAG4vzy9uSnR7Nkoe { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#dfdfdf;background-image:none;position:relative;display:block; }#X2GR5698WnVio2hIAG4vzy9uSnR7Nkoe > .row .container { background-color: transparent; background-image: none; }#X2GR5698WnVio2hIAG4vzy9uSnR7Nkoe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X2GR5698WnVio2hIAG4vzy9uSnR7Nkoe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X2GR5698WnVio2hIAG4vzy9uSnR7Nkoe > .row .container > .video-iframe-container { display: none; }#X2GR5698WnVio2hIAG4vzy9uSnR7Nkoe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X2GR5698WnVio2hIAG4vzy9uSnR7Nkoe > .row > .video-iframe-container { display: none; }#X2GR5698WnVio2hIAG4vzy9uSnR7Nkoe > .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); }#X2GR5698WnVio2hIAG4vzy9uSnR7Nkoe > .row .container { border-width: 0; border-radius: 0; }#X2GR5698WnVio2hIAG4vzy9uSnR7Nkoe > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:60rem;position:relative;display:block; }#Jf02wi3aTsyoOocKaxZWe6q1m1TyuhtF { display:block;width:31.25rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:7.25rem;left:14.375rem;height:8.98633125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ZxPGLfxcT9FFDqgHMctTOrQTfbGy7thI { 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;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:43.0625rem;top:3.0625rem;left:8.46875rem;display:block; }
#aLTtTJAK1n2rzHxhSwd0VLxE1WQTT0a6 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.18) ;height:17.75rem;width:40.25rem;top:20.7607421875rem;left:9.6875rem;display:block; }
#W8pwRZGTvzfK11t95UODyeM5S2MSfWca { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:15.5rem;top:20.7607421875rem;left:9.6875rem;overflow:hidden;display:block; }
#trylzmImx7AMkl0ldb49bKzmTUTiwCC9 { display:block;width:24.4375rem;position:absolute;font-family:"futura condensed";font-size:4.3125rem;font-weight:400;z-index:100012;line-height:.9;letter-spacing:0;top:29.5rem;left:25.0625rem;height:3.8808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q478sAQ9kAHZIvdT09oPLhF2NePwAG47 { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:22.5rem;left:25.9375rem;display:block; }
#kBHeb0zQrRSfLuHx45wMqqX2r5cg2Nz6 { display:block;width:19.4375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:22.38134765625rem;left:27.9375rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xlKxtDk3dSJvI4okDEpumn9K13dQBT9S { display:block;width:19.4375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:24.25rem;left:27.9375rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r55rLZKDAa02Ep8NfilGOpIP8TpiPr98 { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:24.375rem;left:25.9375rem;display:block; }
#o3V3hKy9B6csOeINdiBZTZ7ICg1RpCdB { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:26.375rem;left:25.9375rem;display:block; }
#mXEz1ACvPlsrEQfCdEgJymI6Uqv1ST7C { display:block;width:19.4375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.4;letter-spacing:0;top:26.25rem;left:27.9375rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#STEbgfavebImRkJUwF9toEnJV8RuADFz { display:block;width:24.4375rem;position:absolute;font-family:nunito;font-size:1.3125rem;font-weight:400;z-index:100013;line-height:.9;letter-spacing:0;top:34.625rem;left:25.1875rem;height:1.18115rem;text-align:center;text-align-last:center;font-style:normal;color:#909090;display:block; }
#LRr8XBaWiUTBlmTfF8ZqlTxz6pHC8JTB { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:29rem;top:39.9375rem;left:15.5rem;overflow:hidden;display:block; }
#lwhAcnTBgSQGtLAJauHZWW1uanfkzv96 { z-index:100001;top:44.5625rem;left:15.5rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:"futura condensed";font-size:1.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PfpcTEEOPge82uJxoMru0rFiSAWuzARg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QQrJiy8XXRpQhcQxAEoMoBZQpEH6EDss { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.8125rem;width:6.25rem;top:36.8125rem;left:43.75rem;overflow:hidden;display:block; }
#Kyn6Oo3K43xCvPz334aGp6BCs1Ido51n { position:relative;display:none; }#Kyn6Oo3K43xCvPz334aGp6BCs1Ido51n { border-width: 0; border-radius: 0; }#Kyn6Oo3K43xCvPz334aGp6BCs1Ido51n > .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; }#VVL2SqBDhIueh87xxO1QMF3RRKXAzDlU { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VVL2SqBDhIueh87xxO1QMF3RRKXAzDlU > .row .container { background-color: transparent; background-image: none; }#VVL2SqBDhIueh87xxO1QMF3RRKXAzDlU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VVL2SqBDhIueh87xxO1QMF3RRKXAzDlU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VVL2SqBDhIueh87xxO1QMF3RRKXAzDlU > .row .container > .video-iframe-container { display: none; }#VVL2SqBDhIueh87xxO1QMF3RRKXAzDlU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VVL2SqBDhIueh87xxO1QMF3RRKXAzDlU > .row > .video-iframe-container { display: none; }#VVL2SqBDhIueh87xxO1QMF3RRKXAzDlU > .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); }#VVL2SqBDhIueh87xxO1QMF3RRKXAzDlU > .row .container { border-width: 0; border-radius: 0; }#VVL2SqBDhIueh87xxO1QMF3RRKXAzDlU > .row .container { font-size:0.875rem;font-family:arial;height:66.375rem;width:60rem;position:relative;display:block; }#WT2rz6KZhM3nvXg9vkWlxdT3ETIW8GEy { 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; }
#t0U6WVlT57bwJxhhWzN41AKaTfUckNx0 { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:7rem;left:15.34375rem;height:2.9746125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Ir5nuHNH83SMdaCXyqKbS2hPmNi495mz { position:absolute;display:block;z-index:99999;background-color:#f3f3f3;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:50.75rem;width:43.0625rem;top:3.4375rem;left:8.4375rem;display:block; }
#vbqI8G4vtEmwxLThBobOTL4nRmJCA6mK { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:21.1875rem;left:15.34375rem;height:28.3213125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#NDHRpQA889qFuSgZvlwn6qrhSB9UctnE { display:block;width:29.0625rem;position:absolute;font-family:"futura condensed";font-size:2.25rem;font-weight:400;z-index:100001;line-height:.9;letter-spacing:0;top:12.75rem;left:15.46875rem;height:6.07470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DpdbPIw0dCh7Xi0KCBawAK5HIMyAJyn4 { z-index:100002;top:52.375rem;left:15.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:"futura condensed";font-size:1.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#abXFiEHPCTpHrTpyTgBzLtGb1J3c2Nae { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ciD94z8k6yixJStgqzHL6GGXTTSkZIRR { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:60.0625rem;left:22.25rem;height:2.9746125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vSMGV8UPeSsRc9aJKLW97GMyLrUAEIpS { position:relative;display:none; }#vSMGV8UPeSsRc9aJKLW97GMyLrUAEIpS { border-width: 0; border-radius: 0; }#vSMGV8UPeSsRc9aJKLW97GMyLrUAEIpS > .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; }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq > .row .container { background-color: transparent; background-image: none; }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq > .row .container > .video-iframe-container { display: none; }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq > .row > .video-iframe-container { display: none; }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq > .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); }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq > .row .container { border-width: 0; border-radius: 0; }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;position:relative;display:block; }#uhglZR0HJNEGlrb71TqWALOLJiyMwEkC { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:9.25rem;top:2.1875rem;left:25.375rem;overflow:hidden;display:block; }
#J8RapHy8hcdLpGNysDJRPziU97eUWZC2 { display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:0.625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:11.6875rem;left:0rem;height:0.875rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#RpVX0MkblErxWa2fbBlNZ4b3GtBCmg0l { 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:100000;top:8.4375rem;left:28rem;display:block; }
#GR2Hq3nqZdUvrnB9hGdk4GTAClXgrZTJ { 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:100000;top:8.375rem;left:29.9375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mxE9Z4JAwtNEL5yV3JHmLe49RW6vQLhF { display:block; }#mxE9Z4JAwtNEL5yV3JHmLe49RW6vQLhF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv { display:flex;width:13.5rem;height:5.0625rem;top:2.25rem;left:27.3125rem; }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #JhSfBRiZcBhSeK4CI7DTxoqmhHQfuqsA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #amTq9dsFgkyIK8n2uee47TPTMz66h4Ng {  }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #klXmLpVWuAz1JGCk9Wm3msPiPGF4kQLh {  }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #mroM8FxzGz1TrGOTOvtVaQ6JzSgaEq7O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #u4LyKttdCpQUtiKGzvlUsMZCsTrX9bbW {  }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #gxz9Le4ZXsnCvihbW2Mh8VuuqhZRsKSt {  }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #LZsW2kWv3Wl2e52RylXQ8npBwMudi9fP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #UwPMTvVG5CHeazLHOTl8Zc91UhnlEB9r {  }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #eVR8y5aqU4iOpH4Psl0GUsTJlbrNHPyr {  }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #gNKOo3qVNUDzVxaZrJ5pDuy0MCfe9wT1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #KXZULd3OQxpRBnTIwC5TW8G9RDFhIeUZ {  }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #IDNaLhCU09VzNXIBSrT5132BMI8un0Jn {  }
 }@media only screen and (max-width: 763px) { #whV5IPfGNpwGQRMp9JfRcUcobs3Xq5Za { top:3.5rem;left:2.75rem;width:21.3125rem;height:1.625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc { display:none; }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T0Wig6w0hC9on5rGDXzql2fcSrv0QuZT { width:4.75rem;height:2.4375rem;top:1.375rem;left:21.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yL2b9gwNFzi303WoydCwvyPOdgS8LFQP { display:block; }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCW7bPZZ6MT99cE887v4kQBELh86gkXF { top:8.375rem;left:0rem;width:31.4375rem;height:10.125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GEBCNx6rJ6BVkPXW9OgqiRNnvGv7UTv4 { top:15.0625rem;left:0rem;width:29.8125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSPx620GEKQzuDSaM8kAhN5rP467mZL9 { top:5.6875rem;left:0rem;width:31.4375rem;height:1.625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItZHow7O73H64L2WclMKHTzcPSgEEx55 { top:21.6875rem;left:0rem;width:28.5625rem;height:7.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UpAp4e7yuNZLh4vAuABDnpOfnWRgHMTZ { display:block; }#UpAp4e7yuNZLh4vAuABDnpOfnWRgHMTZ > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsgPRBbqLnosMR1sqm5aXypOGtHfeBDA { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #rwf9QCpfOJFyKqkdxBh45xXb0XHB3f4X { width:5.0625rem;height:6.375rem;top:0rem;left:26rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1dVfunMCynmCp87mQqszvEnPDeBI1NH { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlxt049HiMLJNgdPKf75SniIiW7nPQME { top:2rem;left:22.25rem;width:3.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt8qBhWc8CM3xNNvr3zPmEq9uJgzJNA6 { top:3.4375rem;left:2.3125rem;width:43.0625rem;height:55rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycDmybLxnGToDTdQWXhKNQA3UvwIRVf4 { top:21.625rem;left:28.15234375rem;width:19.1875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7iibcMqJlKmoJAxsq69uXVALAo697ZJ { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfMfLvRTyReFC6iamMMaxiS05K1iOTtX { top:22.3125rem;left:0rem;width:47.75rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTRZH7k68u0eOQGW7DU0TRhfccSeLn76 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB1JVJ0rCLlKTObL31mcv9fOcgAsBcXE { display:none; }#BB1JVJ0rCLlKTObL31mcv9fOcgAsBcXE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZvSdeGU8fqcJO1IBl9zycp0Q1otZwnhH { display:block; }#ZvSdeGU8fqcJO1IBl9zycp0Q1otZwnhH > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svhXTUu8xE2gGS3l76ETnnzv0nvhN9gQ { width:5.0625rem;height:6.375rem;top:0rem;left:26rem;display:none; }
 }@media only screen and (max-width: 763px) { #USVa5LydDkdHWnyQLc8U6TNXkFIcTarP { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNovlNQNVt6ccgVnqc2nkWhA3ZWi5dFc { top:3.4375rem;left:0rem;width:43.0625rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWmT60VI6C2thnFGloJIrRc44JmhVggz { top:5.8125rem;left:29.3125rem;width:18.4375rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDzduDOFy2uJ7upr8WAcbGugwn1Xzvbh { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KInsdutmOdmaUtNlINC6bdh7c1LhZa0h { top:17.125rem;left:0rem;width:47.75rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMQ6e70UmmRlvnwZAGEVuIxa5fAoDvzH { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVZrC5GUdgTEBzaXKUEZIV3QyTRaFFQJ { top:31.3125rem;left:0.3125rem;width:17.375rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S87GWnuDx1qbFqlW8IPPw7vlaoWihkJv { top:24.8125rem;left:4.6875rem;width:43.0625rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei7saxIFIettcy3yhH9xOwSJl3NM8cdv { display:block; }#Ei7saxIFIettcy3yhH9xOwSJl3NM8cdv > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXEJJ7oZzatO7XARb1APVia3KrnJ6wZW { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #JvGTUEKgc4TpISxXNmb7pRn4sE5tenTa { width:5.0625rem;height:6.375rem;top:0rem;left:26rem;display:none; }
 }@media only screen and (max-width: 763px) { #xiQ617IA4Nv6PNrhRuylBHUlpLa39xH1 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT62x43JVszixZhNrP0MM41uW1wfeCXR { top:3.4375rem;left:2.3125rem;width:43.0625rem;height:49.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czKznTCDUwtzZ1PzVwNegqmz0sB395sT { top:47.5625rem;left:0rem;width:19.1875rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFMFG177GpCWKg2sB1oSJJVzz3085Nrt { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHs70kaXb1ffL6t9HvOBlcQu9oOPoz9l { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0pTTM4LpVVET8kEskkWbuM34wxd1CIi { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSqfdSzlh8rQKIwhQw15lVMIx7sH0gM4 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaiCkrT1nAPem34goIgh9IgL1e3e1AlH { top:25.875rem;left:11.4375rem;width:23.6875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #An7VfAEydHXyNcBmHAuo3ps6A7Wi0tIR { top:47.5625rem;left:14.78125rem;width:18.125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTWoRMkoBgHLyO98K6re7ewdNsxbo9t3 { top:47.5625rem;left:28.6875rem;width:17.0625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nadKt9MIyLKgHeOvGfKsJsEOldKt7CVW { display:block; }#nadKt9MIyLKgHeOvGfKsJsEOldKt7CVW > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnlEoVr0XqC9upctNsMDrTk8TF3B5QLl { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK5oInKEMp8TmMhFb7BhGlPHqG0TN6R9 { top:3.4375rem;left:0rem;width:43.0625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK6T9n1GrgOSbnMshLDNXavVuqtwgwv4 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siH24QXT3UJgESb5Lthwe6xcQ5JzvKAe { top:24.6875rem;left:4.6875rem;width:43.0625rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpGcOp0AtoxgaWmfrSWbP6PBlOAuZVMB { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8JFCnvvWATcHOlK5DvLTyiSw4EH6nNC { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #luW0P8TS14DTGur9eewGyJfArr3O8zM7 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubCpKv3OHdJ38T7STr9VRPWnLi40uwUE { top:8.375rem;left:23.9375rem;width:23.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXuOEGTukB64m9v4IIvCMVETkit7Jh2w { top:3.4375rem;left:0rem;width:43.0625rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OVJ9i0Tr5ynGdJEgiWNXV3oDDikZGxgT { display:none; }#OVJ9i0Tr5ynGdJEgiWNXV3oDDikZGxgT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zNRdm5ZIXCmIT4ZHTvvx0KVLTeR2wRMA { display:block; }#zNRdm5ZIXCmIT4ZHTvvx0KVLTeR2wRMA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vpu1TPASKJ3PIrPMrGFeORqfhaqR6CeW { top:6.9375rem;left:24.4375rem;width:23.3125rem;height:15.75rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZa6WGmV7w9iu93MmZ5OqlnTOvgZZlDg { width:6.25rem;height:7.8125rem;top:18.625rem;left:40.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyFUwd8h2ewQXEJNDkidfd9o9vJ0T7PD { top:4.5rem;left:0rem;width:37.0625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9SQubdxu62fRGAgFnFWNOLWkwScidpT { top:4.5rem;left:0rem;width:37.0625rem;height:20.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLsv4ZdfSTBgZ3eAZMis0Bog9E5A8IpW { display:block; }#RLsv4ZdfSTBgZ3eAZMis0Bog9E5A8IpW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PItcSsknip7AAKJ8Sb1hXIlp4c5rZBCt { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtpChvoGs02AJW3k8lnBZFN1GG115ORn { top:10.8125rem;left:1.5625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6FKTf3W5IllNRi8xdmQ4UE6giB0Vq5K { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZlFnuqlJtQNiT7HCbrxwcDqBGaRW8lz { top:10.8125rem;left:14.6875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKe6cVE1IPlt9fCXhdyAOkMorVsDbm99 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7KD7PUd0R7TVipgFm48lXp4hrTPTd24 { top:10.8125rem;left:28.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkpiHHl9HINWru0pbeTzdC9QTG0mUc2l { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #urv37ExrTO2httQmtQZk5Ge7rGNC4uWg { top:10.8125rem;left:42.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvX6AlGtrWywQfTtaw4ZRHeyc35NXWBu { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nslTyHX6rlHZh7B7iQvelKITGHPDQD8s { top:9.5rem;left:10.125rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndaXSnXsfaXx24WCv4TmF0aDJdfOLXsu { top:9.5rem;left:22.375rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiPBPhJS2pSvyGnmlGPR2Fp8eZKCbwWd { top:9.5rem;left:37.4375rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdBouIJQ3QNyCkdUv6tO8tgiuh7kHqTO { top:8.0625rem;left:0rem;width:47.75rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTfWiPk5DKkXwqRhKs7FSGfI744lZ7D { display:none; }#DTTfWiPk5DKkXwqRhKs7FSGfI744lZ7D > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NWtOpBHapeTLTT874wmmcktEsdPO1IkD { display:block; }#NWtOpBHapeTLTT874wmmcktEsdPO1IkD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXi0K3Lg72w8Krqzhqa5oKE5gkBRut9E { top:1.5rem;left:8.3125rem;width:38.5625rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oymwyAI2ukGaepXElkXTKqgl7x7ho2NS { top:3.5625rem;left:2.3125rem;width:13.5rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWdIIFzeChZAT7rfq3I5IdPPnSKTTWOf { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFbtZ2UHJTW1VoKaOpzsBG4Der7NUgXe { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5m6oVbPUgaArAk78StRhm0LiaytEgVM { top:8rem;left:18.4375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtogszVdNele3znEgqE1SSEIqxPNM5Vo { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvs5cxQuHuOTC1e3uZTogtP5CtERVZHO { top:10.1875rem;left:18.4375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7phqOFB8cIAV8IHMG4ipAR9x9OT4u9t { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmdcLRzHJ9UQ0sB70PmZSuQVMEbLNDcu { top:12.5rem;left:18.4375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5QTpQQl2T2Kh0ocPxi5Bi3V9bqwShRn { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTGt5bdGBaBR0KI5x7iH5MsElFyL6CdL { top:14.8125rem;left:18.4375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmb1w6NaSm0D7Ppurk71ie1NEAQ2Whtd { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTdctWt4eWqL1T1SVJWCeAETF6Ab2ixk { top:10.1875rem;left:31.9375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTzi9FrLxMJxpEX5tPQPqpq14F31utq { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2rzQV9b088uUDCGoOBbwKANhSkKNbt5 { top:12.5rem;left:31.9375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCwvcuDvO9obbWwEKaSawTa9NZ3gThL6 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW8Vvi6mO26cdSnRCNr0dyZCuzUTrGfC { top:14.8125rem;left:31.9375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlmEZmQXJ3HH1a7ZzqoISMKwd8bxaodR { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omHG2hdpP3h3w0m624V3vWNAL4duzzEW { top:8rem;left:31.9375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDECgdtWs2qeaqSyVFgwUx5qpuyXa4Wo { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpGDTy3NZcmTW6ITdT3i5yJMZ0ecBWO6 { top:17.0625rem;left:18.4375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZNX67agDR87Hp17Sh5dW0cKEP6puST2 { top:3.125rem;left:2.5625rem;width:13.5rem;height:13.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs { display:block; }#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMCU1hQLGZ3ZRshTuAsi46EJeLvvuRZU { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDpuGHGHdDr2XPExxMx6Shg31USH2kFg { top:6.0625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkeCm0xQrgVyZa5fAvP2TE1zQMmiBBH2 { top:6.0625rem;left:10.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyJTxoyqxlvOWwBRXCOWNgfr8edlndnQ { top:6.0625rem;left:24.9375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVvUcOaxGf2r5QfgLrtPWdcNFiynXyHB { top:6.0625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSWsr2THCZPw9HrsdctgNbaXxBXpDfDK { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJJJHUNpsoJ7aew1TePRqxAm9woA1CQt { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyLCT5BdZTDvs6UdBUugRUeyRKXEbiFX { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwDlht1tspUsTsTeq1ZfJpTtcQM1dz6Z { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 { display:block; }#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJetuQB4wrusBut2NJhgKP4BbhDcRa3g { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTrzkPiTGUpJLIwuMdB3EWic21D5oFxh { top:2.5rem;left:0rem;width:34.375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8uRHMz7dHdCSeENEVmkvcaG98Wd9Z82 { top:24.3125rem;left:0rem;width:47.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFE8nUry5kgndM8XVqrEmaJyd9c2Miz4 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXK1XTrGURsctczvmewPd79rbAV8Ocfc { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKgm4d2BTXw6IuREaLnMHIwgb0Xsi6S6 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7ZyrT1ofM8lFC3mKTDQMVFAkTiTEN87 { top:26.4375rem;left:30.5625rem;width:17.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUK4p1X1mCq47iFvgtf9chHu79DGkOwQ { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecyDVZiCzcW4bzLTfAuVInNEhVeJxiI0 { top:40.5rem;left:7.4375rem;width:28.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikyHdUSpOGGG7m71DJ4UriGCbLiWVRdh { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwUSvfJiXOo89DvMk5fWAfDJOA8LmBxQ { top:46.625rem;left:0rem;width:47.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgAGDW5IyH74aqm39OtbTUua2aSFHaAP { top:48.125rem;left:0.69091796875rem;width:15.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQWtPTG5JlObiI9of1gH5g4OW0npB21X { top:61.0625rem;left:17.75rem;width:28.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZihCZOoqe1qJn4pr5p8Rlm3wWA9xQo8 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9H11bCeSZqJqv8tz3372lvZmxLB92ZS { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvPwXFPX4ouSqn9ngNKJrLzTrZKWrep6 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZBz4mTIcZviBbixORWrvI3hCouz0E8A { display:block; }#pZBz4mTIcZviBbixORWrvI3hCouz0E8A > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBcE6Z78tgWL4lUrsaLaSPCRuqRxyurL { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyBHbLs8pbNVQns7CQmlBiKaMClDcOtb { top:3.0625rem;left:2.34375rem;width:43.0625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTMGQR2PcJkkoPymoKu9HLR66Kf5N5yB { top:20.75rem;left:3.5625rem;width:40.25rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA3TsTkAfzPOoGQTsfewZgw0Z7GFX3pV { top:20.75rem;left:3.5625rem;width:14.9375rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUTUx5Bhhk4QLMN1Z41HaJ5QbTa5x63K { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP5Tgd9lOOq7tA44KIS2UmKwei3J3HsX { top:22.5rem;left:19.8125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiKVwSpHOgkwSMSoDN55xKfFIEwtxE2S { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM9sZBKBZlNsqDfTTz4reDRqyUEqkHSF { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnkSEcLLCg6HoulNShuu9vlpI6c53a67 { top:24.375rem;left:19.8125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE5VNdu1rtQGiilKZwJAqLx0dtl6Is0Z { top:26.375rem;left:19.8125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA6pzUE8TyeW37FO3LI9NP5cggCHKpTC { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWhg6CyNi6aNDlogKG62J8usTBBPSrRW { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REnGbGDG0WIy8cIBIwV9MEsQH9Xx4vQQ { top:39.9375rem;left:9.375rem;width:29rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #liT924UHRDTv7Cw6yruuQGDV12zae2ip { top:44.5625rem;left:9.375rem;width:28.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwSAeT2cBzAafmKEEVHxyKMEsF9ff0fR { display:block; }
 }@media only screen and (max-width: 763px) { #THkzR41T7FWkfkTkkmtmXNMTVvQ0kk9D { width:6.25rem;height:7.8125rem;top:36.8125rem;left:37.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uaandWTNGNpRhnBPAQn3OOdlmOyRa2Fh { display:none; }#uaandWTNGNpRhnBPAQn3OOdlmOyRa2Fh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #akdnSqZstBn77Gd1KWqGEsHQOLtcXCol { display:block; }#akdnSqZstBn77Gd1KWqGEsHQOLtcXCol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdQRIpQAMCHbOfeDgTq6pOJNoiXPyvn9 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXQbAtxUxBCW6DfqU5soCEp5btkay2OW { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcuTOAMTRDuJzqDOWPSBUW2cDfxPPZdJ { top:2.1875rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2GR5698WnVio2hIAG4vzy9uSnR7Nkoe { display:block; }#X2GR5698WnVio2hIAG4vzy9uSnR7Nkoe > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jf02wi3aTsyoOocKaxZWe6q1m1TyuhtF { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPGLfxcT9FFDqgHMctTOrQTfbGy7thI { top:3.0625rem;left:2.34375rem;width:43.0625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLTtTJAK1n2rzHxhSwd0VLxE1WQTT0a6 { top:20.75rem;left:3.5625rem;width:40.25rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8pwRZGTvzfK11t95UODyeM5S2MSfWca { top:20.75rem;left:3.5625rem;width:15.5rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trylzmImx7AMkl0ldb49bKzmTUTiwCC9 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q478sAQ9kAHZIvdT09oPLhF2NePwAG47 { top:22.5rem;left:19.8125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBHeb0zQrRSfLuHx45wMqqX2r5cg2Nz6 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlKxtDk3dSJvI4okDEpumn9K13dQBT9S { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r55rLZKDAa02Ep8NfilGOpIP8TpiPr98 { top:24.375rem;left:19.8125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3V3hKy9B6csOeINdiBZTZ7ICg1RpCdB { top:26.375rem;left:19.8125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXEz1ACvPlsrEQfCdEgJymI6Uqv1ST7C { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STEbgfavebImRkJUwF9toEnJV8RuADFz { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRr8XBaWiUTBlmTfF8ZqlTxz6pHC8JTB { top:39.9375rem;left:9.375rem;width:29rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwhAcnTBgSQGtLAJauHZWW1uanfkzv96 { top:44.5625rem;left:9.375rem;width:28.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfpcTEEOPge82uJxoMru0rFiSAWuzARg { display:block; }
 }@media only screen and (max-width: 763px) { #QQrJiy8XXRpQhcQxAEoMoBZQpEH6EDss { width:6.25rem;height:7.8125rem;top:36.8125rem;left:37.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kyn6Oo3K43xCvPz334aGp6BCs1Ido51n { display:none; }#Kyn6Oo3K43xCvPz334aGp6BCs1Ido51n > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VVL2SqBDhIueh87xxO1QMF3RRKXAzDlU { display:block; }#VVL2SqBDhIueh87xxO1QMF3RRKXAzDlU > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WT2rz6KZhM3nvXg9vkWlxdT3ETIW8GEy { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #t0U6WVlT57bwJxhhWzN41AKaTfUckNx0 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir5nuHNH83SMdaCXyqKbS2hPmNi495mz { top:3.4375rem;left:2.3125rem;width:43.0625rem;height:50.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbqI8G4vtEmwxLThBobOTL4nRmJCA6mK { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDHRpQA889qFuSgZvlwn6qrhSB9UctnE { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpdbPIw0dCh7Xi0KCBawAK5HIMyAJyn4 { top:52.375rem;left:9.5625rem;width:28.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #abXFiEHPCTpHrTpyTgBzLtGb1J3c2Nae { display:block; }
 }@media only screen and (max-width: 763px) { #ciD94z8k6yixJStgqzHL6GGXTTSkZIRR { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSMGV8UPeSsRc9aJKLW97GMyLrUAEIpS { display:none; }#vSMGV8UPeSsRc9aJKLW97GMyLrUAEIpS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kppPTbN72Bdd6LaTFr05tbqcVgknlkzq { display:none; }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uhglZR0HJNEGlrb71TqWALOLJiyMwEkC { width:9.25rem;height:4.8125rem;top:2.1875rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8RapHy8hcdLpGNysDJRPziU97eUWZC2 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpVX0MkblErxWa2fbBlNZ4b3GtBCmg0l { top:8.4375rem;left:21.875rem;width:2rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GR2Hq3nqZdUvrnB9hGdk4GTAClXgrZTJ { top:8.375rem;left:23.8125rem;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) { #mxE9Z4JAwtNEL5yV3JHmLe49RW6vQLhF { display:block; }#mxE9Z4JAwtNEL5yV3JHmLe49RW6vQLhF > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#g13KwoSftN55IXLZT0ITW0JXdEMoCeBv { display:flex;width:13.5rem;height:5.0625rem;top:3.5625rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #JhSfBRiZcBhSeK4CI7DTxoqmhHQfuqsA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #amTq9dsFgkyIK8n2uee47TPTMz66h4Ng {  }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #klXmLpVWuAz1JGCk9Wm3msPiPGF4kQLh {  }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #mroM8FxzGz1TrGOTOvtVaQ6JzSgaEq7O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #u4LyKttdCpQUtiKGzvlUsMZCsTrX9bbW {  }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #gxz9Le4ZXsnCvihbW2Mh8VuuqhZRsKSt {  }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #LZsW2kWv3Wl2e52RylXQ8npBwMudi9fP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #UwPMTvVG5CHeazLHOTl8Zc91UhnlEB9r {  }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #eVR8y5aqU4iOpH4Psl0GUsTJlbrNHPyr {  }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #gNKOo3qVNUDzVxaZrJ5pDuy0MCfe9wT1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #KXZULd3OQxpRBnTIwC5TW8G9RDFhIeUZ {  }
 }@media only screen and (max-width: 763px) { #g13KwoSftN55IXLZT0ITW0JXdEMoCeBv #IDNaLhCU09VzNXIBSrT5132BMI8un0Jn {  }
 }@media only screen and (max-width: 763px) { #whV5IPfGNpwGQRMp9JfRcUcobs3Xq5Za { top:1.25rem;left:1.9375rem;width:16.125rem;height:0.574706875rem;z-index:100000;color:#ffffff;font-weight:400;font-style:normal;font-size:1.4375rem;font-family:"futura condensed";text-align:center;text-align-last:center;line-height:.4;display:block; }
 }@media only screen and (max-width: 763px) { #g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc { background-color:#121212;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc > .row .container { background-color: transparent; background-image: none; }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc > .row .container > .video-iframe-container { display: none; }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc > .row > .video-iframe-container { display: none; }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc > .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); }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc > .row .container { border-width: 0; border-radius: 0; }#g1y8ekX4y4Q8T6Jf4Un4waykuo6fMTWc > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Wig6w0hC9on5rGDXzql2fcSrv0QuZT { top:0.875rem;left:8.125rem;width:3.75rem;height:1.875rem;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yL2b9gwNFzi303WoydCwvyPOdgS8LFQP { background-color:#d1d1d1;background-image:url("https://images.assets-landingi.com/uc/3205d26e-7774-46ca-a7b5-7198e0432bd2/LP_Header.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP.adaptive-delivery-prevent-bg, #yL2b9gwNFzi303WoydCwvyPOdgS8LFQP.lazyload, #yL2b9gwNFzi303WoydCwvyPOdgS8LFQP.lazyloading { background-image: none; }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP > .row .container { background-color: transparent; background-image: none; }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP > .row .container > .video-iframe-container { display: none; }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP > .row > .video-iframe-container { display: none; }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP > .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); }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP > .row .container { border-width: 0; border-radius: 0; }#yL2b9gwNFzi303WoydCwvyPOdgS8LFQP > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCW7bPZZ6MT99cE887v4kQBELh86gkXF { top:5.5625rem;left:0.8125rem;width:18.375rem;height:5.8125rem;z-index:100000;color:#1a1a1a;font-weight:400;font-style:normal;font-size:1.9375rem;font-family:"futura condensed";text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GEBCNx6rJ6BVkPXW9OgqiRNnvGv7UTv4 { width:17.3125rem;height:10.375rem;top:14rem;left:1.375rem;z-index:99999;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.19) ;display:block; }
 }@media only screen and (max-width: 763px) { #zSPx620GEKQzuDSaM8kAhN5rP467mZL9 { top:2.6875rem;left:0rem;width:20rem;height:0.574706875rem;z-index:100000;color:#ababab;font-weight:400;font-style:normal;font-size:1.4375rem;font-family:"futura condensed";text-align:center;text-align-last:center;line-height:.4;display:block; }
 }@media only screen and (max-width: 763px) { #ItZHow7O73H64L2WclMKHTzcPSgEEx55 { top:14.875rem;left:2.3125rem;width:15.4375rem;height:8.53125rem;z-index:100000;color:#1a1a1a;font-weight:400;font-style:normal;font-size:0.9375rem;font-family:"futura 2";text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UpAp4e7yuNZLh4vAuABDnpOfnWRgHMTZ { display:block; }#UpAp4e7yuNZLh4vAuABDnpOfnWRgHMTZ > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsgPRBbqLnosMR1sqm5aXypOGtHfeBDA { top:0rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100001;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) { #rwf9QCpfOJFyKqkdxBh45xXb0XHB3f4X { top:21rem;left:16.5625rem;width:3.4375rem;height:4.4375rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K1dVfunMCynmCp87mQqszvEnPDeBI1NH { width:17.5rem;height:12.79689375rem;top:6.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #rlxt049HiMLJNgdPKf75SniIiW7nPQME { width:2.3125rem;height:2.1875rem;top:2.5625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt8qBhWc8CM3xNNvr3zPmEq9uJgzJNA6 { width:20rem;height:64.1875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycDmybLxnGToDTdQWXhKNQA3UvwIRVf4 { width:16.75rem;height:14.6875rem;top:33rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7iibcMqJlKmoJAxsq69uXVALAo697ZJ { width:17.5625rem;height:15.9961rem;top:50.25rem;left:1.21875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #yfMfLvRTyReFC6iamMMaxiS05K1iOTtX { width:19.125rem;height:25.25rem;top:21rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTRZH7k68u0eOQGW7DU0TRhfccSeLn76 { width:16.375rem;height:9.597625rem;top:22.25rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #BB1JVJ0rCLlKTObL31mcv9fOcgAsBcXE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/69509930-59c2-4a0d-912e-fe47752ee4b6/london.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; }#BB1JVJ0rCLlKTObL31mcv9fOcgAsBcXE.adaptive-delivery-prevent-bg, #BB1JVJ0rCLlKTObL31mcv9fOcgAsBcXE.lazyload, #BB1JVJ0rCLlKTObL31mcv9fOcgAsBcXE.lazyloading { background-image: none; }#BB1JVJ0rCLlKTObL31mcv9fOcgAsBcXE > .row .container { background-color: transparent; background-image: none; }#BB1JVJ0rCLlKTObL31mcv9fOcgAsBcXE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BB1JVJ0rCLlKTObL31mcv9fOcgAsBcXE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BB1JVJ0rCLlKTObL31mcv9fOcgAsBcXE > .row .container > .video-iframe-container { display: none; }#BB1JVJ0rCLlKTObL31mcv9fOcgAsBcXE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BB1JVJ0rCLlKTObL31mcv9fOcgAsBcXE > .row > .video-iframe-container { display: none; }#BB1JVJ0rCLlKTObL31mcv9fOcgAsBcXE > .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); }#BB1JVJ0rCLlKTObL31mcv9fOcgAsBcXE > .row .container { border-width: 0; border-radius: 0; }#BB1JVJ0rCLlKTObL31mcv9fOcgAsBcXE > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvSdeGU8fqcJO1IBl9zycp0Q1otZwnhH { display:block; }#ZvSdeGU8fqcJO1IBl9zycp0Q1otZwnhH > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svhXTUu8xE2gGS3l76ETnnzv0nvhN9gQ { top:21rem;left:16.5625rem;width:3.4375rem;height:4.4375rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #USVa5LydDkdHWnyQLc8U6TNXkFIcTarP { width:17.5rem;height:11.1972625rem;top:4.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #uNovlNQNVt6ccgVnqc2nkWhA3ZWi5dFc { width:20rem;height:17.5625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWmT60VI6C2thnFGloJIrRc44JmhVggz { width:11.5rem;height:14.6875rem;top:33rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EDzduDOFy2uJ7upr8WAcbGugwn1Xzvbh { width:17.5625rem;height:9.59765625rem;top:58.79443359375rem;left:1.21875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #KInsdutmOdmaUtNlINC6bdh7c1LhZa0h { width:18.4375rem;height:21.5625rem;top:17.625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMQ6e70UmmRlvnwZAGEVuIxa5fAoDvzH { width:14.6875rem;height:16.0586125rem;top:19.6875rem;left:2.65625rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #FVZrC5GUdgTEBzaXKUEZIV3QyTRaFFQJ { width:18.4375rem;height:18.4375rem;top:37.609375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S87GWnuDx1qbFqlW8IPPw7vlaoWihkJv { width:20rem;height:17.875rem;top:53.484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei7saxIFIettcy3yhH9xOwSJl3NM8cdv { display:block; }#Ei7saxIFIettcy3yhH9xOwSJl3NM8cdv > .row .container { width:20rem;height:91.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXEJJ7oZzatO7XARb1APVia3KrnJ6wZW { top:0rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100001;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) { #JvGTUEKgc4TpISxXNmb7pRn4sE5tenTa { top:21.8125rem;left:17.375rem;width:2.625rem;height:3.375rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xiQ617IA4Nv6PNrhRuylBHUlpLa39xH1 { width:17.5rem;height:3.19921875rem;top:6.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #FT62x43JVszixZhNrP0MM41uW1wfeCXR { width:20rem;height:49.0625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czKznTCDUwtzZ1PzVwNegqmz0sB395sT { width:16.75rem;height:11.6875rem;top:50.8994140625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFMFG177GpCWKg2sB1oSJJVzz3085Nrt { width:17.5625rem;height:7.99805rem;top:16.625rem;left:1.21875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wHs70kaXb1ffL6t9HvOBlcQu9oOPoz9l { width:17.1875rem;height:3rem;top:11.5625rem;left:1.40625rem;font-size:1.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #g0pTTM4LpVVET8kEskkWbuM34wxd1CIi { width:17.6875rem;height:3.75rem;top:26.5625rem;left:1.15625rem;font-size:1.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QSqfdSzlh8rQKIwhQw15lVMIx7sH0gM4 { width:17.6875rem;height:15.99608125rem;top:33.236328125rem;left:1.15625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #kaiCkrT1nAPem34goIgh9IgL1e3e1AlH { width:20rem;height:3.375rem;top:84.798875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #An7VfAEydHXyNcBmHAuo3ps6A7Wi0tIR { width:18.125rem;height:10.1875rem;top:63.986328125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTWoRMkoBgHLyO98K6re7ewdNsxbo9t3 { width:17.0625rem;height:13.375rem;top:75.423828125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nadKt9MIyLKgHeOvGfKsJsEOldKt7CVW { display:block; }#nadKt9MIyLKgHeOvGfKsJsEOldKt7CVW > .row .container { width:20rem;height:76rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnlEoVr0XqC9upctNsMDrTk8TF3B5QLl { width:17.5rem;height:9.6601625rem;top:4.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #bK5oInKEMp8TmMhFb7BhGlPHqG0TN6R9 { width:20rem;height:15.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK6T9n1GrgOSbnMshLDNXavVuqtwgwv4 { width:17.5625rem;height:33.654275rem;top:25.875rem;left:1.21875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #siH24QXT3UJgESb5Lthwe6xcQ5JzvKAe { width:20rem;height:53.25rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpGcOp0AtoxgaWmfrSWbP6PBlOAuZVMB { width:16.6875rem;height:3.75rem;top:17.875rem;left:1.65625rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D8JFCnvvWATcHOlK5DvLTyiSw4EH6nNC { width:17.5625rem;height:5.625rem;top:62.03125rem;left:1.21875rem;font-size:1.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #luW0P8TS14DTGur9eewGyJfArr3O8zM7 { width:16.875rem;height:1.5996125rem;top:69.845703125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ubCpKv3OHdJ38T7STr9VRPWnLi40uwUE { width:20rem;height:14.96062992126rem;top:105.6357421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXuOEGTukB64m9v4IIvCMVETkit7Jh2w { width:18.4375rem;height:6.6875rem;top:16.40625rem;left:0.78125rem;z-index:100000;background-color:#1c1c1c;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) { #OVJ9i0Tr5ynGdJEgiWNXV3oDDikZGxgT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/34af45ff-fcda-4f33-a81d-a0af5de98410/should.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; }#OVJ9i0Tr5ynGdJEgiWNXV3oDDikZGxgT.adaptive-delivery-prevent-bg, #OVJ9i0Tr5ynGdJEgiWNXV3oDDikZGxgT.lazyload, #OVJ9i0Tr5ynGdJEgiWNXV3oDDikZGxgT.lazyloading { background-image: none; }#OVJ9i0Tr5ynGdJEgiWNXV3oDDikZGxgT > .row .container { background-color: transparent; background-image: none; }#OVJ9i0Tr5ynGdJEgiWNXV3oDDikZGxgT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OVJ9i0Tr5ynGdJEgiWNXV3oDDikZGxgT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OVJ9i0Tr5ynGdJEgiWNXV3oDDikZGxgT > .row .container > .video-iframe-container { display: none; }#OVJ9i0Tr5ynGdJEgiWNXV3oDDikZGxgT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OVJ9i0Tr5ynGdJEgiWNXV3oDDikZGxgT > .row > .video-iframe-container { display: none; }#OVJ9i0Tr5ynGdJEgiWNXV3oDDikZGxgT > .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); }#OVJ9i0Tr5ynGdJEgiWNXV3oDDikZGxgT > .row .container { border-width: 0; border-radius: 0; }#OVJ9i0Tr5ynGdJEgiWNXV3oDDikZGxgT > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNRdm5ZIXCmIT4ZHTvvx0KVLTeR2wRMA { display:block; }#zNRdm5ZIXCmIT4ZHTvvx0KVLTeR2wRMA > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vpu1TPASKJ3PIrPMrGFeORqfhaqR6CeW { width:20rem;height:13.7119375rem;top:3.6875rem;left:0rem;font-size:5.6875rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #xZa6WGmV7w9iu93MmZ5OqlnTOvgZZlDg { top:10.25rem;left:15.25rem;width:3.4375rem;height:4.25rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hyFUwd8h2ewQXEJNDkidfd9o9vJ0T7PD { width:20rem;height:17.5625rem;top:15.4619140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9SQubdxu62fRGAgFnFWNOLWkwScidpT { width:20rem;height:20.3125rem;top:16.1494140625rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #RLsv4ZdfSTBgZ3eAZMis0Bog9E5A8IpW { display:block; }#RLsv4ZdfSTBgZ3eAZMis0Bog9E5A8IpW > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PItcSsknip7AAKJ8Sb1hXIlp4c5rZBCt { width:20rem;height:6.599625rem;top:1.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mtpChvoGs02AJW3k8lnBZFN1GG115ORn { width:2.4375rem;height:2.4375rem;top:12.75rem;left:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6FKTf3W5IllNRi8xdmQ4UE6giB0Vq5K { width:7.875rem;height:3.09375rem;top:16.5625rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pZlFnuqlJtQNiT7HCbrxwcDqBGaRW8lz { width:3.125rem;height:3.125rem;top:23.1875rem;left:3rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKe6cVE1IPlt9fCXhdyAOkMorVsDbm99 { width:6.875rem;height:2.19921875rem;top:26.875rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #W7KD7PUd0R7TVipgFm48lXp4hrTPTd24 { width:3.125rem;height:3.125rem;top:12rem;left:13.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkpiHHl9HINWru0pbeTzdC9QTG0mUc2l { width:9.6875rem;height:3.09375rem;top:15.9375rem;left:10.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #urv37ExrTO2httQmtQZk5Ge7rGNC4uWg { width:2.8125rem;height:2.8125rem;top:23.375rem;left:13.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvX6AlGtrWywQfTtaw4ZRHeyc35NXWBu { width:8.75rem;height:3.298825rem;top:26.3125rem;left:10.75rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nslTyHX6rlHZh7B7iQvelKITGHPDQD8s { width:0.0625rem;height:8.75rem;top:11.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndaXSnXsfaXx24WCv4TmF0aDJdfOLXsu { width:0.0625rem;height:12.5rem;top:9.648925rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZiPBPhJS2pSvyGnmlGPR2Fp8eZKCbwWd { width:0.0625rem;height:8.75rem;top:23.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdBouIJQ3QNyCkdUv6tO8tgiuh7kHqTO { width:20rem;height:24.6875rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTfWiPk5DKkXwqRhKs7FSGfI744lZ7D { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cc537c3b-03ba-4d99-8eb3-1829b9b7e853/shoulder1.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; }#DTTfWiPk5DKkXwqRhKs7FSGfI744lZ7D.adaptive-delivery-prevent-bg, #DTTfWiPk5DKkXwqRhKs7FSGfI744lZ7D.lazyload, #DTTfWiPk5DKkXwqRhKs7FSGfI744lZ7D.lazyloading { background-image: none; }#DTTfWiPk5DKkXwqRhKs7FSGfI744lZ7D > .row .container { background-color: transparent; background-image: none; }#DTTfWiPk5DKkXwqRhKs7FSGfI744lZ7D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTTfWiPk5DKkXwqRhKs7FSGfI744lZ7D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTTfWiPk5DKkXwqRhKs7FSGfI744lZ7D > .row .container > .video-iframe-container { display: none; }#DTTfWiPk5DKkXwqRhKs7FSGfI744lZ7D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTTfWiPk5DKkXwqRhKs7FSGfI744lZ7D > .row > .video-iframe-container { display: none; }#DTTfWiPk5DKkXwqRhKs7FSGfI744lZ7D > .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); }#DTTfWiPk5DKkXwqRhKs7FSGfI744lZ7D > .row .container { border-width: 0; border-radius: 0; }#DTTfWiPk5DKkXwqRhKs7FSGfI744lZ7D > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWtOpBHapeTLTT874wmmcktEsdPO1IkD { display:block; }#NWtOpBHapeTLTT874wmmcktEsdPO1IkD > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXi0K3Lg72w8Krqzhqa5oKE5gkBRut9E { width:20rem;height:39rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oymwyAI2ukGaepXElkXTKqgl7x7ho2NS { width:13.5rem;height:17.25rem;top:27rem;left:1.375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zWdIIFzeChZAT7rfq3I5IdPPnSKTTWOf { width:14.125rem;height:2.61230625rem;top:3.9375rem;left:1.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XFbtZ2UHJTW1VoKaOpzsBG4Der7NUgXe { width:8rem;height:1.5996125rem;top:8.3125rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #z5m6oVbPUgaArAk78StRhm0LiaytEgVM { width:1.25rem;height:1.25rem;top:8.5rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtogszVdNele3znEgqE1SSEIqxPNM5Vo { width:8.625rem;height:1.5996125rem;top:10.375rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Uvs5cxQuHuOTC1e3uZTogtP5CtERVZHO { width:1.25rem;height:1.25rem;top:10.5625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7phqOFB8cIAV8IHMG4ipAR9x9OT4u9t { width:8.0625rem;height:1.5996125rem;top:12.4375rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MmdcLRzHJ9UQ0sB70PmZSuQVMEbLNDcu { width:1.25rem;height:1.25rem;top:12.625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5QTpQQl2T2Kh0ocPxi5Bi3V9bqwShRn { width:9.125rem;height:1.5996125rem;top:14.6875rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #hTGt5bdGBaBR0KI5x7iH5MsElFyL6CdL { width:1.25rem;height:1.25rem;top:14.875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmb1w6NaSm0D7Ppurk71ie1NEAQ2Whtd { width:8.625rem;height:1.5996125rem;top:21.125rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wTdctWt4eWqL1T1SVJWCeAETF6Ab2ixk { width:1.25rem;height:1.25rem;top:21.3125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTzi9FrLxMJxpEX5tPQPqpq14F31utq { width:8.0625rem;height:1.5996125rem;top:23.25rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #t2rzQV9b088uUDCGoOBbwKANhSkKNbt5 { width:1.25rem;height:1.25rem;top:23.4375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCwvcuDvO9obbWwEKaSawTa9NZ3gThL6 { width:10.8125rem;height:1.5996125rem;top:25.5rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #yW8Vvi6mO26cdSnRCNr0dyZCuzUTrGfC { width:1.25rem;height:1.25rem;top:25.6875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlmEZmQXJ3HH1a7ZzqoISMKwd8bxaodR { width:11.4375rem;height:1.5996125rem;top:18.875rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #omHG2hdpP3h3w0m624V3vWNAL4duzzEW { width:1.25rem;height:1.25rem;top:19.125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDECgdtWs2qeaqSyVFgwUx5qpuyXa4Wo { width:9.125rem;height:1.5996125rem;top:16.8125rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OpGDTy3NZcmTW6ITdT3i5yJMZ0ecBWO6 { width:1.25rem;height:1.25rem;top:17rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZNX67agDR87Hp17Sh5dW0cKEP6puST2 { width:16.9375rem;height:16.9375rem;top:29.5rem;left:1.53125rem;overflow:hidden;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e3e3e3, #ffffff);background-image: -moz-linear-gradient(180deg, #e3e3e3, #ffffff);background-image: -ms-linear-gradient(180deg, #e3e3e3, #ffffff);background-image: -o-linear-gradient(180deg, #e3e3e3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e3e3e3, #ffffff);background-size:auto !important;display:block; }#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs > .row .container { background-color: transparent; background-image: none; }#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs > .row .container > .video-iframe-container { display: none; }#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs > .row > .video-iframe-container { display: none; }#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs > .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); }#dMfHTVRs5e1D6WV4TSQk7fU9TL0nnKLs > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMCU1hQLGZ3ZRshTuAsi46EJeLvvuRZU { width:20rem;height:1.0996125rem;top:1.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bDpuGHGHdDr2XPExxMx6Shg31USH2kFg { width:8.75rem;height:8.75rem;top:4.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkeCm0xQrgVyZa5fAvP2TE1zQMmiBBH2 { width:8.75rem;height:8.75rem;top:4.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyJTxoyqxlvOWwBRXCOWNgfr8edlndnQ { width:8.75rem;height:8.75rem;top:16.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVvUcOaxGf2r5QfgLrtPWdcNFiynXyHB { width:8.75rem;height:8.75rem;top:16.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSWsr2THCZPw9HrsdctgNbaXxBXpDfDK { width:8rem;height:1.5rem;top:13.75rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TJJJHUNpsoJ7aew1TePRqxAm9woA1CQt { width:8rem;height:1.5rem;top:13.75rem;left:10.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qyLCT5BdZTDvs6UdBUugRUeyRKXEbiFX { width:8rem;height:1.5rem;top:26.25rem;left:10.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #DwDlht1tspUsTsTeq1ZfJpTtcQM1dz6Z { width:8rem;height:1.5rem;top:26.25rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 { background-color:#ededed;background-image:none;display:block; }#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 > .row .container { background-color: transparent; background-image: none; }#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 > .row .container > .video-iframe-container { display: none; }#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 > .row > .video-iframe-container { display: none; }#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 > .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); }#nsqZE4hiNe0xALg9SdCXPfmSHvi3gx76 > .row .container { width:20rem;height:101.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJetuQB4wrusBut2NJhgKP4BbhDcRa3g { width:17.5rem;height:7.99805rem;top:11.5rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xTrzkPiTGUpJLIwuMdB3EWic21D5oFxh { width:20rem;height:21.3125rem;top:2.125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #s8uRHMz7dHdCSeENEVmkvcaG98Wd9Z82 { width:18rem;height:35.9375rem;top:21.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFE8nUry5kgndM8XVqrEmaJyd9c2Miz4 { width:17.5625rem;height:1.5rem;top:22.9375rem;left:1.21875rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TXK1XTrGURsctczvmewPd79rbAV8Ocfc { width:14.8125rem;height:7.9980625rem;top:25.470703125rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #CKgm4d2BTXw6IuREaLnMHIwgb0Xsi6S6 { width:18rem;height:5.625rem;top:4.125rem;left:1rem;font-size:1.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #q7ZyrT1ofM8lFC3mKTDQMVFAkTiTEN87 { width:18rem;height:18rem;top:36.51171875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUK4p1X1mCq47iFvgtf9chHu79DGkOwQ { width:20rem;height:0.9624rem;top:34.53125rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ecyDVZiCzcW4bzLTfAuVInNEhVeJxiI0 { width:18rem;height:3.8125rem;top:54.51171875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikyHdUSpOGGG7m71DJ4UriGCbLiWVRdh { width:12rem;height:2.625rem;top:55.1181640625rem;left:4rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SwUSvfJiXOo89DvMk5fWAfDJOA8LmBxQ { width:18rem;height:38.375rem;top:60.13671875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgAGDW5IyH74aqm39OtbTUua2aSFHaAP { width:18rem;height:22.5rem;top:72.94921875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQWtPTG5JlObiI9of1gH5g4OW0npB21X { width:18rem;height:3.8125rem;top:95.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZihCZOoqe1qJn4pr5p8Rlm3wWA9xQo8 { width:14.125rem;height:2.625rem;top:96.0625rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T9H11bCeSZqJqv8tz3372lvZmxLB92ZS { width:16rem;height:6.4609375rem;top:64.69921875rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #VvPwXFPX4ouSqn9ngNKJrLzTrZKWrep6 { width:20rem;height:1.5rem;top:61.69921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pZBz4mTIcZviBbixORWrvI3hCouz0E8A { display:block; }#pZBz4mTIcZviBbixORWrvI3hCouz0E8A > .row .container { width:20rem;height:74.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBcE6Z78tgWL4lUrsaLaSPCRuqRxyurL { width:17.5rem;height:17.65820625rem;top:3.9609375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TyBHbLs8pbNVQns7CQmlBiKaMClDcOtb { width:20rem;height:24.3125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTMGQR2PcJkkoPymoKu9HLR66Kf5N5yB { width:17.4375rem;height:40.625rem;top:25.1875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA3TsTkAfzPOoGQTsfewZgw0Z7GFX3pV { width:17.4375rem;height:20.6875rem;top:25.1875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUTUx5Bhhk4QLMN1Z41HaJ5QbTa5x63K { width:20rem;height:2.9375rem;top:53.923828125rem;left:0rem;font-size:2.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kP5Tgd9lOOq7tA44KIS2UmKwei3J3HsX { width:1.25rem;height:1.25rem;top:47.375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiKVwSpHOgkwSMSoDN55xKfFIEwtxE2S { width:13.625rem;height:1.5996125rem;top:47.1875rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #aM9sZBKBZlNsqDfTTz4reDRqyUEqkHSF { width:15rem;height:1.5996125rem;top:49.125rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #cnkSEcLLCg6HoulNShuu9vlpI6c53a67 { width:1.25rem;height:1.25rem;top:49.3125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE5VNdu1rtQGiilKZwJAqLx0dtl6Is0Z { width:1.25rem;height:1.25rem;top:51.375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA6pzUE8TyeW37FO3LI9NP5cggCHKpTC { width:15rem;height:1.5996125rem;top:51.1875rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OWhg6CyNi6aNDlogKG62J8usTBBPSrRW { width:9.5rem;height:2.375rem;top:58.236328125rem;left:5.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #REnGbGDG0WIy8cIBIwV9MEsQH9Xx4vQQ { width:15.6875rem;height:0.75rem;top:63.361328125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #liT924UHRDTv7Cw6yruuQGDV12zae2ip { top:67.75rem;left:0.5rem;width:19rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwSAeT2cBzAafmKEEVHxyKMEsF9ff0fR { display:block; }
 }@media only screen and (max-width: 763px) { #THkzR41T7FWkfkTkkmtmXNMTVvQ0kk9D { top:62.25rem;left:16.125rem;width:3.875rem;height:4.875rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uaandWTNGNpRhnBPAQn3OOdlmOyRa2Fh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/41e111c2-dce3-4109-b3f6-dde46d2b3bab/HENRIQUE.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; }#uaandWTNGNpRhnBPAQn3OOdlmOyRa2Fh.adaptive-delivery-prevent-bg, #uaandWTNGNpRhnBPAQn3OOdlmOyRa2Fh.lazyload, #uaandWTNGNpRhnBPAQn3OOdlmOyRa2Fh.lazyloading { background-image: none; }#uaandWTNGNpRhnBPAQn3OOdlmOyRa2Fh > .row .container { background-color: transparent; background-image: none; }#uaandWTNGNpRhnBPAQn3OOdlmOyRa2Fh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uaandWTNGNpRhnBPAQn3OOdlmOyRa2Fh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uaandWTNGNpRhnBPAQn3OOdlmOyRa2Fh > .row .container > .video-iframe-container { display: none; }#uaandWTNGNpRhnBPAQn3OOdlmOyRa2Fh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uaandWTNGNpRhnBPAQn3OOdlmOyRa2Fh > .row > .video-iframe-container { display: none; }#uaandWTNGNpRhnBPAQn3OOdlmOyRa2Fh > .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); }#uaandWTNGNpRhnBPAQn3OOdlmOyRa2Fh > .row .container { border-width: 0; border-radius: 0; }#uaandWTNGNpRhnBPAQn3OOdlmOyRa2Fh > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akdnSqZstBn77Gd1KWqGEsHQOLtcXCol { display:block; }#akdnSqZstBn77Gd1KWqGEsHQOLtcXCol > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdQRIpQAMCHbOfeDgTq6pOJNoiXPyvn9 { width:14.6875rem;height:2.625rem;top:7.58642578125rem;left:2.65625rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:.7;display:block; }
 }@media only screen and (max-width: 763px) { #RXQbAtxUxBCW6DfqU5soCEp5btkay2OW { width:18.8125rem;height:11.1972625rem;top:12.40087890625rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NcuTOAMTRDuJzqDOWPSBUW2cDfxPPZdJ { width:3.125rem;height:3.125rem;top:3.21142578125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2GR5698WnVio2hIAG4vzy9uSnR7Nkoe { display:block; }#X2GR5698WnVio2hIAG4vzy9uSnR7Nkoe > .row .container { width:20rem;height:74.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jf02wi3aTsyoOocKaxZWe6q1m1TyuhtF { width:17.5rem;height:14.39645625rem;top:4.8359375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPGLfxcT9FFDqgHMctTOrQTfbGy7thI { width:20rem;height:24.3125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLTtTJAK1n2rzHxhSwd0VLxE1WQTT0a6 { width:17.4375rem;height:40.625rem;top:25.1875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8pwRZGTvzfK11t95UODyeM5S2MSfWca { width:17.4375rem;height:20.25rem;top:25.1875rem;left:1.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #trylzmImx7AMkl0ldb49bKzmTUTiwCC9 { width:20rem;height:2.9375rem;top:53.923828125rem;left:0rem;font-size:2.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Q478sAQ9kAHZIvdT09oPLhF2NePwAG47 { width:1.25rem;height:1.25rem;top:47.375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBHeb0zQrRSfLuHx45wMqqX2r5cg2Nz6 { width:13.625rem;height:1.5996125rem;top:47.1875rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xlKxtDk3dSJvI4okDEpumn9K13dQBT9S { width:15rem;height:1.5996125rem;top:49.125rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #r55rLZKDAa02Ep8NfilGOpIP8TpiPr98 { width:1.25rem;height:1.25rem;top:49.3125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3V3hKy9B6csOeINdiBZTZ7ICg1RpCdB { width:1.25rem;height:1.25rem;top:51.375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXEz1ACvPlsrEQfCdEgJymI6Uqv1ST7C { width:15rem;height:1.5996125rem;top:51.1875rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #STEbgfavebImRkJUwF9toEnJV8RuADFz { width:9.5rem;height:2.375rem;top:58.236328125rem;left:5.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LRr8XBaWiUTBlmTfF8ZqlTxz6pHC8JTB { width:15.6875rem;height:0.75rem;top:63.361328125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwhAcnTBgSQGtLAJauHZWW1uanfkzv96 { top:67.75rem;left:0.5rem;width:19rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfpcTEEOPge82uJxoMru0rFiSAWuzARg { display:block; }
 }@media only screen and (max-width: 763px) { #QQrJiy8XXRpQhcQxAEoMoBZQpEH6EDss { top:62.25rem;left:16.125rem;width:3.875rem;height:4.875rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Kyn6Oo3K43xCvPz334aGp6BCs1Ido51n { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/401eb17a-550b-4447-8c15-f50b563ed41a/DSC07b497.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; }#Kyn6Oo3K43xCvPz334aGp6BCs1Ido51n.adaptive-delivery-prevent-bg, #Kyn6Oo3K43xCvPz334aGp6BCs1Ido51n.lazyload, #Kyn6Oo3K43xCvPz334aGp6BCs1Ido51n.lazyloading { background-image: none; }#Kyn6Oo3K43xCvPz334aGp6BCs1Ido51n > .row .container { background-color: transparent; background-image: none; }#Kyn6Oo3K43xCvPz334aGp6BCs1Ido51n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kyn6Oo3K43xCvPz334aGp6BCs1Ido51n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kyn6Oo3K43xCvPz334aGp6BCs1Ido51n > .row .container > .video-iframe-container { display: none; }#Kyn6Oo3K43xCvPz334aGp6BCs1Ido51n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kyn6Oo3K43xCvPz334aGp6BCs1Ido51n > .row > .video-iframe-container { display: none; }#Kyn6Oo3K43xCvPz334aGp6BCs1Ido51n > .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); }#Kyn6Oo3K43xCvPz334aGp6BCs1Ido51n > .row .container { border-width: 0; border-radius: 0; }#Kyn6Oo3K43xCvPz334aGp6BCs1Ido51n > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVL2SqBDhIueh87xxO1QMF3RRKXAzDlU { display:block; }#VVL2SqBDhIueh87xxO1QMF3RRKXAzDlU > .row .container { width:20rem;height:73.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WT2rz6KZhM3nvXg9vkWlxdT3ETIW8GEy { top:0rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100001;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) { #t0U6WVlT57bwJxhhWzN41AKaTfUckNx0 { width:17.5rem;height:3.19921875rem;top:6.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Ir5nuHNH83SMdaCXyqKbS2hPmNi495mz { width:20rem;height:60.8125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbqI8G4vtEmwxLThBobOTL4nRmJCA6mK { width:17.5625rem;height:40.24025625rem;top:20.625rem;left:1.21875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NDHRpQA889qFuSgZvlwn6qrhSB9UctnE { width:17.1875rem;height:6rem;top:12.125rem;left:1.40625rem;font-size:1.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #DpdbPIw0dCh7Xi0KCBawAK5HIMyAJyn4 { top:62.677734375rem;left:0.5rem;width:19rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abXFiEHPCTpHrTpyTgBzLtGb1J3c2Nae { display:block; }
 }@media only screen and (max-width: 763px) { #ciD94z8k6yixJStgqzHL6GGXTTSkZIRR { width:20rem;height:3.199225rem;top:67.927734375rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #vSMGV8UPeSsRc9aJKLW97GMyLrUAEIpS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/92a7e1cd-0f25-4949-a232-44a55c95ceb9/DSC07497.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; }#vSMGV8UPeSsRc9aJKLW97GMyLrUAEIpS.adaptive-delivery-prevent-bg, #vSMGV8UPeSsRc9aJKLW97GMyLrUAEIpS.lazyload, #vSMGV8UPeSsRc9aJKLW97GMyLrUAEIpS.lazyloading { background-image: none; }#vSMGV8UPeSsRc9aJKLW97GMyLrUAEIpS > .row .container { background-color: transparent; background-image: none; }#vSMGV8UPeSsRc9aJKLW97GMyLrUAEIpS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vSMGV8UPeSsRc9aJKLW97GMyLrUAEIpS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vSMGV8UPeSsRc9aJKLW97GMyLrUAEIpS > .row .container > .video-iframe-container { display: none; }#vSMGV8UPeSsRc9aJKLW97GMyLrUAEIpS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vSMGV8UPeSsRc9aJKLW97GMyLrUAEIpS > .row > .video-iframe-container { display: none; }#vSMGV8UPeSsRc9aJKLW97GMyLrUAEIpS > .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); }#vSMGV8UPeSsRc9aJKLW97GMyLrUAEIpS > .row .container { border-width: 0; border-radius: 0; }#vSMGV8UPeSsRc9aJKLW97GMyLrUAEIpS > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kppPTbN72Bdd6LaTFr05tbqcVgknlkzq { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq > .row .container { background-color: transparent; background-image: none; }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq > .row .container > .video-iframe-container { display: none; }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq > .row > .video-iframe-container { display: none; }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq > .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); }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq > .row .container { border-width: 0; border-radius: 0; }#kppPTbN72Bdd6LaTFr05tbqcVgknlkzq > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhglZR0HJNEGlrb71TqWALOLJiyMwEkC { top:2.1875rem;left:6.375rem;width:7.1875rem;height:3.75rem;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #J8RapHy8hcdLpGNysDJRPziU97eUWZC2 { width:18.1875rem;height:0.9375rem;top:9.5rem;left:0.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.5;z-index:100008;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RpVX0MkblErxWa2fbBlNZ4b3GtBCmg0l { top:6.875rem;left:7.875rem;width:1.9375rem;height:1.9375rem;z-index:100009;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GR2Hq3nqZdUvrnB9hGdk4GTAClXgrZTJ { top:6.875rem;left:10.1875rem;width:1.9375rem;height:1.9375rem;z-index:100010;font-size:1.3125rem;color:#ffffff;display:block; }
 }