.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#d0d0d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .row > .video-iframe-container { display: none; }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .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); }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row .container { background-color: transparent; background-image: none; }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row .container > .video-iframe-container { display: none; }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row > .video-iframe-container { display: none; }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .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); }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row .container { border-width: 0; border-radius: 0; }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#mko9E1erbq9pgwKe5yANa9aADTfolmaR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:10rem;top:0.53125rem;left:0rem;overflow:hidden;display:block; }
#fkatz9MdIftMJC2RDT9DFy8s0dJx2XkN { background-color:#ffa75d;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:ubuntu;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.06175rem;height:2.186775rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:0.6875rem;left:40.25rem;display:block; }
#f8L91OI3TWsAzNefZMJE1ZHS59zMLKPP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E5TqkWmlIyQyEk1JavLmmMlGu9DHpVZX { background-color:#ffa75d;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:ubuntu;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.1875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0.75rem;left:50.0625rem;display:block; }
#oOOd7adOWc7D52QSNbWTrLHTczS8TE8B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f7ea3fc1-91e1-4c31-b9aa-44aaf2b16914/Projektbeznazwy23.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6.adaptive-delivery-prevent-bg, #Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6.lazyload, #Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6.lazyloading { background-image: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { background-color: transparent; background-image: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,4,0,0.66); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container > .video-iframe-container { display: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,4,0,0.66); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row > .video-iframe-container { display: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .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); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { border-width: 0; border-radius: 0; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { width:60rem;height:28.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#T7JtgF0FO5IUP20v56nDtqzLUnaLzbQi { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.7096357345581rem;left:13.625rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#IiNbOM1dM3I3dqJJhKiUH6cwLxeoD6VT { color:#ffffff;display:block;width:54.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.9;letter-spacing:0;top:18.709636688233rem;left:4.1875rem;height:2.25625rem;text-align:center;text-align-last:center;display:block; }
#HFnKJPs3sAZgLSvkDSdIHKMLoq99tw4y { color:#ffffff;display:block;width:54.5625rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.455078125rem;left:4.1875rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#TnOltSK5807APabRatrSVK70R0nT9HCt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/37c8rbN9/bg_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TnOltSK5807APabRatrSVK70R0nT9HCt.adaptive-delivery-prevent-bg, #TnOltSK5807APabRatrSVK70R0nT9HCt.lazyload, #TnOltSK5807APabRatrSVK70R0nT9HCt.lazyloading { background-image: none; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container { background-color: transparent; background-image: none; }#TnOltSK5807APabRatrSVK70R0nT9HCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f8f8f8; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container > .video-iframe-container { display: none; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f8f8f8; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row > .video-iframe-container { display: none; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .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); }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container { border-width: 0; border-radius: 0; }#TnOltSK5807APabRatrSVK70R0nT9HCt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:60rem;position:relative;display:block; }#XlfdC9c09ADs1dlDu0re1ISLZB8l2gKs { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.5rem;left:27.311847686767rem;height:10.7995rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ES7GSAt4OEP27C5JO0MHu9zkSC0yfzFT { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:17.125rem;left:27.3125rem;height:10.1236875rem;text-align:justify;text-align-last:initial;display:block; }
#ozPo6T6GKyDkM5hX1CkG2E3oTPirICeF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:23.5625rem;top:2.0716152191162rem;left:1.841796875rem;overflow:hidden;display:block; }
#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/p-I9wV811qk/unsplash/andre-hunter-p-I9wV811qk-photo-1454486837617-ce8e1ba5ebfe.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq.adaptive-delivery-prevent-bg, #Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq.lazyload, #Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq.lazyloading { background-image: none; }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq > .row .container { background-color: transparent; background-image: none; }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq > .row .container > .video-iframe-container { display: none; }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq > .row > .video-iframe-container { display: none; }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq > .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); }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq > .row .container { border-width: 0; border-radius: 0; }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:60rem;position:relative;display:block; }#h43oPt22yMfa9AqB2WE1DdEseh81b99i { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:1.1875038146973rem;left:9.8125rem;height:2.70019375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bhTSkqDrkLN6h55pXToshFbGVhwb5ykw { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:12.5625rem;left:0rem;height:16.1979375rem;text-align:justify;text-align-last:initial;display:block; }
#STbUgu2TQNRS1gaL0Du52gyeCTyUOOtA { color:#ffffff;display:block;width:46.5625rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:7rem;left:6.75rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hlL74tDQvPXmqUQa2zd7SThBAoecQ0hh { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:12.5625rem;left:33.3125rem;height:11.25rem;text-align:left;text-align-last:left;display:block; }
#MvOglb2uDpI5s6SxFid4aupNRtDuHi3M { background-color:#ffa75d;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:24.864585876465rem;left:38.375rem;display:block; }
#i5lMN1xZX7xq0CHyHnF8EkdSE7HiLapy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JRHnVwwurxTZLk4bTZwq8FeQZo0sDQOi { box-sizing:content-box;height:18.375rem;width:26.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.68);background-image:none;top:11.4375rem;left:32.4375rem;display:block; }
#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/p-I9wV811qk/unsplash/andre-hunter-p-I9wV811qk-photo-1454486837617-ce8e1ba5ebfe.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh.adaptive-delivery-prevent-bg, #ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh.lazyload, #ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh.lazyloading { background-image: none; }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh > .row .container { background-color: transparent; background-image: none; }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh > .row .container > .video-iframe-container { display: none; }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh > .row > .video-iframe-container { display: none; }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh > .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); }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh > .row .container { border-width: 0; border-radius: 0; }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#KbaNLTcBfT6FCLFv11K5aKeIHt7dspnP { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.4375rem;left:23.0625rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykwCyLNqVtVnkxi4I3S0MM2zARN363yZ { color:#ffffff;display:block;width:46.5625rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:0.75rem;left:6.75rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v4LQbXunllToBWtGlg33ne2owvhiiZcI { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:10.3125rem;left:17.75rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#ou4n9SeuJQbh8Cp8NZbhH49zffyHt4UN { box-sizing:content-box;height:11.125rem;width:26.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.68);background-image:none;top:9.1875rem;left:16.875rem;display:block; }
#tJVDmJOvbNe2OMIHGGJprNTNSLpp5PFQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/VxNb5NGrQCY/unsplash/sydney-rae-VxNb5NGrQCY-photo-1508642054-5e6cade8ff13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tJVDmJOvbNe2OMIHGGJprNTNSLpp5PFQ.adaptive-delivery-prevent-bg, #tJVDmJOvbNe2OMIHGGJprNTNSLpp5PFQ.lazyload, #tJVDmJOvbNe2OMIHGGJprNTNSLpp5PFQ.lazyloading { background-image: none; }#tJVDmJOvbNe2OMIHGGJprNTNSLpp5PFQ > .row .container { border-width: 0; border-radius: 0; }#tJVDmJOvbNe2OMIHGGJprNTNSLpp5PFQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJVDmJOvbNe2OMIHGGJprNTNSLpp5PFQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJVDmJOvbNe2OMIHGGJprNTNSLpp5PFQ > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;position:relative;display:none; }#NVH8EGbywOwCuT7I09hnKkOMLOmLgZxZ { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:8.931640625rem;left:31.561847686767rem;height:16.1979375rem;text-align:justify;text-align-last:initial;display:block; }
#AHKeXlB3v4omMeaaWyXTckJ7AyCUTETi { color:#000000;display:block;width:59.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.9042949676514rem;left:0.46875rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gyubv4sVLxBTc7RmloSITqktvwR9T8Nh { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:8.375rem;left:3.3125rem;height:15.748rem;text-align:left;text-align-last:left;display:block; }
#U0fPR2eIndzbHrnlokiZD3T8BEEDdf0u { background-color:#ffa75d;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:22.125rem;left:7.90625rem;display:block; }
#tGzaKKBAaIc8WUxuoMslxS3JIgluz6Qx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oGgzbvxTZq35NsU28gVNGmBoL9s5Vrx0 { box-sizing:content-box;height:18.375rem;width:26.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.68);background-image:none;top:7.75rem;left:1.9375rem;display:block; }
#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/VxNb5NGrQCY/unsplash/sydney-rae-VxNb5NGrQCY-photo-1508642054-5e6cade8ff13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ.adaptive-delivery-prevent-bg, #lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ.lazyload, #lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ.lazyloading { background-image: none; }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ > .row .container { background-color: transparent; background-image: none; }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ > .row .container > .video-iframe-container { display: none; }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ > .row > .video-iframe-container { display: none; }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ > .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); }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ > .row .container { border-width: 0; border-radius: 0; }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:60rem;position:relative;display:block; }#hgSB2p0w07VkmMsqzsZbyuJO3aqP993G { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:8.3125rem;left:1.9479179382324rem;height:12.1484375rem;text-align:justify;text-align-last:initial;display:block; }
#MQNS3ocXpDpTeR5nb6T3SC5Ng4HLtggs { color:#ffffff;display:block;width:59.0625rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.9042987823486rem;left:0.46875rem;height:2.475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QVT4J0cZNx7mFgguQC5K5vzTClXRVhKL { color:#ffffff;display:block;width:25.31175rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:8.9373569488525rem;left:33.246532440186rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#wdDtbM87GxNrTTNefSMVEzxaWlV3IF8L { background-color:#ffa75d;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37425rem;height:3.37456875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:16.561779022217rem;left:38.716724395752rem;display:block; }
#kuSGCie29WfcgOatW5MTQhKrqezoPbiu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CQZbQERWaZIG8LdN5y6ICN6c4Q1J2gN1 { box-sizing:content-box;height:14.5625rem;width:26.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.68);background-image:none;top:7.125rem;left:32.75rem;display:block; }
#VssH0cFVWtwnRPPhOUd9iKQy9cJm5Fab { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/VxNb5NGrQCY/unsplash/sydney-rae-VxNb5NGrQCY-photo-1508642054-5e6cade8ff13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VssH0cFVWtwnRPPhOUd9iKQy9cJm5Fab.adaptive-delivery-prevent-bg, #VssH0cFVWtwnRPPhOUd9iKQy9cJm5Fab.lazyload, #VssH0cFVWtwnRPPhOUd9iKQy9cJm5Fab.lazyloading { background-image: none; }#VssH0cFVWtwnRPPhOUd9iKQy9cJm5Fab > .row .container { border-width: 0; border-radius: 0; }#VssH0cFVWtwnRPPhOUd9iKQy9cJm5Fab::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VssH0cFVWtwnRPPhOUd9iKQy9cJm5Fab > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VssH0cFVWtwnRPPhOUd9iKQy9cJm5Fab > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;position:relative;display:none; }#wCTO5Xcni6Vfm7ksVeTZqzzxIWpCaHfc { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:10.957038879394rem;left:31.561847686767rem;height:12.1484375rem;text-align:justify;text-align-last:initial;display:block; }
#rgQPCsnbloZJCZkuvSWvUaJzy3QxiOOW { color:#000000;display:block;width:59.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.9042949676514rem;left:0.46875rem;height:2.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTX3ngcu0xdyQ3dQNLtRxWcl9B6byWql { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:9.6875rem;left:3.3125rem;height:11.25rem;text-align:left;text-align-last:left;display:block; }
#qcpxJ4LCBLtyI47xQAvi82qew9vVuGXD { background-color:#ffa75d;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:22.625rem;left:7.90625rem;display:block; }
#lqJgVG4MDKOoycw6l8s2tTE85ZE2tAW6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nPhcV83REBaCCsH7Ue5byuFaX2lhKeJi { box-sizing:content-box;height:18.9375rem;width:26.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.68);background-image:none;top:8.625rem;left:1.9375rem;display:block; }
#NACymopyXazU2lLSZiSxKWLSyaeWoWZw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NACymopyXazU2lLSZiSxKWLSyaeWoWZw.adaptive-delivery-prevent-bg, #NACymopyXazU2lLSZiSxKWLSyaeWoWZw.lazyload, #NACymopyXazU2lLSZiSxKWLSyaeWoWZw.lazyloading { background-image: none; }#NACymopyXazU2lLSZiSxKWLSyaeWoWZw > .row .container { background-color: transparent; background-image: none; }#NACymopyXazU2lLSZiSxKWLSyaeWoWZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.13); }#NACymopyXazU2lLSZiSxKWLSyaeWoWZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NACymopyXazU2lLSZiSxKWLSyaeWoWZw > .row .container > .video-iframe-container { display: none; }#NACymopyXazU2lLSZiSxKWLSyaeWoWZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.13); }#NACymopyXazU2lLSZiSxKWLSyaeWoWZw > .row > .video-iframe-container { display: none; }#NACymopyXazU2lLSZiSxKWLSyaeWoWZw > .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); }#NACymopyXazU2lLSZiSxKWLSyaeWoWZw > .row .container { border-width: 0; border-radius: 0; }#NACymopyXazU2lLSZiSxKWLSyaeWoWZw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NACymopyXazU2lLSZiSxKWLSyaeWoWZw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NACymopyXazU2lLSZiSxKWLSyaeWoWZw > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;position:relative;display:block; }#MXTtVXpGhRDgQu44Us0lmZI2Wm3nf9uZ { position:absolute;display:block;z-index:15000;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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:27.0625rem;width:18.75rem;top:6.7495269775387rem;left:0.625rem;display:block; }
#QhZ3GIN5IT13SPyqwS5qslmM7X7iMpHv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:16.5rem;top:7.5625rem;left:1.625rem;overflow:hidden;display:block; }
#U7VtG5n6RmQneaAWfl0qrw3RB0XDosfU { color:#000000;display:block;width:15.999625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.125236988067rem;left:1.9992904663086rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQnlUEXx312p2ZKXRResqh2a3KQ97Sel { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:22.9375rem;left:1.875rem;height:9.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p3bL81G70OvrCQIdWcMpRxgKhk5GLkSc { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:27.1875rem;width:18.75rem;top:6.7495269775387rem;left:20.625rem;display:block; }
#BQxGFrqPTsce3wKEUVUAEIhALS9uUv2C { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:22.9375rem;left:21.875rem;height:7.9980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ElhKnzQNq4DhDh0dSMEvl2eQcUpw7CH8 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.125rem;left:22.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mS32DqAqcL5T7plXTcIsqEUHPkz39Tme { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:16.6875rem;top:7.5625rem;left:21.625rem;overflow:hidden;display:block; }
#r9ZWPQ22fxWaUNo63DwknN69Lr0aJRgm { position:absolute;display:block;z-index:15008;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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:27.0625rem;width:18.75rem;top:6.7495269775387rem;left:40.625rem;display:block; }
#zl1ZAwMz1L6oLORtDp8WZxrEDFDQ3cqZ { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:22.9375rem;left:41.875rem;height:7.9980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UDyKheAPMMFEvqi6p4X46UIZ5i5dyfiQ { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.125rem;left:41.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ghx8wHrvgrKx0JD2aBnTDtis5HhFMfKJ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:16.6875rem;top:7.5625rem;left:41.625rem;overflow:hidden;display:block; }
#piGnmaX6G6CXbK0BkJipOe7QqaD0qLxq { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:1.578125rem;left:13.65625rem;height:3.675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/i6x8B4I9/bg_4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66.adaptive-delivery-prevent-bg, #AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66.lazyload, #AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66.lazyloading { background-image: none; }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 > .row .container { background-color: transparent; background-image: none; }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 > .row .container > .video-iframe-container { display: none; }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 > .row > .video-iframe-container { display: none; }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 > .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); }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 > .row .container { border-width: 0; border-radius: 0; }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:60rem;position:relative;display:block; }#C5Va0EVkNTXcwrPkxgti1mTRIc3GmJ7F { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.0078125rem;left:13.65625rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vg1OTkG5nuVSo90JTsgr4h9UeuBvgBea { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:27.5rem;top:23.5625rem;left:30.25rem;overflow:hidden;display:block; }
#xy8k12OS0AaZdi2dNtfhQE5SLDyMnCBv { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:6.75rem;left:29.3125rem;height:14.69725rem;text-align:justify;text-align-last:initial;display:block; }
#CQuyp0qEOVgVDAqBboXRuRCNJTnC90VN { color:#000000;display:block;width:28.625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:24.5625rem;left:0rem;height:16.796875rem;text-align:justify;text-align-last:initial;display:block; }
#a6u7innPrPXuu2NhEE66zk2XvdfPculQ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.9375rem;width:28.5rem;top:6.125rem;left:0rem;display:block; }
#yW7TFqpLgMR55KfT6FUtOctRmUMCMgWh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yW7TFqpLgMR55KfT6FUtOctRmUMCMgWh > .row .container { background-color: transparent; background-image: none; }#yW7TFqpLgMR55KfT6FUtOctRmUMCMgWh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yW7TFqpLgMR55KfT6FUtOctRmUMCMgWh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yW7TFqpLgMR55KfT6FUtOctRmUMCMgWh > .row .container > .video-iframe-container { display: none; }#yW7TFqpLgMR55KfT6FUtOctRmUMCMgWh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yW7TFqpLgMR55KfT6FUtOctRmUMCMgWh > .row > .video-iframe-container { display: none; }#yW7TFqpLgMR55KfT6FUtOctRmUMCMgWh > .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); }#yW7TFqpLgMR55KfT6FUtOctRmUMCMgWh > .row .container { border-width: 0; border-radius: 0; }#yW7TFqpLgMR55KfT6FUtOctRmUMCMgWh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yW7TFqpLgMR55KfT6FUtOctRmUMCMgWh > .row .container { font-size:0.875rem;font-family:arial;height:90.8125rem;width:60rem;position:relative;display:block; }#OAizE6RH8sLFqmypfpTSDIh1c5RbcUc6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:29.6875rem;top:37rem;left:0rem;overflow:hidden;display:block; }
#HkCLgvGCSyFqKZfPp97KwsDNdVQSDpuz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.562375rem;width:29.6875rem;top:67.125rem;left:0rem;overflow:hidden;display:block; }
#iCyF9Kdcm2MNWTH9acgIA6V7Ux1Q7ilm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:29.6875rem;top:71.12304496765rem;left:30.3125rem;overflow:hidden;display:block; }
#w9aRXptBSkf9FhJHtQoyEtiMKwBWHBzC { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:29.6875rem;top:52.674966812134rem;left:30.3125rem;overflow:hidden;display:block; }
#knhgiZJ2DSq9VT9WioDLTaSnCTx9UJ8k { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#zMaqyA6SwTH2840fGd3l0hLsb0T1tlUa { color:#2a2a2a;display:block;width:59.9375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0.0625rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#nrbxHEJxXbiZ3ZdVCW44u4UO85oGSofB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:8.1875rem;left:10rem;display:block; }
#F1EC1NuLm9wUhU64afeWoyz7Mvwt0ePi { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:29.6875rem;top:34.175617218017rem;left:30.3125rem;overflow:hidden;display:block; }
#e6tim1Vbf8yRwurtvUdmGK5PZ5L0qPBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e6tim1Vbf8yRwurtvUdmGK5PZ5L0qPBw > .row .container { background-color: transparent; background-image: none; }#e6tim1Vbf8yRwurtvUdmGK5PZ5L0qPBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6tim1Vbf8yRwurtvUdmGK5PZ5L0qPBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6tim1Vbf8yRwurtvUdmGK5PZ5L0qPBw > .row .container > .video-iframe-container { display: none; }#e6tim1Vbf8yRwurtvUdmGK5PZ5L0qPBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6tim1Vbf8yRwurtvUdmGK5PZ5L0qPBw > .row > .video-iframe-container { display: none; }#e6tim1Vbf8yRwurtvUdmGK5PZ5L0qPBw > .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); }#e6tim1Vbf8yRwurtvUdmGK5PZ5L0qPBw > .row .container { border-width: 0; border-radius: 0; }#e6tim1Vbf8yRwurtvUdmGK5PZ5L0qPBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e6tim1Vbf8yRwurtvUdmGK5PZ5L0qPBw > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#KJD7ReUtkKhkD8D7VVCdRaAydT0AnnbS { color:#201f1f;display:block;width:19.6875rem;position:absolute;font-family:dosis;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.626312255859rem;left:18.8125rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#i2eR7iqcTKAx1D5J0aoKxDKU9f6hZL2s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:11.247406005859rem;left:32.375003814698rem; }
#i2eR7iqcTKAx1D5J0aoKxDKU9f6hZL2s > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#p9JuQuRc5lRdrw24cKsAJBSa142MOh9f { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:1.0625076293945rem;left:0rem;height:9.625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ { display:block; }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mko9E1erbq9pgwKe5yANa9aADTfolmaR { top:0.5rem;left:0rem;width:10rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkatz9MdIftMJC2RDT9DFy8s0dJx2XkN { width:9rem;height:2.125rem;top:0.6875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8L91OI3TWsAzNefZMJE1ZHS59zMLKPP { display:block; }
 }@media only screen and (max-width: 763px) { #E5TqkWmlIyQyEk1JavLmmMlGu9DHpVZX { width:9rem;height:2.125rem;top:0.75rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOOd7adOWc7D52QSNbWTrLHTczS8TE8B { display:block; }
 }@media only screen and (max-width: 763px) { #Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 { display:block; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7JtgF0FO5IUP20v56nDtqzLUnaLzbQi { width:35.6875rem;height:14.625rem;top:4.6875rem;left:7.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiNbOM1dM3I3dqJJhKiUH6cwLxeoD6VT { width:47.75rem;height:2.25rem;top:18.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFnKJPs3sAZgLSvkDSdIHKMLoq99tw4y { width:47.75rem;height:2.5rem;top:23.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnOltSK5807APabRatrSVK70R0nT9HCt { display:block; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlfdC9c09ADs1dlDu0re1ISLZB8l2gKs { width:32.6875rem;height:10.75rem;top:4.5rem;left:15.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES7GSAt4OEP27C5JO0MHu9zkSC0yfzFT { width:32.4375rem;height:10.0625rem;top:17.125rem;left:15.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozPo6T6GKyDkM5hX1CkG2E3oTPirICeF { top:2.0625rem;left:0rem;width:23.5625rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq { display:block; }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h43oPt22yMfa9AqB2WE1DdEseh81b99i { width:40.375rem;height:2.6875rem;top:1.1875rem;left:3.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhTSkqDrkLN6h55pXToshFbGVhwb5ykw { width:28.4375rem;height:16.1875rem;top:12.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STbUgu2TQNRS1gaL0Du52gyeCTyUOOtA { width:46.5625rem;height:2.4375rem;top:7rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlL74tDQvPXmqUQa2zd7SThBAoecQ0hh { width:24.5rem;height:11.25rem;top:12.5625rem;left:23.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvOglb2uDpI5s6SxFid4aupNRtDuHi3M { width:14.375rem;height:3.375rem;top:24.8125rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5lMN1xZX7xq0CHyHnF8EkdSE7HiLapy { display:block; }
 }@media only screen and (max-width: 763px) { #JRHnVwwurxTZLk4bTZwq8FeQZo0sDQOi { top:11.4375rem;left:21.4375rem;width:26.3125rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh { display:block; }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbaNLTcBfT6FCLFv11K5aKeIHt7dspnP { width:13.875rem;height:2.6875rem;top:4.4375rem;left:16.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykwCyLNqVtVnkxi4I3S0MM2zARN363yZ { width:46.5625rem;height:2.4375rem;top:0.75rem;left:0.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4LQbXunllToBWtGlg33ne2owvhiiZcI { width:24.5rem;height:9rem;top:10.3125rem;left:11.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou4n9SeuJQbh8Cp8NZbhH49zffyHt4UN { top:9.1875rem;left:10.75rem;width:26.3125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJVDmJOvbNe2OMIHGGJprNTNSLpp5PFQ { display:block; }#tJVDmJOvbNe2OMIHGGJprNTNSLpp5PFQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVH8EGbywOwCuT7I09hnKkOMLOmLgZxZ { width:28.4375rem;height:16.1875rem;top:8.875rem;left:19.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHKeXlB3v4omMeaaWyXTckJ7AyCUTETi { width:47.75rem;height:2.375rem;top:2.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyubv4sVLxBTc7RmloSITqktvwR9T8Nh { width:23.5625rem;height:15.75rem;top:8.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0fPR2eIndzbHrnlokiZD3T8BEEDdf0u { width:14.375rem;height:3.375rem;top:22.125rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGzaKKBAaIc8WUxuoMslxS3JIgluz6Qx { display:block; }
 }@media only screen and (max-width: 763px) { #oGgzbvxTZq35NsU28gVNGmBoL9s5Vrx0 { top:7.75rem;left:0rem;width:26.3125rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ { display:block; }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgSB2p0w07VkmMsqzsZbyuJO3aqP993G { width:28.4375rem;height:12.125rem;top:8.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQNS3ocXpDpTeR5nb6T3SC5Ng4HLtggs { width:47.75rem;height:2.4375rem;top:2.875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVT4J0cZNx7mFgguQC5K5vzTClXRVhKL { width:25.25rem;height:4.4375rem;top:8.875rem;left:22.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdDtbM87GxNrTTNefSMVEzxaWlV3IF8L { width:14.3125rem;height:3.3125rem;top:16.5rem;left:32.591724395752rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuSGCie29WfcgOatW5MTQhKrqezoPbiu { display:block; }
 }@media only screen and (max-width: 763px) { #CQZbQERWaZIG8LdN5y6ICN6c4Q1J2gN1 { top:7.125rem;left:21.4375rem;width:26.25rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VssH0cFVWtwnRPPhOUd9iKQy9cJm5Fab { display:block; }#VssH0cFVWtwnRPPhOUd9iKQy9cJm5Fab > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCTO5Xcni6Vfm7ksVeTZqzzxIWpCaHfc { width:28.4375rem;height:12.125rem;top:10.9375rem;left:19.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgQPCsnbloZJCZkuvSWvUaJzy3QxiOOW { width:47.75rem;height:2.375rem;top:2.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTX3ngcu0xdyQ3dQNLtRxWcl9B6byWql { width:23.5625rem;height:11.25rem;top:9.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcpxJ4LCBLtyI47xQAvi82qew9vVuGXD { width:14.375rem;height:3.375rem;top:22.625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqJgVG4MDKOoycw6l8s2tTE85ZE2tAW6 { display:block; }
 }@media only screen and (max-width: 763px) { #nPhcV83REBaCCsH7Ue5byuFaX2lhKeJi { top:8.625rem;left:0rem;width:26.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NACymopyXazU2lLSZiSxKWLSyaeWoWZw { display:block; }#NACymopyXazU2lLSZiSxKWLSyaeWoWZw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXTtVXpGhRDgQu44Us0lmZI2Wm3nf9uZ { width:18.75rem;height:27.0625rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhZ3GIN5IT13SPyqwS5qslmM7X7iMpHv { width:16.5rem;height:11rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7VtG5n6RmQneaAWfl0qrw3RB0XDosfU { width:15.9375rem;height:3.1875rem;top:19.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQnlUEXx312p2ZKXRResqh2a3KQ97Sel { width:16.25rem;height:9.5625rem;top:22.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3bL81G70OvrCQIdWcMpRxgKhk5GLkSc { width:18.75rem;height:27.1875rem;top:6.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQxGFrqPTsce3wKEUVUAEIhALS9uUv2C { width:16.25rem;height:8rem;top:22.875rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElhKnzQNq4DhDh0dSMEvl2eQcUpw7CH8 { width:15.3125rem;height:3.1875rem;top:19.0625rem;left:16.124881744385rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS32DqAqcL5T7plXTcIsqEUHPkz39Tme { width:16.6875rem;height:11rem;top:7.5625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ZWPQ22fxWaUNo63DwknN69Lr0aJRgm { width:18.75rem;height:27.0625rem;top:6.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl1ZAwMz1L6oLORtDp8WZxrEDFDQ3cqZ { width:16.25rem;height:8rem;top:22.875rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDyKheAPMMFEvqi6p4X46UIZ5i5dyfiQ { width:16.5625rem;height:3.1875rem;top:19.0625rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghx8wHrvgrKx0JD2aBnTDtis5HhFMfKJ { width:16.6875rem;height:11rem;top:7.5625rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #piGnmaX6G6CXbK0BkJipOe7QqaD0qLxq { width:32.6875rem;height:3.625rem;top:1.5625rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 { display:block; }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5Va0EVkNTXcwrPkxgti1mTRIc3GmJ7F { width:32.6875rem;height:2.8125rem;top:2rem;left:7.53125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg1OTkG5nuVSo90JTsgr4h9UeuBvgBea { top:23.5625rem;left:20.25rem;width:27.5rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy8k12OS0AaZdi2dNtfhQE5SLDyMnCBv { width:29.3125rem;height:14.6875rem;top:6.75rem;left:18.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQuyp0qEOVgVDAqBboXRuRCNJTnC90VN { width:28.625rem;height:16.75rem;top:24.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6u7innPrPXuu2NhEE66zk2XvdfPculQ { top:6.125rem;left:0rem;width:28.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW7TFqpLgMR55KfT6FUtOctRmUMCMgWh { display:block; }#yW7TFqpLgMR55KfT6FUtOctRmUMCMgWh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAizE6RH8sLFqmypfpTSDIh1c5RbcUc6 { top:37rem;left:0rem;width:29.6875rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkCLgvGCSyFqKZfPp97KwsDNdVQSDpuz { top:67.125rem;left:0rem;width:29.6875rem;height:18.562375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCyF9Kdcm2MNWTH9acgIA6V7Ux1Q7ilm { top:71.0625rem;left:18.0625rem;width:29.6875rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9aRXptBSkf9FhJHtQoyEtiMKwBWHBzC { top:52.625rem;left:18.0625rem;width:29.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #knhgiZJ2DSq9VT9WioDLTaSnCTx9UJ8k { top:0.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMaqyA6SwTH2840fGd3l0hLsb0T1tlUa { top:3.8125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrbxHEJxXbiZ3ZdVCW44u4UO85oGSofB { top:8.1875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1EC1NuLm9wUhU64afeWoyz7Mvwt0ePi { top:34.125rem;left:18.0625rem;width:29.6875rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6tim1Vbf8yRwurtvUdmGK5PZ5L0qPBw { display:block; }#e6tim1Vbf8yRwurtvUdmGK5PZ5L0qPBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJD7ReUtkKhkD8D7VVCdRaAydT0AnnbS { top:11.625rem;left:12.6875rem;width:19.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2eR7iqcTKAx1D5J0aoKxDKU9f6hZL2s { top:11.1875rem;left:26.250003814698rem;width:1.8125rem;height:1.8125rem;display:block; }
#i2eR7iqcTKAx1D5J0aoKxDKU9f6hZL2s > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #p9JuQuRc5lRdrw24cKsAJBSa142MOh9f { top:1.0625rem;left:0rem;width:47.75rem;height:9.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ { position:relative;z-index:auto;display:block; }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mko9E1erbq9pgwKe5yANa9aADTfolmaR { width:15.1875rem;height:4rem;top:1.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkatz9MdIftMJC2RDT9DFy8s0dJx2XkN { width:9rem;height:2.125rem;top:0.6875rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8L91OI3TWsAzNefZMJE1ZHS59zMLKPP { display:block; }
 }@media only screen and (max-width: 763px) { #E5TqkWmlIyQyEk1JavLmmMlGu9DHpVZX { width:9rem;height:2.125rem;top:0.75rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOOd7adOWc7D52QSNbWTrLHTczS8TE8B { display:block; }
 }@media only screen and (max-width: 763px) { #Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f7ea3fc1-91e1-4c31-b9aa-44aaf2b16914/Projektbeznazwy23.crop_983x520_295,274.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6.adaptive-delivery-prevent-bg, #Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6.lazyload, #Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6.lazyloading { background-image: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { background-color: transparent; background-image: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container > .video-iframe-container { display: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row > .video-iframe-container { display: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .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); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7JtgF0FO5IUP20v56nDtqzLUnaLzbQi { width:19.99925rem;height:6.75rem;top:0.68721103668213rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IiNbOM1dM3I3dqJJhKiUH6cwLxeoD6VT { width:19.99925rem;height:1.70003125rem;top:7.3987274169925rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HFnKJPs3sAZgLSvkDSdIHKMLoq99tw4y { width:19.99925rem;height:4.875rem;top:9.0950527191163rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TnOltSK5807APabRatrSVK70R0nT9HCt { background-color:transparent;background-image:url("https://images.assets-landingi.com/37c8rbN9/bg_2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TnOltSK5807APabRatrSVK70R0nT9HCt.adaptive-delivery-prevent-bg, #TnOltSK5807APabRatrSVK70R0nT9HCt.lazyload, #TnOltSK5807APabRatrSVK70R0nT9HCt.lazyloading { background-image: none; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container { background-color: transparent; background-image: none; }#TnOltSK5807APabRatrSVK70R0nT9HCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f8f8f8; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container > .video-iframe-container { display: none; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f8f8f8; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row > .video-iframe-container { display: none; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .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); }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlfdC9c09ADs1dlDu0re1ISLZB8l2gKs { width:19.8119375rem;height:9.375rem;top:20.37398815155rem;left:0.091869235038756rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES7GSAt4OEP27C5JO0MHu9zkSC0yfzFT { width:19.9375rem;height:10.408875rem;top:30.798177719116rem;left:0.061848938465118rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ozPo6T6GKyDkM5hX1CkG2E3oTPirICeF { width:13.875rem;height:17.6875rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq { background-color:transparent;background-image:url("https://images.assets-landingi.com/p-I9wV811qk/unsplash/andre-hunter-p-I9wV811qk-photo-1454486837617-ce8e1ba5ebfe.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq.adaptive-delivery-prevent-bg, #Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq.lazyload, #Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq.lazyloading { background-image: none; }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq > .row .container { background-color: transparent; background-image: none; }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq > .row .container > .video-iframe-container { display: none; }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq > .row > .video-iframe-container { display: none; }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq > .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); }#Hhn06piWD6bTBVpUdyRiHkG8dn1DXZKq > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h43oPt22yMfa9AqB2WE1DdEseh81b99i { width:20rem;height:4.04948125rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhTSkqDrkLN6h55pXToshFbGVhwb5ykw { width:19.9375rem;height:13.3828125rem;top:12.147787094116rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #STbUgu2TQNRS1gaL0Du52gyeCTyUOOtA { width:20rem;height:3.75rem;top:7.32421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlL74tDQvPXmqUQa2zd7SThBAoecQ0hh { width:17.5625rem;height:10.8359375rem;top:27.875rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #MvOglb2uDpI5s6SxFid4aupNRtDuHi3M { width:14.375rem;height:3.375rem;top:39.3359375rem;left:2.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5lMN1xZX7xq0CHyHnF8EkdSE7HiLapy { display:block; }
 }@media only screen and (max-width: 763px) { #JRHnVwwurxTZLk4bTZwq8FeQZo0sDQOi { width:20rem;height:16.3125rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh { background-color:transparent;background-image:url("https://images.assets-landingi.com/p-I9wV811qk/unsplash/andre-hunter-p-I9wV811qk-photo-1454486837617-ce8e1ba5ebfe.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh.adaptive-delivery-prevent-bg, #ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh.lazyload, #ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh.lazyloading { background-image: none; }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh > .row .container { background-color: transparent; background-image: none; }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh > .row .container > .video-iframe-container { display: none; }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh > .row > .video-iframe-container { display: none; }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh > .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); }#ZDqTJcJNQMdpe0ZHhVtI6Ab0wMfeaLnh > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbaNLTcBfT6FCLFv11K5aKeIHt7dspnP { width:20rem;height:2.400175rem;top:8.6250004768369rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykwCyLNqVtVnkxi4I3S0MM2zARN363yZ { width:20rem;height:7.19925rem;top:0.69856786727906rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4LQbXunllToBWtGlg33ne2owvhiiZcI { width:20rem;height:8.5rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ou4n9SeuJQbh8Cp8NZbhH49zffyHt4UN { width:20rem;height:10rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJVDmJOvbNe2OMIHGGJprNTNSLpp5PFQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/37c8rbN9/bg_2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#tJVDmJOvbNe2OMIHGGJprNTNSLpp5PFQ.adaptive-delivery-prevent-bg, #tJVDmJOvbNe2OMIHGGJprNTNSLpp5PFQ.lazyload, #tJVDmJOvbNe2OMIHGGJprNTNSLpp5PFQ.lazyloading { background-image: none; }#tJVDmJOvbNe2OMIHGGJprNTNSLpp5PFQ > .row .container { width:20rem;height:47.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NVH8EGbywOwCuT7I09hnKkOMLOmLgZxZ { width:19.9375rem;height:13.3828125rem;top:10.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #AHKeXlB3v4omMeaaWyXTckJ7AyCUTETi { width:20rem;height:7.19925rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyubv4sVLxBTc7RmloSITqktvwR9T8Nh { width:20rem;height:17rem;top:26.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #U0fPR2eIndzbHrnlokiZD3T8BEEDdf0u { width:14.375rem;height:3.375rem;top:41.812501907349rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGzaKKBAaIc8WUxuoMslxS3JIgluz6Qx { display:block; }
 }@media only screen and (max-width: 763px) { #oGgzbvxTZq35NsU28gVNGmBoL9s5Vrx0 { width:20rem;height:21.125rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/VxNb5NGrQCY/unsplash/sydney-rae-VxNb5NGrQCY-photo-1508642054-5e6cade8ff13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ.adaptive-delivery-prevent-bg, #lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ.lazyload, #lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ.lazyloading { background-image: none; }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ > .row .container { background-color: transparent; background-image: none; }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ > .row .container > .video-iframe-container { display: none; }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ > .row > .video-iframe-container { display: none; }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ > .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); }#lCKIFtfSJ5fDFEWs5Sn8p8mcSsLdoFTJ > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgSB2p0w07VkmMsqzsZbyuJO3aqP993G { width:19.9375rem;height:10.408875rem;top:9.13671875rem;left:0.061848938465118rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #MQNS3ocXpDpTeR5nb6T3SC5Ng4HLtggs { width:20rem;height:7.19925rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVT4J0cZNx7mFgguQC5K5vzTClXRVhKL { width:20rem;height:6.375rem;top:21.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #wdDtbM87GxNrTTNefSMVEzxaWlV3IF8L { width:14.37425rem;height:3.37456875rem;top:28.186496734619rem;left:2.8103300333023rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuSGCie29WfcgOatW5MTQhKrqezoPbiu { display:block; }
 }@media only screen and (max-width: 763px) { #CQZbQERWaZIG8LdN5y6ICN6c4Q1J2gN1 { width:20rem;height:12.9375rem;top:20.187362670899rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VssH0cFVWtwnRPPhOUd9iKQy9cJm5Fab { background-color:transparent;background-image:url("https://images.assets-landingi.com/37c8rbN9/bg_2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#VssH0cFVWtwnRPPhOUd9iKQy9cJm5Fab.adaptive-delivery-prevent-bg, #VssH0cFVWtwnRPPhOUd9iKQy9cJm5Fab.lazyload, #VssH0cFVWtwnRPPhOUd9iKQy9cJm5Fab.lazyloading { background-image: none; }#VssH0cFVWtwnRPPhOUd9iKQy9cJm5Fab > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wCTO5Xcni6Vfm7ksVeTZqzzxIWpCaHfc { width:19.9375rem;height:8.921875rem;top:10.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #rgQPCsnbloZJCZkuvSWvUaJzy3QxiOOW { width:20rem;height:7.19925rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTX3ngcu0xdyQ3dQNLtRxWcl9B6byWql { width:20rem;height:10.625rem;top:23.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #qcpxJ4LCBLtyI47xQAvi82qew9vVuGXD { width:14.375rem;height:3.375rem;top:35.9375rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqJgVG4MDKOoycw6l8s2tTE85ZE2tAW6 { display:block; }
 }@media only screen and (max-width: 763px) { #nPhcV83REBaCCsH7Ue5byuFaX2lhKeJi { width:20rem;height:20.75rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NACymopyXazU2lLSZiSxKWLSyaeWoWZw { display:block; }#NACymopyXazU2lLSZiSxKWLSyaeWoWZw > .row .container { width:20rem;height:87.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXTtVXpGhRDgQu44Us0lmZI2Wm3nf9uZ { width:18.75rem;height:26.1875rem;top:4.8984375rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhZ3GIN5IT13SPyqwS5qslmM7X7iMpHv { width:16.0625rem;height:10.6875rem;top:5.7115875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7VtG5n6RmQneaAWfl0qrw3RB0XDosfU { width:16.4375rem;height:2.59895625rem;top:17.2734375rem;left:1.7812500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQnlUEXx312p2ZKXRResqh2a3KQ97Sel { width:16.25rem;height:9.597625rem;top:20.3984375rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3bL81G70OvrCQIdWcMpRxgKhk5GLkSc { width:18.75rem;height:26.1875rem;top:32.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQxGFrqPTsce3wKEUVUAEIhALS9uUv2C { width:16.25rem;height:7.9980625rem;top:47.9375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElhKnzQNq4DhDh0dSMEvl2eQcUpw7CH8 { width:16.375rem;height:2.59895625rem;top:44.8125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS32DqAqcL5T7plXTcIsqEUHPkz39Tme { width:16.875rem;height:11rem;top:32.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ZWPQ22fxWaUNo63DwknN69Lr0aJRgm { width:18.75rem;height:26.1875rem;top:59.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl1ZAwMz1L6oLORtDp8WZxrEDFDQ3cqZ { width:16.25rem;height:7.9980625rem;top:75.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDyKheAPMMFEvqi6p4X46UIZ5i5dyfiQ { width:18.75rem;height:1.3rem;top:71.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghx8wHrvgrKx0JD2aBnTDtis5HhFMfKJ { width:16.875rem;height:11rem;top:59.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piGnmaX6G6CXbK0BkJipOe7QqaD0qLxq { width:20rem;height:2.400175rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 { background-color:transparent;background-image:url("https://images.assets-landingi.com/i6x8B4I9/bg_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66.adaptive-delivery-prevent-bg, #AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66.lazyload, #AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66.lazyloading { background-image: none; }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 > .row .container { background-color: transparent; background-image: none; }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 > .row .container > .video-iframe-container { display: none; }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 > .row > .video-iframe-container { display: none; }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 > .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); }#AHn26d1rxVbqrZtNHWZnV4NzAMRTlB66 > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5Va0EVkNTXcwrPkxgti1mTRIc3GmJ7F { width:20rem;height:2.400175rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg1OTkG5nuVSo90JTsgr4h9UeuBvgBea { width:20rem;height:13.681rem;top:36.000651359558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy8k12OS0AaZdi2dNtfhQE5SLDyMnCBv { width:20rem;height:17.209rem;top:17.3327125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #CQuyp0qEOVgVDAqBboXRuRCNJTnC90VN { width:20rem;height:17.209rem;top:50.916667938233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #a6u7innPrPXuu2NhEE66zk2XvdfPculQ { height:11.183625rem;width:20rem;top:4.8990875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW7TFqpLgMR55KfT6FUtOctRmUMCMgWh { display:block; }#yW7TFqpLgMR55KfT6FUtOctRmUMCMgWh > .row .container { width:20rem;height:91.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAizE6RH8sLFqmypfpTSDIh1c5RbcUc6 { width:20rem;height:19.034rem;top:23.417154312134rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkCLgvGCSyFqKZfPp97KwsDNdVQSDpuz { width:20rem;height:12.523625rem;top:42.449542999267rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCyF9Kdcm2MNWTH9acgIA6V7Ux1Q7ilm { width:20rem;height:10.374375rem;top:54.973142623901rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9aRXptBSkf9FhJHtQoyEtiMKwBWHBzC { width:20rem;height:11.6699375rem;top:66.223955154419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knhgiZJ2DSq9VT9WioDLTaSnCTx9UJ8k { width:20rem;height:2.6001rem;top:2.541015625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMaqyA6SwTH2840fGd3l0hLsb0T1tlUa { width:20rem;height:4.63085625rem;top:5.140625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrbxHEJxXbiZ3ZdVCW44u4UO85oGSofB { height:11.25rem;width:20rem;top:10.97981875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1EC1NuLm9wUhU64afeWoyz7Mvwt0ePi { width:20rem;height:12.463157894737rem;top:78.768716812131rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6tim1Vbf8yRwurtvUdmGK5PZ5L0qPBw { display:block; }#e6tim1Vbf8yRwurtvUdmGK5PZ5L0qPBw > .row .container { width:20rem;height:11.419921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJD7ReUtkKhkD8D7VVCdRaAydT0AnnbS { width:6.625rem;height:1.05625rem;top:9.9850273132325rem;left:5.1041668057442rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i2eR7iqcTKAx1D5J0aoKxDKU9f6hZL2s { display:flex;width:1.8125rem;height:1.8125rem;top:9.607421875rem;left:11.687500298023rem; }
#i2eR7iqcTKAx1D5J0aoKxDKU9f6hZL2s > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #p9JuQuRc5lRdrw24cKsAJBSa142MOh9f { width:20rem;height:7.9739375rem;top:0.93619537353513rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }