.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;
}
:root { --color-primary-0:255,204,219;--color-primary-1:255,102,148;--color-primary-2:255,0,76;--color-primary-3:192,36,40;--color-primary-4:51,0,15;--color-secondary-0:235,217,255;--color-secondary-1:187,128,254;--color-secondary-2:119,0,253;--color-secondary-3:60,0,127;--color-secondary-4:18,0,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Titillium Web";--paragraphs-font-family:"Open Sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/03c854e0-af4b-495d-9bb3-5d1dd8d96b71/zestaw09rozamzpraca4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7d042be-962e-4bdd-9e88-7d49da602a82/BIA_20170510_WW_IMG_4841.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.adaptive-delivery-prevent-bg, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyload, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyloading { background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { border-width: 0; border-radius: 0; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EdHVg4R0sSUwqFbo5KJrCr15ztVeTtQ5 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:14.724609375rem;left:13.75rem;height:6.2747375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uTJhNx4P4qyVMNP47Nnl3CVGyycXx1aN { z-index:15003;top:27.9375rem;left:20.84375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JI6sZhIKarSMXfWI4ZHDz6DlmB4xJxx8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { background-color: transparent; background-image: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container > .video-iframe-container { display: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container { display: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .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); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { border-width: 0; border-radius: 0; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:60rem;position:relative;display:block; }#xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { color:rgba(var(--color-tertiary-4),1);display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.75rem;left:7.78125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uze1X6n459WAF0CAARac4IW0ULNhLM7T { color:#424242;display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.09375rem;left:27.572916030884rem;height:28.58855rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.75rem;left:7.78125rem;display:block; }
#DeCGV6p91zSz87udL9vsmeXxLtWGMUGO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.75rem;width:24.5625rem;top:14.09375rem;left:0.5625rem;display:block; }
#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { position:relative;display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { background-color: transparent; background-image: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container > .video-iframe-container { display: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row > .video-iframe-container { display: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .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); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { border-width: 0; border-radius: 0; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#biCbecu0OTztxZK9RRLU3mOwh2etKleD { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.3125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IHD6C2ddCHIkK8oBS3N8gCeBdMZuzL3h { position:absolute;display:block;z-index:15013;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:33rem;width:18.5625rem;top:14.21875rem;left:0rem;overflow:hidden;display:block; }
#Wc3vpXvo3m9U1PNzpSLHI9Fwx5PV17cX { color:rgba(var(--color-primary-3),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.96484375rem;left:24rem;height:3.65625rem;font-style:normal;display:block; }
#N09UoXRa9N52PLd2JLvp7r14k8WJ9i9u { color:rgba(var(--color-primary-3),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.75rem;left:21.875rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ql4CEf7XInh4lTEBvqaN7y1i2Ilk90pN { color:rgba(var(--color-primary-3),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.96484375rem;left:44.0625rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mwV4D23U22GEmh9cBp2fuUyfQgqFwbWN { color:rgba(var(--color-primary-3),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:37.9296875rem;left:22.875rem;height:3.65625rem;font-style:normal;display:block; }
#dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo { color:#424242;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.65234375rem;left:26.8125rem;height:10.39583125rem;display:block; }
#zsQhS8CCD5Vx91N4uG20R0pompbehThn { color:#424242;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:37.158203125rem;left:26.8125rem;height:5.19791875rem;display:block; }
#PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE { color:#424242;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:24.75rem;left:26.8125rem;height:9.09635625rem;text-align:left;text-align-last:left;display:block; }
#I6bAnTCA6TkF2JB4O1iLiS5Ti5A8g143 { color:#424242;display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:12.4921875rem;left:49.5625rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#pb9CBRSLWShnoolzTnza1XBNA6TytJet { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:8.8125rem;left:23.75rem;display:block; }
#rv5fqTbA6qMIRKevPpb9HOxpcs2byIgE { color:rgba(var(--color-primary-3),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.15625rem;left:44.0625rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JI4J7CLQ9MseugZ1cd0FRS2RqZ0cXmW2 { color:#424242;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.9140625rem;left:49.1875rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#v0DlniDBOHV6N3Cf6TzdgqoqytP1Ln5S { background-color:rgba(var(--color-primary-3),1);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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:44.9375rem;left:34.96875rem;display:block; }
#kaFmXn3ugVOdiI5J3pBPikvfxSrUuw0z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LyXtdNwwcFgigSzqRlrQBn5sMvI65Rzl { color:rgba(var(--color-primary-3),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:29.7109375rem;left:44.0625rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GzD5p5qyEgPl4FvwqcclhqReRvMKtEvK { color:#424242;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:30.193359375rem;left:49.1875rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#WnOb0q4rM6tB3uBTPrye8a0yoIUsUHnX { color:rgba(var(--color-primary-3),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:37.9296875rem;left:44.0625rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GtJIE6PIoifulrOCLnpHkPhXLbL2zmSA { color:#424242;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:37.158203125rem;left:49.1875rem;height:6.4974rem;text-align:left;text-align-last:left;display:block; }
#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row .container { background-color: transparent; background-image: none; }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row .container > .video-iframe-container { display: none; }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row > .video-iframe-container { display: none; }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .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); }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row .container { border-width: 0; border-radius: 0; }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:60rem;position:relative;display:block; }#f41Ih4aJiI6tKAeMRFD6qDgwhK2Wnl1D { color:rgba(var(--color-tertiary-4),1);display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.6875rem;left:7.78125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ProffEQkbOfG1MlxSODeCf3MhpGnKK8x { color:#424242;display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.9365234375rem;left:7.78125rem;height:29.88801875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xct6BF7VQIUIDuAFF3p3dmO9ZoT8d4WC { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.75rem;left:7.78125rem;display:block; }
#T6BHxSrTfGkxdpHKZ87RFs3vie91Unam { position:absolute;display:block;z-index:15008;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:14.6875rem;width:19.6875rem;top:8.861328125rem;left:38.615234375rem;overflow:hidden;display:block; }
#sv3cdQAmh7GU4cECmh4aFuB0V9T6QXS8 { color:#424242;display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5615234375rem;left:7.78125rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lhd2ACbeUHpEhKJ3cH6Ti6LPN4UedxER { 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:9.6875rem;width:19.6875rem;top:24.9580078125rem;left:38.615234375rem;overflow:hidden;display:block; }
#ZsM4oqpqugX0InAymJILM05wClS99KCv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#ZsM4oqpqugX0InAymJILM05wClS99KCv > .row .container { background-color: transparent; background-image: none; }#ZsM4oqpqugX0InAymJILM05wClS99KCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsM4oqpqugX0InAymJILM05wClS99KCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsM4oqpqugX0InAymJILM05wClS99KCv > .row .container > .video-iframe-container { display: none; }#ZsM4oqpqugX0InAymJILM05wClS99KCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsM4oqpqugX0InAymJILM05wClS99KCv > .row > .video-iframe-container { display: none; }#ZsM4oqpqugX0InAymJILM05wClS99KCv > .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); }#ZsM4oqpqugX0InAymJILM05wClS99KCv > .row .container { border-width: 0; border-radius: 0; }#ZsM4oqpqugX0InAymJILM05wClS99KCv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZsM4oqpqugX0InAymJILM05wClS99KCv > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:60rem;position:relative;display:block; }#iXRI2buz5AXhveEv6QBTovrUzO8ptaWK { color:rgba(var(--color-tertiary-4),1);display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.4375rem;left:6.78125rem;height:2.3372375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yoT1WwqKAIvqsBwKUbMNUB85BVE7h9Lu { color:#424242;display:block;width:49.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.935546875rem;left:6.78125rem;height:40.2838625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KAqltHRiksoAOPqO0FnIuaVk00sqCdXT { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.1875rem;left:6.78125rem;display:block; }
#K5nN6HrPLEkIqiQhyITyxfM4Lt2aTg1J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#K5nN6HrPLEkIqiQhyITyxfM4Lt2aTg1J > .row .container { background-color: transparent; background-image: none; }#K5nN6HrPLEkIqiQhyITyxfM4Lt2aTg1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5nN6HrPLEkIqiQhyITyxfM4Lt2aTg1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5nN6HrPLEkIqiQhyITyxfM4Lt2aTg1J > .row .container > .video-iframe-container { display: none; }#K5nN6HrPLEkIqiQhyITyxfM4Lt2aTg1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5nN6HrPLEkIqiQhyITyxfM4Lt2aTg1J > .row > .video-iframe-container { display: none; }#K5nN6HrPLEkIqiQhyITyxfM4Lt2aTg1J > .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); }#K5nN6HrPLEkIqiQhyITyxfM4Lt2aTg1J > .row .container { border-width: 0; border-radius: 0; }#K5nN6HrPLEkIqiQhyITyxfM4Lt2aTg1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5nN6HrPLEkIqiQhyITyxfM4Lt2aTg1J > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:60rem;position:relative;display:block; }#ScwPErHPTlk7y37nnSfn83xmTBRdkomO { color:rgba(var(--color-tertiary-4),1);display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.7389326095581rem;left:5.96875rem;height:2.3372375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oEPJwek7hBOl0dboTC8p4z3Z8o3aBD5R { color:#424242;display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.166015625rem;left:5.96875rem;height:6.49739375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u4KHKX5nzCpR42mGtDO0T04NQ29daLqb { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12.5rem;top:7.875rem;left:5.96875rem;display:block; }
#H2c9xvFlBA6gcz5KWtliLTyNSh2y7fly { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.1875rem;width:23.5rem;top:6.0341796875rem;left:36.5rem;display:block; }
#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row .container { background-color: transparent; background-image: none; }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row .container > .video-iframe-container { display: none; }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row > .video-iframe-container { display: none; }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .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); }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row .container { border-width: 0; border-radius: 0; }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:60rem;position:relative;display:block; }#aWBObtagoTdSaoGBzZFqEiTeAooKBFxE { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.2500009536743rem;left:1.3125rem;height:2.3372375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RlDi481XpZvMXKx1U2BBsyKA8s9ZcabQ { color:#424242;display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.3125rem;height:19.492175rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AgpiXXWHMcfDVS3LzwSBVZ97NUz8Pf53 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:5.5625009536743rem;left:1.3125rem;display:block; }
#QgkgyxfAyC0ZkK539qlHZ0tmAnWJkTke { background-color:rgba(var(--color-primary-3),1);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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.227874755859rem;left:7.115234375rem;display:block; }
#btsQCUUPJkFAzVCRrzqUBWhmRTxEbOlt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oukmpq8lny7qvmMHKXvFVTpzgaXWgKTd { position:absolute;display:block;z-index:15008;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.1875rem;width:27.375rem;top:10.6875rem;left:31.583984375rem;overflow:hidden;display:block; }
#BS3TG4EiBhIImxsLWgemheJnTWUOwiDT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe000;background-image:url("https://images.assets-landingi.com/uc/f239338b-3206-4385-9a93-60225999daf4/zestaw09rozamzpraca3.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; }#BS3TG4EiBhIImxsLWgemheJnTWUOwiDT.adaptive-delivery-prevent-bg, #BS3TG4EiBhIImxsLWgemheJnTWUOwiDT.lazyload, #BS3TG4EiBhIImxsLWgemheJnTWUOwiDT.lazyloading { background-image: none; }#BS3TG4EiBhIImxsLWgemheJnTWUOwiDT > .row .container { background-color: transparent; background-image: none; }#BS3TG4EiBhIImxsLWgemheJnTWUOwiDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS3TG4EiBhIImxsLWgemheJnTWUOwiDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS3TG4EiBhIImxsLWgemheJnTWUOwiDT > .row .container > .video-iframe-container { display: none; }#BS3TG4EiBhIImxsLWgemheJnTWUOwiDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS3TG4EiBhIImxsLWgemheJnTWUOwiDT > .row > .video-iframe-container { display: none; }#BS3TG4EiBhIImxsLWgemheJnTWUOwiDT > .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); }#BS3TG4EiBhIImxsLWgemheJnTWUOwiDT > .row .container { border-width: 0; border-radius: 0; }#BS3TG4EiBhIImxsLWgemheJnTWUOwiDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BS3TG4EiBhIImxsLWgemheJnTWUOwiDT > .row .container { font-size:0.875rem;font-family:arial;height:62.5625rem;width:60rem;position:relative;display:block; }#JTTTtHvCw5kshvH7AK3l2brMzapygDhQ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);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 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:8.9375rem;width:52rem;top:13.9375rem;left:4.6875rem;display:block; }
#TvDUD4aC7mGD0FTUqvmwT4oDUTTL46H8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.9765625rem;left:36rem;height:1.4622375rem;font-style:normal;display:block; }
#lRzBpxwDZ0A9kgimTuS6aTBzzvSHJ4kr { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);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: none;height:39rem;width:60rem;top:5.8125rem;left:0rem;display:block; }
#OTDhAvwh90FURGeUyU6EZ2zyAEEaO5R1 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:7.0859375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MvTl7RMwXlT3hQDSv4KdLvbVCocCBt8y { color:#424242;display:block;width:47.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.921875rem;left:7.1875rem;height:5.19791875rem;display:block; }
#MCWfdASyZavvorv4AxuFrD3ckRlfgmAA { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:10.25rem;width:51.75rem;top:25.7265625rem;left:4.8125rem;display:block; }
#C9cFVibzsh8cDuxiXZlBNvwXsROknFQp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:34.265625rem;left:42.0625rem;height:1.4622375rem;font-style:normal;display:block; }
#r5d3ySEQnpWJa7k0J3uQuD55w3JF3amK { color:#424242;display:block;width:48.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.5625rem;left:6.4375rem;height:5.19791875rem;display:block; }
#JCspUJx3FbJKmdsTsUIvQwTUZI5PRbIS { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);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 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:20.6875rem;width:51.9375rem;top:40.2265625rem;left:4.8125rem;display:block; }
#it5390BBOyq0ETOCypxyB50MwkpOdotP { color:#424242;display:block;width:47.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:42.2333984375rem;left:7.1875rem;height:2.59895625rem;display:block; }
#GqCNGDoN7dLoE02kSuU57UMkmkH8wJTe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:46.0341796875rem;left:39.15625rem;height:1.4622375rem;font-style:normal;display:block; }
#KnWbVC0dtgu8E2J1TM3feI7Ch6t0vSnt { color:#424242;display:block;width:47.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:50.2958984375rem;left:7rem;height:10.39584375rem;display:block; }
#HAGLqpiAQPHtCin1K4Wtkzbpdt9f6wxB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:51.9951171875rem;left:39.15625rem;height:1.4622375rem;font-style:normal;display:block; }
#rahG2sW93rMNIdsn0ER0y9WqkA2iHeBX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:59.2958984375rem;left:39.15625rem;height:1.4622375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { width:47.75rem;height:;top:8.625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdHVg4R0sSUwqFbo5KJrCr15ztVeTtQ5 { width:33.4375rem;height:;top:14.6875rem;left:7.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTJhNx4P4qyVMNP47Nnl3CVGyycXx1aN { top:27.9375rem;left:14.71875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI6sZhIKarSMXfWI4ZHDz6DlmB4xJxx8 { display:block; }
 }@media only screen and (max-width: 763px) { #bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { width:44.4375rem;height:;top:5.75rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uze1X6n459WAF0CAARac4IW0ULNhLM7T { width:29.125rem;height:28.5625rem;top:14.0625rem;left:18.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { top:10.75rem;left:1.65625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeCGV6p91zSz87udL9vsmeXxLtWGMUGO { top:14.0625rem;left:0rem;width:24.5625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biCbecu0OTztxZK9RRLU3mOwh2etKleD { width:47.75rem;height:;top:4.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHD6C2ddCHIkK8oBS3N8gCeBdMZuzL3h { top:14.1875rem;left:0rem;width:18.5625rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc3vpXvo3m9U1PNzpSLHI9Fwx5PV17cX { top:11.9375rem;left:17.875rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N09UoXRa9N52PLd2JLvp7r14k8WJ9i9u { top:24.75rem;left:15.75rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql4CEf7XInh4lTEBvqaN7y1i2Ilk90pN { top:11.9375rem;left:37.9375rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwV4D23U22GEmh9cBp2fuUyfQgqFwbWN { top:37.875rem;left:16.75rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo { top:10.625rem;left:20.6875rem;width:15.875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsQhS8CCD5Vx91N4uG20R0pompbehThn { top:37.125rem;left:20.6875rem;width:15.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE { top:24.75rem;left:20.6875rem;width:14.125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6bAnTCA6TkF2JB4O1iLiS5Ti5A8g143 { top:12.4375rem;left:37.3125rem;width:10.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb9CBRSLWShnoolzTnza1XBNA6TytJet { top:8.8125rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv5fqTbA6qMIRKevPpb9HOxpcs2byIgE { top:21.125rem;left:37.9375rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI4J7CLQ9MseugZ1cd0FRS2RqZ0cXmW2 { top:20.875rem;left:36.9375rem;width:10.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0DlniDBOHV6N3Cf6TzdgqoqytP1Ln5S { width:18.3125rem;height:3.75rem;top:44.9375rem;left:28.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaFmXn3ugVOdiI5J3pBPikvfxSrUuw0z { display:block; }
 }@media only screen and (max-width: 763px) { #LyXtdNwwcFgigSzqRlrQBn5sMvI65Rzl { top:29.6875rem;left:37.9375rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzD5p5qyEgPl4FvwqcclhqReRvMKtEvK { top:30.1875rem;left:36.9375rem;width:10.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnOb0q4rM6tB3uBTPrye8a0yoIUsUHnX { top:37.875rem;left:37.9375rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtJIE6PIoifulrOCLnpHkPhXLbL2zmSA { top:37.125rem;left:36.9375rem;width:10.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv { display:block; }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f41Ih4aJiI6tKAeMRFD6qDgwhK2Wnl1D { width:44.4375rem;height:;top:4.6875rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ProffEQkbOfG1MlxSODeCf3MhpGnKK8x { width:28.3125rem;height:29.875rem;top:11.875rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xct6BF7VQIUIDuAFF3p3dmO9ZoT8d4WC { top:10.75rem;left:1.65625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6BHxSrTfGkxdpHKZ87RFs3vie91Unam { top:8.8125rem;left:28.0625rem;width:19.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv3cdQAmh7GU4cECmh4aFuB0V9T6QXS8 { width:26.5rem;height:2.5625rem;top:7.5rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhd2ACbeUHpEhKJ3cH6Ti6LPN4UedxER { top:24.9375rem;left:28.0625rem;width:19.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsM4oqpqugX0InAymJILM05wClS99KCv { display:block; }#ZsM4oqpqugX0InAymJILM05wClS99KCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXRI2buz5AXhveEv6QBTovrUzO8ptaWK { width:44.4375rem;height:2.3125rem;top:2.4375rem;left:0.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoT1WwqKAIvqsBwKUbMNUB85BVE7h9Lu { width:47.75rem;height:40.25rem;top:6.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAqltHRiksoAOPqO0FnIuaVk00sqCdXT { top:6.1875rem;left:0.65625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5nN6HrPLEkIqiQhyITyxfM4Lt2aTg1J { display:block; }#K5nN6HrPLEkIqiQhyITyxfM4Lt2aTg1J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScwPErHPTlk7y37nnSfn83xmTBRdkomO { width:44.4375rem;height:2.3125rem;top:3.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEPJwek7hBOl0dboTC8p4z3Z8o3aBD5R { width:28.3125rem;height:6.4375rem;top:10.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4KHKX5nzCpR42mGtDO0T04NQ29daLqb { top:7.875rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2c9xvFlBA6gcz5KWtliLTyNSh2y7fly { top:6rem;left:24.25rem;width:23.5rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw { display:block; }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWBObtagoTdSaoGBzZFqEiTeAooKBFxE { width:31.5rem;height:2.3125rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlDi481XpZvMXKx1U2BBsyKA8s9ZcabQ { width:28.3125rem;height:19.4375rem;top:5.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgpiXXWHMcfDVS3LzwSBVZ97NUz8Pf53 { top:5.5625rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgkgyxfAyC0ZkK539qlHZ0tmAnWJkTke { width:18.3125rem;height:3.75rem;top:24.1875rem;left:0.990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btsQCUUPJkFAzVCRrzqUBWhmRTxEbOlt { display:block; }
 }@media only screen and (max-width: 763px) { #oukmpq8lny7qvmMHKXvFVTpzgaXWgKTd { top:10.6875rem;left:20.375rem;width:27.375rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS3TG4EiBhIImxsLWgemheJnTWUOwiDT { display:block; }#BS3TG4EiBhIImxsLWgemheJnTWUOwiDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTTTtHvCw5kshvH7AK3l2brMzapygDhQ { width:47.75rem;height:8.9375rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvDUD4aC7mGD0FTUqvmwT4oDUTTL46H8 { width:12.5rem;height:1.4375rem;top:20.9375rem;left:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRzBpxwDZ0A9kgimTuS6aTBzzvSHJ4kr { width:47.75rem;height:39rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTDhAvwh90FURGeUyU6EZ2zyAEEaO5R1 { width:47.75rem;height:;top:7.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvTl7RMwXlT3hQDSv4KdLvbVCocCBt8y { top:14.875rem;left:0.4375rem;width:47.3125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCWfdASyZavvorv4AxuFrD3ckRlfgmAA { width:47.75rem;height:10.25rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9cFVibzsh8cDuxiXZlBNvwXsROknFQp { width:12.5rem;height:1.4375rem;top:34.25rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5d3ySEQnpWJa7k0J3uQuD55w3JF3amK { top:27.5625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCspUJx3FbJKmdsTsUIvQwTUZI5PRbIS { width:47.75rem;height:20.6875rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #it5390BBOyq0ETOCypxyB50MwkpOdotP { top:42.1875rem;left:0.375rem;width:47.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqCNGDoN7dLoE02kSuU57UMkmkH8wJTe { width:12.5rem;height:;top:46rem;left:33.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnWbVC0dtgu8E2J1TM3feI7Ch6t0vSnt { top:50.25rem;left:0.375rem;width:47.375rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAGLqpiAQPHtCin1K4Wtkzbpdt9f6wxB { width:12.5rem;height:0;top:51.9375rem;left:33.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rahG2sW93rMNIdsn0ER0y9WqkA2iHeBX { width:12.5rem;height:1.4375rem;top:59.25rem;left:33.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7d042be-962e-4bdd-9e88-7d49da602a82/BIA_20170510_WW_IMG_4841.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.adaptive-delivery-prevent-bg, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyload, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyloading { background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdHVg4R0sSUwqFbo5KJrCr15ztVeTtQ5 { width:20rem;height:5.36198125rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTJhNx4P4qyVMNP47Nnl3CVGyycXx1aN { top:12.421875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI6sZhIKarSMXfWI4ZHDz6DlmB4xJxx8 { display:block; }
 }@media only screen and (max-width: 763px) { #bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uze1X6n459WAF0CAARac4IW0ULNhLM7T { width:20rem;height:27.296875rem;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { width:12.5rem;height:0.125rem;top:5.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeCGV6p91zSz87udL9vsmeXxLtWGMUGO { height:11.1953125rem;width:20rem;top:35.0546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { width:20rem;height:108.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biCbecu0OTztxZK9RRLU3mOwh2etKleD { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHD6C2ddCHIkK8oBS3N8gCeBdMZuzL3h { width:13.1875rem;height:23.4375rem;top:5.25rem;left:3.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Wc3vpXvo3m9U1PNzpSLHI9Fwx5PV17cX { width:2.5rem;height:2.5996125rem;top:29.9375rem;left:8.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N09UoXRa9N52PLd2JLvp7r14k8WJ9i9u { width:2.5rem;height:2.5996125rem;top:45.009765625rem;left:8.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ql4CEf7XInh4lTEBvqaN7y1i2Ilk90pN { width:2.5rem;height:2.5996125rem;top:67.322265625rem;left:8.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mwV4D23U22GEmh9cBp2fuUyfQgqFwbWN { width:2.5rem;height:2.5996125rem;top:56.244140625rem;left:8.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo { width:17rem;height:10.39583125rem;top:33.7871125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zsQhS8CCD5Vx91N4uG20R0pompbehThn { width:15.75rem;height:5.19791875rem;top:59.748046875rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE { width:17.0625rem;height:7.796875rem;top:47.609375rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6bAnTCA6TkF2JB4O1iLiS5Ti5A8g143 { width:17.0625rem;height:2.59895625rem;top:70.8701171875rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pb9CBRSLWShnoolzTnza1XBNA6TytJet { width:12.5rem;height:0.125rem;top:3.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv5fqTbA6qMIRKevPpb9HOxpcs2byIgE { width:3.9375rem;height:2.5996125rem;top:75.408203125rem;left:8.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JI4J7CLQ9MseugZ1cd0FRS2RqZ0cXmW2 { width:15.75rem;height:2.59895625rem;top:78.7578125rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v0DlniDBOHV6N3Cf6TzdgqoqytP1Ln5S { width:18.3125rem;height:3.75rem;top:103.32815625rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaFmXn3ugVOdiI5J3pBPikvfxSrUuw0z { display:block; }
 }@media only screen and (max-width: 763px) { #LyXtdNwwcFgigSzqRlrQBn5sMvI65Rzl { width:3.9375rem;height:2.5996125rem;top:82.857421875rem;left:8.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzD5p5qyEgPl4FvwqcclhqReRvMKtEvK { width:15.75rem;height:2.59895625rem;top:86.70703125rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WnOb0q4rM6tB3uBTPrye8a0yoIUsUHnX { width:3.9375rem;height:2.5996125rem;top:90.41796875rem;left:8.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GtJIE6PIoifulrOCLnpHkPhXLbL2zmSA { width:10.8125rem;height:6.4974rem;top:94.455078125rem;left:4.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv { display:block; }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f41Ih4aJiI6tKAeMRFD6qDgwhK2Wnl1D { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ProffEQkbOfG1MlxSODeCf3MhpGnKK8x { width:20rem;height:30.70899375rem;top:10.1484375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xct6BF7VQIUIDuAFF3p3dmO9ZoT8d4WC { width:12.5rem;height:0.125rem;top:8.7734375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6BHxSrTfGkxdpHKZ87RFs3vie91Unam { width:12.25rem;height:9.1875rem;top:43.921876907349rem;left:3.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv3cdQAmh7GU4cECmh4aFuB0V9T6QXS8 { width:20rem;height:3.4121125rem;top:4.7500002980232rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhd2ACbeUHpEhKJ3cH6Ti6LPN4UedxER { width:19.6875rem;height:9.6875rem;top:54.609376907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsM4oqpqugX0InAymJILM05wClS99KCv { display:block; }#ZsM4oqpqugX0InAymJILM05wClS99KCv > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXRI2buz5AXhveEv6QBTovrUzO8ptaWK { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoT1WwqKAIvqsBwKUbMNUB85BVE7h9Lu { width:20rem;height:59.1432375rem;top:4.8984375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAqltHRiksoAOPqO0FnIuaVk00sqCdXT { width:12.5rem;height:0.125rem;top:3.7109375rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5nN6HrPLEkIqiQhyITyxfM4Lt2aTg1J { display:block; }#K5nN6HrPLEkIqiQhyITyxfM4Lt2aTg1J > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScwPErHPTlk7y37nnSfn83xmTBRdkomO { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEPJwek7hBOl0dboTC8p4z3Z8o3aBD5R { width:20rem;height:5.68684375rem;top:5.4609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4KHKX5nzCpR42mGtDO0T04NQ29daLqb { width:12.5rem;height:0.125rem;top:4.0234375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2c9xvFlBA6gcz5KWtliLTyNSh2y7fly { height:11.223404255319rem;width:20rem;top:14.6669921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw { display:block; }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWBObtagoTdSaoGBzZFqEiTeAooKBFxE { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlDi481XpZvMXKx1U2BBsyKA8s9ZcabQ { width:20rem;height:20.4726625rem;top:4.8906251192093rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgpiXXWHMcfDVS3LzwSBVZ97NUz8Pf53 { width:12.5rem;height:0.125rem;top:3.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgkgyxfAyC0ZkK539qlHZ0tmAnWJkTke { width:18.3125rem;height:3.75rem;top:37.43684899807rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btsQCUUPJkFAzVCRrzqUBWhmRTxEbOlt { display:block; }
 }@media only screen and (max-width: 763px) { #oukmpq8lny7qvmMHKXvFVTpzgaXWgKTd { width:20rem;height:13.287125rem;top:22.619130611419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS3TG4EiBhIImxsLWgemheJnTWUOwiDT { display:block; }#BS3TG4EiBhIImxsLWgemheJnTWUOwiDT > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTTTtHvCw5kshvH7AK3l2brMzapygDhQ { width:20rem;height:34.1875rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvDUD4aC7mGD0FTUqvmwT4oDUTTL46H8 { width:12.5rem;height:1.29980625rem;top:16.4140625rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRzBpxwDZ0A9kgimTuS6aTBzzvSHJ4kr { width:20rem;height:45.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTDhAvwh90FURGeUyU6EZ2zyAEEaO5R1 { width:20rem;height:1.375rem;top:2.5234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvTl7RMwXlT3hQDSv4KdLvbVCocCBt8y { width:20rem;height:12.9948125rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCWfdASyZavvorv4AxuFrD3ckRlfgmAA { width:20rem;height:18.5625rem;top:21.3515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9cFVibzsh8cDuxiXZlBNvwXsROknFQp { width:12.5rem;height:1.29980625rem;top:37.7001953125rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5d3ySEQnpWJa7k0J3uQuD55w3JF3amK { width:20rem;height:12.9948125rem;top:22.501953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCspUJx3FbJKmdsTsUIvQwTUZI5PRbIS { width:20rem;height:24.5rem;top:41.9208984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #it5390BBOyq0ETOCypxyB50MwkpOdotP { width:20rem;height:5.19791875rem;top:42.9833984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GqCNGDoN7dLoE02kSuU57UMkmkH8wJTe { width:12.5rem;height:1.29980625rem;top:48.1826171875rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnWbVC0dtgu8E2J1TM3feI7Ch6t0vSnt { width:20rem;height:14.29428125rem;top:50.4833984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HAGLqpiAQPHtCin1K4Wtkzbpdt9f6wxB { width:12.5rem;height:1.29980625rem;top:54.1201171875rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rahG2sW93rMNIdsn0ER0y9WqkA2iHeBX { width:12.5rem;height:1.29980625rem;top:63.5439453125rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }