.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:rgba(0,0,0,0.47);background-image:url("https://images.assets-landingi.com/uc/fb561a53-c912-412c-9513-2ea09d8d34de/CopyofLBD20FeatureThumbnails.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { border-width: 0; border-radius: 0; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container {  }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { color:#ffffff;display:block;width:38.1875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26.1875rem;left:0rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA { color:rgba(255,255,255,0.8);display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:29.4375rem;left:0rem;height:6.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NT2zKw9SDmyN0oUxugqiAPW71K6eW8pW { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:18.4375rem;left:0rem;height:6.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QutTQ56BM7NI3LlMa6E5xqQEJbCTsyHi { background-color:#ff1616;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:39.212501525879rem;left:10.34375rem;display:block; }
#qyX45KaB0opAyHuitQvWFs1WuWRO7RfL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kQ77CLt6enKMOTfvFcTU8MXOSG4EolIS { position:absolute;display:block;z-index:15003;background-color:#ff1616;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:28.1875rem;top:15.8125rem;left:17.687501907349rem;display:block; }
#vJU03WpM9TUaIpQN5WtVZxo751Lxhxnv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#vJU03WpM9TUaIpQN5WtVZxo751Lxhxnv > .row .container { background-color: transparent; background-image: none; }#vJU03WpM9TUaIpQN5WtVZxo751Lxhxnv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJU03WpM9TUaIpQN5WtVZxo751Lxhxnv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJU03WpM9TUaIpQN5WtVZxo751Lxhxnv > .row .container > .video-iframe-container { display: none; }#vJU03WpM9TUaIpQN5WtVZxo751Lxhxnv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJU03WpM9TUaIpQN5WtVZxo751Lxhxnv > .row > .video-iframe-container { display: none; }#vJU03WpM9TUaIpQN5WtVZxo751Lxhxnv > .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); }#vJU03WpM9TUaIpQN5WtVZxo751Lxhxnv > .row .container { border-width: 0; border-radius: 0; }#vJU03WpM9TUaIpQN5WtVZxo751Lxhxnv > .row > .video-iframe-container {  }#vJU03WpM9TUaIpQN5WtVZxo751Lxhxnv > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#t3Ec9t2DsA4Csd7vAlzMMWT4zi6TNK7v { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:3.4929676055908rem;left:0rem;height:5.949225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/399ce1bc-3016-4f72-89aa-d8a16f6ea4b6/CopyofLBD20FeatureThumbnails2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3.adaptive-delivery-prevent-bg, #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3.lazyload, #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3.lazyloading { background-image: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { background-color: transparent; background-image: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container > .video-iframe-container { display: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row > .video-iframe-container { display: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .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); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { border-width: 0; border-radius: 0; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row > .video-iframe-container {  }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#BQMMnFMkEvDN4T04Cadb1yZsMxUOaykG { color:#ffffff;display:block;width:48.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:3.375rem;left:26.375rem;height:15.375rem;font-style:normal;display:block; }#BQMMnFMkEvDN4T04Cadb1yZsMxUOaykG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BQMMnFMkEvDN4T04Cadb1yZsMxUOaykG li:before{  }
#wpdfggmcwIOt6VyGh7w9cTV2ePF70to8 { color:#ffffff;display:block;width:48.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:22.5rem;left:26.375rem;height:22.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EyiKXMph2TUmrTKTUyTPg0Eopg2xIcOT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.625rem;width:21.375rem;top:0rem;left:2.9375rem;overflow:hidden;display:block; }
#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DjCo6_Rr4nE/unsplash/tobias-van-schneider-DjCo6_Rr4nE-photo-1499971442178-8c10fdf5f6ac.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c.adaptive-delivery-prevent-bg, #MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c.lazyload, #MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c.lazyloading { background-image: none; }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c > .row .container { background-color: transparent; background-image: none; }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c > .row .container > .video-iframe-container { display: none; }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c > .row > .video-iframe-container { display: none; }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c > .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); }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c > .row .container { border-width: 0; border-radius: 0; }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c > .row > .video-iframe-container {  }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c > .row .container { font-size:0.875rem;font-family:arial;height:69.8125rem;width:75rem;position:relative;display:block; }#X498DdE6JFKvoNTCrPWNMq4xfqDdlQu9 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.124223709106rem;left:0rem;height:42.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OTWmnOm6IPpazOFtAEs9m01LMuhupKDc { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:3.0929737091064rem;left:0rem;height:8.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#abVFiD33yHo6vWIPpxs054bqQ5oK1pLG { background-color:#ff1616;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,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:raleway;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:60.037492752075rem;left:26.687501907349rem;display:block; }
#tcTxTwW64f2Bbnd9BRCUtFfxU1xps8HF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i7uXSbpIT5kzuhZSso8P54QwDF8SrH4g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/43c892b9-43ea-4849-b301-da1a84e231e6/CopyofLBD20FeatureThumbnails3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#i7uXSbpIT5kzuhZSso8P54QwDF8SrH4g.adaptive-delivery-prevent-bg, #i7uXSbpIT5kzuhZSso8P54QwDF8SrH4g.lazyload, #i7uXSbpIT5kzuhZSso8P54QwDF8SrH4g.lazyloading { background-image: none; }#i7uXSbpIT5kzuhZSso8P54QwDF8SrH4g > .row .container { background-color: transparent; background-image: none; }#i7uXSbpIT5kzuhZSso8P54QwDF8SrH4g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7uXSbpIT5kzuhZSso8P54QwDF8SrH4g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7uXSbpIT5kzuhZSso8P54QwDF8SrH4g > .row .container > .video-iframe-container { display: none; }#i7uXSbpIT5kzuhZSso8P54QwDF8SrH4g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7uXSbpIT5kzuhZSso8P54QwDF8SrH4g > .row > .video-iframe-container { display: none; }#i7uXSbpIT5kzuhZSso8P54QwDF8SrH4g > .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); }#i7uXSbpIT5kzuhZSso8P54QwDF8SrH4g > .row .container { border-width: 0; border-radius: 0; }#i7uXSbpIT5kzuhZSso8P54QwDF8SrH4g > .row > .video-iframe-container {  }#i7uXSbpIT5kzuhZSso8P54QwDF8SrH4g > .row .container { font-size:0.875rem;font-family:arial;height:77.125rem;width:75rem;position:relative;display:block; }#xeHEGgcNkl1XlaDmEd6iQfsP69Qx6nUD { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:4.9367189407349rem;left:8.625rem;height:7.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vMKb7xM90TPdxvq8VmGNyzLUPsMTDTLG { color:#ffffff;display:block;width:58.875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:13.749219894409rem;left:8.0625rem;height:3.28125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VAQ5sz0wIy0xosAxtrEKQl6q5Axb9Jod { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.5);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:70.3125rem;width:75rem;top:2.5601577758789rem;left:0rem;display:block; }
#eEIPz6xQFS8VmbKGuBJzwRP1Jb2RiRM5 { color:#ffffff;display:block;width:57.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:39.9375rem;left:8.625rem;height:16.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wui8dNR6eUuKrM1QUEhqUe9elLPMMzGq { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:59.1875rem;left:0rem;height:3.28125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cJ8Xe9AdI3QxMvq6fxTx6iX0GlHcLMkN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:60rem;top:18.281250476837rem;left:7.5rem;overflow:hidden;display:block; }
#hTMcSvGwAkqGdToMFn5kRzVAQF4CWXC2 { color:#ffffff;display:block;width:57.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:65.25000190735rem;left:8.78125rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O4OssVho7WA6lXn62RFodCKrZSoB4FpR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#O4OssVho7WA6lXn62RFodCKrZSoB4FpR > .row .container { background-color: transparent; background-image: none; }#O4OssVho7WA6lXn62RFodCKrZSoB4FpR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4OssVho7WA6lXn62RFodCKrZSoB4FpR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4OssVho7WA6lXn62RFodCKrZSoB4FpR > .row .container > .video-iframe-container { display: none; }#O4OssVho7WA6lXn62RFodCKrZSoB4FpR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4OssVho7WA6lXn62RFodCKrZSoB4FpR > .row > .video-iframe-container { display: none; }#O4OssVho7WA6lXn62RFodCKrZSoB4FpR > .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); }#O4OssVho7WA6lXn62RFodCKrZSoB4FpR > .row .container { border-width: 0; border-radius: 0; }#O4OssVho7WA6lXn62RFodCKrZSoB4FpR > .row > .video-iframe-container {  }#O4OssVho7WA6lXn62RFodCKrZSoB4FpR > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#phKZc4tEvsOMAVJNMdMph4bkTbDFkCwU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.1875rem;width:19.6875rem;top:0rem;left:2.5rem;overflow:hidden;display:block; }
#MzmimN6ZEvfQgBXiEAliu7mdnOp4952J { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.1875rem;width:19.6875rem;top:0rem;left:27.625rem;overflow:hidden;display:block; }
#DBTM8i8aRsHTrbE6FhfNl87XMsbcT2Cd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.1875rem;width:19.6875rem;top:0rem;left:52.75rem;overflow:hidden;display:block; }
#r3H343buIM1FrILkBxtFyUt7DmT97fnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#r3H343buIM1FrILkBxtFyUt7DmT97fnQ > .row .container { background-color: transparent; background-image: none; }#r3H343buIM1FrILkBxtFyUt7DmT97fnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3H343buIM1FrILkBxtFyUt7DmT97fnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3H343buIM1FrILkBxtFyUt7DmT97fnQ > .row .container > .video-iframe-container { display: none; }#r3H343buIM1FrILkBxtFyUt7DmT97fnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3H343buIM1FrILkBxtFyUt7DmT97fnQ > .row > .video-iframe-container { display: none; }#r3H343buIM1FrILkBxtFyUt7DmT97fnQ > .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); }#r3H343buIM1FrILkBxtFyUt7DmT97fnQ > .row .container { border-width: 0; border-radius: 0; }#r3H343buIM1FrILkBxtFyUt7DmT97fnQ > .row > .video-iframe-container {  }#r3H343buIM1FrILkBxtFyUt7DmT97fnQ > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#huBI6ZGfWbKH6fDmozA0qOeClAwSSLgN { color:#ffffff;display:block;width:33rem;position:absolute;font-family:lato;font-size:5.3125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.75rem;left:1.9375rem;height:15.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TMiv17hNGuttGHF2UT1mwXWKF3HXDSa7 { color:#ffffff;display:block;width:28rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15000;line-height:1.7;letter-spacing:0;top:3.75rem;left:39.5625rem;height:14.0244375rem;font-style:normal;display:block; }
#eZwxNQTUwgpgwG1J8BoGlMg9O83qIi2T { position:absolute;display:block;z-index:15002;background-color:#ff1616;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:25.625rem;top:16.5rem;left:49.375001907349rem;display:block; }
#CUMeKgvKGahSTIkW7yCr9EzrM4isUPdf { color:#ffffff;display:block;width:70.875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:21.25rem;left:1.9375rem;height:9.34960625rem;font-style:normal;display:block; }
#x4VNDrOizT7OXe3zz8PiRanOWuBZqGa6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#x4VNDrOizT7OXe3zz8PiRanOWuBZqGa6 > .row .container { background-color: transparent; background-image: none; }#x4VNDrOizT7OXe3zz8PiRanOWuBZqGa6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4VNDrOizT7OXe3zz8PiRanOWuBZqGa6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4VNDrOizT7OXe3zz8PiRanOWuBZqGa6 > .row .container > .video-iframe-container { display: none; }#x4VNDrOizT7OXe3zz8PiRanOWuBZqGa6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4VNDrOizT7OXe3zz8PiRanOWuBZqGa6 > .row > .video-iframe-container { display: none; }#x4VNDrOizT7OXe3zz8PiRanOWuBZqGa6 > .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); }#x4VNDrOizT7OXe3zz8PiRanOWuBZqGa6 > .row .container { border-width: 0; border-radius: 0; }#x4VNDrOizT7OXe3zz8PiRanOWuBZqGa6 > .row > .video-iframe-container {  }#x4VNDrOizT7OXe3zz8PiRanOWuBZqGa6 > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:block; }#oxcMupAF2Cqiy2Z268c9Hi84WdwxszQ3 { color:#ff1616;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.625rem;left:2.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TvsEmr8uHoBxAs7g27quKrhTo26wgGbL { color:#333333;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:17.25rem;left:3rem;height:14.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AQoU4qcpZtU6lzR81uHlVEk9akCIe0GT { color:#000000;display:block;width:46.5625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6234378814698rem;left:14.1875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XaGq3BpuJKgtw9aaTLSSIfPwzDXbDbsN { background-color:#ff1616;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.749219894409rem;left:28.625001907349rem;display:block; }
#OBOTrvJu1Lxip0dcEF4mWA8QGfA44JI1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mCBHHPhS794ZlL9PtTmOwqwRE0TCvbpg { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:28.4375rem;width:13.5rem;top:8.7500002384187rem;left:58.6875rem;display:block; }
#c9Ee3CGraeBqbRmWQLH5O2xDARcKqCD1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.625000238419rem;left:7.25rem; }
#rZIzK2iw6GrhVroAgDpozeudDQTetUeP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:10.5rem;left:26.5625rem; }
#WIb2hT9GLtzbkaX5eQQJJ2Tosvn2xzKa { color:#ff1616;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.5rem;left:21.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yBG4hw1NfC8XMAQNge8ttwRU7N3Sih2b { color:#333333;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:17.125rem;left:22.3125rem;height:14.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wGeGMiKwQmTSoLe0IwD8hCxsgikPxe78 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:10.5rem;left:45.3125rem; }
#X8Kpgu2dkidm5orOpLMXqNahTnQaBsWT { color:#ff1616;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.5rem;left:40.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AHqD2xlFbQOEgLg40ZpbiXIs3UapcRSn { color:#333333;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:17.125rem;left:41.0625rem;height:7.19925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mZyTQQKb3GCZkUvm7ZsHWr9uQuWE7Lnb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:10.5rem;left:64.0625rem; }
#JgWUuFPhFyciq9loonHdpfM8qHsrMDv9 { color:#ff1616;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.5rem;left:59.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iaywIOUiKcbZn9bDHzJtSJ6PkyO64Xf3 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:17.125rem;left:59.8125rem;height:17.9980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QDd8womadzleSVoe1vyNhmBeZDS6N2h8 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:28.4375rem;width:13.5rem;top:9.0625002384187rem;left:39.9375rem;display:block; }
#Bu0waAaW5xA1L52l6UMPnFds4CByO4Ac { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:28.4375rem;width:13.5rem;top:9.0625002384187rem;left:21.1875rem;display:block; }
#thTyxtuUAWqtKeHDclV74JLXZOIAQbhX { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:28.4375rem;width:13.5rem;top:9.0625002384187rem;left:2.4375rem;display:block; }
#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.92);background-image:none;position:relative;display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { background-color: transparent; background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .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); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { border-width: 0; border-radius: 0; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container {  }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#rZWz5WHQT5Ar62DeLXCwhO1dfmdNUcfD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:6.625rem;left:45.1875rem;overflow:hidden;display:block; }
#Qm91H90eMZAh24SlaJuULemPuUU7u5fw { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5rem;left:53.4375rem;height:3.57421875rem;text-align:right;text-align-last:right;display:block; }
#UNR5JbcTslXlxWWcicLoTeCdvpRPKo3s { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.3125rem;left:41.9375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#MA6WW96O7GXlGhyA2wumD2boR1HB1dwq { position:absolute;display:block;z-index:15004;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:0.1875rem;width:11.4375rem;top:3.9375rem;left:50rem;display:block; }
#fPdPDeaVGATItDiTisVXNb4r3yPG0R7o { position:absolute;display:block;z-index:15001;background-color:#ff1616;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.125rem;width:25rem;top:25rem;left:41.25rem;display:block; }
#qcqzD4EXy3HFXm4hA9f8IJ0BCoWqZrom { color:#ffffff;display:block;width:40.8125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:3.375rem;height:5.84911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ygAZrJfaot2wOqXCGD2KZWqpW0Hsw5ZQ { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.625000953674rem;left:3.375rem;height:13rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cZJzwDiKi18RAv9rTZRIeUlCHi8bpVKA { position:absolute;display:block;z-index:15000;background-color:#ff1616;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:24.9375rem;width:24.9375rem;top:0.0625rem;left:50rem;display:block; }
#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { background-color: transparent; background-image: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .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); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { border-width: 0; border-radius: 0; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container {  }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { font-size:0.875rem;font-family:arial;height:78.125rem;width:75rem;position:relative;display:block; }#P349bEin2JPtTzCPCwQT3c5qDeZL4qqg { position:absolute;display:block;z-index:15007;background-color:#0dbda6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:2.5rem;top:21.6875rem;left:17.125rem;display:block; }
#T4T4IEC7M2ZPxQy1vNmJNKUoFlTmvzLt { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.4375rem;width:41.625rem;top:2.1125000119209rem;left:16.6875rem;overflow:hidden;display:block; }
#GySthMvHRU5xsl2mSWEoem3z8abX3KTv { color:#f82002;display:block;width:47.5rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:25.549999713897rem;left:13.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rNTCHeOAZkT1husSaa4SQXoTsxplzwLM { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:34.861720085144rem;left:0rem;height:;display:block; }#rNTCHeOAZkT1husSaa4SQXoTsxplzwLM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rNTCHeOAZkT1husSaa4SQXoTsxplzwLM li:before{  }
#px4JpeMyUATxq8IBn2bP5vOGp6GaLJ1J { background-color:#ff1616;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,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:raleway;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:67.862501144406rem;left:26.687501907349rem;display:block; }
#WT4lXDhdm3Ip7qoG8c6AL4DRoMoXmnST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/399ce1bc-3016-4f72-89aa-d8a16f6ea4b6/CopyofLBD20FeatureThumbnails2.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0.adaptive-delivery-prevent-bg, #WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0.lazyload, #WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0.lazyloading { background-image: none; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { background-color: transparent; background-image: none; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container > .video-iframe-container { display: none; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row > .video-iframe-container { display: none; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .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); }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { border-width: 0; border-radius: 0; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row > .video-iframe-container {  }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#OtBeyDmfoJnNR2qgi2alRtCGqR9GIsPc { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.1875rem;left:13.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTN6IP2xrCJA5T8K5PGRcRqgwkPyRTgN { color:#ffffff;display:block;width:51.1875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14.0625rem;left:11.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M5BThACZtTtvBIA8UvmMB44iQddTfcqC { color:#ffffff;display:block;width:51.1875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:25.625rem;left:11.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DBTuEBgUIGu7ik3s5KMwDXRwQUMkFGMf { position:absolute;display:block;z-index:15010;background-color:rgba(248,32,2,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:9.9375rem;width:40.625rem;top:23.875rem;left:17.25rem;display:block; }
#OQRPcU14nahEK75o1f8vqHneAvD6HDaS { background-color:#ff1616;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,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:raleway;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.375rem;left:26.75rem;display:block; }
#EufkURaV9SdfrAawJUqXmAbGlVcpWEDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mPmRWAoAc5PRsH7vx13OXFQzQo4p8zog { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#mPmRWAoAc5PRsH7vx13OXFQzQo4p8zog > .row .container { background-color: transparent; background-image: none; }#mPmRWAoAc5PRsH7vx13OXFQzQo4p8zog::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPmRWAoAc5PRsH7vx13OXFQzQo4p8zog > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPmRWAoAc5PRsH7vx13OXFQzQo4p8zog > .row .container > .video-iframe-container { display: none; }#mPmRWAoAc5PRsH7vx13OXFQzQo4p8zog > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPmRWAoAc5PRsH7vx13OXFQzQo4p8zog > .row > .video-iframe-container { display: none; }#mPmRWAoAc5PRsH7vx13OXFQzQo4p8zog > .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); }#mPmRWAoAc5PRsH7vx13OXFQzQo4p8zog > .row .container { border-width: 0; border-radius: 0; }#mPmRWAoAc5PRsH7vx13OXFQzQo4p8zog > .row > .video-iframe-container {  }#mPmRWAoAc5PRsH7vx13OXFQzQo4p8zog > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#lEAxMl0Xo0kFF3NNUetBgUBrL0twqAqq { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:8.467968940735rem;left:35.500001907349rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMJSKd3CDG7bEX4vWffxBKe6A3Lo0R5u { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.9375rem;width:24.9375rem;top:0.0625rem;left:4.9375rem;overflow:hidden;display:block; }
#wFthyIwUvGugTkGb1fV6TwgTTBKwJvVx { position:relative;display:block; }#wFthyIwUvGugTkGb1fV6TwgTTBKwJvVx { background-color: transparent; background-image: none; }#wFthyIwUvGugTkGb1fV6TwgTTBKwJvVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFthyIwUvGugTkGb1fV6TwgTTBKwJvVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFthyIwUvGugTkGb1fV6TwgTTBKwJvVx > .row .container > .video-iframe-container { display: none; }#wFthyIwUvGugTkGb1fV6TwgTTBKwJvVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFthyIwUvGugTkGb1fV6TwgTTBKwJvVx > .row > .video-iframe-container { display: none; }#wFthyIwUvGugTkGb1fV6TwgTTBKwJvVx > .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); }#wFthyIwUvGugTkGb1fV6TwgTTBKwJvVx { border-width: 0; border-radius: 0; }#wFthyIwUvGugTkGb1fV6TwgTTBKwJvVx > .row .container > .video-iframe-container {  }#wFthyIwUvGugTkGb1fV6TwgTTBKwJvVx > .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:37.375rem;width:75rem;position:relative;display:block; }#b2KtixAwrbLswSvTAeRlIe055gI4p8F8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22.0625rem;width:33.375rem;top:7.65625rem;left:0rem;overflow:hidden;display:block; }
#FGIuo12DIfG2VEZDbz9T5eLDucpCi7kU { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.65625rem;left:35.687501907349rem;height:6.175rem;font-style:normal;display:block; }
#wnkwepLlcgExiLBUBgUhEFtDPQa180dz { color:rgba(0,0,0,0.7);display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.875;letter-spacing:0;top:15.014843940735rem;left:35.687501907349rem;height:14.765625rem;font-style:normal;display:block; }
#GL5QV3yBt13Vw9hTZ3qPxQwXZFARmlth { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;position:relative;display:block; }#GL5QV3yBt13Vw9hTZ3qPxQwXZFARmlth > .row .container { background-color: transparent; background-image: none; }#GL5QV3yBt13Vw9hTZ3qPxQwXZFARmlth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GL5QV3yBt13Vw9hTZ3qPxQwXZFARmlth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GL5QV3yBt13Vw9hTZ3qPxQwXZFARmlth > .row .container > .video-iframe-container { display: none; }#GL5QV3yBt13Vw9hTZ3qPxQwXZFARmlth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GL5QV3yBt13Vw9hTZ3qPxQwXZFARmlth > .row > .video-iframe-container { display: none; }#GL5QV3yBt13Vw9hTZ3qPxQwXZFARmlth > .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); }#GL5QV3yBt13Vw9hTZ3qPxQwXZFARmlth > .row .container { border-width: 0; border-radius: 0; }#GL5QV3yBt13Vw9hTZ3qPxQwXZFARmlth > .row > .video-iframe-container {  }#GL5QV3yBt13Vw9hTZ3qPxQwXZFARmlth > .row .container { font-size:0.875rem;font-family:"open sans";height:3.875rem;width:75rem;position:relative;display:block; }#FCh6aqAKsG8FhwAvp1f4EiUD4K2PrerS { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3679695129394rem;left:31.250001907349rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:38.1875rem;height:14.625rem;top:3rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { width:34.9375rem;height:2rem;top:26.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA { width:34.9375rem;height:6.5625rem;top:29.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT2zKw9SDmyN0oUxugqiAPW71K6eW8pW { width:34.9375rem;height:6.0625rem;top:18.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QutTQ56BM7NI3LlMa6E5xqQEJbCTsyHi { width:17.5rem;height:3.4375rem;top:39.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyX45KaB0opAyHuitQvWFs1WuWRO7RfL { display:block; }
 }@media only screen and (max-width: 763px) { #kQ77CLt6enKMOTfvFcTU8MXOSG4EolIS { top:15.8125rem;left:4.0625019073486rem;width:28.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJU03WpM9TUaIpQN5WtVZxo751Lxhxnv { display:block; }#vJU03WpM9TUaIpQN5WtVZxo751Lxhxnv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3Ec9t2DsA4Csd7vAlzMMWT4zi6TNK7v { width:47.75rem;height:5.9375rem;top:3.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQMMnFMkEvDN4T04Cadb1yZsMxUOaykG { top:3.375rem;left:0rem;width:47.75rem;height:17.4375rem;font-size:1.375rem;display:block; }#BQMMnFMkEvDN4T04Cadb1yZsMxUOaykG li:before{  }
 }@media only screen and (max-width: 763px) { #wpdfggmcwIOt6VyGh7w9cTV2ePF70to8 { top:22.5rem;left:0rem;width:47.75rem;height:24.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyiKXMph2TUmrTKTUyTPg0Eopg2xIcOT { top:0rem;left:0rem;width:21.375rem;height:50.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c { display:block; }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X498DdE6JFKvoNTCrPWNMq4xfqDdlQu9 { top:14.0625rem;left:0rem;width:47.75rem;height:46.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTWmnOm6IPpazOFtAEs9m01LMuhupKDc { top:3.0625rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abVFiD33yHo6vWIPpxs054bqQ5oK1pLG { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcTxTwW64f2Bbnd9BRCUtFfxU1xps8HF { display:block; }
 }@media only screen and (max-width: 763px) { #i7uXSbpIT5kzuhZSso8P54QwDF8SrH4g { display:block; }#i7uXSbpIT5kzuhZSso8P54QwDF8SrH4g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeHEGgcNkl1XlaDmEd6iQfsP69Qx6nUD { top:4.875rem;left:0rem;width:47.75rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMKb7xM90TPdxvq8VmGNyzLUPsMTDTLG { top:13.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAQ5sz0wIy0xosAxtrEKQl6q5Axb9Jod { top:2.5rem;left:0rem;width:47.75rem;height:70.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEIPz6xQFS8VmbKGuBJzwRP1Jb2RiRM5 { top:39.9375rem;left:0rem;width:47.75rem;height:16.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wui8dNR6eUuKrM1QUEhqUe9elLPMMzGq { top:59.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ8Xe9AdI3QxMvq6fxTx6iX0GlHcLMkN { top:18.25rem;left:0rem;width:47.75rem;height:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTMcSvGwAkqGdToMFn5kRzVAQF4CWXC2 { width:47.75rem;height:4.6875rem;top:65.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4OssVho7WA6lXn62RFodCKrZSoB4FpR { display:block; }#O4OssVho7WA6lXn62RFodCKrZSoB4FpR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phKZc4tEvsOMAVJNMdMph4bkTbDFkCwU { width:19.6875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzmimN6ZEvfQgBXiEAliu7mdnOp4952J { width:19.6875rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBTM8i8aRsHTrbE6FhfNl87XMsbcT2Cd { width:19.6875rem;height:16.1875rem;top:0rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3H343buIM1FrILkBxtFyUt7DmT97fnQ { display:block; }#r3H343buIM1FrILkBxtFyUt7DmT97fnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huBI6ZGfWbKH6fDmozA0qOeClAwSSLgN { width:33rem;height:15.9375rem;top:2.75rem;left:0rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMiv17hNGuttGHF2UT1mwXWKF3HXDSa7 { width:28rem;height:14rem;top:3.75rem;left:19.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZwxNQTUwgpgwG1J8BoGlMg9O83qIi2T { top:16.5rem;left:22.125rem;width:25.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUMeKgvKGahSTIkW7yCr9EzrM4isUPdf { width:47.75rem;height:9.3125rem;top:21.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4VNDrOizT7OXe3zz8PiRanOWuBZqGa6 { display:block; }#x4VNDrOizT7OXe3zz8PiRanOWuBZqGa6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxcMupAF2Cqiy2Z268c9Hi84WdwxszQ3 { width:13.125rem;height:1.625rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvsEmr8uHoBxAs7g27quKrhTo26wgGbL { width:11.625rem;height:14.375rem;top:17.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQoU4qcpZtU6lzR81uHlVEk9akCIe0GT { width:46.5625rem;height:3.625rem;top:2.5625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaGq3BpuJKgtw9aaTLSSIfPwzDXbDbsN { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBOTrvJu1Lxip0dcEF4mWA8QGfA44JI1 { display:block; }
 }@media only screen and (max-width: 763px) { #mCBHHPhS794ZlL9PtTmOwqwRE0TCvbpg { width:13.5rem;height:28.4375rem;top:8.75rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9Ee3CGraeBqbRmWQLH5O2xDARcKqCD1 { top:10.625rem;left:3.84375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZIzK2iw6GrhVroAgDpozeudDQTetUeP { top:10.5rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIb2hT9GLtzbkaX5eQQJJ2Tosvn2xzKa { width:13.125rem;height:1.625rem;top:14.5rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBG4hw1NfC8XMAQNge8ttwRU7N3Sih2b { width:11.625rem;height:18rem;top:17.125rem;left:12.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGeGMiKwQmTSoLe0IwD8hCxsgikPxe78 { top:10.5rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Kpgu2dkidm5orOpLMXqNahTnQaBsWT { width:13.125rem;height:1.625rem;top:14.5rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHqD2xlFbQOEgLg40ZpbiXIs3UapcRSn { width:11.625rem;height:7.1875rem;top:17.125rem;left:24.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZyTQQKb3GCZkUvm7ZsHWr9uQuWE7Lnb { top:10.5rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgWUuFPhFyciq9loonHdpfM8qHsrMDv9 { width:13.125rem;height:1.625rem;top:14.5rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaywIOUiKcbZn9bDHzJtSJ6PkyO64Xf3 { width:11.625rem;height:18rem;top:17.125rem;left:35.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDd8womadzleSVoe1vyNhmBeZDS6N2h8 { width:13.5rem;height:28.4375rem;top:9.0625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu0waAaW5xA1L52l6UMPnFds4CByO4Ac { width:13.5rem;height:28.4375rem;top:9.0625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #thTyxtuUAWqtKeHDclV74JLXZOIAQbhX { width:13.5rem;height:28.4375rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZWz5WHQT5Ar62DeLXCwhO1dfmdNUcfD { top:6.625rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm91H90eMZAh24SlaJuULemPuUU7u5fw { top:1.5rem;left:28.375rem;width:19.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNR5JbcTslXlxWWcicLoTeCdvpRPKo3s { top:25.3125rem;left:24.1875rem;width:23.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA6WW96O7GXlGhyA2wumD2boR1HB1dwq { top:3.9375rem;left:36.3125rem;width:11.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPdPDeaVGATItDiTisVXNb4r3yPG0R7o { top:25rem;left:22.75rem;width:25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcqzD4EXy3HFXm4hA9f8IJ0BCoWqZrom { top:3.9375rem;left:0rem;width:40.8125rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygAZrJfaot2wOqXCGD2KZWqpW0Hsw5ZQ { top:12.625rem;left:0rem;width:29.8125rem;height:13rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZJzwDiKi18RAv9rTZRIeUlCHi8bpVKA { top:0.0625rem;left:22.75rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S { display:block; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P349bEin2JPtTzCPCwQT3c5qDeZL4qqg { width:2.5rem;height:0.0625rem;top:21.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4T4IEC7M2ZPxQy1vNmJNKUoFlTmvzLt { top:2.0625rem;left:3.0625rem;width:41.625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GySthMvHRU5xsl2mSWEoem3z8abX3KTv { width:47.5rem;height:;top:25.5rem;left:0.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNTCHeOAZkT1husSaa4SQXoTsxplzwLM { top:34.8125rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#rNTCHeOAZkT1husSaa4SQXoTsxplzwLM li:before{  }
 }@media only screen and (max-width: 763px) { #px4JpeMyUATxq8IBn2bP5vOGp6GaLJ1J { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT4lXDhdm3Ip7qoG8c6AL4DRoMoXmnST { display:block; }
 }@media only screen and (max-width: 763px) { #WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 { display:block; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtBeyDmfoJnNR2qgi2alRtCGqR9GIsPc { width:47.5rem;height:8.5rem;top:3.1875rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTN6IP2xrCJA5T8K5PGRcRqgwkPyRTgN { width:47.75rem;height:8.5rem;top:14.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5BThACZtTtvBIA8UvmMB44iQddTfcqC { width:47.75rem;height:6.5rem;top:25.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBTuEBgUIGu7ik3s5KMwDXRwQUMkFGMf { top:23.875rem;left:3.625rem;width:40.625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQRPcU14nahEK75o1f8vqHneAvD6HDaS { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EufkURaV9SdfrAawJUqXmAbGlVcpWEDu { display:block; }
 }@media only screen and (max-width: 763px) { #mPmRWAoAc5PRsH7vx13OXFQzQo4p8zog { display:block; }#mPmRWAoAc5PRsH7vx13OXFQzQo4p8zog > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEAxMl0Xo0kFF3NNUetBgUBrL0twqAqq { width:33.875rem;height:8.125rem;top:8.4375rem;left:13.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMJSKd3CDG7bEX4vWffxBKe6A3Lo0R5u { top:0.0625rem;left:0rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFthyIwUvGugTkGb1fV6TwgTTBKwJvVx { display:block; }#wFthyIwUvGugTkGb1fV6TwgTTBKwJvVx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2KtixAwrbLswSvTAeRlIe055gI4p8F8 { top:7.625rem;left:0rem;width:33.375rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGIuo12DIfG2VEZDbz9T5eLDucpCi7kU { width:27.5625rem;height:6.125rem;top:7.625rem;left:20.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnkwepLlcgExiLBUBgUhEFtDPQa180dz { width:32.6875rem;height:14.75rem;top:15rem;left:15.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL5QV3yBt13Vw9hTZ3qPxQwXZFARmlth { display:block; }#GL5QV3yBt13Vw9hTZ3qPxQwXZFARmlth > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCh6aqAKsG8FhwAvp1f4EiUD4K2PrerS { top:1.3125rem;left:17.625001907349rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0b83bc6b-ddeb-4dcd-89aa-1d9ad18f7c43/CopyofLBD20FeatureThumbnails4.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:19.9365rem;height:8.125rem;top:2.249755859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { width:20rem;height:1.54375rem;top:21.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA { width:20rem;height:7rem;top:24.92031288147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT2zKw9SDmyN0oUxugqiAPW71K6eW8pW { width:20rem;height:6.5rem;top:13.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QutTQ56BM7NI3LlMa6E5xqQEJbCTsyHi { width:17.5rem;height:3.4375rem;top:34.282032012939rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyX45KaB0opAyHuitQvWFs1WuWRO7RfL { display:block; }
 }@media only screen and (max-width: 763px) { #kQ77CLt6enKMOTfvFcTU8MXOSG4EolIS { width:20rem;height:0.1875rem;top:11.43203163147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJU03WpM9TUaIpQN5WtVZxo751Lxhxnv { display:block; }#vJU03WpM9TUaIpQN5WtVZxo751Lxhxnv > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3Ec9t2DsA4Csd7vAlzMMWT4zi6TNK7v { width:20rem;height:7rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { width:20rem;height:109.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQMMnFMkEvDN4T04Cadb1yZsMxUOaykG { width:20rem;height:22.875rem;top:49rem;left:0rem;font-size:1.125rem;display:block; }#BQMMnFMkEvDN4T04Cadb1yZsMxUOaykG li:before{  }
 }@media only screen and (max-width: 763px) { #wpdfggmcwIOt6VyGh7w9cTV2ePF70to8 { width:20rem;height:33.75rem;top:73.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyiKXMph2TUmrTKTUyTPg0Eopg2xIcOT { width:20rem;height:47.368rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DjCo6_Rr4nE/unsplash/tobias-van-schneider-DjCo6_Rr4nE-photo-1499971442178-8c10fdf5f6ac.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c.adaptive-delivery-prevent-bg, #MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c.lazyload, #MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c.lazyloading { background-image: none; }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c > .row .container { background-color: transparent; background-image: none; }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c > .row .container > .video-iframe-container { display: none; }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c > .row > .video-iframe-container { display: none; }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c > .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); }#MGkDzvQXRXb4at4i0ddqwOlkuzrokN6c > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X498DdE6JFKvoNTCrPWNMq4xfqDdlQu9 { width:20rem;height:60.75rem;top:10.500000953674rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTWmnOm6IPpazOFtAEs9m01LMuhupKDc { width:20rem;height:7.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abVFiD33yHo6vWIPpxs054bqQ5oK1pLG { width:16.3125rem;height:4rem;top:72.500000953675rem;left:1.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcTxTwW64f2Bbnd9BRCUtFfxU1xps8HF { display:block; }
 }@media only screen and (max-width: 763px) { #i7uXSbpIT5kzuhZSso8P54QwDF8SrH4g { display:block; }#i7uXSbpIT5kzuhZSso8P54QwDF8SrH4g > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeHEGgcNkl1XlaDmEd6iQfsP69Qx6nUD { width:20rem;height:8.4375rem;top:3.2007813453674rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMKb7xM90TPdxvq8VmGNyzLUPsMTDTLG { width:20rem;height:3.75rem;top:13.388291835785rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAQ5sz0wIy0xosAxtrEKQl6q5Axb9Jod { width:20rem;height:67.375rem;top:1.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEIPz6xQFS8VmbKGuBJzwRP1Jb2RiRM5 { width:20rem;height:25.3125rem;top:27.822675704956rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wui8dNR6eUuKrM1QUEhqUe9elLPMMzGq { width:20rem;height:4.3125rem;top:54.322657585144rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ8Xe9AdI3QxMvq6fxTx6iX0GlHcLMkN { width:20rem;height:6.666375rem;top:19.357823371887rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTMcSvGwAkqGdToMFn5kRzVAQF4CWXC2 { width:20rem;height:6.3rem;top:60.66250038147rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #O4OssVho7WA6lXn62RFodCKrZSoB4FpR { display:block; }#O4OssVho7WA6lXn62RFodCKrZSoB4FpR > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phKZc4tEvsOMAVJNMdMph4bkTbDFkCwU { width:19.6875rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzmimN6ZEvfQgBXiEAliu7mdnOp4952J { width:19.6875rem;height:16.1875rem;top:18.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBTM8i8aRsHTrbE6FhfNl87XMsbcT2Cd { width:19.6875rem;height:16.1875rem;top:36.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3H343buIM1FrILkBxtFyUt7DmT97fnQ { display:block; }#r3H343buIM1FrILkBxtFyUt7DmT97fnQ > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huBI6ZGfWbKH6fDmozA0qOeClAwSSLgN { width:20rem;height:4.4rem;top:1.625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TMiv17hNGuttGHF2UT1mwXWKF3HXDSa7 { width:19.6875rem;height:10.2rem;top:6.8125rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eZwxNQTUwgpgwG1J8BoGlMg9O83qIi2T { width:8.6875rem;height:0.1875rem;top:16.125rem;left:11.312500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUMeKgvKGahSTIkW7yCr9EzrM4isUPdf { width:20rem;height:15.3rem;top:18.499218940735rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #x4VNDrOizT7OXe3zz8PiRanOWuBZqGa6 { display:block; }#x4VNDrOizT7OXe3zz8PiRanOWuBZqGa6 > .row .container { width:20rem;height:124rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxcMupAF2Cqiy2Z268c9Hi84WdwxszQ3 { width:13.125rem;height:1.3rem;top:14.9375rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvsEmr8uHoBxAs7g27quKrhTo26wgGbL { width:13.125rem;height:14.4rem;top:17.1875rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQoU4qcpZtU6lzR81uHlVEk9akCIe0GT { width:20rem;height:4.875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaGq3BpuJKgtw9aaTLSSIfPwzDXbDbsN { width:16.0625rem;height:3.625rem;top:115.99920654297rem;left:1.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBOTrvJu1Lxip0dcEF4mWA8QGfA44JI1 { display:block; }
 }@media only screen and (max-width: 763px) { #mCBHHPhS794ZlL9PtTmOwqwRE0TCvbpg { width:13.5rem;height:28.4375rem;top:85.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9Ee3CGraeBqbRmWQLH5O2xDARcKqCD1 { width:3.125rem;height:3.125rem;top:10.4375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZIzK2iw6GrhVroAgDpozeudDQTetUeP { width:3.125rem;height:3.125rem;top:36.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIb2hT9GLtzbkaX5eQQJJ2Tosvn2xzKa { width:13.125rem;height:1.3rem;top:40.3125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBG4hw1NfC8XMAQNge8ttwRU7N3Sih2b { width:11.625rem;height:18rem;top:42.9375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGeGMiKwQmTSoLe0IwD8hCxsgikPxe78 { width:3.125rem;height:3.125rem;top:66.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Kpgu2dkidm5orOpLMXqNahTnQaBsWT { width:13.125rem;height:1.3rem;top:70.6875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHqD2xlFbQOEgLg40ZpbiXIs3UapcRSn { width:11.625rem;height:7.2rem;top:73.3125rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZyTQQKb3GCZkUvm7ZsHWr9uQuWE7Lnb { width:3.125rem;height:3.125rem;top:86.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgWUuFPhFyciq9loonHdpfM8qHsrMDv9 { width:13.125rem;height:1.3rem;top:90.8125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaywIOUiKcbZn9bDHzJtSJ6PkyO64Xf3 { width:11.625rem;height:18rem;top:93.4375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDd8womadzleSVoe1vyNhmBeZDS6N2h8 { width:13.5rem;height:17.625rem;top:65.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu0waAaW5xA1L52l6UMPnFds4CByO4Ac { width:13.5rem;height:28.4375rem;top:34.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thTyxtuUAWqtKeHDclV74JLXZOIAQbhX { width:13.5rem;height:24.4375rem;top:8.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZWz5WHQT5Ar62DeLXCwhO1dfmdNUcfD { width:20rem;height:20rem;top:7.199999809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm91H90eMZAh24SlaJuULemPuUU7u5fw { width:19.375rem;height:3.575rem;top:2.4375rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNR5JbcTslXlxWWcicLoTeCdvpRPKo3s { width:20rem;height:2.4375rem;top:22.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA6WW96O7GXlGhyA2wumD2boR1HB1dwq { width:8.75rem;height:0.1875rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPdPDeaVGATItDiTisVXNb4r3yPG0R7o { width:20rem;height:3.125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcqzD4EXy3HFXm4hA9f8IJ0BCoWqZrom { width:20rem;height:6.5rem;top:28.43746471405rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ygAZrJfaot2wOqXCGD2KZWqpW0Hsw5ZQ { width:20rem;height:13rem;top:36.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZJzwDiKi18RAv9rTZRIeUlCHi8bpVKA { width:20rem;height:25rem;top:1.4343748092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S { background-color:#ffffff;background-image:none;display:block; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { background-color: transparent; background-image: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .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); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { width:20rem;height:84.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P349bEin2JPtTzCPCwQT3c5qDeZL4qqg { width:2.5rem;height:0.0625rem;top:19.6240234375rem;left:14.49951171875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T4T4IEC7M2ZPxQy1vNmJNKUoFlTmvzLt { width:20rem;height:11.2609375rem;top:1.7484378814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GySthMvHRU5xsl2mSWEoem3z8abX3KTv { width:18.75rem;height:6.09375rem;top:13.998438835144rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNTCHeOAZkT1husSaa4SQXoTsxplzwLM { width:20rem;height:54.375rem;top:21.759411811829rem;left:0rem;font-size:0.9375rem;display:block; }#rNTCHeOAZkT1husSaa4SQXoTsxplzwLM li:before{  }
 }@media only screen and (max-width: 763px) { #px4JpeMyUATxq8IBn2bP5vOGp6GaLJ1J { width:13.5rem;height:3.3125rem;top:77.821876525881rem;left:3.2500001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT4lXDhdm3Ip7qoG8c6AL4DRoMoXmnST { display:block; }
 }@media only screen and (max-width: 763px) { #WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 { display:block; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtBeyDmfoJnNR2qgi2alRtCGqR9GIsPc { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTN6IP2xrCJA5T8K5PGRcRqgwkPyRTgN { width:20rem;height:4.875rem;top:7.39999961853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5BThACZtTtvBIA8UvmMB44iQddTfcqC { width:20rem;height:4.0625rem;top:14.987499237061rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBTuEBgUIGu7ik3s5KMwDXRwQUMkFGMf { width:20rem;height:7.5625rem;top:13.674962997436rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQRPcU14nahEK75o1f8vqHneAvD6HDaS { width:14.3125rem;height:3.5rem;top:22.72500038147rem;left:2.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EufkURaV9SdfrAawJUqXmAbGlVcpWEDu { display:block; }
 }@media only screen and (max-width: 763px) { #mPmRWAoAc5PRsH7vx13OXFQzQo4p8zog { display:block; }#mPmRWAoAc5PRsH7vx13OXFQzQo4p8zog > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEAxMl0Xo0kFF3NNUetBgUBrL0twqAqq { width:20rem;height:4.875rem;top:21.693725585938rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMJSKd3CDG7bEX4vWffxBKe6A3Lo0R5u { width:20rem;height:20rem;top:3.6954879760742E-5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFthyIwUvGugTkGb1fV6TwgTTBKwJvVx { display:block; }#wFthyIwUvGugTkGb1fV6TwgTTBKwJvVx > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2KtixAwrbLswSvTAeRlIe055gI4p8F8 { width:20rem;height:13.5625rem;top:0.74998939037325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGIuo12DIfG2VEZDbz9T5eLDucpCi7kU { width:20rem;height:4.55rem;top:16.750001057983rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnkwepLlcgExiLBUBgUhEFtDPQa180dz { width:20rem;height:15rem;top:22.861979588866rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL5QV3yBt13Vw9hTZ3qPxQwXZFARmlth { display:block; }#GL5QV3yBt13Vw9hTZ3qPxQwXZFARmlth > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCh6aqAKsG8FhwAvp1f4EiUD4K2PrerS { width:12.5rem;height:1.1375rem;top:1.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }