.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:225,231,242;--color-primary-1:170,198,246;--color-primary-2:106,137,188;--color-primary-3:0,152,206;--color-primary-4:0,35,73;--color-secondary-0:251,212,208;--color-secondary-1:242,127,115;--color-secondary-2:234,42,21;--color-secondary-3:140,25,13;--color-secondary-4:121,17,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato Black";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1FZ4uSHUExiSgxOgWsQgREXs4rmvlpE { position:relative;display:none; }#t1FZ4uSHUExiSgxOgWsQgREXs4rmvlpE { border-width: 0; border-radius: 0; }#t1FZ4uSHUExiSgxOgWsQgREXs4rmvlpE > .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; }#t1FZ4uSHUExiSgxOgWsQgREXs4rmvlpE > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OV6K64btrBk3TURz2A1zmVJ9JOxRPuuw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:1.4375rem;left:10.03125rem;overflow:hidden;display:none; }
#LWpcreTgNI2PcPfZxS5krWThsOTRBD3w { 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:2.1875rem;width:2.1875rem;top:1.4375rem;left:20.875rem;overflow:hidden;display:none; }
#R4FrArRs8bWseCc0ewBgm15hUN4zA3sT { color:rgba(var(--color-primary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.875rem;left:22.4375rem;height:2.2747375rem;display:none; }
#zJ8eag5lGx70rymcoA7lfsWaHya65lpC { color:rgba(var(--color-primary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:1.212890625rem;left:12.21875rem;height:0;display:none; }
#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 { 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/uc/cf5b137f-1c75-4d57-a20a-9355d6dd46fb/wykoczenia_mieszka_krakw.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6.adaptive-delivery-prevent-bg, #cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6.lazyload, #cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6.lazyloading { background-image: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container { background-color: transparent; background-image: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container > .video-iframe-container { display: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row > .video-iframe-container { display: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container { border-width: 0; border-radius: 0; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#SIXfscc6EsbCzLGhNbZgCf7qVWk57sxX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:20.875rem;top:6.5rem;left:0.0625rem;overflow:hidden;display:block; }
#WpI7KRHJyTBWumn0yhVEwf3Xqdi7kvNT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:0.8125rem;left:9.40625rem;overflow:hidden;display:block; }
#KNZ1MP5VTTxBsc7VUqTycbDKiO0LxbOC { color:rgba(var(--color-primary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:0.587890625rem;left:11.59375rem;height:3.1497375rem;display:block; }
#eaalhmEWbdfXkbCHT04wA9TNTpI761Q1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:0.8125rem;left:20.25rem;overflow:hidden;display:block; }
#dg8x9UWnlUSeIK6hxmATHKvyrG4IizIy { color:rgba(var(--color-primary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:0.5625rem;left:22.4375rem;height:3.1497375rem;display:block; }
#acvvO5fX7tR4LBpFhP6uUR4G278WMGi2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.0625rem;left:6.5rem;display:block; }
#RPDPyULExDD1zQc2COuz4IxpKXKGGe62 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mxKubDnrzaW4XpwNnC8HibQ0BPVVhrUh { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color: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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#cNc1XF6kHuzV7etA7uH9kKRwlgZC5Tgz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OFpvfLOVJmdTdreX75gDrnseT9iTVpDy { background-color:rgba(var(--color-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0rem;left:2.9375rem;display:block; }
#KXQVPe2h17BF31NbNz9W4fCc9REoAgAO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r9F2osH0NqZG0BrHaQy8od7TdnD4gcSG { background-color:rgba(var(--color-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0rem;left:5.875rem;display:block; }
#zoOxuyfkTuVMdIHBXgEEuuXAyaWzVThs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3nFNE5VWMLEux2kM02XNUDODUQSR2Oc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:6.875rem;top:31.375rem;left:4.96875rem;overflow:hidden;display:block; }
#XGOJcD9mUUdLCmg7ZmQMbo601uzvTlUT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:12.3125rem;top:32.46875rem;left:13.71875rem;overflow:hidden;display:block; }
#bwTgeuRQpU3XGdRuiyUAvfnDiIHht42q { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.25rem;width:2.0625rem;top:1.3125rem;left:54.375rem;overflow:hidden;display:block; }
#qdK3C8ZfpJzgL3wfR402GTDINpBEBq6H { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.25rem;width:2.1875rem;top:1.3125rem;left:57.1875rem;overflow:hidden;display:block; }
#rQuQt4tfy1q4OKGXzuNM5K26tkPuGrvg { color:rgba(var(--color-primary-3),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.5rem;left:0.625rem;height:5.84895625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s39BJrw2C5AAWbT52em1KGh9r8UVVG5I { color:rgba(var(--color-primary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.5rem;left:0.625rem;height:2.92448125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dfg0lpT0tvIP3wPtdK1T4ROq0aCCZfrm { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:7.875rem;left:0rem;display:none; }
#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container { background-color: transparent; background-image: none; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container > .video-iframe-container { display: none; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row > .video-iframe-container { display: none; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container { border-width: 0; border-radius: 0; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:60rem;position:relative;display:block; }#ebTaSiA2QQLCGAuoNkM65cu7bSgs6QuX { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:13.1875rem;left:21.40625rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vAU4KvEuJ1yMZlwuHODqfRNeVFTX3VGw { color:rgba(var(--color-primary-3),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:21.1875rem;height:5.84895625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N4eWaIJCrSCo3Km0CvWps3ACpAk4uRzc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:31.375rem;left:2.5625rem;overflow:hidden;display:block; }
#tE2kUViy87ID0eyXLnU8vNRT5M7NHJ9c { color:rgba(var(--color-primary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:31.3125rem;left:9.9375rem;height:1.875rem;font-style:normal;display:block; }
#erK0Jl5hNF3KlTM9SvIevZCpPiu5FLe4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:33.1875rem;left:10.0625rem;height:4.5rem;font-style:normal;display:block; }
#xep2zKzFewhzTx4HStlKaq2p416T2oMa { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:33.1875rem;left:38.5625rem;height:6rem;font-style:normal;display:block; }
#BndPZ4IiZWkpLm5etB28pONBxJTIe1Pu { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:31.375rem;left:31.0625rem;overflow:hidden;display:block; }
#WzWeb5XShnM0S3oE3FFRq81QTMVrlFk3 { color:rgba(var(--color-primary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:31.3125rem;left:38.5625rem;height:1.875rem;font-style:normal;display:block; }
#cAr2OZ0xbqkUP3TFbRkkQT7zhCc2TUPG { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:43.9375rem;left:38.5625rem;height:1.5rem;font-style:normal;display:block; }
#NTN9ZysP2SshthQAINTumBEeiFm6BQ9R { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:41.75rem;left:31.0625rem;overflow:hidden;display:block; }
#ND0sV1tGsG7LoHqhnKZ03HIvCllbUEoS { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:43.9375rem;left:10.0625rem;height:3rem;font-style:normal;display:block; }
#TJro9mmQQ6wR2x1XEpMAHN9JITlMRce8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:41.75rem;left:2.5625rem;overflow:hidden;display:block; }
#eSdOWhfBFJSxCQabspSSpJCTPXkvXKio { color:rgba(var(--color-primary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:42.0625rem;left:10.0625rem;height:1.875rem;font-style:normal;display:block; }
#pUHLlgOTR4zi8Jnfw5we8MfuDMoDOrKc { color:rgba(var(--color-primary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:42.0625rem;left:38.5625rem;height:1.875rem;font-style:normal;display:block; }
#K1nzyO7mgpb43KTTT1gMrGGgezE6GyWG { box-sizing:content-box;height:21.75rem;width:48.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.375rem;left:11.25rem;box-shadow: none;display:block; }
#VRytm8fTqe3oRPIC12v4UB0cMZPxsBfi { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:13.8125rem;left:20.78125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#PFdBePtwlMlETUBMLN4DMyilrIrMv4mR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:52.125rem;left:10.125rem;display:block; }
#IzucSFCLBUNTwkQ6MBbHS4FBl0A03UCR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fesPC9n4ndKZsxZBBqRB4SKQSSoBTr0z { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:52.125rem;left:32.375rem;display:block; }
#F0PQPotz2i4xVAErbBpfPMK4hbFOLbf1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qOWTExegAsW1IprdTt0XVK0qRgqJFM69 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:19.5rem;top:3.96875rem;left:0rem;overflow:hidden;display:block; }
#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { position:relative;display:block; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { background-color: transparent; background-image: none; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container > .video-iframe-container { display: none; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row > .video-iframe-container { display: none; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { border-width: 0; border-radius: 0; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wyaTNmTUufxxAp4d01V5GgpJp2fU9hJO { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:11.125rem;left:3.1875rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QmKEXE14ypTUg5hXrNRW7R3CzPVCIkI9 { color:rgba(var(--color-primary-3),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5rem;left:3.1875rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mRvbPpyQXhL87FlsTuXG9t6msx5tHZme { box-sizing:content-box;height:28.875rem;width:29.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(233,242,248,0.9);background-image:none;top:4.375rem;left:0rem;display:block; }
#gHQ81CKs1S2mXlGn0BqX5HA4EHvx1HmX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:51.875rem;top:0.59310150146484rem;left:8.125rem;overflow:hidden;display:block; }
#oup7DzLdW12tR0XvlUDoHHE4n3boAErS { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:15.1875rem;top:27.875rem;left:47.5625rem;overflow:hidden;display:block; }
#ZkIGPiTPyMTTpgrXCu0arGAmrShWmTzl { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:11.75rem;left:3.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kgu9Z7hcEVeNQd5PqLrvtkVXeFuBAMmm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:51.875rem;top:1.59375rem;left:8.125rem;overflow:hidden;display:none; }
#hrhgKpmryJzBpiQlqDSrgW6M2BZa1IXh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:51.875rem;top:1.59375rem;left:8.125rem;overflow:hidden;display:none; }
#ClPKxB0NIq2ykcpN2kz5Za2bp6GnpemX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:51.875rem;top:1.59375rem;left:8.125rem;overflow:hidden;display:none; }
#En2bPWLlkAFuFqlZNCIeahCEdXzCUXFv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:51.875rem;top:0.59309959411621rem;left:8.125rem;overflow:hidden;display:none; }
#No4lo1kx7x9dQAZgTmtt4yv9UeW49EJf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:51.875rem;top:0.59309959411621rem;left:8.125rem;overflow:hidden;display:none; }
#pWmiBqWQemBpS96hscXeHUPNI92kpz8N { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:51.875rem;top:0.59309959411621rem;left:8.125rem;overflow:hidden;display:none; }
#SSxhhdvHOUVPbhd54Q7XZd0GLzTveRys { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:51.875rem;top:0.59309911727905rem;left:8.125rem;overflow:hidden;display:none; }
#xWKleWb7wXVAo3TOLVcuZC4CNF4qVFGe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:51.875rem;top:0.59309959411621rem;left:8.125rem;overflow:hidden;display:none; }
#pu8fkHEOcaLlFZVTOwwmCbIziNtI8y11 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:51.875rem;top:0.59309959411621rem;left:8.125rem;overflow:hidden;display:none; }
#g5iB0QSOC2iphOm1llMniWsqSzXRqPlp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:51.875rem;top:0.59310150146484rem;left:8.125rem;overflow:hidden;display:none; }
#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC { 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/uc/df6bda45-3f57-490e-93ce-6843d56a1c25/wykoczenia_pod_klucz_excellent.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC.adaptive-delivery-prevent-bg, #tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC.lazyload, #tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC.lazyloading { background-image: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container { background-color: transparent; background-image: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container > .video-iframe-container { display: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row > .video-iframe-container { display: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container { border-width: 0; border-radius: 0; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container { font-size:0.875rem;font-family:arial;height:81.6875rem;width:60rem;position:relative;display:block; }#RuaNBWfTwhpWwpqwGPe21szNPfEQNyyO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:13.75rem;top:53.5625rem;left:34.0625rem;overflow:hidden;display:block; }
#yskvTh1PK936J5t88AqUtzVK2SPnaToB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:13.75rem;top:53.5625rem;left:12.1875rem;overflow:hidden;display:block; }
#yBg3Mwr148mumZ52L4MxyrtPDm5yvhxZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:13.625rem;top:33.875rem;left:38.8125rem;overflow:hidden;display:block; }
#mdN98mqk4Tl4W60z5M3lXQOs20tPLLJJ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:13.75rem;top:33.875rem;left:23.1875rem;overflow:hidden;display:block; }
#t7Z6E2mPaHkCUh5N7LmyNNwtX7ZMmfLo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:13.75rem;top:33.875rem;left:7.5625rem;overflow:hidden;display:block; }
#rDpUeMJuTfEUUU5eJPMpXpixF1lel5SX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:13.75rem;top:19.8125rem;left:38.75rem;overflow:hidden;display:block; }
#kF0uoF2GU4rWlJXThR6Wv3cDGc8P2khB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:13.75rem;top:19.8125rem;left:23.125rem;overflow:hidden;display:block; }
#gZa8St6lhHwdd49QMZtofd9ewypEWzxf { color:rgba(var(--color-primary-3),1);display:block;width:40.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9375rem;left:10.625rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#STK2Pw9vIEDqlOWv3s6XM5mLfVfxL9sT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:13.75rem;top:19.8125rem;left:7.5rem;overflow:hidden;display:block; }
#uVPDNwxttlFxQmvnkOA8vlClBN5dKUKC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:30rem;left:8.1875rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WMbvbG5JpW9SRtvAuVnagFDh84w0S0Qm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:30rem;left:23.75rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JR9uo1iUDXzsg5Eczof2Dd8gCsnBhZKI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:30rem;left:39.375rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OAeuW5QRnxdiZ94yWpHHfxmRmSGvbcl6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:44.1875rem;left:8.1875rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wsLTaDf3adVkweNdqBFhbPQU3vFVkqf3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:44.1875rem;left:23.75rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SZunKcT6wnGeStqlxx022XoSnteSNs1L { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:44.1875rem;left:39.375rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WFXv7ThtCNiUL5XlbuTxreka4fEMeapW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:63.875rem;left:12.8125rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTVFoLFP7rVFBy2q5AUZLCSZUOGRCIs6 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:63.9375rem;left:33.9375rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tfr5y3BJKm5h71IKeuaGM5xZUzbzIbr6 { box-sizing:content-box;height:73.5625rem;width:52.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(233,242,248,0.7);background-image:none;top:3.375rem;left:3.46875rem;display:block; }
#UXGMBSMLLQqqPPkTszmWWSKsDoToPIxd { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:10.9375rem;left:9.59375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MqVGzUOewt96xdknJkm5wvxtpuhpq5MT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:49.3125rem;left:12.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWolFgWfKT3IKfxmEMddBxmnRUSJtsN7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:49.3125rem;left:31.3125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJ4eWBuO4TVaIVPgFcPSTdd7ZZgJZd80 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:69.125rem;left:21.25rem;display:block; }
#ZqIlgpfBpLBqazk5CDhhUvwTIRquAdua { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container { background-color: transparent; background-image: none; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container > .video-iframe-container { display: none; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row > .video-iframe-container { display: none; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container { border-width: 0; border-radius: 0; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container { width:60rem;height:47.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#XfU7Hl90fMLVzLRhKg4CdMeMUq3DQbbo { color:rgba(var(--color-tertiary-4),1);display:block;width:49.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:5.5rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9xhmDa7T1A7lFQsFPug0Xlg3vaId6SR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.250000298023rem;left:8.3125rem;overflow:hidden;display:block; }
#mreSLWvhT8Gr3fGCkNxpX0rRO0Kl1Z4P { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.312501907349rem;left:24.104167938233rem;overflow:hidden;display:block; }
#spxzqQGJ9pKhfWEro5E4RbrWFgNqCQdH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.187500298023rem;left:39.5625rem;overflow:hidden;display:block; }
#l0lMdpkp6IJ5TkDrgwk49v97VxeOo7og { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.750001251697rem;left:8.3125rem;overflow:hidden;display:block; }
#Z5hIOreNfuCGJNnOfdelKzoLx3F6JWUe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.812500953674rem;left:39.5625rem;overflow:hidden;display:block; }
#fWe0KhEc8xgvFbMJIx3g64n3BeMnf1tM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.812501907349rem;left:24rem;overflow:hidden;display:block; }
#Z1PETq4G17J0pHl7Jc2h2iciaSq9QFkH { color:rgba(var(--color-tertiary-4),1);display:block;width:49.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0540366172791rem;left:5.5rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WuVmiKouNA2xPuhxPZLDuIM3FxtA7ZJm { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:7.8541669845581rem;left:9.90625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GRvv7WKTquOrZ2SBwHFqvni6i4MGHgJc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:8.3125rem;overflow:hidden;display:block; }
#A8QHEihTKHNBDmhOTd3VvFRrV6NuXcQw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.729167938233rem;left:24.104167938233rem;overflow:hidden;display:block; }
#tzTTmOTakG3Dyx4VrOf3PIkWpeUgtUg5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.6875rem;left:39.5625rem;overflow:hidden;display:block; }
#Ds1W3kURNc2Rru26CfeMeJnmpmF2faXA { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.479164123535rem;left:10.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lvZMmmHqsAcurywDqfa4aT65bXuzVMUP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:40rem;display:none; }
#tHmsHdhfHXugGi40X8VqA0STff69gkEq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.750000596046rem;left:8.3125rem;overflow:hidden;display:none; }
#EuA4kHUrBLlakvicg8n8z1uDgPF52fx9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.750000596046rem;left:8.3125rem;overflow:hidden;display:none; }
#rzC7mSpPhE2WJ9t9USKcFulIaTPEzNA7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.750000596046rem;left:8.3125rem;overflow:hidden;display:none; }
#hKuAf5DK1BnFilEnfEMdL7qpvks6REKZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.750000596046rem;left:8.3125rem;overflow:hidden;display:none; }
#PoDJNT81kIAcPWqtXKKOWpSMyS3xRMLP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#BreH2z9LJfsGsmT44BWTqx5fxNIbCPGz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#xGnszF3xukocqMdONKbAzVO2plJosVG7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#Q7pVQf2wDrsIhoMitnBfiA1vbmaBgAJm { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#QT7wFRqhRbT3MnL7eNTV06QJ8Tn3XFLp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:39.5625rem;overflow:hidden;display:none; }
#bsgBDla89OXEJMUpOim6Hd1WVOHqvgAB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:39.5625rem;overflow:hidden;display:none; }
#hzyCuBbn1OXIcc8MEBWGLEftITg91Q62 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:39.5625rem;overflow:hidden;display:none; }
#xJc26qdxACNd7DaXArtL7uSG62uRIeWJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:39.5625rem;overflow:hidden;display:none; }
#PcuaUE8ofd2V4LEX21oiFywCm7KKnJGJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:8.3125rem;overflow:hidden;display:none; }
#VrTQzc9vMmkToF3fvWof0GzrGbL9NA5B { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:8.3125rem;overflow:hidden;display:none; }
#Os6BXWQcH1tTLG7S1wva8NkXhdcFdm5F { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:8.3125rem;overflow:hidden;display:none; }
#Slcq9Hho12Fhi9lzSaOqmo0vKQhnTZhG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:8.3125rem;overflow:hidden;display:none; }
#SmAONibrgItCy9cFOwIq1dZT0audcMa0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:24.104167938233rem;overflow:hidden;display:none; }
#JL2OhfnTt89QnERwHKfLFhJPTBGe8TMa { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:24.104167938233rem;overflow:hidden;display:none; }
#hqJXKlVxRGFmSGnETK1lqe9JRKXr1Ong { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:24.104167938233rem;overflow:hidden;display:none; }
#g8gLNG2k5EBwUiaN5O3aG1sNyExCPcvn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:39.5625rem;overflow:hidden;display:none; }
#suSMXSfDVxIl6PImasBWhuMT7mxT2Ppf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:39.5625rem;overflow:hidden;display:none; }
#C9FAU5Wtb8z8Ap4oFeeJaPEe3bw28FN1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:39.5625rem;overflow:hidden;display:none; }
#NnpepTHIqi7SxxlHeewAQK4TzeBX6sMh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:8.3125rem;overflow:hidden;display:none; }
#xZUpu6Uk3v2espTeG5M83U3dCxi4v5Ed { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:8.3125rem;overflow:hidden;display:none; }
#MRKTGpbPWsz2gtFbo1CB55lA38c9xCpT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:8.3125rem;overflow:hidden;display:none; }
#rq5v192IB3zMNHF43s16h3nx0yohk2Gw { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#rJifrkMixEJAP9nwlPqLX908rzkPT9rr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#hHS1NmFmJrKncC9tOlLmIImnk1DBPvaB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#SNDbH6uob24TOeT4d1noSkMW86fV95Xx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:39.5625rem;overflow:hidden;display:none; }
#ngHHu7uEWhBNKa6tBPpgNzZ4kFFzNqdM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:39.5625rem;overflow:hidden;display:none; }
#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV { position:relative;display:block; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV { background-color: transparent; background-image: none; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container > .video-iframe-container { display: none; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row > .video-iframe-container { display: none; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV { border-width: 0; border-radius: 0; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qbifPrVSZiz7KUiVkZmbwHPfhPHw1IMK { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:16.375rem;left:3.0625rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DrcSNb1v85OnPLHs2z8I35E22WfVTw3V { color:rgba(var(--color-primary-3),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.125rem;left:3.0625rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c1aLSis6B7OV1PJMzCTFLOrTpWCVHiBp { box-sizing:content-box;height:26rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#e9f2f8;background-image:none;top:8.6875rem;left:0rem;display:block; }
#xTTEmCmqxKOf8eeGMN6TVkJpCpmu9goQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:14.25rem;top:1.8125rem;left:3.0625rem;overflow:hidden;display:block; }
#mZ2TzCylC1GwUoflqV3oLTxQ1aT8DuoD { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:14.9375rem;left:3.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#runonORTECm8TNf2dDhKIhRVRLNExdo2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:40rem;display:none; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-form-header { font-size:0.75rem; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.2;text-align:left;text-align-last:left;vertical-align:top; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-primary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;font-weight:400;font-style:normal;vertical-align:top;line-height:1.2; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-input-text {padding-top: 0; padding-bottom: 0;}#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;font-weight:400;font-style:normal;vertical-align:top;line-height:1.2; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:400;font-style:normal;vertical-align:top; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-input-select {padding-top: 0; padding-bottom: 0;}#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#de2b17;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3); }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa [class*="-text"]:-moz-placeholder { color:#7f8080;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa [class*="-text"]::-moz-placeholder { color:#7f8080;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa [class*="-text"]:-ms-input-placeholder { color:#7f8080;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa [class*="-text"]::-webkit-input-placeholder { color:#7f8080;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .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; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .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:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-container:first-of-type{padding-top:0;}#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-container:last-of-type{padding-bottom:0;}#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa  { background-color:rgba(var(--color-primary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40rem;top:3.5625rem;z-index:15002;position:absolute;font-size:0.75rem; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa {display:block;}#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa { background-color:rgba(var(--color-primary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40rem;top:3.5625rem;z-index:15002;position:absolute;font-size:0.75rem; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #DBfoAq0MzCfue6ZIKTk1TXuOSZetb1no { position:relative; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #dSIogMkT2ytONp32eGfeJtDHsTUEmsMW { position:relative;display:block; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #pA2W6fKReKS9ahAQBMmstzohKcHrJzWK { position:relative; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #ncc4FZUAyvhstoZRxNgGQ5xOrRQ8LfuL { position:relative; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #essrDNsde2eqTcNDJCDTDGPZCkkRVIxG { position:relative;display:block; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #yJcTd2X0i8Qy5QF7OoCTWhx5tbhXC5Fu { position:relative; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #oR3gLZDZX9BrVz8hHa4ViFDIKF3nJMZi { position:relative; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #IbxLgEzxsUwTrpow02G065lW5mZZDBAP { position:relative;display:block; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #i98zb7ySNT8ivUuk0ThEgMxcvVqWBaUA { position:relative; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #Bf6uOWIxhvo5EbFTSQkORoQW955f06Ti { position:relative; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #vK1ZgHyvM8v8n3ebUewhKgTuw6t2An6O { position:relative;display:block; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #pJFEAwrAdRD7nF5ui0V9qw2xgXGPTeP8 { position:relative; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #pByurON7s1LHDhqwM8RxRnunIvzT4Xz1 { position:relative; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #OcnCT68dglFHLep1QobNbXqdC0pbGSNw { position:relative;display:block; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #O2D2RF5xovagRkhCbl3xBMMdf3RTMVsn { position:relative; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #NwRR5NBpKA8gTQEJmZKUCD3XzkSbVvcI { position:relative; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #vq62rD8JDowMsxC3glI0qdzAnuTb0JB1 { position:relative;display:block; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #rVG7RxmUzhQ1AxhuTCFo3gu2DL6Gp3pC { position:relative; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #clBbNGvr5bDhP6C0STMBSsVqVJ49UMuU { position:relative; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #tk7B75gPOmSvHTaHbcl4NKOwCIE0XdKC { position:relative;z-index:2; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #BsITxI7Ehpw6uzrKigG9OOcIpyw0FZ1K { position:relative; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #iTKNAbZ6MfhTVbvNMUF65mEXFIDTe8aS { position:relative; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #c35TxtZMFp6uLPVBvwSCTUwQmeywF7k6 { position:relative; }
#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f2f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container { background-color: transparent; background-image: none; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container > .video-iframe-container { display: none; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row > .video-iframe-container { display: none; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container { border-width: 0; border-radius: 0; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#l1G0S0T7fG5yEqqaT3ZNCG9e3THprWQf { position:absolute;display:block;z-index:15000;height:28.1875rem;width:60rem;top:-0.0625rem;left:-0.125rem;display:block; }
#dcDFvEG8Dmi2eeAd5FO7EBHZLMJ5oJ0R { position:relative;display:block; }#dcDFvEG8Dmi2eeAd5FO7EBHZLMJ5oJ0R { background-color: transparent; background-image: none; }#dcDFvEG8Dmi2eeAd5FO7EBHZLMJ5oJ0R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcDFvEG8Dmi2eeAd5FO7EBHZLMJ5oJ0R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcDFvEG8Dmi2eeAd5FO7EBHZLMJ5oJ0R > .row .container > .video-iframe-container { display: none; }#dcDFvEG8Dmi2eeAd5FO7EBHZLMJ5oJ0R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcDFvEG8Dmi2eeAd5FO7EBHZLMJ5oJ0R > .row > .video-iframe-container { display: none; }#dcDFvEG8Dmi2eeAd5FO7EBHZLMJ5oJ0R > .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); }#dcDFvEG8Dmi2eeAd5FO7EBHZLMJ5oJ0R { border-width: 0; border-radius: 0; }#dcDFvEG8Dmi2eeAd5FO7EBHZLMJ5oJ0R > .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; }#dcDFvEG8Dmi2eeAd5FO7EBHZLMJ5oJ0R > .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:25.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JbRvQx5JikAQw0Np4Fb2Q3IItbGAbp9T { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:8rem;left:22.125rem;overflow:hidden;display:block; }
#DH1GulkuW0PXTotaB9EhLlnDu9wszrAV { 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.125rem;width:3.125rem;top:8rem;left:28.5625rem;overflow:hidden;display:block; }
#zgH1r3AXQq5pBNNvJTaarEe97UPgblvT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:8rem;left:34.8125rem;overflow:hidden;display:block; }
#INU5KG6Vho1TStnRLiTO9hn5PtJKqWwz { color:rgba(var(--color-primary-3),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:14.375rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nk0r5L3FT8JUfRUZxx9yJa2vTSfgpVng { color:rgba(var(--color-primary-3),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.75rem;left:14.46875rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#D88Wt5ILLo0R02fVmcMyOqWO5cHJbnsl { color:rgba(var(--color-primary-3),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.3125rem;left:14.34375rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OV9hChB4nVWT22AFGu7CLDC0fNEcnXOq { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:3.25rem;top:19.310546875rem;left:15.541667938233rem;overflow:hidden;display:block; }
#T62Ah8yUP5qkkNE3zVOhf46Klyi5ZPN6 { color:rgba(var(--color-primary-3),1);display:block;width:23.75rem;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:18.865234375rem;left:19.96875rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WN0LpwTISLboG90qVzmcfZP1viqLxkgo { color:rgba(var(--color-primary-3),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.0625009536743rem;left:14.34375rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oHfZN9UZpPPf0xx6yQoQ1ikaOMvpHzGM { color:rgba(var(--color-primary-3),1);display:block;width:23.75rem;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:7.4902353286744rem;left:19.96875rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#x6mtb0EKO8318AQ9f5Ngzxqc7OxeRHmt { position:relative;display:none; }#x6mtb0EKO8318AQ9f5Ngzxqc7OxeRHmt { border-width: 0; border-radius: 0; }#x6mtb0EKO8318AQ9f5Ngzxqc7OxeRHmt > .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; }#x6mtb0EKO8318AQ9f5Ngzxqc7OxeRHmt > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#T15bXZxo8tP8f3yOTdZwaSAJif5dTvcA { color:rgba(var(--color-primary-3),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.25rem;left:5rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tbUAiN1A7JrgPt2nq5WkuuuNf6hOhFkG { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:10.41015625rem;left:8.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sZK0mPtvTp8BgITzZThLgT9wUhK5BTFN { color:rgba(var(--color-primary-3),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.625rem;left:4.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dhw7kIFVECpmpEJRCclt2w4g3voGebmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));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; }#dhw7kIFVECpmpEJRCclt2w4g3voGebmP > .row .container { background-color: transparent; background-image: none; }#dhw7kIFVECpmpEJRCclt2w4g3voGebmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhw7kIFVECpmpEJRCclt2w4g3voGebmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhw7kIFVECpmpEJRCclt2w4g3voGebmP > .row .container > .video-iframe-container { display: none; }#dhw7kIFVECpmpEJRCclt2w4g3voGebmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhw7kIFVECpmpEJRCclt2w4g3voGebmP > .row > .video-iframe-container { display: none; }#dhw7kIFVECpmpEJRCclt2w4g3voGebmP > .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); }#dhw7kIFVECpmpEJRCclt2w4g3voGebmP > .row .container { border-width: 0; border-radius: 0; }#dhw7kIFVECpmpEJRCclt2w4g3voGebmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dhw7kIFVECpmpEJRCclt2w4g3voGebmP > .row .container { font-size:0.875rem;font-family:arial;height:88rem;width:60rem;position:relative;display:block; }#V220IedJpJhQXTTz3ORHs4XAL4HxssCs { color:rgba(var(--color-primary-3),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4rem;height:5.84895625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XUbiJTUBZk9eVe7UTegw10oTkLTVidDJ { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:10.9375rem;left:4rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Me8f3nT4aClBEwEIGcTTWJGFaHhvf4BM { color:rgba(var(--color-primary-3),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:16.5rem;left:1.9375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nsrC8GrWTfNloAFZ5TQgCihHuFRI7F42 { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:20rem;left:7.875rem;height:1.29948125rem;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; }
#Abopml7kMhPZg7rb37S41Takt2NEHEP8 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:21.3125rem;left:7.875rem;height:4.5rem;font-style:normal;display:block; }
#yta3RCfH3ITcnxtLdJR0z28zpWvIJc5J { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15064;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.3125rem;left:2.25rem;display:block; }
#cmrbxfL2HXw3VmFnDoAGl1zMuoT4W7gs { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:22rem;left:3.375rem;height:1.94986875rem;display:block; }
#ioKOSE7hkq9pJzQXTAHmKvOaHmWBisgn { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-primary-1),1);background-image:none;top:24.9375rem;left:3.75rem;display:block; }
#GSL3eThZoa62E3grmxIVQ0ILVQR5e7QU { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:27.125rem;left:7.875rem;height:1.29948125rem;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; }
#xxJNuF7Mszu2SlQxVZSbPycfGV6A6O4w { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15052;line-height:1.5;letter-spacing:0;top:28.4375rem;left:7.875rem;height:4.5rem;font-style:normal;display:block; }
#Ad6AGaPrMvVCQXcIuTTnESF0c8A9etPb { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15065;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.4375rem;left:2.25rem;display:block; }
#ZFgGsB5bTcSi7wfxf9TnXVV0EiXJSJSE { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:29.125rem;left:3.375rem;height:1.94986875rem;display:block; }
#VVa7b3x4yd9RpcNIfAspDuc4FQaRJVcG { box-sizing:content-box;height:3rem;width:0.125rem;position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-primary-1),1);background-image:none;top:32.125rem;left:3.75rem;display:block; }
#gpPDuTiCu10WBmWz9NR1fqmmwDPZXUun { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:34.1875rem;left:7.875rem;height:1.29948125rem;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; }
#y6EmmSOmEPnZhF17UEA0rhOPg4LuDxS6 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.5;letter-spacing:0;top:35.5rem;left:7.875rem;height:6rem;font-style:normal;display:block; }
#Ht1AGbXesbyk0TsqP8XLiIi7uksdl1fU { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15066;background-color:rgba(var(--color-primary-2),1);background-image:none;top:35.5rem;left:2.25rem;display:block; }
#fmio6l37qTiqTRCrmbztF72TSXS3EdFF { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:36.125rem;left:3.3125rem;height:1.94986875rem;display:block; }
#dE2FyCvKCEyHgDhcdB2AkzIOJwccQZ07 { box-sizing:content-box;height:4.5rem;width:0.125rem;position:absolute;display:block;z-index:15080;background-color:rgba(var(--color-primary-1),1);background-image:none;top:39.125rem;left:3.75rem;display:block; }
#lRNaoKlabny0cpI3G8KwI9VmAplcymG5 { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:42.5625rem;left:7.875rem;height:1.29948125rem;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; }
#JutlKvTVhX2UwCz8pdV9rXPqssuPnDgA { position:absolute;display:block;z-index:15084;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:53.6875rem;width:18.1875rem;top:16.5rem;left:41.8125rem;overflow:hidden;display:block; }
#BpAToUcPQsBgbd1TesV6Aaz3glGbnddy { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:43.875rem;left:7.875rem;height:6rem;font-style:normal;display:block; }
#QuwOkfG47yeJXveIRNwCX689xUiTVZr3 { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:43.875rem;left:2.25rem;display:block; }
#rIkeCMuK0aSTcMT8bKyylIQpmBC6g1Rp { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:44.5rem;left:3.3125rem;height:1.94986875rem;display:block; }
#Z0ToQJuAlxDgKblWCTiKAfFakTK6xtaN { box-sizing:content-box;height:4.5rem;width:0.125rem;position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-primary-1),1);background-image:none;top:47.5rem;left:3.75rem;display:block; }
#RBOzUFxg5WLxnAe1BmzZEpFvBHxnlm58 { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:50.9375rem;left:7.875rem;height:1.29948125rem;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; }
#Abu8cEXw7paMnAfHQKhEP3z5Z5MRZuG1 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15058;line-height:1.5;letter-spacing:0;top:52.25rem;left:7.875rem;height:4.5rem;font-style:normal;display:block; }
#atyHM9raqI9vxVElG1OHmwILrxwdOJ6T { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:58rem;left:7.875rem;height:1.29948125rem;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; }
#bI7wzmwuAuNxKvcZdgdTO2vzTThFBf5X { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15060;line-height:1.5;letter-spacing:0;top:59.3125rem;left:7.875rem;height:4.5rem;font-style:normal;display:block; }
#RDbZSMJSxzxHggd1dTgXTy4vGCIDD61f { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:65.0625rem;left:7.875rem;height:1.29948125rem;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; }
#TlZkiPS1iKtTPwceVDLwxVOCw4Fsf2z9 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15062;line-height:1.5;letter-spacing:0;top:66.375rem;left:7.875rem;height:4.5rem;font-style:normal;display:block; }
#uiVBmsQa4JzT7cT4nwhMTu34PrN1ilkn { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:74.625rem;left:4.4375rem;height:1.29948125rem;font-style:normal;display:block; }
#VNKuDDkeSbfSWTnoOb5ZArO281m38HlS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:78.8125rem;left:20.9375rem;display:block; }
#S3HteNu9ap2Ll0xfMeScPR14RXsVutdJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JtOkPOqyGPe7dqMz3CFPTaAWcQuDI0Hh { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:67.125rem;left:3.375rem;height:1.94986875rem;display:block; }
#muUILDlhvTZA9Q4swAMCBRJbcIxtiET7 { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15070;background-color:rgba(var(--color-primary-2),1);background-image:none;top:66.375rem;left:2.25rem;display:block; }
#Rc8R7iDu99d4kIR7w8K8vUkdxoXVO7o7 { box-sizing:content-box;height:3.25rem;width:0.125rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-primary-1),1);background-image:none;top:62.875rem;left:3.75rem;display:block; }
#B751r3TBtMBCLvg3EszDdR5RnaLFkN7m { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15069;background-color:rgba(var(--color-primary-2),1);background-image:none;top:59.3125rem;left:2.25rem;display:block; }
#AAaJO4UTC2sh57u7iKBTyLWo4OSD2keB { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:60rem;left:3.375rem;height:1.94986875rem;display:block; }
#ueT55FrIlfS7TgNhTDhBPqwBFiwTAe3W { box-sizing:content-box;height:3.25rem;width:0.125rem;position:absolute;display:block;z-index:15082;background-color:rgba(var(--color-primary-1),1);background-image:none;top:55.75rem;left:3.75rem;display:block; }
#utGNQP1gDiUULRaU9vhfDfkybUOgkqiW { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:53rem;left:3.375rem;height:1.94986875rem;display:block; }
#kVyWaRX2ElynOxdTmdmpSK77Ssa6XnQ5 { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15068;background-color:rgba(var(--color-primary-2),1);background-image:none;top:52.25rem;left:2.25rem;display:block; }
#rLuZ1VTTkCUKwtTUFbhTwZZP82VA78S3 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:21.424480438233rem;left:7.9375rem;height:0;font-style:normal;display:none; }
#RDRHzg9Xs29HF42sGyKR7urmzQkMFzUK { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.25rem;left:9.375rem;height:0;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:none; }
#CqNe0um5bhg2r9xGPpcxUfzUptFQwPQl { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:27.304036617279rem;left:7.9375rem;height:0;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:none; }
#UmpRmuMKERr2iS8WxeJ4v5LTMDF2VQit { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:28.5625rem;left:7.9375rem;height:0;font-style:normal;display:none; }
#SCzsMhPvmkJVoE2Q7r5wuveE4f4Nqyl7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:34.3125rem;left:7.9375rem;height:0;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:none; }
#i5yXieveDcEAmwf9ClAEZL2O601hmHUm { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:35.625rem;left:7.9375rem;height:0;font-style:normal;display:none; }
#ho1X0qrzKK4x9BUUwWBzka62l9Tt315S { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:42.7421875rem;left:7.9375rem;height:0;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:none; }
#eeWolpuOmZxwkPIPPZL6n7tO4QXUMkMp { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:44rem;left:7.7916679382325rem;height:0;font-style:normal;display:none; }
#W4rLHT8SG2cq0cRR4RoQ2UhhrOpTQJUg { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:51.1171875rem;left:7.9375rem;height:0;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:none; }
#x9RCBQMAR60Q9CnpMTPJMm71Z3wOPTuv { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:52.375rem;left:7.9375rem;height:0;font-style:normal;display:none; }
#RmMfifegTBP6NDSVEwzPlf0wyOO0WUaM { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:58.1796875rem;left:7.9375rem;height:0;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:none; }
#PET3KeAWM08MUeDSchlHtW3GIBxo4Eu0 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:59.4375rem;left:7.9375rem;height:0;font-style:normal;display:none; }
#vFzfGTmAPm3lbHEDNc1GpoZNvlWlIA1z { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:65.2421875rem;left:7.9375rem;height:0;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:none; }
#cgZuHtJbgCF0WViuvMOw89GPtTQ7iukk { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:66.5rem;left:7.9375rem;height:0;font-style:normal;display:none; }
#ASEwM6iqE9aF5qUOsTCQa49MBIbBe12a { position:relative;display:none; }#ASEwM6iqE9aF5qUOsTCQa49MBIbBe12a { border-width: 0; border-radius: 0; }#ASEwM6iqE9aF5qUOsTCQa49MBIbBe12a > .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; }#ASEwM6iqE9aF5qUOsTCQa49MBIbBe12a > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ws7wo43skmCxd3kPVNZvZZp3lMDnMHTh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:78.812505722044rem;left:20.9375rem;display:none; }
#UaS11yk9psXKelmoPrAktFOkt9Av50Q5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XS1lQiGR7MqrZ56OKWGhXHzt1oZGvd8c { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:74.75rem;left:4.65625rem;height:0;font-style:normal;display:none; }
#nh1O8gZKTTAnhNVZh8pVFq3eixpdd9aT { position:relative;display:block; }#nh1O8gZKTTAnhNVZh8pVFq3eixpdd9aT { background-color: transparent; background-image: none; }#nh1O8gZKTTAnhNVZh8pVFq3eixpdd9aT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh1O8gZKTTAnhNVZh8pVFq3eixpdd9aT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh1O8gZKTTAnhNVZh8pVFq3eixpdd9aT > .row .container > .video-iframe-container { display: none; }#nh1O8gZKTTAnhNVZh8pVFq3eixpdd9aT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh1O8gZKTTAnhNVZh8pVFq3eixpdd9aT > .row > .video-iframe-container { display: none; }#nh1O8gZKTTAnhNVZh8pVFq3eixpdd9aT > .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); }#nh1O8gZKTTAnhNVZh8pVFq3eixpdd9aT { border-width: 0; border-radius: 0; }#nh1O8gZKTTAnhNVZh8pVFq3eixpdd9aT > .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; }#nh1O8gZKTTAnhNVZh8pVFq3eixpdd9aT > .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:14.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#A7OHkJ6yim0OG5pzc4KR6TRoTpOBdEOy { color:rgba(var(--color-primary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0182304382324rem;left:19.125rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#XUQvdAMeb4geJNcJ6fiIRkqyLf49OGTC { position:absolute;display:block;z-index:15005;height:5.9375rem;width:6.875rem;top:2.998046875rem;left:1.75rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t1FZ4uSHUExiSgxOgWsQgREXs4rmvlpE { display:none; }#t1FZ4uSHUExiSgxOgWsQgREXs4rmvlpE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OV6K64btrBk3TURz2A1zmVJ9JOxRPuuw { top:1.4375rem;left:3.90625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWpcreTgNI2PcPfZxS5krWThsOTRBD3w { top:1.4375rem;left:14.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4FrArRs8bWseCc0ewBgm15hUN4zA3sT { top:2.75rem;left:2.6250005960464rem;width:7.9375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJ8eag5lGx70rymcoA7lfsWaHya65lpC { top:0.9375rem;left:0rem;width:7.625rem;height:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 { display:block; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIXfscc6EsbCzLGhNbZgCf7qVWk57sxX { top:6.5rem;left:0rem;width:20.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpI7KRHJyTBWumn0yhVEwf3Xqdi7kvNT { top:0.8125rem;left:3.28125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNZ1MP5VTTxBsc7VUqTycbDKiO0LxbOC { top:0.5625rem;left:5.46875rem;width:7.625rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaalhmEWbdfXkbCHT04wA9TNTpI761Q1 { top:0.8125rem;left:14.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg8x9UWnlUSeIK6hxmATHKvyrG4IizIy { top:0.5625rem;left:16.3125rem;width:14.8125rem;height:3.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acvvO5fX7tR4LBpFhP6uUR4G278WMGi2 { width:17.5rem;height:3.625rem;top:25.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPDPyULExDD1zQc2COuz4IxpKXKGGe62 { display:block; }
 }@media only screen and (max-width: 763px) { #mxKubDnrzaW4XpwNnC8HibQ0BPVVhrUh { width:2.8125rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNc1XF6kHuzV7etA7uH9kKRwlgZC5Tgz { display:block; }
 }@media only screen and (max-width: 763px) { #OFpvfLOVJmdTdreX75gDrnseT9iTVpDy { width:2.8125rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXQVPe2h17BF31NbNz9W4fCc9REoAgAO { display:block; }
 }@media only screen and (max-width: 763px) { #r9F2osH0NqZG0BrHaQy8od7TdnD4gcSG { width:2.8125rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoOxuyfkTuVMdIHBXgEEuuXAyaWzVThs { display:block; }
 }@media only screen and (max-width: 763px) { #a3nFNE5VWMLEux2kM02XNUDODUQSR2Oc { top:31.375rem;left:0rem;width:6.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGOJcD9mUUdLCmg7ZmQMbo601uzvTlUT { top:32.4375rem;left:7.59375rem;width:12.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwTgeuRQpU3XGdRuiyUAvfnDiIHht42q { top:1.3125rem;left:45.5625rem;width:2.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdK3C8ZfpJzgL3wfR402GTDINpBEBq6H { top:1.3125rem;left:45.5625rem;width:2.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQuQt4tfy1q4OKGXzuNM5K26tkPuGrvg { width:42.875rem;height:5.8125rem;top:13.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s39BJrw2C5AAWbT52em1KGh9r8UVVG5I { width:35.1875rem;height:2.875rem;top:19.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfg0lpT0tvIP3wPtdK1T4ROq0aCCZfrm { top:7.875rem;left:0rem;width:17.625rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB { display:block; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebTaSiA2QQLCGAuoNkM65cu7bSgs6QuX { top:13.1875rem;left:12.6875rem;width:35.0625rem;height:10.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAU4KvEuJ1yMZlwuHODqfRNeVFTX3VGw { top:6.25rem;left:12.125rem;width:35.625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4eWaIJCrSCo3Km0CvWps3ACpAk4uRzc { top:31.375rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE2kUViy87ID0eyXLnU8vNRT5M7NHJ9c { top:31.3125rem;left:3.8125rem;width:16.4375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erK0Jl5hNF3KlTM9SvIevZCpPiu5FLe4 { top:33.1875rem;left:3.9375rem;width:18.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xep2zKzFewhzTx4HStlKaq2p416T2oMa { top:33.1875rem;left:27.5625rem;width:20.1875rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BndPZ4IiZWkpLm5etB28pONBxJTIe1Pu { top:31.375rem;left:24.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzWeb5XShnM0S3oE3FFRq81QTMVrlFk3 { top:31.3125rem;left:31.3125rem;width:16.4375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAr2OZ0xbqkUP3TFbRkkQT7zhCc2TUPG { top:43.9375rem;left:27.5625rem;width:20.1875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTN9ZysP2SshthQAINTumBEeiFm6BQ9R { top:41.75rem;left:24.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND0sV1tGsG7LoHqhnKZ03HIvCllbUEoS { top:43.9375rem;left:3.9375rem;width:19.6875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJro9mmQQ6wR2x1XEpMAHN9JITlMRce8 { top:41.75rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSdOWhfBFJSxCQabspSSpJCTPXkvXKio { top:42.0625rem;left:3.9375rem;width:16.4375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUHLlgOTR4zi8Jnfw5we8MfuDMoDOrKc { top:42.0625rem;left:31.3125rem;width:16.4375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1nzyO7mgpb43KTTT1gMrGGgezE6GyWG { top:4.375rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRytm8fTqe3oRPIC12v4UB0cMZPxsBfi { top:11rem;left:0rem;width:17.6875rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFdBePtwlMlETUBMLN4DMyilrIrMv4mR { width:17.5rem;height:3.625rem;top:52.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzucSFCLBUNTwkQ6MBbHS4FBl0A03UCR { display:block; }
 }@media only screen and (max-width: 763px) { #fesPC9n4ndKZsxZBBqRB4SKQSSoBTr0z { width:17.5rem;height:3.625rem;top:52.125rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0PQPotz2i4xVAErbBpfPMK4hbFOLbf1 { display:block; }
 }@media only screen and (max-width: 763px) { #qOWTExegAsW1IprdTt0XVK0qRgqJFM69 { top:3.9375rem;left:0rem;width:19.5rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { display:block; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyaTNmTUufxxAp4d01V5GgpJp2fU9hJO { top:11.125rem;left:0rem;width:22.4375rem;height:18rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmKEXE14ypTUg5hXrNRW7R3CzPVCIkI9 { top:7.5rem;left:0rem;width:24.5625rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRvbPpyQXhL87FlsTuXG9t6msx5tHZme { top:4.375rem;left:0rem;width:29.75rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHQ81CKs1S2mXlGn0BqX5HA4EHvx1HmX { top:0.5625rem;left:0rem;width:47.75rem;height:31.814156626506rem;display:block; }
 }@media only screen and (max-width: 763px) { #oup7DzLdW12tR0XvlUDoHHE4n3boAErS { top:27.875rem;left:32.5625rem;width:15.1875rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkIGPiTPyMTTpgrXCu0arGAmrShWmTzl { top:7.125rem;left:0rem;width:17.5625rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgu9Z7hcEVeNQd5PqLrvtkVXeFuBAMmm { top:1.5625rem;left:0rem;width:47.75rem;height:31.699096385542rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrhgKpmryJzBpiQlqDSrgW6M2BZa1IXh { top:1.5625rem;left:0rem;width:47.75rem;height:31.699096385542rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClPKxB0NIq2ykcpN2kz5Za2bp6GnpemX { top:1.5625rem;left:0rem;width:47.75rem;height:31.699096385542rem;display:block; }
 }@media only screen and (max-width: 763px) { #En2bPWLlkAFuFqlZNCIeahCEdXzCUXFv { top:0.5625rem;left:0rem;width:47.75rem;height:31.814156626506rem;display:block; }
 }@media only screen and (max-width: 763px) { #No4lo1kx7x9dQAZgTmtt4yv9UeW49EJf { top:0.5625rem;left:0rem;width:47.75rem;height:31.814156626506rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWmiBqWQemBpS96hscXeHUPNI92kpz8N { top:0.5625rem;left:0rem;width:47.75rem;height:31.814156626506rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSxhhdvHOUVPbhd54Q7XZd0GLzTveRys { top:0.5625rem;left:0rem;width:47.75rem;height:31.814156626506rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWKleWb7wXVAo3TOLVcuZC4CNF4qVFGe { top:0.5625rem;left:0rem;width:47.75rem;height:31.814156626506rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu8fkHEOcaLlFZVTOwwmCbIziNtI8y11 { top:0.5625rem;left:0rem;width:47.75rem;height:31.814156626506rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5iB0QSOC2iphOm1llMniWsqSzXRqPlp { top:0.5625rem;left:0rem;width:47.75rem;height:31.814156626506rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC { display:block; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuaNBWfTwhpWwpqwGPe21szNPfEQNyyO { top:53.5625rem;left:27.9375rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yskvTh1PK936J5t88AqUtzVK2SPnaToB { top:53.5625rem;left:6.0625rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBg3Mwr148mumZ52L4MxyrtPDm5yvhxZ { top:33.875rem;left:32.6875rem;width:13.625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdN98mqk4Tl4W60z5M3lXQOs20tPLLJJ { top:33.875rem;left:17.0625rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Z6E2mPaHkCUh5N7LmyNNwtX7ZMmfLo { top:33.875rem;left:1.4375rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDpUeMJuTfEUUU5eJPMpXpixF1lel5SX { top:19.8125rem;left:32.625rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF0uoF2GU4rWlJXThR6Wv3cDGc8P2khB { top:19.8125rem;left:17rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZa8St6lhHwdd49QMZtofd9ewypEWzxf { top:6.9375rem;left:4.5rem;width:40.25rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STK2Pw9vIEDqlOWv3s6XM5mLfVfxL9sT { top:19.8125rem;left:1.375rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVPDNwxttlFxQmvnkOA8vlClBN5dKUKC { top:30rem;left:2.0625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMbvbG5JpW9SRtvAuVnagFDh84w0S0Qm { top:30rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR9uo1iUDXzsg5Eczof2Dd8gCsnBhZKI { top:30rem;left:33.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAeuW5QRnxdiZ94yWpHHfxmRmSGvbcl6 { top:44.1875rem;left:2.0625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsLTaDf3adVkweNdqBFhbPQU3vFVkqf3 { top:44.1875rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZunKcT6wnGeStqlxx022XoSnteSNs1L { top:44.1875rem;left:33.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFXv7ThtCNiUL5XlbuTxreka4fEMeapW { top:63.875rem;left:6.6875rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTVFoLFP7rVFBy2q5AUZLCSZUOGRCIs6 { top:63.9375rem;left:27.8125rem;width:14rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfr5y3BJKm5h71IKeuaGM5xZUzbzIbr6 { top:3.375rem;left:0rem;width:47.75rem;height:73.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXGMBSMLLQqqPPkTszmWWSKsDoToPIxd { top:10.9375rem;left:3.46875rem;width:40.8125rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqVGzUOewt96xdknJkm5wvxtpuhpq5MT { top:49.3125rem;left:6.0625rem;width:13.5625rem;height:3rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWolFgWfKT3IKfxmEMddBxmnRUSJtsN7 { top:49.3125rem;left:25.1875rem;width:18.625rem;height:3rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ4eWBuO4TVaIVPgFcPSTdd7ZZgJZd80 { width:17.5rem;height:3.625rem;top:69.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqIlgpfBpLBqazk5CDhhUvwTIRquAdua { display:block; }
 }@media only screen and (max-width: 763px) { #LOTwSUfr710qaTpMgHB3eyTTJI072ro2 { display:block; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfU7Hl90fMLVzLRhKg4CdMeMUq3DQbbo { top:3.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9xhmDa7T1A7lFQsFPug0Xlg3vaId6SR { top:23.25rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mreSLWvhT8Gr3fGCkNxpX0rRO0Kl1Z4P { top:23.3125rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spxzqQGJ9pKhfWEro5E4RbrWFgNqCQdH { top:23.1875rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0lMdpkp6IJ5TkDrgwk49v97VxeOo7og { top:34.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5hIOreNfuCGJNnOfdelKzoLx3F6JWUe { top:34.8125rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWe0KhEc8xgvFbMJIx3g64n3BeMnf1tM { top:34.8125rem;left:17.875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1PETq4G17J0pHl7Jc2h2iciaSq9QFkH { top:1rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuVmiKouNA2xPuhxPZLDuIM3FxtA7ZJm { top:7.8125rem;left:3.78125rem;width:40.8125rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRvv7WKTquOrZ2SBwHFqvni6i4MGHgJc { top:11.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8QHEihTKHNBDmhOTd3VvFRrV6NuXcQw { top:11.6875rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzTTmOTakG3Dyx4VrOf3PIkWpeUgtUg5 { top:11.6875rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds1W3kURNc2Rru26CfeMeJnmpmF2faXA { top:7.125rem;left:0rem;width:16.625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvZMmmHqsAcurywDqfa4aT65bXuzVMUP { width:40rem;height:19.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHmsHdhfHXugGi40X8VqA0STff69gkEq { top:11.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuA4kHUrBLlakvicg8n8z1uDgPF52fx9 { top:11.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzC7mSpPhE2WJ9t9USKcFulIaTPEzNA7 { top:11.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKuAf5DK1BnFilEnfEMdL7qpvks6REKZ { top:11.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoDJNT81kIAcPWqtXKKOWpSMyS3xRMLP { top:11.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BreH2z9LJfsGsmT44BWTqx5fxNIbCPGz { top:11.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGnszF3xukocqMdONKbAzVO2plJosVG7 { top:11.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7pVQf2wDrsIhoMitnBfiA1vbmaBgAJm { top:11.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT7wFRqhRbT3MnL7eNTV06QJ8Tn3XFLp { top:11.75rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsgBDla89OXEJMUpOim6Hd1WVOHqvgAB { top:11.75rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzyCuBbn1OXIcc8MEBWGLEftITg91Q62 { top:11.75rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJc26qdxACNd7DaXArtL7uSG62uRIeWJ { top:11.75rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcuaUE8ofd2V4LEX21oiFywCm7KKnJGJ { top:23.25rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrTQzc9vMmkToF3fvWof0GzrGbL9NA5B { top:23.25rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os6BXWQcH1tTLG7S1wva8NkXhdcFdm5F { top:23.25rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Slcq9Hho12Fhi9lzSaOqmo0vKQhnTZhG { top:23.25rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmAONibrgItCy9cFOwIq1dZT0audcMa0 { top:23.25rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL2OhfnTt89QnERwHKfLFhJPTBGe8TMa { top:23.25rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqJXKlVxRGFmSGnETK1lqe9JRKXr1Ong { top:23.25rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8gLNG2k5EBwUiaN5O3aG1sNyExCPcvn { top:23.25rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suSMXSfDVxIl6PImasBWhuMT7mxT2Ppf { top:23.25rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9FAU5Wtb8z8Ap4oFeeJaPEe3bw28FN1 { top:23.25rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnpepTHIqi7SxxlHeewAQK4TzeBX6sMh { top:34.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZUpu6Uk3v2espTeG5M83U3dCxi4v5Ed { top:34.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRKTGpbPWsz2gtFbo1CB55lA38c9xCpT { top:34.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq5v192IB3zMNHF43s16h3nx0yohk2Gw { top:34.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJifrkMixEJAP9nwlPqLX908rzkPT9rr { top:34.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHS1NmFmJrKncC9tOlLmIImnk1DBPvaB { top:34.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNDbH6uob24TOeT4d1noSkMW86fV95Xx { top:34.75rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngHHu7uEWhBNKa6tBPpgNzZ4kFFzNqdM { top:34.75rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV { display:block; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbifPrVSZiz7KUiVkZmbwHPfhPHw1IMK { top:16.375rem;left:0rem;width:33.6875rem;height:13.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrcSNb1v85OnPLHs2z8I35E22WfVTw3V { top:12.125rem;left:0rem;width:28rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1aLSis6B7OV1PJMzCTFLOrTpWCVHiBp { top:8.6875rem;left:0rem;width:47.75rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTTEmCmqxKOf8eeGMN6TVkJpCpmu9goQ { top:1.8125rem;left:0rem;width:14.25rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ2TzCylC1GwUoflqV3oLTxQ1aT8DuoD { top:7.0625rem;left:0rem;width:16.625rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #runonORTECm8TNf2dDhKIhRVRLNExdo2 { width:40rem;height:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-input-text {padding-top: 0; padding-bottom: 0;}#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-input-select {padding-top: 0; padding-bottom: 0;}#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa  { width:17.5rem;height:auto;top:3.5625rem;left:27.75rem; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa {display:block;}#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa { width:17.5rem;height:auto;top:3.5625rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #DBfoAq0MzCfue6ZIKTk1TXuOSZetb1no {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #dSIogMkT2ytONp32eGfeJtDHsTUEmsMW { display:block; }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #pA2W6fKReKS9ahAQBMmstzohKcHrJzWK {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #ncc4FZUAyvhstoZRxNgGQ5xOrRQ8LfuL {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #essrDNsde2eqTcNDJCDTDGPZCkkRVIxG {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #yJcTd2X0i8Qy5QF7OoCTWhx5tbhXC5Fu {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #oR3gLZDZX9BrVz8hHa4ViFDIKF3nJMZi {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #IbxLgEzxsUwTrpow02G065lW5mZZDBAP {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #i98zb7ySNT8ivUuk0ThEgMxcvVqWBaUA {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #Bf6uOWIxhvo5EbFTSQkORoQW955f06Ti {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #vK1ZgHyvM8v8n3ebUewhKgTuw6t2An6O { display:block; }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #pJFEAwrAdRD7nF5ui0V9qw2xgXGPTeP8 {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #pByurON7s1LHDhqwM8RxRnunIvzT4Xz1 {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #OcnCT68dglFHLep1QobNbXqdC0pbGSNw {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #O2D2RF5xovagRkhCbl3xBMMdf3RTMVsn {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #NwRR5NBpKA8gTQEJmZKUCD3XzkSbVvcI {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #vq62rD8JDowMsxC3glI0qdzAnuTb0JB1 { display:block; }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #rVG7RxmUzhQ1AxhuTCFo3gu2DL6Gp3pC {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #clBbNGvr5bDhP6C0STMBSsVqVJ49UMuU {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #tk7B75gPOmSvHTaHbcl4NKOwCIE0XdKC { z-index:2; }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #BsITxI7Ehpw6uzrKigG9OOcIpyw0FZ1K {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #iTKNAbZ6MfhTVbvNMUF65mEXFIDTe8aS {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #c35TxtZMFp6uLPVBvwSCTUwQmeywF7k6 {  }
 }@media only screen and (max-width: 763px) { #oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM { display:block; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1G0S0T7fG5yEqqaT3ZNCG9e3THprWQf { top:-0.0625rem;left:0rem;width:47.75rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcDFvEG8Dmi2eeAd5FO7EBHZLMJ5oJ0R { display:block; }#dcDFvEG8Dmi2eeAd5FO7EBHZLMJ5oJ0R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbRvQx5JikAQw0Np4Fb2Q3IItbGAbp9T { top:8rem;left:16rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH1GulkuW0PXTotaB9EhLlnDu9wszrAV { top:8rem;left:22.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgH1r3AXQq5pBNNvJTaarEe97UPgblvT { top:8rem;left:28.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INU5KG6Vho1TStnRLiTO9hn5PtJKqWwz { top:3.125rem;left:8.25rem;width:31.3125rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk0r5L3FT8JUfRUZxx9yJa2vTSfgpVng { top:10rem;left:0rem;width:20rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D88Wt5ILLo0R02fVmcMyOqWO5cHJbnsl { top:14.3125rem;left:8.21875rem;width:31.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV9hChB4nVWT22AFGu7CLDC0fNEcnXOq { top:19.25rem;left:9.4166679382325rem;width:3.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T62Ah8yUP5qkkNE3zVOhf46Klyi5ZPN6 { top:18.8125rem;left:13.84375rem;width:23.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN0LpwTISLboG90qVzmcfZP1viqLxkgo { top:2.5rem;left:0rem;width:20rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHfZN9UZpPPf0xx6yQoQ1ikaOMvpHzGM { top:7.4375rem;left:13.84375rem;width:23.75rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6mtb0EKO8318AQ9f5Ngzxqc7OxeRHmt { display:none; }#x6mtb0EKO8318AQ9f5Ngzxqc7OxeRHmt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T15bXZxo8tP8f3yOTdZwaSAJif5dTvcA { top:1.5rem;left:0rem;width:20rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbUAiN1A7JrgPt2nq5WkuuuNf6hOhFkG { top:10.375rem;left:0rem;width:47.75rem;height:3rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZK0mPtvTp8BgITzZThLgT9wUhK5BTFN { top:15.625rem;left:0rem;width:34.4375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhw7kIFVECpmpEJRCclt2w4g3voGebmP { display:none; }#dhw7kIFVECpmpEJRCclt2w4g3voGebmP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V220IedJpJhQXTTz3ORHs4XAL4HxssCs { top:4.4375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUbiJTUBZk9eVe7UTegw10oTkLTVidDJ { top:10.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me8f3nT4aClBEwEIGcTTWJGFaHhvf4BM { top:16.5rem;left:0rem;width:34.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsrC8GrWTfNloAFZ5TQgCihHuFRI7F42 { top:20rem;left:1.75rem;width:31rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abopml7kMhPZg7rb37S41Takt2NEHEP8 { top:21.3125rem;left:1.75rem;width:30.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yta3RCfH3ITcnxtLdJR0z28zpWvIJc5J { top:21.3125rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmrbxfL2HXw3VmFnDoAGl1zMuoT4W7gs { top:22rem;left:0rem;width:1.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioKOSE7hkq9pJzQXTAHmKvOaHmWBisgn { top:24.9375rem;left:0rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSL3eThZoa62E3grmxIVQ0ILVQR5e7QU { top:27.125rem;left:1.75rem;width:31rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxJNuF7Mszu2SlQxVZSbPycfGV6A6O4w { top:28.4375rem;left:1.75rem;width:30.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad6AGaPrMvVCQXcIuTTnESF0c8A9etPb { top:28.4375rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFgGsB5bTcSi7wfxf9TnXVV0EiXJSJSE { top:29.125rem;left:0rem;width:1.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVa7b3x4yd9RpcNIfAspDuc4FQaRJVcG { top:32.125rem;left:0rem;width:0.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpPDuTiCu10WBmWz9NR1fqmmwDPZXUun { top:34.1875rem;left:1.75rem;width:31rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6EmmSOmEPnZhF17UEA0rhOPg4LuDxS6 { top:35.5rem;left:1.75rem;width:28.9375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht1AGbXesbyk0TsqP8XLiIi7uksdl1fU { top:35.5rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmio6l37qTiqTRCrmbztF72TSXS3EdFF { top:36.125rem;left:0rem;width:1.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE2FyCvKCEyHgDhcdB2AkzIOJwccQZ07 { top:39.125rem;left:0rem;width:0.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRNaoKlabny0cpI3G8KwI9VmAplcymG5 { top:42.5625rem;left:1.75rem;width:31rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JutlKvTVhX2UwCz8pdV9rXPqssuPnDgA { top:16.5rem;left:29.5625rem;width:18.1875rem;height:53.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpAToUcPQsBgbd1TesV6Aaz3glGbnddy { top:43.875rem;left:1.75rem;width:28.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuwOkfG47yeJXveIRNwCX689xUiTVZr3 { top:43.875rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIkeCMuK0aSTcMT8bKyylIQpmBC6g1Rp { top:44.5rem;left:0rem;width:1.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0ToQJuAlxDgKblWCTiKAfFakTK6xtaN { top:47.5rem;left:0rem;width:0.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBOzUFxg5WLxnAe1BmzZEpFvBHxnlm58 { top:50.9375rem;left:1.75rem;width:31rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abu8cEXw7paMnAfHQKhEP3z5Z5MRZuG1 { top:52.25rem;left:1.75rem;width:30.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atyHM9raqI9vxVElG1OHmwILrxwdOJ6T { top:58rem;left:1.75rem;width:31rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI7wzmwuAuNxKvcZdgdTO2vzTThFBf5X { top:59.3125rem;left:1.75rem;width:30.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDbZSMJSxzxHggd1dTgXTy4vGCIDD61f { top:65.0625rem;left:1.75rem;width:31rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlZkiPS1iKtTPwceVDLwxVOCw4Fsf2z9 { top:66.375rem;left:1.75rem;width:30.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiVBmsQa4JzT7cT4nwhMTu34PrN1ilkn { top:74.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNKuDDkeSbfSWTnoOb5ZArO281m38HlS { width:17.5rem;height:3.625rem;top:78.8125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3HteNu9ap2Ll0xfMeScPR14RXsVutdJ { display:block; }
 }@media only screen and (max-width: 763px) { #JtOkPOqyGPe7dqMz3CFPTaAWcQuDI0Hh { top:67.125rem;left:0rem;width:1.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #muUILDlhvTZA9Q4swAMCBRJbcIxtiET7 { top:66.375rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc8R7iDu99d4kIR7w8K8vUkdxoXVO7o7 { top:62.875rem;left:0rem;width:0.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B751r3TBtMBCLvg3EszDdR5RnaLFkN7m { top:59.3125rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAaJO4UTC2sh57u7iKBTyLWo4OSD2keB { top:60rem;left:0rem;width:1.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueT55FrIlfS7TgNhTDhBPqwBFiwTAe3W { top:55.75rem;left:0rem;width:0.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #utGNQP1gDiUULRaU9vhfDfkybUOgkqiW { top:53rem;left:0rem;width:1.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVyWaRX2ElynOxdTmdmpSK77Ssa6XnQ5 { top:52.25rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLuZ1VTTkCUKwtTUFbhTwZZP82VA78S3 { top:24.625rem;left:0rem;width:20rem;height:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDRHzg9Xs29HF42sGyKR7urmzQkMFzUK { top:18.25rem;left:3.25rem;width:31rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqNe0um5bhg2r9xGPpcxUfzUptFQwPQl { top:27.25rem;left:1.8125rem;width:31rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UmpRmuMKERr2iS8WxeJ4v5LTMDF2VQit { top:28.5625rem;left:1.8125rem;width:30.4375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCzsMhPvmkJVoE2Q7r5wuveE4f4Nqyl7 { top:34.3125rem;left:1.8125rem;width:31rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5yXieveDcEAmwf9ClAEZL2O601hmHUm { top:35.625rem;left:1.8125rem;width:28.9375rem;height:6rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ho1X0qrzKK4x9BUUwWBzka62l9Tt315S { top:42.6875rem;left:1.8125rem;width:31rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eeWolpuOmZxwkPIPPZL6n7tO4QXUMkMp { top:44rem;left:1.6666679382324rem;width:28.6875rem;height:6rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4rLHT8SG2cq0cRR4RoQ2UhhrOpTQJUg { top:51.0625rem;left:1.8125rem;width:31rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9RCBQMAR60Q9CnpMTPJMm71Z3wOPTuv { top:52.375rem;left:1.8125rem;width:30.4375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmMfifegTBP6NDSVEwzPlf0wyOO0WUaM { top:98.8125rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PET3KeAWM08MUeDSchlHtW3GIBxo4Eu0 { top:59.4375rem;left:1.8125rem;width:30.4375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vFzfGTmAPm3lbHEDNc1GpoZNvlWlIA1z { top:65.1875rem;left:1.8125rem;width:31rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgZuHtJbgCF0WViuvMOw89GPtTQ7iukk { top:78.375rem;left:0rem;width:20rem;height:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASEwM6iqE9aF5qUOsTCQa49MBIbBe12a { display:none; }#ASEwM6iqE9aF5qUOsTCQa49MBIbBe12a > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ws7wo43skmCxd3kPVNZvZZp3lMDnMHTh { width:17.5rem;height:3.625rem;top:78.8125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaS11yk9psXKelmoPrAktFOkt9Av50Q5 { display:block; }
 }@media only screen and (max-width: 763px) { #XS1lQiGR7MqrZ56OKWGhXHzt1oZGvd8c { top:74.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nh1O8gZKTTAnhNVZh8pVFq3eixpdd9aT { display:block; }#nh1O8gZKTTAnhNVZh8pVFq3eixpdd9aT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7OHkJ6yim0OG5pzc4KR6TRoTpOBdEOy { top:4rem;left:13rem;width:21.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUQvdAMeb4geJNcJ6fiIRkqyLf49OGTC { top:2.9375rem;left:0rem;width:6.875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t1FZ4uSHUExiSgxOgWsQgREXs4rmvlpE { background-color:#002349;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t1FZ4uSHUExiSgxOgWsQgREXs4rmvlpE > .row .container { background-color: transparent; background-image: none; }#t1FZ4uSHUExiSgxOgWsQgREXs4rmvlpE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1FZ4uSHUExiSgxOgWsQgREXs4rmvlpE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1FZ4uSHUExiSgxOgWsQgREXs4rmvlpE > .row .container > .video-iframe-container { display: none; }#t1FZ4uSHUExiSgxOgWsQgREXs4rmvlpE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1FZ4uSHUExiSgxOgWsQgREXs4rmvlpE > .row > .video-iframe-container { display: none; }#t1FZ4uSHUExiSgxOgWsQgREXs4rmvlpE > .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); }#t1FZ4uSHUExiSgxOgWsQgREXs4rmvlpE > .row .container { border-width: 0; border-radius: 0; }#t1FZ4uSHUExiSgxOgWsQgREXs4rmvlpE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t1FZ4uSHUExiSgxOgWsQgREXs4rmvlpE > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OV6K64btrBk3TURz2A1zmVJ9JOxRPuuw { width:1.5625rem;height:1.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWpcreTgNI2PcPfZxS5krWThsOTRBD3w { width:1.5625rem;height:1.5625rem;top:1.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4FrArRs8bWseCc0ewBgm15hUN4zA3sT { width:9.0625rem;height:2.699225rem;top:0.994140625rem;left:10.3125rem;font-size:0.75rem;z-index:15009;line-height:1.8;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zJ8eag5lGx70rymcoA7lfsWaHya65lpC { width:7.625rem;height:2.699225rem;top:0.994140625rem;left:1.8125rem;font-size:0.75rem;line-height:1.8;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3c31bbb3-8d8d-44f3-85bd-54a23155aa5d/wykoczenia_pod_klucz_bgm3.svg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6.adaptive-delivery-prevent-bg, #cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6.lazyload, #cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6.lazyloading { background-image: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container { background-color: transparent; background-image: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container > .video-iframe-container { display: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row > .video-iframe-container { display: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIXfscc6EsbCzLGhNbZgCf7qVWk57sxX { width:13.375rem;height:2.8125rem;top:4.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WpI7KRHJyTBWumn0yhVEwf3Xqdi7kvNT { width:1.375rem;height:1.375rem;top:3rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNZ1MP5VTTxBsc7VUqTycbDKiO0LxbOC { width:6.4375rem;height:2.699225rem;top:2.875rem;left:1.4375001192093rem;font-size:0.75rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #eaalhmEWbdfXkbCHT04wA9TNTpI761Q1 { width:1.375rem;height:1.375rem;top:3rem;left:7.8750005960462rem;display:none; }
 }@media only screen and (max-width: 763px) { #dg8x9UWnlUSeIK6hxmATHKvyrG4IizIy { width:7.9375rem;height:0;top:2.75rem;left:8.7500005960463rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #acvvO5fX7tR4LBpFhP6uUR4G278WMGi2 { width:13.75rem;height:3.125rem;top:22.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPDPyULExDD1zQc2COuz4IxpKXKGGe62 { display:block; }
 }@media only screen and (max-width: 763px) { #mxKubDnrzaW4XpwNnC8HibQ0BPVVhrUh { width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNc1XF6kHuzV7etA7uH9kKRwlgZC5Tgz { display:block; }
 }@media only screen and (max-width: 763px) { #OFpvfLOVJmdTdreX75gDrnseT9iTVpDy { width:2.1875rem;height:2.1875rem;top:0rem;left:2.3750001192093rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXQVPe2h17BF31NbNz9W4fCc9REoAgAO { display:block; }
 }@media only screen and (max-width: 763px) { #r9F2osH0NqZG0BrHaQy8od7TdnD4gcSG { width:2.1875rem;height:2.1875rem;top:0rem;left:4.7500001192093rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoOxuyfkTuVMdIHBXgEEuuXAyaWzVThs { display:block; }
 }@media only screen and (max-width: 763px) { #a3nFNE5VWMLEux2kM02XNUDODUQSR2Oc { width:6.5625rem;height:3.875rem;top:34.133464813233rem;left:0.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XGOJcD9mUUdLCmg7ZmQMbo601uzvTlUT { width:12rem;height:2.6875rem;top:29.320963859558rem;left:0.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bwTgeuRQpU3XGdRuiyUAvfnDiIHht42q { width:2.0625rem;height:1.25rem;top:0.9375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdK3C8ZfpJzgL3wfR402GTDINpBEBq6H { width:2.1875rem;height:1.25rem;top:0.9375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQuQt4tfy1q4OKGXzuNM5K26tkPuGrvg { width:20rem;height:auto;top:13.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #s39BJrw2C5AAWbT52em1KGh9r8UVVG5I { width:20rem;height:auto;top:19.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Dfg0lpT0tvIP3wPtdK1T4ROq0aCCZfrm { top:9.125rem;left:0rem;width:17.625rem;height:11.25rem;z-index:15018;font-size:1.5rem;font-family:"lato black";color:#0098ce;line-height:1.5;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB { display:block; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container { width:20rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebTaSiA2QQLCGAuoNkM65cu7bSgs6QuX { width:14.1875rem;height:10.3125rem;top:8.07421875rem;left:5.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vAU4KvEuJ1yMZlwuHODqfRNeVFTX3VGw { width:17.75rem;height:3.8997375rem;top:3.666015625rem;left:1.3125001192093rem;font-size:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #N4eWaIJCrSCo3Km0CvWps3ACpAk4uRzc { width:3.125rem;height:3.125rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE2kUViy87ID0eyXLnU8vNRT5M7NHJ9c { width:12.1875rem;height:1.3125rem;top:28.9375rem;left:3.5000001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #erK0Jl5hNF3KlTM9SvIevZCpPiu5FLe4 { width:15.5625rem;height:3.9375rem;top:30.125rem;left:3.5000001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xep2zKzFewhzTx4HStlKaq2p416T2oMa { width:16.5625rem;height:5.25rem;top:36.375rem;left:3.5000001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BndPZ4IiZWkpLm5etB28pONBxJTIe1Pu { width:3.125rem;height:3.125rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzWeb5XShnM0S3oE3FFRq81QTMVrlFk3 { width:13.875rem;height:1.3125rem;top:35.125rem;left:3.5000001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #cAr2OZ0xbqkUP3TFbRkkQT7zhCc2TUPG { width:16.375rem;height:1.3125rem;top:47.875rem;left:3.5625001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NTN9ZysP2SshthQAINTumBEeiFm6BQ9R { width:3.125rem;height:3.125rem;top:46.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND0sV1tGsG7LoHqhnKZ03HIvCllbUEoS { width:16.375rem;height:2.625rem;top:42.625rem;left:3.5000001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJro9mmQQ6wR2x1XEpMAHN9JITlMRce8 { width:3.125rem;height:3.125rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSdOWhfBFJSxCQabspSSpJCTPXkvXKio { width:11.75rem;height:1.3125rem;top:41.4375rem;left:3.5625001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #pUHLlgOTR4zi8Jnfw5we8MfuDMoDOrKc { width:10.4375rem;height:1.3125rem;top:46.6875rem;left:3.6250001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #K1nzyO7mgpb43KTTT1gMrGGgezE6GyWG { width:20rem;height:16.25rem;top:9.76171875rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;background-color:#ffffff;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VRytm8fTqe3oRPIC12v4UB0cMZPxsBfi { width:17.6875rem;height:11.8125rem;top:11.0234375rem;left:1.3125001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PFdBePtwlMlETUBMLN4DMyilrIrMv4mR { width:12.5rem;height:2.5rem;top:54.4375rem;left:3.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzucSFCLBUNTwkQ6MBbHS4FBl0A03UCR { display:block; }
 }@media only screen and (max-width: 763px) { #fesPC9n4ndKZsxZBBqRB4SKQSSoBTr0z { width:12.5rem;height:2.5rem;top:59.9375rem;left:3.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0PQPotz2i4xVAErbBpfPMK4hbFOLbf1 { display:block; }
 }@media only screen and (max-width: 763px) { #qOWTExegAsW1IprdTt0XVK0qRgqJFM69 { width:19.5rem;height:22.1875rem;top:3.9375rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { display:block; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { background-color: transparent; background-image: none; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container > .video-iframe-container { display: none; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row > .video-iframe-container { display: none; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { border-width: 0; border-radius: 0; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container { width:20rem;height:37.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyaTNmTUufxxAp4d01V5GgpJp2fU9hJO { width:17.9375rem;height:10.3125rem;top:6.125rem;left:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmKEXE14ypTUg5hXrNRW7R3CzPVCIkI9 { width:16.375rem;height:1.94986875rem;top:3.5rem;left:1.2500001192093rem;font-size:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mRvbPpyQXhL87FlsTuXG9t6msx5tHZme { width:20rem;height:20.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHQ81CKs1S2mXlGn0BqX5HA4EHvx1HmX { width:20rem;height:13.3125rem;top:20.062500953674rem;left:0rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #oup7DzLdW12tR0XvlUDoHHE4n3boAErS { width:4.9375rem;height:3.6875rem;top:15.854166984558rem;left:7.5312505960462rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkIGPiTPyMTTpgrXCu0arGAmrShWmTzl { width:17.5625rem;height:7.875rem;top:7.125rem;left:1.2500001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgu9Z7hcEVeNQd5PqLrvtkVXeFuBAMmm { width:20rem;height:13.277108433735rem;top:1.5625rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #hrhgKpmryJzBpiQlqDSrgW6M2BZa1IXh { width:20rem;height:13.277108433735rem;top:1.5625rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #ClPKxB0NIq2ykcpN2kz5Za2bp6GnpemX { width:20rem;height:13.277108433735rem;top:1.5625rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #En2bPWLlkAFuFqlZNCIeahCEdXzCUXFv { width:20rem;height:13.325301204819rem;top:0.5625rem;left:0rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #No4lo1kx7x9dQAZgTmtt4yv9UeW49EJf { width:20rem;height:13.325301204819rem;top:0.5625rem;left:0rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #pWmiBqWQemBpS96hscXeHUPNI92kpz8N { width:20rem;height:13.325301204819rem;top:30.25rem;left:0rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SSxhhdvHOUVPbhd54Q7XZd0GLzTveRys { width:20rem;height:13.325301204819rem;top:0.5625rem;left:0rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #xWKleWb7wXVAo3TOLVcuZC4CNF4qVFGe { width:20rem;height:13.325301204819rem;top:0.5625rem;left:0rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #pu8fkHEOcaLlFZVTOwwmCbIziNtI8y11 { width:20rem;height:13.325301204819rem;top:0.5625rem;left:0rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #g5iB0QSOC2iphOm1llMniWsqSzXRqPlp { width:20rem;height:13.3125rem;top:20.062500953674rem;left:0rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc93e9c6-9dbd-4d4e-82de-7c35ed7f3138/excellentlazienkawiz135_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC.adaptive-delivery-prevent-bg, #tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC.lazyload, #tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC.lazyloading { background-image: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container { background-color: transparent; background-image: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container > .video-iframe-container { display: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row > .video-iframe-container { display: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container { width:20rem;height:106.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuaNBWfTwhpWwpqwGPe21szNPfEQNyyO { width:6.875rem;height:4.8125rem;top:54.375rem;left:6.5625001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #yskvTh1PK936J5t88AqUtzVK2SPnaToB { width:6.875rem;height:4.8125rem;top:43.0625rem;left:6.5625001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBg3Mwr148mumZ52L4MxyrtPDm5yvhxZ { width:16.125rem;height:11.4375rem;top:69.3515625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdN98mqk4Tl4W60z5M3lXQOs20tPLLJJ { width:16.125rem;height:11.375rem;top:54.2265625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Z6E2mPaHkCUh5N7LmyNNwtX7ZMmfLo { width:16.125rem;height:11.375rem;top:39.1015625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDpUeMJuTfEUUU5eJPMpXpixF1lel5SX { width:16.125rem;height:11.375rem;top:23.9765625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF0uoF2GU4rWlJXThR6Wv3cDGc8P2khB { width:16.0625rem;height:11.3125rem;top:8.9147119522094rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZa8St6lhHwdd49QMZtofd9ewypEWzxf { width:15.3125rem;height:3.8997375rem;top:3.2037763595581rem;left:2.3437501192093rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #STK2Pw9vIEDqlOWv3s6XM5mLfVfxL9sT { width:16.125rem;height:11.375rem;top:84.6015625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVPDNwxttlFxQmvnkOA8vlClBN5dKUKC { width:12.0625rem;height:1.13736875rem;top:96.6015625rem;left:3.9687501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMbvbG5JpW9SRtvAuVnagFDh84w0S0Qm { width:11.75rem;height:1.13736875rem;top:20.8515625rem;left:4.1250001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JR9uo1iUDXzsg5Eczof2Dd8gCsnBhZKI { width:10.5625rem;height:1.13736875rem;top:35.9765625rem;left:4.7187501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OAeuW5QRnxdiZ94yWpHHfxmRmSGvbcl6 { width:9.8125rem;height:1.13736875rem;top:51.1015625rem;left:5.0937501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wsLTaDf3adVkweNdqBFhbPQU3vFVkqf3 { width:10.625rem;height:1.13736875rem;top:66.2265625rem;left:4.6875001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZunKcT6wnGeStqlxx022XoSnteSNs1L { width:10.875rem;height:1.13736875rem;top:81.4765625rem;left:4.5625001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFXv7ThtCNiUL5XlbuTxreka4fEMeapW { width:7.625rem;height:0;top:48.5rem;left:6.1875001192093rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTVFoLFP7rVFBy2q5AUZLCSZUOGRCIs6 { width:9.625rem;height:0;top:59.8125rem;left:5.1875001192093rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tfr5y3BJKm5h71IKeuaGM5xZUzbzIbr6 { width:20rem;height:90.25rem;top:2.224609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXGMBSMLLQqqPPkTszmWWSKsDoToPIxd { width:17.3125rem;height:0;top:8.224609375rem;left:2rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #MqVGzUOewt96xdknJkm5wvxtpuhpq5MT { width:6.875rem;height:0;top:40.25rem;left:6.5625001192094rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWolFgWfKT3IKfxmEMddBxmnRUSJtsN7 { width:12.9375rem;height:0;top:51.5625rem;left:3.5312501192093rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJ4eWBuO4TVaIVPgFcPSTdd7ZZgJZd80 { width:12.5rem;height:2.5rem;top:100.25rem;left:3.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqIlgpfBpLBqazk5CDhhUvwTIRquAdua { display:block; }
 }@media only screen and (max-width: 763px) { #LOTwSUfr710qaTpMgHB3eyTTJI072ro2 { display:block; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container { width:20rem;height:134.8125038147rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfU7Hl90fMLVzLRhKg4CdMeMUq3DQbbo { width:20rem;height:3.8997375rem;top:2.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9xhmDa7T1A7lFQsFPug0Xlg3vaId6SR { width:16.125rem;height:10.75rem;top:49.5625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mreSLWvhT8Gr3fGCkNxpX0rRO0Kl1Z4P { width:16.125rem;height:10.75rem;top:99.78125rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #spxzqQGJ9pKhfWEro5E4RbrWFgNqCQdH { width:16.125rem;height:10.75rem;top:61.90625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0lMdpkp6IJ5TkDrgwk49v97VxeOo7og { width:16.125rem;height:10.75rem;top:87.15625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5hIOreNfuCGJNnOfdelKzoLx3F6JWUe { width:16.125rem;height:10.75rem;top:112.40625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWe0KhEc8xgvFbMJIx3g64n3BeMnf1tM { width:16.125rem;height:10.75rem;top:74.53125rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1PETq4G17J0pHl7Jc2h2iciaSq9QFkH { width:14.5rem;height:3.8997375rem;top:2.375rem;left:2.6250001192093rem;font-size:1.5rem;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; }
 }@media only screen and (max-width: 763px) { #WuVmiKouNA2xPuhxPZLDuIM3FxtA7ZJm { width:20rem;height:2.25rem;top:122.3125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GRvv7WKTquOrZ2SBwHFqvni6i4MGHgJc { width:16.125rem;height:10.75rem;top:11.6875rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8QHEihTKHNBDmhOTd3VvFRrV6NuXcQw { width:16.125rem;height:10.75rem;top:24.3125rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzTTmOTakG3Dyx4VrOf3PIkWpeUgtUg5 { width:16.125rem;height:10.75rem;top:36.9375rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds1W3kURNc2Rru26CfeMeJnmpmF2faXA { width:16.625rem;height:2.625rem;top:7.125rem;left:1.6875001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lvZMmmHqsAcurywDqfa4aT65bXuzVMUP { top:125.125rem;left:0rem;width:20rem;height:9.6875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tHmsHdhfHXugGi40X8VqA0STff69gkEq { width:13.625rem;height:9.0625rem;top:135.875rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EuA4kHUrBLlakvicg8n8z1uDgPF52fx9 { width:13.625rem;height:9.0625rem;top:146.1875rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzC7mSpPhE2WJ9t9USKcFulIaTPEzNA7 { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKuAf5DK1BnFilEnfEMdL7qpvks6REKZ { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PoDJNT81kIAcPWqtXKKOWpSMyS3xRMLP { width:13.625rem;height:9.0625rem;top:135.99935436249rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BreH2z9LJfsGsmT44BWTqx5fxNIbCPGz { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGnszF3xukocqMdONKbAzVO2plJosVG7 { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7pVQf2wDrsIhoMitnBfiA1vbmaBgAJm { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QT7wFRqhRbT3MnL7eNTV06QJ8Tn3XFLp { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsgBDla89OXEJMUpOim6Hd1WVOHqvgAB { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hzyCuBbn1OXIcc8MEBWGLEftITg91Q62 { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJc26qdxACNd7DaXArtL7uSG62uRIeWJ { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcuaUE8ofd2V4LEX21oiFywCm7KKnJGJ { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrTQzc9vMmkToF3fvWof0GzrGbL9NA5B { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Os6BXWQcH1tTLG7S1wva8NkXhdcFdm5F { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Slcq9Hho12Fhi9lzSaOqmo0vKQhnTZhG { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmAONibrgItCy9cFOwIq1dZT0audcMa0 { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JL2OhfnTt89QnERwHKfLFhJPTBGe8TMa { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqJXKlVxRGFmSGnETK1lqe9JRKXr1Ong { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8gLNG2k5EBwUiaN5O3aG1sNyExCPcvn { width:13.625rem;height:9.0625rem;top:135.99935436249rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #suSMXSfDVxIl6PImasBWhuMT7mxT2Ppf { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9FAU5Wtb8z8Ap4oFeeJaPEe3bw28FN1 { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnpepTHIqi7SxxlHeewAQK4TzeBX6sMh { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZUpu6Uk3v2espTeG5M83U3dCxi4v5Ed { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRKTGpbPWsz2gtFbo1CB55lA38c9xCpT { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rq5v192IB3zMNHF43s16h3nx0yohk2Gw { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJifrkMixEJAP9nwlPqLX908rzkPT9rr { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHS1NmFmJrKncC9tOlLmIImnk1DBPvaB { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SNDbH6uob24TOeT4d1noSkMW86fV95Xx { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ngHHu7uEWhBNKa6tBPpgNzZ4kFFzNqdM { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e9f2f8, #ffffff);background-image: -moz-linear-gradient(180deg, #e9f2f8, #ffffff);background-image: -ms-linear-gradient(180deg, #e9f2f8, #ffffff);background-image: -o-linear-gradient(180deg, #e9f2f8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e9f2f8, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container { background-color: transparent; background-image: none; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container > .video-iframe-container { display: none; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row > .video-iframe-container { display: none; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container { border-width: 0; border-radius: 0; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbifPrVSZiz7KUiVkZmbwHPfhPHw1IMK { width:18.25rem;height:6.5625rem;top:5.5625rem;left:0.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DrcSNb1v85OnPLHs2z8I35E22WfVTw3V { width:17rem;height:1.94986875rem;top:4.125rem;left:1.8750001192093rem;font-size:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #c1aLSis6B7OV1PJMzCTFLOrTpWCVHiBp { width:20rem;height:17.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTTEmCmqxKOf8eeGMN6TVkJpCpmu9goQ { width:11.9375rem;height:8.1875rem;top:0.875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZ2TzCylC1GwUoflqV3oLTxQ1aT8DuoD { width:16.625rem;height:6.5625rem;top:7.123046875rem;left:1.8125001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #runonORTECm8TNf2dDhKIhRVRLNExdo2 { top:0rem;left:0rem;width:20rem;height:4.0625rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:lato;font-weight:700;font-style:normal;font-size:1rem;overflow:hidden;height:auto; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-input-text {padding-top: 0; padding-bottom: 0;}#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:lato;color:#002349;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-weight:400;font-style:normal;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-input-select {padding-top: 0; padding-bottom: 0;}#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa [class*="-text"]:-moz-placeholder { font-size:1rem;font-weight:400;font-style:normal; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa [class*="-text"]::-moz-placeholder { font-size:1rem;font-weight:400;font-style:normal; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-weight:400;font-style:normal; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-weight:400;font-style:normal; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa  { width:17.5rem;height:34.8125rem;top:16.125rem;left:0rem; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa {display:block;}#y25btIGxQAEeBEHS6JiWaSP6zbiBxESa { width:17.5rem;height:34.8125rem;top:16.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #DBfoAq0MzCfue6ZIKTk1TXuOSZetb1no {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #dSIogMkT2ytONp32eGfeJtDHsTUEmsMW { display:block; }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #pA2W6fKReKS9ahAQBMmstzohKcHrJzWK {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #ncc4FZUAyvhstoZRxNgGQ5xOrRQ8LfuL {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #essrDNsde2eqTcNDJCDTDGPZCkkRVIxG {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #yJcTd2X0i8Qy5QF7OoCTWhx5tbhXC5Fu {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #oR3gLZDZX9BrVz8hHa4ViFDIKF3nJMZi {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #IbxLgEzxsUwTrpow02G065lW5mZZDBAP {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #i98zb7ySNT8ivUuk0ThEgMxcvVqWBaUA {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #Bf6uOWIxhvo5EbFTSQkORoQW955f06Ti {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #vK1ZgHyvM8v8n3ebUewhKgTuw6t2An6O { display:block; }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #pJFEAwrAdRD7nF5ui0V9qw2xgXGPTeP8 {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #pByurON7s1LHDhqwM8RxRnunIvzT4Xz1 {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #OcnCT68dglFHLep1QobNbXqdC0pbGSNw { display:block; }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #O2D2RF5xovagRkhCbl3xBMMdf3RTMVsn {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #NwRR5NBpKA8gTQEJmZKUCD3XzkSbVvcI {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #vq62rD8JDowMsxC3glI0qdzAnuTb0JB1 { display:block; }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #rVG7RxmUzhQ1AxhuTCFo3gu2DL6Gp3pC {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #clBbNGvr5bDhP6C0STMBSsVqVJ49UMuU {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #tk7B75gPOmSvHTaHbcl4NKOwCIE0XdKC { z-index:2; }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #BsITxI7Ehpw6uzrKigG9OOcIpyw0FZ1K {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #iTKNAbZ6MfhTVbvNMUF65mEXFIDTe8aS {  }
 }@media only screen and (max-width: 763px) { #y25btIGxQAEeBEHS6JiWaSP6zbiBxESa #c35TxtZMFp6uLPVBvwSCTUwQmeywF7k6 {  }
 }@media only screen and (max-width: 763px) { #oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM { display:block; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1G0S0T7fG5yEqqaT3ZNCG9e3THprWQf { width:20rem;height:28.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcDFvEG8Dmi2eeAd5FO7EBHZLMJ5oJ0R { display:block; }#dcDFvEG8Dmi2eeAd5FO7EBHZLMJ5oJ0R > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbRvQx5JikAQw0Np4Fb2Q3IItbGAbp9T { width:3.125rem;height:3.125rem;top:8.9375rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH1GulkuW0PXTotaB9EhLlnDu9wszrAV { width:3.125rem;height:3.125rem;top:8.9375rem;left:8.4375005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgH1r3AXQq5pBNNvJTaarEe97UPgblvT { width:3.125rem;height:3.125rem;top:8.9375rem;left:13.437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #INU5KG6Vho1TStnRLiTO9hn5PtJKqWwz { width:20rem;height:auto;top:3.125rem;left:0rem;font-size:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #nk0r5L3FT8JUfRUZxx9yJa2vTSfgpVng { width:20rem;height:3.8997375rem;top:2.5625rem;left:0rem;font-size:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #D88Wt5ILLo0R02fVmcMyOqWO5cHJbnsl { width:20rem;height:0;top:6.8125rem;left:0rem;font-size:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #OV9hChB4nVWT22AFGu7CLDC0fNEcnXOq { width:2.3125rem;height:1.6875rem;top:20.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T62Ah8yUP5qkkNE3zVOhf46Klyi5ZPN6 { width:20rem;height:0;top:11.9615875rem;left:0rem;font-size:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #WN0LpwTISLboG90qVzmcfZP1viqLxkgo { width:20rem;height:3.8997375rem;top:15.017578125rem;left:0rem;font-size:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHfZN9UZpPPf0xx6yQoQ1ikaOMvpHzGM { width:15.8125rem;height:1.94986875rem;top:20.4609375rem;left:3.5625001192093rem;font-size:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #x6mtb0EKO8318AQ9f5Ngzxqc7OxeRHmt { background-color:#e9f2f8;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; }#x6mtb0EKO8318AQ9f5Ngzxqc7OxeRHmt > .row .container { background-color: transparent; background-image: none; }#x6mtb0EKO8318AQ9f5Ngzxqc7OxeRHmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6mtb0EKO8318AQ9f5Ngzxqc7OxeRHmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6mtb0EKO8318AQ9f5Ngzxqc7OxeRHmt > .row .container > .video-iframe-container { display: none; }#x6mtb0EKO8318AQ9f5Ngzxqc7OxeRHmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6mtb0EKO8318AQ9f5Ngzxqc7OxeRHmt > .row > .video-iframe-container { display: none; }#x6mtb0EKO8318AQ9f5Ngzxqc7OxeRHmt > .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); }#x6mtb0EKO8318AQ9f5Ngzxqc7OxeRHmt > .row .container { border-width: 0; border-radius: 0; }#x6mtb0EKO8318AQ9f5Ngzxqc7OxeRHmt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x6mtb0EKO8318AQ9f5Ngzxqc7OxeRHmt > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T15bXZxo8tP8f3yOTdZwaSAJif5dTvcA { width:20rem;height:7.7995rem;top:3.125rem;left:0rem;font-size:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #tbUAiN1A7JrgPt2nq5WkuuuNf6hOhFkG { width:20rem;height:6.5625rem;top:12.174480438233rem;left:0rem;font-size:0.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #sZK0mPtvTp8BgITzZThLgT9wUhK5BTFN { width:20rem;height:3.25rem;top:21.25rem;left:0rem;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #dhw7kIFVECpmpEJRCclt2w4g3voGebmP { display:block; }#dhw7kIFVECpmpEJRCclt2w4g3voGebmP > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V220IedJpJhQXTTz3ORHs4XAL4HxssCs { width:20rem;height:auto;top:4.4375rem;left:0rem;font-size:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #XUbiJTUBZk9eVe7UTegw10oTkLTVidDJ { width:20rem;height:auto;top:10.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Me8f3nT4aClBEwEIGcTTWJGFaHhvf4BM { width:20rem;height:auto;top:16.5rem;left:0rem;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nsrC8GrWTfNloAFZ5TQgCihHuFRI7F42 { width:20rem;height:auto;top:20rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Abopml7kMhPZg7rb37S41Takt2NEHEP8 { width:20rem;height:auto;top:21.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yta3RCfH3ITcnxtLdJR0z28zpWvIJc5J { width:2.1875rem;height:2.1875rem;top:1.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmrbxfL2HXw3VmFnDoAGl1zMuoT4W7gs { width:1.5rem;height:1.29948125rem;top:1.6875rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioKOSE7hkq9pJzQXTAHmKvOaHmWBisgn { width:0.125rem;height:3.125rem;top:24.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSL3eThZoa62E3grmxIVQ0ILVQR5e7QU { width:20rem;height:auto;top:27.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xxJNuF7Mszu2SlQxVZSbPycfGV6A6O4w { width:20rem;height:auto;top:28.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ad6AGaPrMvVCQXcIuTTnESF0c8A9etPb { width:2.1875rem;height:2.1875rem;top:12.875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFgGsB5bTcSi7wfxf9TnXVV0EiXJSJSE { width:1.5rem;height:1.29948125rem;top:13.375rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVa7b3x4yd9RpcNIfAspDuc4FQaRJVcG { width:0.125rem;height:3rem;top:32.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpPDuTiCu10WBmWz9NR1fqmmwDPZXUun { width:20rem;height:auto;top:34.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #y6EmmSOmEPnZhF17UEA0rhOPg4LuDxS6 { width:20rem;height:auto;top:35.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ht1AGbXesbyk0TsqP8XLiIi7uksdl1fU { width:2.1875rem;height:2.1875rem;top:24.5625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmio6l37qTiqTRCrmbztF72TSXS3EdFF { width:1.5rem;height:1.29948125rem;top:25rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE2FyCvKCEyHgDhcdB2AkzIOJwccQZ07 { width:0.125rem;height:4.5rem;top:39.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lRNaoKlabny0cpI3G8KwI9VmAplcymG5 { width:20rem;height:auto;top:42.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JutlKvTVhX2UwCz8pdV9rXPqssuPnDgA { width:18.1875rem;height:53.6875rem;top:16.5rem;left:0.875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #BpAToUcPQsBgbd1TesV6Aaz3glGbnddy { width:20rem;height:auto;top:43.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QuwOkfG47yeJXveIRNwCX689xUiTVZr3 { width:2.1875rem;height:2.1875rem;top:37.625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIkeCMuK0aSTcMT8bKyylIQpmBC6g1Rp { width:1.5rem;height:1.29948125rem;top:38.0625rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0ToQJuAlxDgKblWCTiKAfFakTK6xtaN { width:0.125rem;height:4.5rem;top:47.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBOzUFxg5WLxnAe1BmzZEpFvBHxnlm58 { width:20rem;height:auto;top:50.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Abu8cEXw7paMnAfHQKhEP3z5Z5MRZuG1 { width:20rem;height:auto;top:52.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #atyHM9raqI9vxVElG1OHmwILrxwdOJ6T { width:20rem;height:auto;top:58rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bI7wzmwuAuNxKvcZdgdTO2vzTThFBf5X { width:20rem;height:auto;top:59.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDbZSMJSxzxHggd1dTgXTy4vGCIDD61f { width:20rem;height:auto;top:65.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlZkiPS1iKtTPwceVDLwxVOCw4Fsf2z9 { width:20rem;height:auto;top:66.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uiVBmsQa4JzT7cT4nwhMTu34PrN1ilkn { width:20rem;height:auto;top:74.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNKuDDkeSbfSWTnoOb5ZArO281m38HlS { width:12.5rem;height:2.5rem;top:114.62500572204rem;left:3.7500001192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3HteNu9ap2Ll0xfMeScPR14RXsVutdJ { display:block; }
 }@media only screen and (max-width: 763px) { #JtOkPOqyGPe7dqMz3CFPTaAWcQuDI0Hh { width:1.5rem;height:1.29948125rem;top:74.3125rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #muUILDlhvTZA9Q4swAMCBRJbcIxtiET7 { width:2.1875rem;height:2.1875rem;top:73.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc8R7iDu99d4kIR7w8K8vUkdxoXVO7o7 { width:0.125rem;height:3.25rem;top:62.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B751r3TBtMBCLvg3EszDdR5RnaLFkN7m { width:2.1875rem;height:2.1875rem;top:61rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAaJO4UTC2sh57u7iKBTyLWo4OSD2keB { width:1.5rem;height:1.29948125rem;top:61.5rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueT55FrIlfS7TgNhTDhBPqwBFiwTAe3W { width:0.125rem;height:3.25rem;top:55.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #utGNQP1gDiUULRaU9vhfDfkybUOgkqiW { width:1.5rem;height:1.29948125rem;top:49.8125rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVyWaRX2ElynOxdTmdmpSK77Ssa6XnQ5 { width:2.1875rem;height:2.1875rem;top:49.3125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLuZ1VTTkCUKwtTUFbhTwZZP82VA78S3 { width:20rem;height:5.25rem;top:5.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #RDRHzg9Xs29HF42sGyKR7urmzQkMFzUK { width:15.1875rem;height:1.13736875rem;top:4rem;left:2.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #CqNe0um5bhg2r9xGPpcxUfzUptFQwPQl { width:14.4375rem;height:1.13736875rem;top:15.6875rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #UmpRmuMKERr2iS8WxeJ4v5LTMDF2VQit { width:20rem;height:5.25rem;top:17.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #SCzsMhPvmkJVoE2Q7r5wuveE4f4Nqyl7 { width:20rem;height:1.13736875rem;top:27.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #i5yXieveDcEAmwf9ClAEZL2O601hmHUm { width:20rem;height:6.5625rem;top:29.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ho1X0qrzKK4x9BUUwWBzka62l9Tt315S { width:20rem;height:1.13736875rem;top:40.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #eeWolpuOmZxwkPIPPZL6n7tO4QXUMkMp { width:20rem;height:5.25rem;top:42.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #W4rLHT8SG2cq0cRR4RoQ2UhhrOpTQJUg { width:20rem;height:1.13736875rem;top:52.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #x9RCBQMAR60Q9CnpMTPJMm71Z3wOPTuv { width:20rem;height:5.25rem;top:53.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #RmMfifegTBP6NDSVEwzPlf0wyOO0WUaM { width:20rem;height:2.2747375rem;top:63.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #PET3KeAWM08MUeDSchlHtW3GIBxo4Eu0 { width:20rem;height:5.25rem;top:66.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #vFzfGTmAPm3lbHEDNc1GpoZNvlWlIA1z { width:20rem;height:1.13736875rem;top:76.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #cgZuHtJbgCF0WViuvMOw89GPtTQ7iukk { width:20rem;height:5.25rem;top:78.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ASEwM6iqE9aF5qUOsTCQa49MBIbBe12a { display:block; }#ASEwM6iqE9aF5qUOsTCQa49MBIbBe12a > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ws7wo43skmCxd3kPVNZvZZp3lMDnMHTh { width:12.5rem;height:2.5rem;top:5.875rem;left:3.75rem;font-size:1rem;text-shadow:0.1875rem 6.0625rem 0.3125rem rgba(0,0,0,0.25);display:block; }
 }@media only screen and (max-width: 763px) { #UaS11yk9psXKelmoPrAktFOkt9Av50Q5 { display:block; }
 }@media only screen and (max-width: 763px) { #XS1lQiGR7MqrZ56OKWGhXHzt1oZGvd8c { width:20rem;height:3.4121125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #nh1O8gZKTTAnhNVZh8pVFq3eixpdd9aT { display:block; }#nh1O8gZKTTAnhNVZh8pVFq3eixpdd9aT > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7OHkJ6yim0OG5pzc4KR6TRoTpOBdEOy { width:20rem;height:2.9238375rem;top:1.8125133514404rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUQvdAMeb4geJNcJ6fiIRkqyLf49OGTC { width:6.875rem;height:5.9375rem;top:5.986325rem;left:6.5625rem;display:block; }
 }