.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container { display: none; }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/p7v2rgL3/Rezydencja_Karkonoska_wewn_15_.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { border-width: 0; border-radius: 0; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container {  }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#MRJDJ6dLg1ViTZTJMPu9KvDm2BaEcmfV { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(65,58,54,0.76);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:20.1875rem;width:21.25rem;position:absolute;display:block;z-index:100001;top:11.654775619507rem;left:38.749706268311rem;display:block; }
#p3LrGiASox5KH1XE7F53wdLPSBDzTlGc { color:#d2b076;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:12.936614990234rem;left:38.937206268311rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-form-header {  }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:18.625rem;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; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-input-text { 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:18.625rem;box-sizing:border-box;height:3rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-input-text {padding-top: 0; padding-bottom: 0;}#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-textarea { 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:18.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .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:18.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-input-select {padding-top: 0; padding-bottom: 0;}#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .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; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-input-button { background-color:#d2b076;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: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;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:18.625rem;height:3rem;font-family:raleway;overflow:hidden;text-align:center;text-align-last:center; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW [class*="-text"]:-moz-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW [class*="-text"]::-moz-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:17.5625rem;overflow:hidden;font-style:normal;line-height:1.5; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .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; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-container:first-of-type{padding-top:0;}#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-container:last-of-type{padding-bottom:0;}#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100015;position:absolute;top:14.311718940735rem;left:38.374219894409rem; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.625rem;display:block;vertical-align:top; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW {display:block;}#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100015;position:absolute;top:14.311718940735rem;left:38.374219894409rem; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #AtCswXszw2fbZDcotMrkLBQQECZirnSb { position:relative; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #mS2KxRqkMgotwTlAowS7oy89quUnMTHm { position:relative; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #GWaxsduFn25dm7QTMhEf46XwKOTWz2KS { position:relative; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #Q7TCR71HnRZ0ydZNVVQsQWGEMTm0sJDX { position:relative; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #PTcw1si9hv7xBJeprxgZuFkC70R9zFvu { position:relative; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #ooLF1L2bnJwHTlo0yo0GVQrEMad6HPWQ { position:relative; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #DZvrSJazk3vLgfB08DA5RGN92A9V2LL1 { position:relative; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #W02diucNh3PdTuK9bvg2lPTB5sURLTJp { position:relative;z-index:2; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #Jm8JhDWnAevnoBPEP8WfCUe2MvghSrVE { position:relative; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #Bg4gUnX6T60MBJoSfR781VovqOMGfd5r { position:relative; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #fhsICzTeoaVzsXovmudUJ6SNbPk7dLOQ { position:relative; }
#CDxWgFi96i7qXUIN6gyOAxlDar2v2cVB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.2496875rem;height:2.56220625rem;text-decoration:none;z-index:100007;text-align:left;text-align-last:left;top:8.5599060058594rem;left:45.184675216675rem;display:block; }
#USzzM88RFbtzEyVEJcNGXuzkBpGGrLXO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#api4V9umTGH4HSiPkN6qedRXVz6un5d8 { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.43720625rem;width:1.43720625rem;top:9.0606136322019rem;left:42.374296188354rem;overflow:hidden;display:block; }
#pHhnPriciaCrCEl41hLW09eId1x16Ice { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d2b076;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5rem;width:21.25rem;position:absolute;display:block;z-index:100002;top:6.2490577697754rem;left:38.6875rem;display:block; }
#TESTWRhoGikHPbC6RoUuJytzkBMRVrTG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(65,58,54,0.62);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.875rem;width:15rem;position:absolute;display:block;z-index:100002;top:0rem;left:7.5608501434325rem;display:block; }
#UNm2aKP80OQP8Z8yroLM9obeNkZGs8Ih { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:12.5rem;top:1.9669812917709rem;left:8.8096714019775rem;overflow:hidden;display:block; }
#qWJSsAkTG0096OscbCn6AmaUxeizl5Hp { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.43703125rem;width:1.43703125rem;top:6.74693441391rem;left:42.374296188354rem;overflow:hidden;display:block; }
#av9z4hKneQLZDdb87CgV7TlehMh7GSz1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.2495rem;height:2.56203125rem;text-decoration:none;z-index:100008;text-align:left;text-align-last:left;top:6.2476420402527rem;left:45.183965682983rem;display:block; }
#OLTVxmNR00mGFctWNsXTlsK7glufAlCs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AF46XBFrlWoflV8moGqlBs79WX5slIMe { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100060;line-height:1.1;letter-spacing:0;top:12.562286376953rem;left:2.9998397827149rem;height:1.7873625rem;font-style:normal;display:block; }
#TKrqFkZTLRNtpRSTLf39X5xvtoOJw54G { position:absolute;display:block;z-index:100059;background-color:#d2b076;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;height:3.75rem;width:29.0625rem;top:11.562071800232rem;left:0rem;display:block; }
#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#413a36;background-image:none;position:relative;display:block; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { background-color: transparent; background-image: none; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container > .video-iframe-container { display: none; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row > .video-iframe-container { display: none; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .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); }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { border-width: 0; border-radius: 0; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row > .video-iframe-container {  }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#xTENdzERI6sdZx1o5l2ZUBnp2DCH8qWx { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:14.375rem;top:0.6875rem;left:45.43124961853rem;overflow:hidden;display:block; }
#noUn1zoiGgPp7fVJvwrmFDPfeNVdXyTW { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:14.375rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#TWu7hn34QZzBkCmpoiAyQQS3RT30GHoF { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:14.375rem;top:0.6875rem;left:30.25rem;overflow:hidden;display:block; }
#UF5boTi4qL625tArwS83ryPAo0v4Px4C { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:14.375rem;top:0.5625rem;left:15.125rem;overflow:hidden;display:block; }
#JzWI5ifMA8fsxKVs2vWzZww5THTdLkLv { position:relative;display:block; }#JzWI5ifMA8fsxKVs2vWzZww5THTdLkLv { background-color: transparent; background-image: none; }#JzWI5ifMA8fsxKVs2vWzZww5THTdLkLv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzWI5ifMA8fsxKVs2vWzZww5THTdLkLv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzWI5ifMA8fsxKVs2vWzZww5THTdLkLv > .row .container > .video-iframe-container { display: none; }#JzWI5ifMA8fsxKVs2vWzZww5THTdLkLv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzWI5ifMA8fsxKVs2vWzZww5THTdLkLv > .row > .video-iframe-container { display: none; }#JzWI5ifMA8fsxKVs2vWzZww5THTdLkLv > .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); }#JzWI5ifMA8fsxKVs2vWzZww5THTdLkLv { border-width: 0; border-radius: 0; }#JzWI5ifMA8fsxKVs2vWzZww5THTdLkLv > .row .container > .video-iframe-container {  }#JzWI5ifMA8fsxKVs2vWzZww5THTdLkLv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#HHyxEuTBXiVxDt3oBCCufboaHl85cJw1 { position:absolute;display:block;z-index:100001;background-color:#d2b076;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;height:2.9375rem;width:18.875rem;top:0.9375rem;left:0rem;display:block; }
#G2xn03AA2LkreqQa3TreN282LVaOWaAO { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100006;line-height:1.1;letter-spacing:0;top:1.5622642040252rem;left:1.5622644424439rem;height:1.85625rem;font-style:normal;display:block; }
#oeBzrxBUU15c6Wr7BAUfEcVkJNxmMg3b { color:#413a36;display:block;width:24.3743125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:4.9361610412597rem;left:3.1244640350342rem;height:1.4625rem;display:block; }
#bdWG9eC0NRxclnQeEL8QvSx7tzBDIPBn { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(65,58,54,0.76);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.3125rem;width:24.625rem;position:absolute;display:block;z-index:100007;top:26.686558485031rem;left:29.999296188354rem;display:block; }
#XWA656SEWCMk7yqwVTiMebpqByCamsKe { color:#d2b076;display:block;width:1.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:4.9361610412597rem;left:1.5622329711914rem;height:1.4625rem;font-style:normal;display:block; }
#q0ZR6zltfNSx3RDvPEK03dOHHLSpkQMQ { color:#d2b076;display:block;width:1.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:10.853828430176rem;left:1.5622329711914rem;height:1.4625rem;font-style:normal;display:block; }
#Jr4LJ4VCDnAnqW6FDso91T6Wl0uuFXNf { color:#413a36;display:block;width:24.3743125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:10.783878326416rem;left:3.1244640350342rem;height:1.4625rem;display:block; }
#sqzxKqmb24GLl5hgean3IsCm2bMI5IhZ { color:#d2b076;display:block;width:1.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:15.249465942382rem;left:1.5622329711914rem;height:1.4625rem;font-style:normal;display:block; }
#rmpTVWd2L9qKiTs8p1uoK9TVmXVuX9Bx { color:#d2b076;display:block;width:1.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:20.811271667481rem;left:1.5622329711914rem;height:1.46173125rem;font-style:normal;display:block; }
#gOv6J29glT3rWFl7iARmU0yPxiotMBOD { color:#413a36;display:block;width:24.3743125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:15.374572753906rem;left:3.1244640350342rem;height:1.4625rem;display:block; }
#dM9QG8QTINbBVofvcFRZg4SIh4wawnG9 { color:#413a36;display:block;width:24.3743125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:20.999572753906rem;left:3.4356250762939rem;height:1.46173125rem;display:block; }
#aG0PwZmnaIcJEJLk4vnqTIxFcGILg4zg { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100013;line-height:1.1;letter-spacing:0;top:27.5rem;left:31.224767684936rem;height:1.85570625rem;font-style:normal;display:block; }
#GpdhuX1IXZlXFBGd8tIT8VDcf9hIUa7C { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:27.3125rem;left:44.536088943481rem;height:2.0625rem;font-style:normal;display:block; }
#HToiyNVuJGmOSa2SzKo6KE7TiXMoTBET { color:#413a36;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:6.8931732177738rem;left:3.1244640350342rem;height:3.4107rem;display:block; }
#nggbhSkCIBOFIzBnvyyqCtCgBdUZaFTv { color:#413a36;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:12.642799377441rem;left:3.1244640350342rem;height:2.2738rem;display:block; }
#N2gGsvHQRHKJ9OxlcsaJOoi7EzpoPl7A { color:#413a36;display:block;width:25.3118125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:17.072685241699rem;left:3.1244640350342rem;height:3.4107rem;display:block; }
#xJphvPpp8xOotf8rbWJfeuheGyvVRAlS { color:#413a36;display:block;width:25.3118125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:22.897888183594rem;left:2.6549110412598rem;height:2.2738rem;display:block; }
#qCLWGpSepoSPXJ4FrqomWbQrlzKgNHEM { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.9993125rem;width:29.9993125rem;top:0.125rem;left:29.999296188354rem;overflow:hidden;display:block; }
#Sg7Is1ip5SRRKLACxyRwCz8UMwmb3PDJ { color:#d2b076;display:block;width:1.49951875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:26.098844528198rem;left:1.2164993286132rem;height:1.46173125rem;font-style:normal;display:block; }
#hRoQQlZ5LIztdNqIbJJpNLP0lAKMlKiN { color:#413a36;display:block;width:24.3741875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:26.098844528198rem;left:2.8108921051026rem;height:1.46173125rem;display:block; }
#zxcMhZPFPUTWGt8c6wn8vcg9LvtQvfKV { color:#413a36;display:block;width:25.310875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:28.016885757446rem;left:2.5304470062256rem;height:2.2738rem;display:block; }
#m1q7ahAWkCZqvIoOKPMvd5IlAmKAU0nt { position:relative;display:block; }#m1q7ahAWkCZqvIoOKPMvd5IlAmKAU0nt { background-color: transparent; background-image: none; }#m1q7ahAWkCZqvIoOKPMvd5IlAmKAU0nt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1q7ahAWkCZqvIoOKPMvd5IlAmKAU0nt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1q7ahAWkCZqvIoOKPMvd5IlAmKAU0nt > .row .container > .video-iframe-container { display: none; }#m1q7ahAWkCZqvIoOKPMvd5IlAmKAU0nt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1q7ahAWkCZqvIoOKPMvd5IlAmKAU0nt > .row > .video-iframe-container { display: none; }#m1q7ahAWkCZqvIoOKPMvd5IlAmKAU0nt > .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); }#m1q7ahAWkCZqvIoOKPMvd5IlAmKAU0nt { border-width: 0; border-radius: 0; }#m1q7ahAWkCZqvIoOKPMvd5IlAmKAU0nt > .row .container > .video-iframe-container {  }#m1q7ahAWkCZqvIoOKPMvd5IlAmKAU0nt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17rem;width:60rem;position:relative;display:block; }#OpnO1TrOSMxTmPtfkIEnIM1BFBpuf0Tm { color:#ffffff;display:block;width:12.312rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100007;line-height:1.1;letter-spacing:0;top:1.3745279312134rem;left:31.25rem;height:1.85625rem;font-style:normal;display:block; }
#sQ1aEmSeGxhlSSffuW9zTGQGDaUgiKyc { position:absolute;display:block;z-index:100003;background-color:#d2b076;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;height:2.93703125rem;width:13.74975rem;top:0.74976444244387rem;left:29.999296188354rem;display:block; }
#NtNWhLn6orSUg9601OqgTsQNAdhqp7QD { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.2495rem;width:29.9993125rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#z0X3QliTJUpdRpS8zFoiUox5VncGPUro { color:#413a36;display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:3.75rem;left:31.25rem;height:12.505875rem;display:block; }
#bymKgdOkFRMTfLW4pPIbh4zp4UopMI4V { position:relative;display:block; }#bymKgdOkFRMTfLW4pPIbh4zp4UopMI4V { background-color: transparent; background-image: none; }#bymKgdOkFRMTfLW4pPIbh4zp4UopMI4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bymKgdOkFRMTfLW4pPIbh4zp4UopMI4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bymKgdOkFRMTfLW4pPIbh4zp4UopMI4V > .row .container > .video-iframe-container { display: none; }#bymKgdOkFRMTfLW4pPIbh4zp4UopMI4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bymKgdOkFRMTfLW4pPIbh4zp4UopMI4V > .row > .video-iframe-container { display: none; }#bymKgdOkFRMTfLW4pPIbh4zp4UopMI4V > .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); }#bymKgdOkFRMTfLW4pPIbh4zp4UopMI4V { border-width: 0; border-radius: 0; }#bymKgdOkFRMTfLW4pPIbh4zp4UopMI4V > .row .container > .video-iframe-container {  }#bymKgdOkFRMTfLW4pPIbh4zp4UopMI4V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#lrfAB12lToM33bDDbIbmKd36qArSSQ6R { color:#413a36;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:300;z-index:100004;line-height:1.1;letter-spacing:0;top:0.58443403244019rem;left:-0.0011768341064453rem;height:2.6125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#crWlMmE7GubfIAERmnNhPAK20kZwp7KT { position:relative;display:block; }#crWlMmE7GubfIAERmnNhPAK20kZwp7KT { background-color: transparent; background-image: none; }#crWlMmE7GubfIAERmnNhPAK20kZwp7KT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crWlMmE7GubfIAERmnNhPAK20kZwp7KT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crWlMmE7GubfIAERmnNhPAK20kZwp7KT > .row .container > .video-iframe-container { display: none; }#crWlMmE7GubfIAERmnNhPAK20kZwp7KT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crWlMmE7GubfIAERmnNhPAK20kZwp7KT > .row > .video-iframe-container { display: none; }#crWlMmE7GubfIAERmnNhPAK20kZwp7KT > .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); }#crWlMmE7GubfIAERmnNhPAK20kZwp7KT { border-width: 0; border-radius: 0; }#crWlMmE7GubfIAERmnNhPAK20kZwp7KT > .row .container > .video-iframe-container {  }#crWlMmE7GubfIAERmnNhPAK20kZwp7KT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.5625rem;width:60rem;position:relative;display:block; }#THqp9DTrgHVGsxcdHOtVKyV6ApgIh2cl { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.9375rem;width:19.5rem;top:0.125rem;left:20.125rem;overflow:hidden;display:block; }
#GJkkZq1mpUSnve8KEuM5GH0d51tiAL40 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.0625rem;width:19.6875rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#EaZW5KDOcgoXcc3HoPOdTUeliM1gDEQl { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.9375rem;width:19.5rem;top:0.12452697753906rem;left:40.250947952271rem;overflow:hidden;display:block; }
#uHeOugEKalMUilqWuPOc0hqTC6ybfpcb { position:relative;display:block; }#uHeOugEKalMUilqWuPOc0hqTC6ybfpcb { background-color: transparent; background-image: none; }#uHeOugEKalMUilqWuPOc0hqTC6ybfpcb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHeOugEKalMUilqWuPOc0hqTC6ybfpcb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHeOugEKalMUilqWuPOc0hqTC6ybfpcb > .row .container > .video-iframe-container { display: none; }#uHeOugEKalMUilqWuPOc0hqTC6ybfpcb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHeOugEKalMUilqWuPOc0hqTC6ybfpcb > .row > .video-iframe-container { display: none; }#uHeOugEKalMUilqWuPOc0hqTC6ybfpcb > .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); }#uHeOugEKalMUilqWuPOc0hqTC6ybfpcb { border-width: 0; border-radius: 0; }#uHeOugEKalMUilqWuPOc0hqTC6ybfpcb > .row .container > .video-iframe-container {  }#uHeOugEKalMUilqWuPOc0hqTC6ybfpcb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#S9mhJzhHfkqq9lQXylG8Slg9WoolTM9F { color:#413a36;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:300;z-index:100004;line-height:1.1;letter-spacing:0;top:0.58443403244019rem;left:-0.0011768341064453rem;height:2.6125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hMCLWczvZog04fAkunyoAX50eETgH6bN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#413a36;background-image:none;position:relative;display:block; }#hMCLWczvZog04fAkunyoAX50eETgH6bN > .row .container { background-color: transparent; background-image: none; }#hMCLWczvZog04fAkunyoAX50eETgH6bN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMCLWczvZog04fAkunyoAX50eETgH6bN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMCLWczvZog04fAkunyoAX50eETgH6bN > .row .container > .video-iframe-container { display: none; }#hMCLWczvZog04fAkunyoAX50eETgH6bN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMCLWczvZog04fAkunyoAX50eETgH6bN > .row > .video-iframe-container { display: none; }#hMCLWczvZog04fAkunyoAX50eETgH6bN > .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); }#hMCLWczvZog04fAkunyoAX50eETgH6bN > .row .container { border-width: 0; border-radius: 0; }#hMCLWczvZog04fAkunyoAX50eETgH6bN > .row > .video-iframe-container {  }#hMCLWczvZog04fAkunyoAX50eETgH6bN > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:block; }#tciTV56xTpATyPi6H588mau7sdRbRtXQ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:19.5625rem;top:0.3125rem;left:20.125rem;overflow:hidden;display:block; }
#eSK8WRHnmPtyIg4f9ykrNwcD4T4RoPS1 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:19.75rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#FGARbbODql5AEt2NKwNyuRW9SEkkbpCC { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:19.5625rem;top:0.3125rem;left:40.250947952271rem;overflow:hidden;display:block; }
#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { background-color: transparent; background-image: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container > .video-iframe-container { display: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container { display: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .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); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { border-width: 0; border-radius: 0; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container {  }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#LWJAcEarLaSfuCSAKDLdx7024TFTa30g { color:#ffffff;display:block;width:20rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:300;z-index:100003;line-height:1.1;letter-spacing:0;top:0.99835205078125rem;left:37.874059677124rem;height:2.6125rem;font-style:normal;display:block; }
#LD21Lv5MAaLx5v8Q6iM3NrTpDBQxhfnL { color:#45454d;display:block;width:26.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:4.7485885620117rem;left:33.624769210816rem;height:4.6875rem;font-style:normal;display:block; }
#lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { color:#45454d;display:block;width:26.0625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:10.435615539551rem;left:33.749769210816rem;height:19.68266875rem;font-style:normal;display:block; }
#HnbKtN2bwqyWZkanciQhum5fcGIUtXSf { position:absolute;display:block;z-index:99999;background-color:#d2b076;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;height:4rem;width:23.625rem;top:0.35589599609375rem;left:36.25rem;display:block; }
#PBM44qPn3Er4ydBZd2lB17Tq2oA3VHgk { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.0625rem;top:11.186086654663rem;left:0rem;overflow:hidden;display:block; }
#T9T6EKMTrBo9rAyAW41oyrROgE0iOt9L { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.0625rem;top:11.187501907349rem;left:16.25rem;overflow:hidden;display:block; }
#ZZbgHmHaO1wCwCiZttM40t19JcTeRWTK { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:16rem;top:22.061558604241rem;left:0rem;overflow:hidden;display:block; }
#sw7zSKVvnq6vPRiTUdAJxWuXBDXyhVQ3 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:16rem;top:22.060379862786rem;left:16.25rem;overflow:hidden;display:block; }
#h5dM9A344ih7Rlagc7mFtTRHQMJqhVow { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.0625rem;top:0.3125rem;left:16.25rem;overflow:hidden;display:block; }
#uMVUu2q21UBayVBkRXUwoQeoTmqNR1ah { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.75rem;width:16.125rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#iTnP2wuJNdRzwzK71EhiXVh38cw7eRUF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#413a36;background-image:none;position:relative;display:block; }#iTnP2wuJNdRzwzK71EhiXVh38cw7eRUF > .row .container { background-color: transparent; background-image: none; }#iTnP2wuJNdRzwzK71EhiXVh38cw7eRUF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTnP2wuJNdRzwzK71EhiXVh38cw7eRUF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTnP2wuJNdRzwzK71EhiXVh38cw7eRUF > .row .container > .video-iframe-container { display: none; }#iTnP2wuJNdRzwzK71EhiXVh38cw7eRUF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTnP2wuJNdRzwzK71EhiXVh38cw7eRUF > .row > .video-iframe-container { display: none; }#iTnP2wuJNdRzwzK71EhiXVh38cw7eRUF > .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); }#iTnP2wuJNdRzwzK71EhiXVh38cw7eRUF > .row .container { border-width: 0; border-radius: 0; }#iTnP2wuJNdRzwzK71EhiXVh38cw7eRUF > .row > .video-iframe-container {  }#iTnP2wuJNdRzwzK71EhiXVh38cw7eRUF > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#vCChQQlO7VnSV70A1dmyu9laB9V49R2Q { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.75rem;width:14.625rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#Lfu3OvRdgp4AKhB5OnHkOBr4aV0u8yfh { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:14.875rem;top:0.49952793121338rem;left:14.999294281006rem;overflow:hidden;display:block; }
#DNta1UMeyprKhVsUpzAlpw2BkkDAxK4o { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:14.875rem;top:0.5rem;left:29.999296188354rem;overflow:hidden;display:block; }
#W6uQxEJo2Nkci2R0Cng46G2TAv8fK5C5 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.75rem;width:14.6875rem;top:0.5rem;left:45.125238418579rem;overflow:hidden;display:block; }
#PdxQlEaUBLpi4UnD1FSaAwyxdeIsWCJR { position:relative;display:block; }#PdxQlEaUBLpi4UnD1FSaAwyxdeIsWCJR { background-color: transparent; background-image: none; }#PdxQlEaUBLpi4UnD1FSaAwyxdeIsWCJR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdxQlEaUBLpi4UnD1FSaAwyxdeIsWCJR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdxQlEaUBLpi4UnD1FSaAwyxdeIsWCJR > .row .container > .video-iframe-container { display: none; }#PdxQlEaUBLpi4UnD1FSaAwyxdeIsWCJR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdxQlEaUBLpi4UnD1FSaAwyxdeIsWCJR > .row > .video-iframe-container { display: none; }#PdxQlEaUBLpi4UnD1FSaAwyxdeIsWCJR > .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); }#PdxQlEaUBLpi4UnD1FSaAwyxdeIsWCJR { border-width: 0; border-radius: 0; }#PdxQlEaUBLpi4UnD1FSaAwyxdeIsWCJR > .row .container > .video-iframe-container {  }#PdxQlEaUBLpi4UnD1FSaAwyxdeIsWCJR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#Is4fgnLBEGcs0XlswARgXVwzLXlhp9rV { color:#1e1e27;display:block;width:25.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100023;line-height:1.1;letter-spacing:0;top:1.4838562011719rem;left:3.6406517028809rem;height:2.0625rem;font-style:normal;display:block; }
#G5NNeTgcqG8iK74qOUKDHMerEk0oFSZ1 { color:#45454d;display:block;width:54.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:7.8122711181637rem;left:2.4353771209717rem;height:6.747425rem;font-style:normal;display:block; }
#JFl4ktL84AeE6InbQKDMgwHg0Q6GINeI { position:absolute;display:block;z-index:99999;background-color:#d2b076;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:3.3125rem;width:8.375rem;top:0.6875rem;left:-0.0016078948974609rem;display:block; }
#DqOTp6TiMyAOceu6ngtLXVdplF092JDi { color:#45454d;display:block;width:57.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:4.4974021911621rem;left:2.3113231658936rem;height:3.00064375rem;font-style:normal;display:block; }
#k6SuO6Wazw70nhXGRXXyWsLVhTd33lvS { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:10.375rem;top:15.373589515686rem;left:46.873590469361rem;overflow:hidden;display:block; }
#f1fzmyEHJZTo96Cb2LVqW4n9s9FfLyoX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#f1fzmyEHJZTo96Cb2LVqW4n9s9FfLyoX > .row .container { background-color: transparent; background-image: none; }#f1fzmyEHJZTo96Cb2LVqW4n9s9FfLyoX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1fzmyEHJZTo96Cb2LVqW4n9s9FfLyoX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1fzmyEHJZTo96Cb2LVqW4n9s9FfLyoX > .row .container > .video-iframe-container { display: none; }#f1fzmyEHJZTo96Cb2LVqW4n9s9FfLyoX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1fzmyEHJZTo96Cb2LVqW4n9s9FfLyoX > .row > .video-iframe-container { display: none; }#f1fzmyEHJZTo96Cb2LVqW4n9s9FfLyoX > .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); }#f1fzmyEHJZTo96Cb2LVqW4n9s9FfLyoX > .row .container { border-width: 0; border-radius: 0; }#f1fzmyEHJZTo96Cb2LVqW4n9s9FfLyoX > .row > .video-iframe-container {  }#f1fzmyEHJZTo96Cb2LVqW4n9s9FfLyoX > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:100004;line-height:1.1;letter-spacing:0;top:1.5306701660156rem;left:0rem;height:2.474rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oqg394To47Am56XMHBKbqDGDdLJMHNvS { color:#45454d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.7;letter-spacing:0;top:5.0608520507812rem;left:0rem;height:1.9125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l4bkHc5C5zdTC4FwrMAOgnpaFSCXwxNs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#413a36;background-image:none;position:relative;display:block; }#l4bkHc5C5zdTC4FwrMAOgnpaFSCXwxNs > .row .container { background-color: transparent; background-image: none; }#l4bkHc5C5zdTC4FwrMAOgnpaFSCXwxNs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4bkHc5C5zdTC4FwrMAOgnpaFSCXwxNs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4bkHc5C5zdTC4FwrMAOgnpaFSCXwxNs > .row .container > .video-iframe-container { display: none; }#l4bkHc5C5zdTC4FwrMAOgnpaFSCXwxNs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4bkHc5C5zdTC4FwrMAOgnpaFSCXwxNs > .row > .video-iframe-container { display: none; }#l4bkHc5C5zdTC4FwrMAOgnpaFSCXwxNs > .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); }#l4bkHc5C5zdTC4FwrMAOgnpaFSCXwxNs > .row .container { border-width: 0; border-radius: 0; }#l4bkHc5C5zdTC4FwrMAOgnpaFSCXwxNs > .row > .video-iframe-container {  }#l4bkHc5C5zdTC4FwrMAOgnpaFSCXwxNs > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;position:relative;display:block; }#DzBcNvtXXaSqX6WdEf7uNifQ7HeFgNxo { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:14.3125rem;top:0.6875rem;left:45.43124961853rem;overflow:hidden;display:block; }
#lukubUpKAmSh1pu0XlvsQOXNrwQxXWGM { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:14.375rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#hexA0xgq5GDGF2VLH1rt1I6AhvkX491o { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:14.375rem;top:0.6875rem;left:30.25rem;overflow:hidden;display:block; }
#wLrfILTmdk21r3Z5saIygQSeDgVDVBT3 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:14.375rem;top:0.5625rem;left:15.125rem;overflow:hidden;display:block; }
#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { background-color: transparent; background-image: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container > .video-iframe-container { display: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row > .video-iframe-container { display: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .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); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { border-width: 0; border-radius: 0; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row > .video-iframe-container {  }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#F9ArNQyk7bXkSAdMEcdMgaHUeGCCVVVb { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:100004;line-height:1.1;letter-spacing:0;top:1.8122053146363rem;left:0rem;height:2.474rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#emkWW4k8RbE628kdwwta7BPDXu6S3CT7 { color:#45454d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.7;letter-spacing:0;top:5.4372100830078rem;left:0rem;height:1.9125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f34ceIkZRMXvam4U2wS2PThU0eU3UvPo { position:relative;display:block; }#f34ceIkZRMXvam4U2wS2PThU0eU3UvPo { background-color: transparent; background-image: none; }#f34ceIkZRMXvam4U2wS2PThU0eU3UvPo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f34ceIkZRMXvam4U2wS2PThU0eU3UvPo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f34ceIkZRMXvam4U2wS2PThU0eU3UvPo > .row .container > .video-iframe-container { display: none; }#f34ceIkZRMXvam4U2wS2PThU0eU3UvPo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f34ceIkZRMXvam4U2wS2PThU0eU3UvPo > .row > .video-iframe-container { display: none; }#f34ceIkZRMXvam4U2wS2PThU0eU3UvPo > .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); }#f34ceIkZRMXvam4U2wS2PThU0eU3UvPo { border-width: 0; border-radius: 0; }#f34ceIkZRMXvam4U2wS2PThU0eU3UvPo > .row .container > .video-iframe-container {  }#f34ceIkZRMXvam4U2wS2PThU0eU3UvPo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#erwMtdvMrxEvpDE8gCiqvMUGEgTqivbJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:11.5625rem;top:0.40542411804199rem;left:0rem;overflow:hidden;display:block; }
#Il3S0XGiX3bvnQtPNTf9QwUNmfQJvo2X { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:11.5625rem;top:0.34386825561524rem;left:12.123821258545rem;overflow:hidden;display:block; }
#WDotBsHTTRh1d3DwAJTMnkKJ5fsiJv44 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:11.5625rem;top:0.31132125854492rem;left:24.184907913208rem;overflow:hidden;display:block; }
#hlTbG1vHfP9MaCmtAwbT7ke9lJBX8iST { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:11.5625rem;top:0.31132125854492rem;left:36.370992660522rem;overflow:hidden;display:block; }
#SH9w5x17uD98963c3fWTVdpKin0PnsWR { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:11.5625rem;top:0.34386825561524rem;left:48.432081222534rem;overflow:hidden;display:block; }
#iskNMlR9C5qyaU2krVu7r6C9dPqQObXJ { color:#45454d;display:block;width:36.625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:400;z-index:100006;line-height:1.7;letter-spacing:0;top:3.5341987609863rem;left:23.000707626342rem;height:1.27519375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { background-color: transparent; background-image: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container > .video-iframe-container { display: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container { display: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .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); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { border-width: 0; border-radius: 0; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container {  }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:60rem;position:relative;display:block; }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mkZBmoLz/maciejchyra_com_DJI_0276.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03.adaptive-delivery-prevent-bg, #t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03.lazyload, #t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03.lazyloading { background-image: none; }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 > .row .container { background-color: transparent; background-image: none; }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 > .row .container > .video-iframe-container { display: none; }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 > .row > .video-iframe-container { display: none; }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 > .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); }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 > .row .container { border-width: 0; border-radius: 0; }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 > .row > .video-iframe-container {  }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:60rem;position:relative;display:block; }#wPEqqnD5hHMd9xbSmAkI09U3m4pVSJyi { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d2b076;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5rem;width:21.25rem;position:absolute;display:block;z-index:100008;top:12.624771118164rem;left:0.62476444244385rem;display:block; }
#wrvZreiwe8hEbasJ0P8DST016oV1hBBV { position:absolute;display:block;z-index:100063;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.43703125rem;width:1.43703125rem;top:15.875rem;left:4.3125rem;overflow:hidden;display:block; }
#LeRGF4OEvfd8AwuMFw96txKI626mLBVg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.2495rem;height:2.56203125rem;text-decoration:none;z-index:100013;text-align:left;text-align-last:left;top:15.3125rem;left:7.125rem;display:block; }
#oOTccI0ZkfgA9SApMwQPUduoqCLDtAFI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iULmJu385MGpIAwqvlShQBiZ5CTpRoTS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(65,58,54,0.76);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:22.25rem;width:21.25rem;position:absolute;display:block;z-index:100007;top:18.124530553818rem;left:0.68702793121338rem;display:block; }
#bthK5Fnvav6fUAJDSuw1fEWicUeGzxEy { color:#d2b076;display:block;width:20.937rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:20.125rem;left:1.4375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-form-header {  }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:18.625rem;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; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-input-text { 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:18.625rem;box-sizing:border-box;height:3rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-input-text {padding-top: 0; padding-bottom: 0;}#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-textarea { 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:18.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .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:18.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-input-select {padding-top: 0; padding-bottom: 0;}#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .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; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-input-button { background-color:#d2b076;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: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;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:18.625rem;height:3rem;font-family:raleway;overflow:hidden;text-align:center;text-align-last:center; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE [class*="-text"]:-moz-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE [class*="-text"]::-moz-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:17.5625rem;overflow:hidden;font-style:normal;line-height:1.5; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .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; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-container:first-of-type{padding-top:0;}#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-container:last-of-type{padding-bottom:0;}#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.62475rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100021;position:absolute;top:21.123825073243rem;left:0.68490600585938rem; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.625rem;display:block;vertical-align:top; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE {display:block;}#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.62475rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100021;position:absolute;top:21.123825073243rem;left:0.68490600585938rem; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #h5nDmPySUbgq21tZI4p0D1bDIaVRDmnc { position:relative; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #QXe9A6br1MnSzu71zGDrBuhrCHcAEXFd { position:relative; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #GhMMUutwg861pfVg8oTBlKylxIJI297R { position:relative; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #mftdth1oapOxEbnkAHTK2fTEMe5Qxzmv { position:relative; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #ndyiS20m40E05nJBFX1z9lTQ6wLEkrUH { position:relative; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #xnDAXWJZVuLyfiCRpaKv3ykuX5LHzHW8 { position:relative; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #S618IcVCxVtMqDyuFruKygvL8MeXmkA2 { position:relative; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #fCQlMRse30rZWTccfMTG2OwztXoFwBA4 { position:relative;z-index:2; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #sdGwb3wsq6x3afzBuPN9FDyfALDN0dyx { position:relative; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #OAqhNFv1T4ItH8I3gSBe6HTGPFP8RA1o { position:relative; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #tBHGLWoCkCewvoldcTVXmCh6UQCXwNEp { position:relative; }
#D20CzPCGeP7pqESmyvebllTBvR4rdDGv { position:absolute;display:block;z-index:100064;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.43703125rem;width:1.43703125rem;top:13.436322212219rem;left:4.3103771209717rem;overflow:hidden;display:block; }
#pMocUGI57HTPcCFBJA66KoIDHJLhloxC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.2488125rem;height:2.56203125rem;text-decoration:none;z-index:100014;text-align:left;text-align-last:left;top:12.624765396118rem;left:7.1228771209719rem;display:block; }
#zFrQBac3S1ZNhaTiRCyvu4BhC6MnNqmR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nkcB6cybmOpb74b8ThyxLTHFougALW9K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#413a36;background-image:none;position:relative;display:block; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { background-color: transparent; background-image: none; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container > .video-iframe-container { display: none; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row > .video-iframe-container { display: none; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .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); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { border-width: 0; border-radius: 0; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row > .video-iframe-container {  }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#RWCErNuTCTniqtG1kgi7Nz4a0yUL8yXK { color:rgba(255,255,255,0.5);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100009;line-height:1.7;letter-spacing:0;top:2.859375rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRJDJ6dLg1ViTZTJMPu9KvDm2BaEcmfV { width:22.5rem;height:24.5625rem;top:0.125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3LrGiASox5KH1XE7F53wdLPSBDzTlGc { width:20.875rem;height:1.5rem;top:12.875rem;left:26.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-regular-label { width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-input-text { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-input-text {padding-top: 0; padding-bottom: 0;}#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-textarea { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-input-select { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-input-select {padding-top: 0; padding-bottom: 0;}#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-input-button { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-checkbox-label { width:17.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW  { width:18.625rem;height:auto;top:14.25rem;left:26.625rem; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .radio-container { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW {display:block;}#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW { width:18.625rem;height:auto;top:14.25rem;left:26.625rem; }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #AtCswXszw2fbZDcotMrkLBQQECZirnSb {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #mS2KxRqkMgotwTlAowS7oy89quUnMTHm {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #GWaxsduFn25dm7QTMhEf46XwKOTWz2KS {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #Q7TCR71HnRZ0ydZNVVQsQWGEMTm0sJDX {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #PTcw1si9hv7xBJeprxgZuFkC70R9zFvu {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #ooLF1L2bnJwHTlo0yo0GVQrEMad6HPWQ {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #DZvrSJazk3vLgfB08DA5RGN92A9V2LL1 {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #W02diucNh3PdTuK9bvg2lPTB5sURLTJp {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #Jm8JhDWnAevnoBPEP8WfCUe2MvghSrVE {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #Bg4gUnX6T60MBJoSfR781VovqOMGfd5r {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #fhsICzTeoaVzsXovmudUJ6SNbPk7dLOQ {  }
 }@media only screen and (max-width: 763px) { #CDxWgFi96i7qXUIN6gyOAxlDar2v2cVB { width:10.1875rem;height:2.5rem;top:8.5rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USzzM88RFbtzEyVEJcNGXuzkBpGGrLXO { display:block; }
 }@media only screen and (max-width: 763px) { #api4V9umTGH4HSiPkN6qedRXVz6un5d8 { width:1.375rem;height:1.375rem;top:9rem;left:36.249296188354rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHhnPriciaCrCEl41hLW09eId1x16Ice { width:22.5rem;height:24.5625rem;top:0.125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #TESTWRhoGikHPbC6RoUuJytzkBMRVrTG { width:22.5rem;height:24.5625rem;top:0.125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNm2aKP80OQP8Z8yroLM9obeNkZGs8Ih { top:1.9375rem;left:2.6846714019776rem;width:12.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWJSsAkTG0096OscbCn6AmaUxeizl5Hp { width:1.375rem;height:1.375rem;top:6.6875rem;left:36.249296188354rem;display:block; }
 }@media only screen and (max-width: 763px) { #av9z4hKneQLZDdb87CgV7TlehMh7GSz1 { width:10.1875rem;height:2.5rem;top:6.1875rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLTVxmNR00mGFctWNsXTlsK7glufAlCs { display:block; }
 }@media only screen and (max-width: 763px) { #AF46XBFrlWoflV8moGqlBs79WX5slIMe { width:30.25rem;height:1.75rem;top:12.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKrqFkZTLRNtpRSTLf39X5xvtoOJw54G { top:11.5rem;left:0rem;width:29.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn { display:block; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTENdzERI6sdZx1o5l2ZUBnp2DCH8qWx { width:14.375rem;height:8.625rem;top:0.6875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #noUn1zoiGgPp7fVJvwrmFDPfeNVdXyTW { width:14.375rem;height:8.625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWu7hn34QZzBkCmpoiAyQQS3RT30GHoF { width:14.375rem;height:8.625rem;top:0.6875rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF5boTi4qL625tArwS83ryPAo0v4Px4C { width:14.375rem;height:8.625rem;top:0.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzWI5ifMA8fsxKVs2vWzZww5THTdLkLv { display:block; }#JzWI5ifMA8fsxKVs2vWzZww5THTdLkLv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHyxEuTBXiVxDt3oBCCufboaHl85cJw1 { width:18.875rem;height:2.9375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2xn03AA2LkreqQa3TreN282LVaOWaAO { width:19.8125rem;height:1.8125rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeBzrxBUU15c6Wr7BAUfEcVkJNxmMg3b { top:4.875rem;left:0rem;width:24.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdWG9eC0NRxclnQeEL8QvSx7tzBDIPBn { width:22.5rem;height:24.5625rem;top:0.125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWA656SEWCMk7yqwVTiMebpqByCamsKe { top:4.875rem;left:0rem;width:1.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0ZR6zltfNSx3RDvPEK03dOHHLSpkQMQ { top:10.8125rem;left:0rem;width:1.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr4LJ4VCDnAnqW6FDso91T6Wl0uuFXNf { top:10.75rem;left:0rem;width:24.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqzxKqmb24GLl5hgean3IsCm2bMI5IhZ { top:15.1875rem;left:0rem;width:1.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmpTVWd2L9qKiTs8p1uoK9TVmXVuX9Bx { top:20.75rem;left:0rem;width:1.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOv6J29glT3rWFl7iARmU0yPxiotMBOD { top:15.3125rem;left:0rem;width:24.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM9QG8QTINbBVofvcFRZg4SIh4wawnG9 { top:20.9375rem;left:0rem;width:24.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG0PwZmnaIcJEJLk4vnqTIxFcGILg4zg { width:13.8125rem;height:1.8125rem;top:27.5rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpdhuX1IXZlXFBGd8tIT8VDcf9hIUa7C { width:9.6875rem;height:2.0625rem;top:27.3125rem;left:34rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HToiyNVuJGmOSa2SzKo6KE7TiXMoTBET { top:6.875rem;left:0rem;width:25.25rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nggbhSkCIBOFIzBnvyyqCtCgBdUZaFTv { top:12.625rem;left:0rem;width:25.6875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2gGsvHQRHKJ9OxlcsaJOoi7EzpoPl7A { top:17.0625rem;left:0rem;width:25.25rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJphvPpp8xOotf8rbWJfeuheGyvVRAlS { top:22.875rem;left:0rem;width:25.25rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCLWGpSepoSPXJ4FrqomWbQrlzKgNHEM { top:0.125rem;left:17.8125rem;width:29.9375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg7Is1ip5SRRKLACxyRwCz8UMwmb3PDJ { top:26.0625rem;left:0rem;width:1.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRoQQlZ5LIztdNqIbJJpNLP0lAKMlKiN { top:26.0625rem;left:0rem;width:24.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxcMhZPFPUTWGt8c6wn8vcg9LvtQvfKV { top:28rem;left:0rem;width:25.25rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1q7ahAWkCZqvIoOKPMvd5IlAmKAU0nt { display:block; }#m1q7ahAWkCZqvIoOKPMvd5IlAmKAU0nt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpnO1TrOSMxTmPtfkIEnIM1BFBpuf0Tm { width:12.25rem;height:1.75rem;top:1.375rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ1aEmSeGxhlSSffuW9zTGQGDaUgiKyc { width:13.6875rem;height:2.875rem;top:0.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtNWhLn6orSUg9601OqgTsQNAdhqp7QD { top:0.3125rem;left:0rem;width:29.9375rem;height:16.21601849209rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0X3QliTJUpdRpS8zFoiUox5VncGPUro { top:3.75rem;left:19.9375rem;width:27.8125rem;height:12.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bymKgdOkFRMTfLW4pPIbh4zp4UopMI4V { display:block; }#bymKgdOkFRMTfLW4pPIbh4zp4UopMI4V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrfAB12lToM33bDDbIbmKd36qArSSQ6R { width:47.75rem;height:2.5625rem;top:0.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crWlMmE7GubfIAERmnNhPAK20kZwp7KT { display:block; }#crWlMmE7GubfIAERmnNhPAK20kZwp7KT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THqp9DTrgHVGsxcdHOtVKyV6ApgIh2cl { top:0.125rem;left:12.0625rem;width:19.5rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJkkZq1mpUSnve8KEuM5GH0d51tiAL40 { top:0.125rem;left:0rem;width:19.6875rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaZW5KDOcgoXcc3HoPOdTUeliM1gDEQl { top:0.0625rem;left:27.9375rem;width:19.5rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHeOugEKalMUilqWuPOc0hqTC6ybfpcb { display:block; }#uHeOugEKalMUilqWuPOc0hqTC6ybfpcb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9mhJzhHfkqq9lQXylG8Slg9WoolTM9F { width:47.75rem;height:2.5625rem;top:0.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMCLWczvZog04fAkunyoAX50eETgH6bN { display:block; }#hMCLWczvZog04fAkunyoAX50eETgH6bN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tciTV56xTpATyPi6H588mau7sdRbRtXQ { top:0.3125rem;left:12.1875rem;width:19.5625rem;height:14.687437698884rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSK8WRHnmPtyIg4f9ykrNwcD4T4RoPS1 { top:0.3125rem;left:0rem;width:19.75rem;height:14.749686704895rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGARbbODql5AEt2NKwNyuRW9SEkkbpCC { top:0.3125rem;left:28.0625rem;width:19.5625rem;height:14.687437698884rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { display:block; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWJAcEarLaSfuCSAKDLdx7024TFTa30g { width:20rem;height:2.5625rem;top:0.9375rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD21Lv5MAaLx5v8Q6iM3NrTpDBQxhfnL { width:26rem;height:4.625rem;top:4.6875rem;left:21.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { width:26rem;height:19.625rem;top:10.375rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnbKtN2bwqyWZkanciQhum5fcGIUtXSf { width:23.625rem;height:4rem;top:0.3125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBM44qPn3Er4ydBZd2lB17Tq2oA3VHgk { top:11.125rem;left:0rem;width:16.0625rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9T6EKMTrBo9rAyAW41oyrROgE0iOt9L { top:11.1875rem;left:10.125rem;width:16.0625rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZbgHmHaO1wCwCiZttM40t19JcTeRWTK { top:22rem;left:0rem;width:16rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw7zSKVvnq6vPRiTUdAJxWuXBDXyhVQ3 { top:22rem;left:10.125rem;width:16rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5dM9A344ih7Rlagc7mFtTRHQMJqhVow { top:0.3125rem;left:10.125rem;width:16.0625rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMVUu2q21UBayVBkRXUwoQeoTmqNR1ah { top:0.3125rem;left:0rem;width:16.125rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTnP2wuJNdRzwzK71EhiXVh38cw7eRUF { display:block; }#iTnP2wuJNdRzwzK71EhiXVh38cw7eRUF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCChQQlO7VnSV70A1dmyu9laB9V49R2Q { top:0.5rem;left:0rem;width:14.625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfu3OvRdgp4AKhB5OnHkOBr4aV0u8yfh { top:0.4375rem;left:0rem;width:14.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNta1UMeyprKhVsUpzAlpw2BkkDAxK4o { top:0.5rem;left:20.9375rem;width:14.875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6uQxEJo2Nkci2R0Cng46G2TAv8fK5C5 { top:0.5rem;left:33.0625rem;width:14.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdxQlEaUBLpi4UnD1FSaAwyxdeIsWCJR { display:block; }#PdxQlEaUBLpi4UnD1FSaAwyxdeIsWCJR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Is4fgnLBEGcs0XlswARgXVwzLXlhp9rV { width:25.875rem;height:2rem;top:1.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5NNeTgcqG8iK74qOUKDHMerEk0oFSZ1 { width:47.75rem;height:6.6875rem;top:7.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFl4ktL84AeE6InbQKDMgwHg0Q6GINeI { width:8.375rem;height:3.3125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqOTp6TiMyAOceu6ngtLXVdplF092JDi { width:47.75rem;height:2.9375rem;top:4.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6SuO6Wazw70nhXGRXXyWsLVhTd33lvS { top:15.3125rem;left:36.25rem;width:10.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1fzmyEHJZTo96Cb2LVqW4n9s9FfLyoX { display:block; }#f1fzmyEHJZTo96Cb2LVqW4n9s9FfLyoX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { width:47.75rem;height:2.4375rem;top:1.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqg394To47Am56XMHBKbqDGDdLJMHNvS { width:47.75rem;height:1.875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4bkHc5C5zdTC4FwrMAOgnpaFSCXwxNs { display:block; }#l4bkHc5C5zdTC4FwrMAOgnpaFSCXwxNs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzBcNvtXXaSqX6WdEf7uNifQ7HeFgNxo { width:14.3125rem;height:8.5625rem;top:0.6875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lukubUpKAmSh1pu0XlvsQOXNrwQxXWGM { width:14.375rem;height:8.625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hexA0xgq5GDGF2VLH1rt1I6AhvkX491o { width:14.375rem;height:8.625rem;top:0.6875rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLrfILTmdk21r3Z5saIygQSeDgVDVBT3 { width:14.375rem;height:8.625rem;top:0.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9ArNQyk7bXkSAdMEcdMgaHUeGCCVVVb { width:47.75rem;height:2.4375rem;top:1.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emkWW4k8RbE628kdwwta7BPDXu6S3CT7 { width:47.75rem;height:1.875rem;top:5.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f34ceIkZRMXvam4U2wS2PThU0eU3UvPo { display:block; }#f34ceIkZRMXvam4U2wS2PThU0eU3UvPo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erwMtdvMrxEvpDE8gCiqvMUGEgTqivbJ { top:0.375rem;left:0rem;width:11.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il3S0XGiX3bvnQtPNTf9QwUNmfQJvo2X { top:0.3125rem;left:5.9988212585449rem;width:11.5625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDotBsHTTRh1d3DwAJTMnkKJ5fsiJv44 { top:0.25rem;left:18.059907913208rem;width:11.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlTbG1vHfP9MaCmtAwbT7ke9lJBX8iST { top:0.25rem;left:30.245992660523rem;width:11.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH9w5x17uD98963c3fWTVdpKin0PnsWR { top:0.3125rem;left:36.1875rem;width:11.5625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iskNMlR9C5qyaU2krVu7r6C9dPqQObXJ { width:36.625rem;height:1.25rem;top:3.5rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 { display:block; }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPEqqnD5hHMd9xbSmAkI09U3m4pVSJyi { width:22.5rem;height:24.5625rem;top:0.125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrvZreiwe8hEbasJ0P8DST016oV1hBBV { width:1.375rem;height:1.375rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeRGF4OEvfd8AwuMFw96txKI626mLBVg { width:10.1875rem;height:2.5rem;top:15.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOTccI0ZkfgA9SApMwQPUduoqCLDtAFI { display:block; }
 }@media only screen and (max-width: 763px) { #iULmJu385MGpIAwqvlShQBiZ5CTpRoTS { width:22.5rem;height:24.5625rem;top:0.125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #bthK5Fnvav6fUAJDSuw1fEWicUeGzxEy { width:20.875rem;height:1.5rem;top:20.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-regular-label { width:18.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-input-text { width:18.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-input-text {padding-top: 0; padding-bottom: 0;}#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-textarea { width:18.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-input-select { width:18.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-input-select {padding-top: 0; padding-bottom: 0;}#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-input-button { width:18.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE  { width:18.5625rem;height:auto;top:21.0625rem;left:0rem; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .radio-container { width:18.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE {display:block;}#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE { width:18.5625rem;height:auto;top:21.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #h5nDmPySUbgq21tZI4p0D1bDIaVRDmnc {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #QXe9A6br1MnSzu71zGDrBuhrCHcAEXFd {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #GhMMUutwg861pfVg8oTBlKylxIJI297R {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #mftdth1oapOxEbnkAHTK2fTEMe5Qxzmv {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #ndyiS20m40E05nJBFX1z9lTQ6wLEkrUH {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #xnDAXWJZVuLyfiCRpaKv3ykuX5LHzHW8 {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #S618IcVCxVtMqDyuFruKygvL8MeXmkA2 {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #fCQlMRse30rZWTccfMTG2OwztXoFwBA4 {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #sdGwb3wsq6x3afzBuPN9FDyfALDN0dyx {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #OAqhNFv1T4ItH8I3gSBe6HTGPFP8RA1o {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #tBHGLWoCkCewvoldcTVXmCh6UQCXwNEp {  }
 }@media only screen and (max-width: 763px) { #D20CzPCGeP7pqESmyvebllTBvR4rdDGv { width:1.375rem;height:1.375rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMocUGI57HTPcCFBJA66KoIDHJLhloxC { width:10.1875rem;height:2.5rem;top:12.5625rem;left:0.99787712097169rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFrQBac3S1ZNhaTiRCyvu4BhC6MnNqmR { display:block; }
 }@media only screen and (max-width: 763px) { #nkcB6cybmOpb74b8ThyxLTHFougALW9K { display:block; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWCErNuTCTniqtG1kgi7Nz4a0yUL8yXK { width:47.75rem;height:0;top:2.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { background-color:transparent;background-image:url("https://images.assets-landingi.com/p7v2rgL3/Rezydencja_Karkonoska_wewn_15_.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRJDJ6dLg1ViTZTJMPu9KvDm2BaEcmfV { width:20rem;height:19.1875rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3LrGiASox5KH1XE7F53wdLPSBDzTlGc { width:19.9988125rem;height:1.38051875rem;top:21.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.3125rem;font-size:0.625rem;overflow:hidden; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-input-text {padding-top: 0; padding-bottom: 0;}#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.625rem;overflow:hidden; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-input-select {padding-top: 0; padding-bottom: 0;}#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:0.875rem;overflow:hidden; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW  { width:16.25rem;height:auto;top:23.0625rem;left:0.625rem; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW {display:block;}#UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW { width:16.25rem;height:auto;top:23.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #AtCswXszw2fbZDcotMrkLBQQECZirnSb {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #mS2KxRqkMgotwTlAowS7oy89quUnMTHm {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #GWaxsduFn25dm7QTMhEf46XwKOTWz2KS {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #Q7TCR71HnRZ0ydZNVVQsQWGEMTm0sJDX {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #PTcw1si9hv7xBJeprxgZuFkC70R9zFvu {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #ooLF1L2bnJwHTlo0yo0GVQrEMad6HPWQ {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #DZvrSJazk3vLgfB08DA5RGN92A9V2LL1 {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #W02diucNh3PdTuK9bvg2lPTB5sURLTJp {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #Jm8JhDWnAevnoBPEP8WfCUe2MvghSrVE {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #Bg4gUnX6T60MBJoSfR781VovqOMGfd5r {  }
 }@media only screen and (max-width: 763px) { #UHykaxn1Hwm4S0QFG8uyJoUm0wGpFsGW #fhsICzTeoaVzsXovmudUJ6SNbPk7dLOQ {  }
 }@media only screen and (max-width: 763px) { #CDxWgFi96i7qXUIN6gyOAxlDar2v2cVB { width:8.625rem;height:2.3125rem;top:13.875rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USzzM88RFbtzEyVEJcNGXuzkBpGGrLXO { display:block; }
 }@media only screen and (max-width: 763px) { #api4V9umTGH4HSiPkN6qedRXVz6un5d8 { width:1.25rem;height:1.25rem;top:14.374529838562rem;left:2.4367926120758rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHhnPriciaCrCEl41hLW09eId1x16Ice { width:20.0625rem;height:5.625rem;top:13.686793327331rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TESTWRhoGikHPbC6RoUuJytzkBMRVrTG { width:15rem;height:4.0625rem;top:0rem;left:3.4365569353104rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNm2aKP80OQP8Z8yroLM9obeNkZGs8Ih { width:12.4995rem;height:2.37453125rem;top:0.56179249286652rem;left:4.6875005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWJSsAkTG0096OscbCn6AmaUxeizl5Hp { width:1.3747625rem;height:1.3747625rem;top:17.061086654663rem;left:2.3731135129929rem;display:block; }
 }@media only screen and (max-width: 763px) { #av9z4hKneQLZDdb87CgV7TlehMh7GSz1 { width:10.18725rem;height:2.4997625rem;top:16.18585062027rem;left:4.9047175645828rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLTVxmNR00mGFctWNsXTlsK7glufAlCs { display:block; }
 }@media only screen and (max-width: 763px) { #AF46XBFrlWoflV8moGqlBs79WX5slIMe { width:19.9994375rem;height:1.30574375rem;top:41.654979888916rem;left:0.00056250000000091rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKrqFkZTLRNtpRSTLf39X5xvtoOJw54G { width:20rem;height:2.8125rem;top:40.674329940796rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn { display:block; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTENdzERI6sdZx1o5l2ZUBnp2DCH8qWx { width:19.375rem;height:11.5625rem;top:34.436325550079rem;left:0.31132078170776rem;display:block; }
 }@media only screen and (max-width: 763px) { #noUn1zoiGgPp7fVJvwrmFDPfeNVdXyTW { width:19.375rem;height:11.3125rem;top:0.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWu7hn34QZzBkCmpoiAyQQS3RT30GHoF { width:19.375rem;height:11.5625rem;top:22.374061584472rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF5boTi4qL625tArwS83ryPAo0v4Px4C { width:19.375rem;height:9.6875rem;top:12.186794281006rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzWI5ifMA8fsxKVs2vWzZww5THTdLkLv { display:block; }#JzWI5ifMA8fsxKVs2vWzZww5THTdLkLv > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHyxEuTBXiVxDt3oBCCufboaHl85cJw1 { width:17.5rem;height:2.5rem;top:0.68844318389894rem;left:1.2488209009171rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2xn03AA2LkreqQa3TreN282LVaOWaAO { width:19.812rem;height:1.64986875rem;top:1.125rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeBzrxBUU15c6Wr7BAUfEcVkJNxmMg3b { width:13.6875rem;height:2.6002375rem;top:3.899528503418rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdWG9eC0NRxclnQeEL8QvSx7tzBDIPBn { width:20rem;height:2.625rem;top:52.999683380127rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWA656SEWCMk7yqwVTiMebpqByCamsKe { width:1.74905625rem;height:1.46173125rem;top:4.0625rem;left:0.62476420402527rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0ZR6zltfNSx3RDvPEK03dOHHLSpkQMQ { width:1.56155625rem;height:1.46173125rem;top:11.505425207317rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr4LJ4VCDnAnqW6FDso91T6Wl0uuFXNf { width:14.4368125rem;height:1.30011875rem;top:11.595284216106rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqzxKqmb24GLl5hgean3IsCm2bMI5IhZ { width:1.5rem;height:1.46173125rem;top:17.359676837921rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmpTVWd2L9qKiTs8p1uoK9TVmXVuX9Bx { width:1.5rem;height:1.46173125rem;top:24.346645355224rem;left:0.62473201751709rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOv6J29glT3rWFl7iARmU0yPxiotMBOD { width:13.6245rem;height:1.30011875rem;top:17.375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM9QG8QTINbBVofvcFRZg4SIh4wawnG9 { width:16.6868125rem;height:1.30011875rem;top:24.5625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG0PwZmnaIcJEJLk4vnqTIxFcGILg4zg { width:11.25rem;height:1.51238125rem;top:53.624408721924rem;left:0.49930322170258rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpdhuX1IXZlXFBGd8tIT8VDcf9hIUa7C { width:7.6875rem;height:1.64986875rem;top:53.561695098877rem;left:11.749303817749rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HToiyNVuJGmOSa2SzKo6KE7TiXMoTBET { width:17.5rem;height:2.92345625rem;top:7.2827835083006rem;left:1.2488209009171rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nggbhSkCIBOFIzBnvyyqCtCgBdUZaFTv { width:17.5rem;height:2.92345625rem;top:13.714381925762rem;left:1.2488209009171rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2gGsvHQRHKJ9OxlcsaJOoi7EzpoPl7A { width:17.5rem;height:3.89794375rem;top:19.4375rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJphvPpp8xOotf8rbWJfeuheGyvVRAlS { width:17.5rem;height:2.92345625rem;top:26.499568939209rem;left:1.0621248483658rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCLWGpSepoSPXJ4FrqomWbQrlzKgNHEM { width:19.9995rem;height:19.9995rem;top:35.624568939209rem;left:0rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #Sg7Is1ip5SRRKLACxyRwCz8UMwmb3PDJ { width:1.43680625rem;height:1.46173125rem;top:30.560406684876rem;left:0.68674957752225rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRoQQlZ5LIztdNqIbJJpNLP0lAKMlKiN { width:10.93725rem;height:1.30011875rem;top:30.640009880066rem;left:2.4997320175171rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxcMhZPFPUTWGt8c6wn8vcg9LvtQvfKV { width:17.7498125rem;height:1.94896875rem;top:32.698328971863rem;left:1.1240352392197rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1q7ahAWkCZqvIoOKPMvd5IlAmKAU0nt { display:block; }#m1q7ahAWkCZqvIoOKPMvd5IlAmKAU0nt > .row .container { width:20rem;height:25.519462585449rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpnO1TrOSMxTmPtfkIEnIM1BFBpuf0Tm { width:11rem;height:1.51238125rem;top:0.876651763916rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ1aEmSeGxhlSSffuW9zTGQGDaUgiKyc { width:12.5rem;height:2.5rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtNWhLn6orSUg9601OqgTsQNAdhqp7QD { width:19.9995rem;height:10.8325625rem;top:3.4981136322021rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0X3QliTJUpdRpS8zFoiUox5VncGPUro { width:18.75rem;height:10.7193125rem;top:14.832310676575rem;left:0.62476420402527rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bymKgdOkFRMTfLW4pPIbh4zp4UopMI4V { display:block; }#bymKgdOkFRMTfLW4pPIbh4zp4UopMI4V > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrfAB12lToM33bDDbIbmKd36qArSSQ6R { width:19.9988125rem;height:1.7873625rem;top:0.99905395507812rem;left:0.00070756673812869rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crWlMmE7GubfIAERmnNhPAK20kZwp7KT { display:block; }#crWlMmE7GubfIAERmnNhPAK20kZwp7KT > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THqp9DTrgHVGsxcdHOtVKyV6ApgIh2cl { width:19.375rem;height:12.8125rem;top:13.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJkkZq1mpUSnve8KEuM5GH0d51tiAL40 { width:19.375rem;height:12.8125rem;top:0.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaZW5KDOcgoXcc3HoPOdTUeliM1gDEQl { width:19.375rem;height:11.625rem;top:26.5625rem;left:0.31132078170776rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHeOugEKalMUilqWuPOc0hqTC6ybfpcb { display:block; }#uHeOugEKalMUilqWuPOc0hqTC6ybfpcb > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9mhJzhHfkqq9lQXylG8Slg9WoolTM9F { width:19.9995rem;height:1.7873625rem;top:0.56202697753906rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMCLWczvZog04fAkunyoAX50eETgH6bN { display:block; }#hMCLWczvZog04fAkunyoAX50eETgH6bN > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tciTV56xTpATyPi6H588mau7sdRbRtXQ { width:19.37475rem;height:14.4368125rem;top:16.2493125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSK8WRHnmPtyIg4f9ykrNwcD4T4RoPS1 { width:19.37475rem;height:14.4368125rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGARbbODql5AEt2NKwNyuRW9SEkkbpCC { width:19.37475rem;height:14.49975rem;top:31.248625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { display:block; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWJAcEarLaSfuCSAKDLdx7024TFTa30g { width:19.999rem;height:1.37489375rem;top:0.99954223632812rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD21Lv5MAaLx5v8Q6iM3NrTpDBQxhfnL { width:17.5rem;height:5.3435875rem;top:3.1863403320312rem;left:1.2488209009171rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { width:17.5rem;height:21.59305625rem;top:8.6702833175656rem;left:1.2488209009171rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #HnbKtN2bwqyWZkanciQhum5fcGIUtXSf { width:20rem;height:2.3125rem;top:0.37477111816406rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBM44qPn3Er4ydBZd2lB17Tq2oA3VHgk { width:9.9375rem;height:6.5625rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9T6EKMTrBo9rAyAW41oyrROgE0iOt9L { width:9.9375rem;height:6.5625rem;top:36rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZbgHmHaO1wCwCiZttM40t19JcTeRWTK { width:9.937rem;height:6.5616875rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw7zSKVvnq6vPRiTUdAJxWuXBDXyhVQ3 { width:9.9375rem;height:6.5625rem;top:42.625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5dM9A344ih7Rlagc7mFtTRHQMJqhVow { width:9.9375rem;height:6.5625rem;top:29.3125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMVUu2q21UBayVBkRXUwoQeoTmqNR1ah { width:9.9375rem;height:6.5rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTnP2wuJNdRzwzK71EhiXVh38cw7eRUF { display:block; }#iTnP2wuJNdRzwzK71EhiXVh38cw7eRUF > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCChQQlO7VnSV70A1dmyu9laB9V49R2Q { width:19.375rem;height:12.875rem;top:0.56201171875rem;left:0.31132078170776rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfu3OvRdgp4AKhB5OnHkOBr4aV0u8yfh { width:19.375rem;height:12.8125rem;top:13.68701171875rem;left:0.31132078170776rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNta1UMeyprKhVsUpzAlpw2BkkDAxK4o { width:19.375rem;height:12.75rem;top:26.81201171875rem;left:0.31132078170776rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6uQxEJo2Nkci2R0Cng46G2TAv8fK5C5 { width:19.375rem;height:12.8125rem;top:39.93701171875rem;left:0.31202828884125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdxQlEaUBLpi4UnD1FSaAwyxdeIsWCJR { display:block; }#PdxQlEaUBLpi4UnD1FSaAwyxdeIsWCJR > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Is4fgnLBEGcs0XlswARgXVwzLXlhp9rV { width:18.6875rem;height:1.51238125rem;top:0.56037712097168rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5NNeTgcqG8iK74qOUKDHMerEk0oFSZ1 { width:17.5rem;height:8.39730625rem;top:2.9455194473267rem;left:1.2488209009171rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #JFl4ktL84AeE6InbQKDMgwHg0Q6GINeI { width:8.75rem;height:2rem;top:0.30966949462891rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqOTp6TiMyAOceu6ngtLXVdplF092JDi { width:17.5rem;height:6.5005625rem;top:12.048134803772rem;left:1.2488209009171rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #k6SuO6Wazw70nhXGRXXyWsLVhTd33lvS { width:6.8745rem;height:1.5622625rem;top:18.892926216126rem;left:11.935614705086rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1fzmyEHJZTo96Cb2LVqW4n9s9FfLyoX { display:block; }#f1fzmyEHJZTo96Cb2LVqW4n9s9FfLyoX > .row .container { width:20rem;height:6.4627075195312rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { width:17.5rem;height:2.92345625rem;top:0.5rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oqg394To47Am56XMHBKbqDGDdLJMHNvS { width:17.4368125rem;height:2.39923125rem;top:4.0882081985474rem;left:1.2806605100632rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #l4bkHc5C5zdTC4FwrMAOgnpaFSCXwxNs { display:block; }#l4bkHc5C5zdTC4FwrMAOgnpaFSCXwxNs > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzBcNvtXXaSqX6WdEf7uNifQ7HeFgNxo { width:19.375rem;height:11.5625rem;top:36.18701171875rem;left:0.31132078170776rem;display:block; }
 }@media only screen and (max-width: 763px) { #lukubUpKAmSh1pu0XlvsQOXNrwQxXWGM { width:19.375rem;height:11.5625rem;top:0.56201171875rem;left:0.31132078170776rem;display:block; }
 }@media only screen and (max-width: 763px) { #hexA0xgq5GDGF2VLH1rt1I6AhvkX491o { width:19.375rem;height:11.5625rem;top:24.312255859375rem;left:0.31132078170776rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLrfILTmdk21r3Z5saIygQSeDgVDVBT3 { width:19.375rem;height:11.5625rem;top:12.436767578125rem;left:0.31132078170776rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9ArNQyk7bXkSAdMEcdMgaHUeGCCVVVb { width:17.5rem;height:2.698325rem;top:0.62452888488769rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #emkWW4k8RbE628kdwwta7BPDXu6S3CT7 { width:17.875rem;height:2.39923125rem;top:3.8384323120117rem;left:1.2488209009171rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #f34ceIkZRMXvam4U2wS2PThU0eU3UvPo { display:block; }#f34ceIkZRMXvam4U2wS2PThU0eU3UvPo > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erwMtdvMrxEvpDE8gCiqvMUGEgTqivbJ { width:6.25rem;height:1.3125rem;top:0.62122631072998rem;left:3.1245285272598rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il3S0XGiX3bvnQtPNTf9QwUNmfQJvo2X { width:6.25rem;height:1.375rem;top:0.58797168731689rem;left:10.686793446541rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDotBsHTTRh1d3DwAJTMnkKJ5fsiJv44 { width:6.25rem;height:1.4375rem;top:2.372878074646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlTbG1vHfP9MaCmtAwbT7ke9lJBX8iST { width:6.25rem;height:1.4375rem;top:2.4344339370727rem;left:6.8738213777544rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH9w5x17uD98963c3fWTVdpKin0PnsWR { width:6.25rem;height:1.375rem;top:2.403302192688rem;left:13.749765515327rem;display:block; }
 }@media only screen and (max-width: 763px) { #iskNMlR9C5qyaU2krVu7r6C9dPqQObXJ { width:18.125rem;height:1.99881875rem;top:4.5594339370728rem;left:0.93608498573306rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { width:20rem;height:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 { background-color:transparent;background-image:url("https://images.assets-landingi.com/mkZBmoLz/maciejchyra_com_DJI_0276.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03.adaptive-delivery-prevent-bg, #t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03.lazyload, #t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03.lazyloading { background-image: none; }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 > .row .container { background-color: transparent; background-image: none; }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 > .row .container > .video-iframe-container { display: none; }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 > .row > .video-iframe-container { display: none; }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 > .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); }#t4Qm7nNSpSQDNLF1VzZxhpBkkayVgt03 > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPEqqnD5hHMd9xbSmAkI09U3m4pVSJyi { width:16.25rem;height:4.9375rem;top:1.2488098144531rem;left:1.9372643232346rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrvZreiwe8hEbasJ0P8DST016oV1hBBV { width:1.375rem;height:1.375rem;top:1.8747711181641rem;left:3.6870279312134rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeRGF4OEvfd8AwuMFw96txKI626mLBVg { width:10.1875rem;height:2.5rem;top:1.3122711181641rem;left:6.4995279312131rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOTccI0ZkfgA9SApMwQPUduoqCLDtAFI { display:block; }
 }@media only screen and (max-width: 763px) { #iULmJu385MGpIAwqvlShQBiZ5CTpRoTS { width:18.75rem;height:17.9375rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bthK5Fnvav6fUAJDSuw1fEWicUeGzxEy { width:17.5rem;height:1.30011875rem;top:7.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.3125rem;font-size:0.625rem;overflow:hidden; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-input-text {padding-top: 0; padding-bottom: 0;}#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.625rem;overflow:hidden; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-input-select {padding-top: 0; padding-bottom: 0;}#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:0.875rem;overflow:hidden; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE  { width:16.2495rem;height:auto;top:8.8125rem;left:0.625rem; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE {display:block;}#TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE { width:16.2495rem;height:auto;top:8.8125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #h5nDmPySUbgq21tZI4p0D1bDIaVRDmnc {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #QXe9A6br1MnSzu71zGDrBuhrCHcAEXFd {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #GhMMUutwg861pfVg8oTBlKylxIJI297R {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #mftdth1oapOxEbnkAHTK2fTEMe5Qxzmv {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #ndyiS20m40E05nJBFX1z9lTQ6wLEkrUH {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #xnDAXWJZVuLyfiCRpaKv3ykuX5LHzHW8 {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #S618IcVCxVtMqDyuFruKygvL8MeXmkA2 {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #fCQlMRse30rZWTccfMTG2OwztXoFwBA4 {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #sdGwb3wsq6x3afzBuPN9FDyfALDN0dyx {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #OAqhNFv1T4ItH8I3gSBe6HTGPFP8RA1o {  }
 }@media only screen and (max-width: 763px) { #TkbTiGla1eBD4iL4ES4Na3ICfUG3KuqE #tBHGLWoCkCewvoldcTVXmCh6UQCXwNEp {  }
 }@media only screen and (max-width: 763px) { #D20CzPCGeP7pqESmyvebllTBvR4rdDGv { width:1.3747625rem;height:1.3747625rem;top:3.8108494281769rem;left:3.6856137514114rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMocUGI57HTPcCFBJA66KoIDHJLhloxC { width:10.18725rem;height:2.4997625rem;top:3.2483494281769rem;left:6.4981137514112rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFrQBac3S1ZNhaTiRCyvu4BhC6MnNqmR { display:block; }
 }@media only screen and (max-width: 763px) { #nkcB6cybmOpb74b8ThyxLTHFougALW9K { display:block; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { width:20rem;height:1.2494506835938rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWCErNuTCTniqtG1kgi7Nz4a0yUL8yXK { width:19.999rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }