.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#E8mh2CSO1ziofpCtRoLsTdpB7fIqUQIa { position:relative;display:block; }#E8mh2CSO1ziofpCtRoLsTdpB7fIqUQIa { background-color: transparent; background-image: none; }#E8mh2CSO1ziofpCtRoLsTdpB7fIqUQIa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8mh2CSO1ziofpCtRoLsTdpB7fIqUQIa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8mh2CSO1ziofpCtRoLsTdpB7fIqUQIa > .row .container > .video-iframe-container { display: none; }#E8mh2CSO1ziofpCtRoLsTdpB7fIqUQIa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8mh2CSO1ziofpCtRoLsTdpB7fIqUQIa > .row > .video-iframe-container { display: none; }#E8mh2CSO1ziofpCtRoLsTdpB7fIqUQIa > .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); }#E8mh2CSO1ziofpCtRoLsTdpB7fIqUQIa { border-width: 0; border-radius: 0; }#E8mh2CSO1ziofpCtRoLsTdpB7fIqUQIa > .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; }#E8mh2CSO1ziofpCtRoLsTdpB7fIqUQIa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;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; }#gHz7fazGtvnCBovMqiXm9ywaU9a1X0Ra { 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:5.875rem;width:30rem;top:0rem;left:12.712501525879rem;overflow:hidden;display:block; }
#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:rgba(0,0,0,0.75);background-image:url("https://images.assets-landingi.com/uc/cf489f2a-a3c1-4b75-b07a-f3ec30e5056e/Dodajpodtytu1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { border-width: 0; border-radius: 0; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:60rem;height:31.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.4375rem;left:0rem;height:2.275rem;font-style:normal;display:block; }
#OxTVf8iSehF29cX6htmDBn1P5p2ypJFU { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:28rem;left:29.000001907349rem; }
#sAgZ4S4eUCfZrtIVmrEJbhiMiGhqESor { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:lato;font-size:4.3125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.4500002861023rem;left:0rem;height:5.175rem;font-style:normal;display:block; }
#Efhp59mGPXR1wsZ1QQ8c0bcFUitNEbF1 { color:#ffffff;display:block;width:58.3125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.125rem;left:0rem;height:6.3375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ZsuQKdpWIrSsIR7afZfZTnEnccwfaXGm { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.375rem;left:2.5625rem;height:2.1125rem;font-style:normal;display:block; }
#BAuph0fWodT79dpvONhQh9N67XED64E9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14.4375rem;left:0rem; }
#F2J3GiRI8zoOiHxOcBimU7X80xdR9f8q { position:relative;display:block; }#F2J3GiRI8zoOiHxOcBimU7X80xdR9f8q { background-color: transparent; background-image: none; }#F2J3GiRI8zoOiHxOcBimU7X80xdR9f8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2J3GiRI8zoOiHxOcBimU7X80xdR9f8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2J3GiRI8zoOiHxOcBimU7X80xdR9f8q > .row .container > .video-iframe-container { display: none; }#F2J3GiRI8zoOiHxOcBimU7X80xdR9f8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2J3GiRI8zoOiHxOcBimU7X80xdR9f8q > .row > .video-iframe-container { display: none; }#F2J3GiRI8zoOiHxOcBimU7X80xdR9f8q > .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); }#F2J3GiRI8zoOiHxOcBimU7X80xdR9f8q { border-width: 0; border-radius: 0; }#F2J3GiRI8zoOiHxOcBimU7X80xdR9f8q > .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; }#F2J3GiRI8zoOiHxOcBimU7X80xdR9f8q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;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; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { 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; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { background-color: transparent; background-image: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .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); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { border-width: 0; border-radius: 0; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#RTi8sPG0utu7otG939LGdE3BZ7zttx6l { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.61250019073486rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HT9pmoBaiFLohqdhMazWhz5vTXqTafUf { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.724609375rem;left:0rem;height:5.525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD { 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; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { background-color: transparent; background-image: none; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container > .video-iframe-container { display: none; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row > .video-iframe-container { display: none; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .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); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { border-width: 0; border-radius: 0; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { color:#000000;display:block;width:55.625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:0.5625rem;left:0rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { 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; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { background-color: transparent; background-image: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .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); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { border-width: 0; border-radius: 0; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:8.625rem;left:3.5rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { position:absolute;display:block;z-index:15006;background-color:#4fd6fe;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:0.125rem;width:2.5rem;top:10.75rem;left:8.6875rem;display:block; }
#l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { color:#000000;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:8.625rem;left:21.25rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KPqckyEW2U3C4XagNCBuVQ08m43meIvz { position:absolute;display:block;z-index:15011;background-color:#4fd6fe;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:0.125rem;width:2.5rem;top:10.75rem;left:28.6875rem;display:block; }
#HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:8.625rem;left:43.5rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { position:absolute;display:block;z-index:15016;background-color:#4fd6fe;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:0.125rem;width:2.5rem;top:10.75rem;left:48.6875rem;display:block; }
#RaTTz7ikWaCLW2E8cNLThQL1p1lASTla { position:absolute;display:block;z-index:15020;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:6.25rem;width:6.25rem;top:1.125rem;left:46.8125rem;overflow:hidden;display:block; }
#k6OWWZbJn2CeRMyLxzv7ThaFKVKf7QPV { position:absolute;display:block;z-index:15021;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:6.25rem;width:6.25rem;top:1.125rem;left:26.8125rem;overflow:hidden;display:block; }
#y2K8ZDJyeDWuUzeeGWHI9El9i9oiHOq0 { position:absolute;display:block;z-index:15022;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:6.25rem;width:6.25rem;top:1.125rem;left:6.8125rem;overflow:hidden;display:block; }
#qHaRIgucJsSWNCbpHicIirGfh2Cxp02V { 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; }#qHaRIgucJsSWNCbpHicIirGfh2Cxp02V > .row .container { background-color: transparent; background-image: none; }#qHaRIgucJsSWNCbpHicIirGfh2Cxp02V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHaRIgucJsSWNCbpHicIirGfh2Cxp02V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHaRIgucJsSWNCbpHicIirGfh2Cxp02V > .row .container > .video-iframe-container { display: none; }#qHaRIgucJsSWNCbpHicIirGfh2Cxp02V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHaRIgucJsSWNCbpHicIirGfh2Cxp02V > .row > .video-iframe-container { display: none; }#qHaRIgucJsSWNCbpHicIirGfh2Cxp02V > .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); }#qHaRIgucJsSWNCbpHicIirGfh2Cxp02V > .row .container { border-width: 0; border-radius: 0; }#qHaRIgucJsSWNCbpHicIirGfh2Cxp02V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qHaRIgucJsSWNCbpHicIirGfh2Cxp02V > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:60rem;position:relative;display:block; }#iVX4QKt7C5MDIZNaGTTO5IC33x53PJyD { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:8.8125rem;left:2.9375rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lso4IKG3BOZGSubBLTOg649fxpBuHMrh { position:absolute;display:block;z-index:15006;background-color:#4fd6fe;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:0.125rem;width:2.5rem;top:10.9375rem;left:9.1875rem;display:block; }
#M0hViOfgleJEB0JtAJOtvKuvcvoAgPOw { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:8.8125rem;left:24rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#acBLMg9T4V8xlTlgo6kounpLNuSPKoES { position:absolute;display:block;z-index:15011;background-color:#4fd6fe;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:0.125rem;width:2.5rem;top:10.9375rem;left:29.1875rem;display:block; }
#TA4WqElVozppttkOwE7TqLsZ7UyIplTN { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:8.8125rem;left:42.375rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wckxbepes0xUkwLzqLhcaedio7qSiz1T { position:absolute;display:block;z-index:15016;background-color:#4fd6fe;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:0.125rem;width:2.5rem;top:10.9375rem;left:49.1875rem;display:block; }
#QAeA7owkEKKqugsoFGwxeTc7NqoxV1lb { position:absolute;display:block;z-index:15020;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:6.25rem;width:6.25rem;top:1.3125rem;left:47.125rem;overflow:hidden;display:block; }
#NXJd6dP0xcN4aHyzcRZ0RshVd1FK1816 { position:absolute;display:block;z-index:15021;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:6.25rem;width:6.25rem;top:1.3125rem;left:27.125rem;overflow:hidden;display:block; }
#hB2bn8frRaeDUv1UtzPsLT7yxnlgdhA2 { position:absolute;display:block;z-index:15022;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:6.25rem;width:6.25rem;top:1.3125rem;left:7.125rem;overflow:hidden;display:block; }
#h6rZWpdmMPy2I7M6v89bguN3uzkbahxm { position:relative;display:block; }#h6rZWpdmMPy2I7M6v89bguN3uzkbahxm { background-color: transparent; background-image: none; }#h6rZWpdmMPy2I7M6v89bguN3uzkbahxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6rZWpdmMPy2I7M6v89bguN3uzkbahxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6rZWpdmMPy2I7M6v89bguN3uzkbahxm > .row .container > .video-iframe-container { display: none; }#h6rZWpdmMPy2I7M6v89bguN3uzkbahxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6rZWpdmMPy2I7M6v89bguN3uzkbahxm > .row > .video-iframe-container { display: none; }#h6rZWpdmMPy2I7M6v89bguN3uzkbahxm > .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); }#h6rZWpdmMPy2I7M6v89bguN3uzkbahxm { border-width: 0; border-radius: 0; }#h6rZWpdmMPy2I7M6v89bguN3uzkbahxm > .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; }#h6rZWpdmMPy2I7M6v89bguN3uzkbahxm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;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; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image: -webkit-linear-gradient(360deg, #224770, #3991b7);background-image: -moz-linear-gradient(360deg, #224770, #3991b7);background-image: -ms-linear-gradient(360deg, #224770, #3991b7);background-image: -o-linear-gradient(360deg, #224770, #3991b7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#224770', endColorstr='#3991b7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#224770', endColorstr='#3991b7' );";background-image: linear-gradient(360deg, #224770, #3991b7);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; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { background-color: transparent; background-image: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .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); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { border-width: 0; border-radius: 0; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:60rem;position:relative;display:block; }#hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { color:#ffffff;display:block;width:53.4375rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.0625rem;left:1.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DgcWpL0ZVlWwo2FqGGQlmyu4E8pe6TXh { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#3991b7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:2.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:1.1875rem;display:block; }
#JwoQ5t5oB1QVOl4wL1NRtT58ecwa3Z8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pdad5fLW0C2mTUDrNP8HVx3GUgc4uH6q { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.0625rem;left:22.9375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPpcqxrCXlHirCTTbEGeZTCO33WTasdT { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.0625rem;left:39.75rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J44TRTxUILy005N3b9kLs5ymVn17oL4e { position:absolute;display:block;z-index:15007;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:10.3125rem;width:14.4375rem;top:6.9375rem;left:1.1875rem;overflow:hidden;display:block; }
#WwItlTMBb9V85uddpOZVcN9kLoFGBJgG { 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:10.6875rem;width:14rem;top:6.9375rem;left:23.0625rem;overflow:hidden;display:block; }
#rLq8XBHLCQgDbEXPCHgitIIXJ2z3tuqJ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#3991b7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:2.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17.625rem;left:22.5rem;display:block; }
#rDvnr7bsDqi71yo3CXh1eSeWXBkvt9M2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mG0i95e1CeE1pPbN5uENnacCtIlmCwtZ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#3991b7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:2.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17.625rem;left:42.125001907349rem;display:block; }
#g5Du4VN3VehR8pKrQbs4CuOOp5rC2Nht { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DhsgUuPVzX4nupTL7k8Vf3gBEX2ZCyu5 { 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:13.75rem;width:13.75rem;top:5.125rem;left:42.875rem;overflow:hidden;display:block; }
#rhK6yFMDGbeZ7Zg6JawiQ5NAJGJoJrd2 { position:relative;display:block; }#rhK6yFMDGbeZ7Zg6JawiQ5NAJGJoJrd2 { background-color: transparent; background-image: none; }#rhK6yFMDGbeZ7Zg6JawiQ5NAJGJoJrd2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhK6yFMDGbeZ7Zg6JawiQ5NAJGJoJrd2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhK6yFMDGbeZ7Zg6JawiQ5NAJGJoJrd2 > .row .container > .video-iframe-container { display: none; }#rhK6yFMDGbeZ7Zg6JawiQ5NAJGJoJrd2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhK6yFMDGbeZ7Zg6JawiQ5NAJGJoJrd2 > .row > .video-iframe-container { display: none; }#rhK6yFMDGbeZ7Zg6JawiQ5NAJGJoJrd2 > .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); }#rhK6yFMDGbeZ7Zg6JawiQ5NAJGJoJrd2 { border-width: 0; border-radius: 0; }#rhK6yFMDGbeZ7Zg6JawiQ5NAJGJoJrd2 > .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; }#rhK6yFMDGbeZ7Zg6JawiQ5NAJGJoJrd2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;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; }#GBADqok3JBrkQaCCUhxmcs8rWe60y8xS { position:relative;display:block; }#GBADqok3JBrkQaCCUhxmcs8rWe60y8xS { background-color: transparent; background-image: none; }#GBADqok3JBrkQaCCUhxmcs8rWe60y8xS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBADqok3JBrkQaCCUhxmcs8rWe60y8xS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBADqok3JBrkQaCCUhxmcs8rWe60y8xS > .row .container > .video-iframe-container { display: none; }#GBADqok3JBrkQaCCUhxmcs8rWe60y8xS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBADqok3JBrkQaCCUhxmcs8rWe60y8xS > .row > .video-iframe-container { display: none; }#GBADqok3JBrkQaCCUhxmcs8rWe60y8xS > .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); }#GBADqok3JBrkQaCCUhxmcs8rWe60y8xS { border-width: 0; border-radius: 0; }#GBADqok3JBrkQaCCUhxmcs8rWe60y8xS > .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; }#GBADqok3JBrkQaCCUhxmcs8rWe60y8xS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.5rem;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; }#THy3E4iZlq0JMwclAeNzL6AmNzoh9X84 { color:#000000;display:block;width:58.375rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wm7OFd3XozqLcHkspcga3FlRCk1V1vqq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.25rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#OMbR8ovCDuAT4lo1uTacKgBzdIupLlNI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.25rem;left:45.92421913147rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#MKQr7zrGCKx0qSH69vRxwqNA9WCDGQOk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.25rem;left:31.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#cFBXdiFcVr1fqKm9iCv85KEanSFBD7x6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.25rem;left:16.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#WzRGdF4pVgv1aHASn8TmPZekE64ENqzR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.25rem;left:16.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#dha3n5603mIO4VzebslDoJRLMZUHaN0s { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.25rem;left:31.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#iD04mUg8lqkHWNwzsOJbmMTIUxCIW3OT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:12.25rem;left:46.25rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#oXC2ryLqp4mmAc4S57aNKc6z0ydsDuQH { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.250000953674rem;left:0.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#WsLpZZy0Tmfl34JIG1Rwh3ETDIRAHMSc { position:absolute;display:block;z-index:15007;background-color:#4fd6fe;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:0.125rem;width:2.5rem;top:6.5625rem;left:5rem;display:block; }
#d0kwrMwo0hTGn0WhuMov2yPzyTZ4VpIQ { position:absolute;display:block;z-index:15008;background-color:#4fd6fe;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:0.125rem;width:2.5rem;top:6.5625rem;left:21.0625rem;display:block; }
#R9Rc2KsTBHB88TGgbUNnNghKQRGThMUJ { position:absolute;display:block;z-index:15009;background-color:#4fd6fe;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:0.125rem;width:2.5rem;top:6.5625rem;left:36.125rem;display:block; }
#JgDUcviUiVT4Qq9Mr7cNLT9rwX5htTkZ { position:absolute;display:block;z-index:15010;background-color:#4fd6fe;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:0.125rem;width:2.5rem;top:10.875000953674rem;left:5rem;display:block; }
#AZPbErGGIHJCPw05mBOLmwDD4XcF4hCn { position:absolute;display:block;z-index:15009;background-color:#4fd6fe;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:0.125rem;width:2.5rem;top:10.875rem;left:21.0625rem;display:block; }
#oRiw2QVv6Bv5oBmh4BytH8OrKSNVZkr9 { position:absolute;display:block;z-index:15010;background-color:#4fd6fe;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:0.125rem;width:2.5rem;top:10.875rem;left:36.125rem;display:block; }
#u5KGJM3pbH01ykTWc8ys7wEH5c0RWMFP { position:absolute;display:block;z-index:15011;background-color:#4fd6fe;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:0.125rem;width:2.5rem;top:10.875rem;left:51.25rem;display:block; }
#zu7aBScTNuTkkNGR5nD1AC4hqM1Jutrw { position:absolute;display:block;z-index:15007;background-color:#4fd6fe;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:0.125rem;width:2.5rem;top:6.5625rem;left:51.249998092651rem;display:block; }
#CO5aO0CA2PhrmT0H2dfuUuwTBUsapLSJ { position:relative;display:block; }#CO5aO0CA2PhrmT0H2dfuUuwTBUsapLSJ { background-color: transparent; background-image: none; }#CO5aO0CA2PhrmT0H2dfuUuwTBUsapLSJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO5aO0CA2PhrmT0H2dfuUuwTBUsapLSJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO5aO0CA2PhrmT0H2dfuUuwTBUsapLSJ > .row .container > .video-iframe-container { display: none; }#CO5aO0CA2PhrmT0H2dfuUuwTBUsapLSJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO5aO0CA2PhrmT0H2dfuUuwTBUsapLSJ > .row > .video-iframe-container { display: none; }#CO5aO0CA2PhrmT0H2dfuUuwTBUsapLSJ > .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); }#CO5aO0CA2PhrmT0H2dfuUuwTBUsapLSJ { border-width: 0; border-radius: 0; }#CO5aO0CA2PhrmT0H2dfuUuwTBUsapLSJ > .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; }#CO5aO0CA2PhrmT0H2dfuUuwTBUsapLSJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;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; }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#02293c;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; }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH > .row .container { background-color: transparent; background-image: none; }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH > .row .container > .video-iframe-container { display: none; }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH > .row > .video-iframe-container { display: none; }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH > .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); }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH > .row .container { border-width: 0; border-radius: 0; }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:block; }#LfBHWly8KHFKz5ul2tzMEcC05yBUzUTA { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lIETZVk6QtNl2EAm1SmGdi60AtBpeszN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.1864585876462rem;left:0rem;height:5.60625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RFgqaAkXUJcIhUUn161cXo7aRQcmsOe1 { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.875rem;left:3.1875rem;height:2.68125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A8l58oxtLZeQNu13ID6OIxgvNNqu9tWU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:19.75rem;left:0rem; }
#kDcyQb7dUf8QlNMV48NJ5rDrlnpc0zBF { position:absolute;display:block;z-index:15008;background-color:#4fd6fe;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:0.125rem;width:2.5rem;top:24.125rem;left:0rem;display:block; }
#GSkN2D3T6Cg71kNsJk7SlihdhH4DqQXl { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:25.4375rem;left:0rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JnuHU6hJQcsLECaPV2we4k0KEzNRBGT7 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.625002861023rem;left:0rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#02293c;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; }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix > .row .container { background-color: transparent; background-image: none; }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix > .row .container > .video-iframe-container { display: none; }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix > .row > .video-iframe-container { display: none; }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix > .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); }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix > .row .container { border-width: 0; border-radius: 0; }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#T97QpyTovw8SQFCNeJwR0nta8hyPfDG7 { background-color:#54abd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:22.562500953674rem;display:block; }
#TabzCTWaCD8P5dzgdrTDk0ETTp3OOFMA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { border-top:0.25rem dotted #ffffff;border-left:0;border-right:0;border-bottom:0;background-color:#02293c;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; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { background-color: transparent; background-image: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .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); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { border-width: 0; border-radius: 0; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:block; }#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-form-header { font-size:0.75rem; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-regular-label { height:auto;display:inline-block;*zoom:1;*display:inline;font-family:roboto;font-size:0.75rem;font-weight:bold;color:#ffffff;width:7.5rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:middle;text-align:right;text-align-last:right;line-height:1.3; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:30.625rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:middle;text-align:center;text-align-last:center; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:30.625rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:middle;text-align:center;text-align-last:center; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:30.625rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:middle;text-align:center;text-align-last:center; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:8.125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-input-button { border-top-left-radius:5.3125rem;border-top-right-radius:5.3125rem;border-bottom-left-radius:5.3125rem;border-bottom-right-radius:5.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #146a8d, #54abd1);background-image: -moz-linear-gradient(13deg, #146a8d, #54abd1);background-image: -ms-linear-gradient(13deg, #146a8d, #54abd1);background-image: -o-linear-gradient(13deg, #146a8d, #54abd1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#146a8d', endColorstr='#54abd1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#146a8d', endColorstr='#54abd1' );";background-image: linear-gradient(13deg, #146a8d, #54abd1);background-size:initial !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.625rem;margin-bottom:0.25rem;margin-left:15.75rem;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#ffffff;width:15.3125rem;height:3.6875rem;font-family:roboto;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:center;text-align-last:center; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 [class*="-text"]:-moz-placeholder { color:#000000;font-family:roboto;font-size:0.875rem;text-align:center;text-align-last:center; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 [class*="-text"]::-moz-placeholder { color:#000000;font-family:roboto;font-size:0.875rem;text-align:center;text-align-last:center; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:roboto;font-size:0.875rem;text-align:center;text-align-last:center; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:roboto;font-size:0.875rem;text-align:center;text-align-last:center; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:29.375rem;overflow:hidden;font-style:normal;float:none; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-container:first-of-type{padding-top:0;}#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-container:last-of-type{padding-bottom:0;}#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2  { background-color:transparent;background-image: -webkit-linear-gradient(24deg, #54abd1, #146a8d);background-image: -moz-linear-gradient(24deg, #54abd1, #146a8d);background-image: -ms-linear-gradient(24deg, #54abd1, #146a8d);background-image: -o-linear-gradient(24deg, #54abd1, #146a8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#54abd1', endColorstr='#146a8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#54abd1', endColorstr='#146a8d' );";background-image: linear-gradient(24deg, #54abd1, #146a8d);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(58,118,139,0.5) ;font-size:0.75rem;left:18.961458206177rem;top:2.125rem;z-index:15018;position:absolute; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.625rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 {display:block;}#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 { background-color:transparent;background-image: -webkit-linear-gradient(24deg, #54abd1, #146a8d);background-image: -moz-linear-gradient(24deg, #54abd1, #146a8d);background-image: -ms-linear-gradient(24deg, #54abd1, #146a8d);background-image: -o-linear-gradient(24deg, #54abd1, #146a8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#54abd1', endColorstr='#146a8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#54abd1', endColorstr='#146a8d' );";background-image: linear-gradient(24deg, #54abd1, #146a8d);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(58,118,139,0.5) ;font-size:0.75rem;left:18.961458206177rem;top:2.125rem;z-index:15018;position:absolute; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #XBWg5QVA5SxAKzvJZZv3XJaMgTJeMWNq { position:relative; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #WlKDiy6OFZBHzQHXqbTDh0fZr2wAFRsO { position:relative;display:block; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #pRx20IHOrFmdfOc2fauig3qBadrzVts2 { position:relative; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #Bywtdk7G6qzgSCgM5LR9HUglH2vf0Jh4 { position:relative; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #CKxf7AT0O9KOSlhhghpWVkaO9OhZZfJ3 { position:relative;display:block; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #lq21Wyz90eEQ2tATGt2vU042E51dsh1T { position:relative; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #iGr8ks41wS0MuZ0NToPhMacCc0nAIy8q { position:relative; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #q5ALCXZF20modnhXEbdUVMzwJXx9Sn38 { position:relative;display:block; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #b71LTVgUc9rl8T8eEGzlWrghhH8aKMwJ { position:relative; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #n95ZruHqUbybLyq6szd9qHxa2sOro163 { position:relative; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #fSlTh7Thpe4hgybKbXO1mKkyZN5p4M3m { position:relative;display:block; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #wkSNFSLmkWTBaKlRG233FMkSU3AsTT6e { position:relative; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #tFzz1l6fpmqs6LraE5WNZu5rZwZlcT8U { position:relative; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #vwggTx7H0fgzq6gCkp08sxAuLCyHepbn { position:relative;display:block; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #aez3IwqBpTd1UVts2I53TnT3aITKlSw0 { position:relative; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #Ta6r6gS8Kg2HfAWgOnsaNHlMX6w3ZpGs { position:relative; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #od8zRz6MKLqfb102pKmMo3OZDrSnkyBg { position:relative;display:block; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #x1obc8vNd4B8wAUSZTuAIblTyLM6EciJ { position:relative; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #eLb0l1im9D5xtvDJ4vm6DwfRkTuBF6kC { position:relative; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #kZ1zsfXv68cld9v8b7PeBkioaNpTgsel { position:relative;z-index:2; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #XvZCMZObObU52uQewfIoN6Us2wFJTaK1 { position:relative; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #yhOKDFCAgu03oyeTPnB4rLPOSCxcCKTK { position:relative; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #zViIDBKTrZ7ut21mFiNopq9iGiN15iLC { position:relative;z-index:2; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #EEehZk2RKMDG6NuhfUT5gwmhHOGK6DNf { position:relative; }
#VoVP2xFEOgaGoHx0AxE8q8K3eFwGzntC { position:relative;display:block; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #sd6TwLvr79CCvZa5KSxzvomnEZ2aw7vh { position:relative; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #FfZ46zXME3ieCindvpulF8yOhTM9xiv1 { position:relative; }
#BFrml3pxNoHXzFEBU4CfTx8VFT2rJ41H { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:8.46249961853rem;left:0rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wATpdQKXdfgfrH6Ok2fWzwTiuWtyg3PT { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:15.46249961853rem;left:0rem;height:4.3875rem;font-style:normal;display:block; }
#TX85xBZkgyPipdggIwuh0Fg2DvQUXChD { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6084ee24-79f9-4e2f-8c30-7cbf5d532503/CNCCENTER_fotobudynek_ok.jpg");background-position:center !important;background-repeat:repeat-x !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; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm.adaptive-delivery-prevent-bg, #pomWmVK8n7Lm82VRr08QZ39cXditJ3vm.lazyload, #pomWmVK8n7Lm82VRr08QZ39cXditJ3vm.lazyloading { background-image: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { background-color: transparent; background-image: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container > .video-iframe-container { display: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container { display: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .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); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { border-width: 0; border-radius: 0; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#ziapHVF6HDsp74mv4yB3pmdrVxBAC4rh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8630fcb7-44fb-49a5-a449-c65e8e7dff13/Dodajpodtytu2.png");background-position:center !important;background-repeat: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; }#ziapHVF6HDsp74mv4yB3pmdrVxBAC4rh.adaptive-delivery-prevent-bg, #ziapHVF6HDsp74mv4yB3pmdrVxBAC4rh.lazyload, #ziapHVF6HDsp74mv4yB3pmdrVxBAC4rh.lazyloading { background-image: none; }#ziapHVF6HDsp74mv4yB3pmdrVxBAC4rh > .row .container { background-color: transparent; background-image: none; }#ziapHVF6HDsp74mv4yB3pmdrVxBAC4rh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziapHVF6HDsp74mv4yB3pmdrVxBAC4rh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziapHVF6HDsp74mv4yB3pmdrVxBAC4rh > .row .container > .video-iframe-container { display: none; }#ziapHVF6HDsp74mv4yB3pmdrVxBAC4rh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziapHVF6HDsp74mv4yB3pmdrVxBAC4rh > .row > .video-iframe-container { display: none; }#ziapHVF6HDsp74mv4yB3pmdrVxBAC4rh > .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); }#ziapHVF6HDsp74mv4yB3pmdrVxBAC4rh > .row .container { border-width: 0; border-radius: 0; }#ziapHVF6HDsp74mv4yB3pmdrVxBAC4rh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziapHVF6HDsp74mv4yB3pmdrVxBAC4rh > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:60rem;position:relative;display:block; }#rOTeLQusNGZTGK7HhEXMftXKU5ugo6Xf { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6250038146973rem;left:0rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ifwwl0wLkMWvVSuMcwCTqIzWMR3B6EFS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.875rem;left:28.1875rem; }
#ifwwl0wLkMWvVSuMcwCTqIzWMR3B6EFS > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#zoxxBg66eq913Oei0ZDPwIRmg6E9bEfr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.9375rem;left:30.3125rem; }
#zoxxBg66eq913Oei0ZDPwIRmg6E9bEfr > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#yTMGZILhcuy6PMiCtSfgNAMlD5VDfNng { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Izb3OuMtDxVm7hRshVihsBQqLsRGxu83 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.162498474121rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzCQenq0BOW9tOegNLvt9MAB7VTLgnWc { position:relative;display:block; }#TzCQenq0BOW9tOegNLvt9MAB7VTLgnWc { background-color: transparent; background-image: none; }#TzCQenq0BOW9tOegNLvt9MAB7VTLgnWc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzCQenq0BOW9tOegNLvt9MAB7VTLgnWc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzCQenq0BOW9tOegNLvt9MAB7VTLgnWc > .row .container > .video-iframe-container { display: none; }#TzCQenq0BOW9tOegNLvt9MAB7VTLgnWc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzCQenq0BOW9tOegNLvt9MAB7VTLgnWc > .row > .video-iframe-container { display: none; }#TzCQenq0BOW9tOegNLvt9MAB7VTLgnWc > .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); }#TzCQenq0BOW9tOegNLvt9MAB7VTLgnWc { border-width: 0; border-radius: 0; }#TzCQenq0BOW9tOegNLvt9MAB7VTLgnWc > .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; }#TzCQenq0BOW9tOegNLvt9MAB7VTLgnWc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.375rem;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; }#ttpivepsq29qgEUektzMnZmX7fHh0yEG { 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:5.875rem;width:30rem;top:1.1444091796875E-5rem;left:15.000001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E8mh2CSO1ziofpCtRoLsTdpB7fIqUQIa { display:block; }#E8mh2CSO1ziofpCtRoLsTdpB7fIqUQIa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHz7fazGtvnCBovMqiXm9ywaU9a1X0Ra { top:0rem;left:6.5875015258787rem;width:30rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { width:31.25rem;height:2.25rem;top:11.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxTVf8iSehF29cX6htmDBn1P5p2ypJFU { width:2rem;height:2rem;top:28rem;left:22.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAgZ4S4eUCfZrtIVmrEJbhiMiGhqESor { width:47.75rem;height:5.125rem;top:5.4375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efhp59mGPXR1wsZ1QQ8c0bcFUitNEbF1 { width:47.75rem;height:6.3125rem;top:19.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsuQKdpWIrSsIR7afZfZTnEnccwfaXGm { width:31.25rem;height:2.0625rem;top:14.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAuph0fWodT79dpvONhQh9N67XED64E9 { top:14.4375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2J3GiRI8zoOiHxOcBimU7X80xdR9f8q { display:block; }#F2J3GiRI8zoOiHxOcBimU7X80xdR9f8q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:47.75rem;height:3.375rem;top:0.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9pmoBaiFLohqdhMazWhz5vTXqTafUf { width:47.75rem;height:5.5rem;top:4.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD { display:block; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { width:47.75rem;height:3.375rem;top:0.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaTTz7ikWaCLW2E8cNLThQL1p1lASTla { top:1.125rem;left:36.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6OWWZbJn2CeRMyLxzv7ThaFKVKf7QPV { top:1.125rem;left:20.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2K8ZDJyeDWuUzeeGWHI9El9i9oiHOq0 { top:1.125rem;left:4.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHaRIgucJsSWNCbpHicIirGfh2Cxp02V { display:block; }#qHaRIgucJsSWNCbpHicIirGfh2Cxp02V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVX4QKt7C5MDIZNaGTTO5IC33x53PJyD { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lso4IKG3BOZGSubBLTOg649fxpBuHMrh { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0hViOfgleJEB0JtAJOtvKuvcvoAgPOw { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #acBLMg9T4V8xlTlgo6kounpLNuSPKoES { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA4WqElVozppttkOwE7TqLsZ7UyIplTN { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wckxbepes0xUkwLzqLhcaedio7qSiz1T { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAeA7owkEKKqugsoFGwxeTc7NqoxV1lb { top:1.3125rem;left:36.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXJd6dP0xcN4aHyzcRZ0RshVd1FK1816 { top:1.3125rem;left:20.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB2bn8frRaeDUv1UtzPsLT7yxnlgdhA2 { top:1.3125rem;left:5.0625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6rZWpdmMPy2I7M6v89bguN3uzkbahxm { display:block; }#h6rZWpdmMPy2I7M6v89bguN3uzkbahxm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:47.75rem;height:3.375rem;top:0.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { width:15.125rem;height:1.5rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgcWpL0ZVlWwo2FqGGQlmyu4E8pe6TXh { width:15.0625rem;height:2.3125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQ5t5oB1QVOl4wL1NRtT58ecwa3Z8c { display:block; }
 }@media only screen and (max-width: 763px) { #Pdad5fLW0C2mTUDrNP8HVx3GUgc4uH6q { width:14.25rem;height:1.5rem;top:5.0625rem;left:16.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPpcqxrCXlHirCTTbEGeZTCO33WTasdT { width:19.8125rem;height:1.5rem;top:5.0625rem;left:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J44TRTxUILy005N3b9kLs5ymVn17oL4e { top:6.9375rem;left:0rem;width:14.4375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwItlTMBb9V85uddpOZVcN9kLoFGBJgG { top:6.9375rem;left:16.9375rem;width:14rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLq8XBHLCQgDbEXPCHgitIIXJ2z3tuqJ { width:15.0625rem;height:2.3125rem;top:17.625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDvnr7bsDqi71yo3CXh1eSeWXBkvt9M2 { display:block; }
 }@media only screen and (max-width: 763px) { #mG0i95e1CeE1pPbN5uENnacCtIlmCwtZ { width:15.0625rem;height:2.3125rem;top:17.625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5Du4VN3VehR8pKrQbs4CuOOp5rC2Nht { display:block; }
 }@media only screen and (max-width: 763px) { #DhsgUuPVzX4nupTL7k8Vf3gBEX2ZCyu5 { top:5.125rem;left:34rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhK6yFMDGbeZ7Zg6JawiQ5NAJGJoJrd2 { display:block; }#rhK6yFMDGbeZ7Zg6JawiQ5NAJGJoJrd2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBADqok3JBrkQaCCUhxmcs8rWe60y8xS { display:block; }#GBADqok3JBrkQaCCUhxmcs8rWe60y8xS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THy3E4iZlq0JMwclAeNzL6AmNzoh9X84 { width:47.75rem;height:3.375rem;top:1.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm7OFd3XozqLcHkspcga3FlRCk1V1vqq { top:8.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMbR8ovCDuAT4lo1uTacKgBzdIupLlNI { top:8.25rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKQr7zrGCKx0qSH69vRxwqNA9WCDGQOk { top:8.25rem;left:23.875rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFBXdiFcVr1fqKm9iCv85KEanSFBD7x6 { top:12.25rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzRGdF4pVgv1aHASn8TmPZekE64ENqzR { top:8.25rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dha3n5603mIO4VzebslDoJRLMZUHaN0s { top:12.25rem;left:23.875rem;width:12.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD04mUg8lqkHWNwzsOJbmMTIUxCIW3OT { top:12.25rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXC2ryLqp4mmAc4S57aNKc6z0ydsDuQH { top:12.25rem;left:0rem;width:11.375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsLpZZy0Tmfl34JIG1Rwh3ETDIRAHMSc { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0kwrMwo0hTGn0WhuMov2yPzyTZ4VpIQ { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9Rc2KsTBHB88TGgbUNnNghKQRGThMUJ { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgDUcviUiVT4Qq9Mr7cNLT9rwX5htTkZ { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZPbErGGIHJCPw05mBOLmwDD4XcF4hCn { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRiw2QVv6Bv5oBmh4BytH8OrKSNVZkr9 { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5KGJM3pbH01ykTWc8ys7wEH5c0RWMFP { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu7aBScTNuTkkNGR5nD1AC4hqM1Jutrw { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO5aO0CA2PhrmT0H2dfuUuwTBUsapLSJ { display:block; }#CO5aO0CA2PhrmT0H2dfuUuwTBUsapLSJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH { display:block; }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfBHWly8KHFKz5ul2tzMEcC05yBUzUTA { width:47.75rem;height:3.375rem;top:2.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIETZVk6QtNl2EAm1SmGdi60AtBpeszN { width:47.75rem;height:5.5625rem;top:7.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFgqaAkXUJcIhUUn161cXo7aRQcmsOe1 { width:32.6875rem;height:2.625rem;top:19.875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8l58oxtLZeQNu13ID6OIxgvNNqu9tWU { top:19.75rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDcyQb7dUf8QlNMV48NJ5rDrlnpc0zBF { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSkN2D3T6Cg71kNsJk7SlihdhH4DqQXl { width:47.75rem;height:11.25rem;top:25.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnuHU6hJQcsLECaPV2we4k0KEzNRBGT7 { width:47.75rem;height:3.375rem;top:14.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix { display:block; }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T97QpyTovw8SQFCNeJwR0nta8hyPfDG7 { width:17.5rem;height:3.4375rem;top:0rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TabzCTWaCD8P5dzgdrTDk0ETTp3OOFMA { display:block; }
 }@media only screen and (max-width: 763px) { #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-regular-label { display:block;width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-input-text { width:30.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-textarea { width:30.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-input-select { width:30.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-input-button { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-checkbox-label { width:29.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2  { width:38.75rem;height:auto;top:2.125rem;left:6.5rem; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .radio-container { width:30.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 {display:block;}#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 { width:38.75rem;height:auto;top:2.125rem;left:6.5rem; }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #XBWg5QVA5SxAKzvJZZv3XJaMgTJeMWNq {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #WlKDiy6OFZBHzQHXqbTDh0fZr2wAFRsO { display:block; }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #pRx20IHOrFmdfOc2fauig3qBadrzVts2 {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #Bywtdk7G6qzgSCgM5LR9HUglH2vf0Jh4 {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #CKxf7AT0O9KOSlhhghpWVkaO9OhZZfJ3 {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #lq21Wyz90eEQ2tATGt2vU042E51dsh1T {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #iGr8ks41wS0MuZ0NToPhMacCc0nAIy8q {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #q5ALCXZF20modnhXEbdUVMzwJXx9Sn38 { display:block; }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #b71LTVgUc9rl8T8eEGzlWrghhH8aKMwJ {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #n95ZruHqUbybLyq6szd9qHxa2sOro163 {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #fSlTh7Thpe4hgybKbXO1mKkyZN5p4M3m { display:block; }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #wkSNFSLmkWTBaKlRG233FMkSU3AsTT6e {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #tFzz1l6fpmqs6LraE5WNZu5rZwZlcT8U {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #vwggTx7H0fgzq6gCkp08sxAuLCyHepbn {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #aez3IwqBpTd1UVts2I53TnT3aITKlSw0 {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #Ta6r6gS8Kg2HfAWgOnsaNHlMX6w3ZpGs {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #od8zRz6MKLqfb102pKmMo3OZDrSnkyBg {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #x1obc8vNd4B8wAUSZTuAIblTyLM6EciJ {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #eLb0l1im9D5xtvDJ4vm6DwfRkTuBF6kC {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #kZ1zsfXv68cld9v8b7PeBkioaNpTgsel {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #XvZCMZObObU52uQewfIoN6Us2wFJTaK1 {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #yhOKDFCAgu03oyeTPnB4rLPOSCxcCKTK {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #zViIDBKTrZ7ut21mFiNopq9iGiN15iLC {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #EEehZk2RKMDG6NuhfUT5gwmhHOGK6DNf {  }
 }@media only screen and (max-width: 763px) { #VoVP2xFEOgaGoHx0AxE8q8K3eFwGzntC { display:block; }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #sd6TwLvr79CCvZa5KSxzvomnEZ2aw7vh {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #FfZ46zXME3ieCindvpulF8yOhTM9xiv1 {  }
 }@media only screen and (max-width: 763px) { #BFrml3pxNoHXzFEBU4CfTx8VFT2rJ41H { top:8.4375rem;left:0rem;width:18.5rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wATpdQKXdfgfrH6Ok2fWzwTiuWtyg3PT { top:15.4375rem;left:0rem;width:17.3125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX85xBZkgyPipdggIwuh0Fg2DvQUXChD { top:2.125rem;left:0rem;width:18.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziapHVF6HDsp74mv4yB3pmdrVxBAC4rh { display:block; }#ziapHVF6HDsp74mv4yB3pmdrVxBAC4rh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOTeLQusNGZTGK7HhEXMftXKU5ugo6Xf { width:47.75rem;height:2.625rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifwwl0wLkMWvVSuMcwCTqIzWMR3B6EFS { top:4.875rem;left:22.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
#ifwwl0wLkMWvVSuMcwCTqIzWMR3B6EFS > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #zoxxBg66eq913Oei0ZDPwIRmg6E9bEfr { top:4.9375rem;left:24.1875rem;width:1.5rem;height:1.5rem;display:block; }
#zoxxBg66eq913Oei0ZDPwIRmg6E9bEfr > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #yTMGZILhcuy6PMiCtSfgNAMlD5VDfNng { width:47.75rem;height:1.75rem;top:8.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izb3OuMtDxVm7hRshVihsBQqLsRGxu83 { width:47.75rem;height:1.75rem;top:10.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzCQenq0BOW9tOegNLvt9MAB7VTLgnWc { display:block; }#TzCQenq0BOW9tOegNLvt9MAB7VTLgnWc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttpivepsq29qgEUektzMnZmX7fHh0yEG { top:0rem;left:8.8750019073488rem;width:30rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8630fcb7-44fb-49a5-a449-c65e8e7dff13/Dodajpodtytu2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); } }@media only screen and (max-width: 763px) { #E8mh2CSO1ziofpCtRoLsTdpB7fIqUQIa { display:block; }#E8mh2CSO1ziofpCtRoLsTdpB7fIqUQIa > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHz7fazGtvnCBovMqiXm9ywaU9a1X0Ra { width:20rem;height:3.9166666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:#54abd1;background-image:url("https://images.assets-landingi.com/uc/cd38e3c5-e004-40b6-adab-030dc5b77be6/Projektbeznazwy11.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { width:18.75rem;height:3.7375rem;top:9rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OxTVf8iSehF29cX6htmDBn1P5p2ypJFU { width:2rem;height:2rem;top:24.43593788147rem;left:9.0000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAgZ4S4eUCfZrtIVmrEJbhiMiGhqESor { width:20rem;height:6.6rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efhp59mGPXR1wsZ1QQ8c0bcFUitNEbF1 { width:20rem;height:6.09375rem;top:17.23593711853rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsuQKdpWIrSsIR7afZfZTnEnccwfaXGm { width:17.0625rem;height:1.70625rem;top:14rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAuph0fWodT79dpvONhQh9N67XED64E9 { display:flex;width:2rem;height:2rem;top:13.875rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #F2J3GiRI8zoOiHxOcBimU7X80xdR9f8q { display:block; }#F2J3GiRI8zoOiHxOcBimU7X80xdR9f8q > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:20rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:18.75rem;height:4.0625rem;top:0.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9pmoBaiFLohqdhMazWhz5vTXqTafUf { width:18.75rem;height:14.625rem;top:5.1875002980232rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD { display:block; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { width:18.75rem;height:7.03125rem;top:0.59375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:12.9375rem;height:1.3125rem;top:8.75rem;left:3.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:11.575rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:15.25rem;height:1.3125rem;top:20.375rem;left:2.3750001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:23.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.9375rem;height:1.3125rem;top:32.125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:34.9375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaTTz7ikWaCLW2E8cNLThQL1p1lASTla { width:6.25rem;height:6.25rem;top:25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6OWWZbJn2CeRMyLxzv7ThaFKVKf7QPV { width:6.25rem;height:6.25rem;top:12.950002670288rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2K8ZDJyeDWuUzeeGWHI9El9i9oiHOq0 { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHaRIgucJsSWNCbpHicIirGfh2Cxp02V { display:block; }#qHaRIgucJsSWNCbpHicIirGfh2Cxp02V > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVX4QKt7C5MDIZNaGTTO5IC33x53PJyD { width:12.9375rem;height:1.3125rem;top:7.6875rem;left:3.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lso4IKG3BOZGSubBLTOg649fxpBuHMrh { width:2.5rem;height:0.125rem;top:9.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0hViOfgleJEB0JtAJOtvKuvcvoAgPOw { width:12.9375rem;height:1.3125rem;top:18.3125rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acBLMg9T4V8xlTlgo6kounpLNuSPKoES { width:2.5rem;height:0.125rem;top:21.1875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA4WqElVozppttkOwE7TqLsZ7UyIplTN { width:12.9375rem;height:1.3125rem;top:30.125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wckxbepes0xUkwLzqLhcaedio7qSiz1T { width:2.5rem;height:0.125rem;top:32.75rem;left:8.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAeA7owkEKKqugsoFGwxeTc7NqoxV1lb { width:6.25rem;height:6.25rem;top:22.875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXJd6dP0xcN4aHyzcRZ0RshVd1FK1816 { width:6.25rem;height:6.25rem;top:11.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB2bn8frRaeDUv1UtzPsLT7yxnlgdhA2 { width:6.25rem;height:6.25rem;top:0.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6rZWpdmMPy2I7M6v89bguN3uzkbahxm { display:block; }#h6rZWpdmMPy2I7M6v89bguN3uzkbahxm > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:18.75rem;height:4.0625rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { width:18.75rem;height:1.5rem;top:7rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgcWpL0ZVlWwo2FqGGQlmyu4E8pe6TXh { width:19.625rem;height:3.75rem;top:20.800001144409rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQ5t5oB1QVOl4wL1NRtT58ecwa3Z8c { display:block; }
 }@media only screen and (max-width: 763px) { #Pdad5fLW0C2mTUDrNP8HVx3GUgc4uH6q { width:20rem;height:1.5rem;top:26.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPpcqxrCXlHirCTTbEGeZTCO33WTasdT { width:17.6875rem;height:1.5rem;top:45.875rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J44TRTxUILy005N3b9kLs5ymVn17oL4e { width:14.4375rem;height:10.3125rem;top:9.800000190735rem;left:1.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwItlTMBb9V85uddpOZVcN9kLoFGBJgG { width:14rem;height:10.6875rem;top:29.8125rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLq8XBHLCQgDbEXPCHgitIIXJ2z3tuqJ { width:15.0625rem;height:2.3125rem;top:41.75rem;left:2.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDvnr7bsDqi71yo3CXh1eSeWXBkvt9M2 { display:block; }
 }@media only screen and (max-width: 763px) { #mG0i95e1CeE1pPbN5uENnacCtIlmCwtZ { width:15.0625rem;height:2.3125rem;top:60.25rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5Du4VN3VehR8pKrQbs4CuOOp5rC2Nht { display:block; }
 }@media only screen and (max-width: 763px) { #DhsgUuPVzX4nupTL7k8Vf3gBEX2ZCyu5 { width:13.75rem;height:13.75rem;top:46.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhK6yFMDGbeZ7Zg6JawiQ5NAJGJoJrd2 { display:block; }#rhK6yFMDGbeZ7Zg6JawiQ5NAJGJoJrd2 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBADqok3JBrkQaCCUhxmcs8rWe60y8xS { display:block; }#GBADqok3JBrkQaCCUhxmcs8rWe60y8xS > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THy3E4iZlq0JMwclAeNzL6AmNzoh9X84 { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm7OFd3XozqLcHkspcga3FlRCk1V1vqq { width:12.5rem;height:1.21875rem;top:6.6875rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #OMbR8ovCDuAT4lo1uTacKgBzdIupLlNI { width:20rem;height:1.21875rem;top:13.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #MKQr7zrGCKx0qSH69vRxwqNA9WCDGQOk { width:12.5rem;height:1.21875rem;top:17.0625rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #cFBXdiFcVr1fqKm9iCv85KEanSFBD7x6 { width:20rem;height:1.21875rem;top:30.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #WzRGdF4pVgv1aHASn8TmPZekE64ENqzR { width:12.5rem;height:1.21875rem;top:10rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #dha3n5603mIO4VzebslDoJRLMZUHaN0s { width:18.8125rem;height:1.21875rem;top:27.3125rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #iD04mUg8lqkHWNwzsOJbmMTIUxCIW3OT { width:19rem;height:1.21875rem;top:23.6875rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #oXC2ryLqp4mmAc4S57aNKc6z0ydsDuQH { width:17.25rem;height:1.21875rem;top:20.375rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #WsLpZZy0Tmfl34JIG1Rwh3ETDIRAHMSc { width:2.5rem;height:0.125rem;top:12.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0kwrMwo0hTGn0WhuMov2yPzyTZ4VpIQ { width:2.5rem;height:0.125rem;top:5.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9Rc2KsTBHB88TGgbUNnNghKQRGThMUJ { width:2.5rem;height:0.125rem;top:16rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgDUcviUiVT4Qq9Mr7cNLT9rwX5htTkZ { width:2.5rem;height:0.125rem;top:19.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZPbErGGIHJCPw05mBOLmwDD4XcF4hCn { width:2.5rem;height:0.125rem;top:29.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRiw2QVv6Bv5oBmh4BytH8OrKSNVZkr9 { width:2.5rem;height:0.125rem;top:26rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5KGJM3pbH01ykTWc8ys7wEH5c0RWMFP { width:2.5rem;height:0.125rem;top:22.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu7aBScTNuTkkNGR5nD1AC4hqM1Jutrw { width:2.5rem;height:0.125rem;top:8.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO5aO0CA2PhrmT0H2dfuUuwTBUsapLSJ { display:block; }#CO5aO0CA2PhrmT0H2dfuUuwTBUsapLSJ > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH { background-color:#012a39;background-image:none;display:block; }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH > .row .container { background-color: transparent; background-image: none; }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH > .row .container > .video-iframe-container { display: none; }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH > .row > .video-iframe-container { display: none; }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH > .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); }#zEs6fPU9s7bbl33evTdSA1ml5HRXJtuH > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfBHWly8KHFKz5ul2tzMEcC05yBUzUTA { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIETZVk6QtNl2EAm1SmGdi60AtBpeszN { width:20rem;height:6.09375rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFgqaAkXUJcIhUUn161cXo7aRQcmsOe1 { width:20rem;height:5.2rem;top:21.156249046326rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8l58oxtLZeQNu13ID6OIxgvNNqu9tWU { display:flex;width:2.875rem;height:2.875rem;top:14.531249046326rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #kDcyQb7dUf8QlNMV48NJ5rDrlnpc0zBF { width:2.5rem;height:0.125rem;top:26.868750572204rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSkN2D3T6Cg71kNsJk7SlihdhH4DqQXl { width:20rem;height:9.84375rem;top:27.631251335144rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnuHU6hJQcsLECaPV2we4k0KEzNRBGT7 { width:20rem;height:2.03125rem;top:18.140624046326rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix { background-color:#012a39;background-image:none;display:block; }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix > .row .container { background-color: transparent; background-image: none; }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix > .row .container > .video-iframe-container { display: none; }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix > .row > .video-iframe-container { display: none; }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix > .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); }#N0c4QKWyNiG9lKBalwdUlaNwcv2B8Tix > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T97QpyTovw8SQFCNeJwR0nta8hyPfDG7 { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TabzCTWaCD8P5dzgdrTDk0ETTp3OOFMA { display:block; }
 }@media only screen and (max-width: 763px) { #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-regular-label { display:block;width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-input-text { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-textarea { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-input-select { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-input-button { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .widget-checkbox-label { width:8.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5rem;overflow:hidden;height:auto; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2  { width:17.5rem;height:auto;top:21.21875rem;left:0rem; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 .radio-container { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 {display:block;}#EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 { width:17.5rem;height:auto;top:21.21875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #XBWg5QVA5SxAKzvJZZv3XJaMgTJeMWNq {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #WlKDiy6OFZBHzQHXqbTDh0fZr2wAFRsO { display:block; }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #pRx20IHOrFmdfOc2fauig3qBadrzVts2 {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #Bywtdk7G6qzgSCgM5LR9HUglH2vf0Jh4 {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #CKxf7AT0O9KOSlhhghpWVkaO9OhZZfJ3 {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #lq21Wyz90eEQ2tATGt2vU042E51dsh1T {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #iGr8ks41wS0MuZ0NToPhMacCc0nAIy8q {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #q5ALCXZF20modnhXEbdUVMzwJXx9Sn38 { display:block; }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #b71LTVgUc9rl8T8eEGzlWrghhH8aKMwJ {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #n95ZruHqUbybLyq6szd9qHxa2sOro163 {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #fSlTh7Thpe4hgybKbXO1mKkyZN5p4M3m { display:block; }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #wkSNFSLmkWTBaKlRG233FMkSU3AsTT6e {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #tFzz1l6fpmqs6LraE5WNZu5rZwZlcT8U {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #vwggTx7H0fgzq6gCkp08sxAuLCyHepbn {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #aez3IwqBpTd1UVts2I53TnT3aITKlSw0 {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #Ta6r6gS8Kg2HfAWgOnsaNHlMX6w3ZpGs {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #od8zRz6MKLqfb102pKmMo3OZDrSnkyBg {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #x1obc8vNd4B8wAUSZTuAIblTyLM6EciJ {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #eLb0l1im9D5xtvDJ4vm6DwfRkTuBF6kC {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #kZ1zsfXv68cld9v8b7PeBkioaNpTgsel {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #XvZCMZObObU52uQewfIoN6Us2wFJTaK1 {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #yhOKDFCAgu03oyeTPnB4rLPOSCxcCKTK {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #zViIDBKTrZ7ut21mFiNopq9iGiN15iLC {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #EEehZk2RKMDG6NuhfUT5gwmhHOGK6DNf {  }
 }@media only screen and (max-width: 763px) { #VoVP2xFEOgaGoHx0AxE8q8K3eFwGzntC { display:block; }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #sd6TwLvr79CCvZa5KSxzvomnEZ2aw7vh {  }
 }@media only screen and (max-width: 763px) { #EcfVr47p7otC9n7Vw7ZtazVFaHNJc2B2 #FfZ46zXME3ieCindvpulF8yOhTM9xiv1 {  }
 }@media only screen and (max-width: 763px) { #BFrml3pxNoHXzFEBU4CfTx8VFT2rJ41H { width:20rem;height:6.3375rem;top:7.38125038147rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wATpdQKXdfgfrH6Ok2fWzwTiuWtyg3PT { width:20rem;height:4.63125rem;top:14.77499961853rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX85xBZkgyPipdggIwuh0Fg2DvQUXChD { width:18.5rem;height:5.2rem;top:1.0562496185302rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziapHVF6HDsp74mv4yB3pmdrVxBAC4rh { display:block; }#ziapHVF6HDsp74mv4yB3pmdrVxBAC4rh > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOTeLQusNGZTGK7HhEXMftXKU5ugo6Xf { width:20rem;height:6.09375rem;top:0.70625114440919rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifwwl0wLkMWvVSuMcwCTqIzWMR3B6EFS { display:flex;width:1.5625rem;height:1.5625rem;top:6.75rem;left:8.125rem; }
#ifwwl0wLkMWvVSuMcwCTqIzWMR3B6EFS > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #zoxxBg66eq913Oei0ZDPwIRmg6E9bEfr { display:flex;width:1.5rem;height:1.5rem;top:6.8125rem;left:10.4375rem; }
#zoxxBg66eq913Oei0ZDPwIRmg6E9bEfr > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #yTMGZILhcuy6PMiCtSfgNAMlD5VDfNng { width:20rem;height:1.7875rem;top:9.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izb3OuMtDxVm7hRshVihsBQqLsRGxu83 { width:20rem;height:1.7875rem;top:12.6rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzCQenq0BOW9tOegNLvt9MAB7VTLgnWc { display:block; }#TzCQenq0BOW9tOegNLvt9MAB7VTLgnWc > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttpivepsq29qgEUektzMnZmX7fHh0yEG { width:20rem;height:3.9166666666667rem;top:1.25rem;left:0rem;display:block; }
 }