.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .row > .video-iframe-container { display: none; }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .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); }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f0814c1f-d5dc-4cc3-a736-1efe17fc9bab/WizualizacjezewntrzneHaleviaResortSPAAdamParzusiskitel7904141101crop_2888x2000_4980preview.preview.sharp_11.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB.adaptive-delivery-prevent-bg, #pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB.lazyload, #pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB.lazyloading { background-image: none; }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB > .row .container { background-color: transparent; background-image: none; }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB > .row .container > .video-iframe-container { display: none; }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB > .row > .video-iframe-container { display: none; }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB > .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); }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB > .row .container { border-width: 0; border-radius: 0; }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB > .row > .video-iframe-container {  }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB > .row .container { font-size:14px;font-family:arial;height:987px;width:960px;position:relative;display:block; }#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-form-header { font-size:12px; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-regular-label { height:auto;display:block;font-family:"sean slab";font-size:12px;font-weight:400;color:#000000;width:352px;padding-top:0;padding-right:0;padding-bottom:5px;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;font-style:normal;overflow:hidden;line-height:1.3; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:352px;box-sizing:border-box;height:58px;color:#00042e;font-size:16px;overflow:hidden;font-family:lato;vertical-align:top;font-weight:400;font-style:normal; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-input-text {padding-top: 0; padding-bottom: 0;}#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:352px;box-sizing:border-box;height:70px;color:#00042e;font-size:16px;overflow:hidden;font-family:lato;vertical-align:top;font-weight:400;font-style:normal; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:352px;box-sizing:border-box;height:40px;color:#161616;font-family:lato;font-size:14px;overflow:hidden;vertical-align:top; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-input-select {padding-top: 0; padding-bottom: 0;}#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-input-button { background-color:#226f54;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:12px;margin-bottom:4px;margin-left:12px;display:block;box-sizing:border-box;font-size:17px;font-weight:bold;color:#ffffff;width:327px;height:52px;font-family:lato;overflow:hidden;line-height:.9; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF [class*="-text"]:-moz-placeholder { color:#6a816e;font-family:lato;font-size:14px; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF [class*="-text"]::-moz-placeholder { color:#6a816e;font-family:lato;font-size:14px; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF [class*="-text"]:-ms-input-placeholder { color:#6a816e;font-family:lato;font-size:14px; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF [class*="-text"]::-webkit-input-placeholder { color:#6a816e;font-family:lato;font-size:14px; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .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:lato;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:335px;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:lato;font-size:12px;font-weight:300;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-container { padding-top:2px;padding-right:0;padding-bottom:2px;padding-left:0;width:100%;font-size:0;height:auto; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-container:first-of-type{padding-top:0;}#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-container:last-of-type{padding-bottom:0;}#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF  { background-color:#e8e8e8;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:352px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;position:absolute;top:477.00003051758px;left:508.00004577637px;font-size:12px; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:352px;display:block;vertical-align:top; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF {display:block;}#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF { background-color:#e8e8e8;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:352px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;position:absolute;top:477.00003051758px;left:508.00004577637px;font-size:12px; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #XZT1idRmWxWfng0kOC942rUmf3X3nkQv { position:relative; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #VblkHr1H4Hp7UopTrqk29bFlxHtiSBak { position:relative;display:block; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #TO7pVbDiF7m2DymZMJAz1pZdE8WdwTRv { position:relative; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #T5rGhn02rln4IkJ9tQ7ITzx3u14CKB0i { position:relative; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #yqMxFVfOfGQPCtMq33p8damg5GvkxHaV { position:relative;display:block; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #eMzfeoerL9esZ3tMBNTS4DXmhQWzynpn { position:relative; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #HAfz44DWOKplb19RvRrTLAe9he6h24NN { position:relative; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #VDakoK7gvMT5NCOdo8fqNeo1VBUwpUge { position:relative;display:block; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #Ks8MA3CDroT37MuKDEQW76qsp4c7t3oa { position:relative; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #Cm6XIlqgTlD7xKuc5ReSm3UxJiSOcQa3 { position:relative; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #ETsvXDL1Dsr2kUXnlOy056WTO3Ok7Qfs { position:relative;z-index:2; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #PKvUXnVv1Vrk6EZT4oTLJFSevnxPUTmr { position:relative; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #pPfuh6ZrXNCnzdkxrmDuoDMf3D4FvC0y { position:relative; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #J7xCa5AISVlWwl11nHBPEWkUkz8SI8MB { position:relative;z-index:2; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #KZMZsgTTxwlakMMsCvpoSswmc9oB54Eq { position:relative; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #tMW2alVIlK0AMTUtAISiTcM4dLds3oka { position:relative; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #LiFbPS99wRCczdUTI3JWgeodntyuufhB { position:relative;z-index:2; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #vvuJLacBkmkaZ8SFHAyZeSiARf6nkXRr { position:relative; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #BiTcEKLGPDqNgVILEnMZBvE4HuAi97JT { position:relative; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #gzzcOrXziBu521y3h1rwi2X5AKbJbbsZ { position:relative; }
#GApX6WvfgK0x79KhoXQTNDie011qifOD { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:258px;top:64.000030517578px;left:43.133926391602px;overflow:hidden;display:block; }
#DR5UgEI2ygIBoEXPHy19seZ551lJ6Z8v { color:#ffffff;display:block;width:443px;position:absolute;font-family:"sean slab";font-size:26px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:631px;left:65px;height:101.3839px;font-style:normal;display:block; }
#te7sz2UfdpsraykxApWbLu9eFgO4TAEa { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3px;width:100px;top:501px;left:65px;display:block; }
#Vnmgrp47TURTOVib1OtaTeTREmL2kJWu { position:absolute;display:block;z-index:14997;background-color:#202124;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:215px;width:494px;top:588px;left:34px;display:block; }
#ddsGdnDhe4VKnel6v47LZdUCvEsB8kiy { color:#ffffff;display:block;width:272px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:747px;left:63px;height:23.7946px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SsmcUdwUAOL545mbOtMws4tp0GAI2ShB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202124;background-image:none;position:relative;display:block; }#SsmcUdwUAOL545mbOtMws4tp0GAI2ShB > .row .container { background-color: transparent; background-image: none; }#SsmcUdwUAOL545mbOtMws4tp0GAI2ShB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsmcUdwUAOL545mbOtMws4tp0GAI2ShB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsmcUdwUAOL545mbOtMws4tp0GAI2ShB > .row .container > .video-iframe-container { display: none; }#SsmcUdwUAOL545mbOtMws4tp0GAI2ShB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsmcUdwUAOL545mbOtMws4tp0GAI2ShB > .row > .video-iframe-container { display: none; }#SsmcUdwUAOL545mbOtMws4tp0GAI2ShB > .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); }#SsmcUdwUAOL545mbOtMws4tp0GAI2ShB > .row .container { border-width: 0; border-radius: 0; }#SsmcUdwUAOL545mbOtMws4tp0GAI2ShB > .row > .video-iframe-container {  }#SsmcUdwUAOL545mbOtMws4tp0GAI2ShB > .row .container { font-size:14px;font-family:arial;height:69px;width:960px;position:relative;display:block; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202124;background-image:none;position:relative;display:block; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row .container { background-color: transparent; background-image: none; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row .container > .video-iframe-container { display: none; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row > .video-iframe-container { display: none; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .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); }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row .container { border-width: 0; border-radius: 0; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row > .video-iframe-container {  }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row .container { font-size:14px;font-family:arial;height:246px;width:960px;position:relative;display:block; }#yT1gdDIKX7acLltC13uAdMThthJHTvCu { color:#ffffff;display:block;width:272px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:90.000015258789px;left:15px;height:95.1786px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mMEisdZJkZusSdMbaRaze8zeCyrkMkFk { color:#ffffff;display:block;width:240px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:87.312515258789px;left:360.00004577637px;height:71.3839px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLsaFREeetUNM2LGEhQm7xB37fl3h5i4 { color:#ffffff;display:block;width:230px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:90.000015258789px;left:685.00004577637px;height:95.1786px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sbH86fsweq3TKE65LqD8muUkrfbnltbe { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:71px;width:71px;top:0px;left:764.5px;overflow:hidden;display:block; }
#bwvpNbca2d3BKwpiy98vtgFnSOnNc4Ec { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:71px;width:71px;top:0px;left:444.5px;overflow:hidden;display:block; }
#bSqdQqQhD7WmDkN4I0AATFKAwwUG5U93 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:71px;width:71px;top:0px;left:124.5px;overflow:hidden;display:block; }
#RLrpvCZ5MoKeA5DovmSyR32ucwpD802O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202124;background-image:none;position:relative;display:block; }#RLrpvCZ5MoKeA5DovmSyR32ucwpD802O > .row .container { background-color: transparent; background-image: none; }#RLrpvCZ5MoKeA5DovmSyR32ucwpD802O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLrpvCZ5MoKeA5DovmSyR32ucwpD802O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLrpvCZ5MoKeA5DovmSyR32ucwpD802O > .row .container > .video-iframe-container { display: none; }#RLrpvCZ5MoKeA5DovmSyR32ucwpD802O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLrpvCZ5MoKeA5DovmSyR32ucwpD802O > .row > .video-iframe-container { display: none; }#RLrpvCZ5MoKeA5DovmSyR32ucwpD802O > .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); }#RLrpvCZ5MoKeA5DovmSyR32ucwpD802O > .row .container { border-width: 0; border-radius: 0; }#RLrpvCZ5MoKeA5DovmSyR32ucwpD802O > .row > .video-iframe-container {  }#RLrpvCZ5MoKeA5DovmSyR32ucwpD802O > .row .container { font-size:14px;font-family:arial;height:288px;width:960px;position:relative;display:block; }#p3BgcvfaG4n8lEESWQVNHCWiXT4Fdh9u { color:#ffffff;display:block;width:251px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:94.000030517578px;left:34.500015258789px;height:71.3839px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vvD073dhzyCBW07H1dtAHKHrvElRnb6V { color:#ffffff;display:block;width:240px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:94.000030517578px;left:360.00004577637px;height:71.3839px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UH9sH19igByb3Gp8MZNLAKNB2ey0ea61 { color:#ffffff;display:block;width:245px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:94.000030517578px;left:677.50004577637px;height:71.3839px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BRwqXeNURlCc31hxaev0TCXqZT9pxURq { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:71px;width:71px;top:0px;left:765px;overflow:hidden;display:block; }
#LuarCcTz9MdITQwTHMhkVhyOAWJMZOQK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:71px;width:71px;top:0px;left:445px;overflow:hidden;display:block; }
#A8KfPCKNbPu8TEcA1sXm4BByoo5V904F { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:71px;width:71px;top:0px;left:125px;overflow:hidden;display:block; }
#Cu2O65fgTABRGtOVP3V2GKJBL4oRUO5K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:626px;width:501px;top:287.99993515015px;left:458.9910736084px;overflow:hidden;display:block; }
#dvCh54QvwZWZ4VwDybedFbbu1xF0DxVT { position:relative;display:block; }#dvCh54QvwZWZ4VwDybedFbbu1xF0DxVT { background-color: transparent; background-image: none; }#dvCh54QvwZWZ4VwDybedFbbu1xF0DxVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvCh54QvwZWZ4VwDybedFbbu1xF0DxVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvCh54QvwZWZ4VwDybedFbbu1xF0DxVT > .row .container > .video-iframe-container { display: none; }#dvCh54QvwZWZ4VwDybedFbbu1xF0DxVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvCh54QvwZWZ4VwDybedFbbu1xF0DxVT > .row > .video-iframe-container { display: none; }#dvCh54QvwZWZ4VwDybedFbbu1xF0DxVT > .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); }#dvCh54QvwZWZ4VwDybedFbbu1xF0DxVT { border-width: 0; border-radius: 0; }#dvCh54QvwZWZ4VwDybedFbbu1xF0DxVT > .row .container > .video-iframe-container {  }#dvCh54QvwZWZ4VwDybedFbbu1xF0DxVT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:626px;width:960px;position:relative;display:block; }#cXnN7KiSft9AClMvncknASDhKp2Uw2cl { color:#00042e;display:block;width:322px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:255px;left:67px;height:108px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Acmo71RwMpIKdQlWGeZXQrtZTyIn28BK { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3px;width:77px;top:230px;left:189px;display:block; }
#W3e9QQnZgkF2aZtkOVH9Ekntt7eAPhEk { color:#00042e;display:block;width:272px;position:absolute;font-family:lato;font-size:30px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:137px;left:103px;height:117px;text-align:center;text-align-last:center;display:block; }
#SAkyC5QBO4rScJuodPt6RebBo9ubObs4 { position:absolute;display:block;z-index:15016;height:123px;width:219px;top:500.9910697937px;left:33.705368041992px;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB { display:block; }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB > .row .container { width:764px;height:900px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-regular-label { width:297px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-input-text { width:297px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-input-text {padding-top: 0; padding-bottom: 0;}#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-textarea { width:297px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-input-select { width:297px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-input-select {padding-top: 0; padding-bottom: 0;}#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-input-button { width:190px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:53px; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-checkbox-label { width:281px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF  { width:297px;height:auto;top:351.91967773438px;left:365.00000858307px; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .radio-container { width:297px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF {display:block;}#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF { width:297px;height:auto;top:351.91967773438px;left:365.00000858307px; }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #XZT1idRmWxWfng0kOC942rUmf3X3nkQv {  }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #VblkHr1H4Hp7UopTrqk29bFlxHtiSBak { display:block; }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #TO7pVbDiF7m2DymZMJAz1pZdE8WdwTRv {  }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #T5rGhn02rln4IkJ9tQ7ITzx3u14CKB0i {  }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #yqMxFVfOfGQPCtMq33p8damg5GvkxHaV { display:block; }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #eMzfeoerL9esZ3tMBNTS4DXmhQWzynpn {  }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #HAfz44DWOKplb19RvRrTLAe9he6h24NN {  }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #VDakoK7gvMT5NCOdo8fqNeo1VBUwpUge { display:block; }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #Ks8MA3CDroT37MuKDEQW76qsp4c7t3oa {  }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #Cm6XIlqgTlD7xKuc5ReSm3UxJiSOcQa3 {  }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #ETsvXDL1Dsr2kUXnlOy056WTO3Ok7Qfs {  }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #PKvUXnVv1Vrk6EZT4oTLJFSevnxPUTmr {  }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #pPfuh6ZrXNCnzdkxrmDuoDMf3D4FvC0y {  }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #J7xCa5AISVlWwl11nHBPEWkUkz8SI8MB {  }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #KZMZsgTTxwlakMMsCvpoSswmc9oB54Eq {  }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #tMW2alVIlK0AMTUtAISiTcM4dLds3oka {  }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #LiFbPS99wRCczdUTI3JWgeodntyuufhB {  }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #vvuJLacBkmkaZ8SFHAyZeSiARf6nkXRr {  }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #BiTcEKLGPDqNgVILEnMZBvE4HuAi97JT {  }
 }@media only screen and (max-width: 959px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #gzzcOrXziBu521y3h1rwi2X5AKbJbbsZ {  }
 }@media only screen and (max-width: 959px) { #GApX6WvfgK0x79KhoXQTNDie011qifOD { width:190px;height:51px;top:25.000001907349px;left:30.571431159973px;display:block; }
 }@media only screen and (max-width: 959px) { #DR5UgEI2ygIBoEXPHy19seZ551lJ6Z8v { width:332px;height:78px;top:555px;left:33px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #te7sz2UfdpsraykxApWbLu9eFgO4TAEa { width:100px;height:3px;top:543px;left:33px;display:block; }
 }@media only screen and (max-width: 959px) { #Vnmgrp47TURTOVib1OtaTeTREmL2kJWu { width:764px;height:230px;top:501px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #ddsGdnDhe4VKnel6v47LZdUCvEsB8kiy { width:225px;height:21px;top:651px;left:33px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #SsmcUdwUAOL545mbOtMws4tp0GAI2ShB { display:block; }#SsmcUdwUAOL545mbOtMws4tp0GAI2ShB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 { display:block; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row .container { width:764px;height:235px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #yT1gdDIKX7acLltC13uAdMThthJHTvCu { width:182px;height:84px;top:90px;left:36.328125px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #mMEisdZJkZusSdMbaRaze8zeCyrkMkFk { width:204px;height:63px;top:90px;left:280px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #wLsaFREeetUNM2LGEhQm7xB37fl3h5i4 { width:197px;height:84px;top:90px;left:538.15625px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #sbH86fsweq3TKE65LqD8muUkrfbnltbe { width:71px;height:71px;top:0px;left:599.5px;display:block; }
 }@media only screen and (max-width: 959px) { #bwvpNbca2d3BKwpiy98vtgFnSOnNc4Ec { width:71px;height:71px;top:0px;left:345.5px;display:block; }
 }@media only screen and (max-width: 959px) { #bSqdQqQhD7WmDkN4I0AATFKAwwUG5U93 { width:71px;height:71px;top:0px;left:91.5px;display:block; }
 }@media only screen and (max-width: 959px) { #RLrpvCZ5MoKeA5DovmSyR32ucwpD802O { display:block; }#RLrpvCZ5MoKeA5DovmSyR32ucwpD802O > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #p3BgcvfaG4n8lEESWQVNHCWiXT4Fdh9u { width:208px;height:84px;top:94px;left:23.328125px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #vvD073dhzyCBW07H1dtAHKHrvElRnb6V { width:200px;height:84px;top:94px;left:282px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #UH9sH19igByb3Gp8MZNLAKNB2ey0ea61 { width:191px;height:63px;top:94px;left:541.15625px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #BRwqXeNURlCc31hxaev0TCXqZT9pxURq { width:71px;height:71px;top:0px;left:600px;display:block; }
 }@media only screen and (max-width: 959px) { #LuarCcTz9MdITQwTHMhkVhyOAWJMZOQK { width:71px;height:71px;top:0px;left:346px;display:block; }
 }@media only screen and (max-width: 959px) { #A8KfPCKNbPu8TEcA1sXm4BByoo5V904F { width:71px;height:71px;top:0px;left:92px;display:block; }
 }@media only screen and (max-width: 959px) { #Cu2O65fgTABRGtOVP3V2GKJBL4oRUO5K { width:501px;height:626px;top:287px;left:7px;display:block; }
 }@media only screen and (max-width: 959px) { #dvCh54QvwZWZ4VwDybedFbbu1xF0DxVT { display:block; }#dvCh54QvwZWZ4VwDybedFbbu1xF0DxVT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cXnN7KiSft9AClMvncknASDhKp2Uw2cl { width:313px;height:96px;top:131px;left:203px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #Acmo71RwMpIKdQlWGeZXQrtZTyIn28BK { width:100px;height:5px;top:112px;left:309px;display:block; }
 }@media only screen and (max-width: 959px) { #W3e9QQnZgkF2aZtkOVH9Ekntt7eAPhEk { width:272px;height:54.5893px;top:44px;left:246px;font-size:21px;display:block; }
 }@media only screen and (max-width: 959px) { #SAkyC5QBO4rScJuodPt6RebBo9ubObs4 { width:219px;height:123px;top:500px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f0814c1f-d5dc-4cc3-a736-1efe17fc9bab/WizualizacjezewntrzneHaleviaResortSPAAdamParzusiskitel7904141101crop_2888x2000_4980preview.preview.sharp_11.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB.adaptive-delivery-prevent-bg, #pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB.lazyload, #pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB.lazyloading { background-image: none; }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB > .row .container { background-color: transparent; background-image: none; }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB > .row .container > .video-iframe-container { display: none; }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB > .row > .video-iframe-container { display: none; }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB > .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); }#pk0yUNH4T1ZTfATn5cLoFxcHote7ckOB > .row .container { width:320px;height:1087px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-regular-label { width:278px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-input-text { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-input-text {padding-top: 0; padding-bottom: 0;}#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-textarea { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-input-select { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-input-select {padding-top: 0; padding-bottom: 0;}#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-input-button { width:236px;margin-top:4px;margin-right:21px;margin-bottom:4px;margin-left:21px;line-height:1.3;overflow:hidden; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF  { width:278px;height:auto;top:578.991065979px;left:0px; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF .radio-container { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF {display:block;}#Oir2gzlA3ffayyRdk2XkTe4u31tn67TF { width:278px;height:auto;top:578.991065979px;left:0px; }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #XZT1idRmWxWfng0kOC942rUmf3X3nkQv {  }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #VblkHr1H4Hp7UopTrqk29bFlxHtiSBak { display:block; }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #TO7pVbDiF7m2DymZMJAz1pZdE8WdwTRv {  }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #T5rGhn02rln4IkJ9tQ7ITzx3u14CKB0i {  }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #yqMxFVfOfGQPCtMq33p8damg5GvkxHaV { display:block; }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #eMzfeoerL9esZ3tMBNTS4DXmhQWzynpn {  }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #HAfz44DWOKplb19RvRrTLAe9he6h24NN {  }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #VDakoK7gvMT5NCOdo8fqNeo1VBUwpUge { display:block; }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #Ks8MA3CDroT37MuKDEQW76qsp4c7t3oa {  }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #Cm6XIlqgTlD7xKuc5ReSm3UxJiSOcQa3 {  }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #ETsvXDL1Dsr2kUXnlOy056WTO3Ok7Qfs {  }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #PKvUXnVv1Vrk6EZT4oTLJFSevnxPUTmr {  }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #pPfuh6ZrXNCnzdkxrmDuoDMf3D4FvC0y {  }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #J7xCa5AISVlWwl11nHBPEWkUkz8SI8MB {  }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #KZMZsgTTxwlakMMsCvpoSswmc9oB54Eq {  }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #tMW2alVIlK0AMTUtAISiTcM4dLds3oka {  }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #LiFbPS99wRCczdUTI3JWgeodntyuufhB {  }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #vvuJLacBkmkaZ8SFHAyZeSiARf6nkXRr {  }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #BiTcEKLGPDqNgVILEnMZBvE4HuAi97JT {  }
 }@media only screen and (max-width: 763px) { #Oir2gzlA3ffayyRdk2XkTe4u31tn67TF #gzzcOrXziBu521y3h1rwi2X5AKbJbbsZ {  }
 }@media only screen and (max-width: 763px) { #GApX6WvfgK0x79KhoXQTNDie011qifOD { width:200px;height:54px;top:273.89288330078px;left:50.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #DR5UgEI2ygIBoEXPHy19seZ551lJ6Z8v { width:257px;height:101.0715px;top:408.00003051758px;left:31.500000953674px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #te7sz2UfdpsraykxApWbLu9eFgO4TAEa { width:77px;height:3px;top:361.00003051758px;left:112.00000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #Vnmgrp47TURTOVib1OtaTeTREmL2kJWu { width:320px;height:205px;top:374.56259155273px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ddsGdnDhe4VKnel6v47LZdUCvEsB8kiy { width:272px;height:19.5982px;top:526.0625px;left:14.500000953674px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SsmcUdwUAOL545mbOtMws4tp0GAI2ShB { display:block; }#SsmcUdwUAOL545mbOtMws4tp0GAI2ShB > .row .container { width:320px;height:69px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 { display:block; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row .container { width:320px;height:525px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yT1gdDIKX7acLltC13uAdMThthJHTvCu { width:310px;height:39.1964px;top:123px;left:5px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mMEisdZJkZusSdMbaRaze8zeCyrkMkFk { width:310px;height:39.1964px;top:285px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wLsaFREeetUNM2LGEhQm7xB37fl3h5i4 { width:310px;height:42px;top:457px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #sbH86fsweq3TKE65LqD8muUkrfbnltbe { width:71px;height:71px;top:39px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #bwvpNbca2d3BKwpiy98vtgFnSOnNc4Ec { width:71px;height:71px;top:202px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #bSqdQqQhD7WmDkN4I0AATFKAwwUG5U93 { width:71px;height:71px;top:372px;left:119.5px;display:block; }
 }@media only screen and (max-width: 763px) { #RLrpvCZ5MoKeA5DovmSyR32ucwpD802O { display:block; }#RLrpvCZ5MoKeA5DovmSyR32ucwpD802O > .row .container { width:320px;height:950px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3BgcvfaG4n8lEESWQVNHCWiXT4Fdh9u { width:310px;height:39.1964px;top:120.984375px;left:10px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vvD073dhzyCBW07H1dtAHKHrvElRnb6V { width:310px;height:39.1964px;top:279px;left:5px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UH9sH19igByb3Gp8MZNLAKNB2ey0ea61 { width:310px;height:39.1964px;top:446px;left:5px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BRwqXeNURlCc31hxaev0TCXqZT9pxURq { width:71px;height:71px;top:359px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #LuarCcTz9MdITQwTHMhkVhyOAWJMZOQK { width:71px;height:71px;top:191px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #A8KfPCKNbPu8TEcA1sXm4BByoo5V904F { width:71px;height:71px;top:33px;left:124.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Cu2O65fgTABRGtOVP3V2GKJBL4oRUO5K { width:320px;height:399.84031936128px;top:548.18756103516px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dvCh54QvwZWZ4VwDybedFbbu1xF0DxVT { display:block; }#dvCh54QvwZWZ4VwDybedFbbu1xF0DxVT > .row .container { width:320px;height:417px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXnN7KiSft9AClMvncknASDhKp2Uw2cl { width:263px;height:84px;top:170.9910736084px;left:28.500000953674px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Acmo71RwMpIKdQlWGeZXQrtZTyIn28BK { width:77px;height:3px;top:145.9910736084px;left:121.50000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #W3e9QQnZgkF2aZtkOVH9Ekntt7eAPhEk { width:207px;height:93.5893px;top:36.991073608398px;left:56.500000953674px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #SAkyC5QBO4rScJuodPt6RebBo9ubObs4 { width:219px;height:123px;top:274.99108886719px;left:50px;display:block; }
 }