.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:247,217,217;--color-primary-1:228,128,128;--color-primary-2:200,0,0;--color-primary-3:100,0,0;--color-primary-4:30,0,0;--color-secondary-0:221,223,224;--color-secondary-1:143,148,153;--color-secondary-2:31,40,51;--color-secondary-3:16,20,26;--color-secondary-4:5,6,8;--color-tertiary-0:255,255,255;--color-tertiary-1:183,181,181;--color-tertiary-2:135,132,132;--color-tertiary-3:81,79,79;--color-tertiary-4:55,50,50;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26579a9a-33cd-4519-91a1-22eeef43e44c/toszkola.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { position:relative;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:"open sans";height:45.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { 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:4.4375rem;width:13.9375rem;top:1.2802734375rem;left:7.5rem;overflow:hidden;display:block; }
#OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:12.5751953125rem;left:7.5rem;height:10.79725rem;font-style:normal;display:block; }
#VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:23.3115234375rem;left:7.5rem;height:1.75rem;font-style:normal;display:block; }
#nGVfO7As96S846e8UiphwhFx94peUQFO { background-color:rgba(var(--color-primary-2),0.95);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.3740234375rem;left:7.5rem;display:block; }
#bHWWbANZtndmNJhOTHTXo1vJ4L3wJoTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:37.6875rem;width:32.6875rem;top:5.7802734375rem;left:39.404296875rem;display:block; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-form-header {  }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:27.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden;line-height:1.3; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:block;width:27.375rem;box-sizing:border-box;height:3.4375rem;color:#04253a;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal;line-height:1.3; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-text {padding-top: 0; padding-bottom: 0;}#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:block;width:27.375rem;box-sizing:border-box;height:4.375rem;color:#04253a;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal;line-height:1.3; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:block;width:27.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-select {padding-top: 0; padding-bottom: 0;}#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),0.95);background-image:none;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:5.5rem;margin-bottom:0.25rem;margin-left:5.5rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:16.375rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;line-height:1.9; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-2),0.7);font-family:var(--paragraphs-font-family);font-size:1.1875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-2),0.7);font-family:var(--paragraphs-font-family);font-size:1.1875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-2),0.7);font-family:var(--paragraphs-font-family);font-size:1.1875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-2),0.7);font-family:var(--paragraphs-font-family);font-size:1.1875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .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:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.79);vertical-align:top;width:26.3125rem;overflow:hidden;font-style:normal;line-height:1.8;float:none; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .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; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.625rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.7;float:none;text-align:left;text-align-last:left; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-container:first-of-type{padding-top:0;}#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-container:last-of-type{padding-bottom:0;}#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.0615234375rem;left:40.810546875rem; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.375rem;display:block;vertical-align:top; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn {display:block;}#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.0615234375rem;left:40.810546875rem; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #nogJLthDGVuHrpwXe4HHSyuIurPN6srO { position:relative; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #nogJLthDGVuHrpwXe4HHSyuIurPN6srO .container-column{width:100%;}#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #uMWMZQblxHv7pKEzcseqVUELTJcEdmAH { position:relative;display:none; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #Xh36HRE6T6LmAtPrVx9SKMXVLifItTQD { position:relative;z-index:2; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #PHAvpD27HCqk8TD9AA7ryIG7hyMFqhT4 { position:relative; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #vrgv27pElVlh8asAJuwHlbqNz88nzSnB { position:relative; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #gPnAsRTwJRD2fbXWVgBiytItc7hivsBA { position:relative;display:none; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #zoPyDchdhJLlzWkz7uXsKqznMVz2avvo { position:relative; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #eZg44uFhpLTwHh2yHPrwlHgMZcnEDSig { position:relative; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #JpbGXBG6lXltnTWRBkReahNH2KLctupx { position:relative;display:none; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #e5tWUkBzGnPPoRus03PsF0o4wpNMSr81 { position:relative; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #aguc1xtUqz0DlEhR3NDwbWpZ8Vt2dRvF { position:relative; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #D8lMEWLeK3zWwIrqTWwmTfv5VR40Nq9R { position:relative;display:none; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #nFaLEsIzpxqDy1Te2spT8bsVr1iXrbBK { position:relative; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #wKhx0yJBKCb9SbcfmkT7Qg7zVLBMwOfI { position:relative; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #vdKqcusheDgLlvE5hUTq6lZNswOZ2MaT { position:relative;display:none; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #dzIb7r3HGkkzFUuIZSJKnZhR3owrq0PF { position:relative; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #mLGTSTb3kwKZ5XolbwqTQOczXyIHGDH5 { position:relative; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #wC55k2kDpXxEQHeKZHJl3iCTTGz9OZoV { position:relative;display:none; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #mLnVShCs1ixqRcg1QqFFMymQfHdeLwRJ { position:relative; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #liHlUixmfDX4opQ3nziIeU3z7JT46Gb8 { position:relative; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #liHlUixmfDX4opQ3nziIeU3z7JT46Gb8 .container-column{width:50%;}#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #RvRNnXQinaNB1tizUvgQQVdyvgcFSTgB { position:relative;display:block; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #cvuOnL2kwShxHyXUWhykr9EkBmTX8BWT { position:relative;z-index:2; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #oSavG1FIZCI9JaDuzx4MweJ5pc8WcpGe { position:relative; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #qWsKCULBnOQ67Au071chO0Atv0Oh6LZD { position:relative;display:block;z-index:15000; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #i02ERXlNaHVpKdfDkXNuu0aRkXx6ACzk { position:relative;display:block;z-index:15000; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #TWif3DE4yNatbZnDpabrawo7QT2uUco2 { position:relative; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #Cv1xkpDC2JzxtOZ64Z0aiuXZT1pMQev1 { position:relative; }
#Ow1TLRLPqtquKPvsv3rdDNeFbt32TLT6 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:34.123046875rem;left:8.71875rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ow1TLRLPqtquKPvsv3rdDNeFbt32TLT6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ow1TLRLPqtquKPvsv3rdDNeFbt32TLT6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35e747b63b1cfbce10a323a7cf1c852e245ac869.svg); }
#S7KOZXCzEtRytigAtl1IG0IubnGXxWf2 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.3125rem;width:21.9375rem;top:32.748046875rem;left:7.5rem;display:block; }
#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26579a9a-33cd-4519-91a1-22eeef43e44c/toszkola.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4.adaptive-delivery-prevent-bg, #GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4.lazyload, #GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4.lazyloading { background-image: none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { background-color: transparent; background-image: none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.95); }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container > .video-iframe-container { display: none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.95); }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row > .video-iframe-container { display: none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .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); }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { border-width: 0; border-radius: 0; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#aBuPXNSOQk3XcVi4PNDoDIvJHPOTTLdp { color:#060292;display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:1.412109375rem;left:5.0625rem;height:5.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ooi3mwXDBJivHauVwqUz1BdVB8l3VkKL { color:#060292;display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:2.76171875rem;left:41.84375rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pZdAZudVnbir2FxUGx329cU5SUn9QhTL { color:#3b3b3b;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:7.6875rem;left:5.0625rem;height:18.88848125rem;font-style:normal;display:block; }
#GMEtKThVMRxwrclFFmVVPULQ44SULy26 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:7.66796875rem;left:41.84375rem;height:18.92575rem;font-style:normal;display:block; }#GMEtKThVMRxwrclFFmVVPULQ44SULy26 li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#GMEtKThVMRxwrclFFmVVPULQ44SULy26 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26579a9a-33cd-4519-91a1-22eeef43e44c/toszkola.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.adaptive-delivery-prevent-bg, #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.lazyload, #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.lazyloading { background-image: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { background-color: transparent; background-image: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,37,58,0.2); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container > .video-iframe-container { display: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,37,58,0.2); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container { display: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .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); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { border-width: 0; border-radius: 0; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;position:relative;display:block; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:11.19140625rem;left:2.59375rem;height:;font-style:normal;display:block; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
#HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(0,0,0,0.02) ;height:45.125rem;width:75rem;top:4.951171875rem;left:0rem;display:block; }
#oZsOzw0BJyDN1SCXs0n0tshlnVdvq7Ue { color:#060292;display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:6.212890625rem;left:2.59375rem;height:2.69965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T4qxCzIIZ3X21aelcGbL5kmdk9zU0WL4 { color:#060292;display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:6.212890625rem;left:40.125rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P6imk1l8sUpkBvcyA6ddL3VMqDWb9Rc5 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:11.19140625rem;left:40.125rem;height:34.7035rem;font-style:normal;display:block; }#P6imk1l8sUpkBvcyA6ddL3VMqDWb9Rc5 li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#P6imk1l8sUpkBvcyA6ddL3VMqDWb9Rc5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
#FmieABftZbUh5OBOCdOUku3ons1WlAXG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26579a9a-33cd-4519-91a1-22eeef43e44c/toszkola.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG.adaptive-delivery-prevent-bg, #FmieABftZbUh5OBOCdOUku3ons1WlAXG.lazyload, #FmieABftZbUh5OBOCdOUku3ons1WlAXG.lazyloading { background-image: none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { background-color: transparent; background-image: none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.95); }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container > .video-iframe-container { display: none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.95); }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row > .video-iframe-container { display: none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .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); }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { border-width: 0; border-radius: 0; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#ZI5Dnxie7PU3InQFE6ItXpblg2EBn0yr { color:#060292;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.193359375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26579a9a-33cd-4519-91a1-22eeef43e44c/toszkola.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA.adaptive-delivery-prevent-bg, #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA.lazyload, #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA.lazyloading { background-image: none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { background-color: transparent; background-image: none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.95); }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container > .video-iframe-container { display: none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.95); }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row > .video-iframe-container { display: none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .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); }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { border-width: 0; border-radius: 0; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;position:relative;display:block; }#qvnWV2F18FrGyhxmpt1Hvr5EB9g3hA9d { color:rgba(var(--color-secondary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:1.0625rem;left:4.1875rem;height:2.55060625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MHoocEeef13TzzvV71s98dRCUhCeT9M1 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.0625rem;width:19.375rem;top:0rem;left:27.75rem;display:block; }
#Srkf5zq5RwhNyP2CoObv3R6HMC23gzbd { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:4.3212890625rem;left:54.125rem;height:15.29296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sONIlyJSdTDS71yfMxKH8B1KBecqJdK7 { color:rgba(var(--color-secondary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:1.0625rem;left:28.84375rem;height:2.55060625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#seyDUP1w0faGk46IVIBrnN4uIEwi8nTq { color:rgba(var(--color-secondary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:1.0625rem;left:54.125rem;height:2.55060625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QeEMQ6glXnn65ZVctTCwp16K7D38L94O { color:#3b3b3b;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:4.3212890625rem;left:29.3125rem;height:16.9921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VqUfKrwZeZbQhhg7IElgHFO9pTr0WiBS { color:#3b3b3b;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:4.3212890625rem;left:4.1875rem;height:13.59375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IL6Kz9NQvEFmhy4som7TmJfG1K8ehG9o { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.125rem;width:19.375rem;top:0rem;left:2.8125rem;display:block; }
#fiiqQwmwkQftUlEfoP2fUFHfMPIPl9TE { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.1875rem;width:19.375rem;top:0rem;left:52.75rem;display:block; }
#v15s6tBQk1TATgSE235JQiBN1OUrhiNM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26579a9a-33cd-4519-91a1-22eeef43e44c/toszkola.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v15s6tBQk1TATgSE235JQiBN1OUrhiNM.adaptive-delivery-prevent-bg, #v15s6tBQk1TATgSE235JQiBN1OUrhiNM.lazyload, #v15s6tBQk1TATgSE235JQiBN1OUrhiNM.lazyloading { background-image: none; }#v15s6tBQk1TATgSE235JQiBN1OUrhiNM > .row .container { background-color: transparent; background-image: none; }#v15s6tBQk1TATgSE235JQiBN1OUrhiNM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.95); }#v15s6tBQk1TATgSE235JQiBN1OUrhiNM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v15s6tBQk1TATgSE235JQiBN1OUrhiNM > .row .container > .video-iframe-container { display: none; }#v15s6tBQk1TATgSE235JQiBN1OUrhiNM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.95); }#v15s6tBQk1TATgSE235JQiBN1OUrhiNM > .row > .video-iframe-container { display: none; }#v15s6tBQk1TATgSE235JQiBN1OUrhiNM > .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); }#v15s6tBQk1TATgSE235JQiBN1OUrhiNM > .row .container { border-width: 0; border-radius: 0; }#v15s6tBQk1TATgSE235JQiBN1OUrhiNM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v15s6tBQk1TATgSE235JQiBN1OUrhiNM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v15s6tBQk1TATgSE235JQiBN1OUrhiNM > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#t8xMElyCymE45S9TUbxHqk21HiEaX7HQ { background-color:rgba(var(--color-primary-2),0.95);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9355625rem;height:3.749025rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.65625rem;left:1.875rem;display:block; }
#mylypm9QlNw7AuqxpB7lXnbVvqqtNiE4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uFuTKTgIIDDezWxMC8H9VnhId1coQyFl { background-color:rgba(var(--color-primary-2),0.95);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9355625rem;height:3.749025rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.65625rem;left:52.2509765625rem;display:block; }
#pBwbQ41hwNKPCshTIELLOXNrVSOrKCFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26579a9a-33cd-4519-91a1-22eeef43e44c/toszkola.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt.adaptive-delivery-prevent-bg, #VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt.lazyload, #VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt.lazyloading { background-image: none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { background-color: transparent; background-image: none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.95); }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container > .video-iframe-container { display: none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.95); }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row > .video-iframe-container { display: none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .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); }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { border-width: 0; border-radius: 0; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#sSNxK4XIbnyBJFVhWsH2TvKZTNr1gMKm { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.19921875rem;left:22.96875rem;height:2.59765625rem;text-align:center;text-align-last:center;display:block; }
#O7zwiTUO4NzIsmuiePL2tMESq4zI2Sxs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.95);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; }#O7zwiTUO4NzIsmuiePL2tMESq4zI2Sxs > .row .container { background-color: transparent; background-image: none; }#O7zwiTUO4NzIsmuiePL2tMESq4zI2Sxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7zwiTUO4NzIsmuiePL2tMESq4zI2Sxs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7zwiTUO4NzIsmuiePL2tMESq4zI2Sxs > .row .container > .video-iframe-container { display: none; }#O7zwiTUO4NzIsmuiePL2tMESq4zI2Sxs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7zwiTUO4NzIsmuiePL2tMESq4zI2Sxs > .row > .video-iframe-container { display: none; }#O7zwiTUO4NzIsmuiePL2tMESq4zI2Sxs > .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); }#O7zwiTUO4NzIsmuiePL2tMESq4zI2Sxs > .row .container { border-width: 0; border-radius: 0; }#O7zwiTUO4NzIsmuiePL2tMESq4zI2Sxs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O7zwiTUO4NzIsmuiePL2tMESq4zI2Sxs > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#rJPe9qenn4sPZS9LXDS3kEU7eI8Ml0xc { position:absolute;display:block;z-index:15012;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:3.125rem;width:6.875rem;top:2.625rem;left:47.9375rem;overflow:hidden;display:block; }
#nTQK58utWreUJBs9fX1PtgtVRyqIJywE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.625rem;top:6.625rem;left:46.0625rem;overflow:hidden;display:block; }
#Tzoq2ACmNlWaX0igFmn0ZuKTkSBtheH7 { color:rgba(var(--color-secondary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:0.9375rem;left:42.0625rem;height:1.7560375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#povTGDQnhVipS0vFcTWFgRz1KdQtdUg0 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:15rem;top:0.4375rem;left:15.84375rem;display:block; }
#hJfBDxfqxQDRiRHZTtlrM678Zo8HFs3K { position:absolute;display:block;z-index:15011;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:5.0625rem;top:3.4375rem;left:20.875rem;overflow:hidden;display:block; }
#g0ihW6JBgxakJLBCm6wOqAscnsGUC98k { color:rgba(var(--color-secondary-2),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:0.9375rem;left:15.1875rem;height:1.7560375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gzxwFqyVy4aVchvlBUzXptZ290m01lDw { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:15rem;top:0.4375rem;left:43.8125rem;display:block; }
#d234ae3b9c49071d2832bede59fecb92.widget-smartsection { 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; } #d234ae3b9c49071d2832bede59fecb92.widget-smartsection *:focus-visible, #d234ae3b9c49071d2832bede59fecb92.widget-smartsection input[type="text"]:focus-visible, #d234ae3b9c49071d2832bede59fecb92.widget-smartsection input[type="email"]:focus-visible, #d234ae3b9c49071d2832bede59fecb92.widget-smartsection input[type="tel"]:focus-visible, #d234ae3b9c49071d2832bede59fecb92.widget-smartsection textarea:focus-visible { outline: none; } #s18tRknB7L7bm5oS7oVwfZTP7UqBy5wG > .row .container { background-color: transparent; background-image: none; }#s18tRknB7L7bm5oS7oVwfZTP7UqBy5wG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s18tRknB7L7bm5oS7oVwfZTP7UqBy5wG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s18tRknB7L7bm5oS7oVwfZTP7UqBy5wG > .row .container > .video-iframe-container { display: none; }#s18tRknB7L7bm5oS7oVwfZTP7UqBy5wG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s18tRknB7L7bm5oS7oVwfZTP7UqBy5wG > .row > .video-iframe-container { display: none; }#s18tRknB7L7bm5oS7oVwfZTP7UqBy5wG > .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); }#s18tRknB7L7bm5oS7oVwfZTP7UqBy5wG > .row .container { border-width: 0; border-radius: 0; }#s18tRknB7L7bm5oS7oVwfZTP7UqBy5wG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s18tRknB7L7bm5oS7oVwfZTP7UqBy5wG > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { width:13.9375rem;height:4.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { width:26.9375rem;height:10.75rem;top:12.5625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:27rem;height:1.75rem;top:23.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGVfO7As96S846e8UiphwhFx94peUQFO { width:21.875rem;height:3.75rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHWWbANZtndmNJhOTHTXo1vJ4L3wJoTV { display:block; }
 }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:32.6875rem;height:37.6875rem;top:5.75rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-regular-label { width:27.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-text { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-text {padding-top: 0; padding-bottom: 0;}#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-textarea { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-select { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-select {padding-top: 0; padding-bottom: 0;}#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-button { width:8.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-checkbox-label { width:26.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn  { width:27.375rem;height:auto;top:28.9375rem;left:1.5625rem; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .radio-container { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn {display:block;}#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn { width:27.375rem;height:auto;top:28.9375rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #nogJLthDGVuHrpwXe4HHSyuIurPN6srO {  }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #nogJLthDGVuHrpwXe4HHSyuIurPN6srO .container-column{width:50%;} }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #uMWMZQblxHv7pKEzcseqVUELTJcEdmAH {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #Xh36HRE6T6LmAtPrVx9SKMXVLifItTQD {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #PHAvpD27HCqk8TD9AA7ryIG7hyMFqhT4 {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #vrgv27pElVlh8asAJuwHlbqNz88nzSnB {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #gPnAsRTwJRD2fbXWVgBiytItc7hivsBA { display:none; }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #zoPyDchdhJLlzWkz7uXsKqznMVz2avvo {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #eZg44uFhpLTwHh2yHPrwlHgMZcnEDSig {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #JpbGXBG6lXltnTWRBkReahNH2KLctupx { display:none; }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #e5tWUkBzGnPPoRus03PsF0o4wpNMSr81 {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #aguc1xtUqz0DlEhR3NDwbWpZ8Vt2dRvF {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #D8lMEWLeK3zWwIrqTWwmTfv5VR40Nq9R {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #nFaLEsIzpxqDy1Te2spT8bsVr1iXrbBK {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #wKhx0yJBKCb9SbcfmkT7Qg7zVLBMwOfI {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #vdKqcusheDgLlvE5hUTq6lZNswOZ2MaT {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #dzIb7r3HGkkzFUuIZSJKnZhR3owrq0PF {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #mLGTSTb3kwKZ5XolbwqTQOczXyIHGDH5 {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #wC55k2kDpXxEQHeKZHJl3iCTTGz9OZoV {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #mLnVShCs1ixqRcg1QqFFMymQfHdeLwRJ {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #liHlUixmfDX4opQ3nziIeU3z7JT46Gb8 {  }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #liHlUixmfDX4opQ3nziIeU3z7JT46Gb8 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #RvRNnXQinaNB1tizUvgQQVdyvgcFSTgB {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #cvuOnL2kwShxHyXUWhykr9EkBmTX8BWT {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #oSavG1FIZCI9JaDuzx4MweJ5pc8WcpGe {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #qWsKCULBnOQ67Au071chO0Atv0Oh6LZD {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #i02ERXlNaHVpKdfDkXNuu0aRkXx6ACzk {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #TWif3DE4yNatbZnDpabrawo7QT2uUco2 {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #Cv1xkpDC2JzxtOZ64Z0aiuXZT1pMQev1 {  }
 }@media only screen and (max-width: 763px) { #Ow1TLRLPqtquKPvsv3rdDNeFbt32TLT6 { width:19.4375rem;height:;top:34.0625rem;left:0rem;font-size:0.9375rem;display:block; }#Ow1TLRLPqtquKPvsv3rdDNeFbt32TLT6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35e747b63b1cfbce10a323a7cf1c852e245ac869.svg); }
 }@media only screen and (max-width: 763px) { #S7KOZXCzEtRytigAtl1IG0IubnGXxWf2 { width:21.9375rem;height:9.3125rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { display:block; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBuPXNSOQk3XcVi4PNDoDIvJHPOTTLdp { width:19.8125rem;height:5.375rem;top:1.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ooi3mwXDBJivHauVwqUz1BdVB8l3VkKL { width:23.6875rem;height:2.6875rem;top:2.75rem;left:23.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZdAZudVnbir2FxUGx329cU5SUn9QhTL { width:27.3125rem;height:18.875rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMEtKThVMRxwrclFFmVVPULQ44SULy26 { width:26.3125rem;height:18.875rem;top:7.625rem;left:21.4375rem;font-size:1rem;display:block; }#GMEtKThVMRxwrclFFmVVPULQ44SULy26 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc { width:32.1875rem;height:;top:11.1875rem;left:0rem;font-size:1rem;display:block; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { top:4.9375rem;left:0rem;width:47.75rem;height:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZsOzw0BJyDN1SCXs0n0tshlnVdvq7Ue { width:32.6875rem;height:2.6875rem;top:6.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4qxCzIIZ3X21aelcGbL5kmdk9zU0WL4 { width:32.6875rem;height:2.6875rem;top:6.1875rem;left:15.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6imk1l8sUpkBvcyA6ddL3VMqDWb9Rc5 { width:32.1875rem;height:;top:11.1875rem;left:15.5625rem;font-size:1rem;display:block; }#P6imk1l8sUpkBvcyA6ddL3VMqDWb9Rc5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #FmieABftZbUh5OBOCdOUku3ons1WlAXG { display:block; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZI5Dnxie7PU3InQFE6ItXpblg2EBn0yr { width:47.75rem;height:2.875rem;top:2.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA { display:block; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvnWV2F18FrGyhxmpt1Hvr5EB9g3hA9d { width:16.75rem;height:2.5rem;top:1.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHoocEeef13TzzvV71s98dRCUhCeT9M1 { width:19.375rem;height:21.0625rem;top:0rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srkf5zq5RwhNyP2CoObv3R6HMC23gzbd { width:16.6875rem;height:15.25rem;top:4.3125rem;left:30.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sONIlyJSdTDS71yfMxKH8B1KBecqJdK7 { width:17.3125rem;height:2.5rem;top:1.0625rem;left:14.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #seyDUP1w0faGk46IVIBrnN4uIEwi8nTq { width:16.75rem;height:2.5rem;top:1.0625rem;left:30.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeEMQ6glXnn65ZVctTCwp16K7D38L94O { width:16.25rem;height:15.25rem;top:4.3125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqUfKrwZeZbQhhg7IElgHFO9pTr0WiBS { width:16.25rem;height:13.5625rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL6Kz9NQvEFmhy4som7TmJfG1K8ehG9o { width:19.375rem;height:21.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiiqQwmwkQftUlEfoP2fUFHfMPIPl9TE { width:19.375rem;height:21.1875rem;top:0rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v15s6tBQk1TATgSE235JQiBN1OUrhiNM { display:block; }#v15s6tBQk1TATgSE235JQiBN1OUrhiNM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8xMElyCymE45S9TUbxHqk21HiEaX7HQ { width:20.875rem;height:3.6875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mylypm9QlNw7AuqxpB7lXnbVvqqtNiE4 { display:block; }
 }@media only screen and (max-width: 763px) { #uFuTKTgIIDDezWxMC8H9VnhId1coQyFl { width:20.875rem;height:3.6875rem;top:1.625rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBwbQ41hwNKPCshTIELLOXNrVSOrKCFG { display:block; }
 }@media only screen and (max-width: 763px) { #VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt { display:block; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSNxK4XIbnyBJFVhWsH2TvKZTNr1gMKm { width:29.0625rem;height:2.5625rem;top:1.1875rem;left:9.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7zwiTUO4NzIsmuiePL2tMESq4zI2Sxs { display:block; }#O7zwiTUO4NzIsmuiePL2tMESq4zI2Sxs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJPe9qenn4sPZS9LXDS3kEU7eI8Ml0xc { width:6.875rem;height:3.125rem;top:2.625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTQK58utWreUJBs9fX1PtgtVRyqIJywE { width:10.625rem;height:3.125rem;top:6.625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzoq2ACmNlWaX0igFmn0ZuKTkSBtheH7 { width:18.625rem;height:1.6875rem;top:0.9375rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #povTGDQnhVipS0vFcTWFgRz1KdQtdUg0 { width:15rem;height:10rem;top:0.4375rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJfBDxfqxQDRiRHZTtlrM678Zo8HFs3K { width:5.0625rem;height:6.25rem;top:3.4375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ihW6JBgxakJLBCm6wOqAscnsGUC98k { width:16.375rem;height:1.6875rem;top:0.9375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzxwFqyVy4aVchvlBUzXptZ290m01lDw { width:15rem;height:10rem;top:0.4375rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d234ae3b9c49071d2832bede59fecb92.widget-smartsection { display:block; } #d234ae3b9c49071d2832bede59fecb92.widget-smartsection *:focus-visible, #d234ae3b9c49071d2832bede59fecb92.widget-smartsection input[type="text"]:focus-visible, #d234ae3b9c49071d2832bede59fecb92.widget-smartsection input[type="email"]:focus-visible, #d234ae3b9c49071d2832bede59fecb92.widget-smartsection input[type="tel"]:focus-visible, #d234ae3b9c49071d2832bede59fecb92.widget-smartsection textarea:focus-visible { outline: none; } #s18tRknB7L7bm5oS7oVwfZTP7UqBy5wG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26579a9a-33cd-4519-91a1-22eeef43e44c/toszkola.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,37,58,0.2); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,37,58,0.2); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { width:8.6875rem;height:2.8125rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { width:19.249rem;height:7.19825rem;top:5.3125rem;left:0.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:18.3730625rem;height:3.14886875rem;top:12.9619140625rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGVfO7As96S846e8UiphwhFx94peUQFO { width:20rem;height:3.3125rem;top:16.7978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHWWbANZtndmNJhOTHTXo1vJ4L3wJoTV { display:block; }
 }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:20rem;height:16.125rem;top:32.937284469604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-form-header { font-size:1.125rem; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-text {padding-top: 0; padding-bottom: 0;}#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-select {padding-top: 0; padding-bottom: 0;}#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:3.1875rem;margin-bottom:0.25rem;margin-left:3.5rem;text-align:center;text-align-last:center; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-radio-label { text-align:left;text-align-last:left; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-container:first-of-type{padding-top:0;}#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .widget-container:last-of-type{padding-bottom:0;}#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn  { width:17.5rem;height:auto;top:31.936849594116rem;left:0rem;font-size:1.125rem; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn {display:block;}#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn { width:17.5rem;height:auto;top:31.936849594116rem;left:0rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #nogJLthDGVuHrpwXe4HHSyuIurPN6srO {  }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #nogJLthDGVuHrpwXe4HHSyuIurPN6srO .container-column{width:50%;} }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #uMWMZQblxHv7pKEzcseqVUELTJcEdmAH {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #Xh36HRE6T6LmAtPrVx9SKMXVLifItTQD {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #PHAvpD27HCqk8TD9AA7ryIG7hyMFqhT4 {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #vrgv27pElVlh8asAJuwHlbqNz88nzSnB {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #gPnAsRTwJRD2fbXWVgBiytItc7hivsBA { display:none; }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #zoPyDchdhJLlzWkz7uXsKqznMVz2avvo {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #eZg44uFhpLTwHh2yHPrwlHgMZcnEDSig {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #JpbGXBG6lXltnTWRBkReahNH2KLctupx { display:none; }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #e5tWUkBzGnPPoRus03PsF0o4wpNMSr81 {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #aguc1xtUqz0DlEhR3NDwbWpZ8Vt2dRvF {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #D8lMEWLeK3zWwIrqTWwmTfv5VR40Nq9R { display:none; }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #nFaLEsIzpxqDy1Te2spT8bsVr1iXrbBK {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #wKhx0yJBKCb9SbcfmkT7Qg7zVLBMwOfI {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #vdKqcusheDgLlvE5hUTq6lZNswOZ2MaT { display:none; }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #dzIb7r3HGkkzFUuIZSJKnZhR3owrq0PF {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #mLGTSTb3kwKZ5XolbwqTQOczXyIHGDH5 {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #wC55k2kDpXxEQHeKZHJl3iCTTGz9OZoV { display:none; }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #mLnVShCs1ixqRcg1QqFFMymQfHdeLwRJ {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #liHlUixmfDX4opQ3nziIeU3z7JT46Gb8 {  }
#GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #liHlUixmfDX4opQ3nziIeU3z7JT46Gb8 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #RvRNnXQinaNB1tizUvgQQVdyvgcFSTgB {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #cvuOnL2kwShxHyXUWhykr9EkBmTX8BWT {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #oSavG1FIZCI9JaDuzx4MweJ5pc8WcpGe {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #qWsKCULBnOQ67Au071chO0Atv0Oh6LZD {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #i02ERXlNaHVpKdfDkXNuu0aRkXx6ACzk {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #TWif3DE4yNatbZnDpabrawo7QT2uUco2 {  }
 }@media only screen and (max-width: 763px) { #GZpHPMM8zaMRsve1z5osTlUU3SfT9HSn #Cv1xkpDC2JzxtOZ64Z0aiuXZT1pMQev1 {  }
 }@media only screen and (max-width: 763px) { #Ow1TLRLPqtquKPvsv3rdDNeFbt32TLT6 { width:17.3125rem;height:6.5625rem;top:22.6875rem;left:1.34375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#Ow1TLRLPqtquKPvsv3rdDNeFbt32TLT6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35e747b63b1cfbce10a323a7cf1c852e245ac869.svg); }
 }@media only screen and (max-width: 763px) { #S7KOZXCzEtRytigAtl1IG0IubnGXxWf2 { width:20rem;height:9.311rem;top:21.311849594116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { display:block; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBuPXNSOQk3XcVi4PNDoDIvJHPOTTLdp { width:19.8125rem;height:3.5996125rem;top:1.25rem;left:0.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ooi3mwXDBJivHauVwqUz1BdVB8l3VkKL { width:20rem;height:1.79980625rem;top:30.401476621627rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pZdAZudVnbir2FxUGx329cU5SUn9QhTL { width:20rem;height:20.9911625rem;top:6.0996125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMEtKThVMRxwrclFFmVVPULQ44SULy26 { width:20rem;height:18.5810625rem;top:32.763672590256rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#GMEtKThVMRxwrclFFmVVPULQ44SULy26 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:20rem;height:102.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc { width:18.625rem;height:46.958rem;top:5.177734375rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { width:20rem;height:98.8125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZsOzw0BJyDN1SCXs0n0tshlnVdvq7Ue { width:17.1875rem;height:1.79980625rem;top:2.5107421875rem;left:1.40625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4qxCzIIZ3X21aelcGbL5kmdk9zU0WL4 { width:20rem;height:1.79980625rem;top:54.1865234375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6imk1l8sUpkBvcyA6ddL3VMqDWb9Rc5 { width:20rem;height:44.1591875rem;top:56.927734375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#P6imk1l8sUpkBvcyA6ddL3VMqDWb9Rc5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #FmieABftZbUh5OBOCdOUku3ons1WlAXG { display:block; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZI5Dnxie7PU3InQFE6ItXpblg2EBn0yr { width:20rem;height:1.94921875rem;top:0.89952278137206rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA { display:block; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvnWV2F18FrGyhxmpt1Hvr5EB9g3hA9d { width:16.75rem;height:2.125rem;top:20.25rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHoocEeef13TzzvV71s98dRCUhCeT9M1 { width:19.375rem;height:17.3125rem;top:19.187286376953rem;left:0.24956601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srkf5zq5RwhNyP2CoObv3R6HMC23gzbd { width:16.749125rem;height:15.29296875rem;top:40.9375rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sONIlyJSdTDS71yfMxKH8B1KBecqJdK7 { width:16.75rem;height:2.125rem;top:0.625rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #seyDUP1w0faGk46IVIBrnN4uIEwi8nTq { width:16.75rem;height:2.125rem;top:38.8125rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QeEMQ6glXnn65ZVctTCwp16K7D38L94O { width:16.311875rem;height:15.29296875rem;top:2.7495660781861rem;left:1.8435330986977rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VqUfKrwZeZbQhhg7IElgHFO9pTr0WiBS { width:16.311875rem;height:13.59375rem;top:22.374133110046rem;left:1.8435330986977rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IL6Kz9NQvEFmhy4som7TmJfG1K8ehG9o { width:19.375rem;height:18.1875rem;top:0rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiiqQwmwkQftUlEfoP2fUFHfMPIPl9TE { width:19.375rem;height:21.0625rem;top:37.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v15s6tBQk1TATgSE235JQiBN1OUrhiNM { display:block; }#v15s6tBQk1TATgSE235JQiBN1OUrhiNM > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8xMElyCymE45S9TUbxHqk21HiEaX7HQ { width:19rem;height:3.75rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mylypm9QlNw7AuqxpB7lXnbVvqqtNiE4 { display:block; }
 }@media only screen and (max-width: 763px) { #uFuTKTgIIDDezWxMC8H9VnhId1coQyFl { width:19rem;height:3.75rem;top:6.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBwbQ41hwNKPCshTIELLOXNrVSOrKCFG { display:block; }
 }@media only screen and (max-width: 763px) { #VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt { display:block; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSNxK4XIbnyBJFVhWsH2TvKZTNr1gMKm { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7zwiTUO4NzIsmuiePL2tMESq4zI2Sxs { display:block; }#O7zwiTUO4NzIsmuiePL2tMESq4zI2Sxs > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJPe9qenn4sPZS9LXDS3kEU7eI8Ml0xc { width:6.875rem;height:3.125rem;top:14.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTQK58utWreUJBs9fX1PtgtVRyqIJywE { width:10.625rem;height:3.125rem;top:17.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzoq2ACmNlWaX0igFmn0ZuKTkSBtheH7 { width:16rem;height:1.69921875rem;top:11.9375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #povTGDQnhVipS0vFcTWFgRz1KdQtdUg0 { width:15rem;height:10rem;top:0.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJfBDxfqxQDRiRHZTtlrM678Zo8HFs3K { width:5.0625rem;height:6.25rem;top:3.625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ihW6JBgxakJLBCm6wOqAscnsGUC98k { width:16.375rem;height:1.69921875rem;top:1.4375rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gzxwFqyVy4aVchvlBUzXptZ290m01lDw { width:15rem;height:10rem;top:11.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d234ae3b9c49071d2832bede59fecb92.widget-smartsection { display:block; } #d234ae3b9c49071d2832bede59fecb92.widget-smartsection *:focus-visible, #d234ae3b9c49071d2832bede59fecb92.widget-smartsection input[type="text"]:focus-visible, #d234ae3b9c49071d2832bede59fecb92.widget-smartsection input[type="email"]:focus-visible, #d234ae3b9c49071d2832bede59fecb92.widget-smartsection input[type="tel"]:focus-visible, #d234ae3b9c49071d2832bede59fecb92.widget-smartsection textarea:focus-visible { outline: none; } #s18tRknB7L7bm5oS7oVwfZTP7UqBy5wG > .row .container { width:20rem;height:11.03515625rem;position:relative;display:block; } }