.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:247,219,219;--color-primary-1:229,134,134;--color-primary-2:203,13,13;--color-primary-3:102,7,7;--color-primary-4:30,2,2;--color-secondary-0:225,214,249;--color-secondary-1:164,131,237;--color-secondary-2:104,48,225;--color-secondary-3:62,29,135;--color-secondary-4:4,0,32;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:33,33,33;--headlines-font-family:"Poppins";--paragraphs-font-family:"exo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 { background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/3e3242a4-3673-46c4-8495-3f3c94c9ba55/angeloabearUY1mkfhHDWkunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0.adaptive-delivery-prevent-bg, #HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0.lazyload, #HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0.lazyloading { background-image: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { background-color: transparent; background-image: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container > .video-iframe-container { display: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container { display: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .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); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { border-width: 0; border-radius: 0; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#bNR70lNrFKMxtnutbrdKt0uAavJIbLFs { color:#ffffff;display:block;width:52.875rem;position:absolute;font-family:poppins;font-size:5.375rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.25rem 0.0625rem 0.1875rem #000000;top:8rem;left:11.0625rem;height:17.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PbOPKP19T8z7wOFSPUZbKdGyzeGNkkrs { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.5rem;left:28.75rem;display:block; }
#Lmzwkr3KrFXnGTtKsnSn7DldEqqhng7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T33uTwXQ0WFfmNLUMSXHmy0n5D0nBOIr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4990234375rem;width:10.0615234375rem;top:0rem;left:32.46875rem;overflow:hidden;display:block; }
#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { background-color: transparent; background-image: none; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container > .video-iframe-container { display: none; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row > .video-iframe-container { display: none; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .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); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { border-width: 0; border-radius: 0; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#ikFFBFUr7oLAyqrgxWiDOTvwUTKPeTni { color:rgba(var(--color-tertiary-0),1);display:block;width:53.5625rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.8125rem;left:11.4375rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pFV5MvB49lRmGbTWrI8Kzk6Q5HWs03VB { box-sizing:content-box;height:20.25rem;width:9.0625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;top:2.7998046875rem;left:0rem;display:block; }
#biyNbRSP5HCVF9TC0zi5i8TVFWL5T0N4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2129c52c-dc6b-4ea0-ac60-9fc0c41ade45/munich1029320_1280.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.5rem;left:2.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#biyNbRSP5HCVF9TC0zi5i8TVFWL5T0N4.adaptive-delivery-prevent-bg, #biyNbRSP5HCVF9TC0zi5i8TVFWL5T0N4.lazyload, #biyNbRSP5HCVF9TC0zi5i8TVFWL5T0N4.lazyloading { background-image: none; }
#FPCohwl8KspnJKTy3lwOnEAZOTCkq1K1 { color:rgba(var(--color-tertiary-0),1);display:block;width:58.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:10.8125rem;left:11.4375rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zbPIbGxizBnsCt9Mgtap0RlJUwgklIkQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:33.8125rem;left:0rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vpq914oGdKok8PgF8hXZwl5440tWb8Jp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:37.125rem;left:2.1875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aUHCQH9eKSOxmZTXqw6upBnoOh605VdZ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/17a54997-bec8-4492-992e-b6936e70c368/hamburg3071437_1280.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.5rem;left:62.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#aUHCQH9eKSOxmZTXqw6upBnoOh605VdZ.adaptive-delivery-prevent-bg, #aUHCQH9eKSOxmZTXqw6upBnoOh605VdZ.lazyload, #aUHCQH9eKSOxmZTXqw6upBnoOh605VdZ.lazyloading { background-image: none; }
#DKBln9K8Mr0ql7pbqKRswhJEv9Lgrff8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:33.8125rem;left:60.0625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xgqv0Ilwf7uDs6elH2XHBtSnrrkmkFcq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:37.125rem;left:62.3125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tZvHtCMvT7KFDGiiB9cBJ7gNOWLI8vLT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3b147188-097b-4952-981d-c57c3af251f3/Potsdam5.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.5rem;left:17.1875rem;display:block; }#tZvHtCMvT7KFDGiiB9cBJ7gNOWLI8vLT.adaptive-delivery-prevent-bg, #tZvHtCMvT7KFDGiiB9cBJ7gNOWLI8vLT.lazyload, #tZvHtCMvT7KFDGiiB9cBJ7gNOWLI8vLT.lazyloading { background-image: none; }
#XNG49scbKr0TnueQIlxO821VyrFKe7sp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:34.1875rem;left:15rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yS2noHZCv1qhIOAD6IbxuoQeD3WJdF9N { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;top:33.5625rem;left:0.125rem;display:block; }
#sIlt1ciaeDm5Q5E6w4rlAWCldgI4UMb3 { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;top:33.5625rem;left:60.125rem;display:block; }
#bmtb8npH8xFUSfQ6br9LoheIfSZamMvP { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;top:33.9375rem;left:15.0625rem;display:block; }
#C5pd6iWllUgi0VMfvtRgvJiM77I27gtR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:37.1875rem;left:17.1875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZbNsz0B7uTlnN9NxUqWo9Visp98oEcEc { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b1bc28c4-c80f-4a5e-bc1c-ab1f983156bd/unsereparkanlage.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.5rem;left:47.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#ZbNsz0B7uTlnN9NxUqWo9Visp98oEcEc.adaptive-delivery-prevent-bg, #ZbNsz0B7uTlnN9NxUqWo9Visp98oEcEc.lazyload, #ZbNsz0B7uTlnN9NxUqWo9Visp98oEcEc.lazyloading { background-image: none; }
#hQyCEp1rhQPztleeqiiNKglDpeRr3yUM { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;top:33.9375rem;left:45.125rem;display:block; }
#C1fhmnMRWTLyxW36kFs8IzXZZxIHTOxQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:34.1875rem;left:45.0625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#adz2RZRSDrKgS297fCsaLfsb8tsbSMXy { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:37.125rem;left:47.3125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MKDw7f1flbFEWHc3QT8lNvgUNmlX1THg { color:rgba(var(--color-tertiary-0),1);display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.4375rem;left:31.78125rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nIrtyK7h4PhffoHPrQn8KNAmZMbuBz1S { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:37.125rem;left:32.3125rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LlmW1tqhL8LDDidb9zKNeNrdmW9mKJoK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/eed067fa-6b31-419b-a364-c6de8954cfc3/juliasolonina5NnK3nJ44g8unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.5rem;left:32.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#LlmW1tqhL8LDDidb9zKNeNrdmW9mKJoK.adaptive-delivery-prevent-bg, #LlmW1tqhL8LDDidb9zKNeNrdmW9mKJoK.lazyload, #LlmW1tqhL8LDDidb9zKNeNrdmW9mKJoK.lazyloading { background-image: none; }
#cXbRGkzmOp8cGh2VrFtAFxL7giPusnJF { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;top:33.9375rem;left:30.125rem;display:block; }
#kEMHDaRcWiXGt17XygegpkPzVrDeQM3d { color:rgba(var(--color-tertiary-0),1);display:block;width:12.56225rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:34.18701171875rem;left:30.092163085938rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/12a1c415-e9cf-4657-8e87-a2ea6bc3cc5f/andreyomelyanchukK8SXRiGia9Munsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU.adaptive-delivery-prevent-bg, #MXxoDWREJyqKZRxIkJFzFXpimONb0AkU.lazyload, #MXxoDWREJyqKZRxIkJFzFXpimONb0AkU.lazyloading { background-image: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container { background-color: transparent; background-image: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container > .video-iframe-container { display: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row > .video-iframe-container { display: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .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); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container { border-width: 0; border-radius: 0; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#BwvK6GXMqCGoCkGdl0mVkRJQlgbypIbZ { color:rgba(var(--color-tertiary-0),1);display:block;width:63.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:4.7490234375rem;left:5.78125rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uPAOFRQBX9F3yOGDKAo07ae8ucuzH1LX { color:rgba(var(--color-tertiary-0),1);display:block;width:40.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:9.75rem;left:18.9375rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITsdGKmgs1xy7ySFCcXRGR7TUeTsrwbs { box-sizing:content-box;height:10.375rem;width:62.25rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;top:2.9375rem;left:6.375rem;display:block; }
#Kms7X4LV424EvvccVt4gxbP2ivelJul6 { box-sizing:content-box;height:8.875rem;width:8.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5bb5072d-4e51-4365-b011-e003736dc18a/Firefly_HyperrealisticphotoofaLatinyoungadultstudentworkingparttimeinGermanywhi893454.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.4375rem;left:10.6875rem;display:block; }#Kms7X4LV424EvvccVt4gxbP2ivelJul6.adaptive-delivery-prevent-bg, #Kms7X4LV424EvvccVt4gxbP2ivelJul6.lazyload, #Kms7X4LV424EvvccVt4gxbP2ivelJul6.lazyloading { background-image: none; }
#knvLLfw5b3OOU7FNilg1NkCkvPI1SDtz { color:rgba(var(--color-primary-2),1);display:block;width:13.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:25.875rem;left:8.1875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nqKcA0TrPo1POtnKBuvTXoxUXpTvpO64 { color:rgba(var(--color-primary-2),1);display:block;width:15.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:30.4375rem;left:7.25rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NC2VKQEafdz1gu0JGpfT3XOOyIS0U8Al { box-sizing:content-box;height:22.4375rem;width:17.3125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.25rem;left:6.5rem;display:block; }
#Eqc8ehHRDbl2QfWvTnP1xJKcmHsu8W9P { box-sizing:content-box;height:22.4375rem;width:17.3125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.25rem;left:28.625rem;display:block; }
#PsfKHcOlbT4t27P5t38x4R8bScWP8601 { box-sizing:content-box;height:22.4375rem;width:17.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.25rem;left:51.1875rem;display:block; }
#Oglw8330HXtDM1Ex9rmSsTgOKL8E1q22 { color:rgba(var(--color-primary-2),1);display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:26.6875rem;left:29.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WKZZr6Hgy4swWdZcB4m6qgpRqNeKcacP { box-sizing:content-box;height:8.875rem;width:8.875rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/49009cff-4c89-4fbf-bebf-74445d6ef11c/Firefly_HyperrealisticphotoofaLatinyoungadultstandingoutsideamodernGermanimmigra893454.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.4375rem;left:32.875rem;display:block; }#WKZZr6Hgy4swWdZcB4m6qgpRqNeKcacP.adaptive-delivery-prevent-bg, #WKZZr6Hgy4swWdZcB4m6qgpRqNeKcacP.lazyload, #WKZZr6Hgy4swWdZcB4m6qgpRqNeKcacP.lazyloading { background-image: none; }
#L0LsFbw63snl4X8LlGOyBJM6iOcrIktq { color:rgba(var(--color-primary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:29.875rem;left:29.4375rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NfoBtW4EGaD7yiZTCRkMVGRhUXXRAq6U { box-sizing:content-box;height:8.875rem;width:8.875rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b7e574f8-8054-445d-b6a6-b14bdbfd30f0/Firefly_HyperrealisticphotoofaLatinstudentseenfrombehindstandinginfrontoftheG311099.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.4375rem;left:55.375rem;display:block; }#NfoBtW4EGaD7yiZTCRkMVGRhUXXRAq6U.adaptive-delivery-prevent-bg, #NfoBtW4EGaD7yiZTCRkMVGRhUXXRAq6U.lazyload, #NfoBtW4EGaD7yiZTCRkMVGRhUXXRAq6U.lazyloading { background-image: none; }
#H4ylgy1GUy4XvOtvG0TQNTbButkU6ixo { color:rgba(var(--color-primary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.875rem;left:52.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I2aT3kIP3lNaTZ4stiGVJqyDoBimIBuu { color:rgba(var(--color-primary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:30.4375rem;left:52rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k7fr8F4GJgnSIsLMOsrnQrELbMu8AVHA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:41rem;left:28.4375rem;display:block; }
#tbOTPtRS7XGZLInrBXJ7aA85a9rozVAq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row .container { background-color: transparent; background-image: none; }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row .container > .video-iframe-container { display: none; }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row > .video-iframe-container { display: none; }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .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); }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row .container { border-width: 0; border-radius: 0; }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#khSu125bv9hOSCiBdJKrFCHV5OnUGfwT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15.375rem;left:6.75rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yswe88UG6595fpwRi6iicUmKK7lbdFU9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.6875rem;left:8.9375rem;height:6.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#yswe88UG6595fpwRi6iicUmKK7lbdFU9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yswe88UG6595fpwRi6iicUmKK7lbdFU9 li:before{  }
#g7iiABWzyOPMmtImL0ehpoJiktiLO6bQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:27.1875rem;left:6.75rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lx5xWpTaopkpaRXd4d08z34XtCz08Csq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:30.5rem;left:9rem;height:9.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#lx5xWpTaopkpaRXd4d08z34XtCz08Csq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lx5xWpTaopkpaRXd4d08z34XtCz08Csq li:before{  }
#chZesPUJh08FvIE3ZP5kZ71vRakBsvbS { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;top:15.125rem;left:6.875rem;display:block; }
#Gimzki7mBH8LGeewEfLVoS7s8IiOOpC4 { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;top:26.9375rem;left:6.8125rem;display:block; }
#IQVJNOQ9HI2gRwIgzIoSyyGbnC6nyAfx { color:rgba(var(--color-primary-2),1);display:block;width:25.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #ffffff;top:2.875rem;left:2.3125rem;height:8.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EQGmsvz3ZRRRIk5S46iePfQ1Wrcyt7dl { color:rgba(var(--color-primary-2),1);display:block;width:25.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #ffffff;top:2.875rem;left:42.1875rem;height:8.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nEBL2kNTUiDzTfwkZCWNaWc1ArkpzTL0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:24.8125rem;left:39.59375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MXTSRIBiLHvSmGX3oKWAAo7X5AWAyTPs { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.6875rem;left:40.5rem;height:4.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#MXTSRIBiLHvSmGX3oKWAAo7X5AWAyTPs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MXTSRIBiLHvSmGX3oKWAAo7X5AWAyTPs li:before{  }
#yulCi3klIrFaR33eLLtQWwEMnVOKkL7r { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:15.375rem;left:39rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FtxCT99D0lHDxTuDzdo6f96Kwei7Lktz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:28.125rem;left:57.8125rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#FtxCT99D0lHDxTuDzdo6f96Kwei7Lktz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FtxCT99D0lHDxTuDzdo6f96Kwei7Lktz li:before{  }
#OOFvukyuyfLmuM4QT9taq7zILkK9cwcz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:24.8125rem;left:55.6875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MKirOxPSSUbBrxQKBBbF0QIX8SQBF4ni { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.6875rem;left:57.75rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#MKirOxPSSUbBrxQKBBbF0QIX8SQBF4ni li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MKirOxPSSUbBrxQKBBbF0QIX8SQBF4ni li:before{  }
#AoR92R3ZpfC6UmIn6vdMVZL7uE0JOfRs { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:15.375rem;left:56.8125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Moqi3PFLTQMk8FdIol2HeEkSVcgl7KWC { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;top:24.5625rem;left:56.1875rem;display:block; }
#WB2ZL370lBotbgPSzLwlIdOQr6pSuTsh { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;top:15.09375rem;left:56.1875rem;display:block; }
#uKiXzOnKDxJJGniSfzaZhoR7bPtEReVv { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;top:15.09375rem;left:39rem;display:block; }
#suDQHBWgVkGTneTyqtvnCdlaZa0fodlF { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;top:24.53125rem;left:39rem;display:block; }
#z5DfP1TDA5layZov03DqZB2hO60rue7L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:28.125rem;left:40.5rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#z5DfP1TDA5layZov03DqZB2hO60rue7L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z5DfP1TDA5layZov03DqZB2hO60rue7L li:before{  }
#kSSKbMMfCCXVDl1eicCSBCz3N9gVbhnt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:37.4375rem;left:57.875rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#kSSKbMMfCCXVDl1eicCSBCz3N9gVbhnt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kSSKbMMfCCXVDl1eicCSBCz3N9gVbhnt li:before{  }
#S2BmWRPTESAtObi81yCsQgWvmiIE6ekZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:36.1875rem;left:40.5rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#S2BmWRPTESAtObi81yCsQgWvmiIE6ekZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S2BmWRPTESAtObi81yCsQgWvmiIE6ekZ li:before{  }
#NI1szfJUWZn08UlnU3TkkxkbB19byBNT { box-sizing:content-box;height:3.8125rem;width:12.5rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;top:32.4375rem;left:56.25rem;display:block; }
#sTV8UF778dvp3AmMWQlx3BAHckFQ6Dl1 { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;top:32.625rem;left:39rem;display:block; }
#OUUZoowXwXp6HPm3pdJlGTs6ZXRGgDcI { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:32.875rem;left:39.625rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wTsfHwWi13i0LJzF8xbowZTzJfmnIow1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:32.6875rem;left:55.9375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { background-color: transparent; background-image: none; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container > .video-iframe-container { display: none; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row > .video-iframe-container { display: none; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .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); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { border-width: 0; border-radius: 0; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#iHBA9F3G3RLdpamP2nzMtTk9e7iLwRaK { color:rgba(var(--color-primary-2),1);display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.875rem;left:35.8125rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dKiHBJaI8fPsageS30oaw1ETomlMx7lh { box-sizing:content-box;height:32.625rem;width:56.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.0498046875rem;left:18.0625rem;display:block; }
#CCcq2EA2t137rzJcQQoecZzH6NaJTF0O { color:rgba(var(--color-primary-2),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:11.25rem;left:35.8125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WnELJslVdVIRZRvRXs7PXcwk5T0ETx4r { box-sizing:content-box;height:27.6875rem;width:25.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/672d25aa-ffe4-402c-9a2e-d8a01f71f048/angeloabearRHyJdCu9YbUunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.7685546875rem;left:8.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#WnELJslVdVIRZRvRXs7PXcwk5T0ETx4r.adaptive-delivery-prevent-bg, #WnELJslVdVIRZRvRXs7PXcwk5T0ETx4r.lazyload, #WnELJslVdVIRZRvRXs7PXcwk5T0ETx4r.lazyloading { background-image: none; }
#hfgCyP6oKBEtByRT8ewyCeIMIWiWpxIS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.8935546875rem;left:37.65625rem;display:block; }
#EXUORI21iiAmtunvsaXSlsLTM75a3kri { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kse4LdBbQJEr6TkEqqBptFSldpdVQGLm { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:14.1875rem;left:35.8125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sc2drSal32xdE1JDwqy3aQ7kMbaRiGTo { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:18.1875rem;left:35.8125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gEDaqdVFy2eTTPTspMA3zfXTBrZpnvuh { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:22.1875rem;left:35.8125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rst7ddG6JW0bitx5IXp1Ee2v7CBon420 { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:25.5625rem;left:35.8125rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3b147188-097b-4952-981d-c57c3af251f3/Potsdam5.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB.adaptive-delivery-prevent-bg, #yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB.lazyload, #yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB.lazyloading { background-image: none; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row .container { background-color: transparent; background-image: none; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row .container > .video-iframe-container { display: none; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row > .video-iframe-container { display: none; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .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); }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row .container { border-width: 0; border-radius: 0; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row .container { font-size:0.875rem;font-family:arial;height:74.625rem;width:75rem;position:relative;display:block; }#E1MEaLZvLgzLKnkJIuo4pnE3b1sTprJo { color:rgba(var(--color-tertiary-0),1);display:block;width:60.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:4.3125rem;left:8.59375rem;height:8.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sAe2JBfQuxDUpRwMFozQXNdL6P9p5muX { color:rgba(var(--color-tertiary-0),1);display:block;width:60.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:19.34375rem;left:8.625rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nh5vkqhP378SeVoNBq4662TozEMIiAUC { box-sizing:content-box;height:13.1875rem;width:62.0625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;top:1.84375rem;left:7.84375rem;display:block; }
#ZXp8bTMoFw81WpOexKMwevibJh5nVXUh { z-index:15003;top:68.436889648438rem;left:29.27978515625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.437375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JC3IJEzxnUI6f2SPvZoTuAk53ETWyqTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dN1wv8WWxiRdT6UulkWSlBZJAhpfPi87 { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:26.375rem;left:25.375rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gQdGKPeDXWAuVZ1JDZPgnrHhTuESX6ND { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:17.125rem;left:33.4375rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cXMefNVaP86wEKVDTEZ2JPxOfqrUktBl { box-sizing:content-box;height:7.375rem;width:62.1875rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0.83);background-image:none;top:16.5rem;left:7.8125rem;display:block; }
#T1KPwzGhsO94ewSKx4GG7vEeThXX9uW2 { box-sizing:content-box;height:3.8125rem;width:62.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0.83);background-image:none;top:25.625rem;left:7.84375rem;display:block; }
#uHaJpRc32voG7GeX6TtWOeI6FmZlcZSK { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:3.1875rem;top:8.65625rem;left:60.09375rem;overflow:hidden;display:block; }
#omQ69JkDm6I9HU8h3o3F3sy9RcVgBdKA { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:35.4375rem;left:9.1875rem;height:14.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JRub2XsP79r3x6EwrliPKz24RToh1Sdf { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:31.5625rem;left:32.9375rem;height:21.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xEbda3Dto5BVCZVdBIbCm6zAsXASlDcu { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:37.8125rem;left:56.6875rem;height:10.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVack0NMv7HUGQWZSsIqtEEgm28yQTph { color:rgba(var(--color-tertiary-0),1);display:block;width:59.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:59.5625rem;left:9.375rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#izoBZcDSVtS0IwQrc4lGfapQvMNTuH8I { box-sizing:content-box;height:8.25rem;width:62.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0.83);background-image:none;top:57.75rem;left:7.875rem;display:block; }
#wvkue2cIscEBtlEQSfXXBch7clOTO3Wv { box-sizing:content-box;height:25rem;width:14.625rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0.83);background-image:none;top:30.75rem;left:7.875rem;display:block; }
#NK6cSSFaZ9WegxLCviwmdVnfAy0c02gH { box-sizing:content-box;height:25rem;width:14.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.83);background-image:none;top:30.75rem;left:31.625rem;display:block; }
#AWXcHanESkBcAC6T7FQSo7QuxmyHpxWW { box-sizing:content-box;height:25rem;width:14.625rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0.83);background-image:none;top:30.75rem;left:55.375rem;display:block; }
#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#421111;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; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { background-color: transparent; background-image: none; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container > .video-iframe-container { display: none; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row > .video-iframe-container { display: none; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .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); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { border-width: 0; border-radius: 0; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:75rem;position:relative;display:block; }#vda9KOeZ3aP2RgvnigMHOc8qF50H1wEw { color:rgba(var(--color-tertiary-0),1);display:block;width:62.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.5625rem;left:10.125rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bi3EkrILLDoU5uItyLltePFg2EL3hLVZ { color:rgba(var(--color-tertiary-0),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:4.3125rem;left:10.125rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SNf1akcwHWAhFT983Xen5OdAe5HtXMUT { box-sizing:content-box;height:15.3125rem;width:9.0625rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;top:4.3125rem;left:0rem;display:block; }
#KIzFo1NTEtuq6JH1ZMfaLITkbgZtIwHl { box-sizing:content-box;height:6.9375rem;width:6.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.6875rem;left:7.375rem;display:block; }
#XsVzVyXnxOIoNxhnXmNtsen9eUpH9m0A { color:rgba(var(--color-tertiary-0),0.12);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:15.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:21.75rem;left:3.4375rem;height:17rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U0Gn1nLgd2aLTQ8APfJTZZ28qD3vTiqJ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:28.1875rem;left:14.8125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aGI0BuIuHX4v81f4PxdTObod5J7snHu4 { color:rgba(var(--color-tertiary-0),0.12);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:15.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:22.3125rem;left:25.0625rem;height:17rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yS5uLQFh1CJG57if0vqAwWebeKZiu1BM { box-sizing:content-box;height:7rem;width:6.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.6875rem;left:30.8125rem;display:block; }
#iPIriyz56BTtNL2xhgvSvMKxo5vnMZfw { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:27.6875rem;left:38.5rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UHShpLpHRdXh9Mi1PKK5O2Jtyva3n5Nx { color:rgba(var(--color-tertiary-0),0.12);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:15.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:22.3125rem;left:49.625rem;height:17rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JlnVNeRkWpl7cU5pervBZIcM32E8pb2b { box-sizing:content-box;height:7rem;width:6.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.6875rem;left:54.5625rem;display:block; }
#gy2bg1pMvZCs2y60h4NgShg4r9QVMLhV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:28.125rem;left:61.9375rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Av9Ic75OTzpyRsNMk5RmJBni4QIbtmD9 { color:rgba(var(--color-tertiary-0),0.12);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:15.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:39.3125rem;left:25.8125rem;height:17rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uKXd5pQHPcGG9UudBQr1aP9gZ9Jte07C { box-sizing:content-box;height:6.6875rem;width:6.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:43.4375rem;left:32.3125rem;display:block; }
#OQuwbDZ4HpnJ5zfop5M39LIKoHlNqtX6 { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:45.9375rem;left:39.25rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UPfWXBTnvkfE4TOOFKv5l1MKtpubDopi { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:5.56213125rem;width:5.625rem;top:28.375rem;left:7.6875rem;overflow:hidden;display:block; }
#uHzaK9TeA3hfzVuBPktTpwJw7SnAHHyu { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.99963125rem;top:29.125rem;left:31.9375rem;overflow:hidden;display:block; }
#xVGK2oq5hWu0inqZ0VMgQdrRtDlJloFb { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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:5.5rem;width:5.5rem;top:28.375rem;left:54.875rem;overflow:hidden;display:block; }
#nn8egaEVe0NZiDMEcUtVfE4in3E9DNWC { box-sizing:content-box;height:6.9375rem;width:6.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:43.375rem;left:10.125rem;display:block; }
#dbc8HyPqqMvO4HdOn30hH0I2TuIrRXKG { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:45.1875rem;left:17.5625rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h09lUTWfTPcVqEI5J31w5xkdESyTxL6S { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:44.3125rem;left:10.8125rem;overflow:hidden;display:block; }
#lplPZ3xouOP6WANkJdPIQmraAVdVbNWw { color:rgba(var(--color-tertiary-0),0.12);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:15.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:38.375rem;left:3.4375rem;height:17rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZTvaQJ4b0JXhhaHEHd0KSw446QI4fPrJ { color:rgba(var(--color-tertiary-0),0.12);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:15.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:39.3125rem;left:49.25rem;height:17rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IJ4VIxKZqpmzyFB1TNcbwsZuu3A8N8BE { box-sizing:content-box;height:6.6875rem;width:6.25rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:43.4375rem;left:55.6875rem;display:block; }
#HOWb4KH4kOkiwtaIzx912BlRdGFFr4nd { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:43.875rem;left:63.0625rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GvKUhZ19ImwCnzdXxE9Z56OgStT6V0LT { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;top:45.25rem;left:56.0625rem;overflow:hidden;display:block; }
#E8HxJeFvCc0HJCeTDoryiOw3xIwP3V7h { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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:5.4375rem;width:5.4375rem;top:44.0625rem;left:32.75rem;overflow:hidden;display:block; }
#fUT6FXnunCBLd4VnXo7NT7ZGKTObk3dC { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:46.3125rem;left:32.96875rem;overflow:hidden;display:none; }
#IfvTN4DSR9TBLJMRAuyeSSqahzw3QMhL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IfvTN4DSR9TBLJMRAuyeSSqahzw3QMhL > .row .container { background-color: transparent; background-image: none; }#IfvTN4DSR9TBLJMRAuyeSSqahzw3QMhL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfvTN4DSR9TBLJMRAuyeSSqahzw3QMhL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfvTN4DSR9TBLJMRAuyeSSqahzw3QMhL > .row .container > .video-iframe-container { display: none; }#IfvTN4DSR9TBLJMRAuyeSSqahzw3QMhL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfvTN4DSR9TBLJMRAuyeSSqahzw3QMhL > .row > .video-iframe-container { display: none; }#IfvTN4DSR9TBLJMRAuyeSSqahzw3QMhL > .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); }#IfvTN4DSR9TBLJMRAuyeSSqahzw3QMhL > .row .container { border-width: 0; border-radius: 0; }#IfvTN4DSR9TBLJMRAuyeSSqahzw3QMhL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IfvTN4DSR9TBLJMRAuyeSSqahzw3QMhL > .row .container { font-size:0.875rem;font-family:arial;height:77.25rem;width:75rem;position:relative;display:block; }#JraSkXA9ageaJJfW6rakNAyRwoBTsXNa { color:rgba(var(--color-primary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:10.6875rem;left:1.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#inRmArwRciq4ZdMVEFP2tI8coqW9C0dr { box-sizing:content-box;color:#cb0d0d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:20.1875rem;left:3.75rem;display:block; }
#pKW8TQ3qnynsqSpZgIwWATIHT61XTD5C { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:20.5625rem;left:7.1875rem;height:2.375rem;display:block; }
#NHIhVQJ6bSiWlTRC9uH9P5PSPKBIueDA { box-sizing:content-box;color:#cb0d0d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:28.75rem;left:3.75rem;display:block; }
#nFSvAviFDsR7pz68n25waJ9wT0lzpwPr { color:rgba(var(--color-tertiary-4),1);display:block;width:14.124875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:29.6875rem;left:7.25rem;height:1.1875rem;display:block; }
#TEM87mvmWQi0zWrkkoXn3BODhfumePBy { box-sizing:content-box;color:#cb0d0d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:38.25rem;left:3.4375rem;display:block; }
#PXGAGZ0uFDolyPBJPCZrMKXmhKsNLPMT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:37.9375rem;left:6.875rem;height:2.375rem;display:block; }
#LpefXmHFEqBTxXrvi6ArIfxLzyTc7XUq { color:#cb0d0d;display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:10.6875rem;left:52.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KRTnW14raaC9Td8GUiGbW9CcgGsH5RTb { box-sizing:content-box;color:#cb0d0d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:48.25rem;left:3.5625rem;display:block; }
#QcpsOzvHxAUWrH2SUN3UiKfPRewZahrk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:48rem;left:7.125rem;height:3.5625rem;display:block; }
#cETxows7yHbkDlhRL5o4N95Q4DFbfwwI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:19.125rem;left:57.375rem;height:3.5625rem;display:block; }
#RQe4q4HIaGWxx7bqNhpWWlCNNSUnPvBl { box-sizing:content-box;color:#cb0d0d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:27.875rem;left:53.375rem;display:block; }
#wBgfOFT4907KG0n1GOaFyOttlAXCf3vX { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:27.1875rem;left:57.375rem;height:3.5625rem;display:block; }
#RgFHcMeiXR3WagbLHLqy0EDO3va55IH4 { box-sizing:content-box;color:#cb0d0d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:35.75rem;left:53.375rem;display:block; }
#E42bCw7tZZaew2n5WfvrPuedKWpTBU58 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:23.5625rem;left:57.5rem;height:0;display:block; }
#VwIzLGuHwLHrrxBEIypZq8gFEwTI3y66 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:35.375rem;left:57.375rem;height:3.5625rem;display:block; }
#osn1ICkEDH3tg1CALRf1A03huBMyonfR { box-sizing:content-box;color:#cb0d0d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:56.5625rem;left:3.25rem;display:block; }
#MHlXTnHHVCHiMA64lox8ZxJEiCDAMPsu { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:56.875rem;left:6.75rem;height:2.375rem;display:block; }
#hZCgkhPu0eA50yt88g1pcFJPIGBu0p72 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:70.5rem;left:27.4375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#mKnVVkWCEGdWW6eIbHcuSXP7uP5iIVNQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:11.5625rem;left:28.125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbPiT334euvn9IL6SmIHmyCoWzBUNbKV { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.375rem 0.5rem rgba(var(--color-tertiary-4),0.19) ;height:57.8125rem;width:20.4375rem;top:10.6875rem;left:27.3125rem;display:block; }
#ro2eic4wIEg5ZxzKCpsA5CPn51OX22cU { color:rgba(var(--color-primary-2),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.2109375rem;left:25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oGqChyFIyTpPg0QTPzakclW3ScKcRmKl { box-sizing:content-box;color:#cb0d0d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:43.0625rem;left:53.375rem;display:block; }
#IsbVT7Q65F5P1ToO5XTauI2bLdhHChMF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:42.1875rem;left:57.375rem;height:4.75rem;display:block; }
#yXEghrWcHcIA5639vrtlrTGh5bT7S7tX { box-sizing:content-box;color:#cb0d0d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:19.375rem;left:53.3125rem;display:block; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-form-header {  }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:15.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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:15.875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-input-text {padding-top: 0; padding-bottom: 0;}#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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:15.875rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-input-select {padding-top: 0; padding-bottom: 0;}#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .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; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-input-button { 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(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:15.875rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.0625rem #ffffff ; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .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:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:14.625rem;overflow:hidden;font-style:normal; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .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; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-container:first-of-type{padding-top:0;}#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-container:last-of-type{padding-bottom:0;}#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU  { background-color:#cb0d0d;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:28.125rem;top:16.1865234375rem;z-index:15029;position:absolute; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.875rem;display:block;vertical-align:top; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;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; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU {display:block;}#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU { background-color:#cb0d0d;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:28.125rem;top:16.1865234375rem;z-index:15029;position:absolute; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #iCAkbmanh2CoHm8Cwygf8Pfknkr0pfin { position:relative;z-index:1; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #pG8vV7BZcJkVc6ITalq6py0QNUTKiEPM { position:relative;display:block; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #n34qDHxti5e7nXmzE7GlmFGTzHses5sf { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #XsiyNPGObAlzlUc5T0TGU3fczvs0ezQo { position:relative;z-index:1; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #ZxoHeavIitqphOVR4Mv8qQtThVBLosMM { position:relative;display:block; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #WxgfWJkPEqJpCw0QFLIT9uJRZydSaioz { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #kIuVtlZcm5chs37r31J4CpoFEI66CR4b { position:relative;z-index:1; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #F3gL1aAg0SWzfuup7DBomcbEKnVMlRqD { position:relative;display:block; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #aGSKuaSNQTgMxALxE2QTvz20TTepuQAG { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #U3ZW6thCsQQAMu2gJuI1BXT3agaOZqOk { position:relative;z-index:1; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #FKrb2xHxa6J84ZeXFUZR81z7VxoyLvV5 { position:relative;display:block; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #cbFRGkpfVLHnyb4zcTxFUyqp914TW6as { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #gC22dJcTiHE1mncTFF0zeuEQ8F7Uyi58 { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #l6q6mEplDqVNVfJXwa8Usux4EWiOSZb8 { position:relative;display:block; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #tGW8qPadywPNNnBfTU9qUMqLuqterxCy { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #NBI6NcRVqEqvxaWAiAh1TPyXFVBx0M9Z { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #PUfFNOUbI14utOXVev7AieF1QAC09fIU { position:relative;display:block; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #iFMhFseTBvDJN88O1TxCli648OdZ2REk { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #gr7mN2TJtK8mOxeeZHhFN3XBoJ1Kqps7 { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #SMuK4cAM0mxSNUSbODVJ8J5E0m5kBmgp { position:relative;display:block; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #JfrVNPQhLxguBvHt3UHfNOfDoZXf1V9y { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #DzxxmsZ1XkuwMItzWwDdwcEUny4nJe2h { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #HqqQuGT65UIrVwyQCnnrHSGdPqQ7QDTJ { position:relative;display:block; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #tXawDrCqR425wUU7E7Kx3iA0FG0xkI2O { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #MqslTPxVTlQmsoSBvNm5lUfqeJ1q7MNU { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #APEpxMLQLR4DppmEyfbwgK2fAHyLzBMT { position:relative;display:block; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #fMFWJGuyTWhqavJw3TiwcCHP6ptKbX3b { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #pKEDbK6VrN1gxc68HN15bwPA4hanWczF { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #sJIzT8bt8MaCvTVqAXkoAUhZfnb3c7T8 { position:relative;display:block; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #tJLAbC2VJdMCgHyU1w3ylK3cVK3wGSUF { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #MORHqQC8TrJ242glh7BWHhyWwdBFr3B6 { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #Uu5khcfg3prIAmaATB3SUUEyVKcdBppx { position:relative;display:block; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #eTOowNttuZBRgGOQz0ub3ot7ZetN4SZZ { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #RFXamp4SELztU3DtHIEpU6ShfqnoqMHG { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #n0p5pKwV6ia3741esJdunasyWNRfWr2T { position:relative;z-index:2; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #nyDeQL3f7WJDgz6ITH5HzDgvuwWrfBB7 { position:relative; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #kK4vnFlikNMdBA3pnlOtt7fTL5uTmPbF { position:relative;z-index:1; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #KI0C6gwoe0p787oM4y4J1F8sF66qRd3f { position:relative; }
#huwH5I1i1SOT2MMgQL4EfeHvsmSaNhTV { box-sizing:content-box;color:#cb0d0d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:49.5625rem;left:53.375rem;display:block; }
#KPcH3xKPgQyTIbSJIgvPXFEB8TXmgKcH { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:49.875rem;left:57.375rem;height:2.375rem;display:block; }
#tHixmXBefIecGxvxMavlOcFzsx9HPMWs { box-sizing:content-box;color:#cb0d0d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:58.0625rem;left:53.25rem;display:block; }
#cEUElcIxrLkhTXKuWnATiVindlPxyCxf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:56.5625rem;left:57.25rem;height:4.75rem;display:block; }
#BXlR1gzEUemFnzHqDrFlx5BHTfsiWtt5 { box-sizing:content-box;color:#cb0d0d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:66.1875rem;left:53.375rem;display:block; }
#cl0WnhKXcuE5qMST4ITbuLIT2IwvKN93 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:65.9375rem;left:57.375rem;height:3.5625rem;display:block; }
#kTEMJXbg91loD0Tym0emFMTITrf5h7oR { box-sizing:content-box;color:#cb0d0d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:63.75rem;left:3.25rem;display:block; }
#dSG7lLzdLLwfsxxdTJ5PXprUudmoObCo { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:63.875rem;left:6.4375rem;height:3.5625rem;display:block; }
#TWusyH26NhoxBdlusGScDxTHIIRNre01 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:74.6875rem;left:27.9375rem;height:0.9375rem;display:block; }
#dqO4oPuiJTIRkSfFqTKzqw7vAGGzBruM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dqO4oPuiJTIRkSfFqTKzqw7vAGGzBruM > .row .container { background-color: transparent; background-image: none; }#dqO4oPuiJTIRkSfFqTKzqw7vAGGzBruM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqO4oPuiJTIRkSfFqTKzqw7vAGGzBruM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqO4oPuiJTIRkSfFqTKzqw7vAGGzBruM > .row .container > .video-iframe-container { display: none; }#dqO4oPuiJTIRkSfFqTKzqw7vAGGzBruM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqO4oPuiJTIRkSfFqTKzqw7vAGGzBruM > .row > .video-iframe-container { display: none; }#dqO4oPuiJTIRkSfFqTKzqw7vAGGzBruM > .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); }#dqO4oPuiJTIRkSfFqTKzqw7vAGGzBruM > .row .container { border-width: 0; border-radius: 0; }#dqO4oPuiJTIRkSfFqTKzqw7vAGGzBruM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dqO4oPuiJTIRkSfFqTKzqw7vAGGzBruM > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#zLocHm7lnIdkBFxrAtHqeFNWH9KOmq6z { color:#f40f0f;display:block;width:54rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:10.5rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4oSkbkXTURO6wQBCfotkOqLNR0kqvDT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l4oSkbkXTURO6wQBCfotkOqLNR0kqvDT > .row .container { background-color: transparent; background-image: none; }#l4oSkbkXTURO6wQBCfotkOqLNR0kqvDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4oSkbkXTURO6wQBCfotkOqLNR0kqvDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4oSkbkXTURO6wQBCfotkOqLNR0kqvDT > .row .container > .video-iframe-container { display: none; }#l4oSkbkXTURO6wQBCfotkOqLNR0kqvDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4oSkbkXTURO6wQBCfotkOqLNR0kqvDT > .row > .video-iframe-container { display: none; }#l4oSkbkXTURO6wQBCfotkOqLNR0kqvDT > .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); }#l4oSkbkXTURO6wQBCfotkOqLNR0kqvDT > .row .container { border-width: 0; border-radius: 0; }#l4oSkbkXTURO6wQBCfotkOqLNR0kqvDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4oSkbkXTURO6wQBCfotkOqLNR0kqvDT > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#DMzHJNZ1uP5XOVFVeONZw4Jq8lieKAcy { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:3.125rem;left:20.375rem;overflow:hidden;display:block; }
#SxQGolQ8RpZbZruo4v8vFZ1qLnTs4S21 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:3.0625rem;left:26.1875rem;overflow:hidden;display:block; }
#wgPcFX501ea4u3lRiqpT03Vswo3EVTQX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:3.0625rem;left:32.25rem;overflow:hidden;display:block; }
#zmlJ09Nwafz3kA89KFwQTgHAndSn6P2v { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:3.125rem;left:38.5rem;overflow:hidden;display:block; }
#tLzSS61dwFswN8Fe1WiRssZ4Nsb78Jxp { position:absolute;display:block;z-index:15009;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.4375rem;width:3.4375rem;top:3.125rem;left:44.624633789062rem;overflow:hidden;display:block; }
#LaJQfqSPzxGeVTsbgLzeFGGpBt26OQ6q { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.624875rem;width:3.624875rem;top:3.0303955078125rem;left:50.999755859375rem;overflow:hidden;display:block; }
#TD1FCpdSnMfORTvagMUpSkRV5U3cenDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TD1FCpdSnMfORTvagMUpSkRV5U3cenDx > .row .container { background-color: transparent; background-image: none; }#TD1FCpdSnMfORTvagMUpSkRV5U3cenDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD1FCpdSnMfORTvagMUpSkRV5U3cenDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD1FCpdSnMfORTvagMUpSkRV5U3cenDx > .row .container > .video-iframe-container { display: none; }#TD1FCpdSnMfORTvagMUpSkRV5U3cenDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD1FCpdSnMfORTvagMUpSkRV5U3cenDx > .row > .video-iframe-container { display: none; }#TD1FCpdSnMfORTvagMUpSkRV5U3cenDx > .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); }#TD1FCpdSnMfORTvagMUpSkRV5U3cenDx > .row .container { border-width: 0; border-radius: 0; }#TD1FCpdSnMfORTvagMUpSkRV5U3cenDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TD1FCpdSnMfORTvagMUpSkRV5U3cenDx > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#Ecl2pXkPUrv4Ry9kLP1TFAgycNwxJJXc { color:rgba(var(--color-tertiary-0),1);display:block;width:31.749875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8509521484375rem;left:20.123901367188rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 { background-color:#040020;background-image:url("https://images.assets-landingi.com/uc/595c9db6-be27-4f52-903b-2e78b78a71f9/bg_podcastObszarroboczy22x.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0.adaptive-delivery-prevent-bg, #HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0.lazyload, #HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0.lazyloading { background-image: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { background-color: transparent; background-image: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container > .video-iframe-container { display: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container { display: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .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); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { border-width: 0; border-radius: 0; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNR70lNrFKMxtnutbrdKt0uAavJIbLFs { top:8rem;left:0rem;width:47.75rem;height:17.625rem;font-size:2.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PbOPKP19T8z7wOFSPUZbKdGyzeGNkkrs { width:17.5rem;height:3.6875rem;top:34.5rem;left:15.125rem;background-color:#f40c53;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Lmzwkr3KrFXnGTtKsnSn7DldEqqhng7T { display:block; }
 }@media only screen and (max-width: 763px) { #T33uTwXQ0WFfmNLUMSXHmy0n5D0nBOIr { top:0rem;left:18.84375rem;width:10rem;height:6.4592837037756rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 { background-color:#040020;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { background-color: transparent; background-image: none; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container > .video-iframe-container { display: none; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row > .video-iframe-container { display: none; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .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); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { border-width: 0; border-radius: 0; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikFFBFUr7oLAyqrgxWiDOTvwUTKPeTni { top:4.8125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:2.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pFV5MvB49lRmGbTWrI8Kzk6Q5HWs03VB { top:2.75rem;left:0rem;width:9.0625rem;height:20.25rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #biyNbRSP5HCVF9TC0zi5i8TVFWL5T0N4 { top:24.5rem;left:0rem;width:12.5rem;height:12.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9eac3bd4-c240-4d81-a311-ddf3d46df18b/40354.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#biyNbRSP5HCVF9TC0zi5i8TVFWL5T0N4.adaptive-delivery-prevent-bg, #biyNbRSP5HCVF9TC0zi5i8TVFWL5T0N4.lazyload, #biyNbRSP5HCVF9TC0zi5i8TVFWL5T0N4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FPCohwl8KspnJKTy3lwOnEAZOTCkq1K1 { top:10.8125rem;left:0rem;width:47.75rem;height:10.125rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zbPIbGxizBnsCt9Mgtap0RlJUwgklIkQ { top:33.8125rem;left:0rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vpq914oGdKok8PgF8hXZwl5440tWb8Jp { top:37.125rem;left:0rem;width:12.5rem;height:4rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aUHCQH9eKSOxmZTXqw6upBnoOh605VdZ { top:24.5rem;left:35.25rem;width:12.5rem;height:12.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/079907ce-bf4b-47ea-849e-4fc80286c215/109599.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aUHCQH9eKSOxmZTXqw6upBnoOh605VdZ.adaptive-delivery-prevent-bg, #aUHCQH9eKSOxmZTXqw6upBnoOh605VdZ.lazyload, #aUHCQH9eKSOxmZTXqw6upBnoOh605VdZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DKBln9K8Mr0ql7pbqKRswhJEv9Lgrff8 { top:33.8125rem;left:35.1875rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xgqv0Ilwf7uDs6elH2XHBtSnrrkmkFcq { top:37.125rem;left:35.25rem;width:12.5rem;height:4rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tZvHtCMvT7KFDGiiB9cBJ7gNOWLI8vLT { top:24.5rem;left:3.5625rem;width:12.5rem;height:12.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c8aa8631-3124-438c-85db-ef87673a75d3/pieknadziewczynapodcasterusmiechasiekamery.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tZvHtCMvT7KFDGiiB9cBJ7gNOWLI8vLT.adaptive-delivery-prevent-bg, #tZvHtCMvT7KFDGiiB9cBJ7gNOWLI8vLT.lazyload, #tZvHtCMvT7KFDGiiB9cBJ7gNOWLI8vLT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XNG49scbKr0TnueQIlxO821VyrFKe7sp { top:34.1875rem;left:1.375rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yS2noHZCv1qhIOAD6IbxuoQeD3WJdF9N { top:33.5625rem;left:0rem;width:12.5rem;height:2.25rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sIlt1ciaeDm5Q5E6w4rlAWCldgI4UMb3 { top:33.5625rem;left:35.25rem;width:12.5rem;height:2.25rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bmtb8npH8xFUSfQ6br9LoheIfSZamMvP { top:33.9375rem;left:1.4375rem;width:12.5rem;height:2.25rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #C5pd6iWllUgi0VMfvtRgvJiM77I27gtR { top:37.1875rem;left:3.5625rem;width:12.5rem;height:4rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNsz0B7uTlnN9NxUqWo9Visp98oEcEc { top:24.5rem;left:33.6875rem;width:12.5rem;height:12.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/61de74fe-20c8-4cec-9b55-b0e0075cf12a/45961.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZbNsz0B7uTlnN9NxUqWo9Visp98oEcEc.adaptive-delivery-prevent-bg, #ZbNsz0B7uTlnN9NxUqWo9Visp98oEcEc.lazyload, #ZbNsz0B7uTlnN9NxUqWo9Visp98oEcEc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hQyCEp1rhQPztleeqiiNKglDpeRr3yUM { top:33.9375rem;left:31.5rem;width:12.5rem;height:2.25rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #C1fhmnMRWTLyxW36kFs8IzXZZxIHTOxQ { top:34.1875rem;left:31.4375rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #adz2RZRSDrKgS297fCsaLfsb8tsbSMXy { top:37.125rem;left:33.6875rem;width:13.6875rem;height:4rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MKDw7f1flbFEWHc3QT8lNvgUNmlX1THg { top:5.4375rem;left:8.5625rem;width:39.1875rem;height:3.125rem;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nIrtyK7h4PhffoHPrQn8KNAmZMbuBz1S { top:37.125rem;left:18.6875rem;width:13.6875rem;height:5rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LlmW1tqhL8LDDidb9zKNeNrdmW9mKJoK { top:24.5rem;left:18.6875rem;width:12.5rem;height:12.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/61de74fe-20c8-4cec-9b55-b0e0075cf12a/45961.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LlmW1tqhL8LDDidb9zKNeNrdmW9mKJoK.adaptive-delivery-prevent-bg, #LlmW1tqhL8LDDidb9zKNeNrdmW9mKJoK.lazyload, #LlmW1tqhL8LDDidb9zKNeNrdmW9mKJoK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cXbRGkzmOp8cGh2VrFtAFxL7giPusnJF { top:33.9375rem;left:16.5rem;width:12.5rem;height:2.25rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kEMHDaRcWiXGt17XygegpkPzVrDeQM3d { top:34.125rem;left:16.467163085938rem;width:12.5rem;height:1.625rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MXxoDWREJyqKZRxIkJFzFXpimONb0AkU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1bfda946-06d3-4f81-80d6-97f6fa71d8bb/maratonowystrumiendarowizn.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU.adaptive-delivery-prevent-bg, #MXxoDWREJyqKZRxIkJFzFXpimONb0AkU.lazyload, #MXxoDWREJyqKZRxIkJFzFXpimONb0AkU.lazyloading { background-image: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container { background-color: transparent; background-image: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container > .video-iframe-container { display: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row > .video-iframe-container { display: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .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); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container { border-width: 0; border-radius: 0; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwvK6GXMqCGoCkGdl0mVkRJQlgbypIbZ { top:4.6875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uPAOFRQBX9F3yOGDKAo07ae8ucuzH1LX { top:9.75rem;left:5.3125rem;width:40.1875rem;height:1.5625rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ITsdGKmgs1xy7ySFCcXRGR7TUeTsrwbs { top:2.9375rem;left:0rem;width:47.75rem;height:10.375rem;background-color:#f40c53;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Kms7X4LV424EvvccVt4gxbP2ivelJul6 { top:15.4375rem;left:0rem;width:8.875rem;height:8.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c5894b57-18f9-47b0-bb01-7de199c7c881/48492.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Kms7X4LV424EvvccVt4gxbP2ivelJul6.adaptive-delivery-prevent-bg, #Kms7X4LV424EvvccVt4gxbP2ivelJul6.lazyload, #Kms7X4LV424EvvccVt4gxbP2ivelJul6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #knvLLfw5b3OOU7FNilg1NkCkvPI1SDtz { top:25.875rem;left:0rem;width:13.8125rem;height:3.25rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nqKcA0TrPo1POtnKBuvTXoxUXpTvpO64 { top:30.4375rem;left:0rem;width:15.6875rem;height:6.5625rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NC2VKQEafdz1gu0JGpfT3XOOyIS0U8Al { top:16.25rem;left:0rem;width:17.3125rem;height:22.4375rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Eqc8ehHRDbl2QfWvTnP1xJKcmHsu8W9P { top:16.25rem;left:15rem;width:17.3125rem;height:22.4375rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PsfKHcOlbT4t27P5t38x4R8bScWP8601 { top:16.25rem;left:30.4375rem;width:17.3125rem;height:22.4375rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Oglw8330HXtDM1Ex9rmSsTgOKL8E1q22 { top:26.6875rem;left:16.3125rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WKZZr6Hgy4swWdZcB4m6qgpRqNeKcacP { top:15.4375rem;left:19.25rem;width:8.875rem;height:8.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c5894b57-18f9-47b0-bb01-7de199c7c881/48492.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WKZZr6Hgy4swWdZcB4m6qgpRqNeKcacP.adaptive-delivery-prevent-bg, #WKZZr6Hgy4swWdZcB4m6qgpRqNeKcacP.lazyload, #WKZZr6Hgy4swWdZcB4m6qgpRqNeKcacP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #L0LsFbw63snl4X8LlGOyBJM6iOcrIktq { top:29.875rem;left:15.8125rem;width:15.6875rem;height:6.5625rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NfoBtW4EGaD7yiZTCRkMVGRhUXXRAq6U { top:15.4375rem;left:38.875rem;width:8.875rem;height:8.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/649f1c33-ec49-4328-9853-2df6bcd328cd/2149386523.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NfoBtW4EGaD7yiZTCRkMVGRhUXXRAq6U.adaptive-delivery-prevent-bg, #NfoBtW4EGaD7yiZTCRkMVGRhUXXRAq6U.lazyload, #NfoBtW4EGaD7yiZTCRkMVGRhUXXRAq6U.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H4ylgy1GUy4XvOtvG0TQNTbButkU6ixo { top:25.875rem;left:33.5625rem;width:14.1875rem;height:3.25rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I2aT3kIP3lNaTZ4stiGVJqyDoBimIBuu { top:30.4375rem;left:32.0625rem;width:15.6875rem;height:5.25rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k7fr8F4GJgnSIsLMOsrnQrELbMu8AVHA { width:19.4375rem;height:3.6875rem;top:41rem;left:14.8125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tbOTPtRS7XGZLInrBXJ7aA85a9rozVAq { display:block; }
 }@media only screen and (max-width: 763px) { #wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ { background-color:#040020;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row .container { background-color: transparent; background-image: none; }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row .container > .video-iframe-container { display: none; }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row > .video-iframe-container { display: none; }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .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); }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row .container { border-width: 0; border-radius: 0; }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khSu125bv9hOSCiBdJKrFCHV5OnUGfwT { top:15.375rem;left:0rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yswe88UG6595fpwRi6iicUmKK7lbdFU9 { top:18.6875rem;left:0rem;width:12.5rem;height:;font-size:1.125rem;color:#ffffff;display:block; }#yswe88UG6595fpwRi6iicUmKK7lbdFU9 li:before{  }
 }@media only screen and (max-width: 763px) { #g7iiABWzyOPMmtImL0ehpoJiktiLO6bQ { top:27.1875rem;left:0rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lx5xWpTaopkpaRXd4d08z34XtCz08Csq { top:30.5rem;left:0rem;width:12.5rem;height:;font-size:1.125rem;color:#ffffff;display:block; }#lx5xWpTaopkpaRXd4d08z34XtCz08Csq li:before{  }
 }@media only screen and (max-width: 763px) { #chZesPUJh08FvIE3ZP5kZ71vRakBsvbS { top:15.125rem;left:0rem;width:12.5rem;height:2.25rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Gimzki7mBH8LGeewEfLVoS7s8IiOOpC4 { top:26.9375rem;left:0rem;width:12.5rem;height:2.25rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IQVJNOQ9HI2gRwIgzIoSyyGbnC6nyAfx { top:2.875rem;left:0rem;width:25.75rem;height:8.25rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EQGmsvz3ZRRRIk5S46iePfQ1Wrcyt7dl { top:2.875rem;left:22rem;width:25.75rem;height:8.25rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nEBL2kNTUiDzTfwkZCWNaWc1ArkpzTL0 { top:24.8125rem;left:25.96875rem;width:11.3125rem;height:1.6875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MXTSRIBiLHvSmGX3oKWAAo7X5AWAyTPs { top:18.6875rem;left:26.875rem;width:12.5rem;height:;font-size:1.125rem;color:#ffffff;display:block; }#MXTSRIBiLHvSmGX3oKWAAo7X5AWAyTPs li:before{  }
 }@media only screen and (max-width: 763px) { #yulCi3klIrFaR33eLLtQWwEMnVOKkL7r { top:15.375rem;left:25.375rem;width:10.3125rem;height:1.6875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FtxCT99D0lHDxTuDzdo6f96Kwei7Lktz { top:28.125rem;left:35.25rem;width:12.5rem;height:;font-size:1.125rem;color:#ffffff;display:block; }#FtxCT99D0lHDxTuDzdo6f96Kwei7Lktz li:before{  }
 }@media only screen and (max-width: 763px) { #OOFvukyuyfLmuM4QT9taq7zILkK9cwcz { top:24.8125rem;left:35.1875rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MKirOxPSSUbBrxQKBBbF0QIX8SQBF4ni { top:18.6875rem;left:35.25rem;width:12.5rem;height:;font-size:1.125rem;color:#ffffff;display:block; }#MKirOxPSSUbBrxQKBBbF0QIX8SQBF4ni li:before{  }
 }@media only screen and (max-width: 763px) { #AoR92R3ZpfC6UmIn6vdMVZL7uE0JOfRs { top:15.375rem;left:36.5625rem;width:11.1875rem;height:1.6875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Moqi3PFLTQMk8FdIol2HeEkSVcgl7KWC { top:24.5625rem;left:35.25rem;width:12.5rem;height:2.25rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WB2ZL370lBotbgPSzLwlIdOQr6pSuTsh { top:15.0625rem;left:35.25rem;width:12.5rem;height:2.25rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uKiXzOnKDxJJGniSfzaZhoR7bPtEReVv { top:15.0625rem;left:25.375rem;width:12.5rem;height:2.25rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #suDQHBWgVkGTneTyqtvnCdlaZa0fodlF { top:24.5rem;left:25.375rem;width:12.5rem;height:2.25rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #z5DfP1TDA5layZov03DqZB2hO60rue7L { top:28.125rem;left:26.875rem;width:12.5rem;height:3.1875rem;font-size:1.125rem;color:#ffffff;display:block; }#z5DfP1TDA5layZov03DqZB2hO60rue7L li:before{  }
 }@media only screen and (max-width: 763px) { #kSSKbMMfCCXVDl1eicCSBCz3N9gVbhnt { top:37.4375rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;color:#ffffff;display:block; }#kSSKbMMfCCXVDl1eicCSBCz3N9gVbhnt li:before{  }
 }@media only screen and (max-width: 763px) { #S2BmWRPTESAtObi81yCsQgWvmiIE6ekZ { top:36.1875rem;left:26.875rem;width:12.5rem;height:3.1875rem;font-size:1.125rem;color:#ffffff;display:block; }#S2BmWRPTESAtObi81yCsQgWvmiIE6ekZ li:before{  }
 }@media only screen and (max-width: 763px) { #NI1szfJUWZn08UlnU3TkkxkbB19byBNT { top:32.4375rem;left:35.25rem;width:12.5rem;height:3.8125rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sTV8UF778dvp3AmMWQlx3BAHckFQ6Dl1 { top:32.625rem;left:25.375rem;width:12.5rem;height:2.25rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OUUZoowXwXp6HPm3pdJlGTs6ZXRGgDcI { top:32.875rem;left:26rem;width:11.3125rem;height:1.6875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wTsfHwWi13i0LJzF8xbowZTzJfmnIow1 { top:32.6875rem;left:35.5625rem;width:12.1875rem;height:3.375rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 { background-color:#040020;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { background-color: transparent; background-image: none; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container > .video-iframe-container { display: none; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row > .video-iframe-container { display: none; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .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); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { border-width: 0; border-radius: 0; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHBA9F3G3RLdpamP2nzMtTk9e7iLwRaK { top:3.875rem;left:7.1875rem;width:36.9375rem;height:6.875rem;font-size:3.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dKiHBJaI8fPsageS30oaw1ETomlMx7lh { top:0rem;left:0rem;width:47.75rem;height:32.625rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CCcq2EA2t137rzJcQQoecZzH6NaJTF0O { top:11.25rem;left:22.1875rem;width:20.375rem;height:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WnELJslVdVIRZRvRXs7PXcwk5T0ETx4r { top:1.75rem;left:0rem;width:25.8125rem;height:27.6875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ac306e9d-e874-47e4-93ab-9ef636be44ce/38136.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WnELJslVdVIRZRvRXs7PXcwk5T0ETx4r.adaptive-delivery-prevent-bg, #WnELJslVdVIRZRvRXs7PXcwk5T0ETx4r.lazyload, #WnELJslVdVIRZRvRXs7PXcwk5T0ETx4r.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hfgCyP6oKBEtByRT8ewyCeIMIWiWpxIS { width:17.5rem;height:3.4375rem;top:30.875rem;left:24.03125rem;background-color:#f40c53;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EXUORI21iiAmtunvsaXSlsLTM75a3kri { display:block; }
 }@media only screen and (max-width: 763px) { #Kse4LdBbQJEr6TkEqqBptFSldpdVQGLm { top:14.1875rem;left:11.75rem;width:36rem;height:2.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sc2drSal32xdE1JDwqy3aQ7kMbaRiGTo { top:18.1875rem;left:11.75rem;width:36rem;height:2.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gEDaqdVFy2eTTPTspMA3zfXTBrZpnvuh { top:22.1875rem;left:11.75rem;width:36rem;height:2.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Rst7ddG6JW0bitx5IXp1Ee2v7CBon420 { top:25.5625rem;left:11.75rem;width:36rem;height:3.9375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1bfda946-06d3-4f81-80d6-97f6fa71d8bb/maratonowystrumiendarowizn.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB.adaptive-delivery-prevent-bg, #yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB.lazyload, #yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB.lazyloading { background-image: none; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row .container { background-color: transparent; background-image: none; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row .container > .video-iframe-container { display: none; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row > .video-iframe-container { display: none; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .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); }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row .container { border-width: 0; border-radius: 0; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1MEaLZvLgzLKnkJIuo4pnE3b1sTprJo { top:4.3125rem;left:0rem;width:47.75rem;height:8.25rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sAe2JBfQuxDUpRwMFozQXNdL6P9p5muX { top:19.3125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Nh5vkqhP378SeVoNBq4662TozEMIiAUC { top:1.8125rem;left:0rem;width:47.75rem;height:13.1875rem;background-color:#f40c53;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZXp8bTMoFw81WpOexKMwevibJh5nVXUh { top:68.375rem;left:15.65478515625rem;width:16.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC3IJEzxnUI6f2SPvZoTuAk53ETWyqTR { display:block; }
 }@media only screen and (max-width: 763px) { #dN1wv8WWxiRdT6UulkWSlBZJAhpfPi87 { top:26.375rem;left:11.75rem;width:27.0625rem;height:4.375rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gQdGKPeDXWAuVZ1JDZPgnrHhTuESX6ND { top:17.125rem;left:19.8125rem;width:10.9375rem;height:4.375rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cXMefNVaP86wEKVDTEZ2JPxOfqrUktBl { top:16.5rem;left:0rem;width:47.75rem;height:7.375rem;background-color:#f40c53;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T1KPwzGhsO94ewSKx4GG7vEeThXX9uW2 { top:25.625rem;left:0rem;width:47.75rem;height:3.8125rem;background-color:#f40c53;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uHaJpRc32voG7GeX6TtWOeI6FmZlcZSK { top:8.625rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omQ69JkDm6I9HU8h3o3F3sy9RcVgBdKA { top:35.4375rem;left:0rem;width:11.9375rem;height:15.625rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JRub2XsP79r3x6EwrliPKz24RToh1Sdf { top:31.5625rem;left:19.3125rem;width:11.9375rem;height:23.4375rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xEbda3Dto5BVCZVdBIbCm6zAsXASlDcu { top:37.8125rem;left:35.8125rem;width:11.9375rem;height:10.9375rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TVack0NMv7HUGQWZSsIqtEEgm28yQTph { top:59.5625rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #izoBZcDSVtS0IwQrc4lGfapQvMNTuH8I { top:57.75rem;left:0rem;width:47.75rem;height:8.25rem;background-color:#f40c53;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wvkue2cIscEBtlEQSfXXBch7clOTO3Wv { top:30.75rem;left:0rem;width:14.625rem;height:25rem;background-color:#f40c53;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NK6cSSFaZ9WegxLCviwmdVnfAy0c02gH { top:30.75rem;left:18rem;width:14.625rem;height:25rem;background-color:#f40c53;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AWXcHanESkBcAC6T7FQSo7QuxmyHpxWW { top:30.75rem;left:33.125rem;width:14.625rem;height:25rem;background-color:#f40c53;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ { background-color:#040020;background-image:url("https://images.assets-landingi.com/uc/3cacd21b-0343-48d3-8a32-9617414c7610/bgpodcst1Obszarroboczy22x.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ.adaptive-delivery-prevent-bg, #NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ.lazyload, #NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ.lazyloading { background-image: none; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { background-color: transparent; background-image: none; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container > .video-iframe-container { display: none; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row > .video-iframe-container { display: none; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .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); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { border-width: 0; border-radius: 0; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vda9KOeZ3aP2RgvnigMHOc8qF50H1wEw { top:12.5625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Bi3EkrILLDoU5uItyLltePFg2EL3hLVZ { top:4.3125rem;left:0rem;width:43.4375rem;height:8.25rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SNf1akcwHWAhFT983Xen5OdAe5HtXMUT { top:4.3125rem;left:0rem;width:9.0625rem;height:15.3125rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KIzFo1NTEtuq6JH1ZMfaLITkbgZtIwHl { top:27.6875rem;left:0rem;width:6.25rem;height:6.9375rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XsVzVyXnxOIoNxhnXmNtsen9eUpH9m0A { top:21.75rem;left:0rem;width:6.4375rem;height:17rem;font-size:12.5rem;color:rgba(255,255,255,0.12);display:block; }
 }@media only screen and (max-width: 763px) { #U0Gn1nLgd2aLTQ8APfJTZZ28qD3vTiqJ { top:28.1875rem;left:1.1875rem;width:8.5rem;height:5.25rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aGI0BuIuHX4v81f4PxdTObod5J7snHu4 { top:22.3125rem;left:11.4375rem;width:10.4375rem;height:17rem;font-size:12.5rem;color:rgba(255,255,255,0.12);display:block; }
 }@media only screen and (max-width: 763px) { #yS5uLQFh1CJG57if0vqAwWebeKZiu1BM { top:27.6875rem;left:17.1875rem;width:6.25rem;height:7rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iPIriyz56BTtNL2xhgvSvMKxo5vnMZfw { top:27.6875rem;left:24.875rem;width:11.875rem;height:7rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UHShpLpHRdXh9Mi1PKK5O2Jtyva3n5Nx { top:22.3125rem;left:36rem;width:10.4375rem;height:17rem;font-size:12.5rem;color:rgba(255,255,255,0.12);display:block; }
 }@media only screen and (max-width: 763px) { #JlnVNeRkWpl7cU5pervBZIcM32E8pb2b { top:27.6875rem;left:40.9375rem;width:6.25rem;height:7rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gy2bg1pMvZCs2y60h4NgShg4r9QVMLhV { top:28.125rem;left:38.25rem;width:9.5rem;height:3.5rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Av9Ic75OTzpyRsNMk5RmJBni4QIbtmD9 { top:39.3125rem;left:12.1875rem;width:11.5rem;height:17rem;font-size:12.5rem;color:rgba(255,255,255,0.12);display:block; }
 }@media only screen and (max-width: 763px) { #uKXd5pQHPcGG9UudBQr1aP9gZ9Jte07C { top:43.4375rem;left:18.6875rem;width:6.25rem;height:6.6875rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OQuwbDZ4HpnJ5zfop5M39LIKoHlNqtX6 { top:45.9375rem;left:25.625rem;width:10rem;height:1.75rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UPfWXBTnvkfE4TOOFKv5l1MKtpubDopi { top:28.375rem;left:0rem;width:5.625rem;height:5.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHzaK9TeA3hfzVuBPktTpwJw7SnAHHyu { top:29.125rem;left:18.3125rem;width:3.9375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVGK2oq5hWu0inqZ0VMgQdrRtDlJloFb { top:28.375rem;left:41.25rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn8egaEVe0NZiDMEcUtVfE4in3E9DNWC { top:43.375rem;left:0rem;width:6.25rem;height:6.9375rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dbc8HyPqqMvO4HdOn30hH0I2TuIrRXKG { top:45.1875rem;left:3.9375rem;width:8.5rem;height:3.5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h09lUTWfTPcVqEI5J31w5xkdESyTxL6S { top:44.3125rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lplPZ3xouOP6WANkJdPIQmraAVdVbNWw { top:38.375rem;left:0rem;width:6.4375rem;height:17rem;font-size:12.5rem;color:rgba(255,255,255,0.12);display:block; }
 }@media only screen and (max-width: 763px) { #ZTvaQJ4b0JXhhaHEHd0KSw446QI4fPrJ { top:39.3125rem;left:35.625rem;width:11.5rem;height:17rem;font-size:12.5rem;color:rgba(255,255,255,0.12);display:block; }
 }@media only screen and (max-width: 763px) { #IJ4VIxKZqpmzyFB1TNcbwsZuu3A8N8BE { top:43.4375rem;left:41.5rem;width:6.25rem;height:6.6875rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HOWb4KH4kOkiwtaIzx912BlRdGFFr4nd { top:43.875rem;left:37.75rem;width:10rem;height:5.25rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GvKUhZ19ImwCnzdXxE9Z56OgStT6V0LT { top:45.25rem;left:42.125rem;width:5.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8HxJeFvCc0HJCeTDoryiOw3xIwP3V7h { top:44.0625rem;left:19.125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fUT6FXnunCBLd4VnXo7NT7ZGKTObk3dC { top:46.3125rem;left:19.34375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfvTN4DSR9TBLJMRAuyeSSqahzw3QMhL { display:block; }#IfvTN4DSR9TBLJMRAuyeSSqahzw3QMhL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JraSkXA9ageaJJfW6rakNAyRwoBTsXNa { top:10.6875rem;left:0rem;width:21.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #inRmArwRciq4ZdMVEFP2tI8coqW9C0dr { top:20.1875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKW8TQ3qnynsqSpZgIwWATIHT61XTD5C { top:20.5625rem;left:1.625rem;width:14.25rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHIhVQJ6bSiWlTRC9uH9P5PSPKBIueDA { top:28.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFSvAviFDsR7pz68n25waJ9wT0lzpwPr { top:29.6875rem;left:1.8125rem;width:14.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEM87mvmWQi0zWrkkoXn3BODhfumePBy { top:38.25rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXGAGZ0uFDolyPBJPCZrMKXmhKsNLPMT { top:37.9375rem;left:1rem;width:14.875rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpefXmHFEqBTxXrvi6ArIfxLzyTc7XUq { top:10.6875rem;left:25.75rem;width:21.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRTnW14raaC9Td8GUiGbW9CcgGsH5RTb { top:48.25rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcpsOzvHxAUWrH2SUN3UiKfPRewZahrk { top:48rem;left:1.375rem;width:14.5rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cETxows7yHbkDlhRL5o4N95Q4DFbfwwI { top:19.125rem;left:33.4375rem;width:14.25rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQe4q4HIaGWxx7bqNhpWWlCNNSUnPvBl { top:27.875rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBgfOFT4907KG0n1GOaFyOttlAXCf3vX { top:27.1875rem;left:33.375rem;width:14.25rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgFHcMeiXR3WagbLHLqy0EDO3va55IH4 { top:35.75rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E42bCw7tZZaew2n5WfvrPuedKWpTBU58 { top:23.5625rem;left:33.375rem;width:14.25rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwIzLGuHwLHrrxBEIypZq8gFEwTI3y66 { top:35.375rem;left:33.375rem;width:14.25rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osn1ICkEDH3tg1CALRf1A03huBMyonfR { top:56.5625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHlXTnHHVCHiMA64lox8ZxJEiCDAMPsu { top:56.875rem;left:1.8125rem;width:14.0625rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZCgkhPu0eA50yt88g1pcFJPIGBu0p72 { top:70.5rem;left:11.625rem;width:20.125rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKnVVkWCEGdWW6eIbHcuSXP7uP5iIVNQ { width:18.6875rem;height:3.375rem;top:11.5625rem;left:13.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbPiT334euvn9IL6SmIHmyCoWzBUNbKV { width:20.4375rem;height:57.8125rem;top:10.6875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro2eic4wIEg5ZxzKCpsA5CPn51OX22cU { width:25rem;height:6.5rem;top:2.1875rem;left:6.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGqChyFIyTpPg0QTPzakclW3ScKcRmKl { top:43.0625rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsbVT7Q65F5P1ToO5XTauI2bLdhHChMF { top:42.1875rem;left:33.375rem;width:14.25rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXEghrWcHcIA5639vrtlrTGh5bT7S7tX { top:19.375rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-regular-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-input-text { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-input-text {padding-top: 0; padding-bottom: 0;}#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-textarea { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-input-select { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-input-select {padding-top: 0; padding-bottom: 0;}#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-input-button { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-checkbox-label { width:14.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU  { width:15.875rem;height:auto;top:16.125rem;left:13.375rem; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .radio-container { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU {display:block;}#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU { width:15.875rem;height:auto;top:16.125rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #iCAkbmanh2CoHm8Cwygf8Pfknkr0pfin { z-index:1; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #pG8vV7BZcJkVc6ITalq6py0QNUTKiEPM { display:block; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #n34qDHxti5e7nXmzE7GlmFGTzHses5sf {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #XsiyNPGObAlzlUc5T0TGU3fczvs0ezQo { z-index:1; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #ZxoHeavIitqphOVR4Mv8qQtThVBLosMM { display:block; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #WxgfWJkPEqJpCw0QFLIT9uJRZydSaioz {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #kIuVtlZcm5chs37r31J4CpoFEI66CR4b { z-index:1; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #F3gL1aAg0SWzfuup7DBomcbEKnVMlRqD { display:block; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #aGSKuaSNQTgMxALxE2QTvz20TTepuQAG {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #U3ZW6thCsQQAMu2gJuI1BXT3agaOZqOk { z-index:1; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #FKrb2xHxa6J84ZeXFUZR81z7VxoyLvV5 { display:block; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #cbFRGkpfVLHnyb4zcTxFUyqp914TW6as {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #gC22dJcTiHE1mncTFF0zeuEQ8F7Uyi58 {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #l6q6mEplDqVNVfJXwa8Usux4EWiOSZb8 {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #tGW8qPadywPNNnBfTU9qUMqLuqterxCy {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #NBI6NcRVqEqvxaWAiAh1TPyXFVBx0M9Z {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #PUfFNOUbI14utOXVev7AieF1QAC09fIU {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #iFMhFseTBvDJN88O1TxCli648OdZ2REk {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #gr7mN2TJtK8mOxeeZHhFN3XBoJ1Kqps7 {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #SMuK4cAM0mxSNUSbODVJ8J5E0m5kBmgp { display:block; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #JfrVNPQhLxguBvHt3UHfNOfDoZXf1V9y {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #DzxxmsZ1XkuwMItzWwDdwcEUny4nJe2h {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #HqqQuGT65UIrVwyQCnnrHSGdPqQ7QDTJ {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #tXawDrCqR425wUU7E7Kx3iA0FG0xkI2O {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #MqslTPxVTlQmsoSBvNm5lUfqeJ1q7MNU {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #APEpxMLQLR4DppmEyfbwgK2fAHyLzBMT {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #fMFWJGuyTWhqavJw3TiwcCHP6ptKbX3b {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #pKEDbK6VrN1gxc68HN15bwPA4hanWczF {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #sJIzT8bt8MaCvTVqAXkoAUhZfnb3c7T8 { display:block; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #tJLAbC2VJdMCgHyU1w3ylK3cVK3wGSUF {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #MORHqQC8TrJ242glh7BWHhyWwdBFr3B6 {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #Uu5khcfg3prIAmaATB3SUUEyVKcdBppx {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #eTOowNttuZBRgGOQz0ub3ot7ZetN4SZZ {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #RFXamp4SELztU3DtHIEpU6ShfqnoqMHG {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #n0p5pKwV6ia3741esJdunasyWNRfWr2T { z-index:2; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #nyDeQL3f7WJDgz6ITH5HzDgvuwWrfBB7 {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #kK4vnFlikNMdBA3pnlOtt7fTL5uTmPbF { z-index:1; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #KI0C6gwoe0p787oM4y4J1F8sF66qRd3f {  }
 }@media only screen and (max-width: 763px) { #huwH5I1i1SOT2MMgQL4EfeHvsmSaNhTV { top:49.5625rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPcH3xKPgQyTIbSJIgvPXFEB8TXmgKcH { top:49.875rem;left:33.375rem;width:14.25rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHixmXBefIecGxvxMavlOcFzsx9HPMWs { top:58.0625rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEUElcIxrLkhTXKuWnATiVindlPxyCxf { top:56.5625rem;left:33.0625rem;width:14.5625rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXlR1gzEUemFnzHqDrFlx5BHTfsiWtt5 { top:66.1875rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl0WnhKXcuE5qMST4ITbuLIT2IwvKN93 { top:65.9375rem;left:33.375rem;width:14.25rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTEMJXbg91loD0Tym0emFMTITrf5h7oR { top:63.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSG7lLzdLLwfsxxdTJ5PXprUudmoObCo { top:63.875rem;left:1.8125rem;width:14.0625rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWusyH26NhoxBdlusGScDxTHIIRNre01 { top:74.6875rem;left:12.625rem;width:19.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqO4oPuiJTIRkSfFqTKzqw7vAGGzBruM { display:block; }#dqO4oPuiJTIRkSfFqTKzqw7vAGGzBruM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLocHm7lnIdkBFxrAtHqeFNWH9KOmq6z { width:47.75rem;height:3.5625rem;top:1.4375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4oSkbkXTURO6wQBCfotkOqLNR0kqvDT { display:block; }#l4oSkbkXTURO6wQBCfotkOqLNR0kqvDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMzHJNZ1uP5XOVFVeONZw4Jq8lieKAcy { top:3.125rem;left:6.75rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxQGolQ8RpZbZruo4v8vFZ1qLnTs4S21 { top:3.0625rem;left:12.5625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgPcFX501ea4u3lRiqpT03Vswo3EVTQX { top:3.0625rem;left:18.625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmlJ09Nwafz3kA89KFwQTgHAndSn6P2v { top:3.125rem;left:24.875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLzSS61dwFswN8Fe1WiRssZ4Nsb78Jxp { top:3.125rem;left:30.999633789062rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaJQfqSPzxGeVTsbgLzeFGGpBt26OQ6q { top:3rem;left:37.374755859375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD1FCpdSnMfORTvagMUpSkRV5U3cenDx { display:block; }#TD1FCpdSnMfORTvagMUpSkRV5U3cenDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ecl2pXkPUrv4Ry9kLP1TFAgycNwxJJXc { top:2.8125rem;left:6.4989013671875rem;width:31.6875rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 { background-color:#040020;background-image:url("https://images.assets-landingi.com/uc/3e3242a4-3673-46c4-8495-3f3c94c9ba55/angeloabearUY1mkfhHDWkunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0.adaptive-delivery-prevent-bg, #HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0.lazyload, #HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0.lazyloading { background-image: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { background-color: transparent; background-image: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container > .video-iframe-container { display: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container { display: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .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); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { border-width: 0; border-radius: 0; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNR70lNrFKMxtnutbrdKt0uAavJIbLFs { width:20rem;height:10rem;top:12.3056640625rem;left:0rem;font-size:2.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PbOPKP19T8z7wOFSPUZbKdGyzeGNkkrs { width:17.5rem;height:3.4375rem;top:32.96875rem;left:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Lmzwkr3KrFXnGTtKsnSn7DldEqqhng7T { display:block; }
 }@media only screen and (max-width: 763px) { #T33uTwXQ0WFfmNLUMSXHmy0n5D0nBOIr { width:3.0625rem;height:2.0625rem;top:1.25rem;left:7.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { background-color: transparent; background-image: none; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container > .video-iframe-container { display: none; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row > .video-iframe-container { display: none; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .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); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { border-width: 0; border-radius: 0; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { width:20rem;height:137.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikFFBFUr7oLAyqrgxWiDOTvwUTKPeTni { width:9.5rem;height:2.3125rem;top:2.5rem;left:4.8125rem;font-size:2.125rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pFV5MvB49lRmGbTWrI8Kzk6Q5HWs03VB { width:4rem;height:13rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #biyNbRSP5HCVF9TC0zi5i8TVFWL5T0N4 { width:12.5rem;height:12.5rem;top:32.5rem;left:3.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2129c52c-dc6b-4ea0-ac60-9fc0c41ade45/munich1029320_1280.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#biyNbRSP5HCVF9TC0zi5i8TVFWL5T0N4.adaptive-delivery-prevent-bg, #biyNbRSP5HCVF9TC0zi5i8TVFWL5T0N4.lazyload, #biyNbRSP5HCVF9TC0zi5i8TVFWL5T0N4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FPCohwl8KspnJKTy3lwOnEAZOTCkq1K1 { width:20rem;height:19.25rem;top:14.44921875rem;left:0rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbPIbGxizBnsCt9Mgtap0RlJUwgklIkQ { width:12.5625rem;height:1.6875rem;top:41.875rem;left:1.625rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vpq914oGdKok8PgF8hXZwl5440tWb8Jp { width:12.5rem;height:6.25rem;top:45.75rem;left:3.9375rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aUHCQH9eKSOxmZTXqw6upBnoOh605VdZ { width:12.5rem;height:12.5rem;top:53.4375rem;left:3.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/17a54997-bec8-4492-992e-b6936e70c368/hamburg3071437_1280.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aUHCQH9eKSOxmZTXqw6upBnoOh605VdZ.adaptive-delivery-prevent-bg, #aUHCQH9eKSOxmZTXqw6upBnoOh605VdZ.lazyload, #aUHCQH9eKSOxmZTXqw6upBnoOh605VdZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DKBln9K8Mr0ql7pbqKRswhJEv9Lgrff8 { width:12.5625rem;height:1.6875rem;top:62.8125rem;left:1.5rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xgqv0Ilwf7uDs6elH2XHBtSnrrkmkFcq { width:12.5rem;height:6.25rem;top:66.3125rem;left:3.875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tZvHtCMvT7KFDGiiB9cBJ7gNOWLI8vLT { width:12.5rem;height:12.5rem;top:73.1875rem;left:3.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3b147188-097b-4952-981d-c57c3af251f3/Potsdam5.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tZvHtCMvT7KFDGiiB9cBJ7gNOWLI8vLT.adaptive-delivery-prevent-bg, #tZvHtCMvT7KFDGiiB9cBJ7gNOWLI8vLT.lazyload, #tZvHtCMvT7KFDGiiB9cBJ7gNOWLI8vLT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XNG49scbKr0TnueQIlxO821VyrFKe7sp { width:12.5625rem;height:1.6875rem;top:82.875rem;left:1.6875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yS2noHZCv1qhIOAD6IbxuoQeD3WJdF9N { width:12.5rem;height:2.25rem;top:41.625rem;left:1.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sIlt1ciaeDm5Q5E6w4rlAWCldgI4UMb3 { width:12.5rem;height:2.25rem;top:62.5rem;left:1.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bmtb8npH8xFUSfQ6br9LoheIfSZamMvP { width:12.5rem;height:2.25rem;top:82.625rem;left:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #C5pd6iWllUgi0VMfvtRgvJiM77I27gtR { width:12.5rem;height:6.25rem;top:86rem;left:3.75rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNsz0B7uTlnN9NxUqWo9Visp98oEcEc { width:12.5rem;height:12.5rem;top:93.25rem;left:4.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b1bc28c4-c80f-4a5e-bc1c-ab1f983156bd/unsereparkanlage.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZbNsz0B7uTlnN9NxUqWo9Visp98oEcEc.adaptive-delivery-prevent-bg, #ZbNsz0B7uTlnN9NxUqWo9Visp98oEcEc.lazyload, #ZbNsz0B7uTlnN9NxUqWo9Visp98oEcEc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hQyCEp1rhQPztleeqiiNKglDpeRr3yUM { width:12.5rem;height:2.25rem;top:102.625rem;left:2.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #C1fhmnMRWTLyxW36kFs8IzXZZxIHTOxQ { width:12.5625rem;height:1.6875rem;top:102.9375rem;left:2.125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #adz2RZRSDrKgS297fCsaLfsb8tsbSMXy { width:13.6875rem;height:6.25rem;top:106.5625rem;left:3.75rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MKDw7f1flbFEWHc3QT8lNvgUNmlX1THg { width:15.3125rem;height:6.25rem;top:5.25rem;left:4.6875rem;font-size:1.4375rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nIrtyK7h4PhffoHPrQn8KNAmZMbuBz1S { width:14.625rem;height:7.5rem;top:127.0625rem;left:3.25rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LlmW1tqhL8LDDidb9zKNeNrdmW9mKJoK { width:12.5rem;height:12.5rem;top:113.375rem;left:4.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eed067fa-6b31-419b-a364-c6de8954cfc3/juliasolonina5NnK3nJ44g8unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LlmW1tqhL8LDDidb9zKNeNrdmW9mKJoK.adaptive-delivery-prevent-bg, #LlmW1tqhL8LDDidb9zKNeNrdmW9mKJoK.lazyload, #LlmW1tqhL8LDDidb9zKNeNrdmW9mKJoK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cXbRGkzmOp8cGh2VrFtAFxL7giPusnJF { width:12.5rem;height:2.25rem;top:122.8125rem;left:2.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kEMHDaRcWiXGt17XygegpkPzVrDeQM3d { width:12.5rem;height:1.6875rem;top:123.0625rem;left:2.125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MXxoDWREJyqKZRxIkJFzFXpimONb0AkU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12a1c415-e9cf-4657-8e87-a2ea6bc3cc5f/andreyomelyanchukK8SXRiGia9Munsplash.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU.adaptive-delivery-prevent-bg, #MXxoDWREJyqKZRxIkJFzFXpimONb0AkU.lazyload, #MXxoDWREJyqKZRxIkJFzFXpimONb0AkU.lazyloading { background-image: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container { background-color: transparent; background-image: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,0,32,0.5); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container > .video-iframe-container { display: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,0,32,0.5); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row > .video-iframe-container { display: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .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); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container { border-width: 0; border-radius: 0; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container { width:20rem;height:101rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwvK6GXMqCGoCkGdl0mVkRJQlgbypIbZ { width:20rem;height:4.375rem;top:3.6875rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uPAOFRQBX9F3yOGDKAo07ae8ucuzH1LX { width:19.4375rem;height:4.125rem;top:8.1875rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ITsdGKmgs1xy7ySFCcXRGR7TUeTsrwbs { width:20rem;height:9.0625rem;top:3.3125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Kms7X4LV424EvvccVt4gxbP2ivelJul6 { width:8.875rem;height:8.875rem;top:15.8125rem;left:5.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5bb5072d-4e51-4365-b011-e003736dc18a/Firefly_HyperrealisticphotoofaLatinyoungadultstudentworkingparttimeinGermanywhi893454.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Kms7X4LV424EvvccVt4gxbP2ivelJul6.adaptive-delivery-prevent-bg, #Kms7X4LV424EvvccVt4gxbP2ivelJul6.lazyload, #Kms7X4LV424EvvccVt4gxbP2ivelJul6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #knvLLfw5b3OOU7FNilg1NkCkvPI1SDtz { width:13.8125rem;height:3.25rem;top:26.25rem;left:3.0625rem;font-size:1.25rem;color:#cb0d0d;display:block; }
 }@media only screen and (max-width: 763px) { #nqKcA0TrPo1POtnKBuvTXoxUXpTvpO64 { width:15.6875rem;height:6.5625rem;top:30.8125rem;left:2.125rem;font-size:0.9375rem;color:#cb0d0d;display:block; }
 }@media only screen and (max-width: 763px) { #NC2VKQEafdz1gu0JGpfT3XOOyIS0U8Al { width:17.3125rem;height:22.4375rem;top:16.625rem;left:1.375rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Eqc8ehHRDbl2QfWvTnP1xJKcmHsu8W9P { width:17.3125rem;height:22.4375rem;top:41.3125rem;left:1.375rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PsfKHcOlbT4t27P5t38x4R8bScWP8601 { width:17.3125rem;height:22.4375rem;top:67.5rem;left:1.375rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Oglw8330HXtDM1Ex9rmSsTgOKL8E1q22 { width:14.6875rem;height:1.625rem;top:51.75rem;left:2.6875rem;font-size:1.25rem;color:#cb0d0d;display:block; }
 }@media only screen and (max-width: 763px) { #WKZZr6Hgy4swWdZcB4m6qgpRqNeKcacP { width:8.875rem;height:8.875rem;top:40.5rem;left:5.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/49009cff-4c89-4fbf-bebf-74445d6ef11c/Firefly_HyperrealisticphotoofaLatinyoungadultstandingoutsideamodernGermanimmigra893454.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WKZZr6Hgy4swWdZcB4m6qgpRqNeKcacP.adaptive-delivery-prevent-bg, #WKZZr6Hgy4swWdZcB4m6qgpRqNeKcacP.lazyload, #WKZZr6Hgy4swWdZcB4m6qgpRqNeKcacP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #L0LsFbw63snl4X8LlGOyBJM6iOcrIktq { width:15.6875rem;height:6.5625rem;top:54.9375rem;left:2.1875rem;font-size:0.9375rem;color:#cb0d0d;display:block; }
 }@media only screen and (max-width: 763px) { #NfoBtW4EGaD7yiZTCRkMVGRhUXXRAq6U { width:8.875rem;height:8.875rem;top:66.4375rem;left:5.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b7e574f8-8054-445d-b6a6-b14bdbfd30f0/Firefly_HyperrealisticphotoofaLatinstudentseenfrombehindstandinginfrontoftheG311099.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NfoBtW4EGaD7yiZTCRkMVGRhUXXRAq6U.adaptive-delivery-prevent-bg, #NfoBtW4EGaD7yiZTCRkMVGRhUXXRAq6U.lazyload, #NfoBtW4EGaD7yiZTCRkMVGRhUXXRAq6U.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H4ylgy1GUy4XvOtvG0TQNTbButkU6ixo { width:14.1875rem;height:3.25rem;top:77.125rem;left:2.9375rem;font-size:1.25rem;color:#cb0d0d;display:block; }
 }@media only screen and (max-width: 763px) { #I2aT3kIP3lNaTZ4stiGVJqyDoBimIBuu { width:15.6875rem;height:6.5625rem;top:81.6875rem;left:2.1875rem;font-size:0.9375rem;color:#cb0d0d;display:block; }
 }@media only screen and (max-width: 763px) { #k7fr8F4GJgnSIsLMOsrnQrELbMu8AVHA { width:19.4375rem;height:3.6875rem;top:93.4375rem;left:0.28125rem;font-size:1.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tbOTPtRS7XGZLInrBXJ7aA85a9rozVAq { display:block; }
 }@media only screen and (max-width: 763px) { #wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row .container { background-color: transparent; background-image: none; }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row .container > .video-iframe-container { display: none; }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row > .video-iframe-container { display: none; }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .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); }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row .container { border-width: 0; border-radius: 0; }#wzGTc1ETuwPZU5vnD2tsvIusyoziWzoJ > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khSu125bv9hOSCiBdJKrFCHV5OnUGfwT { width:12.5625rem;height:1.6875rem;top:9.6875rem;left:2.6875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yswe88UG6595fpwRi6iicUmKK7lbdFU9 { width:12.5rem;height:5.625rem;top:13.1875rem;left:4.8125rem;font-size:1rem;color:#ffffff;display:block; }#yswe88UG6595fpwRi6iicUmKK7lbdFU9 li:before{  }
 }@media only screen and (max-width: 763px) { #g7iiABWzyOPMmtImL0ehpoJiktiLO6bQ { width:12.5625rem;height:1.6875rem;top:21.0625rem;left:2.5625rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lx5xWpTaopkpaRXd4d08z34XtCz08Csq { width:12.5rem;height:8.4375rem;top:24.5625rem;left:4.9375rem;font-size:1rem;color:#ffffff;display:block; }#lx5xWpTaopkpaRXd4d08z34XtCz08Csq li:before{  }
 }@media only screen and (max-width: 763px) { #chZesPUJh08FvIE3ZP5kZ71vRakBsvbS { width:12.5rem;height:2.25rem;top:9.375rem;left:2.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Gimzki7mBH8LGeewEfLVoS7s8IiOOpC4 { width:12.5rem;height:2.25rem;top:20.75rem;left:2.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IQVJNOQ9HI2gRwIgzIoSyyGbnC6nyAfx { width:20rem;height:4.375rem;top:2.6240234375rem;left:0rem;font-size:2rem;z-index:15010;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;color:#cb0d0d;display:block; }
 }@media only screen and (max-width: 763px) { #EQGmsvz3ZRRRIk5S46iePfQ1Wrcyt7dl { width:20rem;height:4.375rem;top:34.7998046875rem;left:0rem;font-size:2rem;z-index:15010;color:#cb0d0d;display:block; }
 }@media only screen and (max-width: 763px) { #nEBL2kNTUiDzTfwkZCWNaWc1ArkpzTL0 { width:11.3125rem;height:1.6875rem;top:57.6875rem;left:4.375rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MXTSRIBiLHvSmGX3oKWAAo7X5AWAyTPs { width:12.5rem;height:4.375rem;top:44.0498046875rem;left:4.8125rem;font-size:1rem;color:#ffffff;display:block; }#MXTSRIBiLHvSmGX3oKWAAo7X5AWAyTPs li:before{  }
 }@media only screen and (max-width: 763px) { #yulCi3klIrFaR33eLLtQWwEMnVOKkL7r { width:10.3125rem;height:1.6875rem;top:41.0625rem;left:3.75rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FtxCT99D0lHDxTuDzdo6f96Kwei7Lktz { width:12.5rem;height:2.8125rem;top:61.3623046875rem;left:4.8125rem;font-size:1rem;color:#ffffff;display:block; }#FtxCT99D0lHDxTuDzdo6f96Kwei7Lktz li:before{  }
 }@media only screen and (max-width: 763px) { #OOFvukyuyfLmuM4QT9taq7zILkK9cwcz { width:12.5625rem;height:1.6875rem;top:65.25rem;left:3.5rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MKirOxPSSUbBrxQKBBbF0QIX8SQBF4ni { width:12.5rem;height:2.8125rem;top:53.3623046875rem;left:4.8125rem;font-size:1rem;color:#ffffff;display:block; }#MKirOxPSSUbBrxQKBBbF0QIX8SQBF4ni li:before{  }
 }@media only screen and (max-width: 763px) { #AoR92R3ZpfC6UmIn6vdMVZL7uE0JOfRs { width:11.1875rem;height:1.6875rem;top:50rem;left:4.375rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Moqi3PFLTQMk8FdIol2HeEkSVcgl7KWC { width:12.5rem;height:2.25rem;top:65rem;left:4rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WB2ZL370lBotbgPSzLwlIdOQr6pSuTsh { width:12.5rem;height:2.25rem;top:49.75rem;left:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uKiXzOnKDxJJGniSfzaZhoR7bPtEReVv { width:12.5rem;height:2.25rem;top:40.8125rem;left:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #suDQHBWgVkGTneTyqtvnCdlaZa0fodlF { width:12.5rem;height:2.25rem;top:57.4375rem;left:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #z5DfP1TDA5layZov03DqZB2hO60rue7L { width:12.5rem;height:2.8125rem;top:68.5rem;left:4.8125rem;font-size:1rem;color:#ffffff;display:block; }#z5DfP1TDA5layZov03DqZB2hO60rue7L li:before{  }
 }@media only screen and (max-width: 763px) { #kSSKbMMfCCXVDl1eicCSBCz3N9gVbhnt { width:10rem;height:1.25rem;top:84.4375rem;left:5rem;font-size:1rem;color:#ffffff;display:block; }#kSSKbMMfCCXVDl1eicCSBCz3N9gVbhnt li:before{  }
 }@media only screen and (max-width: 763px) { #S2BmWRPTESAtObi81yCsQgWvmiIE6ekZ { width:12.5rem;height:2.8125rem;top:75.3125rem;left:4.8125rem;font-size:1rem;color:#ffffff;display:block; }#S2BmWRPTESAtObi81yCsQgWvmiIE6ekZ li:before{  }
 }@media only screen and (max-width: 763px) { #NI1szfJUWZn08UlnU3TkkxkbB19byBNT { width:12.5rem;height:3.8125rem;top:79.125rem;left:3.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sTV8UF778dvp3AmMWQlx3BAHckFQ6Dl1 { width:12.5rem;height:2.25rem;top:71.875rem;left:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OUUZoowXwXp6HPm3pdJlGTs6ZXRGgDcI { width:11.3125rem;height:1.6875rem;top:72.125rem;left:4.375rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wTsfHwWi13i0LJzF8xbowZTzJfmnIow1 { width:12.1875rem;height:3.375rem;top:79.375rem;left:3.625rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { background-color: transparent; background-image: none; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container > .video-iframe-container { display: none; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row > .video-iframe-container { display: none; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .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); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { border-width: 0; border-radius: 0; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHBA9F3G3RLdpamP2nzMtTk9e7iLwRaK { width:17.5625rem;height:8.75rem;top:22.3125rem;left:1.21875rem;font-size:2rem;color:#cb0d0d;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dKiHBJaI8fPsageS30oaw1ETomlMx7lh { width:20rem;height:70.3125rem;top:-0.125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CCcq2EA2t137rzJcQQoecZzH6NaJTF0O { width:17.75rem;height:1.6875rem;top:31rem;left:1.125rem;font-size:1.125rem;color:#cb0d0d;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WnELJslVdVIRZRvRXs7PXcwk5T0ETx4r { width:17.875rem;height:19.625rem;top:1.125rem;left:1.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/672d25aa-ffe4-402c-9a2e-d8a01f71f048/angeloabearRHyJdCu9YbUunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WnELJslVdVIRZRvRXs7PXcwk5T0ETx4r.adaptive-delivery-prevent-bg, #WnELJslVdVIRZRvRXs7PXcwk5T0ETx4r.lazyload, #WnELJslVdVIRZRvRXs7PXcwk5T0ETx4r.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hfgCyP6oKBEtByRT8ewyCeIMIWiWpxIS { width:17.5rem;height:3.4375rem;top:64.5927734375rem;left:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EXUORI21iiAmtunvsaXSlsLTM75a3kri { display:block; }
 }@media only screen and (max-width: 763px) { #Kse4LdBbQJEr6TkEqqBptFSldpdVQGLm { width:17.875rem;height:6.5625rem;top:33.57421875rem;left:1.0625rem;font-size:0.875rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sc2drSal32xdE1JDwqy3aQ7kMbaRiGTo { width:17.875rem;height:6.5625rem;top:40.8427734375rem;left:1.0625rem;font-size:0.875rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEDaqdVFy2eTTPTspMA3zfXTBrZpnvuh { width:17rem;height:5.25rem;top:48.7177734375rem;left:1.5rem;font-size:0.875rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rst7ddG6JW0bitx5IXp1Ee2v7CBon420 { width:17.25rem;height:9.1875rem;top:55.3427734375rem;left:1.375rem;font-size:0.875rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3b147188-097b-4952-981d-c57c3af251f3/Potsdam5.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB.adaptive-delivery-prevent-bg, #yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB.lazyload, #yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB.lazyloading { background-image: none; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row .container { background-color: transparent; background-image: none; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,0,32,0.5); }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row .container > .video-iframe-container { display: none; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,0,32,0.5); }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row > .video-iframe-container { display: none; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .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); }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row .container { border-width: 0; border-radius: 0; }#yGMHWozTQ18zVNE2M5i2Cy7zZ9W1gToB > .row .container { width:20rem;height:107.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1MEaLZvLgzLKnkJIuo4pnE3b1sTprJo { width:20rem;height:6.5625rem;top:2.84375rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sAe2JBfQuxDUpRwMFozQXNdL6P9p5muX { width:18.9375rem;height:6.875rem;top:14.3125rem;left:0.53125rem;font-size:0.9375rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Nh5vkqhP378SeVoNBq4662TozEMIiAUC { width:20rem;height:8.9375rem;top:1.65625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZXp8bTMoFw81WpOexKMwevibJh5nVXUh { top:100.0625rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC3IJEzxnUI6f2SPvZoTuAk53ETWyqTR { display:block; }
 }@media only screen and (max-width: 763px) { #dN1wv8WWxiRdT6UulkWSlBZJAhpfPi87 { width:20rem;height:4.625rem;top:25.5rem;left:0rem;font-size:1.5625rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gQdGKPeDXWAuVZ1JDZPgnrHhTuESX6ND { width:10.9375rem;height:4.625rem;top:11.6875rem;left:4rem;font-size:1.5625rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cXMefNVaP86wEKVDTEZ2JPxOfqrUktBl { width:20rem;height:10.8125rem;top:11.6875rem;left:0rem;background-color:rgba(0,0,0,0.83);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T1KPwzGhsO94ewSKx4GG7vEeThXX9uW2 { width:20rem;height:3.8125rem;top:24.8125rem;left:0rem;background-color:rgba(0,0,0,0.83);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uHaJpRc32voG7GeX6TtWOeI6FmZlcZSK { width:2.4375rem;height:2.4375rem;top:7.09375rem;left:15.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omQ69JkDm6I9HU8h3o3F3sy9RcVgBdKA { width:11.9375rem;height:12.375rem;top:31.9375rem;left:4.03125rem;font-size:0.9375rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JRub2XsP79r3x6EwrliPKz24RToh1Sdf { width:11.9375rem;height:19.25rem;top:49.125rem;left:4.03125rem;font-size:0.9375rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xEbda3Dto5BVCZVdBIbCm6zAsXASlDcu { width:11.9375rem;height:9.625rem;top:72.1875rem;left:4.03125rem;font-size:0.9375rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TVack0NMv7HUGQWZSsIqtEEgm28yQTph { width:20rem;height:9.625rem;top:87.9375rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #izoBZcDSVtS0IwQrc4lGfapQvMNTuH8I { width:20rem;height:11rem;top:86.6875rem;left:0rem;background-color:rgba(0,0,0,8.32);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wvkue2cIscEBtlEQSfXXBch7clOTO3Wv { width:14.625rem;height:14.75rem;top:30.75rem;left:2.6875rem;background-color:rgba(0,0,0,0.83);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NK6cSSFaZ9WegxLCviwmdVnfAy0c02gH { width:14.625rem;height:20rem;top:48.0625rem;left:2.6875rem;background-color:rgba(0,0,0,0.83);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AWXcHanESkBcAC6T7FQSo7QuxmyHpxWW { width:14.625rem;height:14.5rem;top:69.75rem;left:2.6875rem;background-color:rgba(0,0,0,0.83);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ { background-color:#421111;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { background-color: transparent; background-image: none; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container > .video-iframe-container { display: none; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row > .video-iframe-container { display: none; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .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); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { border-width: 0; border-radius: 0; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { width:20rem;height:101.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vda9KOeZ3aP2RgvnigMHOc8qF50H1wEw { width:20rem;height:16.5rem;top:9.3369140625rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Bi3EkrILLDoU5uItyLltePFg2EL3hLVZ { width:12.875rem;height:6.5625rem;top:2.1494140625rem;left:5.625rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SNf1akcwHWAhFT983Xen5OdAe5HtXMUT { width:4.6875rem;height:15rem;top:0rem;left:0rem;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KIzFo1NTEtuq6JH1ZMfaLITkbgZtIwHl { width:6.25rem;height:6.25rem;top:29.25rem;left:3.8125rem;background-color:#cb0d0d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XsVzVyXnxOIoNxhnXmNtsen9eUpH9m0A { width:6.4375rem;height:13.75rem;top:25.5rem;left:0.8125rem;font-size:12.5rem;color:rgba(255,255,255,0.12);display:block; }
 }@media only screen and (max-width: 763px) { #U0Gn1nLgd2aLTQ8APfJTZZ28qD3vTiqJ { width:7.125rem;height:4.125rem;top:30.3125rem;left:11.3125rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aGI0BuIuHX4v81f4PxdTObod5J7snHu4 { width:10.4375rem;height:13.75rem;top:38.375rem;left:0rem;font-size:12.5rem;color:rgba(255,255,255,0.12);display:block; }
 }@media only screen and (max-width: 763px) { #yS5uLQFh1CJG57if0vqAwWebeKZiu1BM { width:6.25rem;height:6.25rem;top:42.125rem;left:3.8125rem;background-color:#cb0d0d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iPIriyz56BTtNL2xhgvSvMKxo5vnMZfw { width:8.5rem;height:5.5rem;top:42.5rem;left:10.625rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UHShpLpHRdXh9Mi1PKK5O2Jtyva3n5Nx { width:10.4375rem;height:13.75rem;top:51rem;left:0.5625rem;font-size:12.5rem;color:rgba(255,255,255,0.12);display:block; }
 }@media only screen and (max-width: 763px) { #JlnVNeRkWpl7cU5pervBZIcM32E8pb2b { width:6.25rem;height:6.25rem;top:54.75rem;left:4.0625rem;background-color:#cb0d0d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gy2bg1pMvZCs2y60h4NgShg4r9QVMLhV { width:7.3125rem;height:4.125rem;top:56.5rem;left:10.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Av9Ic75OTzpyRsNMk5RmJBni4QIbtmD9 { width:11.5rem;height:13.75rem;top:75.75rem;left:0rem;font-size:12.5rem;color:rgba(255,255,255,0.12);display:block; }
 }@media only screen and (max-width: 763px) { #uKXd5pQHPcGG9UudBQr1aP9gZ9Jte07C { width:6.25rem;height:6.25rem;top:66.249389648438rem;left:3.812255859375rem;background-color:#cb0d0d;background-image:none;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #OQuwbDZ4HpnJ5zfop5M39LIKoHlNqtX6 { width:7.8125rem;height:1.375rem;top:68.6875rem;left:10.9375rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UPfWXBTnvkfE4TOOFKv5l1MKtpubDopi { width:5.625rem;height:5.5615234375rem;top:29.5625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHzaK9TeA3hfzVuBPktTpwJw7SnAHHyu { width:4.625rem;height:4.6875rem;top:42.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVGK2oq5hWu0inqZ0VMgQdrRtDlJloFb { width:5.5rem;height:5.5rem;top:55.125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn8egaEVe0NZiDMEcUtVfE4in3E9DNWC { width:6.25rem;height:6.9375rem;top:79.1875rem;left:3.8125rem;background-color:#cb0d0d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dbc8HyPqqMvO4HdOn30hH0I2TuIrRXKG { width:8.5rem;height:3.5rem;top:80.875rem;left:10.625rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h09lUTWfTPcVqEI5J31w5xkdESyTxL6S { width:4.9375rem;height:4.9375rem;top:80.125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lplPZ3xouOP6WANkJdPIQmraAVdVbNWw { width:6.4375rem;height:13.75rem;top:63.1875rem;left:0.8125rem;font-size:12.5rem;color:rgba(255,255,255,0.12);display:block; }
 }@media only screen and (max-width: 763px) { #ZTvaQJ4b0JXhhaHEHd0KSw446QI4fPrJ { width:11.5rem;height:13.75rem;top:87.46875rem;left:0rem;font-size:12.5rem;color:rgba(255,255,255,0.12);display:block; }
 }@media only screen and (max-width: 763px) { #IJ4VIxKZqpmzyFB1TNcbwsZuu3A8N8BE { width:6.25rem;height:6.6875rem;top:91rem;left:3.75rem;background-color:#cb0d0d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HOWb4KH4kOkiwtaIzx912BlRdGFFr4nd { width:8.062125rem;height:4.125rem;top:92.281494140625rem;left:10.84228515625rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GvKUhZ19ImwCnzdXxE9Z56OgStT6V0LT { width:5.625rem;height:3.125rem;top:92.8125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8HxJeFvCc0HJCeTDoryiOw3xIwP3V7h { width:5.4375rem;height:5.4375rem;top:66.624145507812rem;left:4.1864013671875rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fUT6FXnunCBLd4VnXo7NT7ZGKTObk3dC { width:4.9375rem;height:4.9375rem;top:86.125rem;left:12.6875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #IfvTN4DSR9TBLJMRAuyeSSqahzw3QMhL { display:block; }#IfvTN4DSR9TBLJMRAuyeSSqahzw3QMhL > .row .container { width:20rem;height:198.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JraSkXA9ageaJJfW6rakNAyRwoBTsXNa { width:14.875rem;height:1.75rem;top:5.9121125rem;left:2.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #inRmArwRciq4ZdMVEFP2tI8coqW9C0dr { width:3.125rem;height:3.125rem;top:8.949225rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKW8TQ3qnynsqSpZgIwWATIHT61XTD5C { width:14.25rem;height:3.5625rem;top:13.324225rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHIhVQJ6bSiWlTRC9uH9P5PSPKBIueDA { width:3.125rem;height:3.125rem;top:18.230475rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFSvAviFDsR7pz68n25waJ9wT0lzpwPr { width:12.5rem;height:2.375rem;top:22.605475rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEM87mvmWQi0zWrkkoXn3BODhfumePBy { width:3.125rem;height:3.125rem;top:25.074225rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXGAGZ0uFDolyPBJPCZrMKXmhKsNLPMT { width:13.875rem;height:3.5625rem;top:29.449225rem;left:3.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LpefXmHFEqBTxXrvi6ArIfxLzyTc7XUq { width:20rem;height:1.75rem;top:128.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KRTnW14raaC9Td8GUiGbW9CcgGsH5RTb { width:3.125rem;height:3.125rem;top:34.355475rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcpsOzvHxAUWrH2SUN3UiKfPRewZahrk { width:14.5rem;height:3.5625rem;top:38.730475rem;left:2.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cETxows7yHbkDlhRL5o4N95Q4DFbfwwI { width:14.25rem;height:4.5rem;top:134.8125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQe4q4HIaGWxx7bqNhpWWlCNNSUnPvBl { width:3.125rem;height:3.125rem;top:141.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBgfOFT4907KG0n1GOaFyOttlAXCf3vX { width:14.25rem;height:4.5rem;top:145.5rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RgFHcMeiXR3WagbLHLqy0EDO3va55IH4 { width:3.125rem;height:3.125rem;top:150.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E42bCw7tZZaew2n5WfvrPuedKWpTBU58 { width:14.25rem;height:0;top:127.7207125rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VwIzLGuHwLHrrxBEIypZq8gFEwTI3y66 { width:14.25rem;height:3.375rem;top:154.5rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #osn1ICkEDH3tg1CALRf1A03huBMyonfR { width:3.125rem;height:3.125rem;top:43.636725rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHlXTnHHVCHiMA64lox8ZxJEiCDAMPsu { width:14.0625rem;height:2.375rem;top:48.011725rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hZCgkhPu0eA50yt88g1pcFJPIGBu0p72 { width:18.9375rem;height:3.25rem;top:117.533203125rem;left:0.53125rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#f5f0f0;display:block; }
 }@media only screen and (max-width: 763px) { #mKnVVkWCEGdWW6eIbHcuSXP7uP5iIVNQ { width:17.3125rem;height:3rem;top:62.697265625rem;left:1.34375rem;z-index:15044;color:#ffffff;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbPiT334euvn9IL6SmIHmyCoWzBUNbKV { width:20rem;height:64.6875rem;top:60.7353515625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ro2eic4wIEg5ZxzKCpsA5CPn51OX22cU { width:20rem;height:3.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGqChyFIyTpPg0QTPzakclW3ScKcRmKl { width:3.125rem;height:3.125rem;top:160.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsbVT7Q65F5P1ToO5XTauI2bLdhHChMF { width:14.25rem;height:4.5rem;top:164.5rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXEghrWcHcIA5639vrtlrTGh5bT7S7tX { width:3.125rem;height:3.125rem;top:131rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-form-header {  }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;width:15.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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:15.875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-input-text {padding-top: 0; padding-bottom: 0;}#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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:15.875rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-input-select {padding-top: 0; padding-bottom: 0;}#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .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; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-input-button { 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(180deg, #cb0d0d, #421111);background-image: -moz-linear-gradient(180deg, #cb0d0d, #421111);background-image: -ms-linear-gradient(180deg, #cb0d0d, #421111);background-image: -o-linear-gradient(180deg, #cb0d0d, #421111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0d0d', endColorstr='#421111' );";background-image: linear-gradient(180deg, #cb0d0d, #421111);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:15.875rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .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:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:14.625rem;overflow:hidden;font-style:normal; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .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; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-container:first-of-type{padding-top:0;}#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-container:last-of-type{padding-bottom:0;}#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU  { background-color:#c2d2da;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.8125rem;top:67.46484375rem;z-index:15003; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.875rem;display:block;vertical-align:top; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU .widget-info-text { display:block;height:auto;font-family:lato;font-size:2.125rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU {display:block;}#gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU { background-color:#c2d2da;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.8125rem;top:67.46484375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #iCAkbmanh2CoHm8Cwygf8Pfknkr0pfin { z-index:1; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #pG8vV7BZcJkVc6ITalq6py0QNUTKiEPM { display:block; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #n34qDHxti5e7nXmzE7GlmFGTzHses5sf {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #XsiyNPGObAlzlUc5T0TGU3fczvs0ezQo { z-index:1; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #ZxoHeavIitqphOVR4Mv8qQtThVBLosMM { display:block; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #WxgfWJkPEqJpCw0QFLIT9uJRZydSaioz {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #kIuVtlZcm5chs37r31J4CpoFEI66CR4b { z-index:1; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #F3gL1aAg0SWzfuup7DBomcbEKnVMlRqD { display:block; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #aGSKuaSNQTgMxALxE2QTvz20TTepuQAG {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #U3ZW6thCsQQAMu2gJuI1BXT3agaOZqOk { z-index:1; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #FKrb2xHxa6J84ZeXFUZR81z7VxoyLvV5 { display:block; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #cbFRGkpfVLHnyb4zcTxFUyqp914TW6as {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #gC22dJcTiHE1mncTFF0zeuEQ8F7Uyi58 {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #l6q6mEplDqVNVfJXwa8Usux4EWiOSZb8 {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #tGW8qPadywPNNnBfTU9qUMqLuqterxCy {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #NBI6NcRVqEqvxaWAiAh1TPyXFVBx0M9Z {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #PUfFNOUbI14utOXVev7AieF1QAC09fIU {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #iFMhFseTBvDJN88O1TxCli648OdZ2REk {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #gr7mN2TJtK8mOxeeZHhFN3XBoJ1Kqps7 {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #SMuK4cAM0mxSNUSbODVJ8J5E0m5kBmgp { display:block; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #JfrVNPQhLxguBvHt3UHfNOfDoZXf1V9y {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #DzxxmsZ1XkuwMItzWwDdwcEUny4nJe2h {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #HqqQuGT65UIrVwyQCnnrHSGdPqQ7QDTJ {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #tXawDrCqR425wUU7E7Kx3iA0FG0xkI2O {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #MqslTPxVTlQmsoSBvNm5lUfqeJ1q7MNU {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #APEpxMLQLR4DppmEyfbwgK2fAHyLzBMT {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #fMFWJGuyTWhqavJw3TiwcCHP6ptKbX3b {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #pKEDbK6VrN1gxc68HN15bwPA4hanWczF {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #sJIzT8bt8MaCvTVqAXkoAUhZfnb3c7T8 { display:block; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #tJLAbC2VJdMCgHyU1w3ylK3cVK3wGSUF {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #MORHqQC8TrJ242glh7BWHhyWwdBFr3B6 {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #Uu5khcfg3prIAmaATB3SUUEyVKcdBppx {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #eTOowNttuZBRgGOQz0ub3ot7ZetN4SZZ {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #RFXamp4SELztU3DtHIEpU6ShfqnoqMHG {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #n0p5pKwV6ia3741esJdunasyWNRfWr2T { z-index:2; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #nyDeQL3f7WJDgz6ITH5HzDgvuwWrfBB7 {  }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #kK4vnFlikNMdBA3pnlOtt7fTL5uTmPbF { z-index:1; }
 }@media only screen and (max-width: 763px) { #gXzeLyrx4MCRz7FsSD2tuxRAqdimsZLU #KI0C6gwoe0p787oM4y4J1F8sF66qRd3f {  }
 }@media only screen and (max-width: 763px) { #huwH5I1i1SOT2MMgQL4EfeHvsmSaNhTV { width:3.125rem;height:3.125rem;top:170.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPcH3xKPgQyTIbSJIgvPXFEB8TXmgKcH { width:14.25rem;height:2.25rem;top:174.625rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHixmXBefIecGxvxMavlOcFzsx9HPMWs { width:3.125rem;height:3.125rem;top:178.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEUElcIxrLkhTXKuWnATiVindlPxyCxf { width:14.25rem;height:5.625rem;top:182.5625rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BXlR1gzEUemFnzHqDrFlx5BHTfsiWtt5 { width:3.125rem;height:3.125rem;top:189.5rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl0WnhKXcuE5qMST4ITbuLIT2IwvKN93 { width:14.25rem;height:3.375rem;top:193.875rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTEMJXbg91loD0Tym0emFMTITrf5h7oR { width:3.125rem;height:3.125rem;top:51.699225rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSG7lLzdLLwfsxxdTJ5PXprUudmoObCo { width:14.0625rem;height:3.375rem;top:56.074225rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWusyH26NhoxBdlusGScDxTHIIRNre01 { width:19.125rem;height:1.875rem;top:122.2958984375rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#f5f0f0;display:block; }
 }@media only screen and (max-width: 763px) { #dqO4oPuiJTIRkSfFqTKzqw7vAGGzBruM { display:block; }#dqO4oPuiJTIRkSfFqTKzqw7vAGGzBruM > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLocHm7lnIdkBFxrAtHqeFNWH9KOmq6z { width:20rem;height:6.1875rem;top:0.828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #l4oSkbkXTURO6wQBCfotkOqLNR0kqvDT { display:block; }#l4oSkbkXTURO6wQBCfotkOqLNR0kqvDT > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMzHJNZ1uP5XOVFVeONZw4Jq8lieKAcy { width:3.4375rem;height:3.4375rem;top:2.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxQGolQ8RpZbZruo4v8vFZ1qLnTs4S21 { width:3.4375rem;height:3.4375rem;top:2.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgPcFX501ea4u3lRiqpT03Vswo3EVTQX { width:3.4375rem;height:3.4375rem;top:2.8125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmlJ09Nwafz3kA89KFwQTgHAndSn6P2v { width:3.4375rem;height:3.4375rem;top:7.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLzSS61dwFswN8Fe1WiRssZ4Nsb78Jxp { width:3.4375rem;height:3.4375rem;top:7.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaJQfqSPzxGeVTsbgLzeFGGpBt26OQ6q { width:3.625rem;height:3.625rem;top:7.6875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD1FCpdSnMfORTvagMUpSkRV5U3cenDx { display:block; }#TD1FCpdSnMfORTvagMUpSkRV5U3cenDx > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ecl2pXkPUrv4Ry9kLP1TFAgycNwxJJXc { width:20rem;height:7.875rem;top:2.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }