.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:255,248,217;--color-primary-1:255,233,128;--color-primary-2:255,210,0;--color-primary-3:128,105,0;--color-primary-4:38,32,0;--color-secondary-0:230,230,230;--color-secondary-1:171,171,171;--color-secondary-2:87,86,86;--color-secondary-3:44,43,43;--color-secondary-4:13,13,13;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:250,239,239;--color-tertiary-3:150,143,143;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/067e9beb-9be0-4729-80e9-43fd8eeaf4cb/Projektbeztytuu7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.77);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; }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row .container { background-color: transparent; background-image: none; }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row .container > .video-iframe-container { display: none; }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row > .video-iframe-container { display: none; }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .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); }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row .container { border-width: 0; border-radius: 0; }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;position:relative;display:block; }#eWTZ5xiz5AX06Bh1cu06ZKzaZyOZrK95 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.4375rem;left:3.375rem;height:6rem;font-style:italic;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; }
#ytfJKlLZuyxGQR0HHv5G6ErUt5sZXw2R { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:17.8125rem;left:3.46875rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#FABtIxdwwpSWfnEuTEw2oOKCEBRvpRpX { color:rgba(var(--color-tertiary-4),1);display:block;width:53.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:25rem;left:3.34375rem;height:11.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 { position:relative;display:block; }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 { background-color: transparent; background-image: none; }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 > .row .container > .video-iframe-container { display: none; }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 > .row > .video-iframe-container { display: none; }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 > .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); }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 { border-width: 0; border-radius: 0; }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 > .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; }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.3125rem;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; }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO { position:relative;display:block; }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO { background-color: transparent; background-image: none; }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO > .row .container > .video-iframe-container { display: none; }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO > .row > .video-iframe-container { display: none; }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO > .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); }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO { border-width: 0; border-radius: 0; }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO > .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; }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:59.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; }#HvAH01qLcT4XffTbM97a9qtGX3eTFgez { color:rgba(var(--color-tertiary-1),1);display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.250003814698rem;left:3.0403633117676rem;height:;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;text-align:justify;text-align-last:initial;display:block; }
#BADwegsvCZsL1Bk9DN9iKBbE9wSWxskN { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:20.062503814698rem;left:3.4583320617676rem;height:11.4735625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-form-header {  }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:53.25rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(246deg, rgba(var(--color-primary-2),0.66), rgba(var(--color-primary-2),0.71));background-image: -moz-linear-gradient(246deg, rgba(var(--color-primary-2),0.66), rgba(var(--color-primary-2),0.71));background-image: -ms-linear-gradient(246deg, rgba(var(--color-primary-2),0.66), rgba(var(--color-primary-2),0.71));background-image: -o-linear-gradient(246deg, rgba(var(--color-primary-2),0.66), rgba(var(--color-primary-2),0.71));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.66)', endColorstr='rgba(var(--color-primary-2),0.71)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.66)', endColorstr='rgba(var(--color-primary-2),0.71)' );";background-image: linear-gradient(246deg, rgba(var(--color-primary-2),0.66), rgba(var(--color-primary-2),0.71));background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:53.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.3;text-align:justify;text-align-last:initial; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-text {padding-top: 0; padding-bottom: 0;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(246deg, rgba(var(--color-primary-2),0.66), rgba(var(--color-primary-2),0.71));background-image: -moz-linear-gradient(246deg, rgba(var(--color-primary-2),0.66), rgba(var(--color-primary-2),0.71));background-image: -ms-linear-gradient(246deg, rgba(var(--color-primary-2),0.66), rgba(var(--color-primary-2),0.71));background-image: -o-linear-gradient(246deg, rgba(var(--color-primary-2),0.66), rgba(var(--color-primary-2),0.71));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.66)', endColorstr='rgba(var(--color-primary-2),0.71)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.66)', endColorstr='rgba(var(--color-primary-2),0.71)' );";background-image: linear-gradient(246deg, rgba(var(--color-primary-2),0.66), rgba(var(--color-primary-2),0.71));background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:53.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.3;text-align:justify;text-align-last:initial; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:53.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-select {padding-top: 0; padding-bottom: 0;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .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; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-button { 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:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(0deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(0deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(0deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(0deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#111111;width:53.25rem;height:4.0625rem;font-family:"open sans";overflow:hidden;box-shadow: none;line-height:2; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF [class*="-text"]:-moz-placeholder { color:#f3f3f3;font-family:"open sans";font-size:0.75rem; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF [class*="-text"]::-moz-placeholder { color:#f3f3f3;font-family:"open sans";font-size:0.75rem; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF [class*="-text"]:-ms-input-placeholder { color:#f3f3f3;font-family:"open sans";font-size:0.75rem; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF [class*="-text"]::-webkit-input-placeholder { color:#f3f3f3;font-family:"open sans";font-size:0.75rem; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .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.5rem;font-weight:300;color:#fafbff;vertical-align:top;width:52rem;overflow:hidden;font-style:normal;float:none; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .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; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-container:first-of-type{padding-top:0;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-container:last-of-type{padding-bottom:0;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:53.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.1217956542969rem;top:35.421474456787rem;z-index:15004;position:absolute; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:53.25rem;display:block;vertical-align:top; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF {display:block;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:53.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.1217956542969rem;top:35.421474456787rem;z-index:15004;position:absolute; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #iKFntaTgmWw0f1nvIoTKUMRhgwPevJDT { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #uiflCyAPQHW4EJuI0cTaeahfnNarI5h2 { position:relative;display:none; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #Gw7C31s1CuGmFU8Hg5s0Tb212GZIhHLl { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #cf2EXoi8EZeoUEGIUtu7MqglEcsHiGtm { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #kokZRbQPt2ixw7QhqplF4KyQ8T5AkQQ4 { position:relative;display:none; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #Idhzqn08d79q2eit1P1BNdrrm915sibg { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #w7boU7BJniIFOPUn99KEWDotWTKIOB1I { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #WQ077qQpBPvkXpN8H4zJOcIVCEX6C5J0 { position:relative;display:none; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #qTAMvUdPXV8vJRXLTwOXluCLodZtzuCu { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #aZVNQFidrpnH3bsDI1fo19nxnKDd74hb { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #hqMr8Hmv6UtJca8hIbuHOmf2Rfb7yhAq { position:relative;z-index:2; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #X7G4seikMvKzllOLJETybVTv78TbBaZ6 { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #cXsR1JbnVoUIMrI9sTPvFTdWlEFKEUJ3 { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #PWaSVuObiXP15ydOu1HZJmPZBd0EWT9K { position:relative;z-index:2; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #gfnDI8nQVFdFgc9STJC9EF7VoHHeEFdZ { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #lEVT0TrMQ4nPAOkzqI7rfRmkIrLnTwH2 { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #PfuktkUrTZ95Vcwbo22nDdAf90X8Rdxh { position:relative;z-index:2; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #xOpsT4ytGkn11dkrhm6Ib9kdm9Kfyern { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #TkehAiv1lSeS2ScApVzCswyOvBsJuN5Z { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #HTl2F42SMSB2w1kDsmZEH8cGHA5FLpVL { position:relative;z-index:2; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #bUGsqTkvLa9A92UzIaRMsyAv3I2BtcLM { position:relative; }
#IaFWSGWTmpPnMypS8sl7CbNGX9Oui73z { position:relative;display:block; }
#TT5Tvio1XSE0QSS03x0gHv5vZrvwuQGd { position:relative;display:block; }
#TeAJSTV0OxaI4acelUDpqwxqMOLIygce { position:relative;display:block; }
#hOxLhTBanFuaxP6lTRKyPzdnmyBlX2A2 { position:relative;display:block; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #t7EqzEcTrdy8kTldZ6FRJnRRpHKCXCge { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #QgevEufhAvrs6KOebl6DFC5R8RdCIr8L { position:relative; }
#PHpRJto5KrwIQClNSk1Dv7VwZ917ITxe { 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:31.125rem;width:28.0625rem;top:2.9544277191162rem;left:29.226566314698rem;overflow:hidden;display:block; }
#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { position:relative;display:block; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { background-color: transparent; background-image: none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container > .video-iframe-container { display: none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row > .video-iframe-container { display: none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .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); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { border-width: 0; border-radius: 0; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .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; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.6875rem;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; }#fm9OB8OeSSRpF0THHNwWiuWzS4CT6zwG { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.75rem;left:9.9375rem;height:2.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#r0byVomwPqBPUHI8hWikvNWvoLAV24Pa { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9rem;left:9.65625rem;height:1.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm { position:relative;display:block; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm { background-color: transparent; background-image: none; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container > .video-iframe-container { display: none; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row > .video-iframe-container { display: none; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .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); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm { border-width: 0; border-radius: 0; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .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; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.6875rem;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; }#nZ3A50BXDIZZIBQfPySpmJn19lXdJMdu { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.59));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.59));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.59));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.59)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.59)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:3.5625rem;width:3.5625rem;top:2.75rem;left:28.25rem;display:block; }
#oXOvz2DWiytW7T1xT80SQaxRF5Mixyo0 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.5rem;left:28.9375rem;height:1.925rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KRmGWqHQBZNyFuJashRK6z9eA8KNyIPl { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:1.9375rem;left:33.4375rem;height:1.72435625rem;font-style:italic;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; }
#nKdw9Rs37E7bMc1tuGZ6i21Ix0QAzGWT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:4.125rem;left:33.4375rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#o8QUPMeQTk2aXVphUukAw52o0bdt3k8T { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.54)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.54)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:11.1875rem;left:28.25rem;display:block; }
#LMvSTz4HDAs8wOQ11Tsdb5RTxPesbn6d { color:rgba(var(--color-tertiary-4),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:11.9375rem;left:28.9375rem;height:1.925rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#nsqGZZAqW2woUgLBXEkpJdkRuNzh2Beh { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:11.1875rem;left:0rem;height:1.65rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#qvOgfy2HhTmTmf7Tp5Fn0t4LTbqFVgvN { color:rgba(var(--color-tertiary-2),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:13.6875rem;left:1.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l7BeTT89Ny1Vnh5LsPb7mHMpNyDBQ0LR { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.54)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.54)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:19.125rem;left:28.25rem;display:block; }
#cQ7bTD5wnMSonpfKiKgEzUvTvmN4ErKT { color:rgba(var(--color-tertiary-4),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:19.9375rem;left:29rem;height:1.925rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#htOdvm0aJ5d60MhEkU30lme1lf0XQMTA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:18.375rem;left:33.4375rem;height:1.65rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#T2uod87T9v5hXmEfq09XcBrZHqDUmGws { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:20.875rem;left:33.6875rem;height:4.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#k5O3led597xBrcio2DI3DdJKc4lvJ0lF { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:19.125rem;left:33.6875rem;height:1.72435625rem;font-style:italic;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; }
#T4O3xdnE3oq1m3nPwlUTbbeUXL067AS5 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:13.125rem;left:3.1875rem;height:4.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TIx5oDFw8CQOvNrfKGhwgHLDL4TOnltn { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:26.25rem;left:0rem;height:1.65rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#iR9h9HGsxpADF5OXBWwnfdPa3dzPpp7F { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:28.1875rem;left:3.1875rem;height:4.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rfRq2y3Gb0E8AGZ2DcDKywyxekNo61IJ { color:rgba(var(--color-tertiary-2),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:28.75rem;left:1.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JvTEsw9d2ZNtKuQc8nPkxEEOkCOanz85 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.54)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.54)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:26.25rem;left:28.25rem;display:block; }
#hCTKxVpzfuHkegtz1fSATvmVsMy8PqRN { color:rgba(var(--color-tertiary-4),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:27rem;left:28.9375rem;height:1.925rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#MnUgvAXynfICT4mBAcmtqUN0Mz9qLgof { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.54)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.54)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.54));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:33.25rem;left:28.25rem;display:block; }
#QtX05Vg2DWfOUi8nUiCoer8mDT8zgoAM { color:rgba(var(--color-tertiary-4),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:34.0625rem;left:29rem;height:1.925rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#dwSNwbhW5AlOpMMGS8EAQ9VCraskZv4k { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:33.25rem;left:33.6875rem;height:1.72435625rem;font-style:italic;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; }
#TJQZPWRALU2qw9v6OxM4MVtFpO4GJnGK { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:35rem;left:33.6875rem;height:4.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VBI0Fom4qpR3Fh6ls3OkPFhvogzg1kpc { color:rgba(var(--color-tertiary-2),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:40.625rem;left:1.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 { position:relative;display:block; }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 { background-color: transparent; background-image: none; }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 > .row .container > .video-iframe-container { display: none; }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 > .row > .video-iframe-container { display: none; }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 > .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); }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 { border-width: 0; border-radius: 0; }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 > .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; }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.125rem;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; }#xitk0FSdd54CcNb5dCHGEvUQCVUVouqS { 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:33.75rem;width:60rem;top:2.3741321563721rem;left:0rem;overflow:hidden;display:block; }
#Rp69dSBlpbFCDCMbBiTlb3FhIIXXXufE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:27.994140625rem;left:43.21875rem;height:2.92535rem;display:block; }
#XGJISqx0fnelv5RsogK5TsLaoysSERk5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.38671875rem;left:44.46875rem;height:4.38701875rem;display:block; }
#yhv6kG85MJwGezQPf1OuEAtWJGhPQhpB { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.57421875rem;left:3.78125rem;height:5.8493625rem;display:block; }
#OW3QuVyS0tPRQuVaUum7ciXmtHroekag { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.3740234375rem;left:49.09375rem;height:2.92535rem;display:block; }
#wcfibylfqKOy8UnwO3m6vRN1709VEvtS { position:relative;display:block; }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS { background-color: transparent; background-image: none; }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS > .row .container > .video-iframe-container { display: none; }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS > .row > .video-iframe-container { display: none; }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS > .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); }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS { border-width: 0; border-radius: 0; }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS > .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; }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.8125rem;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; }#LAl0bJWTgsIR7r0V6McPhh71PTB7wT7u { z-index:15002;top:4.34375rem;left:16.21875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.64));background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.64));background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.64));background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.64)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.64)' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.64));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(10,9,11,0.6) ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.3125rem;height:4.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SmLnfMvndwoSfpv0Om4Z3Z91Css0yE9y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V1utTCSlkfwOFosV83vo9Rrr25rG1upH { position:relative;display:block; }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH { background-color: transparent; background-image: none; }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH > .row .container > .video-iframe-container { display: none; }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH > .row > .video-iframe-container { display: none; }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH > .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); }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH { border-width: 0; border-radius: 0; }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH > .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; }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.25rem;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; }#r27lnTcbzkkd7yQZCJEQFknZdAxw88aM { color:rgba(var(--color-tertiary-4),1);display:block;width:57.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.2493515014649rem;left:1.3736953735351rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv { position:relative;display:block; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv { background-color: transparent; background-image: none; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row .container > .video-iframe-container { display: none; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row > .video-iframe-container { display: none; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .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); }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv { border-width: 0; border-radius: 0; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .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; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.8125rem;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; }#k4wsduD2c0ydks4eqKAqdAnTXCAseFPa { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.75rem;left:9.9375rem;height:2.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JevEvzKCo7Osr28q7Ml0VKmXqomEVUyL { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9rem;left:9.65625rem;height:1.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KAziTIy4K8LIsiJQNWK5UeX6cVwtnFl8 { color:rgba(var(--color-primary-2),1);display:block;width:12.4375rem;position:absolute;font-family:"bree serif";font-size:11.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:8.0625rem;left:4.09375rem;height:17.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKTSF2OogH1dFsmwz8N3NwMCcDSnTkvF { color:rgba(var(--color-primary-2),1);display:block;width:12.4375rem;position:absolute;font-family:"bree serif";font-size:11.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:8.0625rem;left:23.03125rem;height:17.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KLl4ZkGZHrKlbuayJHzZSv9FmfTnzDX4 { color:rgba(var(--color-primary-2),1);display:block;width:12.4375rem;position:absolute;font-family:"bree serif";font-size:11.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:8.0625rem;left:43.78125rem;height:17.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l8o0ixUJy5cTyc0nKKSr14GnHGS24Dvg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:17.90625rem;left:4.09375rem;height:10.197125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JET8Wtkry8KvWMDNtOMXWCBAOeLFAdu0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:17.90625rem;left:23.03125rem;height:13.596125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQTtQC56szpm01QFfw53PTJcKGoecPEJ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:17.90625rem;left:43.25rem;height:15.2956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen { position:relative;display:block; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen { background-color: transparent; background-image: none; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row .container > .video-iframe-container { display: none; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row > .video-iframe-container { display: none; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .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); }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen { border-width: 0; border-radius: 0; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .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; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.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; }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.77);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; }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row .container { background-color: transparent; background-image: none; }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row .container > .video-iframe-container { display: none; }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row > .video-iframe-container { display: none; }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .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); }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row .container { border-width: 0; border-radius: 0; }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#TF4qs38oX8zMEE6i48MKrnrC4bKI02L9 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:2.375rem;left:27.25rem;display:block; }
#f6nKqKvPNF2zFwBtEvLA59oNlXlUpZQh { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:2.375rem;left:32.6875rem;display:block; }
#cNPKWSlo9KRolgTZ9Gv1xN3g5a6FuFfG { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:2.375rem;left:22.1875rem;display:block; }
#CdkAz8wmhnIXtDiUHt9uVMEQkRc8dHIW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.1875rem;top:1.78125rem;left:2.625rem;overflow:hidden;display:block; }
#KUuLtJ9SmILG8KQSVtsJLX8dJIyZMlcT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:2.5rem;left:47.875rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VSz7Ig4ybQvZMT7eN875WWRr0W1dW3MS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.1875rem;left:46.6875rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN { display:block; }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWTZ5xiz5AX06Bh1cu06ZKzaZyOZrK95 { top:4.4375rem;left:0rem;width:47.75rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytfJKlLZuyxGQR0HHv5G6ErUt5sZXw2R { top:17.8125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FABtIxdwwpSWfnEuTEw2oOKCEBRvpRpX { top:25rem;left:0rem;width:47.75rem;height:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 { display:block; }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO { display:block; }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvAH01qLcT4XffTbM97a9qtGX3eTFgez { top:12.1875rem;left:0rem;width:24.1875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BADwegsvCZsL1Bk9DN9iKBbE9wSWxskN { top:20rem;left:0rem;width:23.75rem;height:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-text {padding-top: 0; padding-bottom: 0;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-select {padding-top: 0; padding-bottom: 0;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF  { width:45.25rem;height:auto;top:35.375rem;left:0rem; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF {display:block;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF { width:45.25rem;height:auto;top:35.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #iKFntaTgmWw0f1nvIoTKUMRhgwPevJDT {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #uiflCyAPQHW4EJuI0cTaeahfnNarI5h2 { display:none; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #Gw7C31s1CuGmFU8Hg5s0Tb212GZIhHLl {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #cf2EXoi8EZeoUEGIUtu7MqglEcsHiGtm {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #kokZRbQPt2ixw7QhqplF4KyQ8T5AkQQ4 { display:none; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #Idhzqn08d79q2eit1P1BNdrrm915sibg {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #w7boU7BJniIFOPUn99KEWDotWTKIOB1I {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #WQ077qQpBPvkXpN8H4zJOcIVCEX6C5J0 { display:none; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #qTAMvUdPXV8vJRXLTwOXluCLodZtzuCu {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #aZVNQFidrpnH3bsDI1fo19nxnKDd74hb {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #hqMr8Hmv6UtJca8hIbuHOmf2Rfb7yhAq { z-index:2; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #X7G4seikMvKzllOLJETybVTv78TbBaZ6 {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #cXsR1JbnVoUIMrI9sTPvFTdWlEFKEUJ3 {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #PWaSVuObiXP15ydOu1HZJmPZBd0EWT9K {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #gfnDI8nQVFdFgc9STJC9EF7VoHHeEFdZ {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #lEVT0TrMQ4nPAOkzqI7rfRmkIrLnTwH2 {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #PfuktkUrTZ95Vcwbo22nDdAf90X8Rdxh {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #xOpsT4ytGkn11dkrhm6Ib9kdm9Kfyern {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #TkehAiv1lSeS2ScApVzCswyOvBsJuN5Z {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #HTl2F42SMSB2w1kDsmZEH8cGHA5FLpVL {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #bUGsqTkvLa9A92UzIaRMsyAv3I2BtcLM {  }
 }@media only screen and (max-width: 763px) { #IaFWSGWTmpPnMypS8sl7CbNGX9Oui73z { display:block; }
 }@media only screen and (max-width: 763px) { #TT5Tvio1XSE0QSS03x0gHv5vZrvwuQGd { display:block; }
 }@media only screen and (max-width: 763px) { #TeAJSTV0OxaI4acelUDpqwxqMOLIygce { display:block; }
 }@media only screen and (max-width: 763px) { #hOxLhTBanFuaxP6lTRKyPzdnmyBlX2A2 { display:block; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #t7EqzEcTrdy8kTldZ6FRJnRRpHKCXCge {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #QgevEufhAvrs6KOebl6DFC5R8RdCIr8L {  }
 }@media only screen and (max-width: 763px) { #PHpRJto5KrwIQClNSk1Dv7VwZ917ITxe { top:2.9375rem;left:19.6875rem;width:28.0625rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { display:block; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm9OB8OeSSRpF0THHNwWiuWzS4CT6zwG { top:4.75rem;left:3.8125rem;width:40.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0byVomwPqBPUHI8hWikvNWvoLAV24Pa { top:9rem;left:3.53125rem;width:40.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm { display:block; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ3A50BXDIZZIBQfPySpmJn19lXdJMdu { top:2.75rem;left:22.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXOvz2DWiytW7T1xT80SQaxRF5Mixyo0 { top:3.5rem;left:22.8125rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRmGWqHQBZNyFuJashRK6z9eA8KNyIPl { top:1.9375rem;left:22.375rem;width:25.375rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKdw9Rs37E7bMc1tuGZ6i21Ix0QAzGWT { top:4.125rem;left:23.875rem;width:23.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8QUPMeQTk2aXVphUukAw52o0bdt3k8T { top:11.1875rem;left:22.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMvSTz4HDAs8wOQ11Tsdb5RTxPesbn6d { top:11.9375rem;left:22.8125rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsqGZZAqW2woUgLBXEkpJdkRuNzh2Beh { top:11.1875rem;left:0rem;width:27.25rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvOgfy2HhTmTmf7Tp5Fn0t4LTbqFVgvN { top:13.6875rem;left:0rem;width:23.875rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7BeTT89Ny1Vnh5LsPb7mHMpNyDBQ0LR { top:19.125rem;left:22.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ7bTD5wnMSonpfKiKgEzUvTvmN4ErKT { top:19.9375rem;left:22.875rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #htOdvm0aJ5d60MhEkU30lme1lf0XQMTA { top:18.375rem;left:25.3125rem;width:22.4375rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2uod87T9v5hXmEfq09XcBrZHqDUmGws { top:20.875rem;left:22.875rem;width:24.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5O3led597xBrcio2DI3DdJKc4lvJ0lF { top:19.125rem;left:22.375rem;width:25.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4O3xdnE3oq1m3nPwlUTbbeUXL067AS5 { top:13.125rem;left:0rem;width:24.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIx5oDFw8CQOvNrfKGhwgHLDL4TOnltn { top:26.25rem;left:0rem;width:27.25rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR9h9HGsxpADF5OXBWwnfdPa3dzPpp7F { top:28.1875rem;left:0rem;width:24.125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfRq2y3Gb0E8AGZ2DcDKywyxekNo61IJ { top:28.75rem;left:0rem;width:23.875rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvTEsw9d2ZNtKuQc8nPkxEEOkCOanz85 { top:26.25rem;left:22.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCTKxVpzfuHkegtz1fSATvmVsMy8PqRN { top:27rem;left:22.8125rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnUgvAXynfICT4mBAcmtqUN0Mz9qLgof { top:33.25rem;left:22.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtX05Vg2DWfOUi8nUiCoer8mDT8zgoAM { top:34.0625rem;left:22.875rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwSNwbhW5AlOpMMGS8EAQ9VCraskZv4k { top:33.25rem;left:22.375rem;width:25.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJQZPWRALU2qw9v6OxM4MVtFpO4GJnGK { top:35rem;left:22.875rem;width:24.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBI0Fom4qpR3Fh6ls3OkPFhvogzg1kpc { top:40.625rem;left:0rem;width:23.875rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 { display:block; }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xitk0FSdd54CcNb5dCHGEvUQCVUVouqS { top:2.3125rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp69dSBlpbFCDCMbBiTlb3FhIIXXXufE { top:27.9375rem;left:35.25rem;width:12.5rem;height:4.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGJISqx0fnelv5RsogK5TsLaoysSERk5 { top:10.375rem;left:35.25rem;width:12.5rem;height:4.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhv6kG85MJwGezQPf1OuEAtWJGhPQhpB { top:15.5625rem;left:0rem;width:8.875rem;height:7.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW3QuVyS0tPRQuVaUum7ciXmtHroekag { top:13.3125rem;left:39.1875rem;width:8.5625rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcfibylfqKOy8UnwO3m6vRN1709VEvtS { display:block; }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAl0bJWTgsIR7r0V6McPhh71PTB7wT7u { top:4.3125rem;left:10.09375rem;width:26.3125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmLnfMvndwoSfpv0Om4Z3Z91Css0yE9y { display:block; }
 }@media only screen and (max-width: 763px) { #V1utTCSlkfwOFosV83vo9Rrr25rG1upH { display:block; }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r27lnTcbzkkd7yQZCJEQFknZdAxw88aM { top:2.1875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv { display:block; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4wsduD2c0ydks4eqKAqdAnTXCAseFPa { top:4.75rem;left:3.8125rem;width:40.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JevEvzKCo7Osr28q7Ml0VKmXqomEVUyL { top:9rem;left:3.53125rem;width:40.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAziTIy4K8LIsiJQNWK5UeX6cVwtnFl8 { top:8.0625rem;left:0rem;width:12.4375rem;height:17.75rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKTSF2OogH1dFsmwz8N3NwMCcDSnTkvF { top:8.0625rem;left:16.90625rem;width:12.4375rem;height:17.75rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLl4ZkGZHrKlbuayJHzZSv9FmfTnzDX4 { top:8.0625rem;left:35.3125rem;width:12.4375rem;height:17.75rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8o0ixUJy5cTyc0nKKSr14GnHGS24Dvg { top:17.875rem;left:0rem;width:12.375rem;height:8.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JET8Wtkry8KvWMDNtOMXWCBAOeLFAdu0 { top:17.875rem;left:16.905599594116rem;width:12.375rem;height:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQTtQC56szpm01QFfw53PTJcKGoecPEJ { top:17.875rem;left:34.25rem;width:13.4375rem;height:13.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8pTPcTZNUGdbtplJRhxlywAr1c2FIen { display:block; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq { display:block; }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF4qs38oX8zMEE6i48MKrnrC4bKI02L9 { top:2.375rem;left:21.125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6nKqKvPNF2zFwBtEvLA59oNlXlUpZQh { top:2.375rem;left:26.5625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNPKWSlo9KRolgTZ9Gv1xN3g5a6FuFfG { top:2.375rem;left:16.0625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdkAz8wmhnIXtDiUHt9uVMEQkRc8dHIW { top:1.75rem;left:0rem;width:5.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUuLtJ9SmILG8KQSVtsJLX8dJIyZMlcT { top:2.5rem;left:36.5rem;width:11.25rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSz7Ig4ybQvZMT7eN875WWRr0W1dW3MS { top:1.1875rem;left:35.25rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/067e9beb-9be0-4729-80e9-43fd8eeaf4cb/Projektbeztytuu7.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN { display:block; }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWTZ5xiz5AX06Bh1cu06ZKzaZyOZrK95 { width:20rem;height:11.9954375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytfJKlLZuyxGQR0HHv5G6ErUt5sZXw2R { width:20rem;height:6.55925rem;top:15.05859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FABtIxdwwpSWfnEuTEw2oOKCEBRvpRpX { width:20rem;height:13.1185rem;top:24.49609375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 { display:block; }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO { display:block; }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvAH01qLcT4XffTbM97a9qtGX3eTFgez { width:20rem;height:8.79775rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BADwegsvCZsL1Bk9DN9iKBbE9wSWxskN { width:20rem;height:auto;top:20rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-text {padding-top: 0; padding-bottom: 0;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-select {padding-top: 0; padding-bottom: 0;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5rem;overflow:hidden;height:auto; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF  { width:17.5rem;height:auto;top:13.744576454162rem;left:0rem; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF {display:block;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF { width:17.5rem;height:auto;top:13.744576454162rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #iKFntaTgmWw0f1nvIoTKUMRhgwPevJDT {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #uiflCyAPQHW4EJuI0cTaeahfnNarI5h2 { display:none; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #Gw7C31s1CuGmFU8Hg5s0Tb212GZIhHLl {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #cf2EXoi8EZeoUEGIUtu7MqglEcsHiGtm {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #kokZRbQPt2ixw7QhqplF4KyQ8T5AkQQ4 { display:none; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #Idhzqn08d79q2eit1P1BNdrrm915sibg {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #w7boU7BJniIFOPUn99KEWDotWTKIOB1I {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #WQ077qQpBPvkXpN8H4zJOcIVCEX6C5J0 { display:none; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #qTAMvUdPXV8vJRXLTwOXluCLodZtzuCu {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #aZVNQFidrpnH3bsDI1fo19nxnKDd74hb {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #hqMr8Hmv6UtJca8hIbuHOmf2Rfb7yhAq { z-index:2; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #X7G4seikMvKzllOLJETybVTv78TbBaZ6 {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #cXsR1JbnVoUIMrI9sTPvFTdWlEFKEUJ3 {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #PWaSVuObiXP15ydOu1HZJmPZBd0EWT9K {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #gfnDI8nQVFdFgc9STJC9EF7VoHHeEFdZ {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #lEVT0TrMQ4nPAOkzqI7rfRmkIrLnTwH2 {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #PfuktkUrTZ95Vcwbo22nDdAf90X8Rdxh {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #xOpsT4ytGkn11dkrhm6Ib9kdm9Kfyern {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #TkehAiv1lSeS2ScApVzCswyOvBsJuN5Z {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #HTl2F42SMSB2w1kDsmZEH8cGHA5FLpVL {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #bUGsqTkvLa9A92UzIaRMsyAv3I2BtcLM {  }
 }@media only screen and (max-width: 763px) { #IaFWSGWTmpPnMypS8sl7CbNGX9Oui73z { display:block; }
 }@media only screen and (max-width: 763px) { #TT5Tvio1XSE0QSS03x0gHv5vZrvwuQGd { display:block; }
 }@media only screen and (max-width: 763px) { #TeAJSTV0OxaI4acelUDpqwxqMOLIygce { display:block; }
 }@media only screen and (max-width: 763px) { #hOxLhTBanFuaxP6lTRKyPzdnmyBlX2A2 { display:block; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #t7EqzEcTrdy8kTldZ6FRJnRRpHKCXCge {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #QgevEufhAvrs6KOebl6DFC5R8RdCIr8L {  }
 }@media only screen and (max-width: 763px) { #PHpRJto5KrwIQClNSk1Dv7VwZ917ITxe { width:20rem;height:22.1823125rem;top:46.690105438233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { display:block; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm9OB8OeSSRpF0THHNwWiuWzS4CT6zwG { width:20rem;height:4.39886875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0byVomwPqBPUHI8hWikvNWvoLAV24Pa { width:20rem;height:1.2246125rem;top:6.8984375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm { display:block; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ3A50BXDIZZIBQfPySpmJn19lXdJMdu { width:3.5625rem;height:3.5625rem;top:1.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXOvz2DWiytW7T1xT80SQaxRF5Mixyo0 { width:2.125rem;height:1.9249125rem;top:2rem;left:8.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRmGWqHQBZNyFuJashRK6z9eA8KNyIPl { width:16.125rem;height:1.57551875rem;top:6.0625rem;left:1.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKdw9Rs37E7bMc1tuGZ6i21Ix0QAzGWT { width:16rem;height:4.19791875rem;top:8.51171875rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o8QUPMeQTk2aXVphUukAw52o0bdt3k8T { width:3.5625rem;height:3.5625rem;top:15.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMvSTz4HDAs8wOQ11Tsdb5RTxPesbn6d { width:2.125rem;height:1.9249125rem;top:16.375rem;left:8.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsqGZZAqW2woUgLBXEkpJdkRuNzh2Beh { width:20rem;height:1.444225rem;top:20.1279296875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvOgfy2HhTmTmf7Tp5Fn0t4LTbqFVgvN { width:16.125rem;height:0;top:21.05956875rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7BeTT89Ny1Vnh5LsPb7mHMpNyDBQ0LR { width:3.5625rem;height:3.5625rem;top:30.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ7bTD5wnMSonpfKiKgEzUvTvmN4ErKT { width:2.125rem;height:1.9249125rem;top:31.4375rem;left:9rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #htOdvm0aJ5d60MhEkU30lme1lf0XQMTA { width:20rem;height:1.6497375rem;top:38.80956875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2uod87T9v5hXmEfq09XcBrZHqDUmGws { width:15.75rem;height:5.24739375rem;top:37.0087890625rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5O3led597xBrcio2DI3DdJKc4lvJ0lF { width:20rem;height:1.57551875rem;top:35.2080078125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4O3xdnE3oq1m3nPwlUTbbeUXL067AS5 { width:14.9375rem;height:6.2955625rem;top:22.3720703125rem;left:2.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIx5oDFw8CQOvNrfKGhwgHLDL4TOnltn { width:18.5625rem;height:2.88845625rem;top:50.009117126465rem;left:0.71875005960463rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iR9h9HGsxpADF5OXBWwnfdPa3dzPpp7F { width:20rem;height:4.19791875rem;top:53.951824188233rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfRq2y3Gb0E8AGZ2DcDKywyxekNo61IJ { width:20rem;height:0;top:47.639325rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JvTEsw9d2ZNtKuQc8nPkxEEOkCOanz85 { width:3.5625rem;height:3.5625rem;top:45.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCTKxVpzfuHkegtz1fSATvmVsMy8PqRN { width:2.125rem;height:1.9249125rem;top:46.1875rem;left:8.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnUgvAXynfICT4mBAcmtqUN0Mz9qLgof { width:3.5625rem;height:3.5625rem;top:60.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtX05Vg2DWfOUi8nUiCoer8mDT8zgoAM { width:2.125rem;height:1.9249125rem;top:61.1875rem;left:8.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwSNwbhW5AlOpMMGS8EAQ9VCraskZv4k { width:20rem;height:1.57551875rem;top:64.649742126462rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJQZPWRALU2qw9v6OxM4MVtFpO4GJnGK { width:20rem;height:4.19791875rem;top:66.7864625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBI0Fom4qpR3Fh6ls3OkPFhvogzg1kpc { width:20rem;height:0;top:72.23438125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 { display:block; }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xitk0FSdd54CcNb5dCHGEvUQCVUVouqS { width:18.4375rem;height:10.2495625rem;top:4.4672312736511rem;left:0.78125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp69dSBlpbFCDCMbBiTlb3FhIIXXXufE { width:5.75rem;height:2.68229375rem;top:4.06640625rem;left:12.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGJISqx0fnelv5RsogK5TsLaoysSERk5 { width:4.375rem;height:4.4704875rem;top:8.5963535308837rem;left:1.0000000596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhv6kG85MJwGezQPf1OuEAtWJGhPQhpB { width:7rem;height:3.5763875rem;top:13.929689407349rem;left:12.998698532581rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW3QuVyS0tPRQuVaUum7ciXmtHroekag { width:8.5625rem;height:1.78819375rem;top:12.977865219116rem;left:1.0000000596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcfibylfqKOy8UnwO3m6vRN1709VEvtS { display:block; }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAl0bJWTgsIR7r0V6McPhh71PTB7wT7u { top:2.5rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmLnfMvndwoSfpv0Om4Z3Z91Css0yE9y { display:block; }
 }@media only screen and (max-width: 763px) { #V1utTCSlkfwOFosV83vo9Rrr25rG1upH { display:block; }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r27lnTcbzkkd7yQZCJEQFknZdAxw88aM { width:20rem;height:5.24739375rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv { display:block; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv { background-color: transparent; background-image: none; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row .container > .video-iframe-container { display: none; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row > .video-iframe-container { display: none; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .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); }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row .container { width:20rem;height:47.1875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4wsduD2c0ydks4eqKAqdAnTXCAseFPa { width:20rem;height:4.39886875rem;top:3.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JevEvzKCo7Osr28q7Ml0VKmXqomEVUyL { width:20rem;height:1.2246125rem;top:11.34765625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAziTIy4K8LIsiJQNWK5UeX6cVwtnFl8 { width:12.4375rem;height:4.60069375rem;top:21.375rem;left:3.8125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKTSF2OogH1dFsmwz8N3NwMCcDSnTkvF { width:12.4375rem;height:4.60069375rem;top:10.375rem;left:3.8125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLl4ZkGZHrKlbuayJHzZSv9FmfTnzDX4 { width:12.4375rem;height:4.60069375rem;top:34.875rem;left:3.8125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8o0ixUJy5cTyc0nKKSr14GnHGS24Dvg { width:12.4375rem;height:5.59461875rem;top:13.8125rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JET8Wtkry8KvWMDNtOMXWCBAOeLFAdu0 { width:12.4375rem;height:8.3919375rem;top:24.75rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQTtQC56szpm01QFfw53PTJcKGoecPEJ { width:13.5rem;height:8.3919375rem;top:38rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8pTPcTZNUGdbtplJRhxlywAr1c2FIen { display:block; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen { background-color: transparent; background-image: none; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row .container > .video-iframe-container { display: none; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row > .video-iframe-container { display: none; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .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); }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row .container { width:20rem;height:1.875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq { display:block; }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF4qs38oX8zMEE6i48MKrnrC4bKI02L9 { width:2rem;height:2rem;top:11.1875rem;left:9.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6nKqKvPNF2zFwBtEvLA59oNlXlUpZQh { width:2rem;height:2rem;top:11.1875rem;left:14.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNPKWSlo9KRolgTZ9Gv1xN3g5a6FuFfG { width:2rem;height:2rem;top:11.1875rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdkAz8wmhnIXtDiUHt9uVMEQkRc8dHIW { width:4.625rem;height:2.6875rem;top:0.75rem;left:7.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KUuLtJ9SmILG8KQSVtsJLX8dJIyZMlcT { width:7.1875rem;height:2.9991375rem;top:7.1875rem;left:6.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VSz7Ig4ybQvZMT7eN875WWRr0W1dW3MS { width:5.8125rem;height:1.21875rem;top:6.03125rem;left:7.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }