.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:253,248,236;--color-primary-1:249,230,190;--color-primary-2:242,205,125;--color-primary-3:121,103,63;--color-primary-4:36,31,19;--color-secondary-0:236,218,226;--color-secondary-1:190,133,159;--color-secondary-2:125,11,62;--color-secondary-3:63,6,31;--color-secondary-4:19,2,9;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:121,121,129;--color-tertiary-3:87,87,97;--color-tertiary-4:0,0,0;--headlines-font-family:"Signika";--paragraphs-font-family:"Signika"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/6qwgig5R/leczenie_alkoholizmu.jpg");background-position: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; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.adaptive-delivery-prevent-bg, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyload, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyloading { background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#lezaJotMeoIDJlFfUMoozPRuB2O1p8cb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:0.3125rem;left:1.5rem;overflow:hidden;display:block; }
#A1bQqFw3by8H5Pmpzii1ExIynbv6nKdU { color:rgba(var(--color-secondary-2),1);display:block;width:24.5rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5531253814698rem;left:7rem;height:1.70625rem;display:block; }
#zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { color:rgba(var(--color-secondary-2),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.512499809265rem;left:45.1875rem;height:2.35546875rem;font-style:normal;display:block; }
#vgD5o4R4Rwgr8qTKGZ07Ldan3thfyT2U { z-index:15001;top:15.46875rem;left:58.5625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-secondary-2),0.58) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rCrWHBdwSH2cuqBHMM7S5bfQJAm8SS6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#leoPqBSKcoISvwJ2atEaqOWQyy3ROw2p { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1rem;left:40.625rem;display:block; }
#LnkC6P1RS5q9HDgNmlOn70JkToNncwRy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.125rem;left:50.4375rem;display:block; }
#PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u568e3HA1du1hMJKAbtTqtxT5pnFeO9T { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.125rem;left:60.3125rem;display:block; }
#oILIsRPG4UBKPLXTFi4XbEsQnuw8WSyO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ak3xRcRqfpDCEQaxx09f1l54aOgsGXbx { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.0625rem;left:67.6875rem;display:block; }
#AMi7ZCwrftfAwoXL2NFrBoeB3bnKUOzy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPJvHkk7QKDIATt5bb5hMVclyER8bO6H { color:rgba(var(--color-secondary-2),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.78750038147rem;left:47.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { position:relative;display:block; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { background-color: transparent; background-image: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .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); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { border-width: 0; border-radius: 0; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .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; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MXDcdARGtMJloE4bZ10whmq4a6rpwqg7 { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.671875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#qF1CA3JysDcU5cpDRGHHrESofBnJbT9n { color:rgba(var(--color-tertiary-3),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:9.6875rem;left:7.5rem;height:10.7988125rem;display:block; }
#qOcoK6822fTr7txfZthZANgDVceT6XFf { color:rgba(var(--color-secondary-2),1);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:22.0625rem;left:7.5rem;height:2.4rem;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; }
#gH0qaI8pxlXW5CbbZsEgUTUItRbImME5 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.75rem solid rgba(var(--color-primary-2),1);border-left:0.75rem solid rgba(var(--color-primary-2),1);border-right:0.75rem solid rgba(var(--color-primary-2),1);border-bottom:0.75rem solid rgba(var(--color-primary-2),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:17.6875rem;width:17.6875rem;top:17.09375rem;left:39.5625rem;display:block; }
#Lk2AS3vgDz811Dzw1RTavFr7UknDVopv { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:26.3125rem;left:7.5rem;display:block; }
#zxymmlelXO39nGn5z4C7OcUQnCTRhpiQ { 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:3.75rem;width:3.75rem;top:26.625rem;left:9.625rem;overflow:hidden;display:block; }
#BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { color:rgba(var(--color-tertiary-3),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:26.700000762939rem;left:14.1875rem;height:3.6rem;display:block; }
#fnpIsuZU3cw3IXhKp8Aztlz4qvo2NACX { color:rgba(var(--color-tertiary-3),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:33.362499237061rem;left:14.3125rem;height:3.5996125rem;display:block; }
#WpJfvhBOfdqmwMvl9oO7Fzyzee26GDki { 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:3.75rem;width:3.75rem;top:33.03750038147rem;left:9.625rem;overflow:hidden;display:block; }
#vufIAmnWrp6bOskS1bBEA5N3mkcTRBkE { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:32.875rem;left:7.5rem;display:block; }
#uSbVLQzDuIbBIZwmiI6ggwmV1hH55UvJ { color:rgba(var(--color-tertiary-3),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:39.950000762939rem;left:14.1875rem;height:3.5996125rem;display:block; }
#GL3EAa654OTyzTOkg14VdXV4FkbUFfb1 { 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:3.75rem;width:3.75rem;top:39.5625rem;left:9.625rem;overflow:hidden;display:block; }
#IR8yRSTDBykBAKmFl01agByPFFiDDURy { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:39.4375rem;left:7.5rem;display:block; }
#STxGzZ5V3GPEwumEUJ0MpGt7xSvGSKHV { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:54.3125rem;left:43.9375rem;display:none; }
#QriiT7ysPFZUSZHST8e2WpQftMFBDs0t { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.5625rem;width:5.5625rem;top:1.09375rem;left:7.5rem;display:block; }
#kH9mi7MnwvTItUQZgT7upg5cxRUVNdCW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.3125rem;width:25.375rem;top:7.75rem;left:36.46875rem;overflow:hidden;display:block; }
#CSlIais0DfOImF6FfxcR668S2dz8yTdd { position:relative;display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd { background-color: transparent; background-image: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .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); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd { border-width: 0; border-radius: 0; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .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; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:63.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qyClA4AwE25EDudN4wbPWyLSthm4qqIJ { 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:21.5625rem;width:19.125rem;top:1rem;left:7.125rem;overflow:hidden;display:block; }
#OM93wUiOAX2BtNQNWXge8GdCKsMUSA81 { color:rgba(var(--color-tertiary-3),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:1rem;left:30.3125rem;height:8.6230625rem;font-style:normal;display:block; }
#ETTDXK7A23ZacVO6qSWDTTv4ffZ9uxOn { color:rgba(var(--color-tertiary-3),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:11.6875rem;left:30.3125rem;height:10.7988125rem;display:block; }
#SelgJksvRbVJT6STwa5tC1K8M3lqT3AZ { 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:15.4375rem;width:15.4375rem;top:8.3312530517575rem;left:56.875rem;overflow:hidden;display:block; }
#HLWLeZ47lDxHqO3zk12kx9a2F44yUdzl { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:29.875rem;left:0rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;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; }
#kwnK3ZeCLBIIo9BTNZRC0qVsRWEnF2iP { color:rgba(var(--color-tertiary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:43.6875rem;left:18.5625rem;height:2rem;display:block; }
#lovaCycTClFERJLKocXc5mzTDxUBoJgL { 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:3.75rem;width:3.75rem;top:42.8125rem;left:14.0625rem;overflow:hidden;display:block; }
#m57IXMgdbJKbNNaUM2asaHJWxPvHe3SR { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:35.8125rem;left:11.5625rem;display:block; }
#E3qb3sPXG85pt4vt7xFeu4yZdTr24wuT { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:42.375rem;left:11.5625rem;display:block; }
#chsMdiTmRK6mgDtkdwdKpewQhV3TAa78 { 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:3.75rem;width:3.75rem;top:36.125rem;left:14.0625rem;overflow:hidden;display:block; }
#xtxZDWKx9NBwfLhUEeIEVaU8fi8ddZGO { color:rgba(var(--color-tertiary-3),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:37rem;left:18.5625rem;height:2rem;display:block; }
#t9EoQGh7auowNylADZP6UMEWe38MSv2c { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:35.8125rem;left:37.0625rem;display:block; }
#o6RC2wiXhv156mimitaD3HtLcwI4HdH3 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:37rem;left:43.8125rem;height:2rem;display:block; }
#cQGle4ABDBNxeFqMkFKXFosBzZnezqSe { position:absolute;display:block;z-index:15017;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.75rem;width:3.75rem;top:36.125rem;left:39.5rem;overflow:hidden;display:block; }
#W0bISfpH4I1CQMSG4IPbmVVGqJHbNg51 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:42.375rem;left:37.0625rem;display:block; }
#zOSmnW0dLqWUfvcfXDDs4pveUT5nIsTE { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.8125rem;left:39.5rem;overflow:hidden;display:block; }
#eda1bAbSzFrM9iPLMMOoWgOsuU3oCgE7 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.75rem solid rgba(var(--color-primary-2),1);border-left:0.75rem solid rgba(var(--color-primary-2),1);border-right:0.75rem solid rgba(var(--color-primary-2),1);border-bottom:0.75rem solid rgba(var(--color-primary-2),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:44.9375rem;left:51.1875rem;display:block; }
#phmvJ5D1mzNyXGwLo5bzAawxHHtqFzJC { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:43.6875rem;left:43.8125rem;height:2rem;display:block; }
#mWmywkohOKFqsJrWzbD0pTVQcc9gZTOL { z-index:15002;top:53.5625rem;left:30.1875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-secondary-2),0.58) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ilPiQ8nT4ybWm7GT06v45xzrWi4Iyd7A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Qf9QAPbX/bg3_hd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.adaptive-delivery-prevent-bg, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.lazyload, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.lazyloading { background-image: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { background-color: transparent; background-image: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container > .video-iframe-container { display: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container { display: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .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); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { border-width: 0; border-radius: 0; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#iHDh6lEaz0iyUuwnDAaBL1OtNI3iQRUa { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Dbyu0TMu3UBIEZlA1yhbatbbxrMqPrR7 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:12.25rem;left:28.25rem;height:7.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X4Ekkhr28ulc5e8QpucCGyWxmH5ZyI1y { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:22.375rem;left:34.25rem;height:1.7rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#roMvyCB8cdnAlQrDtVLmzpe7c28IixTH { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.7rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FhS1xV0EITbZeEOzgV8eeGaoHk4nUrlA { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.25rem;left:7.5rem;height:7.19925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ikH5zissLmIWB93t7iyPnKXTQUGTuQZk { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:22.375rem;left:55rem;height:1.7rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IQw8l217iGmCukPPqZiiuGIcVSFPr1sK { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:12.14999961853rem;left:49.0625rem;height:7.19925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { position:relative;display:block; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { background-color: transparent; background-image: none; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container > .video-iframe-container { display: none; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row > .video-iframe-container { display: none; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .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); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { border-width: 0; border-radius: 0; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .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; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#crTnILwmEDfXJOXrw2J5FsTMQCMlH8P0 { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK { position:relative;display:block; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK { background-color: transparent; background-image: none; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container > .video-iframe-container { display: none; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row > .video-iframe-container { display: none; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .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); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK { border-width: 0; border-radius: 0; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .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; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MJAkDFU0tvpMCAAQNRXiErkkvR2D3Buv { position:absolute;display:block;z-index:15004;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:3.125rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:31.4375rem;width:19.125rem;top:0rem;left:27.9375rem;display:block; }
#PL8FzRqtDQCyLZoG9C0nTFcJwDvX3pSg { color:rgba(var(--color-primary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:28.6875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IBklC7RN309WoGfJZUssTmhzgETgdNJI { color:rgba(var(--color-primary-2),1);display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5rem;left:30.8125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pW976IIpcrtsW7XvIT07FECqI1QMRPD9 { color:rgba(var(--color-primary-2),1);display:block;width:5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5rem;left:40.6875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v7OMgqhZ5wEcwAcRd22KTLVsC6OVdhr8 { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:11.224998474121rem;left:29.375rem;height:1.69921875rem;text-align:center;text-align-last:center;display:block; }
#OgZJv6TlFq0ZygTwbv9gtLkQgvSTWF5f { background-color:rgba(var(--color-primary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.1875rem;left:30.625rem;display:block; }
#GvqQ5D4n8ET7oednqpTTuCoRdFurpS1n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SwgVll7RHKRJX23MT7MWBMDK7SnQzlCq { color:rgba(var(--color-primary-2),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:5.3125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h3GaNRlRpkuV2wZRHTK34qqJ5LXrXNm9 { color:rgba(var(--color-primary-2),1);display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.5rem;left:5.3125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gv4Uhe80JLG2H1rdctV4DB30b8Wts7Bk { color:rgba(var(--color-primary-2),1);display:block;width:5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.5625rem;left:15.0625rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SnTNuLETnkWrtn5eXLD5fJ9HFo6UsO5a { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:11.125rem;left:3.9375rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kGL7qTeNpSW9k4BUdvlJKmx9aXm6iCJE { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:14.5rem;left:5.5625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#srRxbEdQ1KLOwIgtz9uF1OMf66HdFTSX { background-color:rgba(var(--color-primary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:24.1875rem;left:5.25rem;display:block; }
#kN1tUx7fKVDDwRELkTOhZ4dkZXxQ4uak { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AckkVifc35lo9rEH0eHH80faGEb2DX8R { position:absolute;display:block;z-index:15012;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:3.125rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:31.4375rem;width:19.125rem;top:0rem;left:2.5rem;display:block; }
#UfZu6nKmo95OO458TAGZh90OQaIAdJBN { position:absolute;display:block;z-index:15003;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:3.125rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:31.4375rem;width:19.125rem;top:0rem;left:53.375rem;display:block; }
#zMibNVnhTX7DTqKP4qfGnG3NtcPinCbV { color:rgba(var(--color-primary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:2.5rem;left:55.0625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P0p1yq0DorRbiPBiiTZNHfmvTXb79QsV { color:rgba(var(--color-primary-2),1);display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5062561035156rem;left:57.75rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#usTQ7uynvS5sunNOPQ5972VpCsSUlXEq { color:rgba(var(--color-primary-2),1);display:block;width:5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.50625038147rem;left:64.875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sIBwnsztntRXwX9rwDcLCw6qzv8qg7Su { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:11.275001525879rem;left:54.8125rem;height:1.7rem;text-align:center;text-align-last:center;display:block; }
#TIMTOcphpxqhQ5lX945fPuKHGT7G0mFi { background-color:rgba(var(--color-primary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.1875rem;left:56.125rem;display:block; }
#ZQxKIuQnuJXZmxMpIitJ3f9nFhI5le6f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FleFf0U4oG658UWyu6p6JaqsPswQXDqQ { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:14.5rem;left:31.25rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#zGUFsI5Ow85gXG1BZRs2ylZiwxeooTEQ { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:14.5rem;left:56.6875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#diIULM8oxqeXCKDunpksxUchvdlIJN0S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/XHnS0fm9/bg4_hd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S.adaptive-delivery-prevent-bg, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyload, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyloading { background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { border-width: 0; border-radius: 0; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#croxn44EmTpvqbc8kFoBhH7TmfrmaEbH { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.1875rem;left:4.1875rem;height:3.0875rem;font-style:normal;display:block; }
#GIcQFcxrRfehywG5X7CODRmFxdXzrWgJ { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.4375rem;left:2.0625rem;height:2.51875rem;font-style:normal;display:block; }
#buETIg3bLw63pftRp0FRLrH9sWhgIIBL { color:rgba(var(--color-tertiary-1),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:19.3125rem;left:2.0625rem;height:7.597625rem;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-form-header {  }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:27.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:2; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#8acb88;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0.1875rem solid #ffbf46;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.625rem;box-sizing:border-box;height:3.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#8acb88;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0.1875rem solid #ffbf46;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);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:14.375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-secondary-2),1);width:13.25rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;box-shadow: -0.25rem 0.625rem 1.3125rem rgba(var(--color-primary-2),0.41) ; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .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:var(--paragraphs-font-family);line-height:1.2;font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:27.5625rem;overflow:hidden;font-style:normal; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .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; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-container:first-of-type{padding-top:0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-container:last-of-type{padding-bottom:0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.5625rem;left:37.375rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.625rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf {display:block;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.5625rem;left:37.375rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #deJT0bWJ2c1H0EsGwziP7GTckrB8HTZN { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #u4qQAeTJ6Hum2c4uQJzzNrHuXmXTmstA { position:relative;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ARyDPdzZkhS690PTDO35C681zyw9MPBa { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #Q6Bk4OZovsoDsULd81H8tFErPQZzQdeS { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #uQWTKUbIFTGfrbsbTE0wTCZQwJwPiqlW { position:relative;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #thN0Kg6smenQ7M4oLyNhiU3wtmZH8iZV { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZBAEiVd46aovCk88QmsMRsHMLbSU291p { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TOfTcSlHlMSpAXA1Q0qbLkO68AMkfwXu { position:relative;z-index:2; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #EHpKKTa562FmnTnCsGCmpVxbEn7dpKU4 { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #kCxdwSSHHuoHkO8i3ENgKtHcnEsgxQHg { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zdODcrxr2990ZwkmeMieB5zbTTV0pC1H { position:relative; }
#Olhv6qdCwTlQyTIPRSVEVFPCQPPqf3dQ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.81875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ic8iT5lp3ENEB0o18gTc8Xg2MEaSKTBf { position:absolute;display:block;z-index:15026;height:3.25rem;width:5.8125rem;top:36.1875rem;left:2.0625rem;display:block; }
#qBFOS9TGh51OriDUhDvZJWEOCmz2LMlo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#qBFOS9TGh51OriDUhDvZJWEOCmz2LMlo > .row .container { background-color: transparent; background-image: none; }#qBFOS9TGh51OriDUhDvZJWEOCmz2LMlo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBFOS9TGh51OriDUhDvZJWEOCmz2LMlo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBFOS9TGh51OriDUhDvZJWEOCmz2LMlo > .row .container > .video-iframe-container { display: none; }#qBFOS9TGh51OriDUhDvZJWEOCmz2LMlo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBFOS9TGh51OriDUhDvZJWEOCmz2LMlo > .row > .video-iframe-container { display: none; }#qBFOS9TGh51OriDUhDvZJWEOCmz2LMlo > .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); }#qBFOS9TGh51OriDUhDvZJWEOCmz2LMlo > .row .container { border-width: 0; border-radius: 0; }#qBFOS9TGh51OriDUhDvZJWEOCmz2LMlo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qBFOS9TGh51OriDUhDvZJWEOCmz2LMlo > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#UrwXx1TpRV2oaN1epC7lNg3dLWt2uvrG { color:rgba(var(--color-tertiary-0),0.8);display:block;width:75rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:2.36328125rem;left:0rem;height:1.4619125rem;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) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lezaJotMeoIDJlFfUMoozPRuB2O1p8cb { top:0.3125rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1bQqFw3by8H5Pmpzii1ExIynbv6nKdU { top:1.5rem;left:0rem;width:24.5rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { top:8.5rem;left:19.875rem;width:27.875rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgD5o4R4Rwgr8qTKGZ07Ldan3thfyT2U { top:15.4375rem;left:33.1875rem;width:14.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCrWHBdwSH2cuqBHMM7S5bfQJAm8SS6S { display:block; }
 }@media only screen and (max-width: 763px) { #leoPqBSKcoISvwJ2atEaqOWQyy3ROw2p { width:9.0625rem;height:2.8125rem;top:1rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnkC6P1RS5q9HDgNmlOn70JkToNncwRy { display:block; }
 }@media only screen and (max-width: 763px) { #xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { width:8.875rem;height:2.625rem;top:1.125rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block; }
 }@media only screen and (max-width: 763px) { #u568e3HA1du1hMJKAbtTqtxT5pnFeO9T { width:6.5625rem;height:2.625rem;top:1.125rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oILIsRPG4UBKPLXTFi4XbEsQnuw8WSyO { display:block; }
 }@media only screen and (max-width: 763px) { #ak3xRcRqfpDCEQaxx09f1l54aOgsGXbx { width:6.5625rem;height:2.625rem;top:1.0625rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMi7ZCwrftfAwoXL2NFrBoeB3bnKUOzy { display:block; }
 }@media only screen and (max-width: 763px) { #IPJvHkk7QKDIATt5bb5hMVclyER8bO6H { top:10.75rem;left:22.625rem;width:25.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { display:block; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXDcdARGtMJloE4bZ10whmq4a6rpwqg7 { top:2.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF1CA3JysDcU5cpDRGHHrESofBnJbT9n { top:9.6875rem;left:0rem;width:32.25rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOcoK6822fTr7txfZthZANgDVceT6XFf { top:22.0625rem;left:0rem;width:26.4375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH0qaI8pxlXW5CbbZsEgUTUItRbImME5 { top:17.0625rem;left:25.9375rem;width:17.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk2AS3vgDz811Dzw1RTavFr7UknDVopv { top:26.3125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxymmlelXO39nGn5z4C7OcUQnCTRhpiQ { top:26.625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { top:26.6875rem;left:0.5625rem;width:18.875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnpIsuZU3cw3IXhKp8Aztlz4qvo2NACX { top:33.3125rem;left:0.6875rem;width:19.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpJfvhBOfdqmwMvl9oO7Fzyzee26GDki { top:33rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vufIAmnWrp6bOskS1bBEA5N3mkcTRBkE { top:32.875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSbVLQzDuIbBIZwmiI6ggwmV1hH55UvJ { top:39.9375rem;left:0.5625rem;width:18.875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL3EAa654OTyzTOkg14VdXV4FkbUFfb1 { top:39.5625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR8yRSTDBykBAKmFl01agByPFFiDDURy { top:39.4375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STxGzZ5V3GPEwumEUJ0MpGt7xSvGSKHV { top:54.25rem;left:30.3125rem;width:14.0625rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QriiT7ysPFZUSZHST8e2WpQftMFBDs0t { top:1.0625rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH9mi7MnwvTItUQZgT7upg5cxRUVNdCW { width:25.375rem;height:38.3125rem;top:7.75rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSlIais0DfOImF6FfxcR668S2dz8yTdd { display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyClA4AwE25EDudN4wbPWyLSthm4qqIJ { top:1rem;left:0rem;width:19.125rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM93wUiOAX2BtNQNWXge8GdCKsMUSA81 { top:1rem;left:10.5625rem;width:37.1875rem;height:8.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTDXK7A23ZacVO6qSWDTTv4ffZ9uxOn { top:11.6875rem;left:16.6875rem;width:25.25rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SelgJksvRbVJT6STwa5tC1K8M3lqT3AZ { top:8.3125rem;left:32.3125rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLWLeZ47lDxHqO3zk12kx9a2F44yUdzl { top:29.875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwnK3ZeCLBIIo9BTNZRC0qVsRWEnF2iP { top:43.6875rem;left:4.9375rem;width:16.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lovaCycTClFERJLKocXc5mzTDxUBoJgL { top:42.8125rem;left:0.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m57IXMgdbJKbNNaUM2asaHJWxPvHe3SR { top:35.8125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3qb3sPXG85pt4vt7xFeu4yZdTr24wuT { top:42.375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chsMdiTmRK6mgDtkdwdKpewQhV3TAa78 { top:36.125rem;left:0.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtxZDWKx9NBwfLhUEeIEVaU8fi8ddZGO { top:37rem;left:4.9375rem;width:18.875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9EoQGh7auowNylADZP6UMEWe38MSv2c { top:35.8125rem;left:23.4375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6RC2wiXhv156mimitaD3HtLcwI4HdH3 { top:37rem;left:30.1875rem;width:17.0625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQGle4ABDBNxeFqMkFKXFosBzZnezqSe { top:36.125rem;left:25.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0bISfpH4I1CQMSG4IPbmVVGqJHbNg51 { top:42.375rem;left:23.4375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOSmnW0dLqWUfvcfXDDs4pveUT5nIsTE { top:42.8125rem;left:25.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eda1bAbSzFrM9iPLMMOoWgOsuU3oCgE7 { top:44.9375rem;left:32.1875rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phmvJ5D1mzNyXGwLo5bzAawxHHtqFzJC { top:43.6875rem;left:30.1875rem;width:17.0625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWmywkohOKFqsJrWzbD0pTVQcc9gZTOL { top:53.5625rem;left:16.5625rem;width:16.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilPiQ8nT4ybWm7GT06v45xzrWi4Iyd7A { display:block; }
 }@media only screen and (max-width: 763px) { #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR { display:block; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHDh6lEaz0iyUuwnDAaBL1OtNI3iQRUa { top:3.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbyu0TMu3UBIEZlA1yhbatbbxrMqPrR7 { top:12.25rem;left:14.625rem;width:18.4375rem;height:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Ekkhr28ulc5e8QpucCGyWxmH5ZyI1y { top:22.375rem;left:20.625rem;width:12.5rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roMvyCB8cdnAlQrDtVLmzpe7c28IixTH { top:22.375rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhS1xV0EITbZeEOzgV8eeGaoHk4nUrlA { top:12.25rem;left:0rem;width:18.4375rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikH5zissLmIWB93t7iyPnKXTQUGTuQZk { top:22.375rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQw8l217iGmCukPPqZiiuGIcVSFPr1sK { top:12.125rem;left:29.3125rem;width:18.4375rem;height:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { display:block; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crTnILwmEDfXJOXrw2J5FsTMQCMlH8P0 { top:4rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meXisEIwRQMiHdGbL5hcpROI0GpTvKxK { display:block; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJAkDFU0tvpMCAAQNRXiErkkvR2D3Buv { top:0rem;left:12.625rem;width:19.125rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL8FzRqtDQCyLZoG9C0nTFcJwDvX3pSg { top:2.5rem;left:14.125rem;width:17.625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBklC7RN309WoGfJZUssTmhzgETgdNJI { top:6.5rem;left:17.125rem;width:9.5rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW976IIpcrtsW7XvIT07FECqI1QMRPD9 { top:6.5rem;left:26.75rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7OMgqhZ5wEcwAcRd22KTLVsC6OVdhr8 { top:11.1875rem;left:15.5rem;width:16.25rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgZJv6TlFq0ZygTwbv9gtLkQgvSTWF5f { width:13.6875rem;height:3.9375rem;top:24.1875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvqQ5D4n8ET7oednqpTTuCoRdFurpS1n { display:block; }
 }@media only screen and (max-width: 763px) { #SwgVll7RHKRJX23MT7MWBMDK7SnQzlCq { top:2.5rem;left:0.75rem;width:13rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3GaNRlRpkuV2wZRHTK34qqJ5LXrXNm9 { top:6.5rem;left:0.75rem;width:9.625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv4Uhe80JLG2H1rdctV4DB30b8Wts7Bk { top:6.5625rem;left:10.5rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnTNuLETnkWrtn5eXLD5fJ9HFo6UsO5a { top:11.125rem;left:0rem;width:16.25rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGL7qTeNpSW9k4BUdvlJKmx9aXm6iCJE { top:14.5rem;left:1rem;width:12.5rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srRxbEdQ1KLOwIgtz9uF1OMf66HdFTSX { width:13.6875rem;height:3.9375rem;top:24.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN1tUx7fKVDDwRELkTOhZ4dkZXxQ4uak { display:block; }
 }@media only screen and (max-width: 763px) { #AckkVifc35lo9rEH0eHH80faGEb2DX8R { top:0rem;left:0rem;width:19.125rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfZu6nKmo95OO458TAGZh90OQaIAdJBN { top:0rem;left:28.5rem;width:19.125rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMibNVnhTX7DTqKP4qfGnG3NtcPinCbV { top:2.5rem;left:31.875rem;width:15.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0p1yq0DorRbiPBiiTZNHfmvTXb79QsV { top:6.5rem;left:34.9375rem;width:6.4375rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usTQ7uynvS5sunNOPQ5972VpCsSUlXEq { top:6.5rem;left:42.0625rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIBwnsztntRXwX9rwDcLCw6qzv8qg7Su { top:11.25rem;left:31.375rem;width:16.25rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIMTOcphpxqhQ5lX945fPuKHGT7G0mFi { width:13.6875rem;height:3.9375rem;top:24.1875rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQxKIuQnuJXZmxMpIitJ3f9nFhI5le6f { display:block; }
 }@media only screen and (max-width: 763px) { #FleFf0U4oG658UWyu6p6JaqsPswQXDqQ { top:14.5rem;left:17.5625rem;width:12.5rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGUFsI5Ow85gXG1BZRs2ylZiwxeooTEQ { top:14.5rem;left:33.875rem;width:12.5rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #croxn44EmTpvqbc8kFoBhH7TmfrmaEbH { top:15.1875rem;left:0rem;width:26.0625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIcQFcxrRfehywG5X7CODRmFxdXzrWgJ { top:14.4375rem;left:0rem;width:30.3125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buETIg3bLw63pftRp0FRLrH9sWhgIIBL { top:19.3125rem;left:0rem;width:27.375rem;height:7.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-regular-label { width:29rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-textarea { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-button { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-checkbox-label { width:27.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf  { width:29rem;height:auto;top:11.5625rem;left:15.8125rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .radio-container { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf {display:block;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf { width:29rem;height:auto;top:11.5625rem;left:15.8125rem; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #deJT0bWJ2c1H0EsGwziP7GTckrB8HTZN {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #u4qQAeTJ6Hum2c4uQJzzNrHuXmXTmstA { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ARyDPdzZkhS690PTDO35C681zyw9MPBa {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #Q6Bk4OZovsoDsULd81H8tFErPQZzQdeS {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #uQWTKUbIFTGfrbsbTE0wTCZQwJwPiqlW { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #thN0Kg6smenQ7M4oLyNhiU3wtmZH8iZV {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZBAEiVd46aovCk88QmsMRsHMLbSU291p {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TOfTcSlHlMSpAXA1Q0qbLkO68AMkfwXu {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #EHpKKTa562FmnTnCsGCmpVxbEn7dpKU4 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #kCxdwSSHHuoHkO8i3ENgKtHcnEsgxQHg {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zdODcrxr2990ZwkmeMieB5zbTTV0pC1H {  }
 }@media only screen and (max-width: 763px) { #Olhv6qdCwTlQyTIPRSVEVFPCQPPqf3dQ { top:3.0625rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic8iT5lp3ENEB0o18gTc8Xg2MEaSKTBf { top:36.1875rem;left:0rem;width:5.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBFOS9TGh51OriDUhDvZJWEOCmz2LMlo { display:block; }#qBFOS9TGh51OriDUhDvZJWEOCmz2LMlo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrwXx1TpRV2oaN1epC7lNg3dLWt2uvrG { width:47.75rem;height:1.4375rem;top:2.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { background-color:#042048;background-image:url("https://images.assets-landingi.com/6qwgig5R/leczenie_alkoholizmu.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.adaptive-delivery-prevent-bg, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyload, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyloading { background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lezaJotMeoIDJlFfUMoozPRuB2O1p8cb { width:3.1875rem;height:3.1875rem;top:1.3322916030884rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1bQqFw3by8H5Pmpzii1ExIynbv6nKdU { width:9.0625rem;height:1.7875rem;top:2.0322914123535rem;left:5.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { width:20rem;height:3.8984375rem;top:6.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgD5o4R4Rwgr8qTKGZ07Ldan3thfyT2U { top:11.75rem;left:3.5625rem;z-index:15011;width:12.875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCrWHBdwSH2cuqBHMM7S5bfQJAm8SS6S { display:block; }
 }@media only screen and (max-width: 763px) { #leoPqBSKcoISvwJ2atEaqOWQyy3ROw2p { width:7.3125rem;height:2.25rem;top:5.5625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnkC6P1RS5q9HDgNmlOn70JkToNncwRy { display:block; }
 }@media only screen and (max-width: 763px) { #xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { width:6rem;height:1.8125rem;top:5.78125rem;left:5.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block; }
 }@media only screen and (max-width: 763px) { #u568e3HA1du1hMJKAbtTqtxT5pnFeO9T { width:3.5625rem;height:1.8125rem;top:5.78125rem;left:12.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oILIsRPG4UBKPLXTFi4XbEsQnuw8WSyO { display:block; }
 }@media only screen and (max-width: 763px) { #ak3xRcRqfpDCEQaxx09f1l54aOgsGXbx { width:4.125rem;height:1.8125rem;top:5.78125rem;left:15.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMi7ZCwrftfAwoXL2NFrBoeB3bnKUOzy { display:block; }
 }@media only screen and (max-width: 763px) { #IPJvHkk7QKDIATt5bb5hMVclyER8bO6H { width:20rem;height:0;top:11.06875038147rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { 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;display:block; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { background-color: transparent; background-image: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .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); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { border-width: 0; border-radius: 0; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXDcdARGtMJloE4bZ10whmq4a6rpwqg7 { width:20rem;height:4.7109375rem;top:1.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qF1CA3JysDcU5cpDRGHHrESofBnJbT9n { width:20rem;height:12.796875rem;top:7.574999809265rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qOcoK6822fTr7txfZthZANgDVceT6XFf { width:20rem;height:2.4rem;top:21.60000038147rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gH0qaI8pxlXW5CbbZsEgUTUItRbImME5 { width:18.5rem;height:25.625rem;top:44.775rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lk2AS3vgDz811Dzw1RTavFr7UknDVopv { width:4.375rem;height:4.375rem;top:27.375rem;left:0.061458587646484rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxymmlelXO39nGn5z4C7OcUQnCTRhpiQ { width:3.125rem;height:3.125rem;top:28rem;left:2.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { width:13.9375rem;height:3.2rem;top:27.962501525879rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnpIsuZU3cw3IXhKp8Aztlz4qvo2NACX { width:13.3125rem;height:4.798825rem;top:34.786457061767rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpJfvhBOfdqmwMvl9oO7Fzyzee26GDki { width:3.125rem;height:3.125rem;top:35.561462402344rem;left:2.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vufIAmnWrp6bOskS1bBEA5N3mkcTRBkE { width:4.375rem;height:4.375rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSbVLQzDuIbBIZwmiI6ggwmV1hH55UvJ { width:13.625rem;height:4.798825rem;top:42.286457061767rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL3EAa654OTyzTOkg14VdXV4FkbUFfb1 { width:3.125rem;height:3.125rem;top:43.061462402344rem;left:2.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IR8yRSTDBykBAKmFl01agByPFFiDDURy { width:4.375rem;height:4.375rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STxGzZ5V3GPEwumEUJ0MpGt7xSvGSKHV { width:13rem;height:13.625rem;top:44.8125rem;left:2.5rem;z-index:15003;border-top:0.75rem solid #ffbf46;border-left:0.75rem solid #ffbf46;border-right:0.75rem solid #ffbf46;border-bottom:0.75rem solid #ffbf46;display:none; }
 }@media only screen and (max-width: 763px) { #QriiT7ysPFZUSZHST8e2WpQftMFBDs0t { width:10.625rem;height:10.625rem;top:53.599075078964rem;left:3.9053620100021rem;display:none; }
 }@media only screen and (max-width: 763px) { #kH9mi7MnwvTItUQZgT7upg5cxRUVNdCW { width:3.0625rem;height:4.6875rem;top:51.0625rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSlIais0DfOImF6FfxcR668S2dz8yTdd { display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { width:20rem;height:82.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyClA4AwE25EDudN4wbPWyLSthm4qqIJ { width:9.4375rem;height:10.6875rem;top:20.0625rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OM93wUiOAX2BtNQNWXge8GdCKsMUSA81 { width:20rem;height:12rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETTDXK7A23ZacVO6qSWDTTv4ffZ9uxOn { width:20rem;height:12.796875rem;top:14.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SelgJksvRbVJT6STwa5tC1K8M3lqT3AZ { width:9.375rem;height:9.375rem;top:28.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLWLeZ47lDxHqO3zk12kx9a2F44yUdzl { width:20rem;height:4.6rem;top:39.168750762939rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kwnK3ZeCLBIIo9BTNZRC0qVsRWEnF2iP { width:12.3114375rem;height:1.6rem;top:62.325000762939rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lovaCycTClFERJLKocXc5mzTDxUBoJgL { width:3.125rem;height:3.125rem;top:61.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m57IXMgdbJKbNNaUM2asaHJWxPvHe3SR { width:4.375rem;height:4.375rem;top:45.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3qb3sPXG85pt4vt7xFeu4yZdTr24wuT { width:4.375rem;height:4.375rem;top:60.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chsMdiTmRK6mgDtkdwdKpewQhV3TAa78 { width:3.125rem;height:3.125rem;top:46.25rem;left:2.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xtxZDWKx9NBwfLhUEeIEVaU8fi8ddZGO { width:13.3125rem;height:1.6rem;top:47.375rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9EoQGh7auowNylADZP6UMEWe38MSv2c { width:4.375rem;height:4.375rem;top:53.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6RC2wiXhv156mimitaD3HtLcwI4HdH3 { width:13.8739375rem;height:1.6rem;top:54.637500762939rem;left:6.1260414123535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQGle4ABDBNxeFqMkFKXFosBzZnezqSe { width:3.125rem;height:3.125rem;top:53.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0bISfpH4I1CQMSG4IPbmVVGqJHbNg51 { width:4.375rem;height:4.375rem;top:68.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOSmnW0dLqWUfvcfXDDs4pveUT5nIsTE { width:3.125rem;height:3.125rem;top:69.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eda1bAbSzFrM9iPLMMOoWgOsuU3oCgE7 { width:7.7494375rem;height:7.7494375rem;top:118.74999809265rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #phmvJ5D1mzNyXGwLo5bzAawxHHtqFzJC { width:13.375rem;height:1.6rem;top:69.5625rem;left:5.7802085876465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWmywkohOKFqsJrWzbD0pTVQcc9gZTOL { top:76.5625rem;left:2.5625rem;z-index:15011;width:14.875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilPiQ8nT4ybWm7GT06v45xzrWi4Iyd7A { display:block; }
 }@media only screen and (max-width: 763px) { #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Qf9QAPbX/bg3_hd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.adaptive-delivery-prevent-bg, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.lazyload, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.lazyloading { background-image: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { background-color: transparent; background-image: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container > .video-iframe-container { display: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container { display: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .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); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHDh6lEaz0iyUuwnDAaBL1OtNI3iQRUa { width:20rem;height:5.2rem;top:2.2507104873658rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbyu0TMu3UBIEZlA1yhbatbbxrMqPrR7 { width:18.6239375rem;height:6.75rem;top:18.3125rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Ekkhr28ulc5e8QpucCGyWxmH5ZyI1y { width:12.5rem;height:1.6rem;top:37rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roMvyCB8cdnAlQrDtVLmzpe7c28IixTH { width:12.5rem;height:1.6rem;top:25.5625rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhS1xV0EITbZeEOzgV8eeGaoHk4nUrlA { width:18.8743125rem;height:6.75rem;top:7.6875rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikH5zissLmIWB93t7iyPnKXTQUGTuQZk { width:12.5rem;height:1.6rem;top:14.75rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQw8l217iGmCukPPqZiiuGIcVSFPr1sK { width:19.0625rem;height:6.75rem;top:29.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { display:block; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crTnILwmEDfXJOXrw2J5FsTMQCMlH8P0 { width:20rem;height:5.2rem;top:1.8120651245118rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #meXisEIwRQMiHdGbL5hcpROI0GpTvKxK { 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;display:block; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container { background-color: transparent; background-image: none; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container > .video-iframe-container { display: none; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row > .video-iframe-container { display: none; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .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); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container { border-width: 0; border-radius: 0; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJAkDFU0tvpMCAAQNRXiErkkvR2D3Buv { width:20rem;height:27.8125rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL8FzRqtDQCyLZoG9C0nTFcJwDvX3pSg { width:13.625rem;height:2.6rem;top:33.5625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBklC7RN309WoGfJZUssTmhzgETgdNJI { width:8.25rem;height:3.0058625rem;top:37.8125rem;left:3.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW976IIpcrtsW7XvIT07FECqI1QMRPD9 { width:5rem;height:1.7875rem;top:37.8125rem;left:11.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7OMgqhZ5wEcwAcRd22KTLVsC6OVdhr8 { width:16.25rem;height:1.6rem;top:41.5625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgZJv6TlFq0ZygTwbv9gtLkQgvSTWF5f { width:13.6864375rem;height:3.9375rem;top:53.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvqQ5D4n8ET7oednqpTTuCoRdFurpS1n { display:block; }
 }@media only screen and (max-width: 763px) { #SwgVll7RHKRJX23MT7MWBMDK7SnQzlCq { width:20rem;height:2.6rem;top:4.7482604980469rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3GaNRlRpkuV2wZRHTK34qqJ5LXrXNm9 { width:8rem;height:3.00625rem;top:8rem;left:3.875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv4Uhe80JLG2H1rdctV4DB30b8Wts7Bk { width:5rem;height:1.7875rem;top:8rem;left:12.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnTNuLETnkWrtn5eXLD5fJ9HFo6UsO5a { width:16.25rem;height:1.6rem;top:12.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGL7qTeNpSW9k4BUdvlJKmx9aXm6iCJE { width:12.5rem;height:7.9980625rem;top:15.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srRxbEdQ1KLOwIgtz9uF1OMf66HdFTSX { width:13.6864375rem;height:3.9375rem;top:24.375rem;left:3.1572914123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN1tUx7fKVDDwRELkTOhZ4dkZXxQ4uak { display:block; }
 }@media only screen and (max-width: 763px) { #AckkVifc35lo9rEH0eHH80faGEb2DX8R { width:20rem;height:27.8125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfZu6nKmo95OO458TAGZh90OQaIAdJBN { width:20rem;height:28.1875rem;top:59.937499046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMibNVnhTX7DTqKP4qfGnG3NtcPinCbV { width:12.5rem;height:2.6rem;top:62.3125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0p1yq0DorRbiPBiiTZNHfmvTXb79QsV { width:5rem;height:3.00625rem;top:66.5625rem;left:5.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usTQ7uynvS5sunNOPQ5972VpCsSUlXEq { width:5rem;height:1.7875rem;top:66.5625rem;left:11.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIBwnsztntRXwX9rwDcLCw6qzv8qg7Su { width:16.25rem;height:1.6rem;top:69.8125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIMTOcphpxqhQ5lX945fPuKHGT7G0mFi { width:13.6864375rem;height:3.9375rem;top:82.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQxKIuQnuJXZmxMpIitJ3f9nFhI5le6f { display:block; }
 }@media only screen and (max-width: 763px) { #FleFf0U4oG658UWyu6p6JaqsPswQXDqQ { width:12.5rem;height:7.9980625rem;top:44.287498474121rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGUFsI5Ow85gXG1BZRs2ylZiwxeooTEQ { width:12.5rem;height:7.9980625rem;top:72.787498474119rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { background-color:#52c1fd;background-image:url("https://images.assets-landingi.com/XHnS0fm9/bg4_hd.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S.adaptive-delivery-prevent-bg, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyload, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyloading { background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #croxn44EmTpvqbc8kFoBhH7TmfrmaEbH { width:18.75rem;height:2.1125rem;top:9.512499809265rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIcQFcxrRfehywG5X7CODRmFxdXzrWgJ { width:19.1875rem;height:1.70625rem;top:9.7156238555906rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buETIg3bLw63pftRp0FRLrH9sWhgIIBL { width:19.375rem;height:6.3984375rem;top:13rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:3.5rem;height:4rem;font-size:1.1875rem;overflow:hidden;text-align:center;text-align-last:center; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf  { width:17.5rem;height:auto;top:19.800003051757rem;left:0rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf {display:block;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf { width:17.5rem;height:auto;top:19.800003051757rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #deJT0bWJ2c1H0EsGwziP7GTckrB8HTZN {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #u4qQAeTJ6Hum2c4uQJzzNrHuXmXTmstA { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ARyDPdzZkhS690PTDO35C681zyw9MPBa {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #Q6Bk4OZovsoDsULd81H8tFErPQZzQdeS {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #uQWTKUbIFTGfrbsbTE0wTCZQwJwPiqlW { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #thN0Kg6smenQ7M4oLyNhiU3wtmZH8iZV {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZBAEiVd46aovCk88QmsMRsHMLbSU291p {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TOfTcSlHlMSpAXA1Q0qbLkO68AMkfwXu {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #EHpKKTa562FmnTnCsGCmpVxbEn7dpKU4 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #kCxdwSSHHuoHkO8i3ENgKtHcnEsgxQHg {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zdODcrxr2990ZwkmeMieB5zbTTV0pC1H {  }
 }@media only screen and (max-width: 763px) { #Olhv6qdCwTlQyTIPRSVEVFPCQPPqf3dQ { width:20rem;height:4.7109375rem;top:3rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic8iT5lp3ENEB0o18gTc8Xg2MEaSKTBf { width:5.8125rem;height:3.25rem;top:43.1748046875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBFOS9TGh51OriDUhDvZJWEOCmz2LMlo { display:block; }#qBFOS9TGh51OriDUhDvZJWEOCmz2LMlo > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrwXx1TpRV2oaN1epC7lNg3dLWt2uvrG { width:20rem;height:2.88574375rem;top:2.369140625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }