.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:217,247,238;--color-primary-1:141,230,203;--color-primary-2:65,214,169;--color-primary-3:18,204,148;--color-primary-4:17,167,125;--color-secondary-0:219,240,251;--color-secondary-1:135,205,242;--color-secondary-2:14,154,229;--color-secondary-3:7,77,115;--color-secondary-4:2,23,34;--color-tertiary-0:255,255,255;--color-tertiary-1:223,220,214;--color-tertiary-2:130,130,130;--color-tertiary-3:110,110,110;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#27262e;background-image:url("https://images.assets-landingi.com/aYceaUYA/dezevnica_4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:transparent;background-image:url("https://images.assets-landingi.com/X9cESjP2/658_3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,42,58,0.65); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,42,58,0.65); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { border-width: 0; border-radius: 0; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:60rem;height:66.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#RkxTBBR0rlN5uX55yvpevzOeBSl7ouzP { color:#bdca2d;display:block;width:50.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.5rem #040404;top:2.25rem;left:0.03125rem;height:11.25rem;font-style:normal;display:block; }
#g4yx8wo3h0QVEXDVvHrC29C1zD2aEzL0 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(54,56,35,0.5);top:14.82421875rem;left:0rem;height:25.48828125rem;font-style:normal;display:block; }
#h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { background-color:rgba(var(--color-tertiary-0),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#27262e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:45.875rem;left:43.46875rem;display:block; }
#rWWm2T4NJG2mxwWgynz49Oo50XE9V44f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e3xdW3wTNTacIdhCyuHZmccRvxFT5l7v { color:#bdca2d;display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.5rem #040404;top:17.5rem;left:44.625rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AUwa3U1klqxM7KPbK2JDod4kKDd9QNmM { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:40.5625rem;left:0.03125rem;height:9.4970375rem;font-style:normal;display:block; }
#dQsC5WvrRcCi6siXwLMrqxlNT3W0Nd0p { color:#bdca2d;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.5rem #040404;top:33.5rem;left:45.21875rem;height:3.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TplqeLu03gDHNc9S2aaI91zad2DgDQfi { color:#bdca2d;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.5rem #040404;top:40.25rem;left:45.21875rem;height:4.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EwBOhBzXqW9R4gwRKIqHOkOObxTbPQTK { color:#bdca2d;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.5rem #c7e93d;top:36.625rem;left:45.3125rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CLwxQ8dMvIv8l2XFmnMqWUbxcip7JeZc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:57.59375rem;left:29.46875rem;overflow:hidden;display:block; }
#ruRRtEEfRGOezklZHmo5s4ABU5fkeyra { 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:6rem;width:6.0625rem;top:58.1875rem;left:12.90625rem;overflow:hidden;display:block; }
#Ok9snw0eqnnIXqIOxBG7N5Hfam8HE6MA { 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:6.3125rem;width:6.3125rem;top:57.75rem;left:20.84375rem;overflow:hidden;display:block; }
#tTDqlBRTNbx3ZuSWkav5IeQ4D0s9rgSl { 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:7.125rem;width:7.125rem;top:57.5625rem;left:3.65625rem;overflow:hidden;display:block; }
#Kwq4JUNsz7muwe8MlBTkyLWWUlMmgkSP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:57.75rem;left:37.9375rem;overflow:hidden;display:block; }
#eIlXV4zlrWPlMMr50DhtHMPOzHa2Cd7e { 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:4.625rem;width:10.8125rem;top:58.21875rem;left:47.09375rem;overflow:hidden;display:block; }
#suAO6wzmbRwO36WlhSH19Nelsr4ldutv { color:#bdca2d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.5rem #040404;top:50.8125rem;left:46.0625rem;height:2.88671875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hVchy9MW9yThqAiKvMJIhQu59SRoySOO { position:absolute;display:block;z-index:15010;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.375rem;width:10.125rem;top:20.625rem;left:35.15625rem;overflow:hidden;display:none; }
#hkfUKsh2JVwpR8svgivg9DtREp9TgVMx { 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:30.0625rem;width:11.8125rem;top:20.8125rem;left:32.875rem;overflow:hidden;display:block; }
#DhDSoKbdZJeRiqtBMM8NrxmFhzb5DobQ { z-index:15003;top:52.125rem;left:0.03125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(var(--color-primary-3),0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#i9FTBIATr1oyKRUCPKZ4ySrE6wbFzZ20 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AmoEC39nExt3hT2eZxQzoaFU7uI0S4e7 { position:relative;display:block; }#AmoEC39nExt3hT2eZxQzoaFU7uI0S4e7 { background-color: transparent; background-image: none; }#AmoEC39nExt3hT2eZxQzoaFU7uI0S4e7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmoEC39nExt3hT2eZxQzoaFU7uI0S4e7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmoEC39nExt3hT2eZxQzoaFU7uI0S4e7 > .row .container > .video-iframe-container { display: none; }#AmoEC39nExt3hT2eZxQzoaFU7uI0S4e7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmoEC39nExt3hT2eZxQzoaFU7uI0S4e7 > .row > .video-iframe-container { display: none; }#AmoEC39nExt3hT2eZxQzoaFU7uI0S4e7 > .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); }#AmoEC39nExt3hT2eZxQzoaFU7uI0S4e7 { border-width: 0; border-radius: 0; }#AmoEC39nExt3hT2eZxQzoaFU7uI0S4e7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AmoEC39nExt3hT2eZxQzoaFU7uI0S4e7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:71.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#unN4JTKHX6unaFgEwRbJT97TKhNFHT60 { color:#1d72ce;display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:9.875rem;left:2.125rem;height:16.9921875rem;font-style:normal;display:block; }
#tuTRwANTk4waQfARgxybZFmXLU8Ct69V { color:#373d45;display:block;width:57.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.78125rem;left:2.125rem;height:6.5996125rem;font-style:normal;display:block; }
#VDGKEyNFiTa7p4UQzrdKzTSymApPcpbG { color:#1d72ce;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:29.9375rem;left:2.21875rem;height:11.8945625rem;font-style:normal;display:block; }
#oW5neI2qFkXRlUM6zwdNpbFzxCIi9Ree { color:#1d72ce;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:44.3125rem;left:2.125rem;height:16.99221875rem;font-style:normal;display:block; }
#ToRbqoGVA8W6fP86bR4OMSrk9m1bEi8P { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:28.625rem;top:9.875rem;left:31.375rem;overflow:hidden;display:block; }
#GAdCGkKlTACCFaAfuO0vMIzQKqP91idn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:28.625rem;top:37.1875rem;left:31.375rem;overflow:hidden;display:block; }
#tLInh6fGMmewPDOHn2hD74bbvN5LqCLy { color:rgba(var(--color-tertiary-3),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:29.9375rem;left:31.875rem;height:8.49609375rem;display:block; }
#gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { color:rgba(var(--color-tertiary-3),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:49.6875rem;left:31.875rem;height:15.2929375rem;display:block; }
#UQP1AC8bbTpUCUpxwxQ6UxT1PARlrbth { z-index:15004;top:63.9560546875rem;left:2.125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(var(--color-primary-3),0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ikh4TqomqobwMVhREs26iTpthEgQBfmJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tBoAhQZZ5UALpkHAqIuRw1X6B84ZcqFw { 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/dmQ7b49S/dezevnica_2.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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; }#tBoAhQZZ5UALpkHAqIuRw1X6B84ZcqFw.adaptive-delivery-prevent-bg, #tBoAhQZZ5UALpkHAqIuRw1X6B84ZcqFw.lazyload, #tBoAhQZZ5UALpkHAqIuRw1X6B84ZcqFw.lazyloading { background-image: none; }#tBoAhQZZ5UALpkHAqIuRw1X6B84ZcqFw > .row .container { background-color: transparent; background-image: none; }#tBoAhQZZ5UALpkHAqIuRw1X6B84ZcqFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBoAhQZZ5UALpkHAqIuRw1X6B84ZcqFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBoAhQZZ5UALpkHAqIuRw1X6B84ZcqFw > .row .container > .video-iframe-container { display: none; }#tBoAhQZZ5UALpkHAqIuRw1X6B84ZcqFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBoAhQZZ5UALpkHAqIuRw1X6B84ZcqFw > .row > .video-iframe-container { display: none; }#tBoAhQZZ5UALpkHAqIuRw1X6B84ZcqFw > .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); }#tBoAhQZZ5UALpkHAqIuRw1X6B84ZcqFw > .row .container { border-width: 0; border-radius: 0; }#tBoAhQZZ5UALpkHAqIuRw1X6B84ZcqFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBoAhQZZ5UALpkHAqIuRw1X6B84ZcqFw > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#rtSL5OMumEMJlZxivISRNoq0ETVe314w { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:10.15625rem;left:0rem;height:7.7988125rem;font-style:normal;display:block; }
#D8gcx8JAXw2OJWW44vzphq7yPFPRkD8Q { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.5625rem;width:27.6875rem;top:6.21875rem;left:31.15625rem;display:block; }
#oybmQheVUov5EJxErKs3Lg2OVyVJVOPB { background-color:rgba(var(--color-secondary-2),0.68);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #bdca2d;border-left:0.25rem solid #bdca2d;border-right:0.25rem solid #bdca2d;border-bottom:0.25rem solid #bdca2d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.96875rem;left:0rem;display:block; }
#dTEdMyDr3qHunbJqKRi41oULodlTnd7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTqoL4Je5U7QkdqBJaDPVsgK255rEfcV { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:1.3125rem;left:0rem;height:7.7988125rem;font-style:normal;display:block; }
#RCKOrdTpt98IiGAfCTx0LkDP03F6nA6X { border-top:0.25rem solid #c7e93d;border-left:0.625rem solid #c7e93d;border-right:0.625rem solid #c7e93d;border-bottom:0.25rem solid #c7e93d;background-color:#27262e;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; }#RCKOrdTpt98IiGAfCTx0LkDP03F6nA6X > .row .container { background-color: transparent; background-image: none; }#RCKOrdTpt98IiGAfCTx0LkDP03F6nA6X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCKOrdTpt98IiGAfCTx0LkDP03F6nA6X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCKOrdTpt98IiGAfCTx0LkDP03F6nA6X > .row .container > .video-iframe-container { display: none; }#RCKOrdTpt98IiGAfCTx0LkDP03F6nA6X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCKOrdTpt98IiGAfCTx0LkDP03F6nA6X > .row > .video-iframe-container { display: none; }#RCKOrdTpt98IiGAfCTx0LkDP03F6nA6X > .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); }#RCKOrdTpt98IiGAfCTx0LkDP03F6nA6X > .row .container { border-width: 0; border-radius: 0; }#RCKOrdTpt98IiGAfCTx0LkDP03F6nA6X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RCKOrdTpt98IiGAfCTx0LkDP03F6nA6X > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#lBBA1xTtAkSZ67PTNTgQM2Hcup0y2WSu { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.14453125rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { background-color: transparent; background-image: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .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); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { border-width: 0; border-radius: 0; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { font-size:0.875rem;font-family:arial;height:70.6875rem;width:60rem;position:relative;display:block; }#vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:28.625rem;top:2.03125rem;left:31.375rem;overflow:hidden;display:block; }
#yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:1.6875rem;left:8.40625rem;height:16.358375rem;font-style:normal;display:block; }
#zlT5OhhZZ1EcrT2MUd45SBJLI3Itcg0M { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:20.5625rem;left:6.96875rem;height:;font-style:normal;display:block; }#zlT5OhhZZ1EcrT2MUd45SBJLI3Itcg0M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zlT5OhhZZ1EcrT2MUd45SBJLI3Itcg0M li:before{  }
#FqxHJziE1NXzQOWb30Jx7ViVKoPMGB24 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:28.15625rem;left:31.46875rem;height:27.625rem;font-style:normal;display:block; }
#TJJViTQ6cO1pXEoxtVIMkBOAxSo4rvEN { color:rgba(var(--color-tertiary-0),0.4);display:block;width:6.5rem;position:absolute;font-family:"roboto condensed";font-size:5.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.03125rem;left:0rem;height:7.63675rem;font-style:normal;display:block; }
#fP41W7zRIiIkG3JWgIZCxEXtQTrbicTP { 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:12.5rem;width:0.25rem;top:1.90625rem;left:6.96875rem;overflow:hidden;display:block; }
#IyD8LukMGrfs6IXK8TTnSUkmOoMiQnnQ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6rem;left:0.625rem;height:;font-style:normal;display:block; }
#FkTEFPuBeOOctwJAGDh5DFG8uBu30imr { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:21.625rem;top:1.25rem;left:7.6875rem;display:block; }
#afqw401Ufg6JcJ4oAkX1x0QTXADNNMrt { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #bdca2d;border-left:0.25rem solid #bdca2d;border-right:0.25rem solid #bdca2d;border-bottom:0.25rem solid #bdca2d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:65.09375rem;left:31.375rem;display:block; }
#hErQEEVbWEaFbL4Ek1JtQS8w05taxSTd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#adh7zm5u0V7kLHaWMlqFcFWBb6XMiKG5 { background-color:rgba(var(--color-tertiary-0),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#27262e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:65.09375rem;left:8.40625rem;display:block; }
#WzGZ0CZpTngSJnLhb8f2tTrfugrtQgab { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RhoRcrua1V2oRogKJUUk4QNe094a0ERQ { position:absolute;display:block;z-index:15010;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.8125rem;width:6.8125rem;top:52.46875rem;left:16.4375rem;overflow:hidden;display:block; }
#s9e7XVxE1KMS1km2NrcxFcC2xSJNfi0a { 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:6.625rem;width:6.625rem;top:52.5625rem;left:8.40625rem;overflow:hidden;display:block; }
#etqWlrT3wRfNtU4mwJ0M9VWiAEqQ8avq { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.4375rem;left:47.5rem;height:;text-align:right;text-align-last:right;display:block; }
#RfcX3zQ0BslJZs7Rr1ieErVLCWEkSvHD { color:#bdca2d;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.5rem #040404;top:15.25rem;left:33.1875rem;height:2.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Go5oUdpMERUfbEUTW3IQ4cpW4qJ2Ngkx { color:#bdca2d;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.5rem #c7e93d;top:17.5625rem;left:33.1875rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vx0aeU9uynmJTKXCnaOmoyGL91gu6hyA { color:#bdca2d;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.5rem #040404;top:21.5rem;left:33.1875rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NJ6wsiXpi8EGl18lZheViITuWqJkbOJx { z-index:15005;top:54rem;left:31.375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(var(--color-primary-3),0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#wyFIaPNcSfNtXlvFsD4y3E6ddiMB9qdg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IvrMwTFHXIfN1JcGmxvPTe7R8cChy7zV { 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; }#IvrMwTFHXIfN1JcGmxvPTe7R8cChy7zV > .row .container { background-color: transparent; background-image: none; }#IvrMwTFHXIfN1JcGmxvPTe7R8cChy7zV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvrMwTFHXIfN1JcGmxvPTe7R8cChy7zV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvrMwTFHXIfN1JcGmxvPTe7R8cChy7zV > .row .container > .video-iframe-container { display: none; }#IvrMwTFHXIfN1JcGmxvPTe7R8cChy7zV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvrMwTFHXIfN1JcGmxvPTe7R8cChy7zV > .row > .video-iframe-container { display: none; }#IvrMwTFHXIfN1JcGmxvPTe7R8cChy7zV > .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); }#IvrMwTFHXIfN1JcGmxvPTe7R8cChy7zV > .row .container { border-width: 0; border-radius: 0; }#IvrMwTFHXIfN1JcGmxvPTe7R8cChy7zV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IvrMwTFHXIfN1JcGmxvPTe7R8cChy7zV > .row .container { font-size:0.875rem;font-family:arial;height:66.625rem;width:60rem;position:relative;display:block; }#PdSu1n0DZfTBtTc710MNnyRhNvuB4vKo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:28.625rem;top:2.248046875rem;left:31.375rem;overflow:hidden;display:block; }
#U5W4wcDK5CamJRXc2uFfiBXaIWCZ4w37 { color:#373d45;display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.248046875rem;left:0rem;height:9.8994375rem;font-style:normal;display:block; }
#DJP6CcXeAWFlTu7ZBBtbdtdTXX8dHOQ9 { color:rgba(var(--color-tertiary-3),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:25.5rem;left:0rem;height:32.28521875rem;display:block; }
#u9o244OKawreit02fIglxF7iK2RcdTBg { color:rgba(var(--color-tertiary-3),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:13.74609375rem;left:0rem;height:10.7988125rem;font-style:normal;display:block; }
#F3mVJmOhUHOEM9VEwyEndCIfPRHQfSnC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.8125rem;width:28.3125rem;top:23.498046875rem;left:31.549458661417rem;display:block; }
#L4e8LmFWdNdgkyTwaT1VT5TTqfO7s9f5 { color:rgba(var(--color-tertiary-3),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:41rem;left:31.625rem;height:10.1953125rem;display:block; }
#zcJiPV7VmgtP7siFhTF3vw1brDAyfGdQ { color:rgba(var(--color-tertiary-3),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:52.25rem;left:31.625rem;height:5.09765625rem;display:block; }
#lPbrLvCavxwwhuESlSw9DH0pqTd519WR { z-index:15006;top:58.41015625rem;left:32.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(var(--color-primary-3),0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#xi47x6wzSwnIaqxuL5b46kIiKGkTMHEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { 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/1c6ad8cB/fotobg2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV.adaptive-delivery-prevent-bg, #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV.lazyload, #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV.lazyloading { background-image: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { background-color: transparent; background-image: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container > .video-iframe-container { display: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container { display: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .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); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { border-width: 0; border-radius: 0; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;position:relative;display:block; }#n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { position:absolute;display:block;z-index:15000;background-color:#848f0e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:18.4375rem;top:6.1875rem;left:0rem;display:block; }
#n7B9l8LIBMFEQzrGU1HX5qoqihidsxBv { position:absolute;display:block;z-index:15001;background-color:#373d45;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.875rem;top:8.0625rem;left:0rem;display:block; }
#pep48xawO0B6WJbSs0k2Tl5Hl5QHHdbe { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.0625rem;left:0.65625rem;height:3.0869125rem;font-style:normal;display:block; }
#ORVTT567tnlnanc3KACvMab6nm3KQzDL { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.28125rem;left:5rem;height:2.4375rem;font-style:normal;display:block; }
#Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:12.03125rem;left:3.21875rem;height:6.796875rem;display:block; }
#ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { position:absolute;display:block;z-index:15006;background-color:#848f0e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:18.4375rem;top:6.1875rem;left:41.5625rem;display:block; }
#fgUr03ot1awvzcJZdnE3qVTcA0TeUchg { position:absolute;display:block;z-index:15007;background-color:#373d45;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.875rem;top:8.0625rem;left:41.5625rem;display:block; }
#pGwfXK8DhcQMOgVKZty3Amib3UxNcPSe { color:rgba(var(--color-tertiary-0),1);display:block;width:3.25rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.0625rem;left:42.25rem;height:3.0869125rem;font-style:normal;display:block; }
#cbnXeF0AdGP4WxFsOPVOZy5lMMy5UFPc { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.3125rem;left:46.5625rem;height:2.4375rem;font-style:normal;display:block; }
#EOCkyyuG6cibgXD5blDrk85AqRncBbJW { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:12.0625rem;left:44.8125rem;height:10.1953125rem;display:block; }
#lVCt4o0938PkdFq0S2KdX28snOzUwItJ { position:absolute;display:block;z-index:15013;background-color:#373d45;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.875rem;top:8.0625rem;left:20.8125rem;display:block; }
#vaACeEZsSv8V98TcLAXyHLN3EVRJJkf8 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.9375rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.0625rem;left:21.5rem;height:3.0869125rem;font-style:normal;display:block; }
#VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { position:absolute;display:block;z-index:15012;background-color:#bdca2d;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:18.4375rem;top:6.1875rem;left:20.78125rem;display:block; }
#NqOU5z56VLHZZH0Aqh8J2lE1y6nmwgCg { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:8.3125rem;left:25.8125rem;height:2.4375rem;font-style:normal;display:block; }
#uRNePBUoZ7IUNqCJt0gZzx2mebZ6inb1 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:12.0625rem;left:24.0625rem;height:8.496125rem;display:block; }
#xz5hspZ7KStc4HhgODTM1mSmOc4R8Jrr { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.0625rem;top:4.84375rem;left:0rem;display:block; }
#mVwX0FNElyMuMeRMK1C2T2TW6BHyscrF { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.0625rem;top:4.96875rem;left:20.46875rem;display:block; }
#SPn5O5qa9G6SFC8lTOi4ho65MM8ROWFX { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.0625rem;top:4.96875rem;left:40.9375rem;display:block; }
#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { background-color: transparent; background-image: none; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container > .video-iframe-container { display: none; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row > .video-iframe-container { display: none; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .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); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { border-width: 0; border-radius: 0; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { font-size:0.875rem;font-family:arial;height:80rem;width:60rem;position:relative;display:block; }#JbPhbnBFm7iTW73Jv5iIfxtc7ElUGyUa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:27.125rem;top:2.71875rem;left:31.375rem;overflow:hidden;display:block; }
#bqRm6eb2ATNpd1gPuKX3J0ML8hZ8vTq2 { color:rgba(var(--color-tertiary-0),0.4);display:block;width:6.5rem;position:absolute;font-family:"roboto condensed";font-size:5.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.40625rem;left:0rem;height:7.63675rem;font-style:normal;display:block; }
#JV6EUgLygSE8x3W4tuJogr47WETJhgeC { 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:12.5rem;width:0.25rem;top:1.90625rem;left:6.96875rem;overflow:hidden;display:block; }
#sqrSFhJk5XWb6CRSlSRP3fL9l0s5nNfh { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6rem;left:0.625rem;height:2.4375rem;font-style:normal;display:none; }
#NuNpuOH4v6FU7bFuVHOGbQk8cSAyga7i { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:21.125rem;top:1.6875rem;left:8.09375rem;display:block; }
#XNLmuXLH68x3QLrhro0atL0AaCn9CWvM { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:1.6875rem;left:8.40625rem;height:11.6845625rem;font-style:normal;display:block; }
#bbt5HxCVrPwl5cEiwKBMW49JUyxgWG12 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:15.75rem;left:7.21875rem;height:;font-style:normal;display:block; }#bbt5HxCVrPwl5cEiwKBMW49JUyxgWG12 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bbt5HxCVrPwl5cEiwKBMW49JUyxgWG12 li:before{  }
#ktkBSE2dufGUZh8bnQkZv5aQ54hdwZ9D { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:19.21875rem;left:31.46875rem;height:25.5rem;font-style:normal;display:block; }
#l4e4FDRokdZuB2ldRIM3aA4OlLZXV87W { background-color:rgba(var(--color-tertiary-0),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#27262e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:73.4375rem;left:8.09375rem;display:block; }
#uSf9WUrxRcQT9NQECb0huNi3py45lWcq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OTfEg0TggUiBCmw6mHOlatoP0opmgCLq { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #bdca2d;border-left:0.25rem solid #bdca2d;border-right:0.25rem solid #bdca2d;border-bottom:0.25rem solid #bdca2d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:73.4375rem;left:31.375rem;display:block; }
#qsIEPooDl7PI41kPFay5bgwTxGmrxBgv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MsGKx17o9S9pyVlenJVAc4eqy9yWRgt7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.625rem;top:65.78125rem;left:17.90625rem;overflow:hidden;display:block; }
#PzeQlIUxxgSzgzNRaBfTtWyu0IkI492k { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.0625rem;width:28.625rem;top:19.21875rem;left:31.375rem;display:none; }
#EeGw4f9ZooG1pXW3UduvggAuSEbnKGG0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:22.1875rem;top:50.21875rem;left:7.6278409090906rem;overflow:hidden;display:block; }
#KTsw4uW4xzf5wQR70dltJnsukB5uv4TD { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.03125rem;left:47rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#cfo0FwSfKQiZZnmaVkxsdMS1NTCOwRd9 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:62.65625rem;left:8.09375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#LHOukg1H5DgkJxyTJNi0rqEerWlM7TBf { box-sizing:content-box;color:#c7e93d;font-size:4.3125rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:70.75rem;left:53.8125rem;display:block; }
#NFLSNByF8rHIq1JeidHfV4KMgOVMAMy7 { z-index:15007;top:44.71875rem;left:32.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(var(--color-primary-3),0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#XCiFi9ctOZtGAN9CnwzfokDfpIS4c2mQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yn062CEe9zQyC0yTlVsDVF1eTrmyNpcE { border-top:0.25rem solid #bdca2d;border-left:0.25rem solid #bdca2d;border-right:0.25rem solid #bdca2d;border-bottom:0.25rem solid #bdca2d;background-color:#27262e;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; }#yn062CEe9zQyC0yTlVsDVF1eTrmyNpcE > .row .container { background-color: transparent; background-image: none; }#yn062CEe9zQyC0yTlVsDVF1eTrmyNpcE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yn062CEe9zQyC0yTlVsDVF1eTrmyNpcE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yn062CEe9zQyC0yTlVsDVF1eTrmyNpcE > .row .container > .video-iframe-container { display: none; }#yn062CEe9zQyC0yTlVsDVF1eTrmyNpcE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yn062CEe9zQyC0yTlVsDVF1eTrmyNpcE > .row > .video-iframe-container { display: none; }#yn062CEe9zQyC0yTlVsDVF1eTrmyNpcE > .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); }#yn062CEe9zQyC0yTlVsDVF1eTrmyNpcE > .row .container { border-width: 0; border-radius: 0; }#yn062CEe9zQyC0yTlVsDVF1eTrmyNpcE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yn062CEe9zQyC0yTlVsDVF1eTrmyNpcE > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#QN9X6G7HzSTrk0XhJZ10nqL78ESGAFO9 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.90625rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { background-color: transparent; background-image: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container > .video-iframe-container { display: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container { display: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .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); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { border-width: 0; border-radius: 0; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { font-size:0.875rem;font-family:arial;height:73.5625rem;width:60rem;position:relative;display:block; }#hOn2FBrOkhEkwHp5B92l0khCv9BWz6fG { color:rgba(var(--color-tertiary-0),0.4);display:block;width:6.6875rem;position:absolute;font-family:"roboto condensed";font-size:5.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:30.75rem;height:7.63675rem;font-style:normal;display:none; }
#nDfoOCfdsKncRKpto0Snz6I2JTSiPTob { 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:12.5rem;width:0.25rem;top:1.4375rem;left:38rem;overflow:hidden;display:block; }
#bsAcFKEOSgkVZHoTCCVvHZqhrMUZKZ3h { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.625rem;left:31.75rem;height:0;font-style:normal;display:block; }
#CWNdpP41X0J4Ud71o86bAu6gS1IvMGI1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:26.625rem;top:2.71875rem;left:0rem;overflow:hidden;display:block; }
#t0iukladv8ZmqvBMLu9fxznT7s3DAI1U { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:20.9375rem;top:2.3125rem;left:39.0625rem;display:block; }
#KlzhCSvIanlURsXekWD9oduEVCzTNylR { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:21.125rem;top:1.9375rem;left:38.75rem;display:block; }
#Uiu1EToGats24zDUIQbygq0XMkrixI4X { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:1.4375rem;left:39.5rem;height:16.358375rem;font-style:normal;display:block; }
#oKzDwSdk9ohTHoD4WEPLrMW3v4vly7Oz { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:20.40625rem;left:38rem;height:;font-style:normal;display:block; }#oKzDwSdk9ohTHoD4WEPLrMW3v4vly7Oz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oKzDwSdk9ohTHoD4WEPLrMW3v4vly7Oz li:before{  }
#HIIKvbnOruNSG1xZqPMJeGLVbGLsZfdB { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:22.25rem;left:1.46875rem;height:25.5rem;font-style:normal;display:block; }
#h69ZKzHQLQx4Ew3FKlWvRL1vQv2AEVVf { background-color:rgba(var(--color-tertiary-0),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#27262e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:67.15625rem;left:37.4375rem;display:block; }
#fyLBxBDWcrePRJT7lIfDCT2KSidg2GOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gfEeS7xyp5h9udknwFARmdbLC2AqipCk { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #bdca2d;border-left:0.25rem solid #bdca2d;border-right:0.25rem solid #bdca2d;border-bottom:0.25rem solid #bdca2d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:67.15625rem;left:1.46875rem;display:block; }
#xcGgoRIirZmv0dNWfek7PK7Cw0gr1iPX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UBFZAVggEecFCoprlI5bDkbQ17wgIH8R { 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:6.6875rem;width:6.625rem;top:59.34375rem;left:1.46875rem;overflow:hidden;display:block; }
#aOGf1zeEKyFNKVd2fVuPW9f29mHrrqyH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:59.03125rem;left:9.90625rem;overflow:hidden;display:block; }
#J3Zdiok8tlM2McMwxMIZfFkPREcNyQdE { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.40625rem;left:14.1875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#bMT9du4CRzXEoQE19P5qotokWQlTxeza { z-index:15008;top:59.34375rem;left:32.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(var(--color-primary-3),0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#P0x6c7LtMaso90FXKNSgmoNSe2eP1TGt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { background-color: transparent; background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .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); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { border-width: 0; border-radius: 0; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { background-color: transparent; background-image: none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container > .video-iframe-container { display: none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row > .video-iframe-container { display: none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .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); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { border-width: 0; border-radius: 0; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { font-size:0.875rem;font-family:arial;height:54.9375rem;width:60rem;position:relative;display:block; }#RrZABlmt373QMV9GqyTTIPDXyQO8FuAw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.875rem 0.6875rem 3.1875rem rgba(var(--color-tertiary-4),0.28) ;height:19.125rem;width:28.75rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#XCvTHzMTm5DKsany3vOvOhwkBT9XSGed { position:absolute;display:block;z-index:15001;background-color:#27262e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.0625rem;width:32rem;top:5.5625rem;left:27.6875rem;display:block; }
#bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { color:rgba(var(--color-tertiary-1),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:8.125rem;left:32.84375rem;height:29.25rem;font-style:normal;display:block; }
#kpmDqDbFqLPJUNP2pA2HgUrSf9wK3WJ5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.5rem;top:3.6875rem;left:54.28125rem;overflow:hidden;display:block; }
#JSb2rMq51fCvxcJnrurmbPiw0sDAVs1W { position:absolute;display:block;z-index:15003;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: 0.875rem 0.6875rem 3.1875rem rgba(var(--color-tertiary-4),0.28) ;height:19.0625rem;width:28.75rem;top:25rem;left:0rem;overflow:hidden;display:block; }
#vBEtGStRcwXfQCXhaF4sh8KMv9HO9dtB { 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:4.6875rem;width:10.75rem;top:39.1875rem;left:32.84375rem;overflow:hidden;display:block; }
#ev9RpOnR1cU3aTTnl9dg9kD09Lfr6guX { 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:4.6875rem;width:9.3125rem;top:39.1875rem;left:46.34375rem;overflow:hidden;display:block; }
#frBSAyIKfJpbn9FE0uUKNts8LSsDs7EE { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.15625rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#kR1oARWzE6nC9ObiTTUTXOIwcd8eNf5w { z-index:15009;top:47.1875rem;left:31.40625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(var(--color-primary-3),0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#N1feLAmE6W7N45P6fncDaJN6DJemSJvt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { background-color: transparent; background-image: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container > .video-iframe-container { display: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container { display: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .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); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { border-width: 0; border-radius: 0; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#yuqS2xRUgMWKAz7JfJCBgP6souneEheF { color:#27262e;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.5rem;left:24.53125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UOTZm3nm7CAMNze7DCZqKQvybgzAJzTC { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:21.125rem;top:2.8125rem;left:0rem;display:block; }
#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { background-color: transparent; background-image: none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container > .video-iframe-container { display: none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row > .video-iframe-container { display: none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .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); }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { border-width: 0; border-radius: 0; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:60rem;position:relative;display:block; }#TPcKsqJtrxuUwTFrXLGTbNlmWgTJFZew { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:20.3125rem;top:16.125rem;left:19.84375rem;overflow:hidden;display:block; }
#ToTwRl4oKqn2Nz6c7PO5RKaCyIRFPRnN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:20.3125rem;top:29.4375rem;left:19.84375rem;overflow:hidden;display:block; }
#XkxaVV5pfyW8HAFCTAqmpPsc2fW0ekme { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:19.9375rem;top:16.25rem;left:0.03125rem;overflow:hidden;display:block; }
#nw0IvMmxWIsSzcHVGTvVhfr3nekfbJSf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:19.9375rem;top:29.5625rem;left:0.03125rem;overflow:hidden;display:block; }
#vwJZOAgxCF5BRiVWTB8qr59rkqqu8T7c { position:absolute;display:block;z-index:15003;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:10.375rem;width:20rem;top:11.9375rem;left:40rem;overflow:hidden;display:block; }
#aXXlQT7kMTtORlbRmKp2FfBLflvx7oDx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:20rem;top:22.25rem;left:40rem;overflow:hidden;display:block; }
#tZu5r9IPCvq5uX0RkxlqoTEGK58O5R43 { 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:10.375rem;width:20rem;top:32.5625rem;left:40rem;overflow:hidden;display:block; }
#PC00JwwTkfrxiqn1pT8du6K0zbI6h18b { position:absolute;display:block;z-index:15003;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:10.375rem;width:19.9375rem;top:42.875rem;left:0.03125rem;overflow:hidden;display:block; }
#Fb4a2gda2WhSes04z9XhN8wiyk0xQ8AB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:19.9375rem;top:42.875rem;left:20.03125rem;overflow:hidden;display:block; }
#VoksGBwXLt7tQxzfDmeNJcIKfVTZqVQz { position:absolute;display:block;z-index:14999;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:14.5625rem;width:20.3125rem;top:38.75rem;left:39.6875rem;overflow:hidden;display:block; }
#f629y3u27a4GUEduO6TEUiwAu905XG6c { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:20.3125rem;top:2.6875rem;left:19.84375rem;overflow:hidden;display:block; }
#wQbG6RT6TuZnhVE4rZCflsMdmdHttqSa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:24.375rem;top:2.53125rem;left:0rem;overflow:hidden;display:block; }
#SomTmdZulHXtaMTmwckiomBMXyAqqRV3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:20rem;top:2.6875rem;left:40rem;overflow:hidden;display:block; }
#liCBNmkak379bkpqK6ORF6TKhwKdMGKq { 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/RT67oi5Y/fotobg5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq.adaptive-delivery-prevent-bg, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyload, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyloading { background-image: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { background-color: transparent; background-image: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container > .video-iframe-container { display: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row > .video-iframe-container { display: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .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); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { border-width: 0; border-radius: 0; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { 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; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { background-color: transparent; background-image: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container > .video-iframe-container { display: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container { display: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .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); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { border-width: 0; border-radius: 0; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:block; }#UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { color:#27262e;display:block;width:47.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:6.28125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C7bROlJvxwJixn59Eq1BUEK17iA1Ongg { 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; }#C7bROlJvxwJixn59Eq1BUEK17iA1Ongg > .row .container { background-color: transparent; background-image: none; }#C7bROlJvxwJixn59Eq1BUEK17iA1Ongg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7bROlJvxwJixn59Eq1BUEK17iA1Ongg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7bROlJvxwJixn59Eq1BUEK17iA1Ongg > .row .container > .video-iframe-container { display: none; }#C7bROlJvxwJixn59Eq1BUEK17iA1Ongg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7bROlJvxwJixn59Eq1BUEK17iA1Ongg > .row > .video-iframe-container { display: none; }#C7bROlJvxwJixn59Eq1BUEK17iA1Ongg > .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); }#C7bROlJvxwJixn59Eq1BUEK17iA1Ongg > .row .container { border-width: 0; border-radius: 0; }#C7bROlJvxwJixn59Eq1BUEK17iA1Ongg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C7bROlJvxwJixn59Eq1BUEK17iA1Ongg > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:60rem;position:relative;display:block; }#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-form-header {  }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#f2f9ff;width:24.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .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:24.375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-3),1);font-size:0.8125rem;overflow:hidden;font-family:"open sans"; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-input-text {padding-top: 0; padding-bottom: 0;}#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .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:24.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-3),1);font-size:0.8125rem;overflow:hidden;font-family:"open sans"; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .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:24.375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-3),1);font-family:"open sans";font-size:0.8125rem;overflow:hidden; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-input-select {padding-top: 0; padding-bottom: 0;}#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .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:#f6f920;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;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#1abc9c;width:24.375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI [class*="-text"]:-moz-placeholder { color:#b9b8b8;font-family:"open sans";font-size:0.8125rem; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI [class*="-text"]::-moz-placeholder { color:#b9b8b8;font-family:"open sans";font-size:0.8125rem; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI [class*="-text"]:-ms-input-placeholder { color:#b9b8b8;font-family:"open sans";font-size:0.8125rem; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI [class*="-text"]::-webkit-input-placeholder { color:#b9b8b8;font-family:"open sans";font-size:0.8125rem; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.8125rem;font-weight:400;color:#f2f9ff;vertical-align:top;width:23.125rem;overflow:hidden;font-style:normal;line-height:1.4; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:6.4375rem;vertical-align:middle;font-family:"open sans";font-size:1rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.4; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-container:first-of-type{padding-top:0;}#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-container:last-of-type{padding-bottom:0;}#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI  { background-color:#1abc9c;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:31.5625rem;top:0rem;z-index:15005;position:absolute; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.375rem; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI {display:block;}#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI { background-color:#1abc9c;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:31.5625rem;top:0rem;z-index:15005;position:absolute; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #CuSGAzrsKMx3elqx1T5cgeRJRK8mBiHy { position:relative; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #rguutO5DcovmqhIG4OP36dfg7MbBSIGD { position:relative;display:block; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #K48znnLdNO0dlxT78w9baknvdsst7dhW { position:relative; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #ikFsk8TXGbgWzCWrIV7iAwaQW8SNT8cL { position:relative; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #HyTwhOvPF7vRc2ZA6TsDHb0DWEW38Dwc { position:relative;display:block; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #LKS0aTtGoHoVXMLPVEzh89eA1ADsMMP7 { position:relative; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #G2CNGcX5NpKnTUrfkmbT4Xq19mf2gSkf { position:relative; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #BPfSeuHPqBo0Cl8pTHeKTJQDk1GtpGNd { position:relative;display:block; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #EpiDhhcdah8qpvZDIcm0cMIXMhzaaVlG { position:relative; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #myGFhwy42piUE4RmwNtDIqT4wRqxKSho { position:relative; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #myGFhwy42piUE4RmwNtDIqT4wRqxKSho .container-column{width:100%;}#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #VoADMsSh6qQyIdILCX6aFJsZtdkz78vQ { position:relative;display:block; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #DFccnk3MhGGhDdOJS6eP1FMWImWlSAqK { position:relative;z-index:2; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #zfdErIhem3g2Nem0SXLbD6yVAnsSGUv3 { position:relative; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #NAhtC6JIxJ1pganb6tzkv9Glpcfexp6v { position:relative;z-index:2; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #Vr1vFhxbZgNGi4CzQ7D9ELTAq5VX9N2k { position:relative; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #zzKaRJser5OALtE1mwmJlvFzbch2mVwg { position:relative; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #TZiunt2rWgtG1mPvpI5EJGmpbsNOQ6TS { position:relative;display:none; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #lKE10nVlrXFWVwCAVPdvgxfn6R8sr6gh { position:relative; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #tRKlaqqlGT9X9ev5dAbueDBqmEekDfMy { position:relative; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #JMPROGSw6BRwbN0CzrfRXulU4TCikDT9 { position:relative;display:block; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #a8OHbThTqhMXz1UdhDmaby1iN041l0ou { position:relative; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #lOGQcHwrv2LWAiSMZX7aA1zlEghwhNzh { position:relative; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #fytdvhAA8VRtkBVT6RxrUGnO9QN3TqZn { position:relative;z-index:2; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #VclOQl4g0361ZAZo3oypQt1gugTPQJGZ { position:relative; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #DeKOZ3HIGXOgDfJ7L9HO6KxgsKaC0fZP { position:relative;z-index:15000; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #KRnkMXvdZmtH3EJ9EdO2UKEfZKUv8ZdI { position:relative;z-index:15000; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #Ka3PgWLP7wgtVAZ5Vk1RWg4knWqbMGc8 { position:relative; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #Bvr8rt7UNEAGlefwWT2SgJ9fp7mOHyTK { position:relative; }
#vFoLp0FbTmqGu4cslZBgXk7LIyqhTmyR { color:rgba(var(--color-tertiary-1),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:0rem;left:0.34375rem;height:11.25rem;font-style:normal;display:block; }
#l0mCzeWECzxiwyxAHkFMsCDwVS9EHoxL { color:#bdca2d;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.5rem #040404;top:21.875rem;left:0rem;height:2.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HDV22wfRpPI7mBa562bGPR6GvNmxsBhC { color:#1d72ce;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.5rem #c7e93d;top:20.9375rem;left:14rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bGIP86eMlUhJdU5fMMrQAfWn1hm8uJbF { color:#bdca2d;display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.5rem #040404;top:25.3125rem;left:0rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cwitSXyUpA84246Mq6qw6LLvZXpuifiK { 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:10.0625rem;width:30rem;top:10.875rem;left:0rem;overflow:hidden;display:block; }
#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P { 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/7RZfnl9E/fotobg8.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.adaptive-delivery-prevent-bg, #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.lazyload, #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.lazyloading { background-image: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { background-color: transparent; background-image: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container > .video-iframe-container { display: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container { display: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .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); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { border-width: 0; border-radius: 0; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#Q6AZK6PyrIkgsw9QtbLf4DQxdfQ6HnfZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.8125rem;top:2.25rem;left:2.59375rem;overflow:hidden;display:block; }
#AvXRvvXGIV7BvkJfL8edgx8fxBP7KtWf { color:rgba(var(--color-tertiary-1),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:3.0625rem;left:19.875rem;height:13.5rem;font-style:normal;display:block; }
#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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:none; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { border-width: 0; border-radius: 0; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:none; }#blspO6qEa5Jw6ODJUCsO8COH93iJfz8n { color:#d7d7d7;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.46875rem;left:6.28125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkxTBBR0rlN5uX55yvpevzOeBSl7ouzP { width:47.75rem;height:4.5rem;top:2.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4yx8wo3h0QVEXDVvHrC29C1zD2aEzL0 { width:33.125rem;height:25.4375rem;top:14.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { width:16.375rem;height:3.4375rem;top:45.875rem;left:31.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWWm2T4NJG2mxwWgynz49Oo50XE9V44f { display:block; }
 }@media only screen and (max-width: 763px) { #e3xdW3wTNTacIdhCyuHZmccRvxFT5l7v { width:15.375rem;height:0;top:17.5rem;left:32.375rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUwa3U1klqxM7KPbK2JDod4kKDd9QNmM { width:36.25rem;height:9.4375rem;top:40.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQsC5WvrRcCi6siXwLMrqxlNT3W0Nd0p { width:14.6875rem;height:3.1875rem;top:33.5rem;left:33.0625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TplqeLu03gDHNc9S2aaI91zad2DgDQfi { width:14.6875rem;height:4.625rem;top:40.25rem;left:33.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwBOhBzXqW9R4gwRKIqHOkOObxTbPQTK { width:14.6875rem;height:3.9375rem;top:36.625rem;left:33.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLwxQ8dMvIv8l2XFmnMqWUbxcip7JeZc { width:6.375rem;height:6.375rem;top:57.5625rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruRRtEEfRGOezklZHmo5s4ABU5fkeyra { width:6.0625rem;height:6rem;top:58.1875rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok9snw0eqnnIXqIOxBG7N5Hfam8HE6MA { width:6.3125rem;height:6.3125rem;top:57.75rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTDqlBRTNbx3ZuSWkav5IeQ4D0s9rgSl { width:7.125rem;height:7.125rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwq4JUNsz7muwe8MlBTkyLWWUlMmgkSP { width:6.1875rem;height:6.1875rem;top:57.75rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIlXV4zlrWPlMMr50DhtHMPOzHa2Cd7e { width:10.8125rem;height:4.625rem;top:58.1875rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suAO6wzmbRwO36WlhSH19Nelsr4ldutv { width:12.5rem;height:2.88671875rem;top:50.8125rem;left:35.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVchy9MW9yThqAiKvMJIhQu59SRoySOO { width:10.125rem;height:3.375rem;top:20.625rem;left:29.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkfUKsh2JVwpR8svgivg9DtREp9TgVMx { width:11.8125rem;height:30.0625rem;top:20.8125rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhDSoKbdZJeRiqtBMM8NrxmFhzb5DobQ { top:52.125rem;left:0rem;width:25.625rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9FTBIATr1oyKRUCPKZ4ySrE6wbFzZ20 { display:block; }
 }@media only screen and (max-width: 763px) { #AmoEC39nExt3hT2eZxQzoaFU7uI0S4e7 { display:block; }#AmoEC39nExt3hT2eZxQzoaFU7uI0S4e7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unN4JTKHX6unaFgEwRbJT97TKhNFHT60 { width:27.875rem;height:16.9921875rem;top:9.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuTRwANTk4waQfARgxybZFmXLU8Ct69V { width:47.75rem;height:2.199225rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDGKEyNFiTa7p4UQzrdKzTSymApPcpbG { width:27.6875rem;height:11.8945625rem;top:29.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW5neI2qFkXRlUM6zwdNpbFzxCIi9Ree { width:28.375rem;height:16.99221875rem;top:44.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToRbqoGVA8W6fP86bR4OMSrk9m1bEi8P { width:28.625rem;height:19.0625rem;top:9.875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAdCGkKlTACCFaAfuO0vMIzQKqP91idn { width:28.625rem;height:14.875rem;top:37.1875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLInh6fGMmewPDOHn2hD74bbvN5LqCLy { width:27.1875rem;height:8.5rem;top:29.9375rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { width:27.125rem;height:15.3125rem;top:49.6875rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQP1AC8bbTpUCUpxwxQ6UxT1PARlrbth { top:63.9375rem;left:0rem;width:25.625rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikh4TqomqobwMVhREs26iTpthEgQBfmJ { display:block; }
 }@media only screen and (max-width: 763px) { #tBoAhQZZ5UALpkHAqIuRw1X6B84ZcqFw { display:block; }#tBoAhQZZ5UALpkHAqIuRw1X6B84ZcqFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtSL5OMumEMJlZxivISRNoq0ETVe314w { width:28.125rem;height:3.19921875rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8gcx8JAXw2OJWW44vzphq7yPFPRkD8Q { width:27.6875rem;height:15.5625rem;top:6.1875rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oybmQheVUov5EJxErKs3Lg2OVyVJVOPB { width:28.875rem;height:3.4375rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTEdMyDr3qHunbJqKRi41oULodlTnd7Z { display:block; }
 }@media only screen and (max-width: 763px) { #TTqoL4Je5U7QkdqBJaDPVsgK255rEfcV { width:28.125rem;height:3.19921875rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCKOrdTpt98IiGAfCTx0LkDP03F6nA6X { display:block; }#RCKOrdTpt98IiGAfCTx0LkDP03F6nA6X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBBA1xTtAkSZ67PTNTgQM2Hcup0y2WSu { width:47.75rem;height:3.0625rem;top:1.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { width:28.625rem;height:14.875rem;top:2rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { width:20.5rem;height:16.358375rem;top:1.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlT5OhhZZ1EcrT2MUd45SBJLI3Itcg0M { width:20.5rem;height:;top:20.5625rem;left:3.375rem;font-size:1rem;display:block; }#zlT5OhhZZ1EcrT2MUd45SBJLI3Itcg0M li:before{  }
 }@media only screen and (max-width: 763px) { #FqxHJziE1NXzQOWb30Jx7ViVKoPMGB24 { width:27.0625rem;height:27.625rem;top:28.125rem;left:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJJViTQ6cO1pXEoxtVIMkBOAxSo4rvEN { width:6.5rem;height:1.29980625rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP41W7zRIiIkG3JWgIZCxEXtQTrbicTP { width:0.25rem;height:12.5rem;top:1.875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyD8LukMGrfs6IXK8TTnSUkmOoMiQnnQ { width:4.6875rem;height:;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkTEFPuBeOOctwJAGDh5DFG8uBu30imr { width:21.625rem;height:19.3125rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afqw401Ufg6JcJ4oAkX1x0QTXADNNMrt { width:16.4375rem;height:3.4375rem;top:65.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hErQEEVbWEaFbL4Ek1JtQS8w05taxSTd { display:block; }
 }@media only screen and (max-width: 763px) { #adh7zm5u0V7kLHaWMlqFcFWBb6XMiKG5 { width:16.375rem;height:3.4375rem;top:65.0625rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzGZ0CZpTngSJnLhb8f2tTrfugrtQgab { display:block; }
 }@media only screen and (max-width: 763px) { #RhoRcrua1V2oRogKJUUk4QNe094a0ERQ { width:6.8125rem;height:6.8125rem;top:52.4375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9e7XVxE1KMS1km2NrcxFcC2xSJNfi0a { width:6.625rem;height:6.625rem;top:52.5625rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etqWlrT3wRfNtU4mwJ0M9VWiAEqQ8avq { width:12.5rem;height:;top:17.4375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfcX3zQ0BslJZs7Rr1ieErVLCWEkSvHD { width:14.6875rem;height:2.9375rem;top:15.25rem;left:24rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go5oUdpMERUfbEUTW3IQ4cpW4qJ2Ngkx { width:14.6875rem;height:3.9375rem;top:17.5625rem;left:24rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx0aeU9uynmJTKXCnaOmoyGL91gu6hyA { width:14.6875rem;height:2.625rem;top:21.5rem;left:24rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ6wsiXpi8EGl18lZheViITuWqJkbOJx { top:54rem;left:22.125rem;width:25.625rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyFIaPNcSfNtXlvFsD4y3E6ddiMB9qdg { display:block; }
 }@media only screen and (max-width: 763px) { #IvrMwTFHXIfN1JcGmxvPTe7R8cChy7zV { display:block; }#IvrMwTFHXIfN1JcGmxvPTe7R8cChy7zV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdSu1n0DZfTBtTc710MNnyRhNvuB4vKo { width:28.625rem;height:19.0625rem;top:2.1875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5W4wcDK5CamJRXc2uFfiBXaIWCZ4w37 { width:29.75rem;height:9.8994375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJP6CcXeAWFlTu7ZBBtbdtdTXX8dHOQ9 { width:28.125rem;height:32.28521875rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9o244OKawreit02fIglxF7iK2RcdTBg { width:28.125rem;height:10.7988125rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3mVJmOhUHOEM9VEwyEndCIfPRHQfSnC { width:28.3125rem;height:15.8125rem;top:23.4375rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4e8LmFWdNdgkyTwaT1VT5TTqfO7s9f5 { width:28.125rem;height:10.1953125rem;top:41rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcJiPV7VmgtP7siFhTF3vw1brDAyfGdQ { width:28.125rem;height:5.09765625rem;top:52.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPbrLvCavxwwhuESlSw9DH0pqTd519WR { top:58.375rem;left:22.125rem;width:25.625rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xi47x6wzSwnIaqxuL5b46kIiKGkTMHEE { display:block; }
 }@media only screen and (max-width: 763px) { #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { width:18.4375rem;height:16.875rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7B9l8LIBMFEQzrGU1HX5qoqihidsxBv { width:3.875rem;height:2.875rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pep48xawO0B6WJbSs0k2Tl5Hl5QHHdbe { width:2.375rem;height:3.0869125rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORVTT567tnlnanc3KACvMab6nm3KQzDL { width:12rem;height:2.4375rem;top:8.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { width:13.5625rem;height:6.796875rem;top:12rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { width:18.4375rem;height:16.875rem;top:6.1875rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgUr03ot1awvzcJZdnE3qVTcA0TeUchg { width:3.875rem;height:2.875rem;top:8.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGwfXK8DhcQMOgVKZty3Amib3UxNcPSe { width:3.25rem;height:3.0869125rem;top:8.0625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbnXeF0AdGP4WxFsOPVOZy5lMMy5UFPc { width:12rem;height:;top:8.3125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOCkyyuG6cibgXD5blDrk85AqRncBbJW { width:13.5625rem;height:10.1953125rem;top:12.0625rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVCt4o0938PkdFq0S2KdX28snOzUwItJ { width:3.875rem;height:2.875rem;top:8.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaACeEZsSv8V98TcLAXyHLN3EVRJJkf8 { width:2.9375rem;height:3.0869125rem;top:8.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { width:18.4375rem;height:16.875rem;top:6.1875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqOU5z56VLHZZH0Aqh8J2lE1y6nmwgCg { width:12rem;height:2.4375rem;top:8.3125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRNePBUoZ7IUNqCJt0gZzx2mebZ6inb1 { width:13.5625rem;height:8.496125rem;top:12.0625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz5hspZ7KStc4HhgODTM1mSmOc4R8Jrr { width:19.0625rem;height:19.3125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVwX0FNElyMuMeRMK1C2T2TW6BHyscrF { width:19.0625rem;height:19.3125rem;top:4.9375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPn5O5qa9G6SFC8lTOi4ho65MM8ROWFX { width:19.0625rem;height:19.3125rem;top:4.9375rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD { display:block; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbPhbnBFm7iTW73Jv5iIfxtc7ElUGyUa { width:27.125rem;height:14.0625rem;top:2.6875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqRm6eb2ATNpd1gPuKX3J0ML8hZ8vTq2 { width:6.5rem;height:7.625rem;top:0.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV6EUgLygSE8x3W4tuJogr47WETJhgeC { width:0.25rem;height:12.5rem;top:1.875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqrSFhJk5XWb6CRSlSRP3fL9l0s5nNfh { width:4.6875rem;height:2.4375rem;top:6rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuNpuOH4v6FU7bFuVHOGbQk8cSAyga7i { width:21.125rem;height:18.75rem;top:1.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNLmuXLH68x3QLrhro0atL0AaCn9CWvM { width:20.5rem;height:11.5625rem;top:1.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbt5HxCVrPwl5cEiwKBMW49JUyxgWG12 { width:20.5rem;height:;top:15.75rem;left:3.375rem;font-size:1rem;display:block; }#bbt5HxCVrPwl5cEiwKBMW49JUyxgWG12 li:before{  }
 }@media only screen and (max-width: 763px) { #ktkBSE2dufGUZh8bnQkZv5aQ54hdwZ9D { width:27.0625rem;height:25.5rem;top:19.1875rem;left:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4e4FDRokdZuB2ldRIM3aA4OlLZXV87W { width:16.375rem;height:3.4375rem;top:73.4375rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSf9WUrxRcQT9NQECb0huNi3py45lWcq { display:block; }
 }@media only screen and (max-width: 763px) { #OTfEg0TggUiBCmw6mHOlatoP0opmgCLq { width:16.4375rem;height:3.4375rem;top:73.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsIEPooDl7PI41kPFay5bgwTxGmrxBgv { display:block; }
 }@media only screen and (max-width: 763px) { #MsGKx17o9S9pyVlenJVAc4eqy9yWRgt7 { width:6.625rem;height:6.6875rem;top:65.75rem;left:14.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzeQlIUxxgSzgzNRaBfTtWyu0IkI492k { width:28.625rem;height:16.0625rem;top:19.1875rem;left:19.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EeGw4f9ZooG1pXW3UduvggAuSEbnKGG0 { width:22.1875rem;height:11.5rem;top:50.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTsw4uW4xzf5wQR70dltJnsukB5uv4TD { width:12.5rem;height:1.25rem;top:15rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfo0FwSfKQiZZnmaVkxsdMS1NTCOwRd9 { width:21.8125rem;height:2.5rem;top:62.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHOukg1H5DgkJxyTJNi0rqEerWlM7TBf { width:6.1875rem;height:6.1875rem;top:70.75rem;left:41.5625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFLSNByF8rHIq1JeidHfV4KMgOVMAMy7 { top:44.6875rem;left:22.125rem;width:25.625rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XCiFi9ctOZtGAN9CnwzfokDfpIS4c2mQ { display:block; }
 }@media only screen and (max-width: 763px) { #yn062CEe9zQyC0yTlVsDVF1eTrmyNpcE { display:block; }#yn062CEe9zQyC0yTlVsDVF1eTrmyNpcE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QN9X6G7HzSTrk0XhJZ10nqL78ESGAFO9 { width:47.75rem;height:1.70605625rem;top:0.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { display:block; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOn2FBrOkhEkwHp5B92l0khCv9BWz6fG { width:6.6875rem;height:7.625rem;top:0.875rem;left:23.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDfoOCfdsKncRKpto0Snz6I2JTSiPTob { width:0.25rem;height:12.5rem;top:1.4375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsAcFKEOSgkVZHoTCCVvHZqhrMUZKZ3h { width:4.6875rem;height:;top:6.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWNdpP41X0J4Ud71o86bAu6gS1IvMGI1 { width:26.625rem;height:17.6875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0iukladv8ZmqvBMLu9fxznT7s3DAI1U { width:20.9375rem;height:19.3125rem;top:2.3125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlzhCSvIanlURsXekWD9oduEVCzTNylR { width:21.125rem;height:20.3125rem;top:1.9375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uiu1EToGats24zDUIQbygq0XMkrixI4X { width:20.5rem;height:16.3125rem;top:1.4375rem;left:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKzDwSdk9ohTHoD4WEPLrMW3v4vly7Oz { width:20.5rem;height:;top:20.375rem;left:27.25rem;font-size:1rem;display:block; }#oKzDwSdk9ohTHoD4WEPLrMW3v4vly7Oz li:before{  }
 }@media only screen and (max-width: 763px) { #HIIKvbnOruNSG1xZqPMJeGLVbGLsZfdB { width:27.0625rem;height:25.5rem;top:22.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h69ZKzHQLQx4Ew3FKlWvRL1vQv2AEVVf { width:16.375rem;height:3.4375rem;top:67.125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyLBxBDWcrePRJT7lIfDCT2KSidg2GOs { display:block; }
 }@media only screen and (max-width: 763px) { #gfEeS7xyp5h9udknwFARmdbLC2AqipCk { width:16.4375rem;height:3.4375rem;top:67.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcGgoRIirZmv0dNWfek7PK7Cw0gr1iPX { display:block; }
 }@media only screen and (max-width: 763px) { #UBFZAVggEecFCoprlI5bDkbQ17wgIH8R { width:6.625rem;height:6.6875rem;top:59.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOGf1zeEKyFNKVd2fVuPW9f29mHrrqyH { width:6.8125rem;height:6.8125rem;top:59rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3Zdiok8tlM2McMwxMIZfFkPREcNyQdE { width:12.5rem;height:1.29980625rem;top:20.375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMT9du4CRzXEoQE19P5qotokWQlTxeza { top:59.3125rem;left:22.125rem;width:25.625rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0x6c7LtMaso90FXKNSgmoNSe2eP1TGt { display:block; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { display:block; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi { display:none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RrZABlmt373QMV9GqyTTIPDXyQO8FuAw { width:28.75rem;height:19.125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCvTHzMTm5DKsany3vOvOhwkBT9XSGed { width:32rem;height:49.0625rem;top:5.5625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { width:22.75rem;height:29.25rem;top:8.125rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpmDqDbFqLPJUNP2pA2HgUrSf9wK3WJ5 { width:4.5rem;height:4.25rem;top:3.6875rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSb2rMq51fCvxcJnrurmbPiw0sDAVs1W { width:28.75rem;height:19.0625rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBEtGStRcwXfQCXhaF4sh8KMv9HO9dtB { width:10.75rem;height:4.6875rem;top:39.1875rem;left:26.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev9RpOnR1cU3aTTnl9dg9kD09Lfr6guX { width:9.3125rem;height:4.6875rem;top:39.1875rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frBSAyIKfJpbn9FE0uUKNts8LSsDs7EE { width:21.8125rem;height:2.5rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR1oARWzE6nC9ObiTTUTXOIwcd8eNf5w { top:47.1875rem;left:22.125rem;width:25.625rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1feLAmE6W7N45P6fncDaJN6DJemSJvt { display:block; }
 }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:10.9375rem;height:3.8994125rem;top:0.5rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOTZm3nm7CAMNze7DCZqKQvybgzAJzTC { width:21.125rem;height:18.75rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { display:block; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPcKsqJtrxuUwTFrXLGTbNlmWgTJFZew { width:20.3125rem;height:13.5rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTwRl4oKqn2Nz6c7PO5RKaCyIRFPRnN { width:20.3125rem;height:13.5rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkxaVV5pfyW8HAFCTAqmpPsc2fW0ekme { width:19.9375rem;height:13.25rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw0IvMmxWIsSzcHVGTvVhfr3nekfbJSf { width:19.9375rem;height:13.25rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwJZOAgxCF5BRiVWTB8qr59rkqqu8T7c { width:20rem;height:10.375rem;top:11.9375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXXlQT7kMTtORlbRmKp2FfBLflvx7oDx { width:20rem;height:10.375rem;top:22.25rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZu5r9IPCvq5uX0RkxlqoTEGK58O5R43 { width:20rem;height:10.375rem;top:32.5625rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC00JwwTkfrxiqn1pT8du6K0zbI6h18b { width:19.9375rem;height:10.375rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb4a2gda2WhSes04z9XhN8wiyk0xQ8AB { width:19.9375rem;height:10.375rem;top:42.875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoksGBwXLt7tQxzfDmeNJcIKfVTZqVQz { width:20.3125rem;height:14.5625rem;top:38.75rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f629y3u27a4GUEduO6TEUiwAu905XG6c { width:20.3125rem;height:13.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQbG6RT6TuZnhVE4rZCflsMdmdHttqSa { width:24.375rem;height:13.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SomTmdZulHXtaMTmwckiomBMXyAqqRV3 { width:20rem;height:10.375rem;top:2.6875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #liCBNmkak379bkpqK6ORF6TKhwKdMGKq { display:none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { width:47.4375rem;height:3.8994125rem;top:1.25rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7bROlJvxwJixn59Eq1BUEK17iA1Ongg { display:block; }#C7bROlJvxwJixn59Eq1BUEK17iA1Ongg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-regular-label { width:24.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-input-text { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-input-text {padding-top: 0; padding-bottom: 0;}#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-textarea { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-input-select { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-input-select {padding-top: 0; padding-bottom: 0;}#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-input-button { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-checkbox-label { width:23.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI  { width:24.375rem;height:auto;top:0rem;left:20.875rem; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .radio-container { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI {display:block;}#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI { width:24.375rem;height:auto;top:0rem;left:20.875rem; }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #CuSGAzrsKMx3elqx1T5cgeRJRK8mBiHy {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #rguutO5DcovmqhIG4OP36dfg7MbBSIGD { display:block; }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #K48znnLdNO0dlxT78w9baknvdsst7dhW {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #ikFsk8TXGbgWzCWrIV7iAwaQW8SNT8cL {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #HyTwhOvPF7vRc2ZA6TsDHb0DWEW38Dwc { display:block; }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #LKS0aTtGoHoVXMLPVEzh89eA1ADsMMP7 {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #G2CNGcX5NpKnTUrfkmbT4Xq19mf2gSkf {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #BPfSeuHPqBo0Cl8pTHeKTJQDk1GtpGNd { display:block; }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #EpiDhhcdah8qpvZDIcm0cMIXMhzaaVlG {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #myGFhwy42piUE4RmwNtDIqT4wRqxKSho {  }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #myGFhwy42piUE4RmwNtDIqT4wRqxKSho .container-column{width:50%;} }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #VoADMsSh6qQyIdILCX6aFJsZtdkz78vQ {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #DFccnk3MhGGhDdOJS6eP1FMWImWlSAqK {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #zfdErIhem3g2Nem0SXLbD6yVAnsSGUv3 {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #NAhtC6JIxJ1pganb6tzkv9Glpcfexp6v {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #Vr1vFhxbZgNGi4CzQ7D9ELTAq5VX9N2k {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #zzKaRJser5OALtE1mwmJlvFzbch2mVwg {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #TZiunt2rWgtG1mPvpI5EJGmpbsNOQ6TS {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #lKE10nVlrXFWVwCAVPdvgxfn6R8sr6gh {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #tRKlaqqlGT9X9ev5dAbueDBqmEekDfMy {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #JMPROGSw6BRwbN0CzrfRXulU4TCikDT9 { display:block; }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #a8OHbThTqhMXz1UdhDmaby1iN041l0ou {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #lOGQcHwrv2LWAiSMZX7aA1zlEghwhNzh {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #fytdvhAA8VRtkBVT6RxrUGnO9QN3TqZn { z-index:2; }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #VclOQl4g0361ZAZo3oypQt1gugTPQJGZ {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #DeKOZ3HIGXOgDfJ7L9HO6KxgsKaC0fZP { z-index:15000; }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #KRnkMXvdZmtH3EJ9EdO2UKEfZKUv8ZdI { z-index:15000; }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #Ka3PgWLP7wgtVAZ5Vk1RWg4knWqbMGc8 {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #Bvr8rt7UNEAGlefwWT2SgJ9fp7mOHyTK {  }
 }@media only screen and (max-width: 763px) { #vFoLp0FbTmqGu4cslZBgXk7LIyqhTmyR { width:29.3125rem;height:7.5rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0mCzeWECzxiwyxAHkFMsCDwVS9EHoxL { width:14.6875rem;height:2.9375rem;top:21.875rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDV22wfRpPI7mBa562bGPR6GvNmxsBhC { width:14.6875rem;height:3.9375rem;top:20.9375rem;left:9.1875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGIP86eMlUhJdU5fMMrQAfWn1hm8uJbF { width:26.1875rem;height:2.625rem;top:25.3125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwitSXyUpA84246Mq6qw6LLvZXpuifiK { width:30rem;height:10.0625rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P { display:block; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6AZK6PyrIkgsw9QtbLf4DQxdfQ6HnfZ { width:14.8125rem;height:6.5rem;top:2.25rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvXRvvXGIV7BvkJfL8edgx8fxBP7KtWf { width:31.25rem;height:13.5rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C { display:none; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #blspO6qEa5Jw6ODJUCsO8COH93iJfz8n { width:47.4375rem;height:2.4375rem;top:1.4375rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/aYceaUYA/dezevnica_4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/aeaYrafc/gorki3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkxTBBR0rlN5uX55yvpevzOeBSl7ouzP { width:20rem;height:4.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4yx8wo3h0QVEXDVvHrC29C1zD2aEzL0 { width:20rem;height:auto;top:14.8125rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;color:#1d72ce;display:none; }
 }@media only screen and (max-width: 763px) { #h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { width:15.75rem;height:3.4375rem;top:30.5rem;left:2.125rem;background-color:#1d72ce;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #rWWm2T4NJG2mxwWgynz49Oo50XE9V44f { display:block; }
 }@media only screen and (max-width: 763px) { #e3xdW3wTNTacIdhCyuHZmccRvxFT5l7v { width:15.375rem;height:0;top:33.875rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUwa3U1klqxM7KPbK2JDod4kKDd9QNmM { width:20rem;height:12.79684375rem;top:20.8125rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;color:#1d72ce;display:block; }
 }@media only screen and (max-width: 763px) { #dQsC5WvrRcCi6siXwLMrqxlNT3W0Nd0p { width:14.6875rem;height:2rem;top:6.3125rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TplqeLu03gDHNc9S2aaI91zad2DgDQfi { width:14.6875rem;height:4rem;top:10.9375rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwBOhBzXqW9R4gwRKIqHOkOObxTbPQTK { width:14.6875rem;height:2rem;top:8.9375rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:2rem;text-shadow:0.1875rem 0.0625rem 0.5rem #040404;display:block; }
 }@media only screen and (max-width: 763px) { #CLwxQ8dMvIv8l2XFmnMqWUbxcip7JeZc { width:3.4375rem;height:3.4375rem;top:36.1875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruRRtEEfRGOezklZHmo5s4ABU5fkeyra { width:3.5625rem;height:3.5625rem;top:36.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok9snw0eqnnIXqIOxBG7N5Hfam8HE6MA { width:3.3125rem;height:3.3125rem;top:41.625rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTDqlBRTNbx3ZuSWkav5IeQ4D0s9rgSl { width:3.75rem;height:3.75rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwq4JUNsz7muwe8MlBTkyLWWUlMmgkSP { width:3.875rem;height:3.875rem;top:35.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIlXV4zlrWPlMMr50DhtHMPOzHa2Cd7e { width:10.8125rem;height:4.625rem;top:58.1875rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #suAO6wzmbRwO36WlhSH19Nelsr4ldutv { width:12.5rem;height:2.88671875rem;top:41.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVchy9MW9yThqAiKvMJIhQu59SRoySOO { width:17.3125rem;height:5.625rem;top:15.25rem;left:1.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hkfUKsh2JVwpR8svgivg9DtREp9TgVMx { width:11.8125rem;height:30.0625rem;top:20.8125rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhDSoKbdZJeRiqtBMM8NrxmFhzb5DobQ { top:45.3125rem;left:0.5rem;width:19rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9FTBIATr1oyKRUCPKZ4ySrE6wbFzZ20 { display:block; }
 }@media only screen and (max-width: 763px) { #AmoEC39nExt3hT2eZxQzoaFU7uI0S4e7 { display:block; }#AmoEC39nExt3hT2eZxQzoaFU7uI0S4e7 > .row .container { width:20rem;height:87.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unN4JTKHX6unaFgEwRbJT97TKhNFHT60 { width:20rem;height:25.48828125rem;top:12.4375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;color:#1d72ce;display:block; }
 }@media only screen and (max-width: 763px) { #tuTRwANTk4waQfARgxybZFmXLU8Ct69V { width:20rem;height:8.796875rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDGKEyNFiTa7p4UQzrdKzTSymApPcpbG { width:20rem;height:15.2929375rem;top:53.630859375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;color:#1d72ce;display:block; }
 }@media only screen and (max-width: 763px) { #oW5neI2qFkXRlUM6zwdNpbFzxCIi9Ree { width:20rem;height:0;top:133.755875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;color:#1d72ce;display:none; }
 }@media only screen and (max-width: 763px) { #ToRbqoGVA8W6fP86bR4OMSrk9m1bEi8P { width:20rem;height:13.318375rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAdCGkKlTACCFaAfuO0vMIzQKqP91idn { width:20rem;height:10.3925625rem;top:71.130859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLInh6fGMmewPDOHn2hD74bbvN5LqCLy { width:20rem;height:0;top:54.8125rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { width:20rem;height:11.8125rem;top:35.1875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UQP1AC8bbTpUCUpxwxQ6UxT1PARlrbth { top:82.755859375rem;left:0.5rem;width:19rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikh4TqomqobwMVhREs26iTpthEgQBfmJ { display:block; }
 }@media only screen and (max-width: 763px) { #tBoAhQZZ5UALpkHAqIuRw1X6B84ZcqFw { display:block; }#tBoAhQZZ5UALpkHAqIuRw1X6B84ZcqFw > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtSL5OMumEMJlZxivISRNoq0ETVe314w { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8gcx8JAXw2OJWW44vzphq7yPFPRkD8Q { height:11.2411875rem;width:20rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oybmQheVUov5EJxErKs3Lg2OVyVJVOPB { width:18.5rem;height:3.4375rem;top:16.40625rem;left:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTEdMyDr3qHunbJqKRi41oULodlTnd7Z { display:block; }
 }@media only screen and (max-width: 763px) { #TTqoL4Je5U7QkdqBJaDPVsgK255rEfcV { width:20rem;height:4.798825rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCKOrdTpt98IiGAfCTx0LkDP03F6nA6X { display:block; }#RCKOrdTpt98IiGAfCTx0LkDP03F6nA6X > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBBA1xTtAkSZ67PTNTgQM2Hcup0y2WSu { width:12.5rem;height:3.4121125rem;top:0.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { width:20rem;height:102.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { width:20rem;height:10.375rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { width:20rem;height:16.358375rem;top:14.75rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zlT5OhhZZ1EcrT2MUd45SBJLI3Itcg0M { width:20rem;height:21.953125rem;top:32.5rem;left:0rem;text-align:left;text-align-last:left;display:block; }#zlT5OhhZZ1EcrT2MUd45SBJLI3Itcg0M li:before{  }
 }@media only screen and (max-width: 763px) { #FqxHJziE1NXzQOWb30Jx7ViVKoPMGB24 { width:20rem;height:23.7890625rem;top:56.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJJViTQ6cO1pXEoxtVIMkBOAxSo4rvEN { width:5.9375rem;height:0;top:14.25rem;left:7.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fP41W7zRIiIkG3JWgIZCxEXtQTrbicTP { width:0.25rem;height:18rem;top:20.125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyD8LukMGrfs6IXK8TTnSUkmOoMiQnnQ { width:4.6875rem;height:0;top:13rem;left:7.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FkTEFPuBeOOctwJAGDh5DFG8uBu30imr { width:20rem;height:19.3125rem;top:55.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #afqw401Ufg6JcJ4oAkX1x0QTXADNNMrt { width:16.4375rem;height:3.4375rem;top:76.4765625rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hErQEEVbWEaFbL4Ek1JtQS8w05taxSTd { display:block; }
 }@media only screen and (max-width: 763px) { #adh7zm5u0V7kLHaWMlqFcFWBb6XMiKG5 { width:16.375rem;height:3.4375rem;top:83.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzGZ0CZpTngSJnLhb8f2tTrfugrtQgab { display:block; }
 }@media only screen and (max-width: 763px) { #RhoRcrua1V2oRogKJUUk4QNe094a0ERQ { width:6.8125rem;height:6.8125rem;top:54.9375rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9e7XVxE1KMS1km2NrcxFcC2xSJNfi0a { width:6.625rem;height:6.625rem;top:47rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #etqWlrT3wRfNtU4mwJ0M9VWiAEqQ8avq { width:12.5rem;height:1.25rem;top:44.5rem;left:3.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RfcX3zQ0BslJZs7Rr1ieErVLCWEkSvHD { width:14.6875rem;height:2rem;top:90.6875rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go5oUdpMERUfbEUTW3IQ4cpW4qJ2Ngkx { width:14.6875rem;height:2rem;top:92.6875rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx0aeU9uynmJTKXCnaOmoyGL91gu6hyA { width:14.6875rem;height:2rem;top:94.6875rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ6wsiXpi8EGl18lZheViITuWqJkbOJx { top:97.9375rem;left:0.5rem;width:19rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyFIaPNcSfNtXlvFsD4y3E6ddiMB9qdg { display:block; }
 }@media only screen and (max-width: 763px) { #IvrMwTFHXIfN1JcGmxvPTe7R8cChy7zV { display:block; }#IvrMwTFHXIfN1JcGmxvPTe7R8cChy7zV > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdSu1n0DZfTBtTc710MNnyRhNvuB4vKo { width:20rem;height:13.3125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5W4wcDK5CamJRXc2uFfiBXaIWCZ4w37 { width:20rem;height:7.01075rem;top:16.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJP6CcXeAWFlTu7ZBBtbdtdTXX8dHOQ9 { width:20rem;height:11.8125rem;top:35.1875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #u9o244OKawreit02fIglxF7iK2RcdTBg { width:20rem;height:14.3984375rem;top:24.3125rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F3mVJmOhUHOEM9VEwyEndCIfPRHQfSnC { height:11.1875rem;width:20rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4e8LmFWdNdgkyTwaT1VT5TTqfO7s9f5 { width:20rem;height:13.59375rem;top:52.1875rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zcJiPV7VmgtP7siFhTF3vw1brDAyfGdQ { width:20rem;height:5.09765625rem;top:68.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPbrLvCavxwwhuESlSw9DH0pqTd519WR { top:74.375rem;left:0.5rem;width:19rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xi47x6wzSwnIaqxuL5b46kIiKGkTMHEE { display:block; }
 }@media only screen and (max-width: 763px) { #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { width:18.4375rem;height:16.25rem;top:0.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7B9l8LIBMFEQzrGU1HX5qoqihidsxBv { width:3.875rem;height:2.875rem;top:2.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pep48xawO0B6WJbSs0k2Tl5Hl5QHHdbe { width:2.375rem;height:3.0869125rem;top:1.9375rem;left:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ORVTT567tnlnanc3KACvMab6nm3KQzDL { width:12rem;height:2.11230625rem;top:2.28125rem;left:5.8125rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { width:15.125rem;height:6.796875rem;top:6rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { width:18.4375rem;height:16.25rem;top:33.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgUr03ot1awvzcJZdnE3qVTcA0TeUchg { width:3.875rem;height:2.875rem;top:35.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGwfXK8DhcQMOgVKZty3Amib3UxNcPSe { width:3.25rem;height:3.0869125rem;top:35.0625rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbnXeF0AdGP4WxFsOPVOZy5lMMy5UFPc { width:12rem;height:2.11230625rem;top:35.4375rem;left:5.875rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOCkyyuG6cibgXD5blDrk85AqRncBbJW { width:14.6875rem;height:10.1953125rem;top:39.25rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVCt4o0938PkdFq0S2KdX28snOzUwItJ { width:3.875rem;height:2.875rem;top:18.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaACeEZsSv8V98TcLAXyHLN3EVRJJkf8 { width:2.9375rem;height:3.0869125rem;top:18.1875rem;left:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { width:18.4375rem;height:16.25rem;top:16.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqOU5z56VLHZZH0Aqh8J2lE1y6nmwgCg { width:12rem;height:2.11230625rem;top:18.5rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRNePBUoZ7IUNqCJt0gZzx2mebZ6inb1 { width:15.0625rem;height:8.496125rem;top:22.625rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz5hspZ7KStc4HhgODTM1mSmOc4R8Jrr { width:19.0625rem;height:19.3125rem;top:86.15625rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVwX0FNElyMuMeRMK1C2T2TW6BHyscrF { width:19.0625rem;height:19.3125rem;top:113.0625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPn5O5qa9G6SFC8lTOi4ho65MM8ROWFX { width:19.0625rem;height:19.3125rem;top:146.625rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD { display:block; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { width:20rem;height:105.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbPhbnBFm7iTW73Jv5iIfxtc7ElUGyUa { width:20rem;height:10.375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqRm6eb2ATNpd1gPuKX3J0ML8hZ8vTq2 { width:6.5rem;height:1.29980625rem;top:14.375rem;left:6.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JV6EUgLygSE8x3W4tuJogr47WETJhgeC { width:0.25rem;height:18rem;top:20.125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqrSFhJk5XWb6CRSlSRP3fL9l0s5nNfh { width:4.6875rem;height:0;top:13.0625rem;left:7.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NuNpuOH4v6FU7bFuVHOGbQk8cSAyga7i { width:20rem;height:18.75rem;top:70.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNLmuXLH68x3QLrhro0atL0AaCn9CWvM { width:20rem;height:11.6845625rem;top:13.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bbt5HxCVrPwl5cEiwKBMW49JUyxgWG12 { width:20rem;height:26.2890625rem;top:26.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }#bbt5HxCVrPwl5cEiwKBMW49JUyxgWG12 li:before{  }
 }@media only screen and (max-width: 763px) { #ktkBSE2dufGUZh8bnQkZv5aQ54hdwZ9D { width:20rem;height:20.390625rem;top:77.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4e4FDRokdZuB2ldRIM3aA4OlLZXV87W { width:16.375rem;height:3.4375rem;top:73rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSf9WUrxRcQT9NQECb0huNi3py45lWcq { display:block; }
 }@media only screen and (max-width: 763px) { #OTfEg0TggUiBCmw6mHOlatoP0opmgCLq { width:16.4375rem;height:3.4375rem;top:96.0625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsIEPooDl7PI41kPFay5bgwTxGmrxBgv { display:block; }
 }@media only screen and (max-width: 763px) { #MsGKx17o9S9pyVlenJVAc4eqy9yWRgt7 { width:6.625rem;height:6.6875rem;top:133.5rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PzeQlIUxxgSzgzNRaBfTtWyu0IkI492k { height:11.222707423581rem;width:20rem;top:94.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EeGw4f9ZooG1pXW3UduvggAuSEbnKGG0 { width:20rem;height:10.36525rem;top:57.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTsw4uW4xzf5wQR70dltJnsukB5uv4TD { width:12.5rem;height:1.25rem;top:91.75rem;left:3.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cfo0FwSfKQiZZnmaVkxsdMS1NTCOwRd9 { width:20rem;height:2.5996125rem;top:69rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LHOukg1H5DgkJxyTJNi0rqEerWlM7TBf { width:6.1875rem;height:6.1875rem;top:141.4375rem;left:6.875rem;font-size:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFLSNByF8rHIq1JeidHfV4KMgOVMAMy7 { top:100.75rem;left:0.5rem;width:19rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XCiFi9ctOZtGAN9CnwzfokDfpIS4c2mQ { display:block; }
 }@media only screen and (max-width: 763px) { #yn062CEe9zQyC0yTlVsDVF1eTrmyNpcE { display:block; }#yn062CEe9zQyC0yTlVsDVF1eTrmyNpcE > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QN9X6G7HzSTrk0XhJZ10nqL78ESGAFO9 { width:12.5rem;height:5.1181625rem;top:0.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { display:block; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { width:20rem;height:94.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOn2FBrOkhEkwHp5B92l0khCv9BWz6fG { width:6.6875rem;height:0;top:17.125rem;left:6.65625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nDfoOCfdsKncRKpto0Snz6I2JTSiPTob { width:0.25rem;height:18rem;top:33.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsAcFKEOSgkVZHoTCCVvHZqhrMUZKZ3h { width:4.6875rem;height:0;top:13rem;left:7.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWNdpP41X0J4Ud71o86bAu6gS1IvMGI1 { width:18.5625rem;height:12.3125rem;top:1.375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0iukladv8ZmqvBMLu9fxznT7s3DAI1U { width:20rem;height:19.3125rem;top:87.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KlzhCSvIanlURsXekWD9oduEVCzTNylR { width:20rem;height:20.3125rem;top:40.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uiu1EToGats24zDUIQbygq0XMkrixI4X { width:20rem;height:8.496125rem;top:43.75rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oKzDwSdk9ohTHoD4WEPLrMW3v4vly7Oz { width:20rem;height:29.375rem;top:54.375rem;left:0rem;text-align:left;text-align-last:left;display:block; }#oKzDwSdk9ohTHoD4WEPLrMW3v4vly7Oz li:before{  }
 }@media only screen and (max-width: 763px) { #HIIKvbnOruNSG1xZqPMJeGLVbGLsZfdB { width:20rem;height:20.390625rem;top:16.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h69ZKzHQLQx4Ew3FKlWvRL1vQv2AEVVf { width:16.375rem;height:3.4375rem;top:85.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyLBxBDWcrePRJT7lIfDCT2KSidg2GOs { display:block; }
 }@media only screen and (max-width: 763px) { #gfEeS7xyp5h9udknwFARmdbLC2AqipCk { width:16.4375rem;height:3.4375rem;top:38.0625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcGgoRIirZmv0dNWfek7PK7Cw0gr1iPX { display:block; }
 }@media only screen and (max-width: 763px) { #UBFZAVggEecFCoprlI5bDkbQ17wgIH8R { width:6.625rem;height:6.6875rem;top:56.625rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOGf1zeEKyFNKVd2fVuPW9f29mHrrqyH { width:6.8125rem;height:6.8125rem;top:64.5625rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3Zdiok8tlM2McMwxMIZfFkPREcNyQdE { width:12.5rem;height:1.29980625rem;top:14.25rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMT9du4CRzXEoQE19P5qotokWQlTxeza { top:89.8125rem;left:0.5rem;width:19rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0x6c7LtMaso90FXKNSgmoNSe2eP1TGt { display:block; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { background-color: transparent; background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .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); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi { display:block; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrZABlmt373QMV9GqyTTIPDXyQO8FuAw { width:20rem;height:13.3125rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XCvTHzMTm5DKsany3vOvOhwkBT9XSGed { width:20rem;height:31.25rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { width:17.75rem;height:26.25rem;top:7.5625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpmDqDbFqLPJUNP2pA2HgUrSf9wK3WJ5 { width:4.5rem;height:4.25rem;top:2.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSb2rMq51fCvxcJnrurmbPiw0sDAVs1W { width:20rem;height:13.260869565218rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBEtGStRcwXfQCXhaF4sh8KMv9HO9dtB { width:10.75rem;height:4.6875rem;top:50.9375rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ev9RpOnR1cU3aTTnl9dg9kD09Lfr6guX { width:9.3125rem;height:4.6875rem;top:56.875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #frBSAyIKfJpbn9FE0uUKNts8LSsDs7EE { width:20rem;height:2.5rem;top:32.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kR1oARWzE6nC9ObiTTUTXOIwcd8eNf5w { top:50.9375rem;left:0.5rem;width:19rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1feLAmE6W7N45P6fncDaJN6DJemSJvt { display:block; }
 }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:20rem;height:2.75rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOTZm3nm7CAMNze7DCZqKQvybgzAJzTC { width:20rem;height:18.75rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { display:none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { width:20rem;height:176.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TPcKsqJtrxuUwTFrXLGTbNlmWgTJFZew { width:20rem;height:13.292307692307rem;top:71.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTwRl4oKqn2Nz6c7PO5RKaCyIRFPRnN { width:20rem;height:13.292307692307rem;top:57.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkxaVV5pfyW8HAFCTAqmpPsc2fW0ekme { width:19.9375rem;height:13.25rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw0IvMmxWIsSzcHVGTvVhfr3nekfbJSf { width:19.9375rem;height:13.25rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwJZOAgxCF5BRiVWTB8qr59rkqqu8T7c { width:20rem;height:10.375rem;top:136.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXXlQT7kMTtORlbRmKp2FfBLflvx7oDx { width:20rem;height:10.375rem;top:160.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZu5r9IPCvq5uX0RkxlqoTEGK58O5R43 { width:20rem;height:10.375rem;top:148.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC00JwwTkfrxiqn1pT8du6K0zbI6h18b { width:19.9375rem;height:10.375rem;top:86.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb4a2gda2WhSes04z9XhN8wiyk0xQ8AB { width:19.9375rem;height:10.375rem;top:98.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoksGBwXLt7tQxzfDmeNJcIKfVTZqVQz { width:20rem;height:14.338461538461rem;top:109.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f629y3u27a4GUEduO6TEUiwAu905XG6c { width:20rem;height:13.292307692307rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQbG6RT6TuZnhVE4rZCflsMdmdHttqSa { width:20rem;height:11.230769230769rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SomTmdZulHXtaMTmwckiomBMXyAqqRV3 { width:20rem;height:10.375rem;top:125.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #liCBNmkak379bkpqK6ORF6TKhwKdMGKq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/RT67oi5Y/fotobg5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq.adaptive-delivery-prevent-bg, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyload, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyloading { background-image: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { width:20rem;height:1.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { width:20rem;height:4.673825rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #C7bROlJvxwJixn59Eq1BUEK17iA1Ongg { display:block; }#C7bROlJvxwJixn59Eq1BUEK17iA1Ongg > .row .container { width:20rem;height:68.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-input-text {padding-top: 0; padding-bottom: 0;}#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-input-select {padding-top: 0; padding-bottom: 0;}#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI  { width:17.5rem;height:auto;top:26.4375rem;left:0rem; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI {display:block;}#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI { width:17.5rem;height:auto;top:26.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #CuSGAzrsKMx3elqx1T5cgeRJRK8mBiHy {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #rguutO5DcovmqhIG4OP36dfg7MbBSIGD { display:block; }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #K48znnLdNO0dlxT78w9baknvdsst7dhW {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #ikFsk8TXGbgWzCWrIV7iAwaQW8SNT8cL {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #HyTwhOvPF7vRc2ZA6TsDHb0DWEW38Dwc { display:block; }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #LKS0aTtGoHoVXMLPVEzh89eA1ADsMMP7 {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #G2CNGcX5NpKnTUrfkmbT4Xq19mf2gSkf {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #BPfSeuHPqBo0Cl8pTHeKTJQDk1GtpGNd { display:block; }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #EpiDhhcdah8qpvZDIcm0cMIXMhzaaVlG {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #myGFhwy42piUE4RmwNtDIqT4wRqxKSho {  }
#JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #myGFhwy42piUE4RmwNtDIqT4wRqxKSho .container-column{width:50%;} }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #VoADMsSh6qQyIdILCX6aFJsZtdkz78vQ {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #DFccnk3MhGGhDdOJS6eP1FMWImWlSAqK {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #zfdErIhem3g2Nem0SXLbD6yVAnsSGUv3 {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #NAhtC6JIxJ1pganb6tzkv9Glpcfexp6v {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #Vr1vFhxbZgNGi4CzQ7D9ELTAq5VX9N2k {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #zzKaRJser5OALtE1mwmJlvFzbch2mVwg {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #TZiunt2rWgtG1mPvpI5EJGmpbsNOQ6TS {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #lKE10nVlrXFWVwCAVPdvgxfn6R8sr6gh {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #tRKlaqqlGT9X9ev5dAbueDBqmEekDfMy {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #JMPROGSw6BRwbN0CzrfRXulU4TCikDT9 { display:block; }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #a8OHbThTqhMXz1UdhDmaby1iN041l0ou {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #lOGQcHwrv2LWAiSMZX7aA1zlEghwhNzh {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #fytdvhAA8VRtkBVT6RxrUGnO9QN3TqZn { z-index:2; }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #VclOQl4g0361ZAZo3oypQt1gugTPQJGZ {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #DeKOZ3HIGXOgDfJ7L9HO6KxgsKaC0fZP { z-index:15000; }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #KRnkMXvdZmtH3EJ9EdO2UKEfZKUv8ZdI { z-index:15000; }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #Ka3PgWLP7wgtVAZ5Vk1RWg4knWqbMGc8 {  }
 }@media only screen and (max-width: 763px) { #JX0KXLWppZ7ClGoVqlNwNTswdlwNDWWI #Bvr8rt7UNEAGlefwWT2SgJ9fp7mOHyTK {  }
 }@media only screen and (max-width: 763px) { #vFoLp0FbTmqGu4cslZBgXk7LIyqhTmyR { width:20rem;height:7.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0mCzeWECzxiwyxAHkFMsCDwVS9EHoxL { width:14.6875rem;height:2rem;top:16.9375rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDV22wfRpPI7mBa562bGPR6GvNmxsBhC { width:14.6875rem;height:2rem;top:18.9375rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGIP86eMlUhJdU5fMMrQAfWn1hm8uJbF { width:14.6875rem;height:4rem;top:21.4375rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwitSXyUpA84246Mq6qw6LLvZXpuifiK { width:20rem;height:6.7083333333331rem;top:10.2919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7RZfnl9E/fotobg8.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.adaptive-delivery-prevent-bg, #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.lazyload, #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.lazyloading { background-image: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { background-color: transparent; background-image: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container > .video-iframe-container { display: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container { display: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .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); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6AZK6PyrIkgsw9QtbLf4DQxdfQ6HnfZ { width:14.8125rem;height:6.5rem;top:1.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvXRvvXGIV7BvkJfL8edgx8fxBP7KtWf { width:20rem;height:11.25rem;top:9rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C { display:none; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #blspO6qEa5Jw6ODJUCsO8COH93iJfz8n { width:20rem;height:4.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }