.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,212,208;--color-primary-1:242,127,115;--color-primary-2:234,42,21;--color-primary-3:140,25,13;--color-primary-4:121,17,6;--color-secondary-0:225,231,242;--color-secondary-1:166,184,215;--color-secondary-2:106,137,188;--color-secondary-3:64,82,113;--color-secondary-4:0,35,73;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdsh1Ife799xG8MZTe6kKy8ZOP81e41c { position:relative;display:none; }#hdsh1Ife799xG8MZTe6kKy8ZOP81e41c { border-width: 0; border-radius: 0; }#hdsh1Ife799xG8MZTe6kKy8ZOP81e41c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hdsh1Ife799xG8MZTe6kKy8ZOP81e41c > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#u27wE8UsVSApEJudHTtbaNuZScKXegfT { color:rgba(var(--color-secondary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:0.587890625rem;left:11.59375rem;height:3.1497375rem;display:none; }
#aErBTeugHSL3a5NPnDD9ScPGMwAt3phA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:0.8125rem;left:20.25rem;overflow:hidden;display:none; }
#kZhAbrnE3hzUWVyDxOeG4XHsEfeeohul { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:0.8125rem;left:9.40625rem;overflow:hidden;display:none; }
#R4FrArRs8bWseCc0ewBgm15hUN4zA3sT { color:rgba(var(--color-secondary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.875rem;left:22.4375rem;height:2.2747375rem;display:none; }
#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f69114ad-9d54-4a55-ad6b-841623f1fec1/wykoczenia_mieszka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6.adaptive-delivery-prevent-bg, #cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6.lazyload, #cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6.lazyloading { background-image: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container { background-color: transparent; background-image: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container > .video-iframe-container { display: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row > .video-iframe-container { display: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .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); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container { border-width: 0; border-radius: 0; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#Wv6Sv1PrOqDvb1AkTBMGX6l5CpEOa21i { color:#0098ce;display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:12.875rem;left:0.625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SIXfscc6EsbCzLGhNbZgCf7qVWk57sxX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:20.875rem;top:6.5rem;left:0.0625rem;overflow:hidden;display:block; }
#V10aiFBDuId7Om1gTCX5kl8b7CLFF9z7 { color:rgba(var(--color-secondary-4),1);display:block;width:41.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:18.900390625rem;left:0.625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WpI7KRHJyTBWumn0yhVEwf3Xqdi7kvNT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:0.8125rem;left:9.40625rem;overflow:hidden;display:block; }
#KNZ1MP5VTTxBsc7VUqTycbDKiO0LxbOC { color:rgba(var(--color-secondary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:0.587890625rem;left:11.59375rem;height:3.1497375rem;display:block; }
#eaalhmEWbdfXkbCHT04wA9TNTpI761Q1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:0.8125rem;left:20.25rem;overflow:hidden;display:block; }
#dg8x9UWnlUSeIK6hxmATHKvyrG4IizIy { color:rgba(var(--color-secondary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:0.5625rem;left:22.4375rem;height:3.1497375rem;display:block; }
#acvvO5fX7tR4LBpFhP6uUR4G278WMGi2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"lato black";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.0625rem;left:6.5rem;display:block; }
#RPDPyULExDD1zQc2COuz4IxpKXKGGe62 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mxKubDnrzaW4XpwNnC8HibQ0BPVVhrUh { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#cNc1XF6kHuzV7etA7uH9kKRwlgZC5Tgz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OFpvfLOVJmdTdreX75gDrnseT9iTVpDy { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0rem;left:2.9375rem;display:block; }
#KXQVPe2h17BF31NbNz9W4fCc9REoAgAO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r9F2osH0NqZG0BrHaQy8od7TdnD4gcSG { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0rem;left:5.875rem;display:block; }
#zoOxuyfkTuVMdIHBXgEEuuXAyaWzVThs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3nFNE5VWMLEux2kM02XNUDODUQSR2Oc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:6.875rem;top:31.375rem;left:4.96875rem;overflow:hidden;display:block; }
#XGOJcD9mUUdLCmg7ZmQMbo601uzvTlUT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:12.3125rem;top:32.46875rem;left:13.71875rem;overflow:hidden;display:block; }
#TRlr6mck9pFsdkVTEeWz3rykGM5JvoN3 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:11rem;left:0rem;display:none; }
#f1XsiJB770HsqpMxzoMfOhvCnP6VSc9a { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.25rem;width:2.0625rem;top:1.3125rem;left:54.375rem;overflow:hidden;display:block; }
#iSw2oER7UauCLo41WQyMyb0gO5vtHd9d { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.25rem;width:2.0625rem;top:1.3125rem;left:57.25rem;overflow:hidden;display:block; }
#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e9f2f8, #ffffff);background-image: -moz-linear-gradient(180deg, #e9f2f8, #ffffff);background-image: -ms-linear-gradient(180deg, #e9f2f8, #ffffff);background-image: -o-linear-gradient(180deg, #e9f2f8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e9f2f8, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container { background-color: transparent; background-image: none; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container > .video-iframe-container { display: none; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row > .video-iframe-container { display: none; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .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); }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container { border-width: 0; border-radius: 0; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:60rem;position:relative;display:block; }#ebTaSiA2QQLCGAuoNkM65cu7bSgs6QuX { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:12.5625rem;left:20.78125rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vAU4KvEuJ1yMZlwuHODqfRNeVFTX3VGw { color:#0098ce;display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:20.5625rem;height:5.5247375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N4eWaIJCrSCo3Km0CvWps3ACpAk4uRzc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:31.375rem;left:1.3125rem;overflow:hidden;display:block; }
#tE2kUViy87ID0eyXLnU8vNRT5M7NHJ9c { color:#0098ce;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:31.3125rem;left:8.6875rem;height:1.875rem;font-style:normal;display:block; }
#erK0Jl5hNF3KlTM9SvIevZCpPiu5FLe4 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:33.1875rem;left:8.8125rem;height:4.5rem;font-style:normal;display:block; }
#xep2zKzFewhzTx4HStlKaq2p416T2oMa { color:rgba(var(--color-tertiary-2),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:33.1875rem;left:37.3125rem;height:6rem;font-style:normal;display:block; }
#BndPZ4IiZWkpLm5etB28pONBxJTIe1Pu { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:31.375rem;left:29.8125rem;overflow:hidden;display:block; }
#WzWeb5XShnM0S3oE3FFRq81QTMVrlFk3 { color:#0098ce;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:31.3125rem;left:37.3125rem;height:1.875rem;font-style:normal;display:block; }
#cAr2OZ0xbqkUP3TFbRkkQT7zhCc2TUPG { color:rgba(var(--color-tertiary-2),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:43.9375rem;left:37.3125rem;height:3rem;font-style:normal;display:block; }
#NTN9ZysP2SshthQAINTumBEeiFm6BQ9R { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:41.75rem;left:29.8125rem;overflow:hidden;display:block; }
#ND0sV1tGsG7LoHqhnKZ03HIvCllbUEoS { color:rgba(var(--color-tertiary-2),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:43.9375rem;left:8.8125rem;height:4.5rem;font-style:normal;display:block; }
#TJro9mmQQ6wR2x1XEpMAHN9JITlMRce8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:41.75rem;left:1.3125rem;overflow:hidden;display:block; }
#eSdOWhfBFJSxCQabspSSpJCTPXkvXKio { color:#0098ce;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:42.0625rem;left:8.8125rem;height:;font-style:normal;display:block; }
#pUHLlgOTR4zi8Jnfw5we8MfuDMoDOrKc { color:#0098ce;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:42.0625rem;left:37.3125rem;height:;font-style:normal;display:block; }
#zFOZ1spy0k63T9bDkxhwwTqzkqGUVoZu { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:19.625rem;top:3.9166669845581rem;left:0rem;overflow:hidden;display:block; }
#K1nzyO7mgpb43KTTT1gMrGGgezE6GyWG { box-sizing:content-box;height:21.75rem;width:48.8125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:4.375rem;left:11.25rem;box-shadow: none;display:block; }
#vchLfaeU9ZUXEr7QVqUHnX2xCPTeNpZt { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"lato black";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:52.125rem;left:21.25rem;display:block; }
#OzsP9974paObooD0QVniaB2KtFf2XtV3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BNsyf6hvbZ4Ckz3awOySUKExLCxSSumG { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:13.1875rem;left:20.78125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { position:relative;display:block; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { background-color: transparent; background-image: none; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container > .video-iframe-container { display: none; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row > .video-iframe-container { display: none; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .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); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { border-width: 0; border-radius: 0; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .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:42.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wyaTNmTUufxxAp4d01V5GgpJp2fU9hJO { color:rgba(var(--color-tertiary-2),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:11.125rem;left:3.1875rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QmKEXE14ypTUg5hXrNRW7R3CzPVCIkI9 { color:#0098ce;display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5rem;left:3.1875rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mRvbPpyQXhL87FlsTuXG9t6msx5tHZme { box-sizing:content-box;height:28.875rem;width:29.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(233,242,248,0.9);background-image:none;top:4.375rem;left:0rem;display:block; }
#gHQ81CKs1S2mXlGn0BqX5HA4EHvx1HmX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:51.875rem;top:0.59310150146484rem;left:8.125rem;overflow:hidden;display:block; }
#oup7DzLdW12tR0XvlUDoHHE4n3boAErS { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:15.1875rem;top:27.875rem;left:47.5625rem;overflow:hidden;display:block; }
#hGvnv8C5DcTVgFQKVTylRPAEBCEh44XB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:51.875rem;top:1.59375rem;left:8.125rem;overflow:hidden;display:none; }
#kgu9Z7hcEVeNQd5PqLrvtkVXeFuBAMmm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:51.875rem;top:1.59375rem;left:8.125rem;overflow:hidden;display:none; }
#hrhgKpmryJzBpiQlqDSrgW6M2BZa1IXh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:51.875rem;top:1.59375rem;left:8.125rem;overflow:hidden;display:none; }
#ClPKxB0NIq2ykcpN2kz5Za2bp6GnpemX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:51.875rem;top:1.59375rem;left:8.125rem;overflow:hidden;display:none; }
#utzGRZ1CqTPz2Qwewn1d3AUqZwx9Xfc6 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:11.75rem;left:3.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/df6bda45-3f57-490e-93ce-6843d56a1c25/wykoczenia_pod_klucz_excellent.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC.adaptive-delivery-prevent-bg, #tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC.lazyload, #tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC.lazyloading { background-image: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container { background-color: transparent; background-image: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container > .video-iframe-container { display: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row > .video-iframe-container { display: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .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); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container { border-width: 0; border-radius: 0; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container { font-size:0.875rem;font-family:arial;height:86.5rem;width:60rem;position:relative;display:block; }#RuaNBWfTwhpWwpqwGPe21szNPfEQNyyO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.6875rem;width:13.75rem;top:55.437501907349rem;left:34.0625rem;overflow:hidden;display:block; }
#yskvTh1PK936J5t88AqUtzVK2SPnaToB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.6875rem;width:13.75rem;top:55.437501907349rem;left:12.1875rem;overflow:hidden;display:block; }
#yBg3Mwr148mumZ52L4MxyrtPDm5yvhxZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.6875rem;width:13.625rem;top:35.750001907349rem;left:38.8125rem;overflow:hidden;display:block; }
#mdN98mqk4Tl4W60z5M3lXQOs20tPLLJJ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.6875rem;width:13.75rem;top:35.750001907349rem;left:23.1875rem;overflow:hidden;display:block; }
#t7Z6E2mPaHkCUh5N7LmyNNwtX7ZMmfLo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.6875rem;width:13.75rem;top:35.750001907349rem;left:7.5625rem;overflow:hidden;display:block; }
#rDpUeMJuTfEUUU5eJPMpXpixF1lel5SX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.6875rem;width:13.75rem;top:21.687501907349rem;left:38.75rem;overflow:hidden;display:block; }
#kF0uoF2GU4rWlJXThR6Wv3cDGc8P2khB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.6875rem;width:13.75rem;top:21.687501907349rem;left:23.125rem;overflow:hidden;display:block; }
#gZa8St6lhHwdd49QMZtofd9ewypEWzxf { color:#0098ce;display:block;width:38.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9375rem;left:10.625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STK2Pw9vIEDqlOWv3s6XM5mLfVfxL9sT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.6875rem;width:13.75rem;top:21.687501907349rem;left:7.5rem;overflow:hidden;display:block; }
#uVPDNwxttlFxQmvnkOA8vlClBN5dKUKC { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:31.875001907349rem;left:8.1875rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WMbvbG5JpW9SRtvAuVnagFDh84w0S0Qm { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:31.875001907349rem;left:23.75rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JR9uo1iUDXzsg5Eczof2Dd8gCsnBhZKI { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:31.875001907349rem;left:39.375rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OAeuW5QRnxdiZ94yWpHHfxmRmSGvbcl6 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:46.062501907349rem;left:8.1875rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wsLTaDf3adVkweNdqBFhbPQU3vFVkqf3 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:46.062501907349rem;left:23.75rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SZunKcT6wnGeStqlxx022XoSnteSNs1L { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:46.062501907349rem;left:39.375rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WFXv7ThtCNiUL5XlbuTxreka4fEMeapW { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:65.75000190735rem;left:12.8125rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTVFoLFP7rVFBy2q5AUZLCSZUOGRCIs6 { color:rgba(var(--color-tertiary-2),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:65.81250190735rem;left:33.9375rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tfr5y3BJKm5h71IKeuaGM5xZUzbzIbr6 { box-sizing:content-box;height:78.25rem;width:52.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(233,242,248,0.7);background-image:none;top:3.375rem;left:3.46875rem;display:block; }
#UXGMBSMLLQqqPPkTszmWWSKsDoToPIxd { color:rgba(var(--color-tertiary-2),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:12.8125rem;left:9.59375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MqVGzUOewt96xdknJkm5wvxtpuhpq5MT { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:51.187501907349rem;left:10.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWolFgWfKT3IKfxmEMddBxmnRUSJtsN7 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:51.187501907349rem;left:30.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJ4eWBuO4TVaIVPgFcPSTdd7ZZgJZd80 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"lato black";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:71.00000190735rem;left:21.25rem;display:block; }
#ZqIlgpfBpLBqazk5CDhhUvwTIRquAdua { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e9f2f8, #ffffff);background-image: -moz-linear-gradient(180deg, #e9f2f8, #ffffff);background-image: -ms-linear-gradient(180deg, #e9f2f8, #ffffff);background-image: -o-linear-gradient(180deg, #e9f2f8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e9f2f8, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container { background-color: transparent; background-image: none; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container > .video-iframe-container { display: none; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row > .video-iframe-container { display: none; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .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); }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container { border-width: 0; border-radius: 0; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container { width:60rem;height:49.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#XfU7Hl90fMLVzLRhKg4CdMeMUq3DQbbo { color:rgba(var(--color-tertiary-2),1);display:block;width:49.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:5.5rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9xhmDa7T1A7lFQsFPug0Xlg3vaId6SR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:23.250000298023rem;left:8.3125rem;overflow:hidden;display:block; }
#mreSLWvhT8Gr3fGCkNxpX0rRO0Kl1Z4P { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:23.312501907349rem;left:24.104167938233rem;overflow:hidden;display:block; }
#spxzqQGJ9pKhfWEro5E4RbrWFgNqCQdH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:23.187500298023rem;left:39.5625rem;overflow:hidden;display:block; }
#l0lMdpkp6IJ5TkDrgwk49v97VxeOo7og { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:34.750001251697rem;left:8.3125rem;overflow:hidden;display:block; }
#Z5hIOreNfuCGJNnOfdelKzoLx3F6JWUe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:34.812500953674rem;left:39.5625rem;overflow:hidden;display:block; }
#fWe0KhEc8xgvFbMJIx3g64n3BeMnf1tM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:34.812501907349rem;left:24rem;overflow:hidden;display:block; }
#WuVmiKouNA2xPuhxPZLDuIM3FxtA7ZJm { color:rgba(var(--color-tertiary-2),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.8541669845581rem;left:7.96875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GRvv7WKTquOrZ2SBwHFqvni6i4MGHgJc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:8.3125rem;overflow:hidden;display:block; }
#A8QHEihTKHNBDmhOTd3VvFRrV6NuXcQw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:11.729167938233rem;left:24.104167938233rem;overflow:hidden;display:block; }
#tzTTmOTakG3Dyx4VrOf3PIkWpeUgtUg5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:11.6875rem;left:39.5625rem;overflow:hidden;display:block; }
#lvZMmmHqsAcurywDqfa4aT65bXuzVMUP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:40rem;display:none; }
#tHmsHdhfHXugGi40X8VqA0STff69gkEq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:11.750000596046rem;left:8.3125rem;overflow:hidden;display:none; }
#EuA4kHUrBLlakvicg8n8z1uDgPF52fx9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:11.750000596046rem;left:8.3125rem;overflow:hidden;display:none; }
#rzC7mSpPhE2WJ9t9USKcFulIaTPEzNA7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:11.750000596046rem;left:8.3125rem;overflow:hidden;display:none; }
#hKuAf5DK1BnFilEnfEMdL7qpvks6REKZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:11.750000596046rem;left:8.3125rem;overflow:hidden;display:none; }
#PoDJNT81kIAcPWqtXKKOWpSMyS3xRMLP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#BreH2z9LJfsGsmT44BWTqx5fxNIbCPGz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#xGnszF3xukocqMdONKbAzVO2plJosVG7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#Q7pVQf2wDrsIhoMitnBfiA1vbmaBgAJm { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#QT7wFRqhRbT3MnL7eNTV06QJ8Tn3XFLp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:39.5625rem;overflow:hidden;display:none; }
#bsgBDla89OXEJMUpOim6Hd1WVOHqvgAB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:39.5625rem;overflow:hidden;display:none; }
#hzyCuBbn1OXIcc8MEBWGLEftITg91Q62 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:39.5625rem;overflow:hidden;display:none; }
#xJc26qdxACNd7DaXArtL7uSG62uRIeWJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:39.5625rem;overflow:hidden;display:none; }
#PcuaUE8ofd2V4LEX21oiFywCm7KKnJGJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:8.3125rem;overflow:hidden;display:none; }
#VrTQzc9vMmkToF3fvWof0GzrGbL9NA5B { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:8.3125rem;overflow:hidden;display:none; }
#Os6BXWQcH1tTLG7S1wva8NkXhdcFdm5F { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:8.3125rem;overflow:hidden;display:none; }
#Slcq9Hho12Fhi9lzSaOqmo0vKQhnTZhG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:8.3125rem;overflow:hidden;display:none; }
#SmAONibrgItCy9cFOwIq1dZT0audcMa0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:24.104167938233rem;overflow:hidden;display:none; }
#JL2OhfnTt89QnERwHKfLFhJPTBGe8TMa { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:24.104167938233rem;overflow:hidden;display:none; }
#hqJXKlVxRGFmSGnETK1lqe9JRKXr1Ong { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:24.104167938233rem;overflow:hidden;display:none; }
#g8gLNG2k5EBwUiaN5O3aG1sNyExCPcvn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:39.5625rem;overflow:hidden;display:none; }
#suSMXSfDVxIl6PImasBWhuMT7mxT2Ppf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:39.5625rem;overflow:hidden;display:none; }
#C9FAU5Wtb8z8Ap4oFeeJaPEe3bw28FN1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:39.5625rem;overflow:hidden;display:none; }
#NnpepTHIqi7SxxlHeewAQK4TzeBX6sMh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:8.3125rem;overflow:hidden;display:none; }
#xZUpu6Uk3v2espTeG5M83U3dCxi4v5Ed { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:8.3125rem;overflow:hidden;display:none; }
#MRKTGpbPWsz2gtFbo1CB55lA38c9xCpT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:8.3125rem;overflow:hidden;display:none; }
#rq5v192IB3zMNHF43s16h3nx0yohk2Gw { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#rJifrkMixEJAP9nwlPqLX908rzkPT9rr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#hHS1NmFmJrKncC9tOlLmIImnk1DBPvaB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#TbkGGxdnSTZkThWVo5vVk83B650Syd0z { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:39.5625rem;overflow:hidden;display:none; }
#RBsCZu2BT9fwGR13l78mRl9twg1tdtJT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-2),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:39.5625rem;overflow:hidden;display:none; }
#xhpBrc2Fr3UEGIaMGk4sWvHqTExfVT3D { color:rgba(var(--color-tertiary-2),1);display:block;width:49.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:6.125rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#D8cxzKd9C358BhFOGUqkvFTv2fVedcHl { color:rgba(var(--color-tertiary-2),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.4791669845581rem;left:8.59375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV { position:relative;display:block; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV { background-color: transparent; background-image: none; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container > .video-iframe-container { display: none; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row > .video-iframe-container { display: none; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .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); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV { border-width: 0; border-radius: 0; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .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:45.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-form-header { font-size:0.75rem; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:#ffffff;width:17.5rem;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;font-style:normal;overflow:hidden;line-height:1.2;text-align:left;text-align-last:left;vertical-align:top; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:17.5rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-secondary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;font-weight:400;font-style:normal;vertical-align:top;line-height:1.2; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-text {padding-top: 0; padding-bottom: 0;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:17.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;font-weight:400;font-style:normal;vertical-align:top;line-height:1.2; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-secondary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:400;font-style:normal;vertical-align:top; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-select {padding-top: 0; padding-bottom: 0;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-checkbox { width:1rem;height:1rem;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; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#de2b17;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-2),0.5) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.3); }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R [class*="-text"]:-moz-placeholder { color:#7f8080;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R [class*="-text"]::-moz-placeholder { color:#7f8080;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R [class*="-text"]:-ms-input-placeholder { color:#7f8080;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R [class*="-text"]::-webkit-input-placeholder { color:#7f8080;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .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; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .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:#ffffff;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-container:first-of-type{padding-top:0;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-container:last-of-type{padding-bottom:0;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R  { background-color:rgba(var(--color-secondary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40rem;top:3.53125rem;z-index:15001;position:absolute;font-size:0.75rem; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R {display:block;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R { background-color:rgba(var(--color-secondary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40rem;top:3.53125rem;z-index:15001;position:absolute;font-size:0.75rem; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #H7AxvQDduGWU9fBGoxZQAxEhhbx6Imkr { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #lgkCNAKTJUaEIFJMTsmeuCpbCn8tSspR { position:relative;display:block; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #VhaV41WWHaWLzTlxg6pQL13hflqxrXEe { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #X0nkLiJxg1qkw0ifb2hSIQBWBpIpwq9U { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #kehQiU5eDx8awHe9hoGJ4t71k2OiKVel { position:relative;display:block; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #dRP8xbPVlRlDdoQkHoWS8CzKIXSqMfzB { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #wCyVELMuXTdpT2BXMtyDtu6v6qXDiThq { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #gZZTHJDqo7m875ziy12UDGDnRvRDUt86 { position:relative;display:block; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #Vd1XS3y80XGiTVS3BJoWnC5KrmIpR81B { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #Oyf5nNKxWxbNT0WoMMNBFComSe20e6Xe { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #hSUaTR6EeixmslMBcp7DZosfakO3cl7r { position:relative;display:block; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #ACtVC3UBCXcT34pECmmLCIhNVLds0yxa { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #aUA5x2yuqevLTs8INu8tbzJFfkJXwx0t { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #mR0h5THdTKpUUfxAba8MiEoK9q74zlPP { position:relative;display:block; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #mcVqlLNuFI6DS09nCtawr9mBIT98VQQI { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #EbOz5CzPLtV0xvG6z75Ctm0732pZB9Zd { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #IVbCzpT5RJHc6XQdbJnpxhJ1r0RH4ChM { position:relative;display:block; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #NFN3rloPJPXKiXIDvl9LTQefMQiRLiND { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #oLz7b7oP30wMDbBm6zO0VIX8MLpAVRod { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #JA1bhJPAAA52epMG1FxvCuJW0XJawccs { position:relative;z-index:2; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #D2nGqrsnnwo8TDJDnsNesd0OkLVwTA1h { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #J9cyOZ5dB9TNRGm2yqWv9tqrmgsiWN2J { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #x5pcHM7rlAQZnUUlgMKKyNpQ82XlPK5n { position:relative; }
#qbifPrVSZiz7KUiVkZmbwHPfhPHw1IMK { color:rgba(var(--color-tertiary-2),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.375rem;left:3.0625rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DrcSNb1v85OnPLHs2z8I35E22WfVTw3V { color:#0098ce;display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.125rem;left:3.0625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c1aLSis6B7OV1PJMzCTFLOrTpWCVHiBp { box-sizing:content-box;height:26rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#e9f2f8;background-image:none;top:8.6875rem;left:0rem;display:block; }
#xTTEmCmqxKOf8eeGMN6TVkJpCpmu9goQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:14.25rem;top:1.8125rem;left:3.0625rem;overflow:hidden;display:block; }
#runonORTECm8TNf2dDhKIhRVRLNExdo2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:40rem;display:none; }
#qd390kWsVs1VEhiqAkBvAN3DnzXDNtR9 { color:#0098ce;display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.6875rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Z7BtAzDUmCXOdZsRXd9KpfhJqt9yu6ml { color:rgba(var(--color-tertiary-2),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17rem;left:3.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f2f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container { background-color: transparent; background-image: none; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container > .video-iframe-container { display: none; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row > .video-iframe-container { display: none; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .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); }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container { border-width: 0; border-radius: 0; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#l1G0S0T7fG5yEqqaT3ZNCG9e3THprWQf { position:absolute;display:block;z-index:15000;height:28.1875rem;width:60rem;top:-0.0625rem;left:-0.125rem;display:block; }
#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr { position:relative;display:block; }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr { background-color: transparent; background-image: none; }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr > .row .container > .video-iframe-container { display: none; }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr > .row > .video-iframe-container { display: none; }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr > .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); }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr { border-width: 0; border-radius: 0; }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr > .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:16rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tCPmGO7tnBphZKmsdJLLlJMXK7WyA4Hr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.1875rem;left:22.125rem;overflow:hidden;display:block; }
#zkWUXWDn5kMvNN0JNT39Ls5A94KlToBp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.1875rem;left:28.5625rem;overflow:hidden;display:block; }
#silCXhXL2KCIxL30tnrcyHzV2MkbDv60 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.1875rem;left:34.8125rem;overflow:hidden;display:block; }
#A7OHkJ6yim0OG5pzc4KR6TRoTpOBdEOy { color:rgba(var(--color-secondary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.330730438233rem;left:19.125rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hdsh1Ife799xG8MZTe6kKy8ZOP81e41c { display:none; }#hdsh1Ife799xG8MZTe6kKy8ZOP81e41c > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u27wE8UsVSApEJudHTtbaNuZScKXegfT { top:0.5625rem;left:5.46875rem;width:7.625rem;height:3.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aErBTeugHSL3a5NPnDD9ScPGMwAt3phA { top:0.8125rem;left:14.125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZhAbrnE3hzUWVyDxOeG4XHsEfeeohul { top:0.8125rem;left:3.28125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4FrArRs8bWseCc0ewBgm15hUN4zA3sT { top:2.75rem;left:2.6250005960464rem;width:7.9375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 { display:block; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wv6Sv1PrOqDvb1AkTBMGX6l5CpEOa21i { width:33rem;height:4.875rem;top:12.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIXfscc6EsbCzLGhNbZgCf7qVWk57sxX { top:6.5rem;left:0rem;width:20.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V10aiFBDuId7Om1gTCX5kl8b7CLFF9z7 { width:41.0625rem;height:2.4375rem;top:18.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpI7KRHJyTBWumn0yhVEwf3Xqdi7kvNT { top:0.8125rem;left:3.28125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNZ1MP5VTTxBsc7VUqTycbDKiO0LxbOC { top:0.5625rem;left:5.46875rem;width:7.625rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaalhmEWbdfXkbCHT04wA9TNTpI761Q1 { top:0.8125rem;left:14.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg8x9UWnlUSeIK6hxmATHKvyrG4IizIy { top:0.5625rem;left:16.3125rem;width:14.8125rem;height:3.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acvvO5fX7tR4LBpFhP6uUR4G278WMGi2 { width:17.5rem;height:3.625rem;top:25.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPDPyULExDD1zQc2COuz4IxpKXKGGe62 { display:block; }
 }@media only screen and (max-width: 763px) { #mxKubDnrzaW4XpwNnC8HibQ0BPVVhrUh { width:2.8125rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNc1XF6kHuzV7etA7uH9kKRwlgZC5Tgz { display:block; }
 }@media only screen and (max-width: 763px) { #OFpvfLOVJmdTdreX75gDrnseT9iTVpDy { width:2.8125rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXQVPe2h17BF31NbNz9W4fCc9REoAgAO { display:block; }
 }@media only screen and (max-width: 763px) { #r9F2osH0NqZG0BrHaQy8od7TdnD4gcSG { width:2.8125rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoOxuyfkTuVMdIHBXgEEuuXAyaWzVThs { display:block; }
 }@media only screen and (max-width: 763px) { #a3nFNE5VWMLEux2kM02XNUDODUQSR2Oc { top:31.375rem;left:0rem;width:6.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGOJcD9mUUdLCmg7ZmQMbo601uzvTlUT { top:32.4375rem;left:7.59375rem;width:12.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRlr6mck9pFsdkVTEeWz3rykGM5JvoN3 { top:11rem;left:0rem;width:19.875rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1XsiJB770HsqpMxzoMfOhvCnP6VSc9a { top:1.3125rem;left:45.5625rem;width:2.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSw2oER7UauCLo41WQyMyb0gO5vtHd9d { top:1.3125rem;left:45.6875rem;width:2.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB { display:block; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebTaSiA2QQLCGAuoNkM65cu7bSgs6QuX { top:12.5625rem;left:12.25rem;width:35.5rem;height:10.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAU4KvEuJ1yMZlwuHODqfRNeVFTX3VGw { top:6.25rem;left:11.3125rem;width:36.4375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4eWaIJCrSCo3Km0CvWps3ACpAk4uRzc { top:31.375rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE2kUViy87ID0eyXLnU8vNRT5M7NHJ9c { top:31.3125rem;left:2.5625rem;width:16.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erK0Jl5hNF3KlTM9SvIevZCpPiu5FLe4 { top:33.1875rem;left:2.6875rem;width:18.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xep2zKzFewhzTx4HStlKaq2p416T2oMa { top:33.1875rem;left:27.5625rem;width:20.1875rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BndPZ4IiZWkpLm5etB28pONBxJTIe1Pu { top:31.375rem;left:23.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzWeb5XShnM0S3oE3FFRq81QTMVrlFk3 { top:31.3125rem;left:25rem;width:22.75rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAr2OZ0xbqkUP3TFbRkkQT7zhCc2TUPG { top:43.9375rem;left:27.5625rem;width:20.1875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTN9ZysP2SshthQAINTumBEeiFm6BQ9R { top:41.75rem;left:23.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND0sV1tGsG7LoHqhnKZ03HIvCllbUEoS { top:43.9375rem;left:2.6875rem;width:19.6875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJro9mmQQ6wR2x1XEpMAHN9JITlMRce8 { top:41.75rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSdOWhfBFJSxCQabspSSpJCTPXkvXKio { top:42.0625rem;left:2.6875rem;width:16.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUHLlgOTR4zi8Jnfw5we8MfuDMoDOrKc { top:42.0625rem;left:31.1875rem;width:16.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFOZ1spy0k63T9bDkxhwwTqzkqGUVoZu { top:3.875rem;left:0rem;width:19.625rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1nzyO7mgpb43KTTT1gMrGGgezE6GyWG { top:4.375rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vchLfaeU9ZUXEr7QVqUHnX2xCPTeNpZt { width:17.5rem;height:3.625rem;top:52.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzsP9974paObooD0QVniaB2KtFf2XtV3 { display:block; }
 }@media only screen and (max-width: 763px) { #BNsyf6hvbZ4Ckz3awOySUKExLCxSSumG { top:10.25rem;left:0rem;width:17.5rem;height:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { display:block; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyaTNmTUufxxAp4d01V5GgpJp2fU9hJO { top:11.125rem;left:0rem;width:22.4375rem;height:19.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmKEXE14ypTUg5hXrNRW7R3CzPVCIkI9 { top:7.5rem;left:0rem;width:26.5625rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRvbPpyQXhL87FlsTuXG9t6msx5tHZme { top:4.375rem;left:0rem;width:29.75rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHQ81CKs1S2mXlGn0BqX5HA4EHvx1HmX { top:0.5625rem;left:0rem;width:47.75rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oup7DzLdW12tR0XvlUDoHHE4n3boAErS { top:27.875rem;left:32.5625rem;width:15.1875rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGvnv8C5DcTVgFQKVTylRPAEBCEh44XB { top:1.5625rem;left:0rem;width:47.75rem;height:31.699096385542rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgu9Z7hcEVeNQd5PqLrvtkVXeFuBAMmm { top:1.5625rem;left:0rem;width:47.75rem;height:31.699096385542rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrhgKpmryJzBpiQlqDSrgW6M2BZa1IXh { top:1.5625rem;left:0rem;width:47.75rem;height:31.699096385542rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClPKxB0NIq2ykcpN2kz5Za2bp6GnpemX { top:1.5625rem;left:0rem;width:47.75rem;height:31.699096385542rem;display:block; }
 }@media only screen and (max-width: 763px) { #utzGRZ1CqTPz2Qwewn1d3AUqZwx9Xfc6 { top:11.75rem;left:0rem;width:22.4375rem;height:19.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC { display:block; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuaNBWfTwhpWwpqwGPe21szNPfEQNyyO { top:55.4375rem;left:27.9375rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yskvTh1PK936J5t88AqUtzVK2SPnaToB { top:55.4375rem;left:6.0625rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBg3Mwr148mumZ52L4MxyrtPDm5yvhxZ { top:35.75rem;left:32.6875rem;width:13.625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdN98mqk4Tl4W60z5M3lXQOs20tPLLJJ { top:35.75rem;left:17.0625rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Z6E2mPaHkCUh5N7LmyNNwtX7ZMmfLo { top:35.75rem;left:1.4375rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDpUeMJuTfEUUU5eJPMpXpixF1lel5SX { top:21.6875rem;left:32.625rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF0uoF2GU4rWlJXThR6Wv3cDGc8P2khB { top:21.6875rem;left:17rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZa8St6lhHwdd49QMZtofd9ewypEWzxf { top:6.9375rem;left:4.5rem;width:38.1875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #STK2Pw9vIEDqlOWv3s6XM5mLfVfxL9sT { top:21.6875rem;left:1.375rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVPDNwxttlFxQmvnkOA8vlClBN5dKUKC { top:31.875rem;left:2.0625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMbvbG5JpW9SRtvAuVnagFDh84w0S0Qm { top:31.875rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR9uo1iUDXzsg5Eczof2Dd8gCsnBhZKI { top:31.875rem;left:33.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAeuW5QRnxdiZ94yWpHHfxmRmSGvbcl6 { top:46.0625rem;left:2.0625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsLTaDf3adVkweNdqBFhbPQU3vFVkqf3 { top:46.0625rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZunKcT6wnGeStqlxx022XoSnteSNs1L { top:46.0625rem;left:33.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFXv7ThtCNiUL5XlbuTxreka4fEMeapW { top:65.75rem;left:6.6875rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTVFoLFP7rVFBy2q5AUZLCSZUOGRCIs6 { top:65.8125rem;left:27.8125rem;width:14rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfr5y3BJKm5h71IKeuaGM5xZUzbzIbr6 { top:3.375rem;left:0rem;width:47.75rem;height:78.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXGMBSMLLQqqPPkTszmWWSKsDoToPIxd { top:12.8125rem;left:3.46875rem;width:40.8125rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqVGzUOewt96xdknJkm5wvxtpuhpq5MT { top:51.1875rem;left:4.8125rem;width:16.1875rem;height:3rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWolFgWfKT3IKfxmEMddBxmnRUSJtsN7 { top:51.1875rem;left:24.5rem;width:20.625rem;height:3rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ4eWBuO4TVaIVPgFcPSTdd7ZZgJZd80 { width:17.5rem;height:3.625rem;top:71rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqIlgpfBpLBqazk5CDhhUvwTIRquAdua { display:block; }
 }@media only screen and (max-width: 763px) { #LOTwSUfr710qaTpMgHB3eyTTJI072ro2 { display:block; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfU7Hl90fMLVzLRhKg4CdMeMUq3DQbbo { top:3.9375rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9xhmDa7T1A7lFQsFPug0Xlg3vaId6SR { top:23.25rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mreSLWvhT8Gr3fGCkNxpX0rRO0Kl1Z4P { top:23.3125rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spxzqQGJ9pKhfWEro5E4RbrWFgNqCQdH { top:23.1875rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0lMdpkp6IJ5TkDrgwk49v97VxeOo7og { top:34.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5hIOreNfuCGJNnOfdelKzoLx3F6JWUe { top:34.8125rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWe0KhEc8xgvFbMJIx3g64n3BeMnf1tM { top:34.8125rem;left:17.875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuVmiKouNA2xPuhxPZLDuIM3FxtA7ZJm { top:7.8125rem;left:1.84375rem;width:45.4375rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRvv7WKTquOrZ2SBwHFqvni6i4MGHgJc { top:11.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8QHEihTKHNBDmhOTd3VvFRrV6NuXcQw { top:11.6875rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzTTmOTakG3Dyx4VrOf3PIkWpeUgtUg5 { top:11.6875rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvZMmmHqsAcurywDqfa4aT65bXuzVMUP { width:40rem;height:19.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHmsHdhfHXugGi40X8VqA0STff69gkEq { top:11.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuA4kHUrBLlakvicg8n8z1uDgPF52fx9 { top:11.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzC7mSpPhE2WJ9t9USKcFulIaTPEzNA7 { top:11.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKuAf5DK1BnFilEnfEMdL7qpvks6REKZ { top:11.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoDJNT81kIAcPWqtXKKOWpSMyS3xRMLP { top:11.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BreH2z9LJfsGsmT44BWTqx5fxNIbCPGz { top:11.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGnszF3xukocqMdONKbAzVO2plJosVG7 { top:11.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7pVQf2wDrsIhoMitnBfiA1vbmaBgAJm { top:11.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT7wFRqhRbT3MnL7eNTV06QJ8Tn3XFLp { top:11.75rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsgBDla89OXEJMUpOim6Hd1WVOHqvgAB { top:11.75rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzyCuBbn1OXIcc8MEBWGLEftITg91Q62 { top:11.75rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJc26qdxACNd7DaXArtL7uSG62uRIeWJ { top:11.75rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcuaUE8ofd2V4LEX21oiFywCm7KKnJGJ { top:23.25rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrTQzc9vMmkToF3fvWof0GzrGbL9NA5B { top:23.25rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os6BXWQcH1tTLG7S1wva8NkXhdcFdm5F { top:23.25rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Slcq9Hho12Fhi9lzSaOqmo0vKQhnTZhG { top:23.25rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmAONibrgItCy9cFOwIq1dZT0audcMa0 { top:23.25rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL2OhfnTt89QnERwHKfLFhJPTBGe8TMa { top:23.25rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqJXKlVxRGFmSGnETK1lqe9JRKXr1Ong { top:23.25rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8gLNG2k5EBwUiaN5O3aG1sNyExCPcvn { top:23.25rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suSMXSfDVxIl6PImasBWhuMT7mxT2Ppf { top:23.25rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9FAU5Wtb8z8Ap4oFeeJaPEe3bw28FN1 { top:23.25rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnpepTHIqi7SxxlHeewAQK4TzeBX6sMh { top:34.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZUpu6Uk3v2espTeG5M83U3dCxi4v5Ed { top:34.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRKTGpbPWsz2gtFbo1CB55lA38c9xCpT { top:34.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq5v192IB3zMNHF43s16h3nx0yohk2Gw { top:34.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJifrkMixEJAP9nwlPqLX908rzkPT9rr { top:34.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHS1NmFmJrKncC9tOlLmIImnk1DBPvaB { top:34.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbkGGxdnSTZkThWVo5vVk83B650Syd0z { top:34.75rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBsCZu2BT9fwGR13l78mRl9twg1tdtJT { top:34.75rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhpBrc2Fr3UEGIaMGk4sWvHqTExfVT3D { top:4.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8cxzKd9C358BhFOGUqkvFTv2fVedcHl { top:8.125rem;left:0rem;width:18.5625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV { display:block; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-text {padding-top: 0; padding-bottom: 0;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-select {padding-top: 0; padding-bottom: 0;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R  { width:17.5rem;height:auto;top:3.5rem;left:27.75rem; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R {display:block;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R { width:17.5rem;height:auto;top:3.5rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #H7AxvQDduGWU9fBGoxZQAxEhhbx6Imkr {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #lgkCNAKTJUaEIFJMTsmeuCpbCn8tSspR { display:block; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #VhaV41WWHaWLzTlxg6pQL13hflqxrXEe {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #X0nkLiJxg1qkw0ifb2hSIQBWBpIpwq9U {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #kehQiU5eDx8awHe9hoGJ4t71k2OiKVel {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #dRP8xbPVlRlDdoQkHoWS8CzKIXSqMfzB {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #wCyVELMuXTdpT2BXMtyDtu6v6qXDiThq {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #gZZTHJDqo7m875ziy12UDGDnRvRDUt86 {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #Vd1XS3y80XGiTVS3BJoWnC5KrmIpR81B {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #Oyf5nNKxWxbNT0WoMMNBFComSe20e6Xe {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #hSUaTR6EeixmslMBcp7DZosfakO3cl7r { display:block; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #ACtVC3UBCXcT34pECmmLCIhNVLds0yxa {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #aUA5x2yuqevLTs8INu8tbzJFfkJXwx0t {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #mR0h5THdTKpUUfxAba8MiEoK9q74zlPP {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #mcVqlLNuFI6DS09nCtawr9mBIT98VQQI {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #EbOz5CzPLtV0xvG6z75Ctm0732pZB9Zd {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #IVbCzpT5RJHc6XQdbJnpxhJ1r0RH4ChM { display:block; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #NFN3rloPJPXKiXIDvl9LTQefMQiRLiND {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #oLz7b7oP30wMDbBm6zO0VIX8MLpAVRod {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #JA1bhJPAAA52epMG1FxvCuJW0XJawccs { z-index:2; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #D2nGqrsnnwo8TDJDnsNesd0OkLVwTA1h {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #J9cyOZ5dB9TNRGm2yqWv9tqrmgsiWN2J {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #x5pcHM7rlAQZnUUlgMKKyNpQ82XlPK5n {  }
 }@media only screen and (max-width: 763px) { #qbifPrVSZiz7KUiVkZmbwHPfhPHw1IMK { top:16.375rem;left:0rem;width:33.6875rem;height:15rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrcSNb1v85OnPLHs2z8I35E22WfVTw3V { top:12.125rem;left:0rem;width:28rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1aLSis6B7OV1PJMzCTFLOrTpWCVHiBp { top:8.6875rem;left:0rem;width:47.75rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTTEmCmqxKOf8eeGMN6TVkJpCpmu9goQ { top:1.8125rem;left:0rem;width:14.25rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #runonORTECm8TNf2dDhKIhRVRLNExdo2 { width:40rem;height:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qd390kWsVs1VEhiqAkBvAN3DnzXDNtR9 { top:12.75rem;left:0rem;width:28rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BtAzDUmCXOdZsRXd9KpfhJqt9yu6ml { top:7.875rem;left:0rem;width:17.875rem;height:21rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM { display:block; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1G0S0T7fG5yEqqaT3ZNCG9e3THprWQf { top:-0.0625rem;left:0rem;width:47.75rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr { display:block; }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCPmGO7tnBphZKmsdJLLlJMXK7WyA4Hr { top:3.1875rem;left:16rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkWUXWDn5kMvNN0JNT39Ls5A94KlToBp { top:3.1875rem;left:22.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #silCXhXL2KCIxL30tnrcyHzV2MkbDv60 { top:3.1875rem;left:28.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7OHkJ6yim0OG5pzc4KR6TRoTpOBdEOy { top:10.3125rem;left:13rem;width:21.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hdsh1Ife799xG8MZTe6kKy8ZOP81e41c { background-color:#002349;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hdsh1Ife799xG8MZTe6kKy8ZOP81e41c > .row .container { background-color: transparent; background-image: none; }#hdsh1Ife799xG8MZTe6kKy8ZOP81e41c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdsh1Ife799xG8MZTe6kKy8ZOP81e41c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdsh1Ife799xG8MZTe6kKy8ZOP81e41c > .row .container > .video-iframe-container { display: none; }#hdsh1Ife799xG8MZTe6kKy8ZOP81e41c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdsh1Ife799xG8MZTe6kKy8ZOP81e41c > .row > .video-iframe-container { display: none; }#hdsh1Ife799xG8MZTe6kKy8ZOP81e41c > .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); }#hdsh1Ife799xG8MZTe6kKy8ZOP81e41c > .row .container { border-width: 0; border-radius: 0; }#hdsh1Ife799xG8MZTe6kKy8ZOP81e41c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hdsh1Ife799xG8MZTe6kKy8ZOP81e41c > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u27wE8UsVSApEJudHTtbaNuZScKXegfT { width:5.625rem;height:2.699225rem;top:1rem;left:1.8125rem;font-size:0.75rem;z-index:15007;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aErBTeugHSL3a5NPnDD9ScPGMwAt3phA { width:1.375rem;height:1.375rem;top:1.25rem;left:8.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #kZhAbrnE3hzUWVyDxOeG4XHsEfeeohul { width:1.375rem;height:1.375rem;top:1.25rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #R4FrArRs8bWseCc0ewBgm15hUN4zA3sT { width:9.3125rem;height:2.699225rem;top:1rem;left:10.3125rem;font-size:0.75rem;z-index:15009;line-height:1.8;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/197f22e4-3aab-4327-ab1d-5a3777ccc50d/mobile_bg.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6.adaptive-delivery-prevent-bg, #cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6.lazyload, #cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6.lazyloading { background-image: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container { background-color: transparent; background-image: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container > .video-iframe-container { display: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row > .video-iframe-container { display: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .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); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wv6Sv1PrOqDvb1AkTBMGX6l5CpEOa21i { width:14.9375rem;height:0;top:10.0625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SIXfscc6EsbCzLGhNbZgCf7qVWk57sxX { width:13.375rem;height:2.8125rem;top:5.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V10aiFBDuId7Om1gTCX5kl8b7CLFF9z7 { width:13.5rem;height:0;top:15.879557609558rem;left:0.03125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #WpI7KRHJyTBWumn0yhVEwf3Xqdi7kvNT { width:1.375rem;height:1.375rem;top:3rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNZ1MP5VTTxBsc7VUqTycbDKiO0LxbOC { width:5.625rem;height:0;top:2.875rem;left:1.4375001192093rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eaalhmEWbdfXkbCHT04wA9TNTpI761Q1 { width:1.375rem;height:1.375rem;top:3rem;left:7.3750005960462rem;display:none; }
 }@media only screen and (max-width: 763px) { #dg8x9UWnlUSeIK6hxmATHKvyrG4IizIy { width:7.9375rem;height:0;top:2.75rem;left:8.7500005960463rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #acvvO5fX7tR4LBpFhP6uUR4G278WMGi2 { width:12.8125rem;height:2.6875rem;top:23.445964813233rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPDPyULExDD1zQc2COuz4IxpKXKGGe62 { display:block; }
 }@media only screen and (max-width: 763px) { #mxKubDnrzaW4XpwNnC8HibQ0BPVVhrUh { width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNc1XF6kHuzV7etA7uH9kKRwlgZC5Tgz { display:block; }
 }@media only screen and (max-width: 763px) { #OFpvfLOVJmdTdreX75gDrnseT9iTVpDy { width:2.1875rem;height:2.1875rem;top:0rem;left:2.3750001192093rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXQVPe2h17BF31NbNz9W4fCc9REoAgAO { display:block; }
 }@media only screen and (max-width: 763px) { #r9F2osH0NqZG0BrHaQy8od7TdnD4gcSG { width:2.1875rem;height:2.1875rem;top:0rem;left:4.7500001192093rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoOxuyfkTuVMdIHBXgEEuuXAyaWzVThs { display:block; }
 }@media only screen and (max-width: 763px) { #a3nFNE5VWMLEux2kM02XNUDODUQSR2Oc { width:6.5625rem;height:3.875rem;top:32.258464813233rem;left:0.03125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #XGOJcD9mUUdLCmg7ZmQMbo601uzvTlUT { width:12rem;height:2.6875rem;top:27.445964813233rem;left:0.03125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TRlr6mck9pFsdkVTEeWz3rykGM5JvoN3 { top:11rem;left:0rem;width:15.1875rem;height:8.75rem;z-index:15016;font-size:1.25rem;font-family:lato;color:#0098ce;line-height:1.4;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f1XsiJB770HsqpMxzoMfOhvCnP6VSc9a { width:2.0625rem;height:1.25rem;top:0.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSw2oER7UauCLo41WQyMyb0gO5vtHd9d { width:2.0625rem;height:1.25rem;top:0.875rem;left:17.312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB { display:block; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container { width:20rem;height:70.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebTaSiA2QQLCGAuoNkM65cu7bSgs6QuX { width:14.1875rem;height:10.3125rem;top:8.07421875rem;left:5.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vAU4KvEuJ1yMZlwuHODqfRNeVFTX3VGw { width:17.75rem;height:5.361325rem;top:3.666015625rem;left:1.3125001192093rem;font-size:1.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #N4eWaIJCrSCo3Km0CvWps3ACpAk4uRzc { width:3.125rem;height:3.125rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE2kUViy87ID0eyXLnU8vNRT5M7NHJ9c { width:12.1875rem;height:1.3125rem;top:31.4375rem;left:3.5000001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #erK0Jl5hNF3KlTM9SvIevZCpPiu5FLe4 { width:15rem;height:5.25rem;top:32.625rem;left:3.5000001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xep2zKzFewhzTx4HStlKaq2p416T2oMa { width:16.375rem;height:5.25rem;top:40.75rem;left:3.5000001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BndPZ4IiZWkpLm5etB28pONBxJTIe1Pu { width:3.125rem;height:3.125rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzWeb5XShnM0S3oE3FFRq81QTMVrlFk3 { width:15.625rem;height:1.3125rem;top:39.5rem;left:3.5000001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #cAr2OZ0xbqkUP3TFbRkkQT7zhCc2TUPG { width:13rem;height:2.625rem;top:57.25rem;left:3.5625001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NTN9ZysP2SshthQAINTumBEeiFm6BQ9R { width:3.125rem;height:3.125rem;top:56.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND0sV1tGsG7LoHqhnKZ03HIvCllbUEoS { width:15.6875rem;height:5.25rem;top:48.875rem;left:3.5000001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJro9mmQQ6wR2x1XEpMAHN9JITlMRce8 { width:3.125rem;height:3.125rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSdOWhfBFJSxCQabspSSpJCTPXkvXKio { width:11.75rem;height:1.3125rem;top:47.6875rem;left:3.5625001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #pUHLlgOTR4zi8Jnfw5we8MfuDMoDOrKc { width:13.1875rem;height:1.3125rem;top:56.0625rem;left:3.6250001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #zFOZ1spy0k63T9bDkxhwwTqzkqGUVoZu { width:11.8125rem;height:13.4375rem;top:4.5019540786743rem;left:14.567322897264rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1nzyO7mgpb43KTTT1gMrGGgezE6GyWG { width:20rem;height:26.625rem;top:2.13671875rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;background-color:#ffffff;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vchLfaeU9ZUXEr7QVqUHnX2xCPTeNpZt { width:10.9375rem;height:2.3125rem;top:63.51171875rem;left:4.5312501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzsP9974paObooD0QVniaB2KtFf2XtV3 { display:block; }
 }@media only screen and (max-width: 763px) { #BNsyf6hvbZ4Ckz3awOySUKExLCxSSumG { width:17.5rem;height:14.4375rem;top:10.29167175293rem;left:1.2812501192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { display:block; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { background-color: transparent; background-image: none; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container > .video-iframe-container { display: none; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row > .video-iframe-container { display: none; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .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); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { border-width: 0; border-radius: 0; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container { width:20rem;height:43.5625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyaTNmTUufxxAp4d01V5GgpJp2fU9hJO { width:17.9375rem;height:10.3125rem;top:6.125rem;left:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmKEXE14ypTUg5hXrNRW7R3CzPVCIkI9 { width:17.5rem;height:1.7871125rem;top:2.25rem;left:1.2500001192093rem;font-size:1.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mRvbPpyQXhL87FlsTuXG9t6msx5tHZme { width:20rem;height:25.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHQ81CKs1S2mXlGn0BqX5HA4EHvx1HmX { width:20rem;height:13.3125rem;top:25.6875rem;left:0rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oup7DzLdW12tR0XvlUDoHHE4n3boAErS { width:4.9375rem;height:3.6875rem;top:15.854166984558rem;left:7.5312505960462rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGvnv8C5DcTVgFQKVTylRPAEBCEh44XB { width:20rem;height:13.277108433735rem;top:1.5625rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #kgu9Z7hcEVeNQd5PqLrvtkVXeFuBAMmm { width:20rem;height:13.277108433735rem;top:1.5625rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #hrhgKpmryJzBpiQlqDSrgW6M2BZa1IXh { width:20rem;height:13.277108433735rem;top:1.5625rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #ClPKxB0NIq2ykcpN2kz5Za2bp6GnpemX { width:20rem;height:13.277108433735rem;top:1.5625rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #utzGRZ1CqTPz2Qwewn1d3AUqZwx9Xfc6 { width:17.6875rem;height:17.0625rem;top:5.25rem;left:1.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc93e9c6-9dbd-4d4e-82de-7c35ed7f3138/excellentlazienkawiz135_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC.adaptive-delivery-prevent-bg, #tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC.lazyload, #tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC.lazyloading { background-image: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container { background-color: transparent; background-image: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container > .video-iframe-container { display: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row > .video-iframe-container { display: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .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); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container { width:20rem;height:108.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuaNBWfTwhpWwpqwGPe21szNPfEQNyyO { width:6.875rem;height:4.8125rem;top:54.375rem;left:6.5625001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #yskvTh1PK936J5t88AqUtzVK2SPnaToB { width:6.875rem;height:4.8125rem;top:43.0625rem;left:6.5625001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBg3Mwr148mumZ52L4MxyrtPDm5yvhxZ { width:16.125rem;height:11.5rem;top:69.9765625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdN98mqk4Tl4W60z5M3lXQOs20tPLLJJ { width:16.125rem;height:11.375rem;top:54.8515625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Z6E2mPaHkCUh5N7LmyNNwtX7ZMmfLo { width:16.125rem;height:11.375rem;top:39.7265625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDpUeMJuTfEUUU5eJPMpXpixF1lel5SX { width:16.125rem;height:11.375rem;top:24.6015625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF0uoF2GU4rWlJXThR6Wv3cDGc8P2khB { width:16.0625rem;height:11.3125rem;top:9.5390625rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZa8St6lhHwdd49QMZtofd9ewypEWzxf { width:20rem;height:3.8997375rem;top:2.578125rem;left:-0.09375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #STK2Pw9vIEDqlOWv3s6XM5mLfVfxL9sT { width:16.125rem;height:11.375rem;top:85.2265625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVPDNwxttlFxQmvnkOA8vlClBN5dKUKC { width:12.0625rem;height:1.13736875rem;top:97.2265625rem;left:3.9687501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMbvbG5JpW9SRtvAuVnagFDh84w0S0Qm { width:11.75rem;height:1.13736875rem;top:21.4765625rem;left:4.1250001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JR9uo1iUDXzsg5Eczof2Dd8gCsnBhZKI { width:10.5625rem;height:1.13736875rem;top:36.6015625rem;left:4.7187501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OAeuW5QRnxdiZ94yWpHHfxmRmSGvbcl6 { width:9.8125rem;height:1.13736875rem;top:51.7265625rem;left:5.0937501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wsLTaDf3adVkweNdqBFhbPQU3vFVkqf3 { width:10.625rem;height:1.13736875rem;top:66.8515625rem;left:4.6875001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZunKcT6wnGeStqlxx022XoSnteSNs1L { width:10.875rem;height:1.13736875rem;top:82.1015625rem;left:4.5625001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFXv7ThtCNiUL5XlbuTxreka4fEMeapW { width:7.625rem;height:0;top:48.5rem;left:6.1875001192093rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTVFoLFP7rVFBy2q5AUZLCSZUOGRCIs6 { width:9.625rem;height:0;top:59.8125rem;left:5.1875001192093rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tfr5y3BJKm5h71IKeuaGM5xZUzbzIbr6 { width:20rem;height:90.25rem;top:2.224609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXGMBSMLLQqqPPkTszmWWSKsDoToPIxd { width:17.3125rem;height:0;top:8.224609375rem;left:2rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #MqVGzUOewt96xdknJkm5wvxtpuhpq5MT { width:6.875rem;height:0;top:40.25rem;left:6.5625001192094rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWolFgWfKT3IKfxmEMddBxmnRUSJtsN7 { width:12.9375rem;height:0;top:51.5625rem;left:3.5312501192093rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJ4eWBuO4TVaIVPgFcPSTdd7ZZgJZd80 { width:12.5rem;height:2.5rem;top:101.5rem;left:3.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqIlgpfBpLBqazk5CDhhUvwTIRquAdua { display:block; }
 }@media only screen and (max-width: 763px) { #LOTwSUfr710qaTpMgHB3eyTTJI072ro2 { display:block; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container { width:20rem;height:137.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfU7Hl90fMLVzLRhKg4CdMeMUq3DQbbo { width:20rem;height:3.8997375rem;top:2.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9xhmDa7T1A7lFQsFPug0Xlg3vaId6SR { width:16.125rem;height:10.75rem;top:50.1875rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mreSLWvhT8Gr3fGCkNxpX0rRO0Kl1Z4P { width:16.125rem;height:10.75rem;top:100.40625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #spxzqQGJ9pKhfWEro5E4RbrWFgNqCQdH { width:16.125rem;height:10.75rem;top:62.53125rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0lMdpkp6IJ5TkDrgwk49v97VxeOo7og { width:16.125rem;height:10.75rem;top:87.78125rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5hIOreNfuCGJNnOfdelKzoLx3F6JWUe { width:16.125rem;height:10.75rem;top:113.03125rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWe0KhEc8xgvFbMJIx3g64n3BeMnf1tM { width:16.125rem;height:10.75rem;top:75.15625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuVmiKouNA2xPuhxPZLDuIM3FxtA7ZJm { width:20rem;height:2.25rem;top:122.3125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GRvv7WKTquOrZ2SBwHFqvni6i4MGHgJc { width:16.125rem;height:10.75rem;top:12.3125rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8QHEihTKHNBDmhOTd3VvFRrV6NuXcQw { width:16.125rem;height:10.75rem;top:24.9375rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzTTmOTakG3Dyx4VrOf3PIkWpeUgtUg5 { width:16.125rem;height:10.75rem;top:37.5625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvZMmmHqsAcurywDqfa4aT65bXuzVMUP { top:127.9375rem;left:0rem;width:20rem;height:9.6875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tHmsHdhfHXugGi40X8VqA0STff69gkEq { width:13.625rem;height:9.0625rem;top:135.875rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EuA4kHUrBLlakvicg8n8z1uDgPF52fx9 { width:13.625rem;height:9.0625rem;top:146.1875rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzC7mSpPhE2WJ9t9USKcFulIaTPEzNA7 { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKuAf5DK1BnFilEnfEMdL7qpvks6REKZ { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PoDJNT81kIAcPWqtXKKOWpSMyS3xRMLP { width:13.625rem;height:9.0625rem;top:135.99935436249rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BreH2z9LJfsGsmT44BWTqx5fxNIbCPGz { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGnszF3xukocqMdONKbAzVO2plJosVG7 { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7pVQf2wDrsIhoMitnBfiA1vbmaBgAJm { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QT7wFRqhRbT3MnL7eNTV06QJ8Tn3XFLp { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsgBDla89OXEJMUpOim6Hd1WVOHqvgAB { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hzyCuBbn1OXIcc8MEBWGLEftITg91Q62 { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJc26qdxACNd7DaXArtL7uSG62uRIeWJ { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcuaUE8ofd2V4LEX21oiFywCm7KKnJGJ { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrTQzc9vMmkToF3fvWof0GzrGbL9NA5B { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Os6BXWQcH1tTLG7S1wva8NkXhdcFdm5F { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Slcq9Hho12Fhi9lzSaOqmo0vKQhnTZhG { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmAONibrgItCy9cFOwIq1dZT0audcMa0 { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JL2OhfnTt89QnERwHKfLFhJPTBGe8TMa { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqJXKlVxRGFmSGnETK1lqe9JRKXr1Ong { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8gLNG2k5EBwUiaN5O3aG1sNyExCPcvn { width:13.625rem;height:9.0625rem;top:135.99935436249rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #suSMXSfDVxIl6PImasBWhuMT7mxT2Ppf { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9FAU5Wtb8z8Ap4oFeeJaPEe3bw28FN1 { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnpepTHIqi7SxxlHeewAQK4TzeBX6sMh { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZUpu6Uk3v2espTeG5M83U3dCxi4v5Ed { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRKTGpbPWsz2gtFbo1CB55lA38c9xCpT { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rq5v192IB3zMNHF43s16h3nx0yohk2Gw { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJifrkMixEJAP9nwlPqLX908rzkPT9rr { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHS1NmFmJrKncC9tOlLmIImnk1DBPvaB { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbkGGxdnSTZkThWVo5vVk83B650Syd0z { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBsCZu2BT9fwGR13l78mRl9twg1tdtJT { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhpBrc2Fr3UEGIaMGk4sWvHqTExfVT3D { width:18.4375rem;height:3.8997375rem;top:3.0000076293945rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8cxzKd9C358BhFOGUqkvFTv2fVedcHl { width:17.6875rem;height:2.25rem;top:8.1490898132325rem;left:1.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e9f2f8, #ffffff);background-image: -moz-linear-gradient(180deg, #e9f2f8, #ffffff);background-image: -ms-linear-gradient(180deg, #e9f2f8, #ffffff);background-image: -o-linear-gradient(180deg, #e9f2f8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e9f2f8, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container { background-color: transparent; background-image: none; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container > .video-iframe-container { display: none; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row > .video-iframe-container { display: none; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .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); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container { border-width: 0; border-radius: 0; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:lato;font-weight:700;font-style:normal;font-size:1rem;overflow:hidden;height:auto; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-text {padding-top: 0; padding-bottom: 0;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:lato;color:#002349;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-weight:400;font-style:normal;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-select {padding-top: 0; padding-bottom: 0;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R [class*="-text"]:-moz-placeholder { font-size:1rem;font-weight:400;font-style:normal; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R [class*="-text"]::-moz-placeholder { font-size:1rem;font-weight:400;font-style:normal; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-weight:400;font-style:normal; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-weight:400;font-style:normal; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R  { width:17.5rem;height:auto;top:32.375rem;left:0rem; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R {display:block;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R { width:17.5rem;height:auto;top:32.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #H7AxvQDduGWU9fBGoxZQAxEhhbx6Imkr {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #lgkCNAKTJUaEIFJMTsmeuCpbCn8tSspR { display:block; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #VhaV41WWHaWLzTlxg6pQL13hflqxrXEe {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #X0nkLiJxg1qkw0ifb2hSIQBWBpIpwq9U {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #kehQiU5eDx8awHe9hoGJ4t71k2OiKVel {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #dRP8xbPVlRlDdoQkHoWS8CzKIXSqMfzB {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #wCyVELMuXTdpT2BXMtyDtu6v6qXDiThq {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #gZZTHJDqo7m875ziy12UDGDnRvRDUt86 {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #Vd1XS3y80XGiTVS3BJoWnC5KrmIpR81B {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #Oyf5nNKxWxbNT0WoMMNBFComSe20e6Xe {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #hSUaTR6EeixmslMBcp7DZosfakO3cl7r { display:block; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #ACtVC3UBCXcT34pECmmLCIhNVLds0yxa {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #aUA5x2yuqevLTs8INu8tbzJFfkJXwx0t {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #mR0h5THdTKpUUfxAba8MiEoK9q74zlPP { display:block; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #mcVqlLNuFI6DS09nCtawr9mBIT98VQQI {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #EbOz5CzPLtV0xvG6z75Ctm0732pZB9Zd {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #IVbCzpT5RJHc6XQdbJnpxhJ1r0RH4ChM { display:block; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #NFN3rloPJPXKiXIDvl9LTQefMQiRLiND {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #oLz7b7oP30wMDbBm6zO0VIX8MLpAVRod {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #JA1bhJPAAA52epMG1FxvCuJW0XJawccs { z-index:2; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #D2nGqrsnnwo8TDJDnsNesd0OkLVwTA1h {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #J9cyOZ5dB9TNRGm2yqWv9tqrmgsiWN2J {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #x5pcHM7rlAQZnUUlgMKKyNpQ82XlPK5n {  }
 }@media only screen and (max-width: 763px) { #qbifPrVSZiz7KUiVkZmbwHPfhPHw1IMK { width:18.25rem;height:6.5625rem;top:5.5625rem;left:0.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DrcSNb1v85OnPLHs2z8I35E22WfVTw3V { width:17rem;height:1.94986875rem;top:4.125rem;left:1.8750001192093rem;font-size:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #c1aLSis6B7OV1PJMzCTFLOrTpWCVHiBp { width:20rem;height:17.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTTEmCmqxKOf8eeGMN6TVkJpCpmu9goQ { width:11.9375rem;height:8.1875rem;top:0.875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #runonORTECm8TNf2dDhKIhRVRLNExdo2 { top:0rem;left:0rem;width:20rem;height:4.0625rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qd390kWsVs1VEhiqAkBvAN3DnzXDNtR9 { width:19.3125rem;height:3.8997375rem;top:2.82425rem;left:0rem;font-size:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BtAzDUmCXOdZsRXd9KpfhJqt9yu6ml { width:17.875rem;height:21rem;top:7.89846875rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM { display:block; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1G0S0T7fG5yEqqaT3ZNCG9e3THprWQf { width:20rem;height:28.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr { display:block; }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCPmGO7tnBphZKmsdJLLlJMXK7WyA4Hr { width:3.125rem;height:3.125rem;top:2.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkWUXWDn5kMvNN0JNT39Ls5A94KlToBp { width:3.125rem;height:3.125rem;top:2.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #silCXhXL2KCIxL30tnrcyHzV2MkbDv60 { width:3.125rem;height:3.125rem;top:2.9375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7OHkJ6yim0OG5pzc4KR6TRoTpOBdEOy { width:20rem;height:2.9238375rem;top:9.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }