.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:232,242,218;--color-primary-1:226,238,209;--color-primary-2:139,188,72;--color-primary-3:110,171,26;--color-primary-4:89,138,22;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:224,224,224;--color-tertiary-1:153,153,153;--color-tertiary-2:51,51,51;--color-tertiary-3:26,26,26;--color-tertiary-4:8,8,8;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/ccd0f70a-d7fb-443c-a4bb-0b1facdf06ab/LiveMatchmakingEvent9.crop_2732x915_0,34.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:58.75rem;width:75rem;overflow:visible;position:relative;display:block; }#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-form-header {  }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:#000000;width:21.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.2; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;line-height:1.2; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-text {padding-top: 0; padding-bottom: 0;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;line-height:1.2; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-select {padding-top: 0; padding-bottom: 0;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(30deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(30deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(30deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(30deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(30deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.75rem;margin-bottom:0.25rem;margin-left:2.75rem;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:15.6875rem;height:2.625rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:.9; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.875rem;overflow:hidden;font-style:normal; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-container:first-of-type{padding-top:0;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-container:last-of-type{padding-bottom:0;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.11) ;position:absolute;top:33.1875rem;left:48.3115234375rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP {display:block;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.11) ;position:absolute;top:33.1875rem;left:48.3115234375rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #weaK6oUTmAVAF1FXL35TlceXoyrAkPcv { position:relative; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #lwB9VS39TJEPMaZENIPMFSWOf22rFPSL { position:relative;display:block; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #hf7LTvOfLaSluyBuNrT41Xs5oB4XC11H { position:relative; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #Uy7b0f2wBFyDT5eaBCUFlq2rcTe2klpN { position:relative; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #C767RyGVPFOr7TgkdFMBDNicRsPCO6fE { position:relative;display:block; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #cEOfMa8MliRkocxIEDuaXpDpRB3taq8L { position:relative; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #rQIVCkQTnuQw7IoSUqs3a4DHOOrbd1sp { position:relative; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #hFUW18puTvseDOATyV2wNOZ8Q3CMb18U { position:relative;display:block; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #r9KpSmkiJtyKReT5ISzCTq9pnzWGGWDy { position:relative; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #ZKTtTwuCPDZlVzQOxheCEBGLcZOwRlnd { position:relative; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #zZGnGLle7z5dTAhvH9VZw3dLV7A9GAcJ { position:relative;display:block; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #O49feTSNWsIaNWuR6zgiU8kVJAA5XUUp { position:relative; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #lBXEClqaITzPixf1FNoE3pfhpB842rzm { position:relative; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #JCEDRLORdaD7nThy0upCcFHDeyWKuWfb { position:relative; }
#qNiTsAQcGhA9skC2eABrNfARhKrpu2Lb { box-sizing:content-box;height:28.3125rem;width:25.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0.94);background-image:none;top:29.125rem;left:47.25rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.5) ;display:block; }
#LfEbtWclBEMcvbK6EENHhzeTqGTwozdk { color:#333333;display:block;width:20.2478125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.1865234375rem;left:49.375rem;height:2.923825rem;font-style:normal;display:block; }
#VPTeNOlg61HNpcV15FsKXkfJxCnwg6Ae { color:rgba(var(--color-tertiary-2),1);display:block;width:39.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:11.0830078125rem;left:3.5625rem;height:9.8994375rem;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; }
#o5r57H0wxBvtSg5CUgaLezAhF7RVJlhx { position:absolute;display:block;z-index:15022;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.49975625rem;width:3.49975625rem;top:23.3125rem;left:2.875rem;overflow:hidden;display:block; }
#MF2yWK5KgGo2EqfTivuS3MJ1OWXvGFxb { 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:3.49975625rem;width:3.49975625rem;top:27.6875rem;left:2.875rem;overflow:hidden;display:block; }
#tglvCDhHtUDU8ZeflgUZvKLCJibtSk2Z { color:rgba(var(--color-tertiary-2),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:23.625rem;left:6.875rem;height:13rem;display:block; }
#kH92ROyhKANe53lotS1cPQqIUAb8aGbt { position:absolute;display:block;z-index:15024;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.49975625rem;width:3.49975625rem;top:32.25rem;left:2.875rem;overflow:hidden;display:block; }
#nQcH8WBBo5n3Vg306cEnfZuu8bGqAFcC { color:rgba(var(--color-tertiary-2),1);display:block;width:37.37425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:42.25rem;left:3.5625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mBAq7WsZAer5DBXQSRcrnT0QATvQ2v2a { 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:1.5625rem;width:6.375rem;top:45.5rem;left:5.5rem;overflow:hidden;display:block; }
#O67X750ZyUttb1Jx3sz04WDBcSlFWeen { position:absolute;display:block;z-index:15020;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:1.5625rem;width:1.5625rem;top:45.5rem;left:13.375rem;overflow:hidden;display:block; }
#vloxstonf3lPd5sWToFtIKfx2ld9lzG8 { 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:1.5625rem;width:6.25rem;top:45.5rem;left:23.8125rem;overflow:hidden;display:block; }
#n6uShOt7oIfRek5u71bGZTHmEbXqExAl { 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:1.5625rem;width:7.125rem;top:45.5rem;left:31.8125rem;overflow:hidden;display:block; }
#AqiBQVty5cN1gyM4KS9ZIEuqetHsRMwW { position:absolute;display:block;z-index:15020;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:1.5625rem;width:5.625rem;top:45.5rem;left:16.4375rem;overflow:hidden;display:block; }
#b4qhecP7fGtxh6mCbSwGHHrDsG01MgLg { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#xf2e76i8a9Nbcsdazu9tehqmbuFTIBDe { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:34.375rem;display:none; }
#Gf0bQXUEmKqxgzR1rbiJQTF18xtW1MKP { position:relative;display:block; }#Gf0bQXUEmKqxgzR1rbiJQTF18xtW1MKP { background-color: transparent; background-image: none; }#Gf0bQXUEmKqxgzR1rbiJQTF18xtW1MKP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf0bQXUEmKqxgzR1rbiJQTF18xtW1MKP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf0bQXUEmKqxgzR1rbiJQTF18xtW1MKP > .row .container > .video-iframe-container { display: none; }#Gf0bQXUEmKqxgzR1rbiJQTF18xtW1MKP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf0bQXUEmKqxgzR1rbiJQTF18xtW1MKP > .row > .video-iframe-container { display: none; }#Gf0bQXUEmKqxgzR1rbiJQTF18xtW1MKP > .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); }#Gf0bQXUEmKqxgzR1rbiJQTF18xtW1MKP { border-width: 0; border-radius: 0; }#Gf0bQXUEmKqxgzR1rbiJQTF18xtW1MKP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Gf0bQXUEmKqxgzR1rbiJQTF18xtW1MKP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:179.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JS70hB5UQ8ks9mJEPfHTPp18ooADwnQi { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:20.9375rem;left:3.75rem;height:7.30956875rem;text-align:center;text-align-last:center;display:block; }
#oMOKiGSI86uk1GoqXpFovJmg3weFvfz7 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.186525rem;width:6.186525rem;top:14.0625rem;left:44.0625rem;overflow:hidden;display:block; }
#DZPo5oIq0wCdpS1EXWZSQUR5CxXTNKve { color:rgba(var(--color-tertiary-2),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:20.75rem;left:23.25rem;height:8.77148125rem;text-align:center;text-align-last:center;display:block; }
#lEtv5cDISks1aLDTOn9ayMrx03iQHNrQ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.186525rem;width:6.186525rem;top:14.8125rem;left:9.4375rem;overflow:hidden;display:block; }
#wm60QmFOAHqIp9yaWUHpUpKHhw3LQVF3 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:20.75rem;left:39.6875rem;height:8.77148125rem;text-align:center;text-align-last:center;display:block; }
#mhno5TqyUgzd2M8d6x2mH8faXfcfTxW5 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.06175rem;width:7.06175rem;top:14.375rem;left:27.3125rem;overflow:hidden;display:block; }
#ZWPfEqTQKphgJGDSzHZrpmlR2zRCZGi1 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:20.9375rem;left:56.3125rem;height:7.30956875rem;text-align:center;text-align-last:center;display:block; }
#m4InmHgB7l7zCF1bzKU5f6uX9lzN8NVQ { position:absolute;display:block;z-index:15031;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.9375rem;width:5.9375rem;top:14.9375rem;left:60.6875rem;overflow:hidden;display:block; }
#zXBd5NLzIzvQhHMpE6rtxvpKnpTZAk5M { color:rgba(var(--color-tertiary-2),1);display:block;width:50.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:3.5625rem;left:12.25rem;height:2.40625rem;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; }
#P5R72d2qSxtdtkU9tP0Hox8NLxTaff7e { color:rgba(var(--color-tertiary-2),1);display:block;width:52.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:7rem;left:11.4375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#M320skiwEcWrudpHUf5n9TyFnB89HIyh { background-color:transparent;background-image: -webkit-linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4358125rem;height:2.9370125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31.5rem;left:29.8125rem;display:block; }
#etPdIyEZ4PnLv0hKCxUJwkMV6x6fOLSr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qeKOHsKsKB0VqKo5Hvtsw1RSoIUBLrO5 { box-sizing:content-box;height:37.3125rem;width:70.1875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(269deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(269deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(269deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(269deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(269deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),0));background-size:auto !important;top:40.3125rem;left:2.4375rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NAFBqPkrWqEmVcadmwn8JyNn89AN8yoe { color:rgba(var(--color-tertiary-2),1);display:block;width:32.68675rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:43.5rem;left:6.1875rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HHqyheJ3MBnq9e3T6IRT9VSuTStSB7ec { color:rgba(var(--color-tertiary-2),1);display:block;width:56.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:48.6875rem;left:6.1875rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#y1slmaQ7nP7dI3afHiVcy2ZUXM2oEf7z { color:rgba(var(--color-tertiary-2),1);display:block;width:27.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:2;letter-spacing:0;top:54.375rem;left:6.25rem;height:15rem;display:block; }
#t28ZNHarI7oC27Ii5al0M31qlg5ygret { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:38.5rem;top:45.4375rem;left:33.375rem;overflow:hidden;display:block; }
#ugkFSTO9JDvCB0DscZEPX3Bfq7xl5U8t { background-color:transparent;background-image: -webkit-linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4358125rem;height:2.9370125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:71.25rem;left:6.375rem;display:block; }
#p6eJWaavyrng1Lpc7LyZPeEKlBbF0frR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rWGUEVlIn3MoGnQXJE25pruEZib87gAF { box-sizing:content-box;height:13.125rem;width:32rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:92.75rem;left:3.0625rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#qEBvMTMIuktmd0uT3ybeNUS3xis9zskM { position:absolute;display:block;z-index:15039;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.249625rem;width:12.249625rem;top:100rem;left:4.3125rem;overflow:hidden;display:block; }
#Mhb3JG2rWK9FMSpNZyenRkq9s3aOeDWL { color:rgba(var(--color-tertiary-2),1);display:block;width:28.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:96.125rem;left:4.8125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#BkOpvSJ2DtcZc6mmPoiy8XLZtw3WMQCS { color:rgba(var(--color-tertiary-2),1);display:block;width:50.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:85.9375rem;left:12.1875rem;height:2.40625rem;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; }
#BLKmr9EvvriHdrTp5q253UGTCsWv6xCC { color:rgba(var(--color-tertiary-2),1);display:block;width:18.3744375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:101.875rem;left:16.5625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#ABTxBE6R8O50nde51FA7mAuVA8CnPigQ { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:104rem;left:16.5625rem;height:0.89355625rem;text-align:left;text-align-last:left;display:block; }
#CBROhX5R8CSW6sXR79vfFz15lLF3MzUO { color:rgba(var(--color-primary-3),1);display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:13.8125rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:87rem;left:25.3125rem;height:16.5746875rem;font-style:italic;display:block; }
#MmDJIDaqNiJmyhglOZTmO8ppLf6qIxxS { box-sizing:content-box;height:13.125rem;width:32rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:92.9375rem;left:39.8125rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#GnRnUZFaRXgk1WLrTiD3ZNGshWH7ZgUT { position:absolute;display:block;z-index:15042;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.1875rem;width:12.1875rem;top:100rem;left:41.0625rem;overflow:hidden;display:block; }
#lJW7A0Hh57e5QfpfnkuDDZVwW4fgNh5N { color:rgba(var(--color-primary-3),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:13.8125rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:87rem;left:62.6875rem;height:16.5746875rem;font-style:italic;display:block; }
#Xl4iohlpoXG2f7L8eVg94oTgWdvlNyMl { color:rgba(var(--color-tertiary-2),1);display:block;width:28.6239375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:95.4375rem;left:41.5625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#etIOOQV8PuzF6TUBQDRg3DKNpZR9lprs { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:101.875rem;left:53.25rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#JndsDNRzzSgvHlmmpUxxh8RK6EaWbqPT { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6239375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:104rem;left:53.25rem;height:0.89355625rem;text-align:left;text-align-last:left;display:block; }
#varngz9qtEQv8KerA52KRxVkUA1uBdu7 { background-color:transparent;background-image: -webkit-linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4368125rem;height:2.9359rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:113.75rem;left:29.75rem;display:block; }
#c9nEMJrT4VHO71NzgckwhhCJKL3STQ8t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU .accordion-element-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;flex-direction:column;align-items:center;background-color:#f3f3f3;background-image:none;vertical-align:top; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);height:auto;line-height:1.5;overflow:hidden; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden;color:rgba(var(--color-tertiary-2),1); }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU .accordion-trigger.adaptive-delivery-prevent-bg, #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU .accordion-trigger.lazyload, #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU .accordion-trigger.lazyloading { background-image: none; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU { box-sizing:content-box;height:auto;width:66.374375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15026;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:127.625rem;left:4.3125rem; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #m0Mp3BTZbQPnIw5TMTielsFyNVWp8Qi0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #u05vIm0MkcxreZmsG2wI5Z6wDpuCRweJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #GNCBo1OSU3h2ExarvOGCvaQ20uTqoIOi { display:block;position:relative; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #TTdrlqR1XN8Fqv0pG5PbuXx87LFW2C0t {  }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #eESAX0MDVbOIK4P7DdSckgQrI6ykxeeb {  }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #bcE8kahfSUZOVX8OwIiarqsFuoV5rKvp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #Gl8K0lpw9RwRRzFWUcZIPTJTp8APPMqN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #hgvHhx5XuWJOuVQcWeyAJNLJ7UEsEF6R { display:block;position:relative; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #WTM0eA92kpKtn9uMluTLyo6GE1W5yDPm {  }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #XkeuVUAogfeEBOwsrqnTI42WtTpNdH25 { display:none; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #VWkuG6nFdDR69uVwwtV5FfqkP7vmhvZk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #a3cng7sENBmrTrO46iXx2kdkXrsyW94D { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #XTI5mcOrPlEzhXNsthInsUPzbrBTnNTw { display:block;position:relative; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #T70XP5ECFDeWESQcPU5nK95FdDkWeczO {  }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #x8GHuQabuAKox7okh9wlOcIwEcMuhHo1 { display:none; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #ZkKAJ8VfyVy8mDKu8b7zvmwMa42OOQrg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #QToTfryp2cedJLG99GoOHsWJnZFINcTb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #WoZq2eZ6Pxd64KfXWUPliP0Kor0pZK5g { display:block;position:relative; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #xXGaKRlHVE7ztnr2Iic31I9DxxzL88Qa {  }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #V6kJ1dw7USRO3FNmEGAJBTMa91G8nFe5 { display:none; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #cOWon7SoOaiPR5D8WSbAB0cM6TMToutt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #rLoQdA2hI8ExHwEAlaoA3Gl2pvy6PrRn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #UHSp4dqTlQp2xPbc5TA5hnunCI2NWrJh { display:block;position:relative; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #kNHWseaQQI9wRBdtNBSUosFEeECWuFdd {  }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #M7GUslcThcMKDsx2JdNTKgUqxfhuGIEx { display:none; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #DET5p7tmvdfvnQeS6f4ABWgwmHscSOhZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #xSoDodxDPo5m4Nw4G4KsduyQxkW4AlXl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #C5vS9DorU6WzaAMFL0GbBIukOJS7QTW0 { display:block;position:relative; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #lRZ6AFvaEMV3v9HdWuT03V2iJCPT9XEs {  }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #KA6giTnsEuqIQ04htPUmL5lbX4zaTTk2 { display:none; }
#haOq4Gf10GTZJP5S3MZh0gUvaDXCkTH8 { color:rgba(var(--color-tertiary-2),1);display:block;width:50.4989375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:125.0625rem;left:5.75rem;height:2.40625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NHKkrTMCDxVbUz0i3h2Os8sRNplbW6X7 { color:rgba(var(--color-tertiary-2),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:161.8125rem;left:6.375rem;height:2.40625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t1dylzQnZ4MKiknbR93oal8T0Eay3RWL { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:14.5rem;top:164.25rem;left:4.875rem;overflow:hidden;display:block; }
#TSwTWkqTSUuSuqJCHnOuvTSTTXpW6ab1 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:168.1875rem;left:19.4375rem;height:2.5996125rem;font-style:normal;display:block; }
#zkpZJWseGuJPhTyKH27rsnwNbTf7FqPv { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:171.8125rem;left:19.5625rem;height:1.29980625rem;display:block; }
#X1B6hCVChUpoqh6PdVA2Rh6N4Rs7AVVt { color:rgba(var(--color-tertiary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:173.625rem;left:19.5625rem;height:1.29980625rem;display:block; }
#TigTznwO7yAkLf82uT4OQ8dPzr39esnw { background-color:transparent;background-image: -webkit-linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(142deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4368125rem;height:2.9350125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:171.8125rem;left:44rem;display:block; }
#u0LycuiZB5t034d42WbZunqSoIpxeTsE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UfgSGg2wDAguWFKIAfzxlVxUHXDNo2Rs { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:168.1875rem;left:44rem;height:2.5996125rem;font-style:normal;display:block; }
#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row .container { background-color: transparent; background-image: none; }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row .container > .video-iframe-container { display: none; }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row > .video-iframe-container { display: none; }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .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); }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row .container { border-width: 0; border-radius: 0; }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Bxqf2UyOqNXoezJrTNrX4wPHIuwyAZQE { 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.1875rem;width:10.8125rem;top:1.8764200210571rem;left:3.75rem;overflow:hidden;display:block; }
#TiSw2yKuDkekRVKM9UTavkqdrli55PQU { color:rgba(var(--color-tertiary-2),1);display:block;width:31.6868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:2.1747159957886rem;left:15.749290466309rem;height:1.9494625rem;display:block; }
#W86SPnFfgBDX7GHTNUF7DgLLa4HHpmIM { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3117904663088rem;left:3.75rem;height:0.9747875rem;display:block; }
#kQsVw4nptqpsW0D1XndqD48mOUf19R9y { color:rgba(var(--color-tertiary-2),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.3117904663088rem;left:60.874465942382rem;height:0.9747875rem;display:block; }
#bnBunwsPnw4OA56cI8ZQaCPOTCZH5lPP { color:rgba(var(--color-tertiary-2),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.3117904663088rem;left:65.999641418456rem;height:0.9747875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-regular-label { width:21.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-text { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-text {padding-top: 0; padding-bottom: 0;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-textarea { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-select { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-select {padding-top: 0; padding-bottom: 0;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-button { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.6875rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-checkbox-label { width:19.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP  { width:21.25rem;height:21.1875rem;top:33.1875rem;left:24rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .radio-container { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP {display:block;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP { width:21.25rem;height:21.1875rem;top:33.1875rem;left:24rem; }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #weaK6oUTmAVAF1FXL35TlceXoyrAkPcv {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #lwB9VS39TJEPMaZENIPMFSWOf22rFPSL {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #hf7LTvOfLaSluyBuNrT41Xs5oB4XC11H {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #Uy7b0f2wBFyDT5eaBCUFlq2rcTe2klpN {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #C767RyGVPFOr7TgkdFMBDNicRsPCO6fE {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #cEOfMa8MliRkocxIEDuaXpDpRB3taq8L {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #rQIVCkQTnuQw7IoSUqs3a4DHOOrbd1sp {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #hFUW18puTvseDOATyV2wNOZ8Q3CMb18U {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #r9KpSmkiJtyKReT5ISzCTq9pnzWGGWDy {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #ZKTtTwuCPDZlVzQOxheCEBGLcZOwRlnd {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #zZGnGLle7z5dTAhvH9VZw3dLV7A9GAcJ {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #O49feTSNWsIaNWuR6zgiU8kVJAA5XUUp {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #lBXEClqaITzPixf1FNoE3pfhpB842rzm {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #JCEDRLORdaD7nThy0upCcFHDeyWKuWfb {  }
 }@media only screen and (max-width: 763px) { #qNiTsAQcGhA9skC2eABrNfARhKrpu2Lb { top:29.125rem;left:21.875rem;width:25.75rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfEbtWclBEMcvbK6EENHhzeTqGTwozdk { top:31.125rem;left:27.5625rem;width:20.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPTeNOlg61HNpcV15FsKXkfJxCnwg6Ae { top:11.0625rem;left:0rem;width:39.4375rem;height:9.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5r57H0wxBvtSg5CUgaLezAhF7RVJlhx { top:23.3125rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF2yWK5KgGo2EqfTivuS3MJ1OWXvGFxb { top:27.6875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tglvCDhHtUDU8ZeflgUZvKLCJibtSk2Z { top:23.625rem;left:0rem;width:35.1875rem;height:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH92ROyhKANe53lotS1cPQqIUAb8aGbt { top:32.25rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQcH8WBBo5n3Vg306cEnfZuu8bGqAFcC { top:42.25rem;left:0rem;width:37.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBAq7WsZAer5DBXQSRcrnT0QATvQ2v2a { top:45.5rem;left:0rem;width:6.375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O67X750ZyUttb1Jx3sz04WDBcSlFWeen { top:45.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vloxstonf3lPd5sWToFtIKfx2ld9lzG8 { top:45.5rem;left:10.1875rem;width:6.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6uShOt7oIfRek5u71bGZTHmEbXqExAl { top:45.5rem;left:18.1875rem;width:7.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqiBQVty5cN1gyM4KS9ZIEuqetHsRMwW { top:45.5rem;left:2.8125rem;width:5.625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4qhecP7fGtxh6mCbSwGHHrDsG01MgLg { display:none; }
 }@media only screen and (max-width: 763px) { #xf2e76i8a9Nbcsdazu9tehqmbuFTIBDe { width:34.375rem;height:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gf0bQXUEmKqxgzR1rbiJQTF18xtW1MKP { display:block; }#Gf0bQXUEmKqxgzR1rbiJQTF18xtW1MKP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JS70hB5UQ8ks9mJEPfHTPp18ooADwnQi { top:20.9375rem;left:0rem;width:17.5rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMOKiGSI86uk1GoqXpFovJmg3weFvfz7 { top:14.0625rem;left:30.4375rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZPo5oIq0wCdpS1EXWZSQUR5CxXTNKve { top:20.75rem;left:9.625rem;width:15.0625rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEtv5cDISks1aLDTOn9ayMrx03iQHNrQ { top:14.8125rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm60QmFOAHqIp9yaWUHpUpKHhw3LQVF3 { top:20.75rem;left:26.0625rem;width:14.875rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhno5TqyUgzd2M8d6x2mH8faXfcfTxW5 { top:14.375rem;left:13.6875rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWPfEqTQKphgJGDSzHZrpmlR2zRCZGi1 { top:20.9375rem;left:32.875rem;width:14.875rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4InmHgB7l7zCF1bzKU5f6uX9lzN8NVQ { top:14.9375rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXBd5NLzIzvQhHMpE6rtxvpKnpTZAk5M { top:3.5625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5R72d2qSxtdtkU9tP0Hox8NLxTaff7e { top:7rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M320skiwEcWrudpHUf5n9TyFnB89HIyh { width:15.375rem;height:2.875rem;top:31.5rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etPdIyEZ4PnLv0hKCxUJwkMV6x6fOLSr { display:block; }
 }@media only screen and (max-width: 763px) { #qeKOHsKsKB0VqKo5Hvtsw1RSoIUBLrO5 { top:40.3125rem;left:0rem;width:47.75rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAFBqPkrWqEmVcadmwn8JyNn89AN8yoe { top:43.5rem;left:0rem;width:32.625rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHqyheJ3MBnq9e3T6IRT9VSuTStSB7ec { top:48.6875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1slmaQ7nP7dI3afHiVcy2ZUXM2oEf7z { top:54.375rem;left:0rem;width:27.875rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t28ZNHarI7oC27Ii5al0M31qlg5ygret { top:45.4375rem;left:9.3125rem;width:38.4375rem;height:31.823461515984rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugkFSTO9JDvCB0DscZEPX3Bfq7xl5U8t { width:15.375rem;height:2.875rem;top:71.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6eJWaavyrng1Lpc7LyZPeEKlBbF0frR { display:block; }
 }@media only screen and (max-width: 763px) { #rWGUEVlIn3MoGnQXJE25pruEZib87gAF { top:92.75rem;left:0rem;width:31.9375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEBvMTMIuktmd0uT3ybeNUS3xis9zskM { top:100rem;left:0rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhb3JG2rWK9FMSpNZyenRkq9s3aOeDWL { top:96.125rem;left:0rem;width:28.5625rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkOpvSJ2DtcZc6mmPoiy8XLZtw3WMQCS { top:85.9375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLKmr9EvvriHdrTp5q253UGTCsWv6xCC { top:101.875rem;left:2.9375rem;width:18.3125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABTxBE6R8O50nde51FA7mAuVA8CnPigQ { top:104rem;left:2.9375rem;width:13.5625rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBROhX5R8CSW6sXR79vfFz15lLF3MzUO { top:87rem;left:11.6875rem;width:9.5625rem;height:16.5625rem;font-size:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmDJIDaqNiJmyhglOZTmO8ppLf6qIxxS { top:92.9375rem;left:15.6875rem;width:31.9375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnRnUZFaRXgk1WLrTiD3ZNGshWH7ZgUT { top:100rem;left:27.4375rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJW7A0Hh57e5QfpfnkuDDZVwW4fgNh5N { top:87rem;left:38.5rem;width:9.25rem;height:16.5625rem;font-size:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl4iohlpoXG2f7L8eVg94oTgWdvlNyMl { top:95.4375rem;left:19.1875rem;width:28.5625rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etIOOQV8PuzF6TUBQDRg3DKNpZR9lprs { top:101.875rem;left:29.75rem;width:18rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JndsDNRzzSgvHlmmpUxxh8RK6EaWbqPT { top:104rem;left:34.1875rem;width:13.5625rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #varngz9qtEQv8KerA52KRxVkUA1uBdu7 { width:15.375rem;height:2.875rem;top:113.75rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9nEMJrT4VHO71NzgckwhhCJKL3STQ8t { display:block; }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU { display:flex;height:auto;width:27.8125rem;top:8.5rem;left:0rem; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #m0Mp3BTZbQPnIw5TMTielsFyNVWp8Qi0 {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #u05vIm0MkcxreZmsG2wI5Z6wDpuCRweJ {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #GNCBo1OSU3h2ExarvOGCvaQ20uTqoIOi {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #TTdrlqR1XN8Fqv0pG5PbuXx87LFW2C0t {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #eESAX0MDVbOIK4P7DdSckgQrI6ykxeeb {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #bcE8kahfSUZOVX8OwIiarqsFuoV5rKvp {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #Gl8K0lpw9RwRRzFWUcZIPTJTp8APPMqN {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #hgvHhx5XuWJOuVQcWeyAJNLJ7UEsEF6R {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #WTM0eA92kpKtn9uMluTLyo6GE1W5yDPm {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #XkeuVUAogfeEBOwsrqnTI42WtTpNdH25 {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #VWkuG6nFdDR69uVwwtV5FfqkP7vmhvZk {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #a3cng7sENBmrTrO46iXx2kdkXrsyW94D {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #XTI5mcOrPlEzhXNsthInsUPzbrBTnNTw {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #T70XP5ECFDeWESQcPU5nK95FdDkWeczO {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #x8GHuQabuAKox7okh9wlOcIwEcMuhHo1 {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #ZkKAJ8VfyVy8mDKu8b7zvmwMa42OOQrg {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #QToTfryp2cedJLG99GoOHsWJnZFINcTb {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #WoZq2eZ6Pxd64KfXWUPliP0Kor0pZK5g {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #xXGaKRlHVE7ztnr2Iic31I9DxxzL88Qa {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #V6kJ1dw7USRO3FNmEGAJBTMa91G8nFe5 {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #cOWon7SoOaiPR5D8WSbAB0cM6TMToutt {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #rLoQdA2hI8ExHwEAlaoA3Gl2pvy6PrRn {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #UHSp4dqTlQp2xPbc5TA5hnunCI2NWrJh {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #kNHWseaQQI9wRBdtNBSUosFEeECWuFdd {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #M7GUslcThcMKDsx2JdNTKgUqxfhuGIEx {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #DET5p7tmvdfvnQeS6f4ABWgwmHscSOhZ {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #xSoDodxDPo5m4Nw4G4KsduyQxkW4AlXl {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #C5vS9DorU6WzaAMFL0GbBIukOJS7QTW0 {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #lRZ6AFvaEMV3v9HdWuT03V2iJCPT9XEs {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #KA6giTnsEuqIQ04htPUmL5lbX4zaTTk2 {  }
 }@media only screen and (max-width: 763px) { #haOq4Gf10GTZJP5S3MZh0gUvaDXCkTH8 { top:125.0625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHKkrTMCDxVbUz0i3h2Os8sRNplbW6X7 { top:161.8125rem;left:0rem;width:32.8125rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1dylzQnZ4MKiknbR93oal8T0Eay3RWL { top:164.25rem;left:0rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSwTWkqTSUuSuqJCHnOuvTSTTXpW6ab1 { top:168.1875rem;left:5.8125rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkpZJWseGuJPhTyKH27rsnwNbTf7FqPv { top:171.8125rem;left:5.9375rem;width:11.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1B6hCVChUpoqh6PdVA2Rh6N4Rs7AVVt { top:173.625rem;left:5.9375rem;width:14.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TigTznwO7yAkLf82uT4OQ8dPzr39esnw { width:15.375rem;height:2.875rem;top:171.8125rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0LycuiZB5t034d42WbZunqSoIpxeTsE { display:block; }
 }@media only screen and (max-width: 763px) { #UfgSGg2wDAguWFKIAfzxlVxUHXDNo2Rs { top:168.1875rem;left:28.9375rem;width:18.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF { display:block; }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bxqf2UyOqNXoezJrTNrX4wPHIuwyAZQE { top:1.875rem;left:0rem;width:10.8125rem;height:3.1871990193472rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiSw2yKuDkekRVKM9UTavkqdrli55PQU { top:2.125rem;left:2.1242904663086rem;width:31.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W86SPnFfgBDX7GHTNUF7DgLLa4HHpmIM { top:7.25rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQsVw4nptqpsW0D1XndqD48mOUf19R9y { top:7.25rem;left:43.375rem;width:4.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnBunwsPnw4OA56cI8ZQaCPOTCZH5lPP { top:7.25rem;left:39.875rem;width:7.875rem;height:0.9375rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:61.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/818b0f24-9a08-46d0-8094-e7875e47f427/DesignohneTitel43.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-regular-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-text { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-text {padding-top: 0; padding-bottom: 0;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-textarea { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-select { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-select {padding-top: 0; padding-bottom: 0;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-button { width:13.1875rem;margin-top:0.25rem;margin-right:1.25rem;margin-bottom:0.25rem;margin-left:1.25rem;font-size:1.0625rem;overflow:hidden;height:2.3125rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-checkbox-label { width:14.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP  { width:15.7495rem;height:auto;top:33.8125rem;left:0.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .radio-container { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP {display:block;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP { width:15.7495rem;height:auto;top:33.8125rem;left:0.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #weaK6oUTmAVAF1FXL35TlceXoyrAkPcv {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #lwB9VS39TJEPMaZENIPMFSWOf22rFPSL {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #hf7LTvOfLaSluyBuNrT41Xs5oB4XC11H {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #Uy7b0f2wBFyDT5eaBCUFlq2rcTe2klpN {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #C767RyGVPFOr7TgkdFMBDNicRsPCO6fE {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #cEOfMa8MliRkocxIEDuaXpDpRB3taq8L {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #rQIVCkQTnuQw7IoSUqs3a4DHOOrbd1sp {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #hFUW18puTvseDOATyV2wNOZ8Q3CMb18U {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #r9KpSmkiJtyKReT5ISzCTq9pnzWGGWDy {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #ZKTtTwuCPDZlVzQOxheCEBGLcZOwRlnd {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #zZGnGLle7z5dTAhvH9VZw3dLV7A9GAcJ {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #O49feTSNWsIaNWuR6zgiU8kVJAA5XUUp {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #lBXEClqaITzPixf1FNoE3pfhpB842rzm {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #JCEDRLORdaD7nThy0upCcFHDeyWKuWfb {  }
 }@media only screen and (max-width: 763px) { #qNiTsAQcGhA9skC2eABrNfARhKrpu2Lb { width:18.875rem;height:28.25rem;top:29.8125rem;left:0.5rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:rgba(255,255,255,0.61);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LfEbtWclBEMcvbK6EENHhzeTqGTwozdk { width:16.3110625rem;height:2.44921875rem;top:31.375rem;left:1.8125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VPTeNOlg61HNpcV15FsKXkfJxCnwg6Ae { width:16.43675rem;height:5.15625rem;top:8.112548828125rem;left:0.9375rem;font-size:1.5625rem;z-index:15013;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #o5r57H0wxBvtSg5CUgaLezAhF7RVJlhx { width:2.5rem;height:2.5rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF2yWK5KgGo2EqfTivuS3MJ1OWXvGFxb { width:2.5rem;height:2.5rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tglvCDhHtUDU8ZeflgUZvKLCJibtSk2Z { width:16.8115rem;height:11.3671875rem;top:15.499267578125rem;left:2.452392578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH92ROyhKANe53lotS1cPQqIUAb8aGbt { width:2.5rem;height:2.5rem;top:23.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQcH8WBBo5n3Vg306cEnfZuu8bGqAFcC { width:20rem;height:auto;top:42.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBAq7WsZAer5DBXQSRcrnT0QATvQ2v2a { width:6.375rem;height:1.5625rem;top:45.5rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O67X750ZyUttb1Jx3sz04WDBcSlFWeen { width:1.5625rem;height:1.5625rem;top:45.5rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vloxstonf3lPd5sWToFtIKfx2ld9lzG8 { width:6.25rem;height:1.5625rem;top:45.5rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6uShOt7oIfRek5u71bGZTHmEbXqExAl { width:7.125rem;height:1.5625rem;top:45.5rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqiBQVty5cN1gyM4KS9ZIEuqetHsRMwW { width:5.625rem;height:1.5625rem;top:45.5rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4qhecP7fGtxh6mCbSwGHHrDsG01MgLg { top:-0.3125rem;left:0rem;width:20rem;height:29.625rem;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(73deg, rgba(255,255,255,0.57), rgba(0,0,0,0));background-image: -moz-linear-gradient(73deg, rgba(255,255,255,0.57), rgba(0,0,0,0));background-image: -ms-linear-gradient(73deg, rgba(255,255,255,0.57), rgba(0,0,0,0));background-image: -o-linear-gradient(73deg, rgba(255,255,255,0.57), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff91', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff91', endColorstr='#00000000' );";background-image: linear-gradient(73deg, rgba(255,255,255,0.57), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xf2e76i8a9Nbcsdazu9tehqmbuFTIBDe { top:2.5rem;left:0.8740234375rem;width:9.12475rem;height:2.56225625rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Gf0bQXUEmKqxgzR1rbiJQTF18xtW1MKP { display:block; }#Gf0bQXUEmKqxgzR1rbiJQTF18xtW1MKP > .row .container { width:20rem;height:261.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JS70hB5UQ8ks9mJEPfHTPp18ooADwnQi { width:16.4978125rem;height:6.499025rem;top:16.8486328125rem;left:1.75048828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMOKiGSI86uk1GoqXpFovJmg3weFvfz7 { width:4.1870125rem;height:4.1870125rem;top:39.186767578125rem;left:7.906494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZPo5oIq0wCdpS1EXWZSQUR5CxXTNKve { width:15.0610625rem;height:7.79883125rem;top:30.050048828125rem;left:2.46826171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEtv5cDISks1aLDTOn9ayMrx03iQHNrQ { width:3.999025rem;height:3.999025rem;top:12.412109375rem;left:7.999267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm60QmFOAHqIp9yaWUHpUpKHhw3LQVF3 { width:14.8730625rem;height:7.79883125rem;top:43.936279296875rem;left:2.562255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhno5TqyUgzd2M8d6x2mH8faXfcfTxW5 { width:5.3125rem;height:5.3125rem;top:25.050048828125rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWPfEqTQKphgJGDSzHZrpmlR2zRCZGi1 { width:14.8730625rem;height:5.19921875rem;top:57.24853515625rem;left:2.562255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4InmHgB7l7zCF1bzKU5f6uX9lzN8NVQ { width:4.24926875rem;height:4.24926875rem;top:52.999267578125rem;left:7.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXBd5NLzIzvQhHMpE6rtxvpKnpTZAk5M { width:20rem;height:3.4375rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5R72d2qSxtdtkU9tP0Hox8NLxTaff7e { width:20rem;height:4.62890625rem;top:5.843505859375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M320skiwEcWrudpHUf5n9TyFnB89HIyh { width:15.37475rem;height:2.87475625rem;top:65.23193359375rem;left:2.310791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etPdIyEZ4PnLv0hKCxUJwkMV6x6fOLSr { display:block; }
 }@media only screen and (max-width: 763px) { #qeKOHsKsKB0VqKo5Hvtsw1RSoIUBLrO5 { width:20rem;height:42.8125rem;top:74.624267578125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -moz-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -ms-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -o-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );";background-image: linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAFBqPkrWqEmVcadmwn8JyNn89AN8yoe { width:16.1230625rem;height:4.0625rem;top:76.3125rem;left:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHqyheJ3MBnq9e3T6IRT9VSuTStSB7ec { width:17.1875rem;height:6.499rem;top:81.375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1slmaQ7nP7dI3afHiVcy2ZUXM2oEf7z { width:19.375rem;height:12rem;top:98.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t28ZNHarI7oC27Ii5al0M31qlg5ygret { width:16.25rem;height:13.374rem;top:84.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugkFSTO9JDvCB0DscZEPX3Bfq7xl5U8t { width:15.37475rem;height:2.87475625rem;top:112.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6eJWaavyrng1Lpc7LyZPeEKlBbF0frR { display:block; }
 }@media only screen and (max-width: 763px) { #rWGUEVlIn3MoGnQXJE25pruEZib87gAF { width:19.875rem;height:13.125rem;top:129.4375rem;left:0rem;background-color:#ffffff;background-image:none;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEBvMTMIuktmd0uT3ybeNUS3xis9zskM { width:7.87475rem;height:7.87475rem;top:137.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhb3JG2rWK9FMSpNZyenRkq9s3aOeDWL { width:17.124rem;height:4.22363125rem;top:132.5rem;left:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkOpvSJ2DtcZc6mmPoiy8XLZtw3WMQCS { width:20rem;height:3.4375rem;top:122.62451171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLKmr9EvvriHdrTp5q253UGTCsWv6xCC { width:9.6875rem;height:2.4375rem;top:137.625rem;left:9.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABTxBE6R8O50nde51FA7mAuVA8CnPigQ { width:8.6865rem;height:1.625rem;top:140.125rem;left:9.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBROhX5R8CSW6sXR79vfFz15lLF3MzUO { width:6.0620125rem;height:15rem;top:124.3125rem;left:11.5rem;font-size:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmDJIDaqNiJmyhglOZTmO8ppLf6qIxxS { width:19.875rem;height:13.125rem;top:149.8125rem;left:0rem;background-color:#ffffff;background-image:none;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnRnUZFaRXgk1WLrTiD3ZNGshWH7ZgUT { width:7.8735625rem;height:7.8735625rem;top:157.875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJW7A0Hh57e5QfpfnkuDDZVwW4fgNh5N { width:6.186525rem;height:15rem;top:144.9375rem;left:1.25rem;font-size:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl4iohlpoXG2f7L8eVg94oTgWdvlNyMl { width:18.18725rem;height:5.27831875rem;top:152.5rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etIOOQV8PuzF6TUBQDRg3DKNpZR9lprs { width:11.25rem;height:1.625rem;top:159.3125rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JndsDNRzzSgvHlmmpUxxh8RK6EaWbqPT { width:9.2480625rem;height:0.8125rem;top:160.9375rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #varngz9qtEQv8KerA52KRxVkUA1uBdu7 { width:15.37475rem;height:2.87475625rem;top:168.49975585938rem;left:2.310791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9nEMJrT4VHO71NzgckwhhCJKL3STQ8t { display:block; }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU .accordion-heading-text { font-size:1rem;height:auto; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU { display:flex;height:auto;width:17.5rem;top:180.3125rem;left:0rem; }
#okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #m0Mp3BTZbQPnIw5TMTielsFyNVWp8Qi0 {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #u05vIm0MkcxreZmsG2wI5Z6wDpuCRweJ {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #GNCBo1OSU3h2ExarvOGCvaQ20uTqoIOi {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #TTdrlqR1XN8Fqv0pG5PbuXx87LFW2C0t {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #eESAX0MDVbOIK4P7DdSckgQrI6ykxeeb {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #bcE8kahfSUZOVX8OwIiarqsFuoV5rKvp {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #Gl8K0lpw9RwRRzFWUcZIPTJTp8APPMqN {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #hgvHhx5XuWJOuVQcWeyAJNLJ7UEsEF6R {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #WTM0eA92kpKtn9uMluTLyo6GE1W5yDPm {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #XkeuVUAogfeEBOwsrqnTI42WtTpNdH25 {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #VWkuG6nFdDR69uVwwtV5FfqkP7vmhvZk {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #a3cng7sENBmrTrO46iXx2kdkXrsyW94D {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #XTI5mcOrPlEzhXNsthInsUPzbrBTnNTw {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #T70XP5ECFDeWESQcPU5nK95FdDkWeczO {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #x8GHuQabuAKox7okh9wlOcIwEcMuhHo1 {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #ZkKAJ8VfyVy8mDKu8b7zvmwMa42OOQrg {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #QToTfryp2cedJLG99GoOHsWJnZFINcTb {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #WoZq2eZ6Pxd64KfXWUPliP0Kor0pZK5g {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #xXGaKRlHVE7ztnr2Iic31I9DxxzL88Qa {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #V6kJ1dw7USRO3FNmEGAJBTMa91G8nFe5 {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #cOWon7SoOaiPR5D8WSbAB0cM6TMToutt {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #rLoQdA2hI8ExHwEAlaoA3Gl2pvy6PrRn {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #UHSp4dqTlQp2xPbc5TA5hnunCI2NWrJh {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #kNHWseaQQI9wRBdtNBSUosFEeECWuFdd {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #M7GUslcThcMKDsx2JdNTKgUqxfhuGIEx {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #DET5p7tmvdfvnQeS6f4ABWgwmHscSOhZ {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #xSoDodxDPo5m4Nw4G4KsduyQxkW4AlXl {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #C5vS9DorU6WzaAMFL0GbBIukOJS7QTW0 {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #lRZ6AFvaEMV3v9HdWuT03V2iJCPT9XEs {  }
 }@media only screen and (max-width: 763px) { #okrlhtcsqi6Sd41HwmcNiGFOuyEICdLU #KA6giTnsEuqIQ04htPUmL5lbX4zaTTk2 {  }
 }@media only screen and (max-width: 763px) { #haOq4Gf10GTZJP5S3MZh0gUvaDXCkTH8 { width:17.4365rem;height:3.4375rem;top:176.875rem;left:1.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHKkrTMCDxVbUz0i3h2Os8sRNplbW6X7 { width:16.499rem;height:3.4375rem;top:222.3125rem;left:1.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t1dylzQnZ4MKiknbR93oal8T0Eay3RWL { width:14.4360625rem;height:14.4360625rem;top:225.74951171875rem;left:2.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSwTWkqTSUuSuqJCHnOuvTSTTXpW6ab1 { width:15.7495rem;height:2.5996125rem;top:239.5rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zkpZJWseGuJPhTyKH27rsnwNbTf7FqPv { width:11.4355625rem;height:1.29980625rem;top:243.375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X1B6hCVChUpoqh6PdVA2Rh6N4Rs7AVVt { width:14.0625rem;height:1.29980625rem;top:245.125rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TigTznwO7yAkLf82uT4OQ8dPzr39esnw { width:15.37475rem;height:2.87475625rem;top:253.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0LycuiZB5t034d42WbZunqSoIpxeTsE { display:block; }
 }@media only screen and (max-width: 763px) { #UfgSGg2wDAguWFKIAfzxlVxUHXDNo2Rs { width:14.43725rem;height:2.5996125rem;top:250.1875rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF { display:block; }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bxqf2UyOqNXoezJrTNrX4wPHIuwyAZQE { width:8.8125rem;height:2.5rem;top:1.875rem;left:1.453857421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiSw2yKuDkekRVKM9UTavkqdrli55PQU { width:16.12425rem;height:2.5996125rem;top:5.37353515625rem;left:1.68603515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W86SPnFfgBDX7GHTNUF7DgLLa4HHpmIM { width:12.5rem;height:0.9746125rem;top:13.84765625rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQsVw4nptqpsW0D1XndqD48mOUf19R9y { width:4.375rem;height:0.9746125rem;top:11.1875rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnBunwsPnw4OA56cI8ZQaCPOTCZH5lPP { width:7.875rem;height:0.9746125rem;top:12.5rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }