.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:249,243,228;--color-primary-1:236,214,165;--color-primary-2:217,172,75;--color-primary-3:109,86,38;--color-primary-4:33,26,11;--color-secondary-0:255,255,255;--color-secondary-1:242,242,242;--color-secondary-2:235,235,235;--color-secondary-3:227,227,227;--color-secondary-4:47,47,47;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,244;--color-tertiary-2:102,102,102;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Figtree";--paragraphs-font-family:"Figtree"; }body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c81e2361-a1a6-4d18-b754-a7c385ec33f5/KeinTitel1440x680px4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW.adaptive-delivery-prevent-bg, #DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW.lazyload, #DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW.lazyloading { background-image: none; }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .row .container { background-color: transparent; background-image: none; }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .row .container > .video-iframe-container { display: none; }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .row > .video-iframe-container { display: none; }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .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); }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .row .container { border-width: 0; border-radius: 0; }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .row .container { width:60rem;height:44.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ESN3JXwxzXDftuvDeKupWH3XJVeweAwa { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:6.125rem;left:0rem;height:5.8496125rem;font-style:normal;display:block; }
#C2DxUhlhAvU4KKsTpDRlk60l3BroyNLo { color:#131212;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.734375rem;left:0rem;height:5.1181625rem;font-style:normal;display:block; }
#ssvsAVJzqlIof8tRXWamegrwh5EvmvFg { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:36.6875rem;left:30.1875rem; }
#b4dU77bSTDINNIFX3Ox87zNKSO99tcvx { position:absolute;display:block;z-index:15019;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.125rem;width:8.9375rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#UDwJNCyQ0I4HsxiMhNP40xVaZuJKLnAU { color:#131212;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:26.984375rem;left:0rem;height:4.63036875rem;font-style:normal;display:block; }
#SLelob0AszkLCPBuTxts9igcR5OuHf2K { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-secondary-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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.6875rem;left:0rem;display:block; }
#iOic3b9AnxzuXzih7TUhpO0XcLT7lJnN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UFDH1uWCSrVtmq69CMbPVPTUuF3vLgac { 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; }#UFDH1uWCSrVtmq69CMbPVPTUuF3vLgac > .row .container { background-color: transparent; background-image: none; }#UFDH1uWCSrVtmq69CMbPVPTUuF3vLgac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFDH1uWCSrVtmq69CMbPVPTUuF3vLgac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFDH1uWCSrVtmq69CMbPVPTUuF3vLgac > .row .container > .video-iframe-container { display: none; }#UFDH1uWCSrVtmq69CMbPVPTUuF3vLgac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFDH1uWCSrVtmq69CMbPVPTUuF3vLgac > .row > .video-iframe-container { display: none; }#UFDH1uWCSrVtmq69CMbPVPTUuF3vLgac > .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); }#UFDH1uWCSrVtmq69CMbPVPTUuF3vLgac > .row .container { border-width: 0; border-radius: 0; }#UFDH1uWCSrVtmq69CMbPVPTUuF3vLgac > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UFDH1uWCSrVtmq69CMbPVPTUuF3vLgac > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#mUIf6HeJGaAaWTDLqvme5GhRWzWCWwDo { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.3125rem;top:2.21875rem;left:11.450168918919rem;overflow:hidden;display:block; }
#cty5ln1AEdiArNqlnKaXbLx230cpLhbD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:0.65625rem;left:18.875rem;overflow:hidden;display:block; }
#TBUCS7zCWwpfqb6rZliVhh5oncMz6WFr { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:9.625rem;top:2.21875rem;left:0rem;overflow:hidden;display:block; }
#qJPB4HMFQQokNVWNxvWSK6AQt4htNIbC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:14.25rem;top:2.40625rem;left:26.4375rem;overflow:hidden;display:block; }
#hl6LmTfeayulm7X19h0NNOd0zRLNHvqc { position:absolute;display:block;z-index:15018;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.5rem;width:10.9375rem;top:2.03125rem;left:48.913461538461rem;overflow:hidden;display:block; }
#SOsoxMTHJGVykoTz3ISFTXzRpuS5MZvf { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.0625rem;top:1.59375rem;left:41.96875rem;overflow:hidden;display:block; }
#n90sgM5EWrPtZCoNTK9Jq6XsOKyzpxif { 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; }#n90sgM5EWrPtZCoNTK9Jq6XsOKyzpxif > .row .container { background-color: transparent; background-image: none; }#n90sgM5EWrPtZCoNTK9Jq6XsOKyzpxif::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n90sgM5EWrPtZCoNTK9Jq6XsOKyzpxif > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n90sgM5EWrPtZCoNTK9Jq6XsOKyzpxif > .row .container > .video-iframe-container { display: none; }#n90sgM5EWrPtZCoNTK9Jq6XsOKyzpxif > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n90sgM5EWrPtZCoNTK9Jq6XsOKyzpxif > .row > .video-iframe-container { display: none; }#n90sgM5EWrPtZCoNTK9Jq6XsOKyzpxif > .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); }#n90sgM5EWrPtZCoNTK9Jq6XsOKyzpxif > .row .container { border-width: 0; border-radius: 0; }#n90sgM5EWrPtZCoNTK9Jq6XsOKyzpxif > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n90sgM5EWrPtZCoNTK9Jq6XsOKyzpxif > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#g3plPIsqOR9mnKlZduh6dhJ9ArSOmZTy { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RUp4v8G4pu8GsidgGbPg7eabTRJGAczl { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrL3rD5minT4iNOkPyy2xaVJxDeDJEON { 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; }#HrL3rD5minT4iNOkPyy2xaVJxDeDJEON > .row .container { background-color: transparent; background-image: none; }#HrL3rD5minT4iNOkPyy2xaVJxDeDJEON::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrL3rD5minT4iNOkPyy2xaVJxDeDJEON > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrL3rD5minT4iNOkPyy2xaVJxDeDJEON > .row .container > .video-iframe-container { display: none; }#HrL3rD5minT4iNOkPyy2xaVJxDeDJEON > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrL3rD5minT4iNOkPyy2xaVJxDeDJEON > .row > .video-iframe-container { display: none; }#HrL3rD5minT4iNOkPyy2xaVJxDeDJEON > .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); }#HrL3rD5minT4iNOkPyy2xaVJxDeDJEON > .row .container { border-width: 0; border-radius: 0; }#HrL3rD5minT4iNOkPyy2xaVJxDeDJEON > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrL3rD5minT4iNOkPyy2xaVJxDeDJEON > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#yTut5uFZMe3UsSm0fbIAB0xJlCFMqCVk { color:rgba(var(--color-tertiary-4),1);display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:2.1875rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKDfZSzwEfm9teQT2Hmv7wD71AvNmzxz { 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; }#vKDfZSzwEfm9teQT2Hmv7wD71AvNmzxz > .row .container { background-color: transparent; background-image: none; }#vKDfZSzwEfm9teQT2Hmv7wD71AvNmzxz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKDfZSzwEfm9teQT2Hmv7wD71AvNmzxz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKDfZSzwEfm9teQT2Hmv7wD71AvNmzxz > .row .container > .video-iframe-container { display: none; }#vKDfZSzwEfm9teQT2Hmv7wD71AvNmzxz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKDfZSzwEfm9teQT2Hmv7wD71AvNmzxz > .row > .video-iframe-container { display: none; }#vKDfZSzwEfm9teQT2Hmv7wD71AvNmzxz > .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); }#vKDfZSzwEfm9teQT2Hmv7wD71AvNmzxz > .row .container { border-width: 0; border-radius: 0; }#vKDfZSzwEfm9teQT2Hmv7wD71AvNmzxz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vKDfZSzwEfm9teQT2Hmv7wD71AvNmzxz > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#xeNfuuluvtSUGahsut4Xwc0OD7wTHvbx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.75rem;left:3.5625rem;height:3.1494125rem;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; }
#UOnGVA8g9L8ylaX1sdqaCBLwivh2WzaN { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:14.4375rem;left:1.75rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FA0zuScJ1dTsgEIHfd5CScxH3xTxK1ID { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:6.875rem;display:block; }
#LzillFCyC5bGccixGRCFdisiccqk720C { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:13.3125rem;left:8.75rem;display:block; }
#RaQrGJh5ERw1Kte03ZaFJ1dzOaNNlXSm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:8.75rem;left:23.5625rem;height:3.1494125rem;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; }
#DlphGW0RXhbc4kf67JgsH0PnHmBhuXGi { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:14.4375rem;left:21.75rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P9D9mfmypgb8XHQQRcdo6sKcE42WL1IT { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:26.875rem;display:block; }
#szKdhQ6KxGWOQ42ft15ehPhoTpun0w87 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:13.312501907349rem;left:28.75rem;display:block; }
#fDV4X9n8WqIcs4ieD6OqlmRCpXVC4kKI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:8.75rem;left:43.5625rem;height:3.1494125rem;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; }
#E1M2B4ln9JRWoTD5W8hD42k6z0Zu86ep { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:14.4375rem;left:41.75rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uABFDLFbgtqp8wz4QgUBEUrsxqhByS1k { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:46.875rem;display:block; }
#zWEdNViCDlOfQ7GK54TGh3KlPQRbSUO2 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:13.3125rem;left:48.75rem;display:block; }
#VQ4EMtnyCTzhBP72yvLSdSGarFmENoMz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:2.8125rem;left:8.4375rem; }
#xFA3ZPqkwWFhJDDNTii5vU6GNH4dbhLM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:2.8125rem;left:28.4375rem; }
#sK20nWil1nCO9OZv3A1BrkkgMxGqDloi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:2.8125rem;left:48.4375rem; }
#L5TTUzrvo0bsiQUlXrAdNAZcuEdiTRnA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#L5TTUzrvo0bsiQUlXrAdNAZcuEdiTRnA > .row .container { background-color: transparent; background-image: none; }#L5TTUzrvo0bsiQUlXrAdNAZcuEdiTRnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5TTUzrvo0bsiQUlXrAdNAZcuEdiTRnA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5TTUzrvo0bsiQUlXrAdNAZcuEdiTRnA > .row .container > .video-iframe-container { display: none; }#L5TTUzrvo0bsiQUlXrAdNAZcuEdiTRnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5TTUzrvo0bsiQUlXrAdNAZcuEdiTRnA > .row > .video-iframe-container { display: none; }#L5TTUzrvo0bsiQUlXrAdNAZcuEdiTRnA > .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); }#L5TTUzrvo0bsiQUlXrAdNAZcuEdiTRnA > .row .container { border-width: 0; border-radius: 0; }#L5TTUzrvo0bsiQUlXrAdNAZcuEdiTRnA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L5TTUzrvo0bsiQUlXrAdNAZcuEdiTRnA > .row .container { font-size:0.875rem;font-family:arial;height:82.4375rem;width:60rem;position:relative;display:block; }#GDtmRHMEHawFChG1qdPqtL88G7lZsTZP { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.25rem;left:0rem;height:8.53025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s2NfsxLhl99TxufBCeX1LpsmUTPqsyrr { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-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;height:17.8125rem;width:14.3125rem;top:56.125rem;left:45.6875rem;display:block; }
#I9f9RUTPLuVqe55Nwq7ooP2gAra3mqZh { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-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;height:17.8125rem;width:14.3125rem;top:56.0625rem;left:30.6875rem;display:block; }
#SUE08PUT411Ny76naIiWm6w4N3XmzSax { position:absolute;display:block;z-index:15023;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:25.0625rem;width:26.875rem;top:51.8125rem;left:0.625rem;overflow:hidden;display:block; }
#O4Gz94Vo4yDmgALPlnmOFb4gzH9XGbRb { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:12.5rem;top:65.3125rem;left:0rem;display:block; }
#mrexVfUFbvNUM7lykPy7oTQPB8UGGZzh { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:65.3125rem;left:46.59375rem;height:6.9043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G59sSCvn9U0NpAlQ5R171KBaOvsE7uFs { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:65.3125rem;left:31.59375rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gMMGt3KkbXesUOkJGETSSxJ7QXxqHWnU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:61.5rem;left:31.625rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E5U0MeKlqqrNligxzVVGDpki73g4zqzx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:61.5rem;left:46.625rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f2HdrkGTBK7mMuKFVovWfUfGxnuVe8Sk { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-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;height:17.8125rem;width:14.3125rem;top:24.8125rem;left:0rem;display:block; }
#BCctTCU3LvpDRTwC7UcA4otOG9BSaCye { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-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;height:17.875rem;width:14.3125rem;top:24.875rem;left:15rem;display:block; }
#ll7fdXbw0IMgvHTRUPDfiyM0xT6OVZ9X { position:absolute;display:block;z-index:15023;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:25.0625rem;width:26.875rem;top:19.9375rem;left:32.5rem;overflow:hidden;display:block; }
#JrptCNL62ASqKaXQTJT3amk5EIqR5Pm3 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:12.5rem;top:33.4375rem;left:47.5rem;display:block; }
#o7thLTmo4pIiILZrIsN4p4lCTBXdGkOO { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:52.9375rem;left:34.6875rem;display:block; }
#pM9G4Z3SKJR3WZCaAORGtficlL9eOzvH { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:53rem;left:49.6875rem;display:block; }
#i1MRBakbU7JQdb4h9tyTUE491b4PT4B4 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:33.4375rem;left:0.625rem;height:6.9043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WHHKTknrcHGB3tmIQBlIqaZqXKPLPDg0 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:33.4375rem;left:15.90625rem;height:6.9043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FvQlL2TpO6R8tm1kW4yB9iliZGcDvZEI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:29.6875rem;left:0.90625rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xcwQAEhokhkbr16vSHe8Lb0LAnVkMTzW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:29.6875rem;left:15.90625rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q2nM1PaRZX685CvMSz7KEGiC98tHyxr7 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:21.6875rem;left:4rem;display:block; }
#aAISqMHKWck5BIghsOMTT1t2xhoL1OvM { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:21.75rem;left:19rem;display:block; }
#ioGL8JWoV40xrMfJIf9EBkDdRLUQ10tr { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SVtCzXI6LwiQxMrUvTvzHI6DX9JAL6o1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:23.5rem;left:5.84375rem; }
#Dyi7bcuMl9TdXAW9zQCTnrwXyPv73CPF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:22.96875rem;left:20.3125rem; }
#NGkJ3FgA7Lk7qESC5mKenbT2FdCiwrl8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:54.5625rem;left:36.28125rem; }
#uxrda9t3soeIwTMn8uwMGggmK50TNE3n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:54.5rem;left:51.28125rem; }
#Mm99sQvPAO5kOuwa8FZnsZDbyvpBeQLc { 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; }#Mm99sQvPAO5kOuwa8FZnsZDbyvpBeQLc > .row .container { background-color: transparent; background-image: none; }#Mm99sQvPAO5kOuwa8FZnsZDbyvpBeQLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mm99sQvPAO5kOuwa8FZnsZDbyvpBeQLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mm99sQvPAO5kOuwa8FZnsZDbyvpBeQLc > .row .container > .video-iframe-container { display: none; }#Mm99sQvPAO5kOuwa8FZnsZDbyvpBeQLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mm99sQvPAO5kOuwa8FZnsZDbyvpBeQLc > .row > .video-iframe-container { display: none; }#Mm99sQvPAO5kOuwa8FZnsZDbyvpBeQLc > .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); }#Mm99sQvPAO5kOuwa8FZnsZDbyvpBeQLc > .row .container { border-width: 0; border-radius: 0; }#Mm99sQvPAO5kOuwa8FZnsZDbyvpBeQLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mm99sQvPAO5kOuwa8FZnsZDbyvpBeQLc > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;position:relative;display:block; }#CEywdQpNi131Z5tHS43Bbtx8HC9M6pn8 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:9.375rem;top:2.1875rem;left:25.625rem;display:block; }
#x1xowLWvy9NgNtmRwJHh9QTdbOadtrHg { color:rgba(var(--color-tertiary-1),1);display:block;width:8.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.65625rem;left:26.25rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J8BHFIIF8CntwawecqTmGPy0TGtegN2M { color:rgba(var(--color-primary-2),1);display:block;width:4.625rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.55312538147rem;left:25.625rem;height:2.0625rem;font-style:normal;display:block; }
#dEtJ9nZPwdazn8RUKlHabdzVi3uadVII { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.324999809265rem;left:31.25rem;height:2.51875rem;font-style:normal;display:block; }
#yCbBgSMRq79H4QBwbhlBUkHvL8WTGZRR { color:rgba(var(--color-tertiary-4),0.7);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:10.8125rem;left:26.0625rem;height:7.87353125rem;font-style:normal;display:block; }
#JX5Py3NArnD89zPaoQLCTDOEWMBJCDKG { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:34.5rem;top:27.125rem;left:25.5rem;display:block; }
#X3veOMvuVtWTpmOpVNOrzhsVxk4RfQPE { color:rgba(var(--color-primary-2),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:20.375rem;left:25.5rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#z05JCdgDyWDqvB6T03RDsTQO68dVm8FT { color:rgba(var(--color-tertiary-4),0.7);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:24.125rem;left:25.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kiG7LBUJXs4fG9sSaGLGE0lLTTK7uCCr { color:rgba(var(--color-primary-2),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:20.375rem;left:37.3125rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#BbtcbhbPv8znyRFhH97qEmsArwkuTXWP { color:rgba(var(--color-tertiary-4),0.7);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:24.1875rem;left:37rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tX6tHhP6qFcFilpIBzKrFts1KOVeBtbU { color:rgba(var(--color-primary-2),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:20.4375rem;left:48.5rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#y9CBM4DOnUuDfWu6ZmFkmUAK13HqMZDZ { color:rgba(var(--color-tertiary-4),0.7);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24.1875rem;left:48.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r4IJv2ANkeyTKMusfwQ4mR9dqe1e8odF { background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-secondary-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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30rem;left:46.125rem;display:block; }
#mZJ077bfhrtF9pDVcSQT6kI8rqZSklFE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JrT9AbKZO4tZSIsbLUZVLf85QcwkBkb4 { 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:23.875rem;width:25.625rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#OJuBLSqqJHkZ3x32nEwBOrULqQVprvyo { z-index:15004;top:29.875rem;left:27.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XDoB1z84XU6rfEFiOqmIHtLRwilVWU63 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT { 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; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container { background-color: transparent; background-image: none; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container > .video-iframe-container { display: none; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row > .video-iframe-container { display: none; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .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); }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container { border-width: 0; border-radius: 0; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:60rem;position:relative;display:block; }#AaPWqREA1Sz0KhJ6gXSG08IZPLwZkeV6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:1.4624rem;display:block; }
#zF6TnNDOmo8NXSKUxizF3zpgRxTgg3Rs { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.0611991882325rem;left:0.0065097808837888rem;height:9.2621875rem;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; }
#EVMTUTg90IeAByniz05wmKm5DdRSynzF { color:rgba(var(--color-tertiary-4),0.7);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.625;letter-spacing:0;top:17.075000762939rem;left:0rem;height:9.75rem;font-style:normal;display:block; }
#alCX48yhKrwEbLmeiSLoXTBZngfsAyaQ { color:rgba(var(--color-tertiary-4),0.7);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:6.83642578125rem;left:42.25rem;height:7.8735625rem;font-style:normal;display:block; }
#KyewphWZui5m1GbGI5l3UVbrZqRtWT20 { 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:0.9375rem;width:1.1875rem;top:5.63671875rem;left:41.125rem;overflow:hidden;display:block; }
#Wtwq2xHcpkV83e9eMvyPqTG9d9s9g1xg { 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:0.9375rem;width:1.1875rem;top:14.7099609375rem;left:55.96875rem;overflow:hidden;display:block; }
#bzFkuxPO8UbfP18HxnNszWTXdhlxpyte { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.91845703125rem;left:42.5625rem;height:1.21875rem;font-style:normal;display:block; }
#oLhNq0c1we9ugQMTR4NnCenFd1Dw7FEU { color:rgba(var(--color-tertiary-4),0.7);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.625;letter-spacing:0;top:28.4375rem;left:0rem;height:8.125rem;font-style:normal;display:block; }
#zqubP8pScHev5BfU3pyHWZOZ7oO5LFzl { 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:0.9375rem;width:1.1875rem;top:21.48095703125rem;left:41.125rem;overflow:hidden;display:block; }
#Xnk9wp50AcZWKzuaPf17ZkU3482ke1JE { color:rgba(var(--color-tertiary-4),0.7);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:22.75rem;left:42.3125rem;height:9.44825rem;font-style:normal;display:block; }
#Q74BxSwQxtZwVO1GcCnnbTQLUswJp4Et { 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:0.9375rem;width:1.1875rem;top:31.9482421875rem;left:46.1875rem;overflow:hidden;display:block; }
#T3EIAOvaBtoDZssnv0K9dNrWKu24wGT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:34.125rem;left:42.5rem;height:1.21875rem;font-style:normal;display:block; }
#chhf8sIwA2sJWOVTX1rAKFDtDLO3yRUR { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:0.0625rem;top:5.375rem;left:20.625rem;display:block; }
#MF8SbfFVUiWoeaBf4IZzJmsnbb5SsEp6 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:6.83642578125rem;left:22.3125rem;height:7.8735625rem;font-style:normal;display:block; }
#uXhRSuuHzEUFaG73IgTqOTKNdaKUcWsm { 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:0.9375rem;width:1.1875rem;top:5.63671875rem;left:21.1875rem;overflow:hidden;display:block; }
#OG2D6I8g874aT1ziygfpTTJJ4VBFP0C2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.91845703125rem;left:22.46875rem;height:1.21875rem;font-style:normal;display:block; }
#ZVnI3zuk96N1zEhqZenX9rCVDEmedXaq { 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:0.9375rem;width:1.1875rem;top:13.8349609375rem;left:24.5rem;overflow:hidden;display:block; }
#O27XMU2SNh47BCLFU7T2x7S2ZHHBftUz { 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:0.9375rem;width:1.1875rem;top:21.48095703125rem;left:21.1875rem;overflow:hidden;display:block; }
#RqcId9nTNs3K7ipzguoGWCzh584hkkPZ { color:rgba(var(--color-tertiary-4),0.7);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:22.75rem;left:22.3125rem;height:7.8735625rem;font-style:normal;display:block; }
#ikHgkQ56LGeEitFOA4ouykiHziZBXuFT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:1.1875rem;top:30.62353515625rem;left:38.6875rem;overflow:hidden;display:block; }
#FgTi9LEaf5APmVDJr7pHETEGWyiUmIan { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:34.0625rem;left:22.3125rem;height:1.21875rem;font-style:normal;display:block; }
#Ic02TT5JDAIHMepMmaU9vrxttWRrXZLL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:8.4375rem;top:37.28564453125rem;left:22.3125rem;overflow:hidden;display:block; }
#v2wGvX06CueifoL15dsPi99PlKXqhJLk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e252e021-96c1-4846-8cd6-454c184e1584/DesignohneTitel20250701T155101948.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk.adaptive-delivery-prevent-bg, #v2wGvX06CueifoL15dsPi99PlKXqhJLk.lazyload, #v2wGvX06CueifoL15dsPi99PlKXqhJLk.lazyloading { background-image: none; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container { background-color: transparent; background-image: none; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container > .video-iframe-container { display: none; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row > .video-iframe-container { display: none; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .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); }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container { border-width: 0; border-radius: 0; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#pM1FCavBSmT4ILawRJpWkvQVPZ9k2AfL { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5rem;left:39.25rem;height:4.38671875rem;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; }
#WDsBu04Dz8oqGJvX084xsTD5JsHNsDc1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.246875762939rem;left:39.25rem;height:5.85rem;display:block; }
#MzxefTTJSoKlCP9XDlx4m6FqrPkdesk8 { z-index:15005;top:26.058334350586rem;left:39.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#weC6lp6ZEDJuDnmuRfU34TP3yUtToo0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#me0ehgPXQwOcDvFMp1XeiZsSoo5xbzvu { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-secondary-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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.9375rem;left:39.25rem;display:block; }
#k3I3LcI8mTrSxLTMtC0z2AuDvz9KrztB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PH7OSzVSbswVkTTSkO2flsGEaRagQ280 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a663a7bd-5edc-4bec-961f-cd8f63de7bb7/backgroundbrightbig4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PH7OSzVSbswVkTTSkO2flsGEaRagQ280.adaptive-delivery-prevent-bg, #PH7OSzVSbswVkTTSkO2flsGEaRagQ280.lazyload, #PH7OSzVSbswVkTTSkO2flsGEaRagQ280.lazyloading { background-image: none; }#PH7OSzVSbswVkTTSkO2flsGEaRagQ280 > .row .container { background-color: transparent; background-image: none; }#PH7OSzVSbswVkTTSkO2flsGEaRagQ280::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PH7OSzVSbswVkTTSkO2flsGEaRagQ280 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PH7OSzVSbswVkTTSkO2flsGEaRagQ280 > .row .container > .video-iframe-container { display: none; }#PH7OSzVSbswVkTTSkO2flsGEaRagQ280 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PH7OSzVSbswVkTTSkO2flsGEaRagQ280 > .row > .video-iframe-container { display: none; }#PH7OSzVSbswVkTTSkO2flsGEaRagQ280 > .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); }#PH7OSzVSbswVkTTSkO2flsGEaRagQ280 > .row .container { border-width: 0; border-radius: 0; }#PH7OSzVSbswVkTTSkO2flsGEaRagQ280 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PH7OSzVSbswVkTTSkO2flsGEaRagQ280 > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#OaE8HT3rAUUtEwJ7TEVPKiw1kCnqTD0u { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.03125rem;left:0rem;height:4.8984375rem;font-style:normal;display:block; }
#IRMCmSB8rE8IJbt8E9W05VPkcovn1ZxB { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:5.78125rem;left:51.9375rem;height:4.8984375rem;font-style:normal;display:block; }
#pT1U8p08IzXrRPlk79IgqxOx88DrE3PT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.6875rem;left:38.4375rem;height:1.225rem;font-style:normal;display:block; }
#oOMks8qWmRlbmL2JSnSMQtFZfZ1agdTE { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:5.625rem;left:25.625rem;height:1.2246125rem;font-style:normal;display:block; }
#LHym2npSsoRCCVOLoV35ioCtudcze5PE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:3.625rem;left:23.375rem;height:1.05rem;font-style:normal;display:block; }
#N8JUKH3UzknRcTTTUCaEdTqOmALTckJ7 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.625rem;left:23.375rem; }
#yCrEItbyrfososXhPFBaEoNGcfIOMTVL { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:5.625rem;left:36.4375rem; }
#dgx9lKnNo02MISeQhHv6TP3BsHqNkkm2 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.65625rem;left:49.6875rem; }
#fL1RruMmPUNBSZofbNP5sOskbvmlcF1D { position:absolute;display:block;z-index:15033;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.3125rem;width:10.125rem;top:2.8623046875rem;left:0rem;overflow:hidden;display:block; }
#tW98LDliDHsFxKJWrUwQQlaOmh4lUo91 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.66);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; }#tW98LDliDHsFxKJWrUwQQlaOmh4lUo91 > .row .container { background-color: transparent; background-image: none; }#tW98LDliDHsFxKJWrUwQQlaOmh4lUo91::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tW98LDliDHsFxKJWrUwQQlaOmh4lUo91 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tW98LDliDHsFxKJWrUwQQlaOmh4lUo91 > .row .container > .video-iframe-container { display: none; }#tW98LDliDHsFxKJWrUwQQlaOmh4lUo91 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tW98LDliDHsFxKJWrUwQQlaOmh4lUo91 > .row > .video-iframe-container { display: none; }#tW98LDliDHsFxKJWrUwQQlaOmh4lUo91 > .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); }#tW98LDliDHsFxKJWrUwQQlaOmh4lUo91 > .row .container { border-width: 0; border-radius: 0; }#tW98LDliDHsFxKJWrUwQQlaOmh4lUo91 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tW98LDliDHsFxKJWrUwQQlaOmh4lUo91 > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:60rem;position:relative;display:block; }#fkq9rIcR3QiDVxdUKG8ao0pg04tWgwTf { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:0.849609375rem;left:44.625rem;height:1.04980625rem;font-style:normal;display:block; }
#QdPSxsiK9OD2ChOFQvmme95tnkhJ2f9l { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:0.849609375rem;left:51.5rem;height:1.04980625rem;font-style:normal;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW { display:block; }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ESN3JXwxzXDftuvDeKupWH3XJVeweAwa { width:26.125rem;height:8.7744375rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #C2DxUhlhAvU4KKsTpDRlk60l3BroyNLo { width:31.8125rem;height:4.875rem;top:17.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ssvsAVJzqlIof8tRXWamegrwh5EvmvFg { width:2rem;height:2rem;top:36.6875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #b4dU77bSTDINNIFX3Ox87zNKSO99tcvx { width:8.9375rem;height:2.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #UDwJNCyQ0I4HsxiMhNP40xVaZuJKLnAU { width:30.5rem;height:4.63036875rem;top:26.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #SLelob0AszkLCPBuTxts9igcR5OuHf2K { width:15.8125rem;height:3.4375rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #iOic3b9AnxzuXzih7TUhpO0XcLT7lJnN { display:block; }
 }@media only screen and (max-width: 959px) { #UFDH1uWCSrVtmq69CMbPVPTUuF3vLgac { display:block; }#UFDH1uWCSrVtmq69CMbPVPTUuF3vLgac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #mUIf6HeJGaAaWTDLqvme5GhRWzWCWwDo { width:5.5rem;height:3.125rem;top:2.59375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #cty5ln1AEdiArNqlnKaXbLx230cpLhbD { width:5.6875rem;height:5.6875rem;top:1.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #TBUCS7zCWwpfqb6rZliVhh5oncMz6WFr { width:8.25rem;height:3.25rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #qJPB4HMFQQokNVWNxvWSK6AQt4htNIbC { width:12.0625rem;height:2.875rem;top:2.71875rem;left:20.217708587646rem;display:block; }
 }@media only screen and (max-width: 959px) { #hl6LmTfeayulm7X19h0NNOd0zRLNHvqc { width:9.4375rem;height:3.8125rem;top:2.25rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #SOsoxMTHJGVykoTz3ISFTXzRpuS5MZvf { width:4.125rem;height:4.1875rem;top:2.0625rem;left:33.708332061767rem;display:block; }
 }@media only screen and (max-width: 959px) { #n90sgM5EWrPtZCoNTK9Jq6XsOKyzpxif { display:block; }#n90sgM5EWrPtZCoNTK9Jq6XsOKyzpxif > .row .container { width:47.75rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #g3plPIsqOR9mnKlZduh6dhJ9ArSOmZTy { width:47.75rem;height:2.1125rem;top:3.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #RUp4v8G4pu8GsidgGbPg7eabTRJGAczl { width:47.75rem;height:1.3rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #HrL3rD5minT4iNOkPyy2xaVJxDeDJEON { display:block; }#HrL3rD5minT4iNOkPyy2xaVJxDeDJEON > .row .container { width:47.75rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #yTut5uFZMe3UsSm0fbIAB0xJlCFMqCVk { width:47.75rem;height:3.0869125rem;top:0rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vKDfZSzwEfm9teQT2Hmv7wD71AvNmzxz { display:block; }#vKDfZSzwEfm9teQT2Hmv7wD71AvNmzxz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #xeNfuuluvtSUGahsut4Xwc0OD7wTHvbx { width:12.9375rem;height:3.1494125rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #UOnGVA8g9L8ylaX1sdqaCBLwivh2WzaN { width:14rem;height:7.5rem;top:14.4375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #FA0zuScJ1dTsgEIHfd5CScxH3xTxK1ID { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #LzillFCyC5bGccixGRCFdisiccqk720C { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #RaQrGJh5ERw1Kte03ZaFJ1dzOaNNlXSm { width:12.9375rem;height:3.1494125rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 959px) { #DlphGW0RXhbc4kf67JgsH0PnHmBhuXGi { width:13.9375rem;height:7.5rem;top:14.4375rem;left:16.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #P9D9mfmypgb8XHQQRcdo6sKcE42WL1IT { width:6.25rem;height:6.25rem;top:1.0625rem;left:21.291666666667rem;display:block; }
 }@media only screen and (max-width: 959px) { #szKdhQ6KxGWOQ42ft15ehPhoTpun0w87 { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 959px) { #fDV4X9n8WqIcs4ieD6OqlmRCpXVC4kKI { width:12.9375rem;height:3.1494125rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 959px) { #E1M2B4ln9JRWoTD5W8hD42k6z0Zu86ep { width:14.1875rem;height:7.5rem;top:14.4375rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #uABFDLFbgtqp8wz4QgUBEUrsxqhByS1k { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 959px) { #zWEdNViCDlOfQ7GK54TGh3KlPQRbSUO2 { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 959px) { #VQ4EMtnyCTzhBP72yvLSdSGarFmENoMz { width:3.125rem;height:3.125rem;top:2.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #xFA3ZPqkwWFhJDDNTii5vU6GNH4dbhLM { width:3.125rem;height:3.125rem;top:2.625rem;left:22.854167938233rem;display:block; }
 }@media only screen and (max-width: 959px) { #sK20nWil1nCO9OZv3A1BrkkgMxGqDloi { width:3.125rem;height:3.125rem;top:2.625rem;left:38.770832061767rem;display:block; }
 }@media only screen and (max-width: 959px) { #L5TTUzrvo0bsiQUlXrAdNAZcuEdiTRnA { display:block; }#L5TTUzrvo0bsiQUlXrAdNAZcuEdiTRnA > .row .container { width:47.75rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GDtmRHMEHawFChG1qdPqtL88G7lZsTZP { width:47.75rem;height:6.499rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #s2NfsxLhl99TxufBCeX1LpsmUTPqsyrr { width:12rem;height:17.1875rem;top:53rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #I9f9RUTPLuVqe55Nwq7ooP2gAra3mqZh { width:11.9375rem;height:17.1875rem;top:24.25rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #SUE08PUT411Ny76naIiWm6w4N3XmzSax { top:50.25rem;left:0rem;width:21.4375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 959px) { #O4Gz94Vo4yDmgALPlnmOFb4gzH9XGbRb { top:58.875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #mrexVfUFbvNUM7lykPy7oTQPB8UGGZzh { width:11.25rem;height:4.548825rem;top:60.125rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #G59sSCvn9U0NpAlQ5R171KBaOvsE7uFs { width:10.5rem;height:4.548825rem;top:60.125rem;left:36.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #gMMGt3KkbXesUOkJGETSSxJ7QXxqHWnU { top:56.1875rem;left:23.5625rem;width:10.25rem;height:2.2744125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #E5U0MeKlqqrNligxzVVGDpki73g4zqzx { top:56.6875rem;left:36.375rem;width:10.8125rem;height:2.2744125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #f2HdrkGTBK7mMuKFVovWfUfGxnuVe8Sk { width:12.25rem;height:17.5rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #BCctTCU3LvpDRTwC7UcA4otOG9BSaCye { width:12rem;height:17.1875rem;top:53rem;left:22.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 959px) { #ll7fdXbw0IMgvHTRUPDfiyM0xT6OVZ9X { top:22.0625rem;left:26.875rem;width:20.875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #JrptCNL62ASqKaXQTJT3amk5EIqR5Pm3 { top:30.5625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #o7thLTmo4pIiILZrIsN4p4lCTBXdGkOO { width:6.25rem;height:6.25rem;top:48.6875rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pM9G4Z3SKJR3WZCaAORGtficlL9eOzvH { width:6.25rem;height:6.25rem;top:48.75rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #i1MRBakbU7JQdb4h9tyTUE491b4PT4B4 { width:8.9375rem;height:6.82325rem;top:31.4375rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WHHKTknrcHGB3tmIQBlIqaZqXKPLPDg0 { width:10.25rem;height:5.6860375rem;top:31.4375rem;left:14.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FvQlL2TpO6R8tm1kW4yB9iliZGcDvZEI { top:27.8125rem;left:1.6875rem;width:9.1875rem;height:2.2744125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xcwQAEhokhkbr16vSHe8Lb0LAnVkMTzW { top:27.8125rem;left:14.8125rem;width:9.625rem;height:2.2744125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #q2nM1PaRZX685CvMSz7KEGiC98tHyxr7 { width:6.25rem;height:6.25rem;top:20.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #aAISqMHKWck5BIghsOMTT1t2xhoL1OvM { width:6.25rem;height:6.25rem;top:20.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #ioGL8JWoV40xrMfJIf9EBkDdRLUQ10tr { width:47.75rem;height:2.1125rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #SVtCzXI6LwiQxMrUvTvzHI6DX9JAL6o1 { width:2.875rem;height:2.875rem;top:22.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Dyi7bcuMl9TdXAW9zQCTnrwXyPv73CPF { width:4rem;height:4rem;top:21.5625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NGkJ3FgA7Lk7qESC5mKenbT2FdCiwrl8 { width:3.125rem;height:3.125rem;top:50.25rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #uxrda9t3soeIwTMn8uwMGggmK50TNE3n { width:3.125rem;height:3.125rem;top:50.25rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Mm99sQvPAO5kOuwa8FZnsZDbyvpBeQLc { display:block; }#Mm99sQvPAO5kOuwa8FZnsZDbyvpBeQLc > .row .container { width:47.75rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CEywdQpNi131Z5tHS43Bbtx8HC9M6pn8 { width:9.375rem;height:2.4375rem;top:2.625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #x1xowLWvy9NgNtmRwJHh9QTdbOadtrHg { width:8.125rem;height:1.3rem;top:3.1937503814698rem;left:24.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #J8BHFIIF8CntwawecqTmGPy0TGtegN2M { width:4.625rem;height:1.9375rem;top:7.293749809265rem;left:25.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #dEtJ9nZPwdazn8RUKlHabdzVi3uadVII { width:16rem;height:3.8994125rem;top:7.293749809265rem;left:31.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #yCbBgSMRq79H4QBwbhlBUkHvL8WTGZRR { width:22rem;height:11.02294375rem;top:12.375rem;left:25.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JX5Py3NArnD89zPaoQLCTDOEWMBJCDKG { width:34.5rem;height:0.0625rem;top:32.4375rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #X3veOMvuVtWTpmOpVNOrzhsVxk4RfQPE { width:11.5rem;height:2.1875rem;top:28.0625rem;left:7.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #z05JCdgDyWDqvB6T03RDsTQO68dVm8FT { width:11.5rem;height:1.3rem;top:31.125rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #kiG7LBUJXs4fG9sSaGLGE0lLTTK7uCCr { width:11.5rem;height:2.1875rem;top:28.0625rem;left:21.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BbtcbhbPv8znyRFhH97qEmsArwkuTXWP { width:11.5rem;height:1.3rem;top:31.125rem;left:21.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #tX6tHhP6qFcFilpIBzKrFts1KOVeBtbU { width:11.5rem;height:2.1875rem;top:28.0625rem;left:34.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #y9CBM4DOnUuDfWu6ZmFkmUAK13HqMZDZ { width:11.5rem;height:1.3rem;top:31.125rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #r4IJv2ANkeyTKMusfwQ4mR9dqe1e8odF { width:13.875rem;height:3.4375rem;top:35.15625rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #mZJ077bfhrtF9pDVcSQT6kI8rqZSklFE { display:block; }
 }@media only screen and (max-width: 959px) { #JrT9AbKZO4tZSIsbLUZVLf85QcwkBkb4 { width:25.625rem;height:23.875rem;top:1.6125001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #OJuBLSqqJHkZ3x32nEwBOrULqQVprvyo { top:35.125rem;left:7.3125rem;width:14.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #XDoB1z84XU6rfEFiOqmIHtLRwilVWU63 { display:block; }
 }@media only screen and (max-width: 959px) { #vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT { display:block; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container { width:47.75rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AaPWqREA1Sz0KhJ6gXSG08IZPLwZkeV6 { width:13.8125rem;height:1.3rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #zF6TnNDOmo8NXSKUxizF3zpgRxTgg3Rs { width:13.75rem;height:3.8994125rem;top:7rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #EVMTUTg90IeAByniz05wmKm5DdRSynzF { width:14rem;height:11.375rem;top:12.484375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #alCX48yhKrwEbLmeiSLoXTBZngfsAyaQ { width:13.5rem;height:6.5625rem;top:6.8125rem;left:32.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #KyewphWZui5m1GbGI5l3UVbrZqRtWT20 { width:1.1875rem;height:0.9375rem;top:5.5562496185303rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #Wtwq2xHcpkV83e9eMvyPqTG9d9s9g1xg { width:1.1875rem;height:0.9375rem;top:13.375rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #bzFkuxPO8UbfP18HxnNszWTXdhlxpyte { width:15rem;height:1.3rem;top:15.875rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #oLhNq0c1we9ugQMTR4NnCenFd1Dw7FEU { width:12.875rem;height:9.953125rem;top:25.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zqubP8pScHev5BfU3pyHWZOZ7oO5LFzl { width:1.1875rem;height:0.9375rem;top:21.625rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Xnk9wp50AcZWKzuaPf17ZkU3482ke1JE { width:14.1875rem;height:7.875rem;top:22.75rem;left:32.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q74BxSwQxtZwVO1GcCnnbTQLUswJp4Et { width:1.1875rem;height:0.9375rem;top:31.1875rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #T3EIAOvaBtoDZssnv0K9dNrWKu24wGT9 { width:17.5rem;height:1.3rem;top:34.125rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #chhf8sIwA2sJWOVTX1rAKFDtDLO3yRUR { width:0.0625rem;height:30.8125rem;top:5.375rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 959px) { #MF8SbfFVUiWoeaBf4IZzJmsnbb5SsEp6 { width:14.375rem;height:6.5625rem;top:6.8125rem;left:16.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #uXhRSuuHzEUFaG73IgTqOTKNdaKUcWsm { width:1.1875rem;height:0.9375rem;top:5.625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #OG2D6I8g874aT1ziygfpTTJJ4VBFP0C2 { width:14rem;height:1.3rem;top:15.875rem;left:16.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZVnI3zuk96N1zEhqZenX9rCVDEmedXaq { width:1.1875rem;height:0.9375rem;top:12.921875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #O27XMU2SNh47BCLFU7T2x7S2ZHHBftUz { width:1.1875rem;height:0.9375rem;top:21.5rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #RqcId9nTNs3K7ipzguoGWCzh584hkkPZ { width:13.6875rem;height:9.1875rem;top:22.75rem;left:16.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ikHgkQ56LGeEitFOA4ouykiHziZBXuFT { width:1.1875rem;height:0.9375rem;top:31.625rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #FgTi9LEaf5APmVDJr7pHETEGWyiUmIan { width:17.5rem;height:1.3rem;top:34.0625rem;left:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ic02TT5JDAIHMepMmaU9vrxttWRrXZLL { width:8.4375rem;height:4.6875rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #v2wGvX06CueifoL15dsPi99PlKXqhJLk { display:block; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pM1FCavBSmT4ILawRJpWkvQVPZ9k2AfL { width:15.9375rem;height:3.8994125rem;top:8.5rem;left:31.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #WDsBu04Dz8oqGJvX084xsTD5JsHNsDc1 { width:16rem;height:5.19921875rem;top:14.3125rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #MzxefTTJSoKlCP9XDlx4m6FqrPkdesk8 { top:22.6875rem;left:31.875rem;width:15.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #weC6lp6ZEDJuDnmuRfU34TP3yUtToo0R { display:block; }
 }@media only screen and (max-width: 959px) { #me0ehgPXQwOcDvFMp1XeiZsSoo5xbzvu { width:15.8125rem;height:3.4375rem;top:30.9375rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #k3I3LcI8mTrSxLTMtC0z2AuDvz9KrztB { display:block; }
 }@media only screen and (max-width: 959px) { #PH7OSzVSbswVkTTSkO2flsGEaRagQ280 { display:block; }#PH7OSzVSbswVkTTSkO2flsGEaRagQ280 > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OaE8HT3rAUUtEwJ7TEVPKiw1kCnqTD0u { top:6rem;left:0rem;width:18.6875rem;height:6.12305rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IRMCmSB8rE8IJbt8E9W05VPkcovn1ZxB { top:5.8250007629394rem;left:38.125rem;width:7.8125rem;height:4.8984375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pT1U8p08IzXrRPlk79IgqxOx88DrE3PT { top:8.5250015258787rem;left:23.8125rem;width:8.5625rem;height:1.225rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oOMks8qWmRlbmL2JSnSMQtFZfZ1agdTE { top:5.8250007629394rem;left:23.8125rem;width:10.0625rem;height:1.225rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LHym2npSsoRCCVOLoV35ioCtudcze5PE { top:3.4437503814698rem;left:21.4375rem;width:11.8125rem;height:1.05rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #N8JUKH3UzknRcTTTUCaEdTqOmALTckJ7 { top:5.65625rem;left:21.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yCrEItbyrfososXhPFBaEoNGcfIOMTVL { top:8.3562507629394rem;left:21.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dgx9lKnNo02MISeQhHv6TP3BsHqNkkm2 { top:6rem;left:35.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #fL1RruMmPUNBSZofbNP5sOskbvmlcF1D { width:10.125rem;height:2.3125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #tW98LDliDHsFxKJWrUwQQlaOmh4lUo91 { display:block; }#tW98LDliDHsFxKJWrUwQQlaOmh4lUo91 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #fkq9rIcR3QiDVxdUKG8ao0pg04tWgwTf { top:0.8125rem;left:38.5rem;width:4.875rem;height:1.05rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #QdPSxsiK9OD2ChOFQvmme95tnkhJ2f9l { top:0.8125rem;left:42.4375rem;width:5.3125rem;height:1.05rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW { background-color:rgba(255,255,255,0.75);background-image:url("https://images.assets-landingi.com/uc/5d58994a-a8e7-4d32-a7c0-30369488f436/1.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW.adaptive-delivery-prevent-bg, #DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW.lazyload, #DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW.lazyloading { background-image: none; }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .row .container { background-color: transparent; background-image: none; }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .row .container > .video-iframe-container { display: none; }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .row > .video-iframe-container { display: none; }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .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); }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .row .container { border-width: 0; border-radius: 0; }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DDeT8F6KBFUaye41ZBSJNqJXxDX0SRyW > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESN3JXwxzXDftuvDeKupWH3XJVeweAwa { width:18.75rem;height:6.75rem;top:8.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#f4f4f4;display:block; }
 }@media only screen and (max-width: 763px) { #C2DxUhlhAvU4KKsTpDRlk60l3BroyNLo { width:18.75rem;height:0;top:31rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#f4f4f4;display:none; }
 }@media only screen and (max-width: 763px) { #ssvsAVJzqlIof8tRXWamegrwh5EvmvFg { width:2rem;height:2rem;top:52.375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4dU77bSTDINNIFX3Ox87zNKSO99tcvx { width:8.9375rem;height:2.125rem;top:2.375rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDwJNCyQ0I4HsxiMhNP40xVaZuJKLnAU { width:20rem;height:9.75rem;top:32.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#f4f4f4;display:block; }
 }@media only screen and (max-width: 763px) { #SLelob0AszkLCPBuTxts9igcR5OuHf2K { width:15.8125rem;height:3.4375rem;top:47.6875rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOic3b9AnxzuXzih7TUhpO0XcLT7lJnN { display:block; }
 }@media only screen and (max-width: 763px) { #UFDH1uWCSrVtmq69CMbPVPTUuF3vLgac { display:block; }#UFDH1uWCSrVtmq69CMbPVPTUuF3vLgac > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUIf6HeJGaAaWTDLqvme5GhRWzWCWwDo { width:6.125rem;height:3.5rem;top:7.375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cty5ln1AEdiArNqlnKaXbLx230cpLhbD { width:6.5rem;height:6.5rem;top:11.6875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBUCS7zCWwpfqb6rZliVhh5oncMz6WFr { width:7.75rem;height:3.0625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJPB4HMFQQokNVWNxvWSK6AQt4htNIbC { width:9.6875rem;height:2.375rem;top:2.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl6LmTfeayulm7X19h0NNOd0zRLNHvqc { width:7.75rem;height:3.1875rem;top:7.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOsoxMTHJGVykoTz3ISFTXzRpuS5MZvf { width:4.25rem;height:4.3125rem;top:12.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n90sgM5EWrPtZCoNTK9Jq6XsOKyzpxif { display:block; }#n90sgM5EWrPtZCoNTK9Jq6XsOKyzpxif > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3plPIsqOR9mnKlZduh6dhJ9ArSOmZTy { width:18.75rem;height:2.1125rem;top:3.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUp4v8G4pu8GsidgGbPg7eabTRJGAczl { width:18.75rem;height:1.3rem;top:1rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrL3rD5minT4iNOkPyy2xaVJxDeDJEON { display:block; }#HrL3rD5minT4iNOkPyy2xaVJxDeDJEON > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTut5uFZMe3UsSm0fbIAB0xJlCFMqCVk { width:18.75rem;height:5.19921875rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKDfZSzwEfm9teQT2Hmv7wD71AvNmzxz { display:block; }#vKDfZSzwEfm9teQT2Hmv7wD71AvNmzxz > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeNfuuluvtSUGahsut4Xwc0OD7wTHvbx { width:12.9375rem;height:3.1494125rem;top:8.75rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOnGVA8g9L8ylaX1sdqaCBLwivh2WzaN { width:16.5rem;height:7.5rem;top:14.525rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FA0zuScJ1dTsgEIHfd5CScxH3xTxK1ID { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzillFCyC5bGccixGRCFdisiccqk720C { width:2.5rem;height:0.125rem;top:13.15rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaQrGJh5ERw1Kte03ZaFJ1dzOaNNlXSm { width:12.9375rem;height:3.1494125rem;top:30.775rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlphGW0RXhbc4kf67JgsH0PnHmBhuXGi { width:16.5rem;height:7.5rem;top:36.55rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9D9mfmypgb8XHQQRcdo6sKcE42WL1IT { width:6.25rem;height:6.25rem;top:23.275rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szKdhQ6KxGWOQ42ft15ehPhoTpun0w87 { width:2.5rem;height:0.125rem;top:35.175rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDV4X9n8WqIcs4ieD6OqlmRCpXVC4kKI { width:12.9375rem;height:3.1494125rem;top:52.8rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1M2B4ln9JRWoTD5W8hD42k6z0Zu86ep { width:16.5rem;height:6rem;top:58.575rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uABFDLFbgtqp8wz4QgUBEUrsxqhByS1k { width:6.25rem;height:6.25rem;top:45.3rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWEdNViCDlOfQ7GK54TGh3KlPQRbSUO2 { width:2.5rem;height:0.125rem;top:57.2rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ4EMtnyCTzhBP72yvLSdSGarFmENoMz { width:2.5rem;height:2.5rem;top:3.125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFA3ZPqkwWFhJDDNTii5vU6GNH4dbhLM { width:2.5rem;height:2.5rem;top:25.150001525879rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK20nWil1nCO9OZv3A1BrkkgMxGqDloi { width:2.5rem;height:2.5rem;top:47.174999237061rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5TTUzrvo0bsiQUlXrAdNAZcuEdiTRnA { display:block; }#L5TTUzrvo0bsiQUlXrAdNAZcuEdiTRnA > .row .container { width:20rem;height:156.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDtmRHMEHawFChG1qdPqtL88G7lZsTZP { width:20rem;height:15.597625rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2NfsxLhl99TxufBCeX1LpsmUTPqsyrr { width:14.3125rem;height:16.1875rem;top:115.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9f9RUTPLuVqe55Nwq7ooP2gAra3mqZh { width:14.3125rem;height:16.5rem;top:93.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUE08PUT411Ny76naIiWm6w4N3XmzSax { width:19.125rem;height:17.8125rem;top:134.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Gz94Vo4yDmgALPlnmOFb4gzH9XGbRb { width:12.5rem;height:12.5rem;top:141.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrexVfUFbvNUM7lykPy7oTQPB8UGGZzh { width:12.5rem;height:4.875rem;top:122.5rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G59sSCvn9U0NpAlQ5R171KBaOvsE7uFs { width:12.5rem;height:4.875rem;top:102.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMMGt3KkbXesUOkJGETSSxJ7QXxqHWnU { width:12.5rem;height:3.0869125rem;top:98.75rem;left:3.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5U0MeKlqqrNligxzVVGDpki73g4zqzx { width:12.5rem;height:3.0869125rem;top:119.1875rem;left:3.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2HdrkGTBK7mMuKFVovWfUfGxnuVe8Sk { width:14.3125rem;height:15.5625rem;top:30.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCctTCU3LvpDRTwC7UcA4otOG9BSaCye { width:14.3125rem;height:15.5625rem;top:50.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll7fdXbw0IMgvHTRUPDfiyM0xT6OVZ9X { width:19.125rem;height:17.8125rem;top:69.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrptCNL62ASqKaXQTJT3amk5EIqR5Pm3 { width:12.5rem;height:12.5rem;top:75.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7thLTmo4pIiILZrIsN4p4lCTBXdGkOO { width:6.25rem;height:6.25rem;top:90.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM9G4Z3SKJR3WZCaAORGtficlL9eOzvH { width:6.25rem;height:6.25rem;top:112.0625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1MRBakbU7JQdb4h9tyTUE491b4PT4B4 { width:12.5rem;height:4.875rem;top:38.6875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHHKTknrcHGB3tmIQBlIqaZqXKPLPDg0 { width:12.5rem;height:4.875rem;top:59.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvQlL2TpO6R8tm1kW4yB9iliZGcDvZEI { width:12.5rem;height:3.0869125rem;top:34.9375rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcwQAEhokhkbr16vSHe8Lb0LAnVkMTzW { width:12.5rem;height:3.0869125rem;top:55.6875rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2nM1PaRZX685CvMSz7KEGiC98tHyxr7 { width:6.25rem;height:6.25rem;top:26.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAISqMHKWck5BIghsOMTT1t2xhoL1OvM { width:6.25rem;height:6.25rem;top:47.75rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioGL8JWoV40xrMfJIf9EBkDdRLUQ10tr { width:20rem;height:4.225rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVtCzXI6LwiQxMrUvTvzHI6DX9JAL6o1 { width:3.125rem;height:3.125rem;top:113.625rem;left:8.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyi7bcuMl9TdXAW9zQCTnrwXyPv73CPF { width:4rem;height:4rem;top:48.875rem;left:8rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGkJ3FgA7Lk7qESC5mKenbT2FdCiwrl8 { width:3.125rem;height:3.125rem;top:91.75rem;left:8.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxrda9t3soeIwTMn8uwMGggmK50TNE3n { width:3.125rem;height:3.125rem;top:28.5rem;left:8.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm99sQvPAO5kOuwa8FZnsZDbyvpBeQLc { display:block; }#Mm99sQvPAO5kOuwa8FZnsZDbyvpBeQLc > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEywdQpNi131Z5tHS43Bbtx8HC9M6pn8 { width:6.4375rem;height:2.875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1xowLWvy9NgNtmRwJHh9QTdbOadtrHg { width:5.625rem;height:1.3rem;top:1.8500003814698rem;left:0.40625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8BHFIIF8CntwawecqTmGPy0TGtegN2M { width:6.375rem;height:2.125rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEtJ9nZPwdazn8RUKlHabdzVi3uadVII { width:13.25rem;height:4.225rem;top:5.25rem;left:6.75rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCbBgSMRq79H4QBwbhlBUkHvL8WTGZRR { width:20rem;height:12.5976375rem;top:30.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JX5Py3NArnD89zPaoQLCTDOEWMBJCDKG { width:20rem;height:0.0625rem;top:74.0625rem;left:0rem;background-color:#e3e3e3;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #X3veOMvuVtWTpmOpVNOrzhsVxk4RfQPE { width:5.625rem;height:2.1875rem;top:48.25rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z05JCdgDyWDqvB6T03RDsTQO68dVm8FT { width:11.5rem;height:1.3rem;top:51rem;left:4.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kiG7LBUJXs4fG9sSaGLGE0lLTTK7uCCr { width:6.3125rem;height:2.1875rem;top:54.375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbtcbhbPv8znyRFhH97qEmsArwkuTXWP { width:7.0625rem;height:1.3rem;top:57.5rem;left:6.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tX6tHhP6qFcFilpIBzKrFts1KOVeBtbU { width:11.5rem;height:2.1875rem;top:60.5625rem;left:4.25rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9CBM4DOnUuDfWu6ZmFkmUAK13HqMZDZ { width:11.5rem;height:1.3rem;top:63.5rem;left:4.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4IJv2ANkeyTKMusfwQ4mR9dqe1e8odF { width:14.0625rem;height:3.4375rem;top:67.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZJ077bfhrtF9pDVcSQT6kI8rqZSklFE { display:block; }
 }@media only screen and (max-width: 763px) { #JrT9AbKZO4tZSIsbLUZVLf85QcwkBkb4 { width:20rem;height:18.625rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJuBLSqqJHkZ3x32nEwBOrULqQVprvyo { top:72.6875rem;left:2.9375rem;width:14.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDoB1z84XU6rfEFiOqmIHtLRwilVWU63 { display:block; }
 }@media only screen and (max-width: 763px) { #vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT { display:block; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container { width:20rem;height:80.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaPWqREA1Sz0KhJ6gXSG08IZPLwZkeV6 { width:20rem;height:1.3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF6TnNDOmo8NXSKUxizF3zpgRxTgg3Rs { width:20rem;height:3.8994125rem;top:4.6750001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVMTUTg90IeAByniz05wmKm5DdRSynzF { width:17.9375rem;height:9.098625rem;top:9.387499809265rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #alCX48yhKrwEbLmeiSLoXTBZngfsAyaQ { width:18.75rem;height:6.499rem;top:22.71249961853rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KyewphWZui5m1GbGI5l3UVbrZqRtWT20 { width:1.1875rem;height:0.9375rem;top:35.450000762939rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtwq2xHcpkV83e9eMvyPqTG9d9s9g1xg { width:1.1875rem;height:0.9375rem;top:54.256248474121rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzFkuxPO8UbfP18HxnNszWTXdhlxpyte { width:20rem;height:1.3rem;top:42.224998474121rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLhNq0c1we9ugQMTR4NnCenFd1Dw7FEU { width:17.5rem;height:0;top:19.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #zqubP8pScHev5BfU3pyHWZOZ7oO5LFzl { width:1.1875rem;height:0.9375rem;top:46.762500762939rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnk9wp50AcZWKzuaPf17ZkU3482ke1JE { width:16.6875rem;height:6.499rem;top:60.587501525879rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q74BxSwQxtZwVO1GcCnnbTQLUswJp4Et { width:1.1875rem;height:0.9375rem;top:40.64999961853rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3EIAOvaBtoDZssnv0K9dNrWKu24wGT9 { width:20rem;height:1.3rem;top:55.131248474121rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhf8sIwA2sJWOVTX1rAKFDtDLO3yRUR { width:0.0625rem;height:30.8125rem;top:5.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MF8SbfFVUiWoeaBf4IZzJmsnbb5SsEp6 { width:16.75rem;height:5.19921875rem;top:36.325000762939rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uXhRSuuHzEUFaG73IgTqOTKNdaKUcWsm { width:1.1875rem;height:0.9375rem;top:59.462501525879rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG2D6I8g874aT1ziygfpTTJJ4VBFP0C2 { width:17.4375rem;height:1.3rem;top:70.025001525881rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVnI3zuk96N1zEhqZenX9rCVDEmedXaq { width:1.1875rem;height:0.9375rem;top:28.77499961853rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O27XMU2SNh47BCLFU7T2x7S2ZHHBftUz { width:1.1875rem;height:0.9375rem;top:21.83749961853rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqcId9nTNs3K7ipzguoGWCzh584hkkPZ { width:17.0625rem;height:6.499rem;top:47.81875038147rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ikHgkQ56LGeEitFOA4ouykiHziZBXuFT { width:1.1875rem;height:0.9375rem;top:66.962501525881rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgTi9LEaf5APmVDJr7pHETEGWyiUmIan { width:17.5rem;height:1.3rem;top:30.41250038147rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic02TT5JDAIHMepMmaU9vrxttWRrXZLL { width:8.4375rem;height:4.6875rem;top:73.350000381469rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2wGvX06CueifoL15dsPi99PlKXqhJLk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/44dfa52c-de66-48d0-91f9-f3c1b8948fd3/DesignohneTitel10.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk.adaptive-delivery-prevent-bg, #v2wGvX06CueifoL15dsPi99PlKXqhJLk.lazyload, #v2wGvX06CueifoL15dsPi99PlKXqhJLk.lazyloading { background-image: none; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container { background-color: transparent; background-image: none; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container > .video-iframe-container { display: none; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row > .video-iframe-container { display: none; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .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); }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pM1FCavBSmT4ILawRJpWkvQVPZ9k2AfL { width:15.8125rem;height:3.8994125rem;top:1.9375rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #WDsBu04Dz8oqGJvX084xsTD5JsHNsDc1 { width:17rem;height:5.19921875rem;top:20.1875rem;left:1.5rem;text-align:center;text-align-last:center;color:#f4f4f4;display:block; }
 }@media only screen and (max-width: 763px) { #MzxefTTJSoKlCP9XDlx4m6FqrPkdesk8 { top:30.587501525879rem;left:2.0625rem;width:15.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weC6lp6ZEDJuDnmuRfU34TP3yUtToo0R { display:block; }
 }@media only screen and (max-width: 763px) { #me0ehgPXQwOcDvFMp1XeiZsSoo5xbzvu { width:15.8125rem;height:3.4375rem;top:35.587501525879rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3I3LcI8mTrSxLTMtC0z2AuDvz9KrztB { display:block; }
 }@media only screen and (max-width: 763px) { #PH7OSzVSbswVkTTSkO2flsGEaRagQ280 { display:block; }#PH7OSzVSbswVkTTSkO2flsGEaRagQ280 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OaE8HT3rAUUtEwJ7TEVPKiw1kCnqTD0u { width:17.6875rem;height:6.12305rem;top:6.6875rem;left:0.65625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IRMCmSB8rE8IJbt8E9W05VPkcovn1ZxB { width:15.1875rem;height:2.7998rem;top:21.1875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT1U8p08IzXrRPlk79IgqxOx88DrE3PT { width:10.25rem;height:1.4rem;top:17.8125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOMks8qWmRlbmL2JSnSMQtFZfZ1agdTE { width:11.375rem;height:1.4rem;top:14.5625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHym2npSsoRCCVOLoV35ioCtudcze5PE { width:20rem;height:0;top:15.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #N8JUKH3UzknRcTTTUCaEdTqOmALTckJ7 { width:1.5625rem;height:1.5625rem;top:14.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCrEItbyrfososXhPFBaEoNGcfIOMTVL { width:1.5625rem;height:1.5625rem;top:17.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgx9lKnNo02MISeQhHv6TP3BsHqNkkm2 { width:1.5625rem;height:1.5625rem;top:21.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL1RruMmPUNBSZofbNP5sOskbvmlcF1D { width:10.125rem;height:2.3125rem;top:3.3125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW98LDliDHsFxKJWrUwQQlaOmh4lUo91 { display:block; }#tW98LDliDHsFxKJWrUwQQlaOmh4lUo91 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkq9rIcR3QiDVxdUKG8ao0pg04tWgwTf { width:4.875rem;height:1.05rem;top:1.25rem;left:7.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdPSxsiK9OD2ChOFQvmme95tnkhJ2f9l { width:5.3125rem;height:1.05rem;top:3.55rem;left:7.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }