.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,243,224;--color-primary-1:177,214,151;--color-primary-2:99,173,47;--color-primary-3:50,87,24;--color-primary-4:15,26,7;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:42,141,209;--color-secondary-4:0,92,168;--color-tertiary-0:255,255,255;--color-tertiary-1:134,134,134;--color-tertiary-2:88,88,88;--color-tertiary-3:34,34,34;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:#f1f1f1;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); }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(162,162,162,0.3);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row .container { background-color: transparent; background-image: none; }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row .container > .video-iframe-container { display: none; }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row > .video-iframe-container { display: none; }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .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); }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row .container { border-width: 0; border-radius: 0; }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#BfRWz5wMgLEAiab1QFmLIkc3phQ9Xplg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4c4c4c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.1865234375rem;left:18.437255859375rem;display:block; }
#cqWUgqooCkbGTmlkzvrF8LeoNit2oCJR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#faNmBTE0X3asdMJDHRpLVhOKDCinne4W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4c4c4c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1865234375rem;left:10.12451171875rem;display:block; }
#HdLdkpHJMkXurvZkOSPtFiEbEZ7GQlQy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z02Kx7V2ggbyglHdDhUED9TDZotXBP0q { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.061525rem;width:11.31225rem;top:0.90625rem;left:0rem;overflow:hidden;display:block; }
#UdVmrPJzuM6aqWyX8SNnZWIt0qmSSS09 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4c4c4c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.1865234375rem;left:26.4990234375rem;display:block; }
#hyZTIG269rlThoUwgHWnesB9bmLHlivr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZsMncwiVJtdzKWAyRlazhx9ChaXlLHTX { color:#2e2d2d;display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:2.49755859375rem;left:50.6201171875rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#wR66DLH9eiczlebJ1643bbozxfdZdAIX { box-sizing:content-box;color:#f1c50f;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:1.309814453125rem;left:60.36865234375rem;display:block; }
#BkBE4sGFni9I5V0cXU715kJcVzGo3Fr6 { box-sizing:content-box;color:#f1c50f;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:1.309814453125rem;left:55.931396484375rem;display:block; }
#NTfXNt8n3UQb18l3extVgFqOJ2nL9Bd6 { box-sizing:content-box;color:#f1c50f;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:1.309814453125rem;left:57.0556640625rem;display:block; }
#hlTHiLN3tTDidGsQeAX8hqaxQCBsbowt { box-sizing:content-box;color:#f1c50f;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:1.309814453125rem;left:58.182373046875rem;display:block; }
#SVn8XRBqckmTq7IhBKxCIZbTpwFtFKs8 { box-sizing:content-box;color:#f1c50f;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:1.309814453125rem;left:59.306640625rem;display:block; }
#AuUmBWzfZCOxkME9Ccia9ixTTTyvTZdR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#xCTOnFhG8vQHSVCdrmBtF7NTnaFzhDfB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#QNRXGFkKfKcP3rwgirmoIKBp2KLfwnz9 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.25rem;text-decoration:none;z-index:14998;text-align:right;text-align-last:right;top:1.1865234375rem;left:62.75rem;display:block; }
#dewKIUAFH0BJtt4qFrG8b1fs8PpSZDTK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kPh6n6dH9Q21BZ3LbCoQEyzVLplabiSx { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.717529296875rem;left:63.9521484375rem; }
#kPh6n6dH9Q21BZ3LbCoQEyzVLplabiSx > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#JOAZTzOVCL901oEfhDPGd3IwHQTxGflx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.279296875rem;left:65.125rem;display:block; }
#xkDUxi9mZ7qn5q9vEUsu77n1diStCkT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD { position:relative;display:none; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD { border-width: 0; border-radius: 0; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .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; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/47122298-9638-453a-8394-1e9a4f275338/wittmannmobileAktenvernichtungdatenschutzkonformsichermin.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;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(var(--color-tertiary-4),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(var(--color-tertiary-4),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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:39.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#SKTSGutpBNo6n7Vaho8H1nPRrVrdsqDb { color:rgba(var(--color-tertiary-0),1);display:block;width:46.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:11.375rem;left:0rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fqLKyEeVipxzNL1ySD4tAhT6drtZ4vVE { position:absolute;display:block;z-index:15085;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.75rem;width:3.625rem;top:32.7490234375rem;left:0rem;overflow:hidden;display:block; }
#ZRnCC8EA8WCBPpCXibhKV5IGkNHiqyV7 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.9375rem;left:1.75rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tpVyhe2sE5LxVfJENwt5wkz9bD8ftwI4 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12413125rem;width:1.12413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:19.25rem;left:0rem; }
#s8L4sFOaOtwyMgP2IAaGc1OQQv565APb { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f3f2f1;border-left:0.125rem solid #f3f2f1;border-right:0.125rem solid #f3f2f1;border-bottom:0.125rem solid #f3f2f1;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:25.9375rem;left:0rem;display:block; }
#HK8SpCRdPq6HA3ryUvM6hci3UOOgn2G1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xUmVkqceyhQvJ0NZbETiDt78xfhLW09h { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:21rem;left:1.75rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PkITi10yB95GcSDI3hGoDghTg9xvUTmz { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12305rem;width:1.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:21.1875rem;left:0rem; }
#NcO2mpxKJeimRGZWyTrOiwBvdAzGTT2o { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12305rem;width:1.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:23.125rem;left:0rem; }
#JTgONIJJfyh6bV34JAHQmgCFiETNHomN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:12rem;display:none; }
#TpNB5PoDddW4kZcMtBVhtA7mPGCOkIe6 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.75rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:32.061645507812rem;left:0rem;display:none; }
#OwctOl7FfP0a7hNxUg69dQ9NRui1Uy9N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FtFKscBlM3TPxkCC8T965AqSNV8bA9Zk { box-sizing:content-box;color:#f1c50f;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15098;top:35rem;left:12.1875rem;display:block; }
#awtlGRa7tefE261aPeO1a3NIkAEib7Nq { box-sizing:content-box;color:#f1c50f;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15099;top:35rem;left:12.875rem;display:block; }
#VR8twTdsVhXIvIWub1v7kMPZ4EmTqTTV { box-sizing:content-box;color:#f1c50f;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15097;top:35rem;left:11.5rem;display:block; }
#cTs696Nn8ieqildpmXODgdwMxHF3t7bz { box-sizing:content-box;color:#f1c50f;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15098;top:35rem;left:10.8125rem;display:block; }
#IeHwZUDUcFL1IDzvxfPt4QTcmfiZ3vDI { position:absolute;display:block;z-index:15092;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:33.4375rem;left:10.75rem;overflow:hidden;display:block; }
#cxN5lWUVN3IMx1mSk3UZNM5B8fTZa7nz { color:rgba(var(--color-tertiary-0),1);display:block;width:3.31176875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:33.375rem;left:11.875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XETEpbi8CGrnKHO8uDm0lcrXKRz8gbz0 { box-sizing:content-box;color:#f1c50f;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15098;top:35rem;left:13.5625rem;display:block; }
#LyIeZhAmHaQFq6rPnw3CaWEXp0lWTlSi { position:absolute;display:block;z-index:15086;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:3rem;width:4.8125rem;top:33.123779296875rem;left:4.779541015625rem;overflow:hidden;display:block; }
#ITvsZ1Tnlz58qMgfvqqDuUvfOZvLkgPB { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.9375rem;left:1.75rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OnM9MP2eubbBwhFSL3U56oBWZE0cxiFF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OnM9MP2eubbBwhFSL3U56oBWZE0cxiFF > .row .container { background-color: transparent; background-image: none; }#OnM9MP2eubbBwhFSL3U56oBWZE0cxiFF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnM9MP2eubbBwhFSL3U56oBWZE0cxiFF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnM9MP2eubbBwhFSL3U56oBWZE0cxiFF > .row .container > .video-iframe-container { display: none; }#OnM9MP2eubbBwhFSL3U56oBWZE0cxiFF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnM9MP2eubbBwhFSL3U56oBWZE0cxiFF > .row > .video-iframe-container { display: none; }#OnM9MP2eubbBwhFSL3U56oBWZE0cxiFF > .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); }#OnM9MP2eubbBwhFSL3U56oBWZE0cxiFF > .row .container { border-width: 0; border-radius: 0; }#OnM9MP2eubbBwhFSL3U56oBWZE0cxiFF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OnM9MP2eubbBwhFSL3U56oBWZE0cxiFF > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:block; }#rqQh6E2XO2NZyC2a4y2uuvsNgXmAgWiG { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:6.125rem;left:0rem;height:2.25rem;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;font-style:normal;display:block; }
#GmgIp9fFUHEPMvcXhsFfGRxeiqtO2SrO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3103125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:21.1875rem;left:46.8125rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GBGhx62nNk6hQX0oqAf6WqxfWJWNUvGz { box-sizing:content-box;height:5.625rem;width:30.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;top:19.75rem;left:38.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.1) ;display:block; }
#FtqW0aNUDMoTtToIvyNIy8G8ZTHodUTE { color:rgba(var(--color-tertiary-4),1);display:block;width:58.31175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:9rem;left:8.3125rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SZvaEb4lL40Tw5Uy3Cp9XIfagNncbrcv { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:21.4375rem;left:65.0625rem; }
#SZvaEb4lL40Tw5Uy3Cp9XIfagNncbrcv > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#AQGWAHZ3ZfrgLIpdMToOXqPyzgWN0tME { box-sizing:content-box;height:5.625rem;width:6.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:19.75rem;left:38.75rem;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#aq3RmwsuTTalB0Sa8ghsmwh52hawwPIO { color:rgba(var(--color-tertiary-2),0.7);display:block;width:19.3103125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:22.6875rem;left:46.8125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#exhfe5aOyn9WgqfxiXipPxXDDHN0JgwQ { box-sizing:content-box;height:5.625rem;width:30.3125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;top:19.75rem;left:5.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.1) ;display:block; }
#mErzhMtR2tSl2ZcJBgquEd2U2eBFOnG1 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3103125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:21.1875rem;left:14rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DLvdE6LEAXMgiRDltHChzOnqOC6CicNv { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:21.4375rem;left:32.406005859375rem; }
#DLvdE6LEAXMgiRDltHChzOnqOC6CicNv > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#MecCMkw9cAk7emaJsGHf0Zmyxfo1THDG { color:rgba(var(--color-tertiary-2),0.7);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:22.6875rem;left:14rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hBHbGaguGzHAV22b4wbSufFbReePebES { box-sizing:content-box;height:5.625rem;width:6.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(255,204,3,0.1);background-image:none;top:19.8125rem;left:5.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#HaLLldi8LfCHhaDuJP5pMbvL6NNNWTxm { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3103125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:13.875rem;left:14rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cG47uKbbs2yZZsksTcRI6ZFeABWNvAkb { box-sizing:content-box;height:5.625rem;width:30.3125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;top:12.5rem;left:5.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.1) ;display:block; }
#kXfD7hCQzBDmkWZTvtz6vbqPpqIxklFT { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:14.31201171875rem;left:32.406005859375rem; }
#kXfD7hCQzBDmkWZTvtz6vbqPpqIxklFT > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#iKk5ayC9oKItvsGJHOT6S33sR7NQgCnO { color:rgba(var(--color-tertiary-2),0.7);display:block;width:19.3103125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:15.375rem;left:14rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LX00yCNRqEQTcHa4q3BGTWB4hfrlOy8X { box-sizing:content-box;height:5.625rem;width:6.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:12.5rem;left:5.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#J0IX3tduaUTx7FuQ6ZnpSSuxIkrbOxrn { box-sizing:content-box;height:5.625rem;width:30.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;top:12.5rem;left:38.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.1) ;display:block; }
#xB8D2mI59Tg5lwbrAs35OGZ2acOXy7dv { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3103125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:13.875rem;left:46.8125rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k47w0JXAEwcn96nxwQOCBWg3P4Oei7RF { box-sizing:content-box;height:5.625rem;width:6.25rem;position:absolute;display:block;z-index:15014;background-color:rgba(255,204,3,0.1);background-image:none;top:12.5rem;left:38.75rem;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#QGP7mf2vUhS044Qt6sSHuQWPdahMcCos { color:rgba(var(--color-tertiary-2),0.7);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:15.375rem;left:46.8125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ITdcKfLboQfnQeI4kRfIrGycCsbcrkKR { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:14.31201171875rem;left:65.0625rem; }
#ITdcKfLboQfnQeI4kRfIrGycCsbcrkKR > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#snGZzMpExRA6GFIRk1rkNxwakf73Oeel { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:13.4375rem;left:7.186279296875rem;overflow:hidden;display:block; }
#Iy2kuCt17wOl22ZVolsZUxpGTLMnxTBK { position:absolute;display:block;z-index:15034;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.75rem;width:3.75rem;top:20.687255859375rem;left:7.1875rem;overflow:hidden;display:block; }
#igyO9D9wcPp67vKRGasotRkJdkbPznF5 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:13.28125rem;left:39.84375rem;overflow:hidden;display:block; }
#hVfPt3BT7X0TRWuK0LNVqwGa0XVyftuJ { position:absolute;display:block;z-index:15034;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.75rem;width:3.75rem;top:20.687255859375rem;left:40rem;overflow:hidden;display:block; }
#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row .container { background-color: transparent; background-image: none; }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row .container > .video-iframe-container { display: none; }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row > .video-iframe-container { display: none; }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .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); }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row .container { border-width: 0; border-radius: 0; }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;position:relative;display:block; }#KLQ3fVMgHmJW11t9pIWyGGV9zlGZaXnA { color:rgba(var(--color-tertiary-4),1);display:block;width:59.74975rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:7.02685546875rem;left:0rem;height:2.25rem;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;font-style:normal;display:block; }
#IOVUMQ1LteSpnqy6ExKSBsg2RTo8Jr05 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:9.947509765625rem;left:0rem;height:18.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bd3tTaiHlKp7c7KLTF0cinXeeKNLNt4z { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:2.75rem;top:30.4375rem;left:54.4375rem;overflow:hidden;display:block; }
#Hk879snPFXppsQP03va5v6p2f4Dgbntm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.9995rem;width:33.8745rem;top:7.21435546875rem;left:41.12548828125rem;overflow:hidden;display:block; }
#FcLeDJ7D0AkQy0aJ9fXQs1TTUTcpAq3C { color:rgba(var(--color-tertiary-4),1);display:block;width:26.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:31.748046875rem;left:4.437255859375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LxTpmtICZSNeFKDTzIUAWg7dgSgW5IkL { position:absolute;display:block;z-index:15094;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.75rem;width:3.75rem;top:31.3720703125rem;left:0rem;overflow:hidden;display:block; }
#G9AB4QkkW5uJdxSzc7XbUlRlmdJJUQHs { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.1875rem;width:28.125rem;top:35.623779296875rem;left:0rem;overflow:hidden;display:block; }
#XQ9vDULqyUy5aIfLTJkJ9FXkgTpkPgb0 { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:5.4375rem;top:30.125rem;left:58.0625rem;overflow:hidden;display:block; }
#EQxRnT0x0UXuwEmOkChQ5GHoCtq8VfBl { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.625rem;top:30.5927734375rem;left:64.375rem;overflow:hidden;display:block; }
#tAkVlciiACLKIvWI1QExOUU0MfQkzkgA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tAkVlciiACLKIvWI1QExOUU0MfQkzkgA > .row .container { background-color: transparent; background-image: none; }#tAkVlciiACLKIvWI1QExOUU0MfQkzkgA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAkVlciiACLKIvWI1QExOUU0MfQkzkgA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAkVlciiACLKIvWI1QExOUU0MfQkzkgA > .row .container > .video-iframe-container { display: none; }#tAkVlciiACLKIvWI1QExOUU0MfQkzkgA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAkVlciiACLKIvWI1QExOUU0MfQkzkgA > .row > .video-iframe-container { display: none; }#tAkVlciiACLKIvWI1QExOUU0MfQkzkgA > .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); }#tAkVlciiACLKIvWI1QExOUU0MfQkzkgA > .row .container { border-width: 0; border-radius: 0; }#tAkVlciiACLKIvWI1QExOUU0MfQkzkgA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tAkVlciiACLKIvWI1QExOUU0MfQkzkgA > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:block; }#t53D0PJeIz337h7E3hinLwup6TdMxw1n { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:22.4853515625rem;left:9.75rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MeiUWocd8sHh1v84fEmMQnb1hJW6c3Z7 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:29.398681640625rem;left:9.75rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xz0nI1k6Iw1PmJZcxSMFUnmVdzSmaLcN { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:9.81201171875rem;left:0rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aKaR1J0KTR0vVyVE9Xn4aNZWV2B4Qlmt { color:rgba(var(--color-tertiary-4),1);display:block;width:59.74975rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:6.875rem;left:0rem;height:2.25rem;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;font-style:normal;display:block; }
#W5dq4bn588pZnJVzOMw64vkNWGFwuzAw { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:43.162841796875rem;left:9.75rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o7bJd68yhLWO31qkoISLH8111BUo6saz { color:rgba(var(--color-tertiary-0),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15097;line-height:1.6;letter-spacing:0;top:22.846923828125rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CS5Mlx4tfyKoKxTqIwwdSnVXTxSWBOAi { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15098;line-height:1.6;letter-spacing:0;top:29.72265625rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S0hZcDI0HwhcE7sgTnxLAoIuoU5ONRv2 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:36.28759765625rem;left:9.75rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bGQvzZeLBxNLUufg4MJrSZTND2ybPTZE { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15099;line-height:1.6;letter-spacing:0;top:36.585693359375rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gkk1kKVu8hFFyOQqI4TRgGlW14MXgLIg { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:43.4619140625rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cvd8SdsplJNdP5AaIOuRBCbx1XLm8MNm { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:26.43675rem;width:20.81175rem;top:21.07177734375rem;left:39.375rem;overflow:hidden;display:block; }
#sEHDOEnw7NGbElKXWpJoTA8hRpXucnV5 { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:26.4375rem;width:15.875rem;top:21.0693359375rem;left:59.1259765625rem;overflow:hidden;display:block; }
#GC82uC1LcC3JKwe0qc8nFBvkLPmLcEVb { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:18.347900390625rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QmI5bIk6bz4inaPIKsHEyNGVD5xrxzBn { box-sizing:content-box;height:5.625rem;width:38.125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;top:21.07177734375rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.1) ;display:block; }
#XlgTZwGlCUGy4tZhIbwGwfVwOwL0uLUQ { box-sizing:content-box;height:5.625rem;width:38.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;top:27.98388671875rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.1) ;display:block; }
#o2chAxoM0AKf0KRpX06ovhsVPOSUZhfA { box-sizing:content-box;height:5.625rem;width:38.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;top:34.8740234375rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.1) ;display:block; }
#lDwUtDptP72ESgN0GJDwMXFQrTpVI8zs { box-sizing:content-box;height:5.625rem;width:38.125rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;top:41.749267578125rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.1) ;display:block; }
#xiUTf9pl17m4a4c8rB2q8dGpPomAT8Qr { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:22.32177734375rem;left:5.265380859375rem;overflow:hidden;display:block; }
#RT3bMNCVyVCPQURlitxt70RW6sVycelm { position:absolute;display:block;z-index:15035;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.5625rem;width:3.5625rem;top:35.9033203125rem;left:5.044677734375rem;overflow:hidden;display:block; }
#D1ZTqgMntcfppLeBGiIokleRo5L6BtPK { position:absolute;display:block;z-index:15036;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.75rem;width:3.75rem;top:28.9208984375rem;left:4.951904296875rem;overflow:hidden;display:block; }
#Pufo7sMmvsQMNSNI6c6nPHZcvxegs0OA { position:absolute;display:block;z-index:15036;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.75rem;width:3.75rem;top:42.685546875rem;left:4.951904296875rem;overflow:hidden;display:block; }
#n2JKnSCoaJNf8uMFTpNvcJ96CfmeVKsE { box-sizing:content-box;height:29.24925rem;width:3.75rem;position:absolute;display:block;z-index:15095;background-color:#fafafa;background-image:none;top:18.336181640625rem;left:58.077392578125rem;display:block; }
#KxEwKzXQ4VLO5MMblzft2254nIwvph9m { box-sizing:content-box;height:5.625rem;width:3.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.133056640625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#qgFGOEKIc9BizGSH42RDt4vICx4bbQdf { box-sizing:content-box;height:5.625rem;width:3.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.9833984375rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#SN3tyscFmQ6E16ypQTbxbSdAEDWL0dTS { box-sizing:content-box;height:5.625rem;width:3.9375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:34.871826171875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#K9LiSD7fHZT1nwIgUUGNmbZ1qJhEUgzQ { box-sizing:content-box;height:5.625rem;width:3.9375rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;top:41.748046875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#TzGpxgv30FT767n1ue2X5E7U7tP1AHre { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row .container { background-color: transparent; background-image: none; }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row .container > .video-iframe-container { display: none; }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row > .video-iframe-container { display: none; }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .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); }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row .container { border-width: 0; border-radius: 0; }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#xd3N3NhstHBt3bbGqduDRFJNnhSvHhpN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:18.9375rem;left:2.1875rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iFTtasZhauGXX7CmeCmT1nWGkBKU5l0U { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:24rem;left:2.1875rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WebMdWmQxUBp3520WpxDcfr4Eriy1tnJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:18.9375rem;left:55.4375rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aewR0UW2Smr9KgNIr4dpB0w7N3PkEqnM { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:24rem;left:24.0625rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n9WaIhgXuU5QbTU2rFWZZOVf0HOLBqT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:18.9375rem;left:24.0625rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z0384b040vCqE9orPn7TrOPeE6a2mZIK { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:24.1875rem;left:21.9375rem; }
#yLbth543hpk7JWoKqwatdvOuziveNxln { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:19.0625rem;left:21.9375rem; }
#ulIx9pdrmn4ZmSDuVl6lKkXi4TX7ghIU { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:19.0625rem;left:53.1875rem; }
#ZPceHePKZW1WLkOKT4z9Ea1y84cEt5Ni { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:24.1875rem;left:0rem; }
#s3KSgnWs7CThvTnrK6cRirX03QJFKzkv { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:19.0625rem;left:0rem; }
#e5AEgrfcqtXX5ZMoXcP8faAJLIqNDZPd { color:rgba(var(--color-tertiary-4),1);display:block;width:62.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:8.125rem;left:0rem;height:7.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NBPVUhk7gcyB7zhKV7h8oVOo0itUulWH { box-sizing:content-box;height:0.062255875rem;width:75rem;position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.83154296875rem;left:0rem;display:block; }
#DTSSamBEzF9Jb7wf3KkDZpBWcZUvZbLe { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.062255859375rem;left:0rem;height:2.25rem;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;font-style:normal;display:block; }
#bQb2pTWIwOHNNvxuB5h4TkqlRe2WT5B8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bQb2pTWIwOHNNvxuB5h4TkqlRe2WT5B8 > .row .container { background-color: transparent; background-image: none; }#bQb2pTWIwOHNNvxuB5h4TkqlRe2WT5B8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQb2pTWIwOHNNvxuB5h4TkqlRe2WT5B8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQb2pTWIwOHNNvxuB5h4TkqlRe2WT5B8 > .row .container > .video-iframe-container { display: none; }#bQb2pTWIwOHNNvxuB5h4TkqlRe2WT5B8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQb2pTWIwOHNNvxuB5h4TkqlRe2WT5B8 > .row > .video-iframe-container { display: none; }#bQb2pTWIwOHNNvxuB5h4TkqlRe2WT5B8 > .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); }#bQb2pTWIwOHNNvxuB5h4TkqlRe2WT5B8 > .row .container { border-width: 0; border-radius: 0; }#bQb2pTWIwOHNNvxuB5h4TkqlRe2WT5B8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bQb2pTWIwOHNNvxuB5h4TkqlRe2WT5B8 > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#OpJ5o2l7AKRxubO6b7L0NzFcEHA6BKyW { color:rgba(var(--color-tertiary-0),1);display:block;width:50.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.3125rem;left:12.375rem;height:2.25rem;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;font-style:normal;display:block; }
#HLymIhmF0oncZubwt2y8tK6TySuNPiwq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:22.25rem;left:2.3125rem;height:3.125rem;text-align:left;text-align-last:left;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; }
#UwXxSMmt8gsfgwdUl7On2geh5WnGDfnh { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19rem;width:24.375rem;top:14.3125rem;left:0rem;display:block; }
#AyGUbNZ64o4ZwZsuC2EwBBb5NP18z7wg { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19rem;width:24.375rem;top:14.3125rem;left:25.3125rem;display:block; }
#paHD0MX823aztT82u3TIoVllzEmXKDS5 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.999rem;width:24.375rem;top:14.25rem;left:50.625rem;display:block; }
#mbsWytL5En5C0NpFq8ukcf28P87B6nyW { color:#353535;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:26.125rem;left:2.3125rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aT4GBWl0R7hPkhDloHRt7opkZMDtEX2J { color:#efefef;display:block;width:21.62475rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.75rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:8.5625rem;left:2.0625rem;height:14rem;text-align:left;text-align-last:left;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; }
#uMZS0SALViyyQnq5TwhTMgOOzH3e6d3T { color:#efefef;display:block;width:21.6235625rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.75rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:8.5rem;left:27.4375rem;height:14rem;text-align:left;text-align-last:left;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; }
#niTBzP0iOTuMogAGUwUbM4ShPxaW7dL1 { box-sizing:content-box;height:4.625rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.6875rem;left:0rem;display:block; }
#d50hOcWEDdrEOdkokzFd9McdCyBfQc3R { color:#efefef;display:block;width:21.6235625rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.75rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:8.5rem;left:52.8125rem;height:14rem;text-align:left;text-align-last:left;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; }
#b0s07ao8yyhofVXxGW4IFwK6NrnU3xoP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:22.25rem;left:27.6875rem;height:3.125rem;text-align:left;text-align-last:left;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; }
#lDTk0QfJS6xaaOylWocEdBlJ8kQQWRqq { color:#353535;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:26.125rem;left:27.6875rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JvuZR1GkOx7XLPSQmmLBXlspO0NOv1w5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:22.25rem;left:53.0625rem;height:3.125rem;text-align:left;text-align-last:left;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; }
#dDmMd8V4yP3mXRbvVJ4Hz77v0iZT1ndl { color:#353535;display:block;width:19.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:26.0625rem;left:53.0625rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tAkRmCsB50PVX6mCfxb9fr08NRod3bwW { position:absolute;display:block;z-index:15025;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.75rem;width:3.75rem;top:17.1240234375rem;left:44.249267578125rem;overflow:hidden;display:block; }
#Pzc106CIBx01IuBIzvLnHRRpIinhGqmN { position:absolute;display:block;z-index:15026;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.75rem;width:3.75rem;top:17.1240234375rem;left:69.873046875rem;overflow:hidden;display:block; }
#dvoJvCiTezvi5shhKno4CfIOlGgJwzFD { position:absolute;display:block;z-index:15026;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.75rem;width:3.75rem;top:17.125rem;left:18.4375rem;overflow:hidden;display:block; }
#mgaM4kpRe8FAy08uGIlDFvxQOlKL8HpD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#kbpBQ5CAoGCfW7ITkpb8UtsWZbz4IzfE { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#B7nF4PeVudgyBUbd5uWU7Vi53fzS0Pg3 { box-sizing:content-box;height:45.8125rem;width:0.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:31.8115234375rem;left:0rem;display:block; }
#A9e9fWT1214xFZB9ZfEMTnisrU73bhUa { box-sizing:content-box;height:48.0615rem;width:0.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.92041015625rem;left:74.0625rem;display:block; }
#JFCVx3K0Lp3LAMkRkJxNmZXv7srtyLSh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JFCVx3K0Lp3LAMkRkJxNmZXv7srtyLSh > .row .container { background-color: transparent; background-image: none; }#JFCVx3K0Lp3LAMkRkJxNmZXv7srtyLSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFCVx3K0Lp3LAMkRkJxNmZXv7srtyLSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFCVx3K0Lp3LAMkRkJxNmZXv7srtyLSh > .row .container > .video-iframe-container { display: none; }#JFCVx3K0Lp3LAMkRkJxNmZXv7srtyLSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFCVx3K0Lp3LAMkRkJxNmZXv7srtyLSh > .row > .video-iframe-container { display: none; }#JFCVx3K0Lp3LAMkRkJxNmZXv7srtyLSh > .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); }#JFCVx3K0Lp3LAMkRkJxNmZXv7srtyLSh > .row .container { border-width: 0; border-radius: 0; }#JFCVx3K0Lp3LAMkRkJxNmZXv7srtyLSh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JFCVx3K0Lp3LAMkRkJxNmZXv7srtyLSh > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;position:relative;display:block; }#B68rhyko8KVJ0JWdVCqAJveQdqskMXM4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:41.3125rem;width:75rem;top:1.749267578125rem;left:0rem;display:block; }
#aOUlT1vOGeVw1v4tP0TAp2ghpiXBDaP8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aOUlT1vOGeVw1v4tP0TAp2ghpiXBDaP8 > .row .container { background-color: transparent; background-image: none; }#aOUlT1vOGeVw1v4tP0TAp2ghpiXBDaP8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOUlT1vOGeVw1v4tP0TAp2ghpiXBDaP8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOUlT1vOGeVw1v4tP0TAp2ghpiXBDaP8 > .row .container > .video-iframe-container { display: none; }#aOUlT1vOGeVw1v4tP0TAp2ghpiXBDaP8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOUlT1vOGeVw1v4tP0TAp2ghpiXBDaP8 > .row > .video-iframe-container { display: none; }#aOUlT1vOGeVw1v4tP0TAp2ghpiXBDaP8 > .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); }#aOUlT1vOGeVw1v4tP0TAp2ghpiXBDaP8 > .row .container { border-width: 0; border-radius: 0; }#aOUlT1vOGeVw1v4tP0TAp2ghpiXBDaP8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aOUlT1vOGeVw1v4tP0TAp2ghpiXBDaP8 > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#WepaHVK32I3Mg3roxrpBe6OPbEFJsndf { color:rgba(var(--color-tertiary-4),1);display:block;width:59.7485625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:5.5rem;left:0rem;height:2.25rem;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;font-style:normal;display:block; }
#TQhTyPJcFOVnop37SIy4hLNxHQ9vzcpa { color:rgba(var(--color-tertiary-4),1);display:block;width:58.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:7.772216796875rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cNs0oAFCXEzyV45GBaiv8RtKT7TDHDfJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:11rem;top:10.018310546875rem;left:0rem;overflow:hidden;display:block; }
#EKFA6CLSLNCE3bMRXDX7mk8QPgsKogbM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EKFA6CLSLNCE3bMRXDX7mk8QPgsKogbM > .row .container { background-color: transparent; background-image: none; }#EKFA6CLSLNCE3bMRXDX7mk8QPgsKogbM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKFA6CLSLNCE3bMRXDX7mk8QPgsKogbM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKFA6CLSLNCE3bMRXDX7mk8QPgsKogbM > .row .container > .video-iframe-container { display: none; }#EKFA6CLSLNCE3bMRXDX7mk8QPgsKogbM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKFA6CLSLNCE3bMRXDX7mk8QPgsKogbM > .row > .video-iframe-container { display: none; }#EKFA6CLSLNCE3bMRXDX7mk8QPgsKogbM > .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); }#EKFA6CLSLNCE3bMRXDX7mk8QPgsKogbM > .row .container { border-width: 0; border-radius: 0; }#EKFA6CLSLNCE3bMRXDX7mk8QPgsKogbM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EKFA6CLSLNCE3bMRXDX7mk8QPgsKogbM > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#suOKfiJPlP1TUpKsxQrepIq4wVm3RoT0 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.4384765625rem;left:3.125rem;height:2.0625rem;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;font-style:normal;display:block; }
#DgnbHUd1Wq0OudmgMRtOFErMfeEZk5wb { color:rgba(var(--color-tertiary-4),1);display:block;width:50.1233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:7.3134765625rem;left:3.125rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZVxixlJaT34CydiZD6AUeGzGg8b56790 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:10.250244140625rem;left:3.125rem;height:14.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zt9By0cfzpL9m5iLCFOkdbJlJq1nhZVC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:26.077880859375rem;left:3.125rem;display:block; }
#eWbphzMWPOfQt0QvKHNfhrESEqBFXaGV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CGVhqm2snNf0rOCG4yMQLByPdhfUgZI7 { box-sizing:content-box;height:29.75rem;width:75.0625rem;position:absolute;display:block;z-index:15002;background-color:#fafafa;background-image:none;top:2.154541015625rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#sLsaTbtZz6LPfosp0BWH5MDpWswc1hPv { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.8115rem;width:30.249rem;top:5.03173828125rem;left:41.68701171875rem;overflow:hidden;display:block; }
#TmFml2CyQdD86A5TzrbUqk397pPqulhE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TmFml2CyQdD86A5TzrbUqk397pPqulhE > .row .container { background-color: transparent; background-image: none; }#TmFml2CyQdD86A5TzrbUqk397pPqulhE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmFml2CyQdD86A5TzrbUqk397pPqulhE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmFml2CyQdD86A5TzrbUqk397pPqulhE > .row .container > .video-iframe-container { display: none; }#TmFml2CyQdD86A5TzrbUqk397pPqulhE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmFml2CyQdD86A5TzrbUqk397pPqulhE > .row > .video-iframe-container { display: none; }#TmFml2CyQdD86A5TzrbUqk397pPqulhE > .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); }#TmFml2CyQdD86A5TzrbUqk397pPqulhE > .row .container { border-width: 0; border-radius: 0; }#TmFml2CyQdD86A5TzrbUqk397pPqulhE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmFml2CyQdD86A5TzrbUqk397pPqulhE > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#U0NJKvCDM1xbMV57MPy4EVQE8pM2RsBB { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.75rem;width:18.75rem;top:7.6875rem;left:53.24951171875rem;overflow:hidden;display:block; }
#iFS1KoyNTZ7RH9GJID0phGEud5WH8iJx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.6875rem;width:13.125rem;top:7.7509765625rem;left:40.74951171875rem;overflow:hidden;display:block; }
#ip1DnUk5prp6nGzD5eUJdKno8IKzmvT2 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.7509765625rem;left:3.125rem;height:2.0625rem;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;font-style:normal;display:block; }
#HSQb42i4lZFUbdf05n9Mf51su9EVo34T { color:rgba(var(--color-tertiary-4),1);display:block;width:50.1233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:7.625rem;left:3.125rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N3bHZsPIdEihdmisg48AfVhV6D2nZ53g { color:rgba(var(--color-primary-2),1);display:block;width:35.1245rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:21.312744140625rem;left:3.125rem;height:1.375rem;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;font-style:normal;display:block; }
#ZkOudAyAzUUuy7PCKqmHz4IGieA6uwrA { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:23.563232421875rem;left:3.125rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZkOudAyAzUUuy7PCKqmHz4IGieA6uwrA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZkOudAyAzUUuy7PCKqmHz4IGieA6uwrA li:before{  }
#El2dCyU0wzM8acp8yGAHMizsOmcy6QTr { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:23.5625rem;left:9.81201171875rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#El2dCyU0wzM8acp8yGAHMizsOmcy6QTr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#El2dCyU0wzM8acp8yGAHMizsOmcy6QTr li:before{  }
#anwm99R54HTk3mXbgGRV7qRVtBeI7cL8 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:10.563232421875rem;left:3.125rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L2i8GuFJBFNxMRauQrxV141pOrfVl21b { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:26.688232421875rem;left:3.125rem;display:block; }
#T8CHaSDIshPfXTS6rf9EWNm9ad6y4CkG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXsTUrtHmipD8Au2IFcXy6vUTvvOvGUe { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:23.5625rem;left:17.1240234375rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TXsTUrtHmipD8Au2IFcXy6vUTvvOvGUe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TXsTUrtHmipD8Au2IFcXy6vUTvvOvGUe li:before{  }
#coAT6xNpvGgiDisOeG6cbfMHBSDe83xw { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:23.5625rem;left:24.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#coAT6xNpvGgiDisOeG6cbfMHBSDe83xw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#coAT6xNpvGgiDisOeG6cbfMHBSDe83xw li:before{  }
#sZ3gHfUdr94FlcEb4W9pR3GNDnUynWCF { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:26.19873046875rem;left:43.623779296875rem;overflow:hidden;display:block; }
#IQUdz3VkEI6UMxxEiUvCdFeg3VRWPANb { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:26.19873046875rem;left:65.686767578125rem;overflow:hidden;display:block; }
#AGfL3MvPlNs1ERFzWVTaOriGkzPlcM3J { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:26.187744140625rem;left:50.999267578125rem;overflow:hidden;display:block; }
#X7oF1tvWBW4HVJ0PPVeH6NpomurVwFgG { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:26.187744140625rem;left:58.308837890625rem;overflow:hidden;display:block; }
#TORvr35XqTU0QytSyN8qWyHTRoQR0CiU { box-sizing:content-box;height:0.7495125rem;width:1.875rem;position:absolute;display:block;z-index:15098;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:26.236572265625rem;left:48.07568359375rem;display:block; }
#OQLzPEIDiEBmf01B1HgXPUtF2FXsGURT { box-sizing:content-box;height:0.7495125rem;width:1.875rem;position:absolute;display:block;z-index:15099;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:26.236572265625rem;left:55.450439453125rem;display:block; }
#AGghVVRStbUu6rIhBlnBCcPv4HD3EgB2 { box-sizing:content-box;height:0.7495125rem;width:2.124025rem;position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:26.236572265625rem;left:69.81201171875rem;display:block; }
#hm8GBQ10RSOPbbc648q4yOgfTBKpkeUz { box-sizing:content-box;height:0.7495125rem;width:1.875rem;position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:26.236572265625rem;left:62.57666015625rem;display:block; }
#rTZWNTHnsgZfenmZumwDu20r7TwAXWOG { box-sizing:content-box;height:32.8125rem;width:75.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(250,250,250,0.5);background-image:none;top:2.65625rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#HRpJ2CbctVTGx50MBdsB9oBQ13xTyoBO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HRpJ2CbctVTGx50MBdsB9oBQ13xTyoBO > .row .container { background-color: transparent; background-image: none; }#HRpJ2CbctVTGx50MBdsB9oBQ13xTyoBO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRpJ2CbctVTGx50MBdsB9oBQ13xTyoBO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRpJ2CbctVTGx50MBdsB9oBQ13xTyoBO > .row .container > .video-iframe-container { display: none; }#HRpJ2CbctVTGx50MBdsB9oBQ13xTyoBO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRpJ2CbctVTGx50MBdsB9oBQ13xTyoBO > .row > .video-iframe-container { display: none; }#HRpJ2CbctVTGx50MBdsB9oBQ13xTyoBO > .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); }#HRpJ2CbctVTGx50MBdsB9oBQ13xTyoBO > .row .container { border-width: 0; border-radius: 0; }#HRpJ2CbctVTGx50MBdsB9oBQ13xTyoBO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HRpJ2CbctVTGx50MBdsB9oBQ13xTyoBO > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#WTaiD0sPz8owK3MLS4qP8JksmFBthp24 { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:20.1875rem;width:27.6875rem;top:7.767333984375rem;left:44.075927734375rem;overflow:hidden;display:block; }
#KCsLNHciGJacRF6fB55bMBLdWQVR9niJ { color:rgba(var(--color-tertiary-4),1);display:block;width:49.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.7509765625rem;left:3.125rem;height:2.0625rem;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;font-style:normal;display:block; }
#k6FmedoQa3R6Jyon9JKCET22LlifayeA { color:rgba(var(--color-tertiary-4),1);display:block;width:50.1233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:7.625rem;left:3.125rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OBnmurScissHwMzM6ufUcpLPL5r5LZRa { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:10.563232421875rem;left:3.125rem;height:14.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hA3xzbHP4v7q6N2Ppx9CX7KsTTQkKQ7M { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f3f2f1;border-left:0.125rem solid #f3f2f1;border-right:0.125rem solid #f3f2f1;border-bottom:0.125rem solid #f3f2f1;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:26.438232421875rem;left:3.125rem;display:block; }
#QnUpTfVp1tNcHtbmnbkRJo5TWvpd0iAn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qSgsMJVXTSXPbZEitQPSJowU6FXU3Gw9 { box-sizing:content-box;height:29.8125rem;width:75.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(250,250,250,0.5);background-image:none;top:2.5rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#AHM02VJAcIdg2Kg1Dhn17xkb65In1BT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AHM02VJAcIdg2Kg1Dhn17xkb65In1BT5 > .row .container { background-color: transparent; background-image: none; }#AHM02VJAcIdg2Kg1Dhn17xkb65In1BT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHM02VJAcIdg2Kg1Dhn17xkb65In1BT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHM02VJAcIdg2Kg1Dhn17xkb65In1BT5 > .row .container > .video-iframe-container { display: none; }#AHM02VJAcIdg2Kg1Dhn17xkb65In1BT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHM02VJAcIdg2Kg1Dhn17xkb65In1BT5 > .row > .video-iframe-container { display: none; }#AHM02VJAcIdg2Kg1Dhn17xkb65In1BT5 > .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); }#AHM02VJAcIdg2Kg1Dhn17xkb65In1BT5 > .row .container { border-width: 0; border-radius: 0; }#AHM02VJAcIdg2Kg1Dhn17xkb65In1BT5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AHM02VJAcIdg2Kg1Dhn17xkb65In1BT5 > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#erVP2vzZc03M2agFCPIKmzkWkqt8akXn { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:20.25rem;width:27.5625rem;top:7.847900390625rem;left:44.0625rem;overflow:hidden;display:block; }
#QymvKXIlMklBvTSTwrrVn2HeXNrAchh0 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.7509765625rem;left:3.125rem;height:2.0625rem;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;font-style:normal;display:block; }
#qQpJMVLgmhXmTAA0l41JPr8tQek3gbTV { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:10.563232421875rem;left:3.125rem;height:12.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#flDIN5dtvAXIleTuAGT3faETp0qGhqhk { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:24.7666015625rem;left:3.125rem;display:block; }
#l1frkHegrzmupxL9fQ70INNLSpCQTXQe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BQXoC0MlJpPbPgp7fPwPQci0bbTAfUDI { box-sizing:content-box;height:28.1875rem;width:75.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(250,250,250,0.5);background-image:none;top:2.4375rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#HcRSq6A78iDDkBwSdgXGqynUC7wZwnpW { color:rgba(var(--color-tertiary-4),1);display:block;width:50.1233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:7.610595703125rem;left:3.125rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row .container { background-color: transparent; background-image: none; }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row .container > .video-iframe-container { display: none; }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row > .video-iframe-container { display: none; }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .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); }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row .container { border-width: 0; border-radius: 0; }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#UIGHQULctPNwVsNZXTOrGv4018k9J0aa { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:6.365234375rem;left:0rem;height:2.25rem;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;font-style:normal;display:block; }
#ZLNIvxL9chiTMTBV6ZuL9c3m8g2M5ETA { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15106;top:9.6875rem;left:8.0625rem;display:block; }
#xy5sbm0ZA9zak7rETd9SeukIRpCpCrnJ { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15107;top:9.6875rem;left:9.062255859375rem;display:block; }
#o5ET7PGnOiZX1s1UtoTIMEsoDOXKoT74 { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15105;top:9.6875rem;left:7.0615234375rem;display:block; }
#oWT78ghhZhlnqQiLiVOTpnz8q4e1SEwf { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15106;top:9.6875rem;left:6.061767578125rem;display:block; }
#RP8WwSQKXnpH0FC7QvgqWgGZXHmePUhP { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:9.25rem;left:1rem;overflow:hidden;display:block; }
#h2OqoqLfHbvI70QhI3bLb5enn7PLKdAJ { color:#333333;display:block;width:2.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15099;line-height:1;letter-spacing:0;top:9.561767578125rem;left:3.749755859375rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CRB69J4EheFs2Zgtlf9baqnMhyi4UU2n { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15108;top:9.6875rem;left:10.06201171875rem;display:block; }
#MZ9JuM9HRsotPOoVeLChPerc1oc2T1oH { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(216,216,216,0.5);border-left:0.0625rem solid rgba(216,216,216,0.5);border-right:0.0625rem solid rgba(216,216,216,0.5);border-bottom:0.0625rem solid rgba(216,216,216,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.25rem;width:12rem;top:8.624267578125rem;left:0rem;display:block; }
#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row .container { background-color: transparent; background-image: none; }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row .container > .video-iframe-container { display: none; }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row > .video-iframe-container { display: none; }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .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); }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row .container { border-width: 0; border-radius: 0; }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#kKW48yuomHy4oQpgClgMXPmVgk48zokt { position:absolute;display:block;z-index:15098;background-color:#2db3b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.56185rem;width:2.5rem;top:4.18701171875rem;left:2.93701171875rem;display:block; }
#qFFC1k3Qbh43oOWKq7WiCLCTDUkXa0T1 { color:rgba(var(--color-tertiary-3),1);display:block;width:2.56185rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:4.749755859375rem;left:2.93701171875rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xavvevhTEKVCngwb5bv0pdqaSxr0gCZM { color:#828282;display:block;width:10.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:5.687255859375rem;left:5.999755859375rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fTtR4aFsJRcp9GcMwTTwR51HNdU89PvS { color:rgba(var(--color-tertiary-3),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:4.375rem;left:5.999755859375rem;height:1.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#W6ScUC5tlRS04IanfCZKERH31cVaEgT8 { box-sizing:content-box;color:#5db9ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15080;top:6.99951171875rem;left:7.875rem;display:block; }
#vMORGgiQg5dTsffiSEtWyZVoN5E79qyt { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.68685rem;top:7.62451171875rem;left:8.4365234375rem;overflow:hidden;display:block; }
#BTvrbczRUhp1fM6QVfT7CkMcbmu2S7rC { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(216,216,216,0.5);border-left:0.0625rem solid rgba(216,216,216,0.5);border-right:0.0625rem solid rgba(216,216,216,0.5);border-bottom:0.0625rem solid rgba(216,216,216,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.6875rem;width:24.12475rem;top:2.18505859375rem;left:50.718994140625rem;display:block; }
#b5KhORtKRmTMdnmQhTo9TUIX9oQwdubR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15105;line-height:1.4;letter-spacing:0;top:9.6240234375rem;left:2.93701171875rem;height:2.75rem;font-style:normal;display:block; }
#WvEmPL7emuJerzIeHCG1EUAOw2qhSxWm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15106;line-height:1.4;letter-spacing:0;top:9.6240234375rem;left:28.3740234375rem;height:1.375rem;font-style:normal;display:block; }
#tgmiM1xlvAnQ2iDKTn09TCJsoPiKte8w { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15107;line-height:1.4;letter-spacing:0;top:9.49951171875rem;left:53.56201171875rem;height:2.75rem;font-style:normal;display:block; }
#ETu4wIgBD0gbk6sXIETUIAWO5sf7RCSy { color:#828282;display:block;width:10.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:5.687255859375rem;left:31.4990234375rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#db0q0DK5snmvTVKxXFqNILrxILmt0uKv { color:rgba(var(--color-tertiary-0),1);display:block;width:2.56185rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15110;line-height:1.3;letter-spacing:0;top:4.6875rem;left:28.3740234375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KGXkmIJnrP6Cnhd0HNzxvJbklgS0Dn3G { position:absolute;display:block;z-index:15109;background-color:#d16491;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.56185rem;width:2.5rem;top:4.18701171875rem;left:28.4375rem;display:block; }
#D4gqMCTa0tLRk8QP23gyp74s4cG2Utt4 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:4.375rem;left:31.4990234375rem;height:1.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wDNAR37ABgPVSJC2ERs5Py4m6rmFWzwK { position:absolute;display:block;z-index:15126;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.68685rem;top:7.5rem;left:58.999267578125rem;overflow:hidden;display:block; }
#oAXOPqAAgWNml0Ug4POAEXHF991xqs8R { box-sizing:content-box;color:#5db9ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15102;top:6.875rem;left:58.374267578125rem;display:block; }
#t0zDnTUzSM1UW9rI4Pm2doEhiC3u9FIF { color:#828282;display:block;width:10.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:5.5615234375rem;left:56.5625rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DdUh94TzxHWs0NrybXhOUrzJKvApAZFc { color:rgba(var(--color-tertiary-3),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15108;line-height:1.3;letter-spacing:0;top:4.249267578125rem;left:56.624755859375rem;height:1.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fAMTBbL2HKXZtTNxkw1Qrft8mNCal4vm { color:rgba(var(--color-tertiary-0),1);display:block;width:2.56185rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15121;line-height:1.3;letter-spacing:0;top:4.6240234375rem;left:53.499755859375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sGT10RXy1cKxRSGwa7AvT3I1EJ7S62VF { position:absolute;display:block;z-index:15120;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.56185rem;width:2.5rem;top:4.0625rem;left:53.56201171875rem;display:block; }
#bgo1mTKvAnmXUo84EJTbmvTTtI2fuu62 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(216,216,216,0.5);border-left:0.0625rem solid rgba(216,216,216,0.5);border-right:0.0625rem solid rgba(216,216,216,0.5);border-bottom:0.0625rem solid rgba(216,216,216,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.6865rem;width:24.12475rem;top:2.1875rem;left:0rem;display:block; }
#Mrul9KxSUmaFntuUaEZUJQ49JvTP72cR { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15084;top:7.31201171875rem;left:5.49951171875rem;display:block; }
#TOW5tkKCXoUsQtCglnMl9F3EDz0bw5fq { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15083;top:7.31201171875rem;left:4.56201171875rem;display:block; }
#gCTOHUA1kBZRbD06EouOVBZiXMoQWl9b { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15082;top:7.31201171875rem;left:3.62451171875rem;display:block; }
#UQUmMJiPifFgxySQPMyoPxe7GvMFrTeh { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15083;top:7.31201171875rem;left:2.68701171875rem;display:block; }
#K2mOmwBW2fVmzueqyFAGozp80h5u9SIk { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.37478125rem;width:1.37478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15085;top:7.31201171875rem;left:6.499267578125rem;display:block; }
#LLaPctsGw5T6NHA7d53g2cnb3ourtr5f { box-sizing:content-box;color:#5db9ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15087;top:6.99951171875rem;left:33.374267578125rem;display:block; }
#Gu2JRtWXXu0Qw0bVfF6ZpsCQf6g97QZr { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.68685rem;top:7.62451171875rem;left:33.93701171875rem;overflow:hidden;display:block; }
#cI16s4rK4zP5KcwOPOKnTOhUPgFn5HOc { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15091;top:7.31201171875rem;left:31rem;display:block; }
#aoBcQaGOiza5KPWOex1Wfak2zGKZxwXq { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15090;top:7.31201171875rem;left:30.0625rem;display:block; }
#E1puu7MVSaT6Rsc0FCxTNPJTIN0xv1ca { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15089;top:7.31201171875rem;left:29.125rem;display:block; }
#iTZVlKBlwXr7Z4r8No59OAdVm60N3f0s { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15090;top:7.31201171875rem;left:28.1875rem;display:block; }
#tDnrng6TwhGeK8KAw45vowaehvtZKLrn { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.37478125rem;width:1.37478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15092;top:7.31201171875rem;left:31.999755859375rem;display:block; }
#DgpDNX3DVZF9HObaZcvV3vzdPzWmO4t1 { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15095;top:7.1240234375rem;left:55.18701171875rem;display:block; }
#vQAbtUqgASyHPqZTv7yuiuCHwEBRHebA { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15094;top:7.1240234375rem;left:54.24951171875rem;display:block; }
#rwKfNKJabIJTlW7ArAlbutfcmKzmR6bT { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15095;top:7.1240234375rem;left:53.31201171875rem;display:block; }
#sEo90AcQKxnmhUbN8QJNIN80kxElqwmC { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15096;top:7.1240234375rem;left:56.12451171875rem;display:block; }
#K6IoXERTxZwTT2fFk7ouGLm0QQgZZUXz { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.37478125rem;width:1.37478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15097;top:7.1240234375rem;left:57.124267578125rem;display:block; }
#sNEG0RqKdUQybsnZXKHDRvz78U6N0TwR { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.12456875rem;width:2.12456875rem;top:4.404296875rem;left:20.12939453125rem;overflow:hidden;display:block; }
#AFyN5tTlXMLOflGvrKVKVI3oJNbxJN2O { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.12456875rem;width:2.12456875rem;top:4.375rem;left:45.5615234375rem;overflow:hidden;display:block; }
#AoDT123SJhsT9rybpTSlRFZIxM9adGNN { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.12456875rem;width:2.12456875rem;top:4.249267578125rem;left:70.999755859375rem;overflow:hidden;display:block; }
#Pvo56zourFhsbCMVQPqFB1zy79JWyOVW { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(216,216,216,0.5);border-left:0.0625rem solid rgba(216,216,216,0.5);border-right:0.0625rem solid rgba(216,216,216,0.5);border-bottom:0.0625rem solid rgba(216,216,216,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.6875rem;width:24.12475rem;top:2.186279296875rem;left:25.35888671875rem;display:block; }
#Qs0AG1e658MEQBdbEuiVn2JsS4AnqqxV { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.124025rem;width:2.124025rem;top:38.24951171875rem;left:44.9365234375rem;overflow:hidden;display:none; }
#PE4wKM1mNwhXBJsIFmrXMbFPhhPKHMMU { box-sizing:content-box;color:#5db9ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15101;top:40.8740234375rem;left:33.624267578125rem;display:none; }
#Xcvndn1hi2GRMTFBePMtDHR3V2FBiv22 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(216,216,216,0.5);border-left:0.0625rem solid rgba(216,216,216,0.5);border-right:0.0625rem solid rgba(216,216,216,0.5);border-bottom:0.0625rem solid rgba(216,216,216,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.6875rem;width:74.875rem;top:17.248046875rem;left:0rem;display:block; }
#JxWb8znU4oBSmAblUgd0qZT79t32bQsl { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15098;top:20.1875rem;left:16.6875rem;display:block; }
#JNwAdDDAJpAIsO0Q3F1vn6uTTcIhebhl { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15097;top:20.1875rem;left:15.75rem;display:block; }
#ORFPNTJ7KTqrG4dPFEqcbBpCt7y0WJSR { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15096;top:20.1875rem;left:14.8125rem;display:block; }
#gJCBWH4TgTMDyG0bQOSPi750THayUAwG { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15097;top:20.1875rem;left:13.875rem;display:block; }
#hHrTTmekpUtuCPp9U5m0i6F8FPMXUA8b { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.37478125rem;width:1.37478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15099;top:20.1875rem;left:17.6875rem;display:block; }
#rnJkQghBfONQpXLb3xb9ctpnml2eQskn { color:rgba(var(--color-tertiary-4),1);display:block;width:54.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15119;line-height:1.5;letter-spacing:0;top:21.999267578125rem;left:14.06201171875rem;height:6rem;font-style:normal;display:block; }
#vQMGBUaTlDIQ7GpkanmvDaSqHlogdHQw { color:rgba(var(--color-tertiary-3),1);display:block;width:11.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:28.59326171875rem;left:14.0625rem;height:1.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eoSJGJhcV9B2fJJDAzauvLfJfkGqxQxL { position:absolute;display:block;z-index:15127;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.37425rem;width:7.37425rem;top:21.48193359375rem;left:3.624267578125rem;overflow:hidden;display:block; }
#oku4FSVTAqFUz1gOePnwlgqTkImrg7Sk { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:7.4375rem;top:36.875rem;left:18.3125rem;overflow:hidden;display:block; }
#VwxBKxJzRAmEiBCCU74zvx4Hic5X1LKA { position:absolute;display:block;z-index:15092;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.125rem;top:36.5rem;left:28.125rem;overflow:hidden;display:block; }
#QPV39NOF6fwVeDbOU7KWwrZVmTlWaa8M { position:absolute;display:block;z-index:15093;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.25rem;width:6.25rem;top:35rem;left:48.6875rem;overflow:hidden;display:block; }
#g5iBVTTJsRNsU5OS3B8LX0ZfuqFM1OlH { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:6.625rem;top:36.0625rem;left:40.4375rem;overflow:hidden;display:block; }
#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5fbce01-5fd9-4710-9878-7910fc786ee2/WittmannmobileAktenvernichtungkontakt.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM.adaptive-delivery-prevent-bg, #tpwamTJmCLG87kDS50DNWSkJkhy6sIBM.lazyload, #tpwamTJmCLG87kDS50DNWSkJkhy6sIBM.lazyloading { background-image: none; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container { background-color: transparent; background-image: none; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container > .video-iframe-container { display: none; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row > .video-iframe-container { display: none; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .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); }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container { border-width: 0; border-radius: 0; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:block; }#rizcMEyUpTeRvvHAxwVE7K5pM6qR2JPT { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:23.75rem;left:53.625rem;overflow:hidden;display:none; }
#GFa3f3TIhVQmHxa71hnohSSmCo1vJxyL { box-sizing:content-box;color:#f1c50f;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:23.937042236328rem;left:58.4375rem;display:none; }
#C28ht1Kx4Fuqs4dX4EQml1HFQPZzHmke { box-sizing:content-box;color:#f1c50f;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:23.937042236328rem;left:57.561851501465rem;display:none; }
#P2t0NpBpzyCmXDUh4RlXOOyqDd25aCaE { box-sizing:content-box;color:#f1c50f;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15064;top:23.937042236328rem;left:56.687286376953rem;display:none; }
#Ke5aKZsnrwtfVFUR1FfhNd1kaDiXc9Ho { box-sizing:content-box;color:#f1c50f;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:23.937042236328rem;left:55.811630249024rem;display:none; }
#CdV3UzKUghaq2cTCXm80AtzNE5Ef39gA { color:rgba(var(--color-tertiary-4),1);display:block;width:4.1875rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:25rem;left:56.0625rem;height:0.89233125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#OpWbkxseuz4E0IxCSircfIH4LrRGck69 { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:5.5rem;top:23.625rem;left:59rem;overflow:hidden;display:none; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-form-header {  }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;color:#353535;width:25.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom: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:25.375rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-text {padding-top: 0; padding-bottom: 0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom: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:25.375rem;box-sizing:border-box;height:3.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .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:25.375rem;box-sizing:border-box;height:2.5rem;color:#353535;font-family:montserrat;font-size:0.875rem;overflow:hidden; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-select {padding-top: 0; padding-bottom: 0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .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; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffcc03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:25.375rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk [class*="-text"]:-moz-placeholder { color:#4f4f4f;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk [class*="-text"]::-moz-placeholder { color:#4f4f4f;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk [class*="-text"]:-ms-input-placeholder { color:#4f4f4f;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk [class*="-text"]::-webkit-input-placeholder { color:#4f4f4f;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .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:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24rem;overflow:hidden;font-style:normal; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .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; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .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; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-container:first-of-type{padding-top:0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-container:last-of-type{padding-bottom:0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;position:absolute;top:13.48388671875rem;left:1.842041015625rem; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.375rem; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-info-text { display:block;height:auto;font-family:arial;font-size:1.125rem;line-height:2.4;font-weight:300;color:rgba(var(--color-tertiary-4),0);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk {display:block;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;position:absolute;top:13.48388671875rem;left:1.842041015625rem; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #BwAnUi8g48crNT64S0iu0URlfTLatNJz { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XEe3P9rtox5JhqbEoENTuOmKNik8KAmK { position:relative;display:block; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XQZg3RTWWDpEaTZEilJdTLzOTTlGDzIr { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #OedulimWLnc1n2PDB3VVlfJsSRcanhgx { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #APbfGzaRFvvRz5DlovCsE20lvF6LTAhi { position:relative;display:block; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #IAPudwGfrfzZhVmJm7cF55sCzIG43bT5 { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #apL0s3kzI3rMOGxvcriL7G83wF3P0O51 { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XR0wul1RDbLdPJd9KkOL2t60pDvfo8aH { position:relative;display:block; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #tZm2gWkLPIIkMpEacfE355aQGsb3cRbQ { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #hW3L2gbW45lBWTylsQ82VMNZagWZL8dS { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #fTTcH7OnVaQDbtOlICMfGIFy4F6flCUM { position:relative;display:block; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #s8Mb9DqBbEq9NeJT0DPmC8nGqnFGvBur { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #pDzZO5luF2Metx7NpClkiW1k2Nk2ztSs { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #vUZeh0xZr5o7zs34AHCFNBMftPNN2wkv { position:relative;display:block; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #muRHKQbSm9xPWJlr24vhbfyxJCRmsQJk { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #kNcAocthO6gxEHtqk7bM3yCkKPTcT9li { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #xAp4ZfTTDsUiGGIbz902Hz7tCASlUkcE { position:relative;display:block; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #LdATbum69NsLMpKIQJVbkgEFxpEl77OE { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XsGQDbkT0q0bE36Lo211akRrq3HIWuro { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #kK5r7T3lQXvEwq5OFg6CS0a0221FTtgG { position:relative;display:block; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #ppcxDwRo7G3NyBOPzmX0mLKy7oOLfWTD { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #K9MtV3Gy2B4dvbJV972mWVlqrqu1V1s2 { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #ihx6sF1c2MF0aptCHCu8e80zTppysyTh { position:relative; }
#Z76wk6FQpZbNPvITP1VL7OHAlKDia9Ib { box-sizing:content-box;height:39.1875rem;width:31.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.061279296875rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#I2VBoMfTfyGTxvMJ4VHhDTkeFH29r8UO { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:11.125rem;left:0rem;height:2.25rem;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;font-style:normal;display:block; }
#oSLV2ZxMffc8ZMQZa6el2T6d3mi25dvc { box-sizing:content-box;color:#f1c50f;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:23.937042236328rem;left:58.4375rem;display:none; }
#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row .container { background-color: transparent; background-image: none; }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row .container > .video-iframe-container { display: none; }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row > .video-iframe-container { display: none; }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .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); }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row .container { border-width: 0; border-radius: 0; }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#fHophUrCcTyE3sQGX7xxTcGUN3Eow7Oi { color:rgba(var(--color-tertiary-4),1);display:block;width:38.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:4.375rem;left:33.625rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MTyEgdO5h6684mmF8yyoSH2oEhn0mFJ7 { color:#333333;display:block;width:10.3735625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15083;line-height:1.3;letter-spacing:0;top:13.8125rem;left:36.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oOtTmzxaptRWWrbDvx3ENkGnwFhGWrA0 { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15092;top:12.6875rem;left:39.9375rem;display:block; }
#Mm1WRv1hLXZN9FmRaBc7vQa7FqtM2wGE { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15090;top:12.6875rem;left:38rem;display:block; }
#FCg6thaHlpIxscvyVm9xScNM7vz1clzG { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15091;top:12.6875rem;left:38.9375rem;display:block; }
#TvvSQmbUBMw6xyzCNgIX2T0FNhT2o5b0 { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15089;top:12.6875rem;left:37.0625rem;display:block; }
#hxTGpTsUefNkJIWP9vMSUMrNwwLpo9vn { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15090;top:12.6875rem;left:36.125rem;display:block; }
#ZRt53HVeMvEmu7GGpaVFycC7D44isOXy { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:12.625rem;left:33.4375rem;display:block; }
#tMs1vcsHNwUmkeVl1xnJUswGAUJ8S30B { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:12.624755859375rem;left:33.624267578125rem;overflow:hidden;display:block; }
#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 { border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0rem solid #ee3162;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row .container { background-color: transparent; background-image: none; }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row .container > .video-iframe-container { display: none; }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row > .video-iframe-container { display: none; }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .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); }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row .container { border-width: 0; border-radius: 0; }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row .container { font-size:0.875rem;font-family:arial;height:29.59375rem;width:75rem;position:relative;display:block; }#BdtwI3lqLN3DMSu8SdgdpZWqDJU81lMH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:right;text-align-last:right;top:26.31103515625rem;left:69.06201171875rem;display:block; }
#Sb1xsm51DhmTEud5ZTAVNWZDZs0TGLcT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UIoUz8IC30ocDQligM9FCc1pxKAfi2xP { color:rgba(var(--color-tertiary-1),1);display:block;width:18.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:15.39306640625rem;left:0rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bpcSMPxG32vzsn03BXGI7aqEalG0XmLc { color:#545454;display:block;width:21.436625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.383056640625rem;left:28.558349609375rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWFQNPyhFKFh9A0FdAgiHmvlvNWWuinD { position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;border-top:0.0625rem solid #a9a9a9;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.498046875rem;width:75rem;top:25.37451171875rem;left:0rem;display:block; }
#AwZmDyyVkcDGCm71m2vyQJ4fOem3sT7z { color:rgba(var(--color-tertiary-1),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:2;letter-spacing:0;top:26.373046875rem;left:0rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vU7qKezPe21804ePyLWyuNTN5Eg4BqKR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:15.9375rem;top:2.945556640625rem;left:0rem;overflow:hidden;display:block; }
#Gi5UErv6qEgSII0x4ETgZEyxBrqpocrw { color:#545454;display:block;width:11.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:3.375rem;left:55.875rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i9McD73QCXWMIc4zTpGWvcnRNhr2Jtqu { color:rgba(var(--color-tertiary-1),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.9;letter-spacing:0;top:5.2490234375rem;left:55.875rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#THXkAR2GpZJylppuJ75JWJb9RxUFNtNN { color:rgba(var(--color-tertiary-1),1);display:block;width:24.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.9;letter-spacing:0;top:5.2490234375rem;left:28.558349609375rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LuSI22fflbFhHyReuyC0FACyvGHw3NwW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3.4375rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:8.864990234375rem;left:0.56201171875rem;display:block; }
#TA1RtMAAnJt9mxKZkg4bBJAvMeauciRC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vb3bQJiD5ZOv6oZ2cDWhOg68phTseJyy { position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.15) ;height:3.125rem;width:3.125rem;top:39.75rem;left:71.1875rem;display:none; }
#CQlvWwMaO0zcrMgoLOZBHStFZB0LqeVI { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:40.1875rem;left:71.625rem;display:none; }
#CQlvWwMaO0zcrMgoLOZBHStFZB0LqeVI > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#kuRaGFvX7epGMWwqXOO3QohqpLlPmd7e { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:18.279296875rem;left:37.99560546875rem;overflow:hidden;display:block; }
#FlvPfGOO7XlnykCPrZu67ALPnztcAx9u { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:5.6953125rem;left:26.698974609375rem; }
#PT8Jgmon2QzKHVnTrcXSafs3exfqPEIG { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:7.585693359375rem;left:26.6875rem; }
#pVCLB9Gs7ZQMo3sJQINQaEhwn7IKfH4Q { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:9.4599609375rem;left:26.686767578125rem; }
#fAu1GT2mIntQVPUN6BZmNJfUVNc0TysN { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:11.2724609375rem;left:26.686767578125rem; }
#kUyym9urF8OIc5XmTvuALtBxK0BVRCAL { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:13.2099609375rem;left:26.686767578125rem; }
#XIct22wRSLPrFaK2zI6SmrMvry2ks736 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:10.020751953125rem;left:0rem; }
#cnW1F8kHBt49qfU3QyAsBC9npwgA6TqZ { position:absolute;display:block;z-index:15089;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.5625rem;width:3.5625rem;top:18.060791015625rem;left:41.8701171875rem;overflow:hidden;display:block; }
#u4ZarHKL7hxL3pOeyVNbA3VT0DDwTvvf { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.5625rem;top:18.1865234375rem;left:28.558349609375rem;overflow:hidden;display:block; }
#TQaGcuvezme0TB8qcNu6G7zUQNnLVcHU { position:absolute;display:block;z-index:14997;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.75rem;width:5rem;top:17.982666015625rem;left:31.9970703125rem;overflow:hidden;display:block; }
#pGxg0VM6a24MyuAwL4OUa7OvJm9LXUmZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:right;text-align-last:right;top:26.31103515625rem;left:55.20263671875rem;display:block; }
#UVgWOQ43SqqiBPzJCiTHROZkNISFQbkQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#opJUx7suIALE0y7fDm58zZTaUCvTGgem { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.31225rem;height:3.4375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:11.271728515625rem;left:0.625rem;display:block; }
#VdWLQyB06fdaBnUKGwumf9zbdV3q37ue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F8e4LLSZIaVCkZLmgd6f1cdNoqPk2Vh8 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:12.271728515625rem;left:0rem; }
#F8e4LLSZIaVCkZLmgd6f1cdNoqPk2Vh8 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#hkbmQ112A7M0PPTTwoe6u72vtghsgZIg { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:26.560546875rem;left:24.119140625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE { position:relative;display:none; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE { border-width: 0; border-radius: 0; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .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; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#zgRPteBNJxCIv95N1BeQcVRdTLd80JVz { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#tT2fhXBhhQ6A2Q3r1DsuCsnZK4OC7TqM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fD9hroN62k3wiZcynPDGLJvVJgraQbdG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#fD9hroN62k3wiZcynPDGLJvVJgraQbdG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TaAq9VM1hRhG94y9Fd0zIJXzLV2ht6ps { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:2.1875rem;left:4.4375rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A { display:block; }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfRWz5wMgLEAiab1QFmLIkc3phQ9Xplg { width:8.6875rem;height:2.25rem;top:1.125rem;left:4.812255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqWUgqooCkbGTmlkzvrF8LeoNit2oCJR { display:block; }
 }@media only screen and (max-width: 763px) { #faNmBTE0X3asdMJDHRpLVhOKDCinne4W { width:10.3125rem;height:2.25rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdLdkpHJMkXurvZkOSPtFiEbEZ7GQlQy { display:block; }
 }@media only screen and (max-width: 763px) { #Z02Kx7V2ggbyglHdDhUED9TDZotXBP0q { width:11.25rem;height:3.0449974306127rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdVmrPJzuM6aqWyX8SNnZWIt0qmSSS09 { width:6.5rem;height:2.25rem;top:1.125rem;left:12.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyZTIG269rlThoUwgHWnesB9bmLHlivr { display:block; }
 }@media only screen and (max-width: 763px) { #ZsMncwiVJtdzKWAyRlazhx9ChaXlLHTX { top:2.4375rem;left:36.625rem;width:11.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR66DLH9eiczlebJ1643bbozxfdZdAIX { width:1.875rem;height:1.875rem;top:40.0625rem;left:26rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkBE4sGFni9I5V0cXU715kJcVzGo3Fr6 { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTfXNt8n3UQb18l3extVgFqOJ2nL9Bd6 { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlTHiLN3tTDidGsQeAX8hqaxQCBsbowt { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVn8XRBqckmTq7IhBKxCIZbTpwFtFKs8 { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuUmBWzfZCOxkME9Ccia9ixTTTyvTZdR { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xCTOnFhG8vQHSVCdrmBtF7NTnaFzhDfB { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNRXGFkKfKcP3rwgirmoIKBp2KLfwnz9 { width:12.3125rem;height:2.25rem;top:1.125rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dewKIUAFH0BJtt4qFrG8b1fs8PpSZDTK { display:block; }
 }@media only screen and (max-width: 763px) { #kPh6n6dH9Q21BZ3LbCoQEyzVLplabiSx { width:1.125rem;height:1.125rem;top:1.6875rem;left:46.625rem;display:block; }
#kPh6n6dH9Q21BZ3LbCoQEyzVLplabiSx > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #JOAZTzOVCL901oEfhDPGd3IwHQTxGflx { width:8.75rem;height:2.1875rem;top:1.25rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkDUxi9mZ7qn5q9vEUsu77n1diStCkT3 { display:block; }
 }@media only screen and (max-width: 763px) { #D1BmNT88c5CGWTfG414zXI3cCvkGMAiD { display:none; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row .container { width:47.75rem;position:relative;display:none; } }@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) { #SKTSGutpBNo6n7Vaho8H1nPRrVrdsqDb { width:46.125rem;height:6.4375rem;top:11.375rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqLKyEeVipxzNL1ySD4tAhT6drtZ4vVE { width:3.625rem;height:3.75rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRnCC8EA8WCBPpCXibhKV5IGkNHiqyV7 { width:16.3125rem;height:1.375rem;top:22.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpVyhe2sE5LxVfJENwt5wkz9bD8ftwI4 { width:1.0625rem;height:1.0625rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8L4sFOaOtwyMgP2IAaGc1OQQv565APb { width:17.5rem;height:2.5rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK8SpCRdPq6HA3ryUvM6hci3UOOgn2G1 { display:block; }
 }@media only screen and (max-width: 763px) { #xUmVkqceyhQvJ0NZbETiDt78xfhLW09h { width:11.25rem;height:1.375rem;top:21rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkITi10yB95GcSDI3hGoDghTg9xvUTmz { width:1.0625rem;height:1.0625rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcO2mpxKJeimRGZWyTrOiwBvdAzGTT2o { width:1.0625rem;height:1.0625rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTgONIJJfyh6bV34JAHQmgCFiETNHomN { width:12rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpNB5PoDddW4kZcMtBVhtA7mPGCOkIe6 { width:15.5625rem;height:2.75rem;top:32rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwctOl7FfP0a7hNxUg69dQ9NRui1Uy9N { display:block; }
 }@media only screen and (max-width: 763px) { #FtFKscBlM3TPxkCC8T965AqSNV8bA9Zk { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtlGRa7tefE261aPeO1a3NIkAEib7Nq { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR8twTdsVhXIvIWub1v7kMPZ4EmTqTTV { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTs696Nn8ieqildpmXODgdwMxHF3t7bz { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeHwZUDUcFL1IDzvxfPt4QTcmfiZ3vDI { width:1.5625rem;height:1.5625rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxN5lWUVN3IMx1mSk3UZNM5B8fTZa7nz { width:10.8125rem;height:1.13769375rem;top:41.9375rem;left:18.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XETEpbi8CGrnKHO8uDm0lcrXKRz8gbz0 { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyIeZhAmHaQFq6rPnw3CaWEXp0lWTlSi { width:4.8125rem;height:3rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITvsZ1Tnlz58qMgfvqqDuUvfOZvLkgPB { width:16.3125rem;height:1.375rem;top:18.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnM9MP2eubbBwhFSL3U56oBWZE0cxiFF { display:block; }#OnM9MP2eubbBwhFSL3U56oBWZE0cxiFF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqQh6E2XO2NZyC2a4y2uuvsNgXmAgWiG { width:47.75rem;height:2.25rem;top:6.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmgIp9fFUHEPMvcXhsFfGRxeiqtO2SrO { width:19.25rem;height:1.4375rem;top:21.1875rem;left:28.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBGhx62nNk6hQX0oqAf6WqxfWJWNUvGz { width:30.3125rem;height:5.625rem;top:19.75rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtqW0aNUDMoTtToIvyNIy8G8ZTHodUTE { width:47.75rem;height:1.5625rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZvaEb4lL40Tw5Uy3Cp9XIfagNncbrcv { width:2rem;height:2rem;top:21.4375rem;left:45.75rem;display:block; }
#SZvaEb4lL40Tw5Uy3Cp9XIfagNncbrcv > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #AQGWAHZ3ZfrgLIpdMToOXqPyzgWN0tME { width:6.25rem;height:5.625rem;top:19.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq3RmwsuTTalB0Sa8ghsmwh52hawwPIO { width:19.25rem;height:1.375rem;top:22.6875rem;left:28.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exhfe5aOyn9WgqfxiXipPxXDDHN0JgwQ { width:30.3125rem;height:5.625rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mErzhMtR2tSl2ZcJBgquEd2U2eBFOnG1 { width:19.25rem;height:1.4375rem;top:21.1875rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLvdE6LEAXMgiRDltHChzOnqOC6CicNv { width:2rem;height:2rem;top:21.4375rem;left:18.781005859375rem;display:block; }
#DLvdE6LEAXMgiRDltHChzOnqOC6CicNv > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #MecCMkw9cAk7emaJsGHf0Zmyxfo1THDG { width:17.6875rem;height:1.375rem;top:22.6875rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBHbGaguGzHAV22b4wbSufFbReePebES { width:6.25rem;height:5.625rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaLLldi8LfCHhaDuJP5pMbvL6NNNWTxm { width:19.25rem;height:1.4375rem;top:13.875rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG47uKbbs2yZZsksTcRI6ZFeABWNvAkb { width:30.3125rem;height:5.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXfD7hCQzBDmkWZTvtz6vbqPpqIxklFT { width:2rem;height:2rem;top:14.25rem;left:18.781005859375rem;display:block; }
#kXfD7hCQzBDmkWZTvtz6vbqPpqIxklFT > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #iKk5ayC9oKItvsGJHOT6S33sR7NQgCnO { width:19.25rem;height:1.375rem;top:15.375rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX00yCNRqEQTcHa4q3BGTWB4hfrlOy8X { width:6.25rem;height:5.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0IX3tduaUTx7FuQ6ZnpSSuxIkrbOxrn { width:30.3125rem;height:5.625rem;top:12.5rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB8D2mI59Tg5lwbrAs35OGZ2acOXy7dv { width:19.25rem;height:1.4375rem;top:13.875rem;left:28.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k47w0JXAEwcn96nxwQOCBWg3P4Oei7RF { width:6.25rem;height:5.625rem;top:12.5rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGP7mf2vUhS044Qt6sSHuQWPdahMcCos { width:14.8125rem;height:1.375rem;top:15.375rem;left:32.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITdcKfLboQfnQeI4kRfIrGycCsbcrkKR { width:2rem;height:2rem;top:14.25rem;left:45.75rem;display:block; }
#ITdcKfLboQfnQeI4kRfIrGycCsbcrkKR > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #snGZzMpExRA6GFIRk1rkNxwakf73Oeel { width:3.75rem;height:3.75rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy2kuCt17wOl22ZVolsZUxpGTLMnxTBK { width:3.75rem;height:3.75rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #igyO9D9wcPp67vKRGasotRkJdkbPznF5 { width:4.0625rem;height:4.0625rem;top:13.25rem;left:26.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVfPt3BT7X0TRWuK0LNVqwGa0XVyftuJ { width:3.75rem;height:3.75rem;top:20.625rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv { display:block; }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLQ3fVMgHmJW11t9pIWyGGV9zlGZaXnA { width:47.75rem;height:2.27416875rem;top:7rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOVUMQ1LteSpnqy6ExKSBsg2RTo8Jr05 { width:36.4375rem;height:19.1894875rem;top:9.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd3tTaiHlKp7c7KLTF0cinXeeKNLNt4z { width:2.75rem;height:3.4375rem;top:30.4375rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk879snPFXppsQP03va5v6p2f4Dgbntm { width:33.8125rem;height:21.959234638149rem;top:7.1875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcLeDJ7D0AkQy0aJ9fXQs1TTUTcpAq3C { width:26.0625rem;height:2.9375rem;top:31.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxTpmtICZSNeFKDTzIUAWg7dgSgW5IkL { width:3.75rem;height:3.75rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9AB4QkkW5uJdxSzc7XbUlRlmdJJUQHs { width:28.125rem;height:22.1875rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ9vDULqyUy5aIfLTJkJ9FXkgTpkPgb0 { width:5.4375rem;height:4.0625rem;top:30.125rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQxRnT0x0UXuwEmOkChQ5GHoCtq8VfBl { width:10.625rem;height:3.125rem;top:30.5625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAkVlciiACLKIvWI1QExOUU0MfQkzkgA { display:block; }#tAkVlciiACLKIvWI1QExOUU0MfQkzkgA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t53D0PJeIz337h7E3hinLwup6TdMxw1n { width:22.8125rem;height:2.75rem;top:22.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeiUWocd8sHh1v84fEmMQnb1hJW6c3Z7 { width:28rem;height:2.75rem;top:29.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz0nI1k6Iw1PmJZcxSMFUnmVdzSmaLcN { width:47.75rem;height:6.375rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKaR1J0KTR0vVyVE9Xn4aNZWV2B4Qlmt { width:47.75rem;height:1.83715625rem;top:6.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5dq4bn588pZnJVzOMw64vkNWGFwuzAw { width:28.8125rem;height:2.75rem;top:43.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7bJd68yhLWO31qkoISLH8111BUo6saz { width:3.9375rem;height:2.1875rem;top:22.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS5Mlx4tfyKoKxTqIwwdSnVXTxSWBOAi { width:3.8125rem;height:2.1875rem;top:29.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0hZcDI0HwhcE7sgTnxLAoIuoU5ONRv2 { width:27.4375rem;height:2.8125rem;top:36.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGQvzZeLBxNLUufg4MJrSZTND2ybPTZE { width:3.875rem;height:2.1875rem;top:36.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkk1kKVu8hFFyOQqI4TRgGlW14MXgLIg { width:4rem;height:2.1875rem;top:43.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvd8SdsplJNdP5AaIOuRBCbx1XLm8MNm { width:20.75rem;height:26.358310209377rem;top:21.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEHDOEnw7NGbElKXWpJoTA8hRpXucnV5 { width:15.875rem;height:26.4375rem;top:21.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC82uC1LcC3JKwe0qc8nFBvkLPmLcEVb { width:15.1875rem;height:1.625rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmI5bIk6bz4inaPIKsHEyNGVD5xrxzBn { width:38.125rem;height:5.625rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlgTZwGlCUGy4tZhIbwGwfVwOwL0uLUQ { width:38.125rem;height:5.625rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2chAxoM0AKf0KRpX06ovhsVPOSUZhfA { width:38.125rem;height:5.625rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDwUtDptP72ESgN0GJDwMXFQrTpVI8zs { width:38.125rem;height:5.625rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiUTf9pl17m4a4c8rB2q8dGpPomAT8Qr { width:3.125rem;height:3.125rem;top:22.3125rem;left:0.702880859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT3bMNCVyVCPQURlitxt70RW6sVycelm { width:3.5625rem;height:3.5625rem;top:35.875rem;left:0.482177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1ZTqgMntcfppLeBGiIokleRo5L6BtPK { width:3.75rem;height:3.75rem;top:28.875rem;left:0.389404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pufo7sMmvsQMNSNI6c6nPHZcvxegs0OA { width:3.75rem;height:3.75rem;top:42.625rem;left:0.389404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2JKnSCoaJNf8uMFTpNvcJ96CfmeVKsE { width:3.75rem;height:29.1875rem;top:18.3125rem;left:35.264892578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxEwKzXQ4VLO5MMblzft2254nIwvph9m { width:3.9375rem;height:5.625rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgFGOEKIc9BizGSH42RDt4vICx4bbQdf { width:3.9375rem;height:5.625rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN3tyscFmQ6E16ypQTbxbSdAEDWL0dTS { width:3.9375rem;height:5.625rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9LiSD7fHZT1nwIgUUGNmbZ1qJhEUgzQ { width:3.9375rem;height:5.625rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzGpxgv30FT767n1ue2X5E7U7tP1AHre { display:block; }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xd3N3NhstHBt3bbGqduDRFJNnhSvHhpN { width:16.875rem;height:3.1982375rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFTtasZhauGXX7CmeCmT1nWGkBKU5l0U { width:18.5rem;height:3.1982375rem;top:24rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WebMdWmQxUBp3520WpxDcfr4Eriy1tnJ { width:15.625rem;height:3.19824375rem;top:18.9375rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aewR0UW2Smr9KgNIr4dpB0w7N3PkEqnM { width:24.5625rem;height:3.1982375rem;top:24rem;left:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9WaIhgXuU5QbTU2rFWZZOVf0HOLBqT6 { width:25.3125rem;height:3.1982375rem;top:18.9375rem;left:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0384b040vCqE9orPn7TrOPeE6a2mZIK { width:1.3125rem;height:1.3125rem;top:24.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLbth543hpk7JWoKqwatdvOuziveNxln { width:1.3125rem;height:1.3125rem;top:19.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulIx9pdrmn4ZmSDuVl6lKkXi4TX7ghIU { width:1.3125rem;height:1.3125rem;top:19.0625rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPceHePKZW1WLkOKT4z9Ea1y84cEt5Ni { width:1.3125rem;height:1.3125rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3KSgnWs7CThvTnrK6cRirX03QJFKzkv { width:1.3125rem;height:1.3125rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5AEgrfcqtXX5ZMoXcP8faAJLIqNDZPd { width:47.75rem;height:11.193875rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBPVUhk7gcyB7zhKV7h8oVOo0itUulWH { width:47.75rem;height:0.0625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTSSamBEzF9Jb7wf3KkDZpBWcZUvZbLe { width:47.75rem;height:2.25rem;top:5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQb2pTWIwOHNNvxuB5h4TkqlRe2WT5B8 { display:block; }#bQb2pTWIwOHNNvxuB5h4TkqlRe2WT5B8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpJ5o2l7AKRxubO6b7L0NzFcEHA6BKyW { width:47.75rem;height:2.27416875rem;top:7.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLymIhmF0oncZubwt2y8tK6TySuNPiwq { width:16.0625rem;height:2.79785rem;top:22.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwXxSMmt8gsfgwdUl7On2geh5WnGDfnh { width:24.375rem;height:19rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyGUbNZ64o4ZwZsuC2EwBBb5NP18z7wg { width:24.375rem;height:18.9375rem;top:14.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paHD0MX823aztT82u3TIoVllzEmXKDS5 { width:24.375rem;height:18.9375rem;top:14.25rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbsWytL5En5C0NpFq8ukcf28P87B6nyW { width:17.1875rem;height:3.19824375rem;top:26.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT4GBWl0R7hPkhDloHRt7opkZMDtEX2J { width:21.5625rem;height:6.19873125rem;top:8.5625rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMZS0SALViyyQnq5TwhTMgOOzH3e6d3T { width:21.5625rem;height:6.19873125rem;top:8.5rem;left:10.1875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niTBzP0iOTuMogAGUwUbM4ShPxaW7dL1 { width:47.75rem;height:4.5625rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d50hOcWEDdrEOdkokzFd9McdCyBfQc3R { width:21.5625rem;height:6.19873125rem;top:8.5rem;left:26.0625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0s07ao8yyhofVXxGW4IFwK6NrnU3xoP { width:16.5625rem;height:2.79785rem;top:22.25rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDTk0QfJS6xaaOylWocEdBlJ8kQQWRqq { width:19.5rem;height:4.7973625rem;top:26.125rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvuZR1GkOx7XLPSQmmLBXlspO0NOv1w5 { width:17.5rem;height:2.79785rem;top:22.25rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDmMd8V4yP3mXRbvVJ4Hz77v0iZT1ndl { width:19.5rem;height:3.19824375rem;top:26.0625rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAkRmCsB50PVX6mCfxb9fr08NRod3bwW { width:3.75rem;height:3.75rem;top:17.0625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzc106CIBx01IuBIzvLnHRRpIinhGqmN { width:3.75rem;height:3.75rem;top:17.0625rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvoJvCiTezvi5shhKno4CfIOlGgJwzFD { width:3.75rem;height:3.75rem;top:17.125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgaM4kpRe8FAy08uGIlDFvxQOlKL8HpD { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbpBQ5CAoGCfW7ITkpb8UtsWZbz4IzfE { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7nF4PeVudgyBUbd5uWU7Vi53fzS0Pg3 { width:0.9375rem;height:45.8125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9e9fWT1214xFZB9ZfEMTnisrU73bhUa { width:0.9375rem;height:48rem;top:30.875rem;left:46.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFCVx3K0Lp3LAMkRkJxNmZXv7srtyLSh { display:block; }#JFCVx3K0Lp3LAMkRkJxNmZXv7srtyLSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B68rhyko8KVJ0JWdVCqAJveQdqskMXM4 { width:47.75rem;height:26.302291666667rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOUlT1vOGeVw1v4tP0TAp2ghpiXBDaP8 { display:block; }#aOUlT1vOGeVw1v4tP0TAp2ghpiXBDaP8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WepaHVK32I3Mg3roxrpBe6OPbEFJsndf { width:47.75rem;height:2.25rem;top:5.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQhTyPJcFOVnop37SIy4hLNxHQ9vzcpa { width:47.75rem;height:1.5625rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNs0oAFCXEzyV45GBaiv8RtKT7TDHDfJ { width:11rem;height:3.4375rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKFA6CLSLNCE3bMRXDX7mk8QPgsKogbM { display:block; }#EKFA6CLSLNCE3bMRXDX7mk8QPgsKogbM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suOKfiJPlP1TUpKsxQrepIq4wVm3RoT0 { width:38.1875rem;height:2.0625rem;top:5.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgnbHUd1Wq0OudmgMRtOFErMfeEZk5wb { width:47.75rem;height:1.59911875rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVxixlJaT34CydiZD6AUeGzGg8b56790 { width:35.9375rem;height:14.3920625rem;top:10.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt9By0cfzpL9m5iLCFOkdbJlJq1nhZVC { width:17.5rem;height:2.5rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWbphzMWPOfQt0QvKHNfhrESEqBFXaGV { display:block; }
 }@media only screen and (max-width: 763px) { #CGVhqm2snNf0rOCG4yMQLByPdhfUgZI7 { width:47.625rem;height:29.75rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLsaTbtZz6LPfosp0BWH5MDpWswc1hPv { width:30.1875rem;height:21.767154492711rem;top:5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmFml2CyQdD86A5TzrbUqk397pPqulhE { display:block; }#TmFml2CyQdD86A5TzrbUqk397pPqulhE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0NJKvCDM1xbMV57MPy4EVQE8pM2RsBB { width:18.75rem;height:17.75rem;top:7.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFS1KoyNTZ7RH9GJID0phGEud5WH8iJx { width:13.125rem;height:17.68675rem;top:7.75rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip1DnUk5prp6nGzD5eUJdKno8IKzmvT2 { width:47.75rem;height:2.0625rem;top:5.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSQb42i4lZFUbdf05n9Mf51su9EVo34T { width:47.75rem;height:1.59911875rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3bHZsPIdEihdmisg48AfVhV6D2nZ53g { width:35.0625rem;height:1.398925rem;top:21.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkOudAyAzUUuy7PCKqmHz4IGieA6uwrA { width:8.75rem;height:1.59911875rem;top:23.5625rem;left:0rem;font-size:1rem;display:block; }#ZkOudAyAzUUuy7PCKqmHz4IGieA6uwrA li:before{  }
 }@media only screen and (max-width: 763px) { #El2dCyU0wzM8acp8yGAHMizsOmcy6QTr { width:8.75rem;height:1.59911875rem;top:23.5625rem;left:5.24951171875rem;font-size:1rem;display:block; }#El2dCyU0wzM8acp8yGAHMizsOmcy6QTr li:before{  }
 }@media only screen and (max-width: 763px) { #anwm99R54HTk3mXbgGRV7qRVtBeI7cL8 { width:35.9375rem;height:9.59475rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2i8GuFJBFNxMRauQrxV141pOrfVl21b { width:17.5rem;height:2.5rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8CHaSDIshPfXTS6rf9EWNm9ad6y4CkG { display:block; }
 }@media only screen and (max-width: 763px) { #TXsTUrtHmipD8Au2IFcXy6vUTvvOvGUe { width:8.75rem;height:1.59911875rem;top:23.5625rem;left:7.125rem;font-size:1rem;display:block; }#TXsTUrtHmipD8Au2IFcXy6vUTvvOvGUe li:before{  }
 }@media only screen and (max-width: 763px) { #coAT6xNpvGgiDisOeG6cbfMHBSDe83xw { width:8.75rem;height:;top:23.5rem;left:7.125rem;font-size:1rem;display:block; }#coAT6xNpvGgiDisOeG6cbfMHBSDe83xw li:before{  }
 }@media only screen and (max-width: 763px) { #sZ3gHfUdr94FlcEb4W9pR3GNDnUynWCF { width:6.25rem;height:6.25rem;top:26.1875rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQUdz3VkEI6UMxxEiUvCdFeg3VRWPANb { width:6.25rem;height:6.25rem;top:26.1875rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGfL3MvPlNs1ERFzWVTaOriGkzPlcM3J { width:6.25rem;height:6.25rem;top:26.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7oF1tvWBW4HVJ0PPVeH6NpomurVwFgG { width:6.25rem;height:6.25rem;top:26.1875rem;left:35.496337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TORvr35XqTU0QytSyN8qWyHTRoQR0CiU { width:1.875rem;height:0.75rem;top:26.1875rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQLzPEIDiEBmf01B1HgXPUtF2FXsGURT { width:1.875rem;height:0.75rem;top:26.1875rem;left:32.637939453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGghVVRStbUu6rIhBlnBCcPv4HD3EgB2 { width:2.0625rem;height:0.6875rem;top:26.1875rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm8GBQ10RSOPbbc648q4yOgfTBKpkeUz { width:1.875rem;height:0.75rem;top:26.1875rem;left:39.76416015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTZWNTHnsgZfenmZumwDu20r7TwAXWOG { width:47.625rem;height:32.8125rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRpJ2CbctVTGx50MBdsB9oBQ13xTyoBO { display:block; }#HRpJ2CbctVTGx50MBdsB9oBQ13xTyoBO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTaiD0sPz8owK3MLS4qP8JksmFBthp24 { width:27.6875rem;height:20.1875rem;top:7.75rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCsLNHciGJacRF6fB55bMBLdWQVR9niJ { width:47.75rem;height:2.0625rem;top:5.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6FmedoQa3R6Jyon9JKCET22LlifayeA { width:47.75rem;height:1.59911875rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBnmurScissHwMzM6ufUcpLPL5r5LZRa { width:35.9375rem;height:14.375rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA3xzbHP4v7q6N2Ppx9CX7KsTTQkKQ7M { width:17.5rem;height:2.5rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnUpTfVp1tNcHtbmnbkRJo5TWvpd0iAn { display:block; }
 }@media only screen and (max-width: 763px) { #qSgsMJVXTSXPbZEitQPSJowU6FXU3Gw9 { width:47.625rem;height:29.8125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHM02VJAcIdg2Kg1Dhn17xkb65In1BT5 { display:block; }#AHM02VJAcIdg2Kg1Dhn17xkb65In1BT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erVP2vzZc03M2agFCPIKmzkWkqt8akXn { width:27.5625rem;height:20.25rem;top:7.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QymvKXIlMklBvTSTwrrVn2HeXNrAchh0 { width:47.75rem;height:2.0625rem;top:5.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQpJMVLgmhXmTAA0l41JPr8tQek3gbTV { width:35.9375rem;height:12.793rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flDIN5dtvAXIleTuAGT3faETp0qGhqhk { width:17.5rem;height:2.5rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1frkHegrzmupxL9fQ70INNLSpCQTXQe { display:block; }
 }@media only screen and (max-width: 763px) { #BQXoC0MlJpPbPgp7fPwPQci0bbTAfUDI { width:47.625rem;height:28.1875rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcRSq6A78iDDkBwSdgXGqynUC7wZwnpW { width:47.75rem;height:1.59911875rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR { display:block; }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIGHQULctPNwVsNZXTOrGv4018k9J0aa { width:37.5625rem;height:2.25rem;top:6.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLNIvxL9chiTMTBV6ZuL9c3m8g2M5ETA { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy5sbm0ZA9zak7rETd9SeukIRpCpCrnJ { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5ET7PGnOiZX1s1UtoTIMEsoDOXKoT74 { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWT78ghhZhlnqQiLiVOTpnz8q4e1SEwf { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP8WwSQKXnpH0FC7QvgqWgGZXHmePUhP { width:2.0625rem;height:2.0625rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2OqoqLfHbvI70QhI3bLb5enn7PLKdAJ { width:10.8125rem;height:0.87524375rem;top:41.9375rem;left:18.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRB69J4EheFs2Zgtlf9baqnMhyi4UU2n { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9JuM9HRsotPOoVeLChPerc1oc2T1oH { width:20.8105625rem;height:14.8730625rem;top:10.6875rem;left:2.5rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ { display:block; }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKW48yuomHy4oQpgClgMXPmVgk48zokt { width:2.5rem;height:2.5rem;top:28.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFFC1k3Qbh43oOWKq7WiCLCTDUkXa0T1 { width:2.5rem;height:1.298825rem;top:28.875rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xavvevhTEKVCngwb5bv0pdqaSxr0gCZM { width:11.1230625rem;height:0.97411875rem;top:13.75rem;left:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTtR4aFsJRcp9GcMwTTwR51HNdU89PvS { width:13.75rem;height:1.298825rem;top:12.5625rem;left:7.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W6ScUC5tlRS04IanfCZKERH31cVaEgT8 { width:1.875rem;height:1.875rem;top:15.625rem;left:31.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMORGgiQg5dTsffiSEtWyZVoN5E79qyt { width:0.625rem;height:0.56857625rem;top:16.1875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTvrbczRUhp1fM6QVfT7CkMcbmu2S7rC { width:20.8105625rem;height:14.8730625rem;top:10.6875rem;left:2.5rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #b5KhORtKRmTMdnmQhTo9TUIX9oQwdubR { width:18.125rem;height:2.79785rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvEmPL7emuJerzIeHCG1EUAOw2qhSxWm { width:18.125rem;height:1.398925rem;top:9.5625rem;left:14.7490234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgmiM1xlvAnQ2iDKTn09TCJsoPiKte8w { width:18.125rem;height:2.79785rem;top:9.4375rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETu4wIgBD0gbk6sXIETUIAWO5sf7RCSy { width:11.1230625rem;height:0.97411875rem;top:13.75rem;left:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #db0q0DK5snmvTVKxXFqNILrxILmt0uKv { width:2.5rem;height:1.298825rem;top:28.875rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGXkmIJnrP6Cnhd0HNzxvJbklgS0Dn3G { width:2.5rem;height:2.5rem;top:28.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4gqMCTa0tLRk8QP23gyp74s4cG2Utt4 { width:13.75rem;height:1.298825rem;top:12.5625rem;left:7.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wDNAR37ABgPVSJC2ERs5Py4m6rmFWzwK { width:0.625rem;height:0.56857625rem;top:16.1875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAXOPqAAgWNml0Ug4POAEXHF991xqs8R { width:1.875rem;height:1.875rem;top:15.625rem;left:31.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0zDnTUzSM1UW9rI4Pm2doEhiC3u9FIF { width:11.1230625rem;height:0.97411875rem;top:13.75rem;left:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdUh94TzxHWs0NrybXhOUrzJKvApAZFc { width:13.75rem;height:1.298825rem;top:12.5625rem;left:7.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fAMTBbL2HKXZtTNxkw1Qrft8mNCal4vm { width:2.5rem;height:1.298825rem;top:28.875rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGT10RXy1cKxRSGwa7AvT3I1EJ7S62VF { width:2.5rem;height:2.5rem;top:28.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgo1mTKvAnmXUo84EJTbmvTTtI2fuu62 { width:20.8105625rem;height:14.8730625rem;top:10.6875rem;left:2.5rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #Mrul9KxSUmaFntuUaEZUJQ49JvTP72cR { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOW5tkKCXoUsQtCglnMl9F3EDz0bw5fq { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCTOHUA1kBZRbD06EouOVBZiXMoQWl9b { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQUmMJiPifFgxySQPMyoPxe7GvMFrTeh { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2mOmwBW2fVmzueqyFAGozp80h5u9SIk { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLaPctsGw5T6NHA7d53g2cnb3ourtr5f { width:1.875rem;height:1.875rem;top:15.625rem;left:31.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu2JRtWXXu0Qw0bVfF6ZpsCQf6g97QZr { width:0.625rem;height:0.56857625rem;top:16.1875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI16s4rK4zP5KcwOPOKnTOhUPgFn5HOc { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoBcQaGOiza5KPWOex1Wfak2zGKZxwXq { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1puu7MVSaT6Rsc0FCxTNPJTIN0xv1ca { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZVlKBlwXr7Z4r8No59OAdVm60N3f0s { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDnrng6TwhGeK8KAw45vowaehvtZKLrn { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgpDNX3DVZF9HObaZcvV3vzdPzWmO4t1 { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQAbtUqgASyHPqZTv7yuiuCHwEBRHebA { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwKfNKJabIJTlW7ArAlbutfcmKzmR6bT { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEo90AcQKxnmhUbN8QJNIN80kxElqwmC { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6IoXERTxZwTT2fFk7ouGLm0QQgZZUXz { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNEG0RqKdUQybsnZXKHDRvz78U6N0TwR { width:2.0625rem;height:2.0625rem;top:4.375rem;left:6.50439453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFyN5tTlXMLOflGvrKVKVI3oJNbxJN2O { width:2.0625rem;height:2.0625rem;top:4.375rem;left:31.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoDT123SJhsT9rybpTSlRFZIxM9adGNN { width:2.0625rem;height:2.0625rem;top:4.1875rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvo56zourFhsbCMVQPqFB1zy79JWyOVW { width:20.8105625rem;height:14.8730625rem;top:10.6875rem;left:2.5rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #Qs0AG1e658MEQBdbEuiVn2JsS4AnqqxV { width:2.0625rem;height:2.0625rem;top:38.1875rem;left:31.3115234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PE4wKM1mNwhXBJsIFmrXMbFPhhPKHMMU { width:1.875rem;height:1.875rem;top:15.625rem;left:31.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xcvndn1hi2GRMTFBePMtDHR3V2FBiv22 { width:20.8105625rem;height:14.8730625rem;top:10.6875rem;left:2.5rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #JxWb8znU4oBSmAblUgd0qZT79t32bQsl { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNwAdDDAJpAIsO0Q3F1vn6uTTcIhebhl { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORFPNTJ7KTqrG4dPFEqcbBpCt7y0WJSR { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJCBWH4TgTMDyG0bQOSPi750THayUAwG { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHrTTmekpUtuCPp9U5m0i6F8FPMXUA8b { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnJkQghBfONQpXLb3xb9ctpnml2eQskn { width:47.75rem;height:7.495125rem;top:21.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQMGBUaTlDIQ7GpkanmvDaSqHlogdHQw { width:13.75rem;height:1.298825rem;top:12.5625rem;left:7.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eoSJGJhcV9B2fJJDAzauvLfJfkGqxQxL { width:7.3125rem;height:7.3125rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oku4FSVTAqFUz1gOePnwlgqTkImrg7Sk { width:7.375rem;height:2.4163748907416rem;top:36.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwxBKxJzRAmEiBCCU74zvx4Hic5X1LKA { width:10.0625rem;height:3.1677382602227rem;top:36.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPV39NOF6fwVeDbOU7KWwrZVmTlWaa8M { width:6.25rem;height:6.25rem;top:35rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5iBVTTJsRNsU5OS3B8LX0ZfuqFM1OlH { width:6.5625rem;height:4.0243263896751rem;top:36.0625rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpwamTJmCLG87kDS50DNWSkJkhy6sIBM { display:block; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rizcMEyUpTeRvvHAxwVE7K5pM6qR2JPT { width:2.0625rem;height:2.0625rem;top:23.75rem;left:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFa3f3TIhVQmHxa71hnohSSmCo1vJxyL { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C28ht1Kx4Fuqs4dX4EQml1HFQPZzHmke { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2t0NpBpzyCmXDUh4RlXOOyqDd25aCaE { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ke5aKZsnrwtfVFUR1FfhNd1kaDiXc9Ho { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdV3UzKUghaq2cTCXm80AtzNE5Ef39gA { width:10.8125rem;height:1.125rem;top:41.9375rem;left:18.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpWbkxseuz4E0IxCSircfIH4LrRGck69 { width:5.5rem;height:2.6875rem;top:23.625rem;left:42.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-regular-label { width:25.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-text { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-text {padding-top: 0; padding-bottom: 0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-textarea { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-select { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-select {padding-top: 0; padding-bottom: 0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-button { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-checkbox-label { width:24rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk  { width:25.375rem;height:auto;top:13.4375rem;left:0rem; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .radio-container { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk {display:block;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk { width:25.375rem;height:auto;top:13.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #BwAnUi8g48crNT64S0iu0URlfTLatNJz {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XEe3P9rtox5JhqbEoENTuOmKNik8KAmK {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XQZg3RTWWDpEaTZEilJdTLzOTTlGDzIr {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #OedulimWLnc1n2PDB3VVlfJsSRcanhgx {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #APbfGzaRFvvRz5DlovCsE20lvF6LTAhi {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #IAPudwGfrfzZhVmJm7cF55sCzIG43bT5 {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #apL0s3kzI3rMOGxvcriL7G83wF3P0O51 {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XR0wul1RDbLdPJd9KkOL2t60pDvfo8aH {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #tZm2gWkLPIIkMpEacfE355aQGsb3cRbQ {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #hW3L2gbW45lBWTylsQ82VMNZagWZL8dS {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #fTTcH7OnVaQDbtOlICMfGIFy4F6flCUM {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #s8Mb9DqBbEq9NeJT0DPmC8nGqnFGvBur {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #pDzZO5luF2Metx7NpClkiW1k2Nk2ztSs {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #vUZeh0xZr5o7zs34AHCFNBMftPNN2wkv {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #muRHKQbSm9xPWJlr24vhbfyxJCRmsQJk {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #kNcAocthO6gxEHtqk7bM3yCkKPTcT9li {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #xAp4ZfTTDsUiGGIbz902Hz7tCASlUkcE {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #LdATbum69NsLMpKIQJVbkgEFxpEl77OE {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XsGQDbkT0q0bE36Lo211akRrq3HIWuro {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #kK5r7T3lQXvEwq5OFg6CS0a0221FTtgG {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #ppcxDwRo7G3NyBOPzmX0mLKy7oOLfWTD {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #K9MtV3Gy2B4dvbJV972mWVlqrqu1V1s2 {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #ihx6sF1c2MF0aptCHCu8e80zTppysyTh {  }
 }@media only screen and (max-width: 763px) { #Z76wk6FQpZbNPvITP1VL7OHAlKDia9Ib { width:31.5625rem;height:39.1875rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2VBoMfTfyGTxvMJ4VHhDTkeFH29r8UO { width:31.5625rem;height:2.27416875rem;top:11.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSLV2ZxMffc8ZMQZa6el2T6d3mi25dvc { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU { display:block; }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHophUrCcTyE3sQGX7xxTcGUN3Eow7Oi { width:38.1875rem;height:6.3965rem;top:4.375rem;left:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTyEgdO5h6684mmF8yyoSH2oEhn0mFJ7 { width:10.8125rem;height:1.13769375rem;top:41.9375rem;left:18.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOtTmzxaptRWWrbDvx3ENkGnwFhGWrA0 { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm1WRv1hLXZN9FmRaBc7vQa7FqtM2wGE { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCg6thaHlpIxscvyVm9xScNM7vz1clzG { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvvSQmbUBMw6xyzCNgIX2T0FNhT2o5b0 { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxTGpTsUefNkJIWP9vMSUMrNwwLpo9vn { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRt53HVeMvEmu7GGpaVFycC7D44isOXy { width:2.5rem;height:2.5rem;top:12.625rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMs1vcsHNwUmkeVl1xnJUswGAUJ8S30B { width:2.25rem;height:2.25rem;top:12.5625rem;left:19.999267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 { display:block; }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdtwI3lqLN3DMSu8SdgdpZWqDJU81lMH { width:5.875rem;height:2.1875rem;top:26.25rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb1xsm51DhmTEud5ZTAVNWZDZs0TGLcT { display:block; }
 }@media only screen and (max-width: 763px) { #UIoUz8IC30ocDQligM9FCc1pxKAfi2xP { width:18.8125rem;height:6.375rem;top:15.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpcSMPxG32vzsn03BXGI7aqEalG0XmLc { width:21.375rem;height:1.4375rem;top:3.375rem;left:14.933349609375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWFQNPyhFKFh9A0FdAgiHmvlvNWWuinD { width:47.75rem;height:0.4375rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwZmDyyVkcDGCm71m2vyQJ4fOem3sT7z { width:19.375rem;height:2rem;top:26.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU7qKezPe21804ePyLWyuNTN5Eg4BqKR { width:15.9375rem;height:4.375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi5UErv6qEgSII0x4ETgZEyxBrqpocrw { width:11.875rem;height:1.4375rem;top:3.375rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9McD73QCXWMIc4zTpGWvcnRNhr2Jtqu { width:19.125rem;height:3.798825rem;top:5.1875rem;left:28.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THXkAR2GpZJylppuJ75JWJb9RxUFNtNN { width:24.8125rem;height:11.396475rem;top:5.1875rem;left:14.933349609375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuSI22fflbFhHyReuyC0FACyvGHw3NwW { width:11.3125rem;height:3.4375rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA1RtMAAnJt9mxKZkg4bBJAvMeauciRC { display:block; }
 }@media only screen and (max-width: 763px) { #vb3bQJiD5ZOv6oZ2cDWhOg68phTseJyy { width:3.125rem;height:3.125rem;top:39.75rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQlvWwMaO0zcrMgoLOZBHStFZB0LqeVI { width:2.1875rem;height:2.1875rem;top:40.1875rem;left:45.5625rem;display:none; }
#CQlvWwMaO0zcrMgoLOZBHStFZB0LqeVI > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #kuRaGFvX7epGMWwqXOO3QohqpLlPmd7e { width:2.875rem;height:2.875rem;top:18.25rem;left:24.37060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlvPfGOO7XlnykCPrZu67ALPnztcAx9u { width:1rem;height:1rem;top:5.6875rem;left:13.073974609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT8Jgmon2QzKHVnTrcXSafs3exfqPEIG { width:1rem;height:1rem;top:7.5625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVCLB9Gs7ZQMo3sJQINQaEhwn7IKfH4Q { width:1rem;height:1rem;top:9.4375rem;left:13.061767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAu1GT2mIntQVPUN6BZmNJfUVNc0TysN { width:1rem;height:1rem;top:11.25rem;left:13.061767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUyym9urF8OIc5XmTvuALtBxK0BVRCAL { width:1rem;height:1rem;top:13.1875rem;left:13.061767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIct22wRSLPrFaK2zI6SmrMvry2ks736 { width:1.125rem;height:1.125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnW1F8kHBt49qfU3QyAsBC9npwgA6TqZ { width:3.5625rem;height:3.5625rem;top:18rem;left:28.2451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4ZarHKL7hxL3pOeyVNbA3VT0DDwTvvf { width:2.5625rem;height:3.1252972843758rem;top:18.125rem;left:14.933349609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQaGcuvezme0TB8qcNu6G7zUQNnLVcHU { width:5rem;height:3.75rem;top:17.9375rem;left:18.3720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGxg0VM6a24MyuAwL4OUa7OvJm9LXUmZ { width:13.875rem;height:2.1875rem;top:26.25rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVgWOQ43SqqiBPzJCiTHROZkNISFQbkQ { display:block; }
 }@media only screen and (max-width: 763px) { #opJUx7suIALE0y7fDm58zZTaUCvTGgem { width:11.25rem;height:3.4375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdWLQyB06fdaBnUKGwumf9zbdV3q37ue { display:block; }
 }@media only screen and (max-width: 763px) { #F8e4LLSZIaVCkZLmgd6f1cdNoqPk2Vh8 { width:1.375rem;height:1.375rem;top:12.25rem;left:0rem;display:none; }
#F8e4LLSZIaVCkZLmgd6f1cdNoqPk2Vh8 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #hkbmQ112A7M0PPTTwoe6u72vtghsgZIg { width:33.75rem;height:2rem;top:26.5rem;left:10.494140625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE { display:none; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zgRPteBNJxCIv95N1BeQcVRdTLd80JVz { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #tT2fhXBhhQ6A2Q3r1DsuCsnZK4OC7TqM { display:block; }
 }@media only screen and (max-width: 763px) { #fD9hroN62k3wiZcynPDGLJvVJgraQbdG { width:3.125rem;height:3.125rem;display:none; }
#fD9hroN62k3wiZcynPDGLJvVJgraQbdG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TaAq9VM1hRhG94y9Fd0zIJXzLV2ht6ps { width:11.0625rem;height:1.25rem;top:2.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A { position:relative;z-index:auto;display:block; }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfRWz5wMgLEAiab1QFmLIkc3phQ9Xplg { width:8.6875rem;height:2.25rem;top:1.125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cqWUgqooCkbGTmlkzvrF8LeoNit2oCJR { display:block; }
 }@media only screen and (max-width: 763px) { #faNmBTE0X3asdMJDHRpLVhOKDCinne4W { width:10.3125rem;height:2.25rem;top:1.125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdLdkpHJMkXurvZkOSPtFiEbEZ7GQlQy { display:block; }
 }@media only screen and (max-width: 763px) { #Z02Kx7V2ggbyglHdDhUED9TDZotXBP0q { width:11.25rem;height:3.04443125rem;top:0.9765625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdVmrPJzuM6aqWyX8SNnZWIt0qmSSS09 { width:6.5rem;height:2.25rem;top:1.125rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyZTIG269rlThoUwgHWnesB9bmLHlivr { display:block; }
 }@media only screen and (max-width: 763px) { #ZsMncwiVJtdzKWAyRlazhx9ChaXlLHTX { width:11.125rem;height:auto;top:2.4375rem;left:4.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #wR66DLH9eiczlebJ1643bbozxfdZdAIX { width:1.74805rem;height:1.74805rem;top:1.25rem;left:9.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BkBE4sGFni9I5V0cXU715kJcVzGo3Fr6 { width:1.6235375rem;height:1.6235375rem;top:1.25rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTfXNt8n3UQb18l3extVgFqOJ2nL9Bd6 { width:1.6235375rem;height:1.6235375rem;top:1.25rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hlTHiLN3tTDidGsQeAX8hqaxQCBsbowt { width:1.6235375rem;height:1.6235375rem;top:1.25rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVn8XRBqckmTq7IhBKxCIZbTpwFtFKs8 { width:1.6235375rem;height:1.6235375rem;top:1.25rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AuUmBWzfZCOxkME9Ccia9ixTTTyvTZdR { display:flex;top:1.71630859375rem;left:18.75rem;width:1.25rem;height:1.25rem;z-index:15038;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xCTOnFhG8vQHSVCdrmBtF7NTnaFzhDfB { display:flex;top:0.7177734375rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15093;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNRXGFkKfKcP3rwgirmoIKBp2KLfwnz9 { width:12.3125rem;height:2.25rem;top:1.125rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dewKIUAFH0BJtt4qFrG8b1fs8PpSZDTK { display:block; }
 }@media only screen and (max-width: 763px) { #kPh6n6dH9Q21BZ3LbCoQEyzVLplabiSx { display:flex;width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem; }
#kPh6n6dH9Q21BZ3LbCoQEyzVLplabiSx > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #JOAZTzOVCL901oEfhDPGd3IwHQTxGflx { width:8.75rem;height:2.1875rem;top:1.25rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkDUxi9mZ7qn5q9vEUsu77n1diStCkT3 { display:block; }
 }@media only screen and (max-width: 763px) { #D1BmNT88c5CGWTfG414zXI3cCvkGMAiD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a6969ad6-c21c-412e-a590-db5863e9445b/wittmannmobilesichereAktenvernichtungvorortmin.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD.adaptive-delivery-prevent-bg, #D1BmNT88c5CGWTfG414zXI3cCvkGMAiD.lazyload, #D1BmNT88c5CGWTfG414zXI3cCvkGMAiD.lazyloading { background-image: none; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row .container { background-color: transparent; background-image: none; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row .container > .video-iframe-container { display: none; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row > .video-iframe-container { display: none; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .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); }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row .container { border-width: 0; border-radius: 0; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:#fafafa;background-image:none;display:block; }#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 { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKTSGutpBNo6n7Vaho8H1nPRrVrdsqDb { width:20rem;height:3.2983375rem;top:1.873779296875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fqLKyEeVipxzNL1ySD4tAhT6drtZ4vVE { width:3.18725625rem;height:3.18725625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRnCC8EA8WCBPpCXibhKV5IGkNHiqyV7 { width:17.6245rem;height:1.05590625rem;top:8.99951171875rem;left:1.5625rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tpVyhe2sE5LxVfJENwt5wkz9bD8ftwI4 { display:flex;width:0.99975625rem;height:0.99975625rem;top:7.498046875rem;left:0rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #s8L4sFOaOtwyMgP2IAaGc1OQQv565APb { width:17.75rem;height:2.75rem;top:21.12451171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HK8SpCRdPq6HA3ryUvM6hci3UOOgn2G1 { display:block; }
 }@media only screen and (max-width: 763px) { #xUmVkqceyhQvJ0NZbETiDt78xfhLW09h { width:15.18675rem;height:1.05590625rem;top:7.40771484375rem;left:1.5625rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PkITi10yB95GcSDI3hGoDghTg9xvUTmz { display:flex;width:0.99975625rem;height:0.99975625rem;top:5.935546875rem;left:0rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #NcO2mpxKJeimRGZWyTrOiwBvdAzGTT2o { display:flex;width:0.99975625rem;height:0.99975625rem;top:9.1240234375rem;left:0rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #JTgONIJJfyh6bV34JAHQmgCFiETNHomN { top:25.59375rem;left:0rem;width:5.9375rem;height:1.9375rem;z-index:15094;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TpNB5PoDddW4kZcMtBVhtA7mPGCOkIe6 { width:17.6860625rem;height:2.6860375rem;top:11.3115234375rem;left:0rem;z-index:14993;border-top:0.125rem solid #f3f2f1;border-left:0.125rem solid #f3f2f1;border-right:0.125rem solid #f3f2f1;border-bottom:0.125rem solid #f3f2f1;background-color:#63ad2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OwctOl7FfP0a7hNxUg69dQ9NRui1Uy9N { display:block; }
 }@media only screen and (max-width: 763px) { #FtFKscBlM3TPxkCC8T965AqSNV8bA9Zk { width:1.1875rem;height:1.1875rem;top:17.125rem;left:11.624267578125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtlGRa7tefE261aPeO1a3NIkAEib7Nq { width:1.1875rem;height:1.1875rem;top:17.125rem;left:12.437255859375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR8twTdsVhXIvIWub1v7kMPZ4EmTqTTV { width:1.1875rem;height:1.1875rem;top:17.125rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTs696Nn8ieqildpmXODgdwMxHF3t7bz { width:1.1875rem;height:1.1875rem;top:17.125rem;left:9.99951171875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeHwZUDUcFL1IDzvxfPt4QTcmfiZ3vDI { width:1.8125rem;height:1.8125rem;top:15.43701171875rem;left:9.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxN5lWUVN3IMx1mSk3UZNM5B8fTZa7nz { width:1.1875rem;height:2.03125rem;top:15.249267578125rem;left:11.187255859375rem;font-size:1.5625rem;text-align:left;text-align-last:left;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XETEpbi8CGrnKHO8uDm0lcrXKRz8gbz0 { width:1.186525rem;height:1.186525rem;top:17.125rem;left:9.124267578125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyIeZhAmHaQFq6rPnw3CaWEXp0lWTlSi { width:4.5625rem;height:2.75rem;top:15.468994140625rem;left:3.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITvsZ1Tnlz58qMgfvqqDuUvfOZvLkgPB { width:16.3110625rem;height:1.05590625rem;top:5.84521484375rem;left:1.5625rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OnM9MP2eubbBwhFSL3U56oBWZE0cxiFF { display:block; }#OnM9MP2eubbBwhFSL3U56oBWZE0cxiFF > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqQh6E2XO2NZyC2a4y2uuvsNgXmAgWiG { width:20rem;height:1.9494625rem;top:2.052001953125rem;left:0rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GmgIp9fFUHEPMvcXhsFfGRxeiqtO2SrO { width:10.125rem;height:2.436525rem;top:11.6875rem;left:6rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GBGhx62nNk6hQX0oqAf6WqxfWJWNUvGz { width:20rem;height:5.1875rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtqW0aNUDMoTtToIvyNIy8G8ZTHodUTE { width:20rem;height:4.49706875rem;top:4.04931640625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZvaEb4lL40Tw5Uy3Cp9XIfagNncbrcv { display:flex;width:1.875rem;height:1.875rem;top:11.6875rem;left:16.875rem;font-size:1.3125rem; }
#SZvaEb4lL40Tw5Uy3Cp9XIfagNncbrcv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #AQGWAHZ3ZfrgLIpdMToOXqPyzgWN0tME { width:5rem;height:5.1875rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq3RmwsuTTalB0Sa8ghsmwh52hawwPIO { width:13.31175rem;height:1.2182625rem;top:14.25rem;left:6rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #exhfe5aOyn9WgqfxiXipPxXDDHN0JgwQ { width:20rem;height:5.1875rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mErzhMtR2tSl2ZcJBgquEd2U2eBFOnG1 { width:12rem;height:1.2182625rem;top:31.3125rem;left:6rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DLvdE6LEAXMgiRDltHChzOnqOC6CicNv { display:flex;width:1.9995125rem;height:1.9995125rem;top:24.25rem;left:16.875rem;font-size:1.3125rem; }
#DLvdE6LEAXMgiRDltHChzOnqOC6CicNv > img { max-width: 100%;max-height:100%; width:1.9995125rem; height:1.9995125rem; } }@media only screen and (max-width: 763px) { #MecCMkw9cAk7emaJsGHf0Zmyxfo1THDG { width:13.1875rem;height:2.436525rem;top:32.6875rem;left:6rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hBHbGaguGzHAV22b4wbSufFbReePebES { width:5rem;height:5.1875rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaLLldi8LfCHhaDuJP5pMbvL6NNNWTxm { width:12.375rem;height:1.2182625rem;top:18.5rem;left:6rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cG47uKbbs2yZZsksTcRI6ZFeABWNvAkb { width:20rem;height:5.1875rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXfD7hCQzBDmkWZTvtz6vbqPpqIxklFT { display:flex;width:1.875rem;height:1.875rem;top:17.9375rem;left:16.875rem;font-size:1.3125rem; }
#kXfD7hCQzBDmkWZTvtz6vbqPpqIxklFT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #iKk5ayC9oKItvsGJHOT6S33sR7NQgCnO { width:13.25rem;height:1.2182625rem;top:20.0625rem;left:6rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LX00yCNRqEQTcHa4q3BGTWB4hfrlOy8X { width:5rem;height:5.1875rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0IX3tduaUTx7FuQ6ZnpSSuxIkrbOxrn { width:20rem;height:5.1875rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB8D2mI59Tg5lwbrAs35OGZ2acOXy7dv { width:9.812rem;height:1.2182625rem;top:24.875rem;left:6rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #k47w0JXAEwcn96nxwQOCBWg3P4Oei7RF { width:5rem;height:5.1875rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGP7mf2vUhS044Qt6sSHuQWPdahMcCos { width:13.375rem;height:1.2182625rem;top:26.375rem;left:6rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ITdcKfLboQfnQeI4kRfIrGycCsbcrkKR { display:flex;width:2rem;height:2rem;top:30.75rem;left:16.875rem;font-size:1.3125rem; }
#ITdcKfLboQfnQeI4kRfIrGycCsbcrkKR > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #snGZzMpExRA6GFIRk1rkNxwakf73Oeel { width:3.125rem;height:3.125rem;top:18.124755859375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy2kuCt17wOl22ZVolsZUxpGTLMnxTBK { width:3.125rem;height:3.125rem;top:31.15478515625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igyO9D9wcPp67vKRGasotRkJdkbPznF5 { width:3.4375rem;height:3.4375rem;top:24.499267578125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVfPt3BT7X0TRWuK0LNVqwGa0XVyftuJ { width:3.125rem;height:3.125rem;top:11.842041015625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv { display:block; }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLQ3fVMgHmJW11t9pIWyGGV9zlGZaXnA { width:20rem;height:3.41064375rem;top:3.5rem;left:0rem;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IOVUMQ1LteSpnqy6ExKSBsg2RTo8Jr05 { width:20rem;height:28.4814875rem;top:7.6865234375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd3tTaiHlKp7c7KLTF0cinXeeKNLNt4z { width:2.1875rem;height:2.8125rem;top:51.982421875rem;left:16.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk879snPFXppsQP03va5v6p2f4Dgbntm { width:20rem;height:12.98825rem;top:38.228759765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcLeDJ7D0AkQy0aJ9fXQs1TTUTcpAq3C { width:20rem;height:4.21875rem;top:56.965576171875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxTpmtICZSNeFKDTzIUAWg7dgSgW5IkL { width:2.1875rem;height:2.1875rem;top:77.032470703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G9AB4QkkW5uJdxSzc7XbUlRlmdJJUQHs { width:11.625rem;height:9.125rem;top:47.669677734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ9vDULqyUy5aIfLTJkJ9FXkgTpkPgb0 { width:4.1875rem;height:3.125rem;top:51.888671875rem;left:11.56103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQxRnT0x0UXuwEmOkChQ5GHoCtq8VfBl { width:6.4375rem;height:2rem;top:93.07882421875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAkVlciiACLKIvWI1QExOUU0MfQkzkgA { display:block; }#tAkVlciiACLKIvWI1QExOUU0MfQkzkgA > .row .container { width:20rem;height:83rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t53D0PJeIz337h7E3hinLwup6TdMxw1n { width:14rem;height:3.93676875rem;top:34rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeiUWocd8sHh1v84fEmMQnb1hJW6c3Z7 { width:14.6875rem;height:5.249025rem;top:42.9990234375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz0nI1k6Iw1PmJZcxSMFUnmVdzSmaLcN { width:20rem;height:20.7885625rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKaR1J0KTR0vVyVE9Xn4aNZWV2B4Qlmt { width:20rem;height:3.41064375rem;top:3rem;left:0rem;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W5dq4bn588pZnJVzOMw64vkNWGFwuzAw { width:15.68725rem;height:5.249025rem;top:62.21875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7bJd68yhLWO31qkoISLH8111BUo6saz { width:2.875rem;height:2.0996125rem;top:32.276123046875rem;left:17.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS5Mlx4tfyKoKxTqIwwdSnVXTxSWBOAi { width:2.9375rem;height:2.0996125rem;top:41.758056640625rem;left:17.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0hZcDI0HwhcE7sgTnxLAoIuoU5ONRv2 { width:15.4375rem;height:5.249025rem;top:52.4365234375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGQvzZeLBxNLUufg4MJrSZTND2ybPTZE { width:2.9375rem;height:2.0996125rem;top:51.48974609375rem;left:17.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkk1kKVu8hFFyOQqI4TRgGlW14MXgLIg { width:2.875rem;height:2.0996125rem;top:61.230224609375rem;left:17.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvd8SdsplJNdP5AaIOuRBCbx1XLm8MNm { width:9.875rem;height:12.5rem;top:70.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEHDOEnw7NGbElKXWpJoTA8hRpXucnV5 { width:7.5rem;height:12.5625rem;top:70.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC82uC1LcC3JKwe0qc8nFBvkLPmLcEVb { width:20rem;height:1.59911875rem;top:29.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmI5bIk6bz4inaPIKsHEyNGVD5xrxzBn { width:20rem;height:8.4375rem;top:31.773681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlgTZwGlCUGy4tZhIbwGwfVwOwL0uLUQ { width:20rem;height:8.4375rem;top:60.75rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #o2chAxoM0AKf0KRpX06ovhsVPOSUZhfA { width:20rem;height:8.4375rem;top:51.05224609375rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #lDwUtDptP72ESgN0GJDwMXFQrTpVI8zs { width:20rem;height:8.4375rem;top:41.383056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiUTf9pl17m4a4c8rB2q8dGpPomAT8Qr { width:2.5rem;height:2.5rem;top:35.25rem;left:17.310791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT3bMNCVyVCPQURlitxt70RW6sVycelm { width:2.5rem;height:2.5rem;top:54.74853515625rem;left:17.310791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1ZTqgMntcfppLeBGiIokleRo5L6BtPK { width:2.75rem;height:2.75rem;top:44.669921875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pufo7sMmvsQMNSNI6c6nPHZcvxegs0OA { width:2.8125rem;height:2.8125rem;top:64.123779296875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2JKnSCoaJNf8uMFTpNvcJ96CfmeVKsE { width:3.75rem;height:29.1875rem;top:94.248046875rem;left:3.0615234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxEwKzXQ4VLO5MMblzft2254nIwvph9m { width:3rem;height:2.99926875rem;top:31.75rem;left:16.99951171875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qgFGOEKIc9BizGSH42RDt4vICx4bbQdf { width:3rem;height:2.99926875rem;top:41.383056640625rem;left:16.99951171875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SN3tyscFmQ6E16ypQTbxbSdAEDWL0dTS { width:3rem;height:2.99926875rem;top:51.05224609375rem;left:16.99951171875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #K9LiSD7fHZT1nwIgUUGNmbZ1qJhEUgzQ { width:3rem;height:3rem;top:60.75rem;left:17.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TzGpxgv30FT767n1ue2X5E7U7tP1AHre { display:block; }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xd3N3NhstHBt3bbGqduDRFJNnhSvHhpN { width:15.437rem;height:2.6245125rem;top:7.4365234375rem;left:1.99951171875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iFTtasZhauGXX7CmeCmT1nWGkBKU5l0U { width:13.374rem;height:2.6245125rem;top:11.68701171875rem;left:1.99951171875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WebMdWmQxUBp3520WpxDcfr4Eriy1tnJ { width:12.99925rem;height:2.6245125rem;top:21.312255859375rem;left:1.99951171875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aewR0UW2Smr9KgNIr4dpB0w7N3PkEqnM { width:16.5625rem;height:3.93676875rem;top:15.8740234375rem;left:1.99951171875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #n9WaIhgXuU5QbTU2rFWZZOVf0HOLBqT6 { width:16.43675rem;height:3.93676875rem;top:25.498046875rem;left:1.99951171875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Z0384b040vCqE9orPn7TrOPeE6a2mZIK { display:flex;width:1.3745125rem;height:1.3745125rem;top:15.8740234375rem;left:0rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #yLbth543hpk7JWoKqwatdvOuziveNxln { display:flex;width:1.3745125rem;height:1.3745125rem;top:25.498046875rem;left:0rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #ulIx9pdrmn4ZmSDuVl6lKkXi4TX7ghIU { display:flex;width:1.3745125rem;height:1.3745125rem;top:21.312255859375rem;left:0rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #ZPceHePKZW1WLkOKT4z9Ea1y84cEt5Ni { display:flex;width:1.3745125rem;height:1.3745125rem;top:11.68701171875rem;left:0rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #s3KSgnWs7CThvTnrK6cRirX03QJFKzkv { display:flex;width:1.3745125rem;height:1.3745125rem;top:7.4365234375rem;left:0rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #e5AEgrfcqtXX5ZMoXcP8faAJLIqNDZPd { width:20rem;height:27.1850625rem;top:33.936767578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBPVUhk7gcyB7zhKV7h8oVOo0itUulWH { width:20rem;height:0.0625rem;top:31.624755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTSSamBEzF9Jb7wf3KkDZpBWcZUvZbLe { width:20rem;height:3.41064375rem;top:2.310791015625rem;left:0rem;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bQb2pTWIwOHNNvxuB5h4TkqlRe2WT5B8 { display:block; }#bQb2pTWIwOHNNvxuB5h4TkqlRe2WT5B8 > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpJ5o2l7AKRxubO6b7L0NzFcEHA6BKyW { width:20rem;height:1.83715625rem;top:3.499755859375rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HLymIhmF0oncZubwt2y8tK6TySuNPiwq { width:17.75rem;height:1.398925rem;top:11.87255859375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwXxSMmt8gsfgwdUl7On2geh5WnGDfnh { width:19.875rem;height:11.6875rem;top:7.3095703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyGUbNZ64o4ZwZsuC2EwBBb5NP18z7wg { width:19.875rem;height:14.4375rem;top:20.870361328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #paHD0MX823aztT82u3TIoVllzEmXKDS5 { width:19.875rem;height:13.9375rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbsWytL5En5C0NpFq8ukcf28P87B6nyW { width:17.1875rem;height:2.99805rem;top:13.54736328125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT4GBWl0R7hPkhDloHRt7opkZMDtEX2J { width:5.625rem;height:6.19873125rem;top:5.560302734375rem;left:13.125rem;font-size:3.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uMZS0SALViyyQnq5TwhTMgOOzH3e6d3T { width:3.93676875rem;height:6.19873125rem;top:18.9599609375rem;left:14.327392578125rem;font-size:3.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #niTBzP0iOTuMogAGUwUbM4ShPxaW7dL1 { width:20rem;height:1.875rem;top:35.306396484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d50hOcWEDdrEOdkokzFd9McdCyBfQc3R { width:4.43725625rem;height:6.19873125rem;top:35.242919921875rem;left:14.638671875rem;font-size:3.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #b0s07ao8yyhofVXxGW4IFwK6NrnU3xoP { width:16.5625rem;height:2.79785rem;top:25.657958984375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDTk0QfJS6xaaOylWocEdBlJ8kQQWRqq { width:16.5625rem;height:4.49706875rem;top:28.763427734375rem;left:1.25rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #JvuZR1GkOx7XLPSQmmLBXlspO0NOv1w5 { width:17.5rem;height:2.79785rem;top:43.131103515625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDmMd8V4yP3mXRbvVJ4Hz77v0iZT1ndl { width:17.8125rem;height:2.99805rem;top:46.1767578125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAkRmCsB50PVX6mCfxb9fr08NRod3bwW { width:2.8125rem;height:2.8125rem;top:22.11181640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzc106CIBx01IuBIzvLnHRRpIinhGqmN { width:3.4375rem;height:3.4375rem;top:38.74755859375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvoJvCiTezvi5shhKno4CfIOlGgJwzFD { width:2.5rem;height:2.5rem;top:8.499755859375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgaM4kpRe8FAy08uGIlDFvxQOlKL8HpD { top:5.5126953125rem;left:7.5rem;width:12.5rem;height:1.811525rem;z-index:15027;background-color:#63ad2f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kbpBQ5CAoGCfW7ITkpb8UtsWZbz4IzfE { top:19.057861328125rem;left:7.5rem;width:12.5rem;height:1.811525rem;z-index:15028;background-color:#63ad2f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #B7nF4PeVudgyBUbd5uWU7Vi53fzS0Pg3 { width:0.625rem;height:12.5rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9e9fWT1214xFZB9ZfEMTnisrU73bhUa { width:0.625rem;height:12.5rem;top:2.375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFCVx3K0Lp3LAMkRkJxNmZXv7srtyLSh { display:block; }#JFCVx3K0Lp3LAMkRkJxNmZXv7srtyLSh > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B68rhyko8KVJ0JWdVCqAJveQdqskMXM4 { height:11.117797999573rem;width:20rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOUlT1vOGeVw1v4tP0TAp2ghpiXBDaP8 { display:block; }#aOUlT1vOGeVw1v4tP0TAp2ghpiXBDaP8 > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WepaHVK32I3Mg3roxrpBe6OPbEFJsndf { width:20rem;height:1.705325rem;top:3.27978515625rem;left:0rem;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TQhTyPJcFOVnop37SIy4hLNxHQ9vzcpa { width:20rem;height:4.49706875rem;top:5.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNs0oAFCXEzyV45GBaiv8RtKT7TDHDfJ { width:9.3103125rem;height:2.8125rem;top:11.431884765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKFA6CLSLNCE3bMRXDX7mk8QPgsKogbM { display:block; }#EKFA6CLSLNCE3bMRXDX7mk8QPgsKogbM > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suOKfiJPlP1TUpKsxQrepIq4wVm3RoT0 { width:18rem;height:1.57470625rem;top:16.658935546875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgnbHUd1Wq0OudmgMRtOFErMfeEZk5wb { width:15.4375rem;height:2.79785rem;top:18.28369140625rem;left:1.875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZVxixlJaT34CydiZD6AUeGzGg8b56790 { width:16.4375rem;height:35.1806875rem;top:21.48193359375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt9By0cfzpL9m5iLCFOkdbJlJq1nhZVC { width:15rem;height:2.5rem;top:57.42236328125rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWbphzMWPOfQt0QvKHNfhrESEqBFXaGV { display:block; }
 }@media only screen and (max-width: 763px) { #CGVhqm2snNf0rOCG4yMQLByPdhfUgZI7 { width:19.875rem;height:59.5625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLsaTbtZz6LPfosp0BWH5MDpWswc1hPv { width:15.9375rem;height:11.3745rem;top:4.112548828125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmFml2CyQdD86A5TzrbUqk397pPqulhE { display:block; }#TmFml2CyQdD86A5TzrbUqk397pPqulhE > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0NJKvCDM1xbMV57MPy4EVQE8pM2RsBB { width:15.9375rem;height:15.0625rem;top:3.125rem;left:1.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFS1KoyNTZ7RH9GJID0phGEud5WH8iJx { width:13.125rem;height:17.68675rem;top:6.3447265625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ip1DnUk5prp6nGzD5eUJdKno8IKzmvT2 { width:15.3125rem;height:1.57470625rem;top:19.296875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSQb42i4lZFUbdf05n9Mf51su9EVo34T { width:14.187rem;height:3.19824375rem;top:21.046142578125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3bHZsPIdEihdmisg48AfVhV6D2nZ53g { width:13.4375rem;height:1.298825rem;top:46.046142578125rem;left:1.875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZkOudAyAzUUuy7PCKqmHz4IGieA6uwrA { width:8.75rem;height:1.59911875rem;top:47.921142578125rem;left:1.875rem;font-size:1rem;display:block; }#ZkOudAyAzUUuy7PCKqmHz4IGieA6uwrA li:before{  }
 }@media only screen and (max-width: 763px) { #El2dCyU0wzM8acp8yGAHMizsOmcy6QTr { width:8.75rem;height:1.59911875rem;top:49.609375rem;left:1.875rem;font-size:1rem;display:block; }#El2dCyU0wzM8acp8yGAHMizsOmcy6QTr li:before{  }
 }@media only screen and (max-width: 763px) { #anwm99R54HTk3mXbgGRV7qRVtBeI7cL8 { width:16.4375rem;height:19.1894375rem;top:25.609130859375rem;left:1.875rem;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #L2i8GuFJBFNxMRauQrxV141pOrfVl21b { width:15rem;height:2.5rem;top:52.016357421875rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8CHaSDIshPfXTS6rf9EWNm9ad6y4CkG { display:block; }
 }@media only screen and (max-width: 763px) { #TXsTUrtHmipD8Au2IFcXy6vUTvvOvGUe { width:8.75rem;height:1.59911875rem;top:47.921142578125rem;left:8.499755859375rem;font-size:1rem;display:block; }#TXsTUrtHmipD8Au2IFcXy6vUTvvOvGUe li:before{  }
 }@media only screen and (max-width: 763px) { #coAT6xNpvGgiDisOeG6cbfMHBSDe83xw { width:8.75rem;height:1.59911875rem;top:49.609375rem;left:8.499755859375rem;font-size:1rem;display:block; }#coAT6xNpvGgiDisOeG6cbfMHBSDe83xw li:before{  }
 }@media only screen and (max-width: 763px) { #sZ3gHfUdr94FlcEb4W9pR3GNDnUynWCF { width:6.25rem;height:6.25rem;top:24.79248046875rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQUdz3VkEI6UMxxEiUvCdFeg3VRWPANb { width:6.25rem;height:6.25rem;top:24.79248046875rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGfL3MvPlNs1ERFzWVTaOriGkzPlcM3J { width:6.25rem;height:6.25rem;top:24.781494140625rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7oF1tvWBW4HVJ0PPVeH6NpomurVwFgG { width:6.25rem;height:6.25rem;top:24.781494140625rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TORvr35XqTU0QytSyN8qWyHTRoQR0CiU { width:1.875rem;height:0.75rem;top:24.830322265625rem;left:14.201171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQLzPEIDiEBmf01B1HgXPUtF2FXsGURT { width:1.875rem;height:0.7495125rem;top:43.829345703125rem;left:5.078125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGghVVRStbUu6rIhBlnBCcPv4HD3EgB2 { width:2.0625rem;height:0.6875rem;top:29.205322265625rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm8GBQ10RSOPbbc648q4yOgfTBKpkeUz { width:1.875rem;height:0.75rem;top:24.830322265625rem;left:10.5771484375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTZWNTHnsgZfenmZumwDu20r7TwAXWOG { width:19.875rem;height:55.5rem;top:1.25rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HRpJ2CbctVTGx50MBdsB9oBQ13xTyoBO { display:block; }#HRpJ2CbctVTGx50MBdsB9oBQ13xTyoBO > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTaiD0sPz8owK3MLS4qP8JksmFBthp24 { width:15.9375rem;height:11.5625rem;top:3.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCsLNHciGJacRF6fB55bMBLdWQVR9niJ { width:15.3125rem;height:1.57470625rem;top:15.9375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6FmedoQa3R6Jyon9JKCET22LlifayeA { width:8.4375rem;height:1.59911875rem;top:17.4375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBnmurScissHwMzM6ufUcpLPL5r5LZRa { width:16.4375rem;height:31.9824375rem;top:20.4375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA3xzbHP4v7q6N2Ppx9CX7KsTTQkKQ7M { width:15rem;height:2.5rem;top:53.2490234375rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnUpTfVp1tNcHtbmnbkRJo5TWvpd0iAn { display:block; }
 }@media only screen and (max-width: 763px) { #qSgsMJVXTSXPbZEitQPSJowU6FXU3Gw9 { width:19.875rem;height:56.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHM02VJAcIdg2Kg1Dhn17xkb65In1BT5 { display:block; }#AHM02VJAcIdg2Kg1Dhn17xkb65In1BT5 > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erVP2vzZc03M2agFCPIKmzkWkqt8akXn { width:15.9375rem;height:11.6875rem;top:3.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QymvKXIlMklBvTSTwrrVn2HeXNrAchh0 { width:14.12475rem;height:1.57470625rem;top:16.0625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQpJMVLgmhXmTAA0l41JPr8tQek3gbTV { width:16.4375rem;height:28.7841875rem;top:20.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flDIN5dtvAXIleTuAGT3faETp0qGhqhk { width:15rem;height:2.5rem;top:49.720703125rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1frkHegrzmupxL9fQ70INNLSpCQTXQe { display:block; }
 }@media only screen and (max-width: 763px) { #BQXoC0MlJpPbPgp7fPwPQci0bbTAfUDI { width:19.87425rem;height:53.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcRSq6A78iDDkBwSdgXGqynUC7wZwnpW { width:9.812rem;height:1.59911875rem;top:17.875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR { display:block; }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIGHQULctPNwVsNZXTOrGv4018k9J0aa { width:15.25rem;height:3.67431875rem;top:2.686767578125rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZLNIvxL9chiTMTBV6ZuL9c3m8g2M5ETA { width:1.3125rem;height:1.3125rem;top:7.5rem;left:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy5sbm0ZA9zak7rETd9SeukIRpCpCrnJ { width:1.3125rem;height:1.3125rem;top:7.5rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5ET7PGnOiZX1s1UtoTIMEsoDOXKoT74 { width:1.3125rem;height:1.3125rem;top:7.5rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWT78ghhZhlnqQiLiVOTpnz8q4e1SEwf { width:1.3125rem;height:1.3125rem;top:7.5rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP8WwSQKXnpH0FC7QvgqWgGZXHmePUhP { width:2.0625rem;height:2.0625rem;top:7.155517578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2OqoqLfHbvI70QhI3bLb5enn7PLKdAJ { width:1.0625rem;height:1.5625rem;top:7.375rem;left:2.375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CRB69J4EheFs2Zgtlf9baqnMhyi4UU2n { width:1.3125rem;height:1.3125rem;top:7.5rem;left:7.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9JuM9HRsotPOoVeLChPerc1oc2T1oH { width:12rem;height:3.25rem;top:8.5625rem;left:3.9375rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 763px) { #gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ { display:block; }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKW48yuomHy4oQpgClgMXPmVgk48zokt { width:2.5rem;height:2.5rem;top:2.7490234375rem;left:1.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFFC1k3Qbh43oOWKq7WiCLCTDUkXa0T1 { width:2.5rem;height:1.62475625rem;top:3.24951171875rem;left:1.749267578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xavvevhTEKVCngwb5bv0pdqaSxr0gCZM { width:10.1875rem;height:0.97411875rem;top:4.0625rem;left:5.12451171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTtR4aFsJRcp9GcMwTTwR51HNdU89PvS { width:7.25rem;height:1.13769375rem;top:2.999267578125rem;left:5.12451171875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W6ScUC5tlRS04IanfCZKERH31cVaEgT8 { width:1.875rem;height:1.875rem;top:19.999755859375rem;left:6.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMORGgiQg5dTsffiSEtWyZVoN5E79qyt { width:0.625rem;height:0.56899004267426rem;top:20.624755859375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTvrbczRUhp1fM6QVfT7CkMcbmu2S7rC { width:19.875rem;height:13.375rem;top:28.322509765625rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #b5KhORtKRmTMdnmQhTo9TUIX9oQwdubR { width:16.5625rem;height:4.196775rem;top:7.615966796875rem;left:1.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvEmPL7emuJerzIeHCG1EUAOw2qhSxWm { width:16.31225rem;height:2.79785rem;top:21.874755859375rem;left:1.749267578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgmiM1xlvAnQ2iDKTn09TCJsoPiKte8w { width:15.5603125rem;height:4.196775rem;top:35.624755859375rem;left:2.249755859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETu4wIgBD0gbk6sXIETUIAWO5sf7RCSy { width:10.1875rem;height:0.97411875rem;top:18.6875rem;left:5.12451171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #db0q0DK5snmvTVKxXFqNILrxILmt0uKv { width:2.5rem;height:1.62475625rem;top:17.56201171875rem;left:1.68701171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGXkmIJnrP6Cnhd0HNzxvJbklgS0Dn3G { width:2.5rem;height:2.5rem;top:17.187255859375rem;left:1.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4gqMCTa0tLRk8QP23gyp74s4cG2Utt4 { width:7.25rem;height:1.13769375rem;top:17.56201171875rem;left:5.12451171875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wDNAR37ABgPVSJC2ERs5Py4m6rmFWzwK { width:0.625rem;height:0.5688475rem;top:33.6240234375rem;left:7.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAXOPqAAgWNml0Ug4POAEXHF991xqs8R { width:1.875rem;height:1.875rem;top:5.687255859375rem;left:6.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0zDnTUzSM1UW9rI4Pm2doEhiC3u9FIF { width:10.18675rem;height:0.97411875rem;top:31.759765625rem;left:5.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdUh94TzxHWs0NrybXhOUrzJKvApAZFc { width:7.24975rem;height:1.13769375rem;top:30.685791015625rem;left:5.12451171875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fAMTBbL2HKXZtTNxkw1Qrft8mNCal4vm { width:2.5rem;height:1.54296875rem;top:30.8115234375rem;left:1.68701171875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGT10RXy1cKxRSGwa7AvT3I1EJ7S62VF { width:2.5rem;height:2.5rem;top:30.25rem;left:1.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgo1mTKvAnmXUo84EJTbmvTTtI2fuu62 { width:19.875rem;height:13.0625rem;top:0.8740234375rem;left:0.03173828125rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #Mrul9KxSUmaFntuUaEZUJQ49JvTP72cR { width:1.3110375rem;height:1.3110375rem;top:6.124267578125rem;left:4.249267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOW5tkKCXoUsQtCglnMl9F3EDz0bw5fq { width:1.3110375rem;height:1.3110375rem;top:6.124267578125rem;left:2.374267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCTOHUA1kBZRbD06EouOVBZiXMoQWl9b { width:1.3110375rem;height:1.3110375rem;top:6.124267578125rem;left:3.311767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQUmMJiPifFgxySQPMyoPxe7GvMFrTeh { width:1.3110375rem;height:1.3110375rem;top:6.124267578125rem;left:1.436767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2mOmwBW2fVmzueqyFAGozp80h5u9SIk { width:1.3110375rem;height:1.3110375rem;top:6.124267578125rem;left:5.2490234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLaPctsGw5T6NHA7d53g2cnb3ourtr5f { width:1.875rem;height:1.875rem;top:119.38078132812rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gu2JRtWXXu0Qw0bVfF6ZpsCQf6g97QZr { width:0.625rem;height:0.56640625rem;top:6.341552734375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI16s4rK4zP5KcwOPOKnTOhUPgFn5HOc { width:1.31185rem;height:1.31185rem;top:20.37451171875rem;left:4.249267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoBcQaGOiza5KPWOex1Wfak2zGKZxwXq { width:1.3110375rem;height:1.3110375rem;top:20.37451171875rem;left:3.311767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1puu7MVSaT6Rsc0FCxTNPJTIN0xv1ca { width:1.3110375rem;height:1.3110375rem;top:20.37451171875rem;left:2.374267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZVlKBlwXr7Z4r8No59OAdVm60N3f0s { width:1.3110375rem;height:1.3110375rem;top:20.37451171875rem;left:1.436767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDnrng6TwhGeK8KAw45vowaehvtZKLrn { width:1.3110375rem;height:1.3110375rem;top:20.37451171875rem;left:5.2490234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgpDNX3DVZF9HObaZcvV3vzdPzWmO4t1 { width:1.31185rem;height:1.31185rem;top:33.375rem;left:3.624267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQAbtUqgASyHPqZTv7yuiuCHwEBRHebA { width:1.3110375rem;height:1.3110375rem;top:33.437255859375rem;left:1.749267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwKfNKJabIJTlW7ArAlbutfcmKzmR6bT { width:1.31185rem;height:1.31185rem;top:33.375rem;left:2.686767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEo90AcQKxnmhUbN8QJNIN80kxElqwmC { width:1.31185rem;height:1.31185rem;top:33.375rem;left:4.561767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6IoXERTxZwTT2fFk7ouGLm0QQgZZUXz { width:1.31185rem;height:1.31185rem;top:33.375rem;left:5.5615234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNEG0RqKdUQybsnZXKHDRvz78U6N0TwR { width:2.06176875rem;height:2.06176875rem;top:2.967529296875rem;left:16.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFyN5tTlXMLOflGvrKVKVI3oJNbxJN2O { width:2.06176875rem;height:2.06176875rem;top:17.311767578125rem;left:16.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoDT123SJhsT9rybpTSlRFZIxM9adGNN { width:2.0625rem;height:2.0625rem;top:90.449781328125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pvo56zourFhsbCMVQPqFB1zy79JWyOVW { width:20.06225rem;height:11.74925rem;top:15.295166015625rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #Qs0AG1e658MEQBdbEuiVn2JsS4AnqqxV { width:2.06176875rem;height:2.06176875rem;top:30.749267578125rem;left:16.124267578125rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #PE4wKM1mNwhXBJsIFmrXMbFPhhPKHMMU { width:1.875rem;height:1.875rem;top:32.9990234375rem;left:6.99951171875rem;font-size:1.3125rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #Xcvndn1hi2GRMTFBePMtDHR3V2FBiv22 { width:19.875rem;height:29.75rem;top:43.125rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #JxWb8znU4oBSmAblUgd0qZT79t32bQsl { width:1.31225625rem;height:1.31225625rem;top:44.9375rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNwAdDDAJpAIsO0Q3F1vn6uTTcIhebhl { width:1.31225625rem;height:1.31225625rem;top:44.9375rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORFPNTJ7KTqrG4dPFEqcbBpCt7y0WJSR { width:1.31225625rem;height:1.31225625rem;top:44.9375rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJCBWH4TgTMDyG0bQOSPi750THayUAwG { width:1.31225625rem;height:1.31225625rem;top:44.9375rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHrTTmekpUtuCPp9U5m0i6F8FPMXUA8b { width:1.31225625rem;height:1.31225625rem;top:44.9375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnJkQghBfONQpXLb3xb9ctpnml2eQskn { width:17.24975rem;height:19.4873125rem;top:46.9375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQMGBUaTlDIQ7GpkanmvDaSqHlogdHQw { width:11.5625rem;height:1.13769375rem;top:68.3125rem;left:6.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eoSJGJhcV9B2fJJDAzauvLfJfkGqxQxL { width:3.31176875rem;height:3.31176875rem;top:67.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oku4FSVTAqFUz1gOePnwlgqTkImrg7Sk { width:6.0625rem;height:1.6875rem;top:76.062255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwxBKxJzRAmEiBCCU74zvx4Hic5X1LKA { width:7.4375rem;height:2.1875rem;top:75.749755859375rem;left:6.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPV39NOF6fwVeDbOU7KWwrZVmTlWaa8M { width:3.81225625rem;height:3.81225625rem;top:122.14965820312rem;left:6.842041015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5iBVTTJsRNsU5OS3B8LX0ZfuqFM1OlH { width:5.625rem;height:3.2495125rem;top:75.249267578125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpwamTJmCLG87kDS50DNWSkJkhy6sIBM { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e5fbce01-5fd9-4710-9878-7910fc786ee2/WittmannmobileAktenvernichtungkontakt.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM.adaptive-delivery-prevent-bg, #tpwamTJmCLG87kDS50DNWSkJkhy6sIBM.lazyload, #tpwamTJmCLG87kDS50DNWSkJkhy6sIBM.lazyloading { background-image: none; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container { background-color: transparent; background-image: none; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container > .video-iframe-container { display: none; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row > .video-iframe-container { display: none; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .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); }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rizcMEyUpTeRvvHAxwVE7K5pM6qR2JPT { width:2.1875rem;height:2.1875rem;top:44.375rem;left:6.75rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #GFa3f3TIhVQmHxa71hnohSSmCo1vJxyL { width:1.12305rem;height:1.12305rem;top:44.5625rem;left:11.375rem;font-size:0.75rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #C28ht1Kx4Fuqs4dX4EQml1HFQPZzHmke { width:1.12413125rem;height:1.12413125rem;top:44.5625rem;left:10.625rem;font-size:0.75rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #P2t0NpBpzyCmXDUh4RlXOOyqDd25aCaE { width:1.12413125rem;height:1.12413125rem;top:44.5625rem;left:9.8125rem;font-size:0.75rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #Ke5aKZsnrwtfVFUR1FfhNd1kaDiXc9Ho { width:1.12413125rem;height:1.12413125rem;top:44.5625rem;left:9.0625rem;font-size:0.75rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #CdV3UzKUghaq2cTCXm80AtzNE5Ef39gA { width:3.375rem;height:0.97411875rem;top:45.5rem;left:9.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #OpWbkxseuz4E0IxCSircfIH4LrRGck69 { width:5.49926875rem;height:2.68676875rem;top:64.375rem;left:8.75rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-regular-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-text { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-text {padding-top: 0; padding-bottom: 0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-textarea { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-select { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-select {padding-top: 0; padding-bottom: 0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-button { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-checkbox-label { width:15.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-container:first-of-type{padding-top:0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-container:last-of-type{padding-bottom:0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk  { width:16.499rem;height:auto;top:13.436279296875rem;left:0rem; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .radio-container { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk {display:block;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk { width:16.499rem;height:auto;top:13.436279296875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #BwAnUi8g48crNT64S0iu0URlfTLatNJz {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XEe3P9rtox5JhqbEoENTuOmKNik8KAmK {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XQZg3RTWWDpEaTZEilJdTLzOTTlGDzIr {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #OedulimWLnc1n2PDB3VVlfJsSRcanhgx {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #APbfGzaRFvvRz5DlovCsE20lvF6LTAhi {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #IAPudwGfrfzZhVmJm7cF55sCzIG43bT5 {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #apL0s3kzI3rMOGxvcriL7G83wF3P0O51 {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XR0wul1RDbLdPJd9KkOL2t60pDvfo8aH {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #tZm2gWkLPIIkMpEacfE355aQGsb3cRbQ {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #hW3L2gbW45lBWTylsQ82VMNZagWZL8dS {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #fTTcH7OnVaQDbtOlICMfGIFy4F6flCUM {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #s8Mb9DqBbEq9NeJT0DPmC8nGqnFGvBur {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #pDzZO5luF2Metx7NpClkiW1k2Nk2ztSs {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #vUZeh0xZr5o7zs34AHCFNBMftPNN2wkv {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #muRHKQbSm9xPWJlr24vhbfyxJCRmsQJk {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #kNcAocthO6gxEHtqk7bM3yCkKPTcT9li {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #xAp4ZfTTDsUiGGIbz902Hz7tCASlUkcE {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #LdATbum69NsLMpKIQJVbkgEFxpEl77OE {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XsGQDbkT0q0bE36Lo211akRrq3HIWuro {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #kK5r7T3lQXvEwq5OFg6CS0a0221FTtgG {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #ppcxDwRo7G3NyBOPzmX0mLKy7oOLfWTD {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #K9MtV3Gy2B4dvbJV972mWVlqrqu1V1s2 {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #ihx6sF1c2MF0aptCHCu8e80zTppysyTh {  }
 }@media only screen and (max-width: 763px) { #Z76wk6FQpZbNPvITP1VL7OHAlKDia9Ib { width:20rem;height:22.5rem;top:12.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2VBoMfTfyGTxvMJ4VHhDTkeFH29r8UO { width:20rem;height:1.74926875rem;top:12.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oSLV2ZxMffc8ZMQZa6el2T6d3mi25dvc { width:1.12305rem;height:1.12305rem;top:44.5625rem;left:12.1875rem;font-size:0.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU { display:none; }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row .container { width:20rem;height:60.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fHophUrCcTyE3sQGX7xxTcGUN3Eow7Oi { width:20rem;height:0;top:40.811767578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTyEgdO5h6684mmF8yyoSH2oEhn0mFJ7 { width:10.3125rem;height:0;top:46.562068939209rem;left:3.0930991172791rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #oOtTmzxaptRWWrbDvx3ENkGnwFhGWrA0 { width:1.25rem;height:1.25rem;top:48.436767578125rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm1WRv1hLXZN9FmRaBc7vQa7FqtM2wGE { width:1.25rem;height:1.25rem;top:37.1875rem;left:2.874755859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCg6thaHlpIxscvyVm9xScNM7vz1clzG { width:1.25rem;height:1.25rem;top:37.1875rem;left:5.999755859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvvSQmbUBMw6xyzCNgIX2T0FNhT2o5b0 { width:1.25rem;height:1.25rem;top:37.1875rem;left:4.9365234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxTGpTsUefNkJIWP9vMSUMrNwwLpo9vn { width:1.25rem;height:1.25rem;top:37.1875rem;left:3.87451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRt53HVeMvEmu7GGpaVFycC7D44isOXy { width:2.5rem;height:2.5rem;top:37.061767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMs1vcsHNwUmkeVl1xnJUswGAUJ8S30B { width:2.0625rem;height:2.0625rem;top:37.310791015625rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 { display:block; }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdtwI3lqLN3DMSu8SdgdpZWqDJU81lMH { width:12.9358125rem;height:2.24975625rem;top:40rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb1xsm51DhmTEud5ZTAVNWZDZs0TGLcT { display:block; }
 }@media only screen and (max-width: 763px) { #UIoUz8IC30ocDQligM9FCc1pxKAfi2xP { width:18.2495rem;height:5.600575rem;top:9.3115234375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpcSMPxG32vzsn03BXGI7aqEalG0XmLc { width:20rem;height:1.3806125rem;top:16.312255859375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWFQNPyhFKFh9A0FdAgiHmvlvNWWuinD { width:20rem;height:0.4375rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwZmDyyVkcDGCm71m2vyQJ4fOem3sT7z { width:20rem;height:1.7504875rem;top:38.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU7qKezPe21804ePyLWyuNTN5Eg4BqKR { width:12.1875rem;height:3.375rem;top:1.937255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi5UErv6qEgSII0x4ETgZEyxBrqpocrw { width:11.875rem;height:1.3806125rem;top:30.56201171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9McD73QCXWMIc4zTpGWvcnRNhr2Jtqu { width:15.3125rem;height:3.3252rem;top:32.2490234375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THXkAR2GpZJylppuJ75JWJb9RxUFNtNN { width:19.4375rem;height:9.97559375rem;top:17.999267578125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuSI22fflbFhHyReuyC0FACyvGHw3NwW { width:9.9375rem;height:3.4375rem;top:5.3515625rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA1RtMAAnJt9mxKZkg4bBJAvMeauciRC { display:block; }
 }@media only screen and (max-width: 763px) { #vb3bQJiD5ZOv6oZ2cDWhOg68phTseJyy { width:2.5rem;height:2.5rem;top:2.375rem;left:17.5rem;z-index:15097;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #CQlvWwMaO0zcrMgoLOZBHStFZB0LqeVI { display:flex;width:1.5625rem;height:1.5625rem;top:2.8125rem;left:18rem;z-index:15098;font-size:1.0625rem; }
#CQlvWwMaO0zcrMgoLOZBHStFZB0LqeVI > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #kuRaGFvX7epGMWwqXOO3QohqpLlPmd7e { width:2.875rem;height:2.875rem;top:18.25rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlvPfGOO7XlnykCPrZu67ALPnztcAx9u { display:flex;width:1rem;height:1rem;top:18.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PT8Jgmon2QzKHVnTrcXSafs3exfqPEIG { display:flex;width:1rem;height:1rem;top:20.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pVCLB9Gs7ZQMo3sJQINQaEhwn7IKfH4Q { display:flex;width:1rem;height:1rem;top:21.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fAu1GT2mIntQVPUN6BZmNJfUVNc0TysN { display:flex;width:1rem;height:1rem;top:23.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kUyym9urF8OIc5XmTvuALtBxK0BVRCAL { display:flex;width:1rem;height:1rem;top:25.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XIct22wRSLPrFaK2zI6SmrMvry2ks736 { display:flex;width:0.99975625rem;height:0.99975625rem;top:6.56982421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cnW1F8kHBt49qfU3QyAsBC9npwgA6TqZ { width:3.875rem;height:3.875rem;top:62.31225625rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4ZarHKL7hxL3pOeyVNbA3VT0DDwTvvf { width:2.5625rem;height:3.1252972843758rem;top:18.125rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQaGcuvezme0TB8qcNu6G7zUQNnLVcHU { width:5rem;height:3.75rem;top:17.9375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGxg0VM6a24MyuAwL4OUa7OvJm9LXUmZ { width:13.8745rem;height:2.1875rem;top:40rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVgWOQ43SqqiBPzJCiTHROZkNISFQbkQ { display:block; }
 }@media only screen and (max-width: 763px) { #opJUx7suIALE0y7fDm58zZTaUCvTGgem { width:11.25rem;height:3.4375rem;top:49.498779296875rem;left:4.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VdWLQyB06fdaBnUKGwumf9zbdV3q37ue { display:block; }
 }@media only screen and (max-width: 763px) { #F8e4LLSZIaVCkZLmgd6f1cdNoqPk2Vh8 { display:flex;width:1.375rem;height:1.375rem;top:46.873779296875rem;left:9.3125rem;display:none; }
#F8e4LLSZIaVCkZLmgd6f1cdNoqPk2Vh8 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #hkbmQ112A7M0PPTTwoe6u72vtghsgZIg { width:20rem;height:0;top:43.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row .container { background-color: transparent; background-image: none; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row .container > .video-iframe-container { display: none; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row > .video-iframe-container { display: none; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .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); }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row .container { border-width: 0; border-radius: 0; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgRPteBNJxCIv95N1BeQcVRdTLd80JVz { top:1.4375rem;left:3.4375rem;width:13.125rem;height:2.75rem;z-index:15000;background-color:#63ad2f;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.15) ;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:montserrat;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT2fhXBhhQ6A2Q3r1DsuCsnZK4OC7TqM { display:block; }
 }@media only screen and (max-width: 763px) { #fD9hroN62k3wiZcynPDGLJvVJgraQbdG { display:flex;top:2.18701171875rem;left:5.93701171875rem;width:1.1875rem;height:1.1875rem;z-index:15100;font-size:0.8125rem; }
#fD9hroN62k3wiZcynPDGLJvVJgraQbdG > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #TaAq9VM1hRhG94y9Fd0zIJXzLV2ht6ps { top:2.1875rem;left:4.99951171875rem;width:11.125rem;height:1.298825rem;z-index:15099;text-align:center;text-align-last:center;color:#ffffff;font-family:roboto;display:block; }
 }