@charset "UTF-8";
.ce-align-left {
  text-align:left;
}
.ce-align-center {
  text-align:center;
}
.ce-align-right {
  text-align:right;
}
.ce-table td,
.ce-table th {
  vertical-align:top;
}
.ce-textpic,
.ce-image,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow:hidden;
}
.ce-left .ce-gallery,
.ce-column {
  float:left;
}
.ce-center .ce-outer {
  position:relative;
  float:right;
  right:50%;
}
.ce-center .ce-inner {
  position:relative;
  float:right;
  right:-50%;
}
.ce-right .ce-gallery {
  float:right;
}
.ce-gallery figure {
  display:table;
  margin:0;
}
.ce-gallery figcaption {
  display:table-caption;
  caption-side:bottom;
}
.ce-gallery img {
  display:block;
}
.ce-gallery iframe {
  border-width:0;
}
.ce-border img,
.ce-border iframe {
  border:2px solid #000000;
  padding:0px;
}
.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  margin-bottom:10px;
}
.ce-image .ce-gallery {
  margin-bottom:0;
}
.ce-intext.ce-right .ce-gallery {
  margin-left:10px;
}
.ce-intext.ce-left .ce-gallery {
  margin-right:10px;
}
.ce-below .ce-gallery {
  margin-top:10px;
}
.ce-column {
  margin-right:10px;
}
.ce-column:last-child {
  margin-right:0;
}
.ce-row {
  margin-bottom:10px;
}
.ce-row:last-child {
  margin-bottom:0;
}
.ce-above .ce-bodytext {
  clear:both;
}
.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  padding-left:40px;
  overflow:auto;
}
.ce-headline-left {
  text-align:left;
}
.ce-headline-center {
  text-align:center;
}
.ce-headline-right {
  text-align:right;
}
.ce-uploads {
  margin:0;
  padding:0;
}
.ce-uploads li {
  list-style:none outside none;
  margin:1em 0;
}
.ce-uploads img {
  float:left;
  padding-right:1em;
  vertical-align:top;
}
.ce-uploads span {
  display:block;
}
.ce-table {
  width:100%;
  max-width:100%;
}
.ce-table th,
.ce-table td {
  padding:0.5em 0.75em;
  vertical-align:top;
}
.ce-table thead th {
  border-bottom:2px solid #dadada;
}
.ce-table th,
.ce-table td {
  border-top:1px solid #dadada;
}
.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color:rgba(0,0,0,.05);
}
.ce-table-bordered th,
.ce-table-bordered td {
  border:1px solid #dadada;
}
.frame-space-before-extra-small {
  margin-top:1em;
}
.frame-space-before-small {
  margin-top:2em;
}
.frame-space-before-medium {
  margin-top:3em;
}
.frame-space-before-large {
  margin-top:4em;
}
.frame-space-before-extra-large {
  margin-top:5em;
}
.frame-space-after-extra-small {
  margin-bottom:1em;
}
.frame-space-after-small {
  margin-bottom:2em;
}
.frame-space-after-medium {
  margin-bottom:3em;
}
.frame-space-after-large {
  margin-bottom:4em;
}
.frame-space-after-extra-large {
  margin-bottom:5em;
}
.frame-ruler-before:before {
  content:'';
  display:block;
  border-top:1px solid rgba(0,0,0,0.25);
  margin-bottom:2em;
}
.frame-ruler-after:after {
  content:'';
  display:block;
  border-bottom:1px solid rgba(0,0,0,0.25);
  margin-top:2em;
}
.frame-indent {
  margin-left:15%;
  margin-right:15%;
}
.frame-indent-left {
  margin-left:33%;
}
.frame-indent-right {
  margin-right:33%;
}
.ce-column {
  margin-right:10px;
  margin-bottom:10px;
}
.ce-row {
  margin-bottom:0;
}
.captcha {
  margin-bottom:.5rem;
}
.captcha a {
  margin-left:.5rem;
}
.captcha--reloading img {
  opacity:0.5;
}
.captcha--reloading a {
  cursor:auto;
}
.captcha--spin .captcha__reload svg {
  animation:spin 0.8s infinite linear;
}
.captcha__audio__mute {
  display:none;
}
.captcha--playing .captcha__audio__mute {
  display:inherit;
}
.captcha--playing .captcha__audio__sound {
  display:none;
}
@keyframes spin {
  from {
    transform:rotate(359deg);
  }
  to {
    transform:rotate(0deg);
  }
}
:root {
  --aco-control-choice-size:1em;
  --aco-control-choice-icon-font-size:0.6rem
}
.form-check:not(.form-switch) .form-check-input[id][type=checkbox]:checked+label,
.form-check:not(.form-switch) .form-check-input[id][type=checkbox]:indeterminate+label,
.form-check:not(.form-switch) .form-check-input[id][type=radio]:checked+label,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:checked+label,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:indeterminate+label,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:checked+label,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:indeterminate+label,
.form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-checkbox:checked+label,
.form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-radio:checked+label {
  border-color:var(--bs-primary)
}
.form-check:not(.form-switch) .form-check-input[id][type=checkbox]:checked+label:after,
.form-check:not(.form-switch) .form-check-input[id][type=checkbox]:indeterminate+label:after,
.form-check:not(.form-switch) .form-check-input[id][type=radio]:checked+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:checked+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:indeterminate+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:checked+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:indeterminate+label:after,
.form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-checkbox:checked+label:after,
.form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-radio:checked+label:after {
  color:var(--bs-primary);
  font-size:var(--aco-control-choice-icon-font-size)
}
.h-max-inherited,
.h-max-inherited-down-sm {
  max-height:inherit
}
@media (max-width:479.98px) {
  .h-max-inherited-down-md {
    max-height:inherit
  }
}
@media (max-width:767.98px) {
  .h-max-inherited-down-lg {
    max-height:inherit
  }
}
@media (max-width:1007.98px) {
  .h-max-inherited-down-xl {
    max-height:inherit
  }
}
@media (max-width:1199.98px) {
  .h-max-inherited-down-xxl {
    max-height:inherit
  }
}
@media (max-width:1399.98px) {
  .h-max-inherited-down- {
    max-height:inherit
  }
}
.fa-rotate-45 {
  transform:rotate(45deg)
}
.fa-rotate-135 {
  transform:rotate(135deg)
}
.fa-rotate-225 {
  transform:rotate(225deg)
}
.fa-rotate-315 {
  transform:rotate(315deg)
}
.frame-space-after-extra-small {
  margin-bottom:0;
  -bottom:0
}
@media (min-width:1008px) {
  .frame-space-after-extra-small {
    margin-bottom:0
  }
}
.frame-space-before-extra-small {
  margin-top:0;
  -top:0
}
@media (min-width:1008px) {
  .frame-space-before-extra-small {
    margin-top:0
  }
}
.frame-space-after-small {
  margin-bottom:1rem;
  -bottom:0
}
@media (min-width:1008px) {
  .frame-space-after-small {
    margin-bottom:1.5rem
  }
}
.frame-space-before-small {
  margin-top:1rem;
  -top:0
}
@media (min-width:1008px) {
  .frame-space-before-small {
    margin-top:1.5rem
  }
}
.frame-space-after-medium {
  margin-bottom:1.5rem;
  -bottom:0
}
@media (min-width:1008px) {
  .frame-space-after-medium {
    margin-bottom:3rem
  }
}
.frame-space-before-medium {
  margin-top:1.5rem;
  -top:0
}
@media (min-width:1008px) {
  .frame-space-before-medium {
    margin-top:3rem
  }
}
.frame-space-after-large {
  margin-bottom:3rem;
  -bottom:0
}
@media (min-width:1008px) {
  .frame-space-after-large {
    margin-bottom:6rem
  }
}
.frame-space-before-large {
  margin-top:3rem;
  -top:0
}
@media (min-width:1008px) {
  .frame-space-before-large {
    margin-top:6rem
  }
}
.frame-space-after-extra-large {
  margin-bottom:0;
  -bottom:0
}
@media (min-width:1008px) {
  .frame-space-after-extra-large {
    margin-bottom:0
  }
}
.frame-space-before-extra-large {
  margin-top:0;
  -top:0
}
@media (min-width:1008px) {
  .frame-space-before-extra-large {
    margin-top:0
  }
}
:root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-success:#306030;
  --bs-info:#666;
  --bs-warning:#7d723c;
  --bs-danger:#940000;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-success-rgb:48,96,48;
  --bs-info-rgb:102,102,102;
  --bs-warning-rgb:125,114,60;
  --bs-danger-rgb:148,0,0;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg-rgb:255,255,255;
  --bs-font-sans-serif:"StoneSansIIITCW05-Book",Geneva,Arial;
  --bs-font-monospace:Menlo,Monaco,Consolas,"Courier New",monospace;
  --bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
  --bs-root-font-size:16px;
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-bg:#fff
}
*,
:after,
:before {
  box-sizing:border-box
}
:root {
  font-size:var(--bs-root-font-size)
}
@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior:smooth
  }
}
body {
  background-color:var(--bs-body-bg);
  color:var(--bs-body-color);
  font-family:var(--bs-body-font-family);
  font-size:var(--bs-body-font-size);
  font-weight:var(--bs-body-font-weight);
  line-height:var(--bs-body-line-height);
  margin:0;
  text-align:var(--bs-body-text-align);
  -webkit-text-size-adjust:100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}
hr {
  background-color:currentColor;
  border:0;
  color:inherit;
  margin:1rem 0;
  opacity:1
}
hr:not([size]) {
  height:0
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:500;
  line-height:1.4;
  margin-bottom:.5em;
  margin-top:0
}
.h1,
h1 {
  font-size:calc(1.34rem + 1.08vw)
}
@media (min-width:1200px) {
  .h1,
  h1 {
    font-size:2.15rem
  }
}
.h2,
h2 {
  font-size:calc(1.309rem + .708vw)
}
@media (min-width:1200px) {
  .h2,
  h2 {
    font-size:1.84rem
  }
}
.h3,
h3 {
  font-size:calc(1.286rem + .432vw)
}
@media (min-width:1200px) {
  .h3,
  h3 {
    font-size:1.61rem
  }
}
.h4,
h4 {
  font-size:calc(1.263rem + .156vw)
}
@media (min-width:1200px) {
  .h4,
  h4 {
    font-size:1.38rem
  }
}
.h5,
h5 {
  font-size:1.18rem
}
.h6,
h6 {
  font-size:1rem
}
p {
  margin-bottom:1rem;
  margin-top:0
}
abbr[data-bs-original-title],
abbr[title] {
  cursor:help;
  text-decoration:underline dotted;
  text-decoration-skip-ink:none
}
address {
  font-style:normal;
  line-height:inherit;
  margin-bottom:1rem
}
ol,
ul {
  padding-left:2rem
}
dl,
ol,
ul {
  margin-bottom:1rem;
  margin-top:0
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom:0
}
dt {
  font-weight:700
}
dd {
  margin-bottom:.5rem;
  margin-left:0
}
blockquote {
  margin:0 0 1rem
}
b,
strong {
  font-weight:bolder
}
.small,
small {
  font-size:.875em
}
.mark,
mark {
  background-color:#fcf8e3;
  padding:.2em
}
sub,
sup {
  font-size:.75em;
  line-height:0;
  position:relative;
  vertical-align:baseline
}
sub {
  bottom:-.25em
}
sup {
  top:-.5em
}
a {
  color:var(--bs-primary)
}
a,
a:hover {
  text-decoration:none
}
a:hover {
  color:var(--bs-secondary)
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color:inherit;
  text-decoration:none
}
code,
kbd,
pre,
samp {
  direction:ltr;
  font-family:var(--bs-font-monospace);
  font-size:1em;
  unicode-bidi:bidi-override
}
pre {
  display:block;
  font-size:.875em;
  margin-bottom:1rem;
  margin-top:0;
  overflow:auto
}
pre code {
  color:inherit;
  font-size:inherit;
  word-break:normal
}
code {
  color:#d63384;
  font-size:.875em;
  word-wrap:break-word
}
a>code {
  color:inherit
}
kbd {
  background-color:#212529;
  border-radius:0;
  color:#fff;
  font-size:.875em;
  padding:.2rem .4rem
}
kbd kbd {
  font-size:1em;
  font-weight:700;
  padding:0
}
figure {
  margin:0 0 1rem
}
img,
svg {
  vertical-align:middle
}
table {
  border-collapse:collapse;
  caption-side:bottom
}
caption {
  color:#6c757d;
  padding-bottom:.5rem;
  padding-top:.5rem;
  text-align:left
}
th {
  text-align:inherit;
  text-align:-webkit-match-parent
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border:0 solid;
  border-color:inherit
}
label {
  display:inline-block
}
button {
  border-radius:0
}
button:focus:not(:focus-visible) {
  outline:0
}
button,
input,
optgroup,
select,
textarea {
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
  margin:0
}
button,
select {
  text-transform:none
}
[role=button] {
  cursor:pointer
}
select {
  word-wrap:normal
}
select:disabled {
  opacity:1
}
[list]::-webkit-calendar-picker-indicator {
  display:none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance:button
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor:pointer
}
::-moz-focus-inner {
  border-style:none;
  padding:0
}
textarea {
  resize:vertical
}
fieldset {
  border:0;
  margin:0;
  min-width:0;
  padding:0
}
legend {
  float:left;
  font-size:calc(1.275rem + .3vw);
  line-height:inherit;
  margin-bottom:.5rem;
  padding:0;
  width:100%
}
@media (min-width:1200px) {
  legend {
    font-size:1.5rem
  }
}
legend+* {
  clear:left
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding:0
}
::-webkit-inner-spin-button {
  height:auto
}
[type=search] {
  -webkit-appearance:textfield;
  outline-offset:-2px
}
::-webkit-search-decoration {
  -webkit-appearance:none
}
::-webkit-color-swatch-wrapper {
  padding:0
}
::file-selector-button {
  font:inherit
}
::-webkit-file-upload-button {
  -webkit-appearance:button;
  font:inherit
}
output {
  display:inline-block
}
iframe {
  border:0
}
summary {
  cursor:pointer;
  display:list-item
}
progress {
  vertical-align:baseline
}
[hidden] {
  display:none!important
}
.lead {
  font-size:calc(1.425rem + 2.1vw);
  font-weight:300
}
@media (min-width:1200px) {
  .lead {
    font-size:3rem
  }
}
.display-1 {
  font-size:calc(1.625rem + 4.5vw);
  font-weight:300;
  line-height:1.4
}
@media (min-width:1200px) {
  .display-1 {
    font-size:5rem
  }
}
.display-2 {
  font-size:calc(1.575rem + 3.9vw);
  font-weight:300;
  line-height:1.4
}
@media (min-width:1200px) {
  .display-2 {
    font-size:4.5rem
  }
}
.display-3 {
  font-size:calc(1.525rem + 3.3vw);
  font-weight:300;
  line-height:1.4
}
@media (min-width:1200px) {
  .display-3 {
    font-size:4rem
  }
}
.display-4 {
  font-size:calc(1.475rem + 2.7vw);
  font-weight:300;
  line-height:1.4
}
@media (min-width:1200px) {
  .display-4 {
    font-size:3.5rem
  }
}
.display-5 {
  font-size:calc(1.425rem + 2.1vw);
  font-weight:300;
  line-height:1.4
}
@media (min-width:1200px) {
  .display-5 {
    font-size:3rem
  }
}
.display-6 {
  font-size:calc(1.375rem + 1.5vw);
  font-weight:300;
  line-height:1.4
}
@media (min-width:1200px) {
  .display-6 {
    font-size:2.5rem
  }
}
.list-inline,
.list-unstyled {
  list-style:none;
  padding-left:0
}
.list-inline-item {
  display:inline-block
}
.list-inline-item:not(:last-child) {
  margin-right:.5rem
}
.initialism {
  font-size:.875em;
  text-transform:uppercase
}
.blockquote {
  font-size:1.25rem;
  margin-bottom:1rem
}
.blockquote>:last-child {
  margin-bottom:0
}
.blockquote-footer {
  color:#6c757d;
  font-size:.875em;
  margin-bottom:1rem;
  margin-top:-1rem
}
.blockquote-footer:before {
  content:"— "
}
#header-main .navbar .navbar-brand img,
.carousel--layout-media .carousel-item img,
.carousel--layout-regular .carousel-item img,
.image-frame img,
.image-hover-zoom img,
.img-fluid,
.img-thumbnail {
  height:auto;
  max-width:100%
}
.img-thumbnail {
  background-color:#fff;
  border:1px solid #dee2e6;
  border-radius:0;
  padding:.25rem
}
.figure {
  display:inline-block
}
.figure-img {
  line-height:1;
  margin-bottom:.5rem
}
.figure-caption {
  color:#6c757d;
  font-size:.875em
}
.acomanifesto .acomanifesto__body,
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  margin-left:auto;
  margin-right:auto;
  padding-left:var(--bs-gutter-x,.75rem);
  padding-right:var(--bs-gutter-x,.75rem);
  width:100%
}
@media (min-width:480px) {
  .acomanifesto .acomanifesto__body,
  .container,
  .container-sm {
    max-width:100%
  }
}
@media (min-width:768px) {
  .acomanifesto .acomanifesto__body,
  .container,
  .container-md,
  .container-sm {
    max-width:768px
  }
}
@media (min-width:1008px) {
  .acomanifesto .acomanifesto__body,
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width:1008px
  }
}
@media (min-width:1200px) {
  .acomanifesto .acomanifesto__body,
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width:1170px
  }
}
@media (min-width:1400px) {
  .acomanifesto .acomanifesto__body,
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width:1400px
  }
}
.aco-quotationbox .aco-quotationbox__wrapper,
.form-row,
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display:flex;
  flex-wrap:wrap;
  margin-left:calc(var(--bs-gutter-x)*-.5);
  margin-right:calc(var(--bs-gutter-x)*-.5);
  margin-top:calc(var(--bs-gutter-y)*-1)
}
.aco-quotationbox .aco-quotationbox__wrapper>*,
.form-row>*,
.row>* {
  flex-shrink:0;
  margin-top:var(--bs-gutter-y);
  max-width:100%;
  padding-left:calc(var(--bs-gutter-x)*.5);
  padding-right:calc(var(--bs-gutter-x)*.5);
  width:100%
}
.col {
  flex:1 0 0%
}
.row-cols-auto>* {
  flex:0 0 auto;
  width:auto
}
.row-cols-1>* {
  flex:0 0 auto;
  width:100%
}
.row-cols-2>* {
  flex:0 0 auto;
  width:50%
}
.row-cols-3>* {
  flex:0 0 auto;
  width:33.3333333333%
}
.row-cols-4>* {
  flex:0 0 auto;
  width:25%
}
.row-cols-5>* {
  flex:0 0 auto;
  width:20%
}
.row-cols-6>* {
  flex:0 0 auto;
  width:16.6666666667%
}
.col-auto {
  flex:0 0 auto;
  width:auto
}
.col-1 {
  flex:0 0 auto;
  width:8.33333333%
}
.col-2 {
  flex:0 0 auto;
  width:16.66666667%
}
.col-3 {
  flex:0 0 auto;
  width:25%
}
.col-4 {
  flex:0 0 auto;
  width:33.33333333%
}
.col-5 {
  flex:0 0 auto;
  width:41.66666667%
}
.col-6 {
  flex:0 0 auto;
  width:50%
}
.col-7 {
  flex:0 0 auto;
  width:58.33333333%
}
.col-8 {
  flex:0 0 auto;
  width:66.66666667%
}
.col-9 {
  flex:0 0 auto;
  width:75%
}
.col-10 {
  flex:0 0 auto;
  width:83.33333333%
}
.col-11 {
  flex:0 0 auto;
  width:91.66666667%
}
.aco-quotationbox .aco-quotationbox__col,
.col-12 {
  flex:0 0 auto;
  width:100%
}
.offset-1 {
  margin-left:8.33333333%
}
.offset-2 {
  margin-left:16.66666667%
}
.offset-3 {
  margin-left:25%
}
.offset-4 {
  margin-left:33.33333333%
}
.offset-5 {
  margin-left:41.66666667%
}
.offset-6 {
  margin-left:50%
}
.offset-7 {
  margin-left:58.33333333%
}
.offset-8 {
  margin-left:66.66666667%
}
.offset-9 {
  margin-left:75%
}
.offset-10 {
  margin-left:83.33333333%
}
.offset-11 {
  margin-left:91.66666667%
}
.g-0,
.gx-0 {
  --bs-gutter-x:0
}
.g-0,
.gy-0 {
  --bs-gutter-y:0
}
.g-1,
.gx-1 {
  --bs-gutter-x:0.25rem
}
.g-1,
.gy-1 {
  --bs-gutter-y:0.25rem
}
.g-2,
.gx-2 {
  --bs-gutter-x:0.5rem
}
.g-2,
.gy-2 {
  --bs-gutter-y:0.5rem
}
.g-3,
.gx-3 {
  --bs-gutter-x:1rem
}
.g-3,
.gy-3 {
  --bs-gutter-y:1rem
}
.g-4,
.gx-4 {
  --bs-gutter-x:1.5rem
}
.g-4,
.gy-4 {
  --bs-gutter-y:1.5rem
}
.g-5,
.gx-5 {
  --bs-gutter-x:3rem
}
.g-5,
.gy-5 {
  --bs-gutter-y:3rem
}
.g-6,
.gx-6 {
  --bs-gutter-x:6rem
}
.g-6,
.gy-6 {
  --bs-gutter-y:6rem
}
@media (min-width:480px) {
  .col-sm {
    flex:1 0 0%
  }
  .row-cols-sm-auto>* {
    flex:0 0 auto;
    width:auto
  }
  .row-cols-sm-1>* {
    flex:0 0 auto;
    width:100%
  }
  .row-cols-sm-2>* {
    flex:0 0 auto;
    width:50%
  }
  .row-cols-sm-3>* {
    flex:0 0 auto;
    width:33.3333333333%
  }
  .row-cols-sm-4>* {
    flex:0 0 auto;
    width:25%
  }
  .row-cols-sm-5>* {
    flex:0 0 auto;
    width:20%
  }
  .row-cols-sm-6>* {
    flex:0 0 auto;
    width:16.6666666667%
  }
  .col-sm-auto {
    flex:0 0 auto;
    width:auto
  }
  .col-sm-1 {
    flex:0 0 auto;
    width:8.33333333%
  }
  .col-sm-2 {
    flex:0 0 auto;
    width:16.66666667%
  }
  .col-sm-3 {
    flex:0 0 auto;
    width:25%
  }
  .col-sm-4 {
    flex:0 0 auto;
    width:33.33333333%
  }
  .col-sm-5 {
    flex:0 0 auto;
    width:41.66666667%
  }
  .col-sm-6 {
    flex:0 0 auto;
    width:50%
  }
  .col-sm-7 {
    flex:0 0 auto;
    width:58.33333333%
  }
  .col-sm-8 {
    flex:0 0 auto;
    width:66.66666667%
  }
  .col-sm-9 {
    flex:0 0 auto;
    width:75%
  }
  .col-sm-10 {
    flex:0 0 auto;
    width:83.33333333%
  }
  .col-sm-11 {
    flex:0 0 auto;
    width:91.66666667%
  }
  .col-sm-12 {
    flex:0 0 auto;
    width:100%
  }
  .offset-sm-0 {
    margin-left:0
  }
  .offset-sm-1 {
    margin-left:8.33333333%
  }
  .offset-sm-2 {
    margin-left:16.66666667%
  }
  .offset-sm-3 {
    margin-left:25%
  }
  .offset-sm-4 {
    margin-left:33.33333333%
  }
  .offset-sm-5 {
    margin-left:41.66666667%
  }
  .offset-sm-6 {
    margin-left:50%
  }
  .offset-sm-7 {
    margin-left:58.33333333%
  }
  .offset-sm-8 {
    margin-left:66.66666667%
  }
  .offset-sm-9 {
    margin-left:75%
  }
  .offset-sm-10 {
    margin-left:83.33333333%
  }
  .offset-sm-11 {
    margin-left:91.66666667%
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x:0
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y:0
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x:0.25rem
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y:0.25rem
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x:0.5rem
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y:0.5rem
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x:1rem
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y:1rem
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x:1.5rem
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y:1.5rem
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x:3rem
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y:3rem
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x:6rem
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y:6rem
  }
}
@media (min-width:768px) {
  .col-md {
    flex:1 0 0%
  }
  .row-cols-md-auto>* {
    flex:0 0 auto;
    width:auto
  }
  .row-cols-md-1>* {
    flex:0 0 auto;
    width:100%
  }
  .row-cols-md-2>* {
    flex:0 0 auto;
    width:50%
  }
  .row-cols-md-3>* {
    flex:0 0 auto;
    width:33.3333333333%
  }
  .row-cols-md-4>* {
    flex:0 0 auto;
    width:25%
  }
  .row-cols-md-5>* {
    flex:0 0 auto;
    width:20%
  }
  .row-cols-md-6>* {
    flex:0 0 auto;
    width:16.6666666667%
  }
  .col-md-auto {
    flex:0 0 auto;
    width:auto
  }
  .col-md-1 {
    flex:0 0 auto;
    width:8.33333333%
  }
  .col-md-2 {
    flex:0 0 auto;
    width:16.66666667%
  }
  .col-md-3 {
    flex:0 0 auto;
    width:25%
  }
  .col-md-4 {
    flex:0 0 auto;
    width:33.33333333%
  }
  .col-md-5 {
    flex:0 0 auto;
    width:41.66666667%
  }
  .col-md-6 {
    flex:0 0 auto;
    width:50%
  }
  .col-md-7 {
    flex:0 0 auto;
    width:58.33333333%
  }
  .col-md-8 {
    flex:0 0 auto;
    width:66.66666667%
  }
  .col-md-9 {
    flex:0 0 auto;
    width:75%
  }
  .col-md-10 {
    flex:0 0 auto;
    width:83.33333333%
  }
  .col-md-11 {
    flex:0 0 auto;
    width:91.66666667%
  }
  .col-md-12 {
    flex:0 0 auto;
    width:100%
  }
  .offset-md-0 {
    margin-left:0
  }
  .offset-md-1 {
    margin-left:8.33333333%
  }
  .offset-md-2 {
    margin-left:16.66666667%
  }
  .offset-md-3 {
    margin-left:25%
  }
  .offset-md-4 {
    margin-left:33.33333333%
  }
  .offset-md-5 {
    margin-left:41.66666667%
  }
  .offset-md-6 {
    margin-left:50%
  }
  .offset-md-7 {
    margin-left:58.33333333%
  }
  .offset-md-8 {
    margin-left:66.66666667%
  }
  .offset-md-9 {
    margin-left:75%
  }
  .offset-md-10 {
    margin-left:83.33333333%
  }
  .offset-md-11 {
    margin-left:91.66666667%
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x:0
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y:0
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x:0.25rem
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y:0.25rem
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x:0.5rem
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y:0.5rem
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x:1rem
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y:1rem
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x:1.5rem
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y:1.5rem
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x:3rem
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y:3rem
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x:6rem
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y:6rem
  }
}
@media (min-width:1008px) {
  .col-lg {
    flex:1 0 0%
  }
  .row-cols-lg-auto>* {
    flex:0 0 auto;
    width:auto
  }
  .row-cols-lg-1>* {
    flex:0 0 auto;
    width:100%
  }
  .row-cols-lg-2>* {
    flex:0 0 auto;
    width:50%
  }
  .row-cols-lg-3>* {
    flex:0 0 auto;
    width:33.3333333333%
  }
  .row-cols-lg-4>* {
    flex:0 0 auto;
    width:25%
  }
  .row-cols-lg-5>* {
    flex:0 0 auto;
    width:20%
  }
  .row-cols-lg-6>* {
    flex:0 0 auto;
    width:16.6666666667%
  }
  .col-lg-auto {
    flex:0 0 auto;
    width:auto
  }
  .col-lg-1 {
    flex:0 0 auto;
    width:8.33333333%
  }
  .col-lg-2 {
    flex:0 0 auto;
    width:16.66666667%
  }
  .col-lg-3 {
    flex:0 0 auto;
    width:25%
  }
  .col-lg-4 {
    flex:0 0 auto;
    width:33.33333333%
  }
  .col-lg-5 {
    flex:0 0 auto;
    width:41.66666667%
  }
  .aco-quotationbox .aco-quotationbox__col,
  .col-lg-6 {
    flex:0 0 auto;
    width:50%
  }
  .col-lg-7 {
    flex:0 0 auto;
    width:58.33333333%
  }
  .col-lg-8 {
    flex:0 0 auto;
    width:66.66666667%
  }
  .col-lg-9 {
    flex:0 0 auto;
    width:75%
  }
  .col-lg-10 {
    flex:0 0 auto;
    width:83.33333333%
  }
  .col-lg-11 {
    flex:0 0 auto;
    width:91.66666667%
  }
  .col-lg-12 {
    flex:0 0 auto;
    width:100%
  }
  .offset-lg-0 {
    margin-left:0
  }
  .offset-lg-1 {
    margin-left:8.33333333%
  }
  .offset-lg-2 {
    margin-left:16.66666667%
  }
  .offset-lg-3 {
    margin-left:25%
  }
  .offset-lg-4 {
    margin-left:33.33333333%
  }
  .offset-lg-5 {
    margin-left:41.66666667%
  }
  .offset-lg-6 {
    margin-left:50%
  }
  .offset-lg-7 {
    margin-left:58.33333333%
  }
  .offset-lg-8 {
    margin-left:66.66666667%
  }
  .offset-lg-9 {
    margin-left:75%
  }
  .offset-lg-10 {
    margin-left:83.33333333%
  }
  .offset-lg-11 {
    margin-left:91.66666667%
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x:0
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y:0
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x:0.25rem
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y:0.25rem
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x:0.5rem
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y:0.5rem
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x:1rem
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y:1rem
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x:1.5rem
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y:1.5rem
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x:3rem
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y:3rem
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x:6rem
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y:6rem
  }
}
@media (min-width:1200px) {
  .col-xl {
    flex:1 0 0%
  }
  .row-cols-xl-auto>* {
    flex:0 0 auto;
    width:auto
  }
  .row-cols-xl-1>* {
    flex:0 0 auto;
    width:100%
  }
  .row-cols-xl-2>* {
    flex:0 0 auto;
    width:50%
  }
  .row-cols-xl-3>* {
    flex:0 0 auto;
    width:33.3333333333%
  }
  .row-cols-xl-4>* {
    flex:0 0 auto;
    width:25%
  }
  .row-cols-xl-5>* {
    flex:0 0 auto;
    width:20%
  }
  .row-cols-xl-6>* {
    flex:0 0 auto;
    width:16.6666666667%
  }
  .col-xl-auto {
    flex:0 0 auto;
    width:auto
  }
  .col-xl-1 {
    flex:0 0 auto;
    width:8.33333333%
  }
  .col-xl-2 {
    flex:0 0 auto;
    width:16.66666667%
  }
  .col-xl-3 {
    flex:0 0 auto;
    width:25%
  }
  .col-xl-4 {
    flex:0 0 auto;
    width:33.33333333%
  }
  .col-xl-5 {
    flex:0 0 auto;
    width:41.66666667%
  }
  .col-xl-6 {
    flex:0 0 auto;
    width:50%
  }
  .col-xl-7 {
    flex:0 0 auto;
    width:58.33333333%
  }
  .col-xl-8 {
    flex:0 0 auto;
    width:66.66666667%
  }
  .col-xl-9 {
    flex:0 0 auto;
    width:75%
  }
  .col-xl-10 {
    flex:0 0 auto;
    width:83.33333333%
  }
  .col-xl-11 {
    flex:0 0 auto;
    width:91.66666667%
  }
  .col-xl-12 {
    flex:0 0 auto;
    width:100%
  }
  .offset-xl-0 {
    margin-left:0
  }
  .offset-xl-1 {
    margin-left:8.33333333%
  }
  .offset-xl-2 {
    margin-left:16.66666667%
  }
  .offset-xl-3 {
    margin-left:25%
  }
  .offset-xl-4 {
    margin-left:33.33333333%
  }
  .offset-xl-5 {
    margin-left:41.66666667%
  }
  .offset-xl-6 {
    margin-left:50%
  }
  .offset-xl-7 {
    margin-left:58.33333333%
  }
  .offset-xl-8 {
    margin-left:66.66666667%
  }
  .offset-xl-9 {
    margin-left:75%
  }
  .offset-xl-10 {
    margin-left:83.33333333%
  }
  .offset-xl-11 {
    margin-left:91.66666667%
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x:0
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y:0
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x:0.25rem
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y:0.25rem
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x:0.5rem
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y:0.5rem
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x:1rem
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y:1rem
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x:1.5rem
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y:1.5rem
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x:3rem
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y:3rem
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x:6rem
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y:6rem
  }
}
@media (min-width:1400px) {
  .col-xxl {
    flex:1 0 0%
  }
  .row-cols-xxl-auto>* {
    flex:0 0 auto;
    width:auto
  }
  .row-cols-xxl-1>* {
    flex:0 0 auto;
    width:100%
  }
  .row-cols-xxl-2>* {
    flex:0 0 auto;
    width:50%
  }
  .row-cols-xxl-3>* {
    flex:0 0 auto;
    width:33.3333333333%
  }
  .row-cols-xxl-4>* {
    flex:0 0 auto;
    width:25%
  }
  .row-cols-xxl-5>* {
    flex:0 0 auto;
    width:20%
  }
  .row-cols-xxl-6>* {
    flex:0 0 auto;
    width:16.6666666667%
  }
  .col-xxl-auto {
    flex:0 0 auto;
    width:auto
  }
  .col-xxl-1 {
    flex:0 0 auto;
    width:8.33333333%
  }
  .col-xxl-2 {
    flex:0 0 auto;
    width:16.66666667%
  }
  .col-xxl-3 {
    flex:0 0 auto;
    width:25%
  }
  .col-xxl-4 {
    flex:0 0 auto;
    width:33.33333333%
  }
  .col-xxl-5 {
    flex:0 0 auto;
    width:41.66666667%
  }
  .col-xxl-6 {
    flex:0 0 auto;
    width:50%
  }
  .col-xxl-7 {
    flex:0 0 auto;
    width:58.33333333%
  }
  .col-xxl-8 {
    flex:0 0 auto;
    width:66.66666667%
  }
  .col-xxl-9 {
    flex:0 0 auto;
    width:75%
  }
  .col-xxl-10 {
    flex:0 0 auto;
    width:83.33333333%
  }
  .col-xxl-11 {
    flex:0 0 auto;
    width:91.66666667%
  }
  .col-xxl-12 {
    flex:0 0 auto;
    width:100%
  }
  .offset-xxl-0 {
    margin-left:0
  }
  .offset-xxl-1 {
    margin-left:8.33333333%
  }
  .offset-xxl-2 {
    margin-left:16.66666667%
  }
  .offset-xxl-3 {
    margin-left:25%
  }
  .offset-xxl-4 {
    margin-left:33.33333333%
  }
  .offset-xxl-5 {
    margin-left:41.66666667%
  }
  .offset-xxl-6 {
    margin-left:50%
  }
  .offset-xxl-7 {
    margin-left:58.33333333%
  }
  .offset-xxl-8 {
    margin-left:66.66666667%
  }
  .offset-xxl-9 {
    margin-left:75%
  }
  .offset-xxl-10 {
    margin-left:83.33333333%
  }
  .offset-xxl-11 {
    margin-left:91.66666667%
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x:0
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y:0
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x:0.25rem
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y:0.25rem
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x:0.5rem
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y:0.5rem
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x:1rem
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y:1rem
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x:1.5rem
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y:1.5rem
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x:3rem
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y:3rem
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x:6rem
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y:6rem
  }
}
.ce-table,
.table {
  --bs-table-bg:transparent;
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:#212529;
  --bs-table-striped-bg:rgba(0,0,0,.05);
  --bs-table-active-color:#212529;
  --bs-table-active-bg:rgba(0,0,0,.1);
  --bs-table-hover-color:#212529;
  --bs-table-hover-bg:rgba(0,0,0,.075);
  border-color:#dee2e6;
  color:#212529;
  margin-bottom:1rem;
  vertical-align:top;
  width:100%
}
.ce-table>:not(caption)>*>*,
.table>:not(caption)>*>* {
  background-color:var(--bs-table-bg);
  border-bottom-width:1px;
  box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);
  padding:.5rem
}
.ce-table>tbody,
.table>tbody {
  vertical-align:inherit
}
.ce-table>thead,
.table>thead {
  vertical-align:bottom
}
.ce-table>:not(:first-child),
.table>:not(:first-child) {
  border-top:2px solid #d9d9d9
}
.caption-top {
  caption-side:top
}
.table-sm>:not(caption)>*>* {
  padding:.25rem
}
.table-bordered>:not(caption)>* {
  border-width:1px 0
}
.table-bordered>:not(caption)>*>* {
  border-width:0 1px
}
.table-borderless>:not(caption)>*>* {
  border-bottom-width:0
}
.table-borderless>:not(:first-child) {
  border-top-width:0
}
.ce-table-striped>tbody>tr:nth-of-type(odd)>*,
.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg:var(--bs-table-striped-bg);
  color:var(--bs-table-striped-color)
}
.table-active {
  --bs-table-accent-bg:var(--bs-table-active-bg);
  color:var(--bs-table-active-color)
}
.table-hover>tbody>tr:hover>* {
  --bs-table-accent-bg:var(--bs-table-hover-bg);
  color:var(--bs-table-hover-color)
}
.table-primary {
  --bs-table-bg:#f5cccc;
  --bs-table-striped-bg:#e9c2c2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#ddb8b8;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e3bdbd;
  --bs-table-hover-color:#000;
  border-color:#ddb8b8;
  color:#000
}
.table-secondary {
  --bs-table-bg:#eacccc;
  --bs-table-striped-bg:#dec2c2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#d3b8b8;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d8bdbd;
  --bs-table-hover-color:#000;
  border-color:#d3b8b8;
  color:#000
}
.table-success {
  --bs-table-bg:#d6dfd6;
  --bs-table-striped-bg:#cbd4cb;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#c1c9c1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c6cec6;
  --bs-table-hover-color:#000;
  border-color:#c1c9c1;
  color:#000
}
.table-info {
  --bs-table-bg:#e0e0e0;
  --bs-table-striped-bg:#d5d5d5;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cacaca;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#cfcfcf;
  --bs-table-hover-color:#000;
  border-color:#cacaca;
  color:#000
}
.table-warning {
  --bs-table-bg:#e5e3d8;
  --bs-table-striped-bg:#dad8cd;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#ceccc2;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d4d2c8;
  --bs-table-hover-color:#000;
  border-color:#ceccc2;
  color:#000
}
.table-danger {
  --bs-table-bg:#eacccc;
  --bs-table-striped-bg:#dec2c2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#d3b8b8;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d8bdbd;
  --bs-table-hover-color:#000;
  border-color:#d3b8b8;
  color:#000
}
.table-light {
  --bs-table-bg:#f8f9fa;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  border-color:#dfe0e1;
  color:#000
}
.table-dark {
  --bs-table-bg:#212529;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  border-color:#373b3e;
  color:#fff
}
.table-responsive {
  overflow-x:auto;
  -webkit-overflow-scrolling:touch
}
@media (max-width:479.98px) {
  .table-responsive-sm {
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
  }
}
@media (max-width:1007.98px) {
  .table-responsive-lg {
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
  }
}
@media (max-width:1399.98px) {
  .table-responsive-xxl {
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
  }
}
.form-label {
  margin-bottom:.5rem
}
.col-form-label {
  font-size:inherit;
  line-height:1.5;
  margin-bottom:0;
  padding-bottom:calc(.75rem + 1px);
  padding-top:calc(.75rem + 1px)
}
.col-form-label-lg {
  font-size:1.25rem;
  padding-bottom:calc(1.125rem + 1px);
  padding-top:calc(1.125rem + 1px)
}
.col-form-label-sm {
  font-size:.9rem;
  padding-bottom:calc(.5rem + 1px);
  padding-top:calc(.5rem + 1px)
}
.form-text {
  color:#6c757d;
  font-size:.875em;
  margin-top:.25rem
}
.form-control {
  appearance:none;
  background-clip:padding-box;
  background-color:#fff;
  border:1px solid #666;
  border-radius:0;
  color:#999;
  display:block;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  padding:.75rem .8rem;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width:100%
}
.form-control[type=file] {
  overflow:hidden
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor:pointer
}
.form-control:focus {
  background-color:#fff;
  border-color:#84abc1;
  box-shadow:none;
  color:#1e3e5e
}
.form-control::-webkit-date-and-time-value {
  height:1.5em
}
.form-control::placeholder {
  color:#6c757d;
  opacity:1
}
.form-control:disabled,
.form-control[readonly] {
  background-color:#ededed;
  opacity:1
}
.form-control::file-selector-button {
  background-color:#e9ecef;
  border:0 solid;
  border-color:inherit;
  border-inline-end-width:1px;
  border-radius:0;
  color:#999;
  margin:-.75rem -.8rem;
  margin-inline-end:.8rem;
  padding:.75rem .8rem;
  pointer-events:none;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .form-control::file-selector-button {
    transition:none
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color:#dde0e3
}
.form-control::-webkit-file-upload-button {
  background-color:#e9ecef;
  border:0 solid;
  border-color:inherit;
  border-inline-end-width:1px;
  border-radius:0;
  color:#999;
  margin:-.75rem -.8rem;
  margin-inline-end:.8rem;
  padding:.75rem .8rem;
  pointer-events:none;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    transition:none
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color:#dde0e3
}
.form-control-plaintext {
  background-color:transparent;
  border:solid transparent;
  border-width:1px 0;
  color:#212529;
  display:block;
  line-height:1.5;
  margin-bottom:0;
  padding:.75rem 0;
  width:100%
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left:0;
  padding-right:0
}
.form-control-sm {
  border-radius:0;
  font-size:.9rem;
  min-height:calc(1.5em + 1rem + 2px);
  padding:.5rem 1rem
}
.form-control-sm::file-selector-button {
  margin:-.5rem -1rem;
  margin-inline-end:1rem;
  padding:.5rem 1rem
}
.form-control-sm::-webkit-file-upload-button {
  margin:-.5rem -1rem;
  margin-inline-end:1rem;
  padding:.5rem 1rem
}
.form-control-lg {
  border-radius:0;
  font-size:1.25rem;
  min-height:calc(1.5em + 2.25rem + 2px);
  padding:1.125rem 2.25rem
}
.form-control-lg::file-selector-button {
  margin:-1.125rem -2.25rem;
  margin-inline-end:2.25rem;
  padding:1.125rem 2.25rem
}
.form-control-lg::-webkit-file-upload-button {
  margin:-1.125rem -2.25rem;
  margin-inline-end:2.25rem;
  padding:1.125rem 2.25rem
}
textarea.form-control {
  min-height:calc(1.5em + 1.5rem + 2px)
}
textarea.form-control-sm {
  min-height:calc(1.5em + 1rem + 2px)
}
textarea.form-control-lg {
  min-height:calc(1.5em + 2.25rem + 2px)
}
.form-control-color {
  height:auto;
  padding:.75rem;
  width:3rem
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor:pointer
}
.form-control-color::-moz-color-swatch {
  border-radius:0;
  height:1.5em
}
.form-control-color::-webkit-color-swatch {
  border-radius:0;
  height:1.5em
}
.form-select {
  display:block;
  padding:.25rem 1rem;
  width:100%;
  -moz-padding-start:calc(1rem - 3px);
  appearance:none;
  background-color:#fff;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-position:right 1rem center;
  background-repeat:no-repeat;
  background-size:16px 12px;
  border:1px solid #666;
  border-radius:0;
  color:#999;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .form-select {
    transition:none
  }
}
.form-select:focus {
  border-color:#84abc1;
  box-shadow:0 0 0 0 rgba(204,0,0,.25);
  outline:0
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  background-image:none;
  padding-right:1rem
}
.form-select:disabled {
  background-color:#e9ecef
}
.form-select:-moz-focusring {
  color:transparent;
  text-shadow:0 0 0 #999
}
.form-select-sm {
  border-radius:0;
  font-size:.9rem;
  padding-bottom:.5rem;
  padding-left:1rem;
  padding-top:.5rem
}
.form-select-lg {
  border-radius:0;
  font-size:1.25rem;
  padding-bottom:1.125rem;
  padding-left:2.25rem;
  padding-top:1.125rem
}
.form-check {
  display:block;
  margin-bottom:.125rem;
  min-height:1.5rem;
  padding-left:0
}
.form-check .form-check-input,
.form-check .tx-srfeuserregister-pi1-checkbox,
.form-check .tx-srfeuserregister-pi1-radio {
  float:left;
  margin-left:0
}
.form-check-input,
.tx-srfeuserregister-pi1-checkbox,
.tx-srfeuserregister-pi1-radio {
  appearance:none;
  background-color:#fff;
  background-position:50%;
  background-repeat:no-repeat;
  background-size:contain;
  border:1px solid #000;
  height:1em;
  margin-top:.25em;
  vertical-align:top;
  width:1em;
  color-adjust:exact
}
.form-check-input[type=checkbox],
[type=checkbox].tx-srfeuserregister-pi1-checkbox,
[type=checkbox].tx-srfeuserregister-pi1-radio {
  border-radius:0
}
.form-check-input[type=radio],
[type=radio].tx-srfeuserregister-pi1-checkbox,
[type=radio].tx-srfeuserregister-pi1-radio {
  border-radius:50%
}
.form-check-input:active,
.tx-srfeuserregister-pi1-checkbox:active,
.tx-srfeuserregister-pi1-radio:active {
  filter:brightness(90%)
}
.form-check-input:focus,
.tx-srfeuserregister-pi1-checkbox:focus,
.tx-srfeuserregister-pi1-radio:focus {
  border-color:#000;
  box-shadow:none;
  outline:0
}
.form-check-input:checked,
.tx-srfeuserregister-pi1-checkbox:checked,
.tx-srfeuserregister-pi1-radio:checked {
  background-color:#fff;
  border-color:var(--bs-primary)
}
.form-check-input:checked[type=checkbox],
.form-check-input:checked[type=radio],
.tx-srfeuserregister-pi1-checkbox:checked[type=checkbox],
.tx-srfeuserregister-pi1-checkbox:checked[type=radio],
.tx-srfeuserregister-pi1-radio:checked[type=checkbox],
.tx-srfeuserregister-pi1-radio:checked[type=radio] {
  background-image:none
}
.form-check-input[type=checkbox]:indeterminate,
[type=checkbox].tx-srfeuserregister-pi1-checkbox:indeterminate,
[type=checkbox].tx-srfeuserregister-pi1-radio:indeterminate {
  background-color:var(--bs-primary);
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
  border-color:var(--bs-primary)
}
.form-check-input:disabled,
.tx-srfeuserregister-pi1-checkbox:disabled,
.tx-srfeuserregister-pi1-radio:disabled {
  filter:none;
  opacity:.5;
  pointer-events:none
}
.form-check-input:disabled~.form-check-label,
.form-check-input:disabled~.tx-srfeuserregister-pi1-checkbox+label,
.form-check-input:disabled~.tx-srfeuserregister-pi1-radio+label,
.form-check-input[disabled]~.form-check-label,
.form-check-input[disabled]~.tx-srfeuserregister-pi1-checkbox+label,
.form-check-input[disabled]~.tx-srfeuserregister-pi1-radio+label,
.tx-srfeuserregister-pi1-checkbox:disabled+label,
.tx-srfeuserregister-pi1-checkbox:disabled~.form-check-label,
.tx-srfeuserregister-pi1-checkbox:disabled~.tx-srfeuserregister-pi1-checkbox+label,
.tx-srfeuserregister-pi1-checkbox:disabled~.tx-srfeuserregister-pi1-radio+label,
.tx-srfeuserregister-pi1-checkbox[disabled]+label,
.tx-srfeuserregister-pi1-radio:disabled+label,
.tx-srfeuserregister-pi1-radio:disabled~.form-check-label,
.tx-srfeuserregister-pi1-radio:disabled~.tx-srfeuserregister-pi1-checkbox+label,
.tx-srfeuserregister-pi1-radio:disabled~.tx-srfeuserregister-pi1-radio+label,
.tx-srfeuserregister-pi1-radio[disabled]+label,
[disabled].tx-srfeuserregister-pi1-checkbox~.form-check-label,
[disabled].tx-srfeuserregister-pi1-checkbox~.tx-srfeuserregister-pi1-checkbox+label,
[disabled].tx-srfeuserregister-pi1-checkbox~.tx-srfeuserregister-pi1-radio+label,
[disabled].tx-srfeuserregister-pi1-radio~.form-check-label,
[disabled].tx-srfeuserregister-pi1-radio~.tx-srfeuserregister-pi1-checkbox+label,
[disabled].tx-srfeuserregister-pi1-radio~.tx-srfeuserregister-pi1-radio+label {
  opacity:.5
}
.form-switch {
  padding-left:2.5em
}
.form-switch .form-check-input,
.form-switch .tx-srfeuserregister-pi1-checkbox,
.form-switch .tx-srfeuserregister-pi1-radio {
  background-image:none;
  background-position:0;
  border-radius:0;
  margin-left:-2.5em;
  transition:.4s;
  width:2em
}
@media (prefers-reduced-motion:reduce) {
  .form-switch .form-check-input,
  .form-switch .tx-srfeuserregister-pi1-checkbox,
  .form-switch .tx-srfeuserregister-pi1-radio {
    transition:none
  }
}
.form-switch .form-check-input:focus,
.form-switch .tx-srfeuserregister-pi1-checkbox:focus,
.form-switch .tx-srfeuserregister-pi1-radio:focus {
  background-image:none
}
.form-switch .form-check-input:checked,
.form-switch .tx-srfeuserregister-pi1-checkbox:checked,
.form-switch .tx-srfeuserregister-pi1-radio:checked {
  background-image:none;
  background-position:100%
}
.form-check-inline {
  display:inline-block;
  margin-right:1rem
}
.btn-check {
  position:absolute;
  clip:rect(0,0,0,0);
  pointer-events:none
}
.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
  filter:none;
  opacity:.65;
  pointer-events:none
}
.form-range {
  appearance:none;
  background-color:transparent;
  height:1rem;
  padding:0;
  width:100%
}
.form-range:focus {
  outline:0
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow:0 0 0 1px #fff,none
}
.form-range:focus::-moz-range-thumb {
  box-shadow:0 0 0 1px #fff,none
}
.form-range::-moz-focus-outer {
  border:0
}
.form-range::-webkit-slider-thumb {
  appearance:none;
  background-color:#c00;
  border:0;
  border-radius:1rem;
  height:1rem;
  margin-top:-.25rem;
  transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width:1rem
}
@media (prefers-reduced-motion:reduce) {
  .form-range::-webkit-slider-thumb {
    transition:none
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color:#f0b3b3
}
.form-range::-webkit-slider-runnable-track {
  background-color:#dee2e6;
  border-color:transparent;
  border-radius:1rem;
  color:transparent;
  cursor:pointer;
  height:.5rem;
  width:100%
}
.form-range::-moz-range-thumb {
  appearance:none;
  background-color:#c00;
  border:0;
  border-radius:1rem;
  height:1rem;
  transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width:1rem
}
@media (prefers-reduced-motion:reduce) {
  .form-range::-moz-range-thumb {
    transition:none
  }
}
.form-range::-moz-range-thumb:active {
  background-color:#f0b3b3
}
.form-range::-moz-range-track {
  background-color:#dee2e6;
  border-color:transparent;
  border-radius:1rem;
  color:transparent;
  cursor:pointer;
  height:.5rem;
  width:100%
}
.form-range:disabled {
  pointer-events:none
}
.form-range:disabled::-webkit-slider-thumb {
  background-color:#adb5bd
}
.form-range:disabled::-moz-range-thumb {
  background-color:#adb5bd
}
.form-floating {
  position:relative
}
.form-floating>.form-control,
.form-floating>.form-select {
  height:calc(3.5rem + 2px);
  line-height:1.25
}
.form-floating>label {
  border:1px solid transparent;
  height:100%;
  left:0;
  padding:1rem .8rem;
  pointer-events:none;
  position:absolute;
  top:0;
  transform-origin:0 0;
  transition:opacity .1s ease-in-out,transform .1s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .form-floating>label {
    transition:none
  }
}
.form-floating>.form-control {
  padding:1rem .8rem
}
.form-floating>.form-control::placeholder {
  color:transparent
}
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-bottom:.625rem;
  padding-top:1.625rem
}
.form-floating>.form-control:-webkit-autofill {
  padding-bottom:.625rem;
  padding-top:1.625rem
}
.form-floating>.form-select {
  padding-bottom:.625rem;
  padding-top:1.625rem
}
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity:.65;
  transform:scale(.85) translateY(-.5rem) translateX(.15rem)
}
.form-floating>.form-control:-webkit-autofill~label {
  opacity:.65;
  transform:scale(.85) translateY(-.5rem) translateX(.15rem)
}
.input-group {
  align-items:stretch;
  display:flex;
  flex-wrap:wrap;
  position:relative;
  width:100%
}
.input-group>.form-control,
.input-group>.form-select {
  flex:1 1 auto;
  min-width:0;
  position:relative;
  width:1%
}
.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index:3
}
.input-group .btn {
  position:relative;
  z-index:2
}
.input-group .btn:focus {
  z-index:3
}
.input-group-text {
  align-items:center;
  background-color:#e9ecef;
  border:1px solid #666;
  border-radius:0;
  color:#999;
  display:flex;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  padding:.75rem .8rem;
  text-align:center;
  white-space:nowrap
}
.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
  border-radius:0;
  font-size:1.25rem;
  padding:1.125rem 2.25rem
}
.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
  border-radius:0;
  font-size:.9rem;
  padding:.5rem 1rem
}
.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right:2rem
}
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-bottom-right-radius:0;
  border-top-right-radius:0
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-left-radius:0;
  border-top-left-radius:0;
  margin-left:-1px
}
.valid-feedback {
  color:#306030;
  display:none;
  font-size:.875em;
  margin-top:.25rem;
  width:100%
}
.valid-tooltip {
  background-color:rgba(48,96,48,.9);
  border-radius:0;
  color:#fff;
  display:none;
  font-size:.9rem;
  margin-top:.1rem;
  max-width:100%;
  padding:.25rem .5rem;
  position:absolute;
  top:100%;
  z-index:5
}
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display:block
}
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23306030' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");
  background-position:right calc(.375em + .375rem) center;
  background-repeat:no-repeat;
  background-size:calc(.75em + .75rem) calc(.75em + .75rem);
  border-color:#306030;
  padding-right:calc(1.5em + 1.5rem)
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color:#306030;
  box-shadow:0 0 0 0 rgba(48,96,48,.25)
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  background-position:top calc(.375em + .375rem) right calc(.375em + .375rem);
  padding-right:calc(1.5em + 1.5rem)
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color:#306030
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23306030' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");
  background-position:right 1rem center,center right 1rem;
  background-size:16px 12px,calc(.75em + .75rem) calc(.75em + .75rem);
  padding-right:3.5rem
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color:#306030;
  box-shadow:0 0 0 0 rgba(48,96,48,.25)
}
.form-check-input.is-valid,
.is-valid.tx-srfeuserregister-pi1-checkbox,
.is-valid.tx-srfeuserregister-pi1-radio,
.was-validated .form-check-input:valid,
.was-validated .tx-srfeuserregister-pi1-checkbox:valid,
.was-validated .tx-srfeuserregister-pi1-radio:valid {
  border-color:#306030
}
.form-check-input.is-valid:checked,
.is-valid.tx-srfeuserregister-pi1-checkbox:checked,
.is-valid.tx-srfeuserregister-pi1-radio:checked,
.was-validated .form-check-input:valid:checked,
.was-validated .tx-srfeuserregister-pi1-checkbox:valid:checked,
.was-validated .tx-srfeuserregister-pi1-radio:valid:checked {
  background-color:#306030
}
.form-check-input.is-valid:focus,
.is-valid.tx-srfeuserregister-pi1-checkbox:focus,
.is-valid.tx-srfeuserregister-pi1-radio:focus,
.was-validated .form-check-input:valid:focus,
.was-validated .tx-srfeuserregister-pi1-checkbox:valid:focus,
.was-validated .tx-srfeuserregister-pi1-radio:valid:focus {
  box-shadow:0 0 0 0 rgba(48,96,48,.25)
}
.form-check-input.is-valid~.form-check-label,
.form-check-input.is-valid~.tx-srfeuserregister-pi1-checkbox+label,
.form-check-input.is-valid~.tx-srfeuserregister-pi1-radio+label,
.is-valid.tx-srfeuserregister-pi1-checkbox~.form-check-label,
.is-valid.tx-srfeuserregister-pi1-checkbox~.tx-srfeuserregister-pi1-checkbox+label,
.is-valid.tx-srfeuserregister-pi1-checkbox~.tx-srfeuserregister-pi1-radio+label,
.is-valid.tx-srfeuserregister-pi1-radio~.form-check-label,
.is-valid.tx-srfeuserregister-pi1-radio~.tx-srfeuserregister-pi1-checkbox+label,
.is-valid.tx-srfeuserregister-pi1-radio~.tx-srfeuserregister-pi1-radio+label,
.tx-srfeuserregister-pi1-checkbox.is-valid+label,
.tx-srfeuserregister-pi1-radio.is-valid+label,
.was-validated .form-check-input:valid~.form-check-label,
.was-validated .form-check-input:valid~.tx-srfeuserregister-pi1-checkbox+label,
.was-validated .form-check-input:valid~.tx-srfeuserregister-pi1-radio+label,
.was-validated .tx-srfeuserregister-pi1-checkbox:valid+label,
.was-validated .tx-srfeuserregister-pi1-checkbox:valid~.form-check-label,
.was-validated .tx-srfeuserregister-pi1-checkbox:valid~.tx-srfeuserregister-pi1-checkbox+label,
.was-validated .tx-srfeuserregister-pi1-checkbox:valid~.tx-srfeuserregister-pi1-radio+label,
.was-validated .tx-srfeuserregister-pi1-radio:valid+label,
.was-validated .tx-srfeuserregister-pi1-radio:valid~.form-check-label,
.was-validated .tx-srfeuserregister-pi1-radio:valid~.tx-srfeuserregister-pi1-checkbox+label,
.was-validated .tx-srfeuserregister-pi1-radio:valid~.tx-srfeuserregister-pi1-radio+label {
  color:#306030
}
.form-check-inline .form-check-input~.valid-feedback,
.form-check-inline .tx-srfeuserregister-pi1-checkbox~.valid-feedback,
.form-check-inline .tx-srfeuserregister-pi1-radio~.valid-feedback {
  margin-left:.5em
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index:1
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index:3
}
.invalid-feedback {
  color:#940000;
  display:none;
  font-size:.875em;
  margin-top:.25rem;
  width:100%
}
.invalid-tooltip {
  background-color:rgba(148,0,0,.9);
  border-radius:0;
  color:#fff;
  display:none;
  font-size:.9rem;
  margin-top:.1rem;
  max-width:100%;
  padding:.25rem .5rem;
  position:absolute;
  top:100%;
  z-index:5
}
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display:block
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23940000'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23940000' stroke='none'/%3E%3C/svg%3E");
  background-position:right calc(.375em + .375rem) center;
  background-repeat:no-repeat;
  background-size:calc(.75em + .75rem) calc(.75em + .75rem);
  border-color:#940000;
  padding-right:calc(1.5em + 1.5rem)
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color:#940000;
  box-shadow:0 0 0 0 rgba(148,0,0,.25)
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position:top calc(.375em + .375rem) right calc(.375em + .375rem);
  padding-right:calc(1.5em + 1.5rem)
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color:#940000
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23940000'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23940000' stroke='none'/%3E%3C/svg%3E");
  background-position:right 1rem center,center right 1rem;
  background-size:16px 12px,calc(.75em + .75rem) calc(.75em + .75rem);
  padding-right:3.5rem
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color:#940000;
  box-shadow:0 0 0 0 rgba(148,0,0,.25)
}
.form-check-input.is-invalid,
.is-invalid.tx-srfeuserregister-pi1-checkbox,
.is-invalid.tx-srfeuserregister-pi1-radio,
.was-validated .form-check-input:invalid,
.was-validated .tx-srfeuserregister-pi1-checkbox:invalid,
.was-validated .tx-srfeuserregister-pi1-radio:invalid {
  border-color:#940000
}
.form-check-input.is-invalid:checked,
.is-invalid.tx-srfeuserregister-pi1-checkbox:checked,
.is-invalid.tx-srfeuserregister-pi1-radio:checked,
.was-validated .form-check-input:invalid:checked,
.was-validated .tx-srfeuserregister-pi1-checkbox:invalid:checked,
.was-validated .tx-srfeuserregister-pi1-radio:invalid:checked {
  background-color:#940000
}
.form-check-input.is-invalid:focus,
.is-invalid.tx-srfeuserregister-pi1-checkbox:focus,
.is-invalid.tx-srfeuserregister-pi1-radio:focus,
.was-validated .form-check-input:invalid:focus,
.was-validated .tx-srfeuserregister-pi1-checkbox:invalid:focus,
.was-validated .tx-srfeuserregister-pi1-radio:invalid:focus {
  box-shadow:0 0 0 0 rgba(148,0,0,.25)
}
.form-check-input.is-invalid~.form-check-label,
.form-check-input.is-invalid~.tx-srfeuserregister-pi1-checkbox+label,
.form-check-input.is-invalid~.tx-srfeuserregister-pi1-radio+label,
.is-invalid.tx-srfeuserregister-pi1-checkbox~.form-check-label,
.is-invalid.tx-srfeuserregister-pi1-checkbox~.tx-srfeuserregister-pi1-checkbox+label,
.is-invalid.tx-srfeuserregister-pi1-checkbox~.tx-srfeuserregister-pi1-radio+label,
.is-invalid.tx-srfeuserregister-pi1-radio~.form-check-label,
.is-invalid.tx-srfeuserregister-pi1-radio~.tx-srfeuserregister-pi1-checkbox+label,
.is-invalid.tx-srfeuserregister-pi1-radio~.tx-srfeuserregister-pi1-radio+label,
.tx-srfeuserregister-pi1-checkbox.is-invalid+label,
.tx-srfeuserregister-pi1-radio.is-invalid+label,
.was-validated .form-check-input:invalid~.form-check-label,
.was-validated .form-check-input:invalid~.tx-srfeuserregister-pi1-checkbox+label,
.was-validated .form-check-input:invalid~.tx-srfeuserregister-pi1-radio+label,
.was-validated .tx-srfeuserregister-pi1-checkbox:invalid+label,
.was-validated .tx-srfeuserregister-pi1-checkbox:invalid~.form-check-label,
.was-validated .tx-srfeuserregister-pi1-checkbox:invalid~.tx-srfeuserregister-pi1-checkbox+label,
.was-validated .tx-srfeuserregister-pi1-checkbox:invalid~.tx-srfeuserregister-pi1-radio+label,
.was-validated .tx-srfeuserregister-pi1-radio:invalid+label,
.was-validated .tx-srfeuserregister-pi1-radio:invalid~.form-check-label,
.was-validated .tx-srfeuserregister-pi1-radio:invalid~.tx-srfeuserregister-pi1-checkbox+label,
.was-validated .tx-srfeuserregister-pi1-radio:invalid~.tx-srfeuserregister-pi1-radio+label {
  color:#940000
}
.form-check-inline .form-check-input~.invalid-feedback,
.form-check-inline .tx-srfeuserregister-pi1-checkbox~.invalid-feedback,
.form-check-inline .tx-srfeuserregister-pi1-radio~.invalid-feedback {
  margin-left:.5em
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index:2
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index:3
}
.btn,
.container-search button,
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button,
.juicer-feed--aco a.juicer-button,
.klaro .context-notice .cm-btn.cm-btn-accept-all,
.klaro .context-notice .cm-btn.cm-btn-success,
.klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
.klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
.klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-info,
.klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cn-decline,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all,
.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
.klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
.klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cm-btn-info,
.klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cn-decline,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
.klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
.klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-info,
.klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cn-decline,
.tx-srfeuserregister-pi1-submit {
  background-color:transparent;
  border:0 solid transparent;
  border-radius:0;
  color:#212529;
  cursor:pointer;
  display:inline-block;
  font-family:StoneSansIIITCW05-Bold,Geneva,Arial;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  padding:.75rem 1.5rem;
  text-align:center;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  user-select:none;
  vertical-align:middle
}
@media (prefers-reduced-motion:reduce) {
  .btn,
  .container-search button,
  .j-post-overlay.juicer-feed.juicer-feed a.juicer-button,
  .juicer-feed--aco a.juicer-button,
  .klaro .context-notice .cm-btn.cm-btn-accept-all,
  .klaro .context-notice .cm-btn.cm-btn-success,
  .klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
  .klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
  .klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-info,
  .klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cn-decline,
  .klaro .cookie-modal .cm-btn.cm-btn-accept-all,
  .klaro .cookie-modal .cm-btn.cm-btn-success,
  .klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
  .klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
  .klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cm-btn-info,
  .klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cn-decline,
  .klaro .cookie-notice .cm-btn.cm-btn-accept-all,
  .klaro .cookie-notice .cm-btn.cm-btn-success,
  .klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
  .klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
  .klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-info,
  .klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cn-decline,
  .tx-srfeuserregister-pi1-submit {
    transition:none
  }
}
.btn:hover,
.container-search button:hover,
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button:hover,
.juicer-feed--aco a.juicer-button:hover,
.klaro .context-notice .cm-btn.cm-btn-accept-all:hover,
.klaro .context-notice .cm-btn.cm-btn-accept:hover:not(.cm-btn-lern-more),
.klaro .context-notice .cm-btn.cm-btn-decline:hover:not(.cm-btn-lern-more),
.klaro .context-notice .cm-btn.cm-btn-info:hover:not(.cm-btn-lern-more),
.klaro .context-notice .cm-btn.cm-btn-success:hover,
.klaro .context-notice .cm-btn.cn-decline:hover:not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:hover,
.klaro .cookie-modal .cm-btn.cm-btn-accept:hover:not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-decline:hover:not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-info:hover:not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-success:hover,
.klaro .cookie-modal .cm-btn.cn-decline:hover:not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-accept-all:hover,
.klaro .cookie-notice .cm-btn.cm-btn-accept:hover:not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-decline:hover:not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-info:hover:not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-success:hover,
.klaro .cookie-notice .cm-btn.cn-decline:hover:not(.cm-btn-lern-more),
.tx-srfeuserregister-pi1-submit:hover {
  color:#212529
}
.btn-check:focus+.btn,
.btn-check:focus+.tx-srfeuserregister-pi1-submit,
.btn:focus,
.container-search .btn-check:focus+button,
.container-search button:focus,
.j-post-overlay.juicer-feed.juicer-feed .btn-check:focus+a.juicer-button,
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button:focus,
.juicer-feed--aco .btn-check:focus+a.juicer-button,
.juicer-feed--aco a.juicer-button:focus,
.klaro .context-notice .btn-check:focus+.cm-btn.cm-btn-accept-all,
.klaro .context-notice .btn-check:focus+.cm-btn.cm-btn-success,
.klaro .context-notice .btn-check:focus+.cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
.klaro .context-notice .btn-check:focus+.cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
.klaro .context-notice .btn-check:focus+.cm-btn:not(.cm-btn-lern-more).cm-btn-info,
.klaro .context-notice .btn-check:focus+.cm-btn:not(.cm-btn-lern-more).cn-decline,
.klaro .context-notice .cm-btn.cm-btn-accept-all:focus,
.klaro .context-notice .cm-btn.cm-btn-accept:focus:not(.cm-btn-lern-more),
.klaro .context-notice .cm-btn.cm-btn-decline:focus:not(.cm-btn-lern-more),
.klaro .context-notice .cm-btn.cm-btn-info:focus:not(.cm-btn-lern-more),
.klaro .context-notice .cm-btn.cm-btn-success:focus,
.klaro .context-notice .cm-btn.cn-decline:focus:not(.cm-btn-lern-more),
.klaro .cookie-modal .btn-check:focus+.cm-btn.cm-btn-accept-all,
.klaro .cookie-modal .btn-check:focus+.cm-btn.cm-btn-success,
.klaro .cookie-modal .btn-check:focus+.cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
.klaro .cookie-modal .btn-check:focus+.cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
.klaro .cookie-modal .btn-check:focus+.cm-btn:not(.cm-btn-lern-more).cm-btn-info,
.klaro .cookie-modal .btn-check:focus+.cm-btn:not(.cm-btn-lern-more).cn-decline,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-modal .cm-btn.cm-btn-accept:focus:not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-decline:focus:not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-info:focus:not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-success:focus,
.klaro .cookie-modal .cm-btn.cn-decline:focus:not(.cm-btn-lern-more),
.klaro .cookie-notice .btn-check:focus+.cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .btn-check:focus+.cm-btn.cm-btn-success,
.klaro .cookie-notice .btn-check:focus+.cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
.klaro .cookie-notice .btn-check:focus+.cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
.klaro .cookie-notice .btn-check:focus+.cm-btn:not(.cm-btn-lern-more).cm-btn-info,
.klaro .cookie-notice .btn-check:focus+.cm-btn:not(.cm-btn-lern-more).cn-decline,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-notice .cm-btn.cm-btn-accept:focus:not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-decline:focus:not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-info:focus:not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-success:focus,
.klaro .cookie-notice .cm-btn.cn-decline:focus:not(.cm-btn-lern-more),
.tx-srfeuserregister-pi1-submit:focus {
  box-shadow:none;
  outline:0
}
.btn.disabled,
.btn:disabled,
.container-search button.disabled,
.container-search button:disabled,
.container-search fieldset:disabled button,
.disabled.tx-srfeuserregister-pi1-submit,
.j-post-overlay.juicer-feed.juicer-feed a.disabled.juicer-button,
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button:disabled,
.j-post-overlay.juicer-feed.juicer-feed fieldset:disabled a.juicer-button,
.juicer-feed--aco a.disabled.juicer-button,
.juicer-feed--aco a.juicer-button:disabled,
.juicer-feed--aco fieldset:disabled a.juicer-button,
.klaro .context-notice .cm-btn.cm-btn-accept-all:disabled,
.klaro .context-notice .cm-btn.cm-btn-accept:disabled:not(.cm-btn-lern-more),
.klaro .context-notice .cm-btn.cm-btn-decline:disabled:not(.cm-btn-lern-more),
.klaro .context-notice .cm-btn.cm-btn-info:disabled:not(.cm-btn-lern-more),
.klaro .context-notice .cm-btn.cm-btn-success:disabled,
.klaro .context-notice .cm-btn.cn-decline:disabled:not(.cm-btn-lern-more),
.klaro .context-notice .disabled.cm-btn.cm-btn-accept-all,
.klaro .context-notice .disabled.cm-btn.cm-btn-accept:not(.cm-btn-lern-more),
.klaro .context-notice .disabled.cm-btn.cm-btn-decline:not(.cm-btn-lern-more),
.klaro .context-notice .disabled.cm-btn.cm-btn-info:not(.cm-btn-lern-more),
.klaro .context-notice .disabled.cm-btn.cm-btn-success,
.klaro .context-notice .disabled.cm-btn.cn-decline:not(.cm-btn-lern-more),
.klaro .context-notice fieldset:disabled .cm-btn.cm-btn-accept-all,
.klaro .context-notice fieldset:disabled .cm-btn.cm-btn-success,
.klaro .context-notice fieldset:disabled .cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
.klaro .context-notice fieldset:disabled .cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
.klaro .context-notice fieldset:disabled .cm-btn:not(.cm-btn-lern-more).cm-btn-info,
.klaro .context-notice fieldset:disabled .cm-btn:not(.cm-btn-lern-more).cn-decline,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:disabled,
.klaro .cookie-modal .cm-btn.cm-btn-accept:disabled:not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-decline:disabled:not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-info:disabled:not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-success:disabled,
.klaro .cookie-modal .cm-btn.cn-decline:disabled:not(.cm-btn-lern-more),
.klaro .cookie-modal .disabled.cm-btn.cm-btn-accept-all,
.klaro .cookie-modal .disabled.cm-btn.cm-btn-accept:not(.cm-btn-lern-more),
.klaro .cookie-modal .disabled.cm-btn.cm-btn-decline:not(.cm-btn-lern-more),
.klaro .cookie-modal .disabled.cm-btn.cm-btn-info:not(.cm-btn-lern-more),
.klaro .cookie-modal .disabled.cm-btn.cm-btn-success,
.klaro .cookie-modal .disabled.cm-btn.cn-decline:not(.cm-btn-lern-more),
.klaro .cookie-modal fieldset:disabled .cm-btn.cm-btn-accept-all,
.klaro .cookie-modal fieldset:disabled .cm-btn.cm-btn-success,
.klaro .cookie-modal fieldset:disabled .cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
.klaro .cookie-modal fieldset:disabled .cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
.klaro .cookie-modal fieldset:disabled .cm-btn:not(.cm-btn-lern-more).cm-btn-info,
.klaro .cookie-modal fieldset:disabled .cm-btn:not(.cm-btn-lern-more).cn-decline,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all:disabled,
.klaro .cookie-notice .cm-btn.cm-btn-accept:disabled:not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-decline:disabled:not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-info:disabled:not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-success:disabled,
.klaro .cookie-notice .cm-btn.cn-decline:disabled:not(.cm-btn-lern-more),
.klaro .cookie-notice .disabled.cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .disabled.cm-btn.cm-btn-accept:not(.cm-btn-lern-more),
.klaro .cookie-notice .disabled.cm-btn.cm-btn-decline:not(.cm-btn-lern-more),
.klaro .cookie-notice .disabled.cm-btn.cm-btn-info:not(.cm-btn-lern-more),
.klaro .cookie-notice .disabled.cm-btn.cm-btn-success,
.klaro .cookie-notice .disabled.cm-btn.cn-decline:not(.cm-btn-lern-more),
.klaro .cookie-notice fieldset:disabled .cm-btn.cm-btn-accept-all,
.klaro .cookie-notice fieldset:disabled .cm-btn.cm-btn-success,
.klaro .cookie-notice fieldset:disabled .cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
.klaro .cookie-notice fieldset:disabled .cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
.klaro .cookie-notice fieldset:disabled .cm-btn:not(.cm-btn-lern-more).cm-btn-info,
.klaro .cookie-notice fieldset:disabled .cm-btn:not(.cm-btn-lern-more).cn-decline,
.tx-srfeuserregister-pi1-submit:disabled,
fieldset:disabled .btn,
fieldset:disabled .container-search button,
fieldset:disabled .j-post-overlay.juicer-feed.juicer-feed a.juicer-button,
fieldset:disabled .juicer-feed--aco a.juicer-button,
fieldset:disabled .klaro .context-notice .cm-btn.cm-btn-accept-all,
fieldset:disabled .klaro .context-notice .cm-btn.cm-btn-success,
fieldset:disabled .klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
fieldset:disabled .klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
fieldset:disabled .klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-info,
fieldset:disabled .klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cn-decline,
fieldset:disabled .klaro .cookie-modal .cm-btn.cm-btn-accept-all,
fieldset:disabled .klaro .cookie-modal .cm-btn.cm-btn-success,
fieldset:disabled .klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
fieldset:disabled .klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
fieldset:disabled .klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cm-btn-info,
fieldset:disabled .klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cn-decline,
fieldset:disabled .klaro .cookie-notice .cm-btn.cm-btn-accept-all,
fieldset:disabled .klaro .cookie-notice .cm-btn.cm-btn-success,
fieldset:disabled .klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
fieldset:disabled .klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
fieldset:disabled .klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-info,
fieldset:disabled .klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cn-decline,
fieldset:disabled .tx-srfeuserregister-pi1-submit {
  opacity:.65;
  pointer-events:none
}
.box--dark .frame-layout-highlightbox-light .btn.btn-primary:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .btn.btn-primary:not(.disabled):not(:disabled):hover,
.btn-primary,
.container-search button,
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn.btn-primary:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn.btn-primary:not(.disabled):not(:disabled):hover,
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button,
.juicer-feed--aco a.juicer-button,
.klaro .context-notice .cm-btn.cm-btn-accept-all,
.klaro .context-notice .cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all,
.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .cm-btn.cm-btn-success,
.tx-srfeuserregister-pi1-submit {
  background-color:#c00
}
.box--dark .frame-layout-highlightbox-light .btn-check:focus+.btn.btn-primary:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .btn.btn-primary:focus:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .btn.btn-primary:hover:not(.disabled):not(:disabled),
.btn-check:focus+.btn-primary,
.btn-check:focus+.tx-srfeuserregister-pi1-submit,
.btn-primary:focus,
.btn-primary:hover,
.container-search .btn-check:focus+button,
.container-search button:focus,
.container-search button:hover,
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn-check:focus+.btn.btn-primary:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn.btn-primary:focus:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn.btn-primary:hover:not(.disabled):not(:disabled),
.j-post-overlay.juicer-feed.juicer-feed .btn-check:focus+a.juicer-button,
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button:focus,
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button:hover,
.juicer-feed--aco .btn-check:focus+a.juicer-button,
.juicer-feed--aco a.juicer-button:focus,
.juicer-feed--aco a.juicer-button:hover,
.klaro .context-notice .btn-check:focus+.cm-btn.cm-btn-accept-all,
.klaro .context-notice .btn-check:focus+.cm-btn.cm-btn-success,
.klaro .context-notice .cm-btn.cm-btn-accept-all:focus,
.klaro .context-notice .cm-btn.cm-btn-accept-all:hover,
.klaro .context-notice .cm-btn.cm-btn-success:focus,
.klaro .context-notice .cm-btn.cm-btn-success:hover,
.klaro .cookie-modal .btn-check:focus+.cm-btn.cm-btn-accept-all,
.klaro .cookie-modal .btn-check:focus+.cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:hover,
.klaro .cookie-modal .cm-btn.cm-btn-success:focus,
.klaro .cookie-modal .cm-btn.cm-btn-success:hover,
.klaro .cookie-notice .btn-check:focus+.cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .btn-check:focus+.cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all:hover,
.klaro .cookie-notice .cm-btn.cm-btn-success:focus,
.klaro .cookie-notice .cm-btn.cm-btn-success:hover,
.tx-srfeuserregister-pi1-submit:focus,
.tx-srfeuserregister-pi1-submit:hover {
  background-color:#ad0000;
  border-color:#a30000;
  color:#fff
}
.active.tx-srfeuserregister-pi1-submit,
.box--dark .frame-layout-highlightbox-light .active.btn.btn-primary:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .btn-check:active+.btn.btn-primary:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .btn-check:checked+.btn.btn-primary:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .btn.btn-primary:active:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .show>.dropdown-toggle.btn.btn-primary:not(.disabled):not(:disabled),
.btn-check:active+.btn-primary,
.btn-check:active+.tx-srfeuserregister-pi1-submit,
.btn-check:checked+.btn-primary,
.btn-check:checked+.tx-srfeuserregister-pi1-submit,
.btn-primary.active,
.btn-primary:active,
.container-search .btn-check:active+button,
.container-search .btn-check:checked+button,
.container-search .show>button.dropdown-toggle,
.container-search button.active,
.container-search button:active,
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .active.btn.btn-primary:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn-check:active+.btn.btn-primary:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn-check:checked+.btn.btn-primary:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn.btn-primary:active:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .show>.dropdown-toggle.btn.btn-primary:not(.disabled):not(:disabled),
.j-post-overlay.juicer-feed.juicer-feed .btn-check:active+a.juicer-button,
.j-post-overlay.juicer-feed.juicer-feed .btn-check:checked+a.juicer-button,
.j-post-overlay.juicer-feed.juicer-feed .show>a.dropdown-toggle.juicer-button,
.j-post-overlay.juicer-feed.juicer-feed a.active.juicer-button,
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button:active,
.juicer-feed--aco .btn-check:active+a.juicer-button,
.juicer-feed--aco .btn-check:checked+a.juicer-button,
.juicer-feed--aco .show>a.dropdown-toggle.juicer-button,
.juicer-feed--aco a.active.juicer-button,
.juicer-feed--aco a.juicer-button:active,
.klaro .context-notice .active.cm-btn.cm-btn-accept-all,
.klaro .context-notice .active.cm-btn.cm-btn-success,
.klaro .context-notice .btn-check:active+.cm-btn.cm-btn-accept-all,
.klaro .context-notice .btn-check:active+.cm-btn.cm-btn-success,
.klaro .context-notice .btn-check:checked+.cm-btn.cm-btn-accept-all,
.klaro .context-notice .btn-check:checked+.cm-btn.cm-btn-success,
.klaro .context-notice .cm-btn.cm-btn-accept-all:active,
.klaro .context-notice .cm-btn.cm-btn-success:active,
.klaro .context-notice .show>.dropdown-toggle.cm-btn.cm-btn-accept-all,
.klaro .context-notice .show>.dropdown-toggle.cm-btn.cm-btn-success,
.klaro .cookie-modal .active.cm-btn.cm-btn-accept-all,
.klaro .cookie-modal .active.cm-btn.cm-btn-success,
.klaro .cookie-modal .btn-check:active+.cm-btn.cm-btn-accept-all,
.klaro .cookie-modal .btn-check:active+.cm-btn.cm-btn-success,
.klaro .cookie-modal .btn-check:checked+.cm-btn.cm-btn-accept-all,
.klaro .cookie-modal .btn-check:checked+.cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:active,
.klaro .cookie-modal .cm-btn.cm-btn-success:active,
.klaro .cookie-modal .show>.dropdown-toggle.cm-btn.cm-btn-accept-all,
.klaro .cookie-modal .show>.dropdown-toggle.cm-btn.cm-btn-success,
.klaro .cookie-notice .active.cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .active.cm-btn.cm-btn-success,
.klaro .cookie-notice .btn-check:active+.cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .btn-check:active+.cm-btn.cm-btn-success,
.klaro .cookie-notice .btn-check:checked+.cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .btn-check:checked+.cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all:active,
.klaro .cookie-notice .cm-btn.cm-btn-success:active,
.klaro .cookie-notice .show>.dropdown-toggle.cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .show>.dropdown-toggle.cm-btn.cm-btn-success,
.show>.btn-primary.dropdown-toggle,
.show>.dropdown-toggle.tx-srfeuserregister-pi1-submit,
.tx-srfeuserregister-pi1-submit:active {
  background-color:#a30000;
  border-color:#900;
  color:#fff
}
.box--dark .frame-layout-highlightbox-light .btn.btn-primary:disabled:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .disabled.btn.btn-primary:not(.disabled):not(:disabled),
.btn-primary.disabled,
.btn-primary:disabled,
.container-search button.disabled,
.container-search button:disabled,
.disabled.tx-srfeuserregister-pi1-submit,
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn.btn-primary:disabled:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .disabled.btn.btn-primary:not(.disabled):not(:disabled),
.j-post-overlay.juicer-feed.juicer-feed a.disabled.juicer-button,
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button:disabled,
.juicer-feed--aco a.disabled.juicer-button,
.juicer-feed--aco a.juicer-button:disabled,
.klaro .context-notice .cm-btn.cm-btn-accept-all:disabled,
.klaro .context-notice .cm-btn.cm-btn-success:disabled,
.klaro .context-notice .disabled.cm-btn.cm-btn-accept-all,
.klaro .context-notice .disabled.cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:disabled,
.klaro .cookie-modal .cm-btn.cm-btn-success:disabled,
.klaro .cookie-modal .disabled.cm-btn.cm-btn-accept-all,
.klaro .cookie-modal .disabled.cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all:disabled,
.klaro .cookie-notice .cm-btn.cm-btn-success:disabled,
.klaro .cookie-notice .disabled.cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .disabled.cm-btn.cm-btn-success,
.tx-srfeuserregister-pi1-submit:disabled {
  background-color:#c00;
  border-color:#c00;
  color:#fff
}
.btn-secondary {
  background-color:#940000;
  border-color:#940000;
  color:#fff
}
.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color:#7e0000;
  border-color:#760000;
  color:#fff
}
.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  box-shadow:0 0 0 0 rgba(164,38,38,.5)
}
.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
  background-color:#760000;
  border-color:#6f0000;
  color:#fff
}
.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow:0 0 0 0 rgba(164,38,38,.5)
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color:#940000;
  border-color:#940000;
  color:#fff
}
.btn-success {
  background-color:#306030;
  border-color:#306030;
  color:#fff
}
.btn-check:focus+.btn-success,
.btn-success:focus,
.btn-success:hover {
  background-color:#295229;
  border-color:#264d26;
  color:#fff
}
.btn-check:focus+.btn-success,
.btn-success:focus {
  box-shadow:0 0 0 0 rgba(79,120,79,.5)
}
.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
  background-color:#264d26;
  border-color:#244824;
  color:#fff
}
.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow:0 0 0 0 rgba(79,120,79,.5)
}
.btn-success.disabled,
.btn-success:disabled {
  background-color:#306030;
  border-color:#306030;
  color:#fff
}
.btn-info {
  background-color:#666;
  border-color:#666;
  color:#fff
}
.btn-check:focus+.btn-info,
.btn-info:focus,
.btn-info:hover {
  background-color:#575757;
  border-color:#525252;
  color:#fff
}
.btn-check:focus+.btn-info,
.btn-info:focus {
  box-shadow:0 0 0 0 hsla(0,0%,49%,.5)
}
.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
  background-color:#525252;
  border-color:#4d4d4d;
  color:#fff
}
.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow:0 0 0 0 hsla(0,0%,49%,.5)
}
.btn-info.disabled,
.btn-info:disabled {
  background-color:#666;
  border-color:#666;
  color:#fff
}
.btn-warning {
  background-color:#7d723c;
  border-color:#7d723c;
  color:#fff
}
.btn-check:focus+.btn-warning,
.btn-warning:focus,
.btn-warning:hover {
  background-color:#6a6133;
  border-color:#645b30;
  color:#fff
}
.btn-check:focus+.btn-warning,
.btn-warning:focus {
  box-shadow:0 0 0 0 rgba(145,135,89,.5)
}
.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
  background-color:#645b30;
  border-color:#5e562d;
  color:#fff
}
.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow:0 0 0 0 rgba(145,135,89,.5)
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color:#7d723c;
  border-color:#7d723c;
  color:#fff
}
.btn-danger {
  background-color:#940000;
  border-color:#940000;
  color:#fff
}
.btn-check:focus+.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
  background-color:#7e0000;
  border-color:#760000;
  color:#fff
}
.btn-check:focus+.btn-danger,
.btn-danger:focus {
  box-shadow:0 0 0 0 rgba(164,38,38,.5)
}
.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
  background-color:#760000;
  border-color:#6f0000;
  color:#fff
}
.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow:0 0 0 0 rgba(164,38,38,.5)
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color:#940000;
  border-color:#940000;
  color:#fff
}
.btn-light {
  background-color:#f8f9fa;
  border-color:#f8f9fa;
  color:#000
}
.btn-check:focus+.btn-light,
.btn-light:focus,
.btn-light:hover {
  background-color:#f9fafb;
  border-color:#f9fafb;
  color:#000
}
.btn-check:focus+.btn-light,
.btn-light:focus {
  box-shadow:0 0 0 0 hsla(210,2%,83%,.5)
}
.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
  background-color:#f9fafb;
  border-color:#f9fafb;
  color:#000
}
.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow:0 0 0 0 hsla(210,2%,83%,.5)
}
.btn-light.disabled,
.btn-light:disabled {
  background-color:#f8f9fa;
  border-color:#f8f9fa;
  color:#000
}
.btn-dark {
  background-color:#212529;
  border-color:#212529;
  color:#fff
}
.btn-check:focus+.btn-dark,
.btn-dark:focus,
.btn-dark:hover {
  background-color:#1c1f23;
  border-color:#1a1e21;
  color:#fff
}
.btn-check:focus+.btn-dark,
.btn-dark:focus {
  box-shadow:0 0 0 0 rgba(66,70,73,.5)
}
.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
  background-color:#1a1e21;
  border-color:#191c1f;
  color:#fff
}
.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow:0 0 0 0 rgba(66,70,73,.5)
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color:#212529;
  border-color:#212529;
  color:#fff
}
.btn-outline-primary {
  border-color:#c00;
  color:#c00
}
.btn-outline-primary:hover {
  background-color:#c00;
  border-color:#c00;
  color:#fff
}
.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow:0 0 0 0 rgba(204,0,0,.5)
}
.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  background-color:#c00;
  border-color:#c00;
  color:#fff
}
.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow:0 0 0 0 rgba(204,0,0,.5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color:#c00
}
.btn-outline-secondary {
  border-color:#940000;
  color:#940000
}
.btn-outline-secondary:hover {
  background-color:#940000;
  border-color:#940000;
  color:#fff
}
.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow:0 0 0 0 rgba(148,0,0,.5)
}
.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  background-color:#940000;
  border-color:#940000;
  color:#fff
}
.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow:0 0 0 0 rgba(148,0,0,.5)
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color:transparent;
  color:#940000
}
.btn-outline-success {
  border-color:#306030;
  color:#306030
}
.btn-outline-success:hover {
  background-color:#306030;
  border-color:#306030;
  color:#fff
}
.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  box-shadow:0 0 0 0 rgba(48,96,48,.5)
}
.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  background-color:#306030;
  border-color:#306030;
  color:#fff
}
.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow:0 0 0 0 rgba(48,96,48,.5)
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color:transparent;
  color:#306030
}
.btn-outline-info {
  border-color:#666;
  color:#666
}
.btn-outline-info:hover {
  background-color:#666;
  border-color:#666;
  color:#fff
}
.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
  box-shadow:0 0 0 0 hsla(0,0%,40%,.5)
}
.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  background-color:#666;
  border-color:#666;
  color:#fff
}
.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow:0 0 0 0 hsla(0,0%,40%,.5)
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color:transparent;
  color:#666
}
.btn-outline-warning {
  border-color:#7d723c;
  color:#7d723c
}
.btn-outline-warning:hover {
  background-color:#7d723c;
  border-color:#7d723c;
  color:#fff
}
.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow:0 0 0 0 rgba(125,114,60,.5)
}
.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  background-color:#7d723c;
  border-color:#7d723c;
  color:#fff
}
.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow:0 0 0 0 rgba(125,114,60,.5)
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color:transparent;
  color:#7d723c
}
.btn-outline-danger {
  border-color:#940000;
  color:#940000
}
.btn-outline-danger:hover {
  background-color:#940000;
  border-color:#940000;
  color:#fff
}
.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow:0 0 0 0 rgba(148,0,0,.5)
}
.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  background-color:#940000;
  border-color:#940000;
  color:#fff
}
.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow:0 0 0 0 rgba(148,0,0,.5)
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color:transparent;
  color:#940000
}
.btn-outline-light {
  border-color:#f8f9fa;
  color:#f8f9fa
}
.btn-outline-light:hover {
  background-color:#f8f9fa;
  border-color:#f8f9fa;
  color:#000
}
.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
  box-shadow:0 0 0 0 rgba(248,249,250,.5)
}
.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  background-color:#f8f9fa;
  border-color:#f8f9fa;
  color:#000
}
.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow:0 0 0 0 rgba(248,249,250,.5)
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  background-color:transparent;
  color:#f8f9fa
}
.btn-outline-dark {
  border-color:#212529;
  color:#212529
}
.btn-outline-dark:hover {
  background-color:#212529;
  border-color:#212529;
  color:#fff
}
.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow:0 0 0 0 rgba(33,37,41,.5)
}
.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  background-color:#212529;
  border-color:#212529;
  color:#fff
}
.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow:0 0 0 0 rgba(33,37,41,.5)
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  background-color:transparent;
  color:#212529
}
.btn-link {
  color:var(--bs-primary);
  font-weight:400;
  text-decoration:none
}
.btn-link:hover {
  color:var(--bs-secondary)
}
.btn-link:focus,
.btn-link:hover {
  text-decoration:none
}
.btn-link.disabled,
.btn-link:disabled {
  color:#ccc
}
.btn-group-lg>.btn,
.btn-lg {
  border-radius:0;
  font-size:1.25rem;
  padding:1.125rem 2.25rem
}
.btn-group-sm>.btn,
.btn-sm {
  border-radius:0;
  font-size:.8rem;
  padding:.5rem 1rem
}
.fade {
  transition:opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    transition:none
  }
}
.fade:not(.show) {
  opacity:0
}
.collapse:not(.show) {
  display:none
}
.collapsing {
  height:0;
  overflow:hidden;
  transition:height .35s ease
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition:none
  }
}
.collapsing.collapse-horizontal {
  height:auto;
  transition:width .35s ease;
  width:0
}
@media (prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition:none
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position:relative
}
.dropdown-toggle {
  white-space:nowrap
}
.dropdown-toggle:after {
  border-bottom:0;
  border-left:.3em solid transparent;
  border-right:.3em solid transparent;
  border-top:.3em solid;
  content:"";
  display:inline-block;
  margin-left:.255em;
  vertical-align:.255em
}
.dropdown-toggle:empty:after {
  margin-left:0
}
.dropdown-menu {
  background-clip:padding-box;
  background-color:#fff;
  border:1px solid rgba(0,0,0,.15);
  border-radius:0;
  color:#212529;
  display:none;
  font-size:1rem;
  list-style:none;
  margin:0;
  min-width:10rem;
  padding:0;
  position:absolute;
  text-align:left;
  z-index:1000
}
.dropdown-menu[data-bs-popper] {
  left:0;
  margin-top:.125rem;
  top:100%
}
.dropdown-menu-start {
  --bs-position:start
}
.dropdown-menu-start[data-bs-popper] {
  left:0;
  right:auto
}
.dropdown-menu-end {
  --bs-position:end
}
.dropdown-menu-end[data-bs-popper] {
  left:auto;
  right:0
}
@media (min-width:480px) {
  .dropdown-menu-sm-start {
    --bs-position:start
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    left:0;
    right:auto
  }
  .dropdown-menu-sm-end {
    --bs-position:end
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    left:auto;
    right:0
  }
}
@media (min-width:768px) {
  .dropdown-menu-md-start {
    --bs-position:start
  }
  .dropdown-menu-md-start[data-bs-popper] {
    left:0;
    right:auto
  }
  .dropdown-menu-md-end {
    --bs-position:end
  }
  .dropdown-menu-md-end[data-bs-popper] {
    left:auto;
    right:0
  }
}
@media (min-width:1008px) {
  .dropdown-menu-lg-start {
    --bs-position:start
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    left:0;
    right:auto
  }
  .dropdown-menu-lg-end {
    --bs-position:end
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    left:auto;
    right:0
  }
}
@media (min-width:1200px) {
  .dropdown-menu-xl-start {
    --bs-position:start
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    left:0;
    right:auto
  }
  .dropdown-menu-xl-end {
    --bs-position:end
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    left:auto;
    right:0
  }
}
@media (min-width:1400px) {
  .dropdown-menu-xxl-start {
    --bs-position:start
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    left:0;
    right:auto
  }
  .dropdown-menu-xxl-end {
    --bs-position:end
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    left:auto;
    right:0
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  bottom:100%;
  margin-bottom:.125rem;
  margin-top:0;
  top:auto
}
.dropup .dropdown-toggle:after {
  border-bottom:.3em solid;
  border-left:.3em solid transparent;
  border-right:.3em solid transparent;
  border-top:0;
  content:"";
  display:inline-block;
  margin-left:.255em;
  vertical-align:.255em
}
.dropup .dropdown-toggle:empty:after {
  margin-left:0
}
.dropend .dropdown-menu[data-bs-popper] {
  left:100%;
  margin-left:.125rem;
  margin-top:0;
  right:auto;
  top:0
}
.dropend .dropdown-toggle:after {
  border-bottom:.3em solid transparent;
  border-left:.3em solid;
  border-right:0;
  border-top:.3em solid transparent;
  content:"";
  display:inline-block;
  margin-left:.255em;
  vertical-align:.255em
}
.dropend .dropdown-toggle:empty:after {
  margin-left:0
}
.dropend .dropdown-toggle:after {
  vertical-align:0
}
.dropstart .dropdown-menu[data-bs-popper] {
  left:auto;
  margin-right:.125rem;
  margin-top:0;
  right:100%;
  top:0
}
.dropstart .dropdown-toggle:after {
  content:"";
  display:inline-block;
  display:none;
  margin-left:.255em;
  vertical-align:.255em
}
.dropstart .dropdown-toggle:before {
  border-bottom:.3em solid transparent;
  border-right:.3em solid;
  border-top:.3em solid transparent;
  content:"";
  display:inline-block;
  margin-right:.255em;
  vertical-align:.255em
}
.dropstart .dropdown-toggle:empty:after {
  margin-left:0
}
.dropstart .dropdown-toggle:before {
  vertical-align:0
}
.dropdown-divider {
  border-top:1px solid #e6e6e6;
  height:0;
  margin:.5rem 0;
  overflow:hidden
}
.dropdown-item {
  background-color:transparent;
  border:0;
  clear:both;
  color:#333;
  display:block;
  font-weight:400;
  padding:.25rem 1rem;
  text-align:inherit;
  white-space:nowrap;
  width:100%
}
.dropdown-item:first-child {
  border-top-left-radius:0;
  border-top-right-radius:0
}
.dropdown-item:last-child {
  border-bottom-left-radius:0;
  border-bottom-right-radius:0
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color:#ededed;
  color:#262626
}
.dropdown-item.active,
.dropdown-item:active {
  background-color:#c00;
  color:#fff;
  text-decoration:none
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color:transparent;
  color:#adb5bd;
  pointer-events:none
}
.dropdown-menu.show {
  display:block
}
.dropdown-header {
  color:#6c757d;
  display:block;
  font-size:.9rem;
  margin-bottom:0;
  padding:0 1rem;
  white-space:nowrap
}
.dropdown-item-text {
  color:#333;
  display:block;
  padding:.25rem 1rem
}
.dropdown-menu-dark {
  background-color:#343a40;
  border-color:rgba(0,0,0,.15);
  color:#dee2e6
}
.dropdown-menu-dark .dropdown-item {
  color:#dee2e6
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  background-color:hsla(0,0%,100%,.15);
  color:#fff
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  background-color:#c00;
  color:#fff
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color:#adb5bd
}
.dropdown-menu-dark .dropdown-divider {
  border-color:#e6e6e6
}
.dropdown-menu-dark .dropdown-item-text {
  color:#dee2e6
}
.dropdown-menu-dark .dropdown-header {
  color:#adb5bd
}
.btn-group,
.btn-group-vertical {
  display:inline-flex;
  position:relative;
  vertical-align:middle
}
.btn-group-vertical>.btn,
.btn-group>.btn {
  flex:1 1 auto;
  position:relative
}
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index:1
}
.btn-toolbar {
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start
}
.btn-toolbar .input-group {
  width:auto
}
.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
  margin-left:0
}
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius:0;
  border-top-right-radius:0
}
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
  border-bottom-left-radius:0;
  border-top-left-radius:0
}
.dropdown-toggle-split {
  padding-left:1.125rem;
  padding-right:1.125rem
}
.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left:0
}
.dropstart .dropdown-toggle-split:before {
  margin-right:0
}
.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-left:.75rem;
  padding-right:.75rem
}
.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-left:1.6875rem;
  padding-right:1.6875rem
}
.btn-group-vertical {
  align-items:flex-start;
  flex-direction:column;
  justify-content:center
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width:100%
}
.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top:0
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius:0;
  border-bottom-right-radius:0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
  border-top-left-radius:0;
  border-top-right-radius:0
}
.nav {
  display:flex;
  flex-wrap:wrap;
  list-style:none;
  margin-bottom:0;
  padding-left:0
}
.nav-link {
  color:var(--bs-primary);
  display:block;
  padding:.5rem 1rem;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition:none
  }
}
.nav-link:focus,
.nav-link:hover {
  color:var(--bs-secondary)
}
.nav-link.disabled {
  color:#6c757d;
  cursor:default;
  pointer-events:none
}
.nav-tabs {
  border-bottom:1px solid #dee2e6
}
.nav-tabs .nav-link {
  background:none;
  border:1px solid transparent;
  border-top-left-radius:0;
  border-top-right-radius:0;
  margin-bottom:-1px
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color:#e9ecef #e9ecef #dee2e6;
  isolation:isolate
}
.nav-tabs .nav-link.disabled {
  background-color:transparent;
  border-color:transparent;
  color:#6c757d
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color:#fff;
  border-color:#dee2e6 #dee2e6 #fff;
  color:#495057
}
.nav-tabs .dropdown-menu {
  border-top-left-radius:0;
  border-top-right-radius:0;
  margin-top:-1px
}
.nav-pills .nav-link {
  background:none;
  border:0;
  border-radius:0
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color:#c00;
  color:#fff
}
.nav-fill .nav-item,
.nav-fill>.nav-link {
  flex:1 1 auto;
  text-align:center
}
.nav-justified .nav-item,
.nav-justified>.nav-link {
  flex-basis:0;
  flex-grow:1;
  text-align:center
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width:100%
}
.tab-content>.tab-pane {
  display:none
}
.tab-content>.active {
  display:block
}
.navbar {
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  padding-bottom:.5rem;
  padding-top:.5rem;
  position:relative
}
.acomanifesto .navbar>.acomanifesto__body,
.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  align-items:center;
  display:flex;
  flex-wrap:inherit;
  justify-content:space-between
}
.navbar-brand {
  font-size:1.25rem;
  margin-right:1rem;
  padding-bottom:0;
  padding-top:0;
  white-space:nowrap
}
.navbar-nav {
  display:flex;
  flex-direction:column;
  list-style:none;
  margin-bottom:0;
  padding-left:0
}
.navbar-nav .nav-link {
  padding-left:0;
  padding-right:0
}
.navbar-nav .dropdown-menu {
  position:static
}
.navbar-text {
  padding-bottom:.5rem;
  padding-top:.5rem
}
.navbar-collapse {
  align-items:center;
  flex-basis:100%;
  flex-grow:1
}
.navbar-toggler {
  background-color:transparent;
  border:1px solid transparent;
  font-size:1.25rem;
  padding:.25rem .75rem;
  transition:box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .navbar-toggler {
    transition:none
  }
}
.navbar-toggler:hover {
  text-decoration:none
}
.navbar-toggler:focus {
  box-shadow:0 0 0 0;
  outline:0;
  text-decoration:none
}
.navbar-toggler-icon {
  background-position:50%;
  background-repeat:no-repeat;
  background-size:100%;
  height:1.5em;
  vertical-align:middle;
  width:1.5em
}
.navbar-nav-scroll {
  max-height:var(--bs-scroll-height,75vh);
  overflow-y:auto
}
@media (min-width:480px) {
  .navbar-expand-sm {
    flex-wrap:nowrap;
    justify-content:flex-start
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction:row
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position:absolute
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left:.5rem;
    padding-right:.5rem
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow:visible
  }
  .navbar-expand-sm .navbar-collapse {
    display:flex!important;
    flex-basis:auto
  }
  .navbar-expand-sm .navbar-toggler,
  .navbar-expand-sm .offcanvas-header {
    display:none
  }
  .navbar-expand-sm .offcanvas {
    background-color:transparent;
    border-left:0;
    border-right:0;
    bottom:0;
    flex-grow:1;
    position:inherit;
    transform:none;
    transition:none;
    visibility:visible!important;
    z-index:1000
  }
  .navbar-expand-sm .offcanvas-bottom,
  .navbar-expand-sm .offcanvas-top {
    border-bottom:0;
    border-top:0;
    height:auto
  }
  .navbar-expand-sm .offcanvas-body {
    display:flex;
    flex-grow:0;
    overflow-y:visible;
    padding:0
  }
}
@media (min-width:768px) {
  .navbar-expand-md {
    flex-wrap:nowrap;
    justify-content:flex-start
  }
  .navbar-expand-md .navbar-nav {
    flex-direction:row
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position:absolute
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left:.5rem;
    padding-right:.5rem
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow:visible
  }
  .navbar-expand-md .navbar-collapse {
    display:flex!important;
    flex-basis:auto
  }
  .navbar-expand-md .navbar-toggler,
  .navbar-expand-md .offcanvas-header {
    display:none
  }
  .navbar-expand-md .offcanvas {
    background-color:transparent;
    border-left:0;
    border-right:0;
    bottom:0;
    flex-grow:1;
    position:inherit;
    transform:none;
    transition:none;
    visibility:visible!important;
    z-index:1000
  }
  .navbar-expand-md .offcanvas-bottom,
  .navbar-expand-md .offcanvas-top {
    border-bottom:0;
    border-top:0;
    height:auto
  }
  .navbar-expand-md .offcanvas-body {
    display:flex;
    flex-grow:0;
    overflow-y:visible;
    padding:0
  }
}
@media (min-width:1008px) {
  .navbar-expand-lg {
    flex-wrap:nowrap;
    justify-content:flex-start
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction:row
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position:absolute
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left:.5rem;
    padding-right:.5rem
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow:visible
  }
  .navbar-expand-lg .navbar-collapse {
    display:flex!important;
    flex-basis:auto
  }
  .navbar-expand-lg .navbar-toggler,
  .navbar-expand-lg .offcanvas-header {
    display:none
  }
  .navbar-expand-lg .offcanvas {
    background-color:transparent;
    border-left:0;
    border-right:0;
    bottom:0;
    flex-grow:1;
    position:inherit;
    transform:none;
    transition:none;
    visibility:visible!important;
    z-index:1000
  }
  .navbar-expand-lg .offcanvas-bottom,
  .navbar-expand-lg .offcanvas-top {
    border-bottom:0;
    border-top:0;
    height:auto
  }
  .navbar-expand-lg .offcanvas-body {
    display:flex;
    flex-grow:0;
    overflow-y:visible;
    padding:0
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-wrap:nowrap;
    justify-content:flex-start
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction:row
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position:absolute
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left:.5rem;
    padding-right:.5rem
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow:visible
  }
  .navbar-expand-xl .navbar-collapse {
    display:flex!important;
    flex-basis:auto
  }
  .navbar-expand-xl .navbar-toggler,
  .navbar-expand-xl .offcanvas-header {
    display:none
  }
  .navbar-expand-xl .offcanvas {
    background-color:transparent;
    border-left:0;
    border-right:0;
    bottom:0;
    flex-grow:1;
    position:inherit;
    transform:none;
    transition:none;
    visibility:visible!important;
    z-index:1000
  }
  .navbar-expand-xl .offcanvas-bottom,
  .navbar-expand-xl .offcanvas-top {
    border-bottom:0;
    border-top:0;
    height:auto
  }
  .navbar-expand-xl .offcanvas-body {
    display:flex;
    flex-grow:0;
    overflow-y:visible;
    padding:0
  }
}
@media (min-width:1400px) {
  .navbar-expand-xxl {
    flex-wrap:nowrap;
    justify-content:flex-start
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction:row
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position:absolute
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left:.5rem;
    padding-right:.5rem
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow:visible
  }
  .navbar-expand-xxl .navbar-collapse {
    display:flex!important;
    flex-basis:auto
  }
  .navbar-expand-xxl .navbar-toggler,
  .navbar-expand-xxl .offcanvas-header {
    display:none
  }
  .navbar-expand-xxl .offcanvas {
    background-color:transparent;
    border-left:0;
    border-right:0;
    bottom:0;
    flex-grow:1;
    position:inherit;
    transform:none;
    transition:none;
    visibility:visible!important;
    z-index:1000
  }
  .navbar-expand-xxl .offcanvas-bottom,
  .navbar-expand-xxl .offcanvas-top {
    border-bottom:0;
    border-top:0;
    height:auto
  }
  .navbar-expand-xxl .offcanvas-body {
    display:flex;
    flex-grow:0;
    overflow-y:visible;
    padding:0
  }
}
.navbar-expand {
  flex-wrap:nowrap;
  justify-content:flex-start
}
.navbar-expand .navbar-nav {
  flex-direction:row
}
.navbar-expand .navbar-nav .dropdown-menu {
  position:absolute
}
.navbar-expand .navbar-nav .nav-link {
  padding-left:.5rem;
  padding-right:.5rem
}
.navbar-expand .navbar-nav-scroll {
  overflow:visible
}
.navbar-expand .navbar-collapse {
  display:flex!important;
  flex-basis:auto
}
.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas-header {
  display:none
}
.navbar-expand .offcanvas {
  background-color:transparent;
  border-left:0;
  border-right:0;
  bottom:0;
  flex-grow:1;
  position:inherit;
  transform:none;
  transition:none;
  visibility:visible!important;
  z-index:1000
}
.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
  border-bottom:0;
  border-top:0;
  height:auto
}
.navbar-expand .offcanvas-body {
  display:flex;
  flex-grow:0;
  overflow-y:visible;
  padding:0
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color:rgba(0,0,0,.9)
}
.navbar-light .navbar-nav .nav-link {
  color:rgba(0,0,0,.55)
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color:rgba(0,0,0,.7)
}
.navbar-light .navbar-nav .nav-link.disabled {
  color:rgba(0,0,0,.3)
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color:rgba(0,0,0,.9)
}
.navbar-light .navbar-toggler {
  border-color:rgba(0,0,0,.1);
  color:rgba(0,0,0,.55)
}
.navbar-light .navbar-toggler-icon {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0,0,0,0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
  color:rgba(0,0,0,.55)
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color:rgba(0,0,0,.9)
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color:#fff
}
.navbar-dark .navbar-nav .nav-link {
  color:hsla(0,0%,100%,.55)
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color:hsla(0,0%,100%,.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color:hsla(0,0%,100%,.25)
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color:#fff
}
.navbar-dark .navbar-toggler {
  border-color:hsla(0,0%,100%,.1);
  color:hsla(0,0%,100%,.55)
}
.navbar-dark .navbar-toggler-icon {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-dark .navbar-text {
  color:hsla(0,0%,100%,.55)
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color:#fff
}
.card,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item {
  display:flex;
  flex-direction:column;
  min-width:0;
  position:relative;
  word-wrap:break-word;
  background-clip:border-box;
  background-color:#fff;
  border:1px solid rgba(0,0,0,.125);
  border-radius:0
}
.card>hr,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item>hr {
  margin-left:0;
  margin-right:0
}
.card>.list-group,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item>.list-group {
  border-bottom:inherit;
  border-top:inherit
}
.card>.list-group:first-child,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item>.list-group:first-child {
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-top-width:0
}
.card>.list-group:last-child,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item>.list-group:last-child {
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-bottom-width:0
}
.card>.card-header+.list-group,
.card>.list-group+.card-footer,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .card>.j-poster+.list-group,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item>.card-header+.list-group,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item>.j-poster+.list-group,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item>.list-group+.card-footer {
  border-top:0
}
.card-body,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text {
  flex:1 1 auto;
  padding:1rem
}
.card-title {
  margin-bottom:.5rem
}
.card-subtitle {
  margin-top:-.25rem
}
.card-subtitle,
.card-text:last-child,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-message:last-child {
  margin-bottom:0
}
.card-link+.card-link {
  margin-left:1rem
}
.card-header,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-poster {
  background-color:rgba(0,0,0,.03);
  border-bottom:1px solid rgba(0,0,0,.125);
  margin-bottom:0;
  padding:.5rem 1rem
}
.card-header:first-child,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-poster:first-child {
  border-radius:0 0 0 0
}
.card-footer {
  background-color:rgba(0,0,0,.03);
  border-top:1px solid rgba(0,0,0,.125);
  padding:.5rem 1rem
}
.card-footer:last-child {
  border-radius:0 0 0 0
}
.card-header-tabs {
  border-bottom:0;
  margin-bottom:-.5rem
}
.card-header-pills,
.card-header-tabs {
  margin-left:-.5rem;
  margin-right:-.5rem
}
.card-img-overlay {
  border-radius:0;
  bottom:0;
  left:0;
  padding:1rem;
  position:absolute;
  right:0;
  top:0
}
.card-img,
.card-img-bottom,
.card-img-top,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile .feed-item img,
.navigation-tile .card img,
.navigation-tile .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item img {
  width:100%
}
.card-img,
.card-img-top,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile .feed-item img,
.navigation-tile .card img,
.navigation-tile .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item img {
  border-top-left-radius:0;
  border-top-right-radius:0
}
.card-img,
.card-img-bottom {
  border-bottom-left-radius:0;
  border-bottom-right-radius:0
}
.card-group>.card,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.feed-item {
  margin-bottom:.75rem
}
@media (min-width:480px) {
  .card-group {
    display:flex;
    flex-flow:row wrap
  }
  .card-group>.card,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.feed-item {
    flex:1 0 0%;
    margin-bottom:0
  }
  .card-group>.card+.card,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.card+.feed-item,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.feed-item+.card,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.feed-item+.feed-item {
    border-left:0;
    margin-left:0
  }
  .card-group>.card:not(:last-child),
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.feed-item:not(:last-child) {
    border-bottom-right-radius:0;
    border-top-right-radius:0
  }
  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-poster,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.feed-item:not(:last-child) .card-header,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.feed-item:not(:last-child) .card-img-top,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.feed-item:not(:last-child) .j-poster,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .card-group>.card:not(:last-child) .j-poster,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile .card-group>.feed-item:not(:last-child) img,
  .navigation-tile .card-group>.card:not(:last-child) img,
  .navigation-tile .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.feed-item:not(:last-child) img {
    border-top-right-radius:0
  }
  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.feed-item:not(:last-child) .card-footer,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.feed-item:not(:last-child) .card-img-bottom {
    border-bottom-right-radius:0
  }
  .card-group>.card:not(:first-child),
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.feed-item:not(:first-child) {
    border-bottom-left-radius:0;
    border-top-left-radius:0
  }
  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-poster,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.feed-item:not(:first-child) .card-header,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.feed-item:not(:first-child) .card-img-top,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.feed-item:not(:first-child) .j-poster,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .card-group>.card:not(:first-child) .j-poster,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile .card-group>.feed-item:not(:first-child) img,
  .navigation-tile .card-group>.card:not(:first-child) img,
  .navigation-tile .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.feed-item:not(:first-child) img {
    border-top-left-radius:0
  }
  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.feed-item:not(:first-child) .card-footer,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-group>.feed-item:not(:first-child) .card-img-bottom {
    border-bottom-left-radius:0
  }
}
.accordion-button {
  align-items:center;
  background-color:#ededed;
  border:0;
  border-radius:0;
  color:#000;
  display:flex;
  font-size:1rem;
  overflow-anchor:none;
  padding:1rem .75rem;
  position:relative;
  text-align:left;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  width:100%
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button {
    transition:none
  }
}
.accordion-button:not(.collapsed) {
  background-color:#ededed;
  box-shadow:inset 0 0 0 rgba(0,0,0,.125);
  color:#000
}
.accordion-button:not(.collapsed):after {
  transform:rotate(-180deg)
}
.accordion-button:after,
.accordion-button:not(.collapsed):after {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E")
}
.accordion-button:after {
  background-repeat:no-repeat;
  background-size:1.25rem;
  content:"";
  flex-shrink:0;
  height:1.25rem;
  margin-left:auto;
  transition:transform .2s ease-in-out;
  width:1.25rem
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button:after {
    transition:none
  }
}
.accordion-button:hover {
  z-index:2
}
.accordion-button:focus {
  border-color:#ccc;
  box-shadow:none;
  outline:0;
  z-index:3
}
.accordion-header {
  margin-bottom:0
}
.accordion-item {
  background-color:#fff;
  border:0 solid rgba(0,0,0,.125)
}
.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius:0;
  border-top-right-radius:0
}
.accordion-item:not(:first-of-type) {
  border-top:0
}
.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius:0;
  border-bottom-right-radius:0
}
.accordion-body {
  padding:1rem 1.25rem
}
.accordion--layout-plus .accordion-collapse,
.accordion--layout-regular .accordion-collapse,
.accordion-flush .accordion-collapse {
  border-width:0
}
.accordion--layout-plus .accordion-item,
.accordion--layout-regular .accordion-item,
.accordion-flush .accordion-item {
  border-left:0;
  border-radius:0;
  border-right:0
}
.accordion--layout-plus .accordion-item:first-child,
.accordion--layout-regular .accordion-item:first-child,
.accordion-flush .accordion-item:first-child {
  border-top:0
}
.accordion--layout-plus .accordion-item:last-child,
.accordion--layout-regular .accordion-item:last-child,
.accordion-flush .accordion-item:last-child {
  border-bottom:0
}
.accordion--layout-plus .accordion-item .accordion-button,
.accordion--layout-regular .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button {
  border-radius:0
}
.breadcrumb {
  display:flex;
  flex-wrap:wrap;
  list-style:none;
  margin-bottom:1rem;
  padding:0
}
.breadcrumb-item+.breadcrumb-item {
  padding-left:.5rem
}
.breadcrumb-item+.breadcrumb-item:before {
  color:#6c757d;
  content:var(--bs-breadcrumb-divider,"/");
  float:left;
  padding-right:.5rem
}
.breadcrumb-item.active {
  color:#6c757d
}
.pagination {
  display:flex;
  list-style:none;
  padding-left:0
}
.page-link {
  background-color:#fff;
  border:1px solid #dee2e6;
  color:var(--bs-primary);
  display:block;
  position:relative;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .page-link {
    transition:none
  }
}
.page-link:hover {
  border-color:#dee2e6;
  z-index:2
}
.page-link:focus,
.page-link:hover {
  background-color:#e9ecef;
  color:var(--bs-secondary)
}
.page-link:focus {
  box-shadow:none;
  outline:0;
  z-index:3
}
.page-item:not(:first-child) .page-link {
  margin-left:-1px
}
.page-item.active .page-link {
  background-color:#c00;
  border-color:#c00;
  color:#fff;
  z-index:3
}
.page-item.disabled .page-link {
  background-color:#fff;
  border-color:#dee2e6;
  color:#6c757d;
  pointer-events:none
}
.page-link {
  padding:.375rem .75rem
}
.page-item:first-child .page-link {
  border-bottom-left-radius:0;
  border-top-left-radius:0
}
.page-item:last-child .page-link {
  border-bottom-right-radius:0;
  border-top-right-radius:0
}
.pagination-lg .page-link {
  font-size:1.25rem;
  padding:.75rem 1.5rem
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius:0;
  border-top-left-radius:0
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius:0;
  border-top-right-radius:0
}
.pagination-sm .page-link {
  font-size:.9rem;
  padding:.25rem .5rem
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius:0;
  border-top-left-radius:0
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius:0;
  border-top-right-radius:0
}
.badge {
  border-radius:0;
  color:#fff;
  display:inline-block;
  font-size:.75em;
  font-weight:700;
  line-height:1;
  padding:.35em .65em;
  text-align:center;
  vertical-align:baseline;
  white-space:nowrap
}
.badge:empty {
  display:none
}
.btn .badge {
  position:relative;
  top:-1px
}
.alert {
  border:1px solid transparent;
  border-radius:0;
  margin-bottom:1rem;
  padding:1rem;
  position:relative
}
.alert-heading {
  color:inherit
}
.alert-link {
  font-weight:700
}
.alert-dismissible {
  padding-right:3rem
}
.alert-dismissible .btn-close {
  padding:1.25rem 1rem;
  position:absolute;
  right:0;
  top:0;
  z-index:2
}
.alert-primary {
  background-color:#f5cccc;
  border-color:#f0b3b3;
  color:#7a0000
}
.alert-primary .alert-link {
  color:#620000
}
.alert-secondary {
  background-color:#eacccc;
  border-color:#dfb3b3;
  color:#590000
}
.alert-secondary .alert-link {
  color:#470000
}
.alert-success {
  background-color:#d6dfd6;
  border-color:#c1cfc1;
  color:#1d3a1d
}
.alert-success .alert-link {
  color:#172e17
}
.alert-info {
  background-color:#e0e0e0;
  border-color:#d1d1d1;
  color:#3d3d3d
}
.alert-info .alert-link {
  color:#313131
}
.alert-warning {
  background-color:#e5e3d8;
  border-color:#d8d5c5;
  color:#4b4424
}
.alert-warning .alert-link {
  color:#3c361d
}
.alert-danger {
  background-color:#eacccc;
  border-color:#dfb3b3;
  color:#590000
}
.alert-danger .alert-link {
  color:#470000
}
.alert-light {
  background-color:#fefefe;
  border-color:#fdfdfe;
  color:#636464
}
.alert-light .alert-link {
  color:#4f5050
}
.alert-dark {
  background-color:#d3d3d4;
  border-color:#bcbebf;
  color:#141619
}
.alert-dark .alert-link {
  color:#101214
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x:1rem
  }
}
.progress {
  background-color:#e9ecef;
  border-radius:0;
  font-size:.75rem;
  height:1rem
}
.progress,
.progress-bar {
  display:flex;
  overflow:hidden
}
.progress-bar {
  background-color:#c00;
  color:#fff;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  transition:width .6s ease;
  white-space:nowrap
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition:none
  }
}
.progress-bar-striped {
  background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
  background-size:1rem 1rem
}
.progress-bar-animated {
  animation:progress-bar-stripes 1s linear infinite
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    animation:none
  }
}
.list-group {
  border-radius:0;
  display:flex;
  flex-direction:column;
  margin-bottom:0;
  padding-left:0
}
.list-group-numbered {
  counter-reset:section;
  list-style-type:none
}
.list-group-numbered>li:before {
  content:counters(section,".") ". ";
  counter-increment:section
}
.list-group-item-action {
  color:#495057;
  text-align:inherit;
  width:100%
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color:#f8f9fa;
  color:#495057;
  text-decoration:none;
  z-index:1
}
.list-group-item-action:active {
  background-color:#e9ecef;
  color:#212529
}
.list-group-item {
  background-color:#fff;
  border:1px solid rgba(0,0,0,.125);
  color:#212529;
  display:block;
  padding:.5rem 1rem;
  position:relative
}
.list-group-item:first-child {
  border-top-left-radius:inherit;
  border-top-right-radius:inherit
}
.list-group-item:last-child {
  border-bottom-left-radius:inherit;
  border-bottom-right-radius:inherit
}
.list-group-item.disabled,
.list-group-item:disabled {
  background-color:#fff;
  color:#6c757d;
  pointer-events:none
}
.list-group-item.active {
  background-color:#c00;
  border-color:#c00;
  color:#fff;
  z-index:2
}
.list-group-item+.list-group-item {
  border-top-width:0
}
.list-group-item+.list-group-item.active {
  border-top-width:1px;
  margin-top:-1px
}
.list-group-horizontal {
  flex-direction:row
}
.list-group-horizontal>.list-group-item:first-child,
.list-group-horizontal>.list-group-item:last-child {
  border-bottom-left-radius:0;
  border-top-right-radius:0
}
.list-group-horizontal>.list-group-item.active {
  margin-top:0
}
.list-group-horizontal>.list-group-item+.list-group-item {
  border-left-width:0;
  border-top-width:1px
}
.list-group-horizontal>.list-group-item+.list-group-item.active {
  border-left-width:1px;
  margin-left:-1px
}
@media (min-width:480px) {
  .list-group-horizontal-sm {
    flex-direction:row
  }
  .list-group-horizontal-sm>.list-group-item:first-child,
  .list-group-horizontal-sm>.list-group-item:last-child {
    border-bottom-left-radius:0;
    border-top-right-radius:0
  }
  .list-group-horizontal-sm>.list-group-item.active {
    margin-top:0
  }
  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-left-width:0;
    border-top-width:1px
  }
  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    border-left-width:1px;
    margin-left:-1px
  }
}
@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction:row
  }
  .list-group-horizontal-md>.list-group-item:first-child,
  .list-group-horizontal-md>.list-group-item:last-child {
    border-bottom-left-radius:0;
    border-top-right-radius:0
  }
  .list-group-horizontal-md>.list-group-item.active {
    margin-top:0
  }
  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-left-width:0;
    border-top-width:1px
  }
  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    border-left-width:1px;
    margin-left:-1px
  }
}
@media (min-width:1008px) {
  .list-group-horizontal-lg {
    flex-direction:row
  }
  .list-group-horizontal-lg>.list-group-item:first-child,
  .list-group-horizontal-lg>.list-group-item:last-child {
    border-bottom-left-radius:0;
    border-top-right-radius:0
  }
  .list-group-horizontal-lg>.list-group-item.active {
    margin-top:0
  }
  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-left-width:0;
    border-top-width:1px
  }
  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    border-left-width:1px;
    margin-left:-1px
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction:row
  }
  .list-group-horizontal-xl>.list-group-item:first-child,
  .list-group-horizontal-xl>.list-group-item:last-child {
    border-bottom-left-radius:0;
    border-top-right-radius:0
  }
  .list-group-horizontal-xl>.list-group-item.active {
    margin-top:0
  }
  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-left-width:0;
    border-top-width:1px
  }
  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    border-left-width:1px;
    margin-left:-1px
  }
}
@media (min-width:1400px) {
  .list-group-horizontal-xxl {
    flex-direction:row
  }
  .list-group-horizontal-xxl>.list-group-item:first-child,
  .list-group-horizontal-xxl>.list-group-item:last-child {
    border-bottom-left-radius:0;
    border-top-right-radius:0
  }
  .list-group-horizontal-xxl>.list-group-item.active {
    margin-top:0
  }
  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
    border-left-width:0;
    border-top-width:1px
  }
  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    border-left-width:1px;
    margin-left:-1px
  }
}
.list-group-flush {
  border-radius:0
}
.list-group-flush>.list-group-item {
  border-width:0 0 1px
}
.list-group-flush>.list-group-item:last-child {
  border-bottom-width:0
}
.list-group-item-primary {
  background-color:#f5cccc;
  color:#7a0000
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  background-color:#ddb8b8;
  color:#7a0000
}
.list-group-item-primary.list-group-item-action.active {
  background-color:#7a0000;
  border-color:#7a0000;
  color:#fff
}
.list-group-item-secondary {
  background-color:#eacccc;
  color:#590000
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  background-color:#d3b8b8;
  color:#590000
}
.list-group-item-secondary.list-group-item-action.active {
  background-color:#590000;
  border-color:#590000;
  color:#fff
}
.list-group-item-success {
  background-color:#d6dfd6;
  color:#1d3a1d
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  background-color:#c1c9c1;
  color:#1d3a1d
}
.list-group-item-success.list-group-item-action.active {
  background-color:#1d3a1d;
  border-color:#1d3a1d;
  color:#fff
}
.list-group-item-info {
  background-color:#e0e0e0;
  color:#3d3d3d
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  background-color:#cacaca;
  color:#3d3d3d
}
.list-group-item-info.list-group-item-action.active {
  background-color:#3d3d3d;
  border-color:#3d3d3d;
  color:#fff
}
.list-group-item-warning {
  background-color:#e5e3d8;
  color:#4b4424
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  background-color:#ceccc2;
  color:#4b4424
}
.list-group-item-warning.list-group-item-action.active {
  background-color:#4b4424;
  border-color:#4b4424;
  color:#fff
}
.list-group-item-danger {
  background-color:#eacccc;
  color:#590000
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  background-color:#d3b8b8;
  color:#590000
}
.list-group-item-danger.list-group-item-action.active {
  background-color:#590000;
  border-color:#590000;
  color:#fff
}
.list-group-item-light {
  background-color:#fefefe;
  color:#636464
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  background-color:#e5e5e5;
  color:#636464
}
.list-group-item-light.list-group-item-action.active {
  background-color:#636464;
  border-color:#636464;
  color:#fff
}
.list-group-item-dark {
  background-color:#d3d3d4;
  color:#141619
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  background-color:#bebebf;
  color:#141619
}
.list-group-item-dark.list-group-item-action.active {
  background-color:#141619;
  border-color:#141619;
  color:#fff
}
.btn-close {
  background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='var(--bs-primary)' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
  border:0;
  border-radius:0;
  box-sizing:content-box;
  height:1em;
  padding:.25em;
  width:1em
}
.btn-close,
.btn-close:hover {
  color:var(--bs-primary);
  opacity:1
}
.btn-close:hover {
  text-decoration:none
}
.btn-close:focus {
  box-shadow:none;
  opacity:1;
  outline:0
}
.btn-close.disabled,
.btn-close:disabled {
  opacity:.25;
  pointer-events:none;
  user-select:none
}
.btn-close-white {
  filter:invert(1) grayscale(100%) brightness(200%)
}
.toast {
  background-clip:padding-box;
  background-color:hsla(0,0%,100%,.85);
  border:1px solid rgba(0,0,0,.1);
  border-radius:0;
  box-shadow:0 .5rem 1rem #ccc;
  font-size:.875rem;
  max-width:100%;
  pointer-events:auto;
  width:350px
}
.toast.showing {
  opacity:0
}
.toast:not(.show) {
  display:none
}
.toast-container {
  max-width:100%;
  pointer-events:none;
  width:max-content
}
.toast-container>:not(:last-child) {
  margin-bottom:.75rem
}
.toast-header {
  align-items:center;
  background-clip:padding-box;
  background-color:hsla(0,0%,100%,.85);
  border-bottom:1px solid rgba(0,0,0,.05);
  border-top-left-radius:0;
  border-top-right-radius:0;
  color:#6c757d;
  display:flex;
  padding:.5rem .75rem
}
.toast-header .btn-close {
  margin-left:.75rem;
  margin-right:-.375rem
}
.toast-body {
  padding:.75rem;
  word-wrap:break-word
}
.modal {
  display:none;
  height:100%;
  left:0;
  outline:0;
  overflow-x:hidden;
  overflow-y:auto;
  position:fixed;
  top:0;
  width:100%;
  z-index:2053
}
.modal-dialog {
  margin:.5rem;
  pointer-events:none;
  position:relative;
  width:auto
}
.modal.fade .modal-dialog {
  transform:translateY(-50px);
  transition:transform .3s ease-out
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition:none
  }
}
.modal.show .modal-dialog {
  transform:none
}
.modal.modal-static .modal-dialog {
  transform:scale(1.02)
}
.modal-dialog-scrollable {
  height:calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
  max-height:100%;
  overflow:hidden
}
.modal-dialog-scrollable .modal-body {
  overflow-y:auto
}
.modal-dialog-centered {
  align-items:center;
  display:flex;
  min-height:calc(100% - 1rem)
}
.modal-content {
  background-clip:padding-box;
  background-color:#fff;
  border:1px solid rgba(0,0,0,.2);
  border-radius:0;
  display:flex;
  flex-direction:column;
  outline:0;
  pointer-events:auto;
  position:relative;
  width:100%
}
.modal-backdrop {
  background-color:#000;
  height:100vh;
  left:0;
  position:fixed;
  top:0;
  width:100vw;
  z-index:2048
}
.modal-backdrop.fade {
  opacity:0
}
.modal-backdrop.show {
  opacity:.5
}
.modal-header {
  align-items:center;
  border-bottom:1px solid #dee2e6;
  border-top-left-radius:0;
  border-top-right-radius:0;
  display:flex;
  flex-shrink:0;
  justify-content:space-between;
  padding:1rem
}
.modal-header .btn-close {
  margin:-.5rem -.5rem -.5rem auto;
  padding:.5rem
}
.modal-title {
  line-height:1.5;
  margin-bottom:0
}
.modal-body {
  flex:1 1 auto;
  padding:1rem;
  position:relative
}
.modal-footer {
  align-items:center;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-top:1px solid #dee2e6;
  display:flex;
  flex-shrink:0;
  flex-wrap:wrap;
  justify-content:flex-end;
  padding:.75rem
}
.modal-footer>* {
  margin:.25rem
}
@media (min-width:480px) {
  .modal-dialog {
    margin:1.75rem auto;
    max-width:600px
  }
  .modal-dialog-scrollable {
    height:calc(100% - 3.5rem)
  }
  .modal-dialog-centered {
    min-height:calc(100% - 3.5rem)
  }
  .modal-sm {
    max-width:300px
  }
}
@media (min-width:1008px) {
  .modal-lg,
  .modal-xl {
    max-width:800px
  }
}
@media (min-width:1200px) {
  .modal-xl {
    max-width:1140px
  }
}
.modal-fullscreen {
  height:100%;
  margin:0;
  max-width:none;
  width:100vw
}
.modal-fullscreen .modal-content {
  border:0;
  border-radius:0;
  height:100%
}
.modal-fullscreen .modal-header {
  border-radius:0
}
.modal-fullscreen .modal-body {
  overflow-y:auto
}
.modal-fullscreen .modal-footer {
  border-radius:0
}
@media (max-width:479.98px) {
  .modal-fullscreen-sm-down {
    height:100%;
    margin:0;
    max-width:none;
    width:100vw
  }
  .modal-fullscreen-sm-down .modal-content {
    border:0;
    border-radius:0;
    height:100%
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius:0
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y:auto
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius:0
  }
}
@media (max-width:767.98px) {
  .modal-fullscreen-md-down {
    height:100%;
    margin:0;
    max-width:none;
    width:100vw
  }
  .modal-fullscreen-md-down .modal-content {
    border:0;
    border-radius:0;
    height:100%
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius:0
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y:auto
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius:0
  }
}
@media (max-width:1007.98px) {
  .modal-fullscreen-lg-down {
    height:100%;
    margin:0;
    max-width:none;
    width:100vw
  }
  .modal-fullscreen-lg-down .modal-content {
    border:0;
    border-radius:0;
    height:100%
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius:0
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y:auto
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius:0
  }
}
@media (max-width:1199.98px) {
  .modal-fullscreen-xl-down {
    height:100%;
    margin:0;
    max-width:none;
    width:100vw
  }
  .modal-fullscreen-xl-down .modal-content {
    border:0;
    border-radius:0;
    height:100%
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius:0
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y:auto
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius:0
  }
}
@media (max-width:1399.98px) {
  .modal-fullscreen-xxl-down {
    height:100%;
    margin:0;
    max-width:none;
    width:100vw
  }
  .modal-fullscreen-xxl-down .modal-content {
    border:0;
    border-radius:0;
    height:100%
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius:0
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y:auto
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius:0
  }
}
.tooltip {
  display:block;
  font-family:var(--bs-font-sans-serif);
  font-size:.9rem;
  font-style:normal;
  font-weight:400;
  letter-spacing:normal;
  line-break:auto;
  line-height:1.5;
  margin:0;
  position:absolute;
  text-align:left;
  text-align:start;
  text-decoration:none;
  text-shadow:none;
  text-transform:none;
  white-space:normal;
  word-break:normal;
  word-spacing:normal;
  z-index:1550;
  word-wrap:break-word;
  opacity:0
}
.tooltip.show {
  opacity:.9
}
.tooltip .tooltip-arrow {
  display:block;
  height:.4rem;
  position:absolute;
  width:.8rem
}
.tooltip .tooltip-arrow:before {
  border-color:transparent;
  border-style:solid;
  content:"";
  position:absolute
}
.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
  padding:.4rem 0
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom:0
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
  border-top-color:#fff;
  border-width:.4rem .4rem 0;
  top:-1px
}
.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
  padding:0 .4rem
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  height:.8rem;
  left:0;
  width:.4rem
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  border-right-color:#fff;
  border-width:.4rem .4rem .4rem 0;
  right:-1px
}
.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
  padding:.4rem 0
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top:0
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color:#fff;
  border-width:0 .4rem .4rem;
  bottom:-1px
}
.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
  padding:0 .4rem
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  height:.8rem;
  right:0;
  width:.4rem
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
  border-left-color:#fff;
  border-width:.4rem 0 .4rem .4rem;
  left:-1px
}
.tooltip-inner {
  background-color:#fff;
  border-radius:0;
  color:#000;
  max-width:200px;
  padding:.25rem .5rem;
  text-align:center
}
.popover {
  display:block;
  font-family:var(--bs-font-sans-serif);
  font-size:.9rem;
  font-style:normal;
  font-weight:400;
  left:0;
  letter-spacing:normal;
  line-break:auto;
  line-height:1.5;
  max-width:234px;
  position:absolute;
  text-align:left;
  text-align:start;
  text-decoration:none;
  text-shadow:none;
  text-transform:none;
  top:0;
  white-space:normal;
  word-break:normal;
  word-spacing:normal;
  z-index:1070;
  word-wrap:break-word;
  background-clip:padding-box;
  background-color:transparent;
  border:0 solid rgba(0,0,0,.2);
  border-radius:0
}
.popover .popover-arrow {
  display:block;
  height:.5rem;
  position:absolute;
  width:1rem
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
  border-color:transparent;
  border-style:solid;
  content:"";
  display:block;
  position:absolute
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
  bottom:-.5rem
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:after,
.bs-popover-top>.popover-arrow:before {
  border-top-color:#fff;
  border-width:.5rem .5rem 0;
  bottom:0
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
  height:1rem;
  left:-.5rem;
  width:.5rem
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:after,
.bs-popover-end>.popover-arrow:before {
  border-right-color:#fff;
  border-width:.5rem .5rem .5rem 0;
  left:0
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
  top:-.5rem
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:before {
  border-bottom-color:#fff;
  border-width:0 .5rem .5rem;
  top:0
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  border-bottom:0 solid #fff;
  content:"";
  display:block;
  left:50%;
  margin-left:-.5rem;
  position:absolute;
  top:0;
  width:1rem
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
  height:1rem;
  right:-.5rem;
  width:.5rem
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:after,
.bs-popover-start>.popover-arrow:before {
  border-left-color:#fff;
  border-width:.5rem 0 .5rem .5rem;
  right:0
}
.popover-header {
  background-color:#fff;
  border-bottom:0 solid rgba(0,0,0,.2);
  border-top-left-radius:0;
  border-top-right-radius:0;
  color:var(--bs-primary);
  font-size:1rem;
  margin-bottom:0;
  padding:.5rem 1rem
}
.popover-header:empty {
  display:none
}
.popover-body {
  color:#212529;
  padding:0
}
.carousel {
  position:relative
}
.carousel.pointer-event {
  touch-action:pan-y
}
.carousel-inner {
  overflow:hidden;
  position:relative;
  width:100%
}
.carousel-inner:after {
  clear:both;
  content:"";
  display:block
}
.carousel-item {
  backface-visibility:hidden;
  display:none;
  float:left;
  margin-right:-100%;
  position:relative;
  transition:transform .6s ease-in-out;
  width:100%
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition:none
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display:block
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform:translateX(100%)
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform:translateX(-100%)
}
.carousel-fade .carousel-item {
  opacity:0;
  transform:none;
  transition-property:opacity
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  opacity:1;
  z-index:1
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  opacity:0;
  transition:opacity 0s .6s;
  z-index:0
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition:none
  }
}
.carousel-control-next,
.carousel-control-prev {
  align-items:center;
  background:none;
  border:0;
  bottom:0;
  color:#fff;
  display:flex;
  justify-content:center;
  opacity:1;
  padding:0;
  position:absolute;
  text-align:center;
  top:0;
  transition:opacity .15s ease;
  width:15%;
  z-index:1
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition:none
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color:#fff;
  opacity:1;
  outline:0;
  text-decoration:none
}
.carousel-control-prev {
  left:0
}
.carousel-control-next {
  right:0
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-position:50%;
  background-repeat:no-repeat;
  background-size:100% 100%;
  display:inline-block;
  height:2rem;
  width:2rem
}
.carousel-control-prev-icon {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E")
}
.carousel-control-next-icon {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E")
}
.carousel-indicators {
  bottom:0;
  display:flex;
  justify-content:center;
  left:0;
  list-style:none;
  margin-bottom:1rem;
  margin-left:15%;
  margin-right:15%;
  padding:0;
  position:absolute;
  right:0;
  z-index:2
}
.carousel-indicators [data-bs-target] {
  background-clip:padding-box;
  background-color:#fff;
  border:0;
  border-bottom:10px solid transparent;
  border-top:10px solid transparent;
  box-sizing:content-box;
  cursor:pointer;
  flex:0 1 auto;
  height:3px;
  margin-left:3px;
  margin-right:3px;
  opacity:1;
  padding:0;
  text-indent:-999px;
  transition:opacity .6s ease;
  width:32px
}
@media (prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    transition:none
  }
}
.carousel-indicators .active {
  opacity:1
}
.carousel-caption {
  bottom:1.25rem;
  color:#fff;
  left:15%;
  padding-bottom:1.25rem;
  padding-top:1.25rem;
  position:absolute;
  right:15%;
  text-align:center
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter:invert(1) grayscale(100)
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color:#000
}
.carousel-dark .carousel-caption {
  color:#000
}
@keyframes spinner-border {
  to {
    transform:rotate(1turn)
  }
}
.spinner-border {
  animation:spinner-border .75s linear infinite;
  border:.25em solid;
  border-radius:50%;
  border-right:.25em solid transparent;
  display:inline-block;
  height:2rem;
  vertical-align:-.125em;
  width:2rem
}
.spinner-border-sm {
  border-width:.2em;
  height:1rem;
  width:1rem
}
@keyframes spinner-grow {
  0% {
    transform:scale(0)
  }
  50% {
    opacity:1;
    transform:none
  }
}
.spinner-grow {
  animation:spinner-grow .75s linear infinite;
  background-color:currentColor;
  border-radius:50%;
  display:inline-block;
  height:2rem;
  opacity:0;
  vertical-align:-.125em;
  width:2rem
}
.spinner-grow-sm {
  height:1rem;
  width:1rem
}
@media (prefers-reduced-motion:reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration:1.5s
  }
}
.offcanvas {
  background-clip:padding-box;
  background-color:#fff;
  bottom:0;
  display:flex;
  flex-direction:column;
  max-width:100%;
  outline:0;
  position:fixed;
  transition:transform .3s ease-in-out;
  visibility:hidden;
  z-index:1610
}
@media (prefers-reduced-motion:reduce) {
  .offcanvas {
    transition:none
  }
}
.offcanvas-backdrop {
  background-color:#000;
  height:100vh;
  left:0;
  position:fixed;
  top:0;
  width:100vw;
  z-index:1600
}
.offcanvas-backdrop.fade {
  opacity:0
}
.offcanvas-backdrop.show {
  opacity:.5
}
.offcanvas-header {
  align-items:center;
  display:flex;
  justify-content:space-between;
  padding:1rem
}
.offcanvas-header .btn-close {
  margin-bottom:-.5rem;
  margin-right:-.5rem;
  margin-top:-.5rem;
  padding:.5rem
}
.offcanvas-title {
  line-height:1.5;
  margin-bottom:0
}
.offcanvas-body {
  flex-grow:1;
  overflow-y:auto;
  padding:1rem
}
.offcanvas-start {
  border-right:1px solid rgba(0,0,0,.2);
  left:0;
  top:0;
  transform:translateX(-100%);
  width:400px
}
.offcanvas-end {
  border-left:1px solid rgba(0,0,0,.2);
  right:0;
  top:0;
  transform:translateX(100%);
  width:400px
}
.offcanvas-top {
  border-bottom:1px solid rgba(0,0,0,.2);
  top:0;
  transform:translateY(-100%)
}
.offcanvas-bottom,
.offcanvas-top {
  height:30vh;
  left:0;
  max-height:100%;
  right:0
}
.offcanvas-bottom {
  border-top:1px solid rgba(0,0,0,.2);
  transform:translateY(100%)
}
.offcanvas.show {
  transform:none
}
.placeholder {
  background-color:currentColor;
  cursor:wait;
  display:inline-block;
  min-height:1em;
  opacity:.5;
  vertical-align:middle
}
.placeholder.btn:before {
  content:"";
  display:inline-block
}
.placeholder-xs {
  min-height:.6em
}
.placeholder-sm {
  min-height:.8em
}
.placeholder-lg {
  min-height:1.2em
}
.placeholder-glow .placeholder {
  animation:placeholder-glow 2s ease-in-out infinite
}
@keyframes placeholder-glow {
  50% {
    opacity:.2
  }
}
.placeholder-wave {
  animation:placeholder-wave 2s linear infinite;
  mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);
  mask-size:200% 100%
}
@keyframes placeholder-wave {
  to {
    mask-position:-200% 0
  }
}
.clearfix:after {
  clear:both;
  content:"";
  display:block
}
.link-primary {
  color:#c00
}
.link-primary:focus,
.link-primary:hover {
  color:#a30000
}
.link-secondary {
  color:#940000
}
.link-secondary:focus,
.link-secondary:hover {
  color:#760000
}
.link-success {
  color:#306030
}
.link-success:focus,
.link-success:hover {
  color:#264d26
}
.link-info {
  color:#666
}
.link-info:focus,
.link-info:hover {
  color:#525252
}
.link-warning {
  color:#7d723c
}
.link-warning:focus,
.link-warning:hover {
  color:#645b30
}
.link-danger {
  color:#940000
}
.link-danger:focus,
.link-danger:hover {
  color:#760000
}
.link-light {
  color:#f8f9fa
}
.link-light:focus,
.link-light:hover {
  color:#f9fafb
}
.link-dark {
  color:#212529
}
.link-dark:focus,
.link-dark:hover {
  color:#1a1e21
}
.ratio {
  position:relative;
  width:100%
}
.ratio:before {
  content:"";
  display:block;
  padding-top:var(--bs-aspect-ratio)
}
.ratio>* {
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%
}
.ratio-1x1 {
  --bs-aspect-ratio:100%
}
.ratio-4x3 {
  --bs-aspect-ratio:75%
}
.ratio-16x9 {
  --bs-aspect-ratio:56.25%
}
.ratio-21x9 {
  --bs-aspect-ratio:42.8571428571%
}
.fixed-top {
  top:0
}
.fixed-bottom,
.fixed-top {
  left:0;
  position:fixed;
  right:0;
  z-index:1030
}
.fixed-bottom {
  bottom:0
}
.sticky-top {
  position:sticky;
  top:0;
  z-index:1020
}
@media (min-width:480px) {
  .sticky-sm-top {
    position:sticky;
    top:0;
    z-index:1020
  }
}
@media (min-width:768px) {
  .sticky-md-top {
    position:sticky;
    top:0;
    z-index:1020
  }
}
@media (min-width:1008px) {
  .sticky-lg-top {
    position:sticky;
    top:0;
    z-index:1020
  }
}
@media (min-width:1200px) {
  .sticky-xl-top {
    position:sticky;
    top:0;
    z-index:1020
  }
}
@media (min-width:1400px) {
  .sticky-xxl-top {
    position:sticky;
    top:0;
    z-index:1020
  }
}
.hstack {
  align-items:center;
  flex-direction:row
}
.hstack,
.vstack {
  align-self:stretch;
  display:flex
}
.vstack {
  flex:1 1 auto;
  flex-direction:column
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  height:1px!important;
  margin:-1px!important;
  overflow:hidden!important;
  padding:0!important;
  position:absolute!important;
  width:1px!important;
  clip:rect(0,0,0,0)!important;
  border:0!important;
  white-space:nowrap!important
}
.stretched-link:after {
  bottom:0;
  content:"";
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:1
}
.text-truncate {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.vr {
  align-self:stretch;
  background-color:currentColor;
  display:inline-block;
  min-height:1em;
  opacity:1;
  width:1px
}
.align-baseline {
  vertical-align:baseline!important
}
.align-top {
  vertical-align:top!important
}
.align-middle {
  vertical-align:middle!important
}
.align-bottom {
  vertical-align:bottom!important
}
.align-text-bottom {
  vertical-align:text-bottom!important
}
.align-text-top {
  vertical-align:text-top!important
}
.float-start {
  float:left!important
}
.float-end {
  float:right!important
}
.float-none {
  float:none!important
}
.opacity-0 {
  opacity:0!important
}
.opacity-25 {
  opacity:.25!important
}
.opacity-50 {
  opacity:.5!important
}
.opacity-75 {
  opacity:.75!important
}
.opacity-100 {
  opacity:1!important
}
.overflow-auto {
  overflow:auto!important
}
.overflow-hidden {
  overflow:hidden!important
}
.overflow-visible {
  overflow:visible!important
}
.overflow-scroll {
  overflow:scroll!important
}
.d-inline {
  display:inline!important
}
.d-inline-block {
  display:inline-block!important
}
.d-block {
  display:block!important
}
.d-grid {
  display:grid!important
}
.d-table {
  display:table!important
}
.d-table-row {
  display:table-row!important
}
.d-table-cell {
  display:table-cell!important
}
.d-flex {
  display:flex!important
}
.d-inline-flex {
  display:inline-flex!important
}
.d-none {
  display:none!important
}
.shadow {
  box-shadow:0 .5rem 1rem #ccc!important
}
.shadow-sm {
  box-shadow:3px 3px 5px #ccc!important
}
.shadow-lg {
  box-shadow:0 1rem 3rem #ccc!important
}
.shadow-none {
  box-shadow:none!important
}
.position-static {
  position:static!important
}
.position-relative {
  position:relative!important
}
.position-absolute {
  position:absolute!important
}
.position-fixed {
  position:fixed!important
}
.position-sticky {
  position:sticky!important
}
.top-0 {
  top:0!important
}
.top-50 {
  top:50%!important
}
.top-100 {
  top:100%!important
}
.bottom-0 {
  bottom:0!important
}
.bottom-50 {
  bottom:50%!important
}
.bottom-100 {
  bottom:100%!important
}
.start-0 {
  left:0!important
}
.start-50 {
  left:50%!important
}
.start-100 {
  left:100%!important
}
.end-0 {
  right:0!important
}
.end-50 {
  right:50%!important
}
.end-100 {
  right:100%!important
}
.translate-middle {
  transform:translate(-50%,-50%)!important
}
.translate-middle-x {
  transform:translateX(-50%)!important
}
.translate-middle-y {
  transform:translateY(-50%)!important
}
.border {
  border:1px solid #dee2e6!important
}
.border-0 {
  border:0!important
}
.border-top {
  border-top:1px solid #dee2e6!important
}
.border-top-0 {
  border-top:0!important
}
.border-end {
  border-right:1px solid #dee2e6!important
}
.border-end-0 {
  border-right:0!important
}
.border-bottom {
  border-bottom:1px solid #dee2e6!important
}
.border-bottom-0 {
  border-bottom:0!important
}
.border-start {
  border-left:1px solid #dee2e6!important
}
.border-start-0 {
  border-left:0!important
}
.border-primary {
  border-color:#c00!important
}
.border-secondary {
  border-color:#940000!important
}
.border-success {
  border-color:#306030!important
}
.border-info {
  border-color:#666!important
}
.border-warning {
  border-color:#7d723c!important
}
.border-danger {
  border-color:#940000!important
}
.border-light {
  border-color:#f8f9fa!important
}
.border-dark {
  border-color:#212529!important
}
.border-white {
  border-color:#fff!important
}
.border-1 {
  border-width:1px!important
}
.border-2 {
  border-width:2px!important
}
.border-3 {
  border-width:3px!important
}
.border-4 {
  border-width:4px!important
}
.border-5 {
  border-width:5px!important
}
.w-25 {
  width:25%!important
}
.w-50 {
  width:50%!important
}
.w-75 {
  width:75%!important
}
.w-100 {
  width:100%!important
}
.w-auto {
  width:auto!important
}
.w-fit-content {
  width:fit-content!important
}
.mw-100 {
  max-width:100%!important
}
.vw-100 {
  width:100vw!important
}
.min-vw-100 {
  min-width:100vw!important
}
.h-25 {
  height:25%!important
}
.h-50 {
  height:50%!important
}
.h-75 {
  height:75%!important
}
.h-100 {
  height:100%!important
}
.h-auto {
  height:auto!important
}
.mh-100 {
  max-height:100%!important
}
.vh-100 {
  height:100vh!important
}
.min-vh-100 {
  min-height:100vh!important
}
.flex-fill {
  flex:1 1 auto!important
}
.flex-row {
  flex-direction:row!important
}
.flex-column {
  flex-direction:column!important
}
.flex-row-reverse {
  flex-direction:row-reverse!important
}
.flex-column-reverse {
  flex-direction:column-reverse!important
}
.flex-grow-0 {
  flex-grow:0!important
}
.flex-grow-1 {
  flex-grow:1!important
}
.flex-shrink-0 {
  flex-shrink:0!important
}
.flex-shrink-1 {
  flex-shrink:1!important
}
.flex-wrap {
  flex-wrap:wrap!important
}
.flex-nowrap {
  flex-wrap:nowrap!important
}
.flex-wrap-reverse {
  flex-wrap:wrap-reverse!important
}
.gap-0 {
  gap:0!important
}
.gap-1 {
  gap:.25rem!important
}
.gap-2 {
  gap:.5rem!important
}
.gap-3 {
  gap:1rem!important
}
.gap-4 {
  gap:1.5rem!important
}
.gap-5 {
  gap:3rem!important
}
.gap-6 {
  gap:6rem!important
}
.justify-content-start {
  justify-content:flex-start!important
}
.justify-content-end {
  justify-content:flex-end!important
}
.justify-content-center {
  justify-content:center!important
}
.justify-content-between {
  justify-content:space-between!important
}
.justify-content-around {
  justify-content:space-around!important
}
.justify-content-evenly {
  justify-content:space-evenly!important
}
.align-items-start {
  align-items:flex-start!important
}
.align-items-end {
  align-items:flex-end!important
}
.align-items-center {
  align-items:center!important
}
.align-items-baseline {
  align-items:baseline!important
}
.align-items-stretch {
  align-items:stretch!important
}
.align-content-start {
  align-content:flex-start!important
}
.align-content-end {
  align-content:flex-end!important
}
.align-content-center {
  align-content:center!important
}
.align-content-between {
  align-content:space-between!important
}
.align-content-around {
  align-content:space-around!important
}
.align-content-stretch {
  align-content:stretch!important
}
.align-self-auto {
  align-self:auto!important
}
.align-self-start {
  align-self:flex-start!important
}
.align-self-end {
  align-self:flex-end!important
}
.align-self-center {
  align-self:center!important
}
.align-self-baseline {
  align-self:baseline!important
}
.align-self-stretch {
  align-self:stretch!important
}
.order-first {
  order:-1!important
}
.order-0 {
  order:0!important
}
.order-1 {
  order:1!important
}
.order-2 {
  order:2!important
}
.order-3 {
  order:3!important
}
.order-4 {
  order:4!important
}
.order-5 {
  order:5!important
}
.order-last {
  order:6!important
}
.m-0 {
  margin:0!important
}
.m-1 {
  margin:.25rem!important
}
.m-2 {
  margin:.5rem!important
}
.m-3 {
  margin:1rem!important
}
.m-4 {
  margin:1.5rem!important
}
.m-5 {
  margin:3rem!important
}
.m-6 {
  margin:6rem!important
}
.m-auto {
  margin:auto!important
}
.mx-0 {
  margin-left:0!important;
  margin-right:0!important
}
.mx-1 {
  margin-left:.25rem!important;
  margin-right:.25rem!important
}
.mx-2 {
  margin-left:.5rem!important;
  margin-right:.5rem!important
}
.mx-3 {
  margin-left:1rem!important;
  margin-right:1rem!important
}
.mx-4 {
  margin-left:1.5rem!important;
  margin-right:1.5rem!important
}
.mx-5 {
  margin-left:3rem!important;
  margin-right:3rem!important
}
.mx-6 {
  margin-left:6rem!important;
  margin-right:6rem!important
}
.mx-auto {
  margin-left:auto!important;
  margin-right:auto!important
}
.my-0 {
  margin-bottom:0!important;
  margin-top:0!important
}
.my-1 {
  margin-bottom:.25rem!important;
  margin-top:.25rem!important
}
.my-2 {
  margin-bottom:.5rem!important;
  margin-top:.5rem!important
}
.my-3 {
  margin-bottom:1rem!important;
  margin-top:1rem!important
}
.my-4 {
  margin-bottom:1.5rem!important;
  margin-top:1.5rem!important
}
.my-5 {
  margin-bottom:3rem!important;
  margin-top:3rem!important
}
.my-6 {
  margin-bottom:6rem!important;
  margin-top:6rem!important
}
.my-auto {
  margin-bottom:auto!important;
  margin-top:auto!important
}
.mt-0 {
  margin-top:0!important
}
.mt-1 {
  margin-top:.25rem!important
}
.mt-2 {
  margin-top:.5rem!important
}
.mt-3 {
  margin-top:1rem!important
}
.mt-4 {
  margin-top:1.5rem!important
}
.mt-5 {
  margin-top:3rem!important
}
.mt-6 {
  margin-top:6rem!important
}
.mt-auto {
  margin-top:auto!important
}
.me-0 {
  margin-right:0!important
}
.me-1 {
  margin-right:.25rem!important
}
.me-2 {
  margin-right:.5rem!important
}
.me-3 {
  margin-right:1rem!important
}
.me-4 {
  margin-right:1.5rem!important
}
.me-5 {
  margin-right:3rem!important
}
.me-6 {
  margin-right:6rem!important
}
.me-auto {
  margin-right:auto!important
}
.mb-0 {
  margin-bottom:0!important
}
.mb-1 {
  margin-bottom:.25rem!important
}
.mb-2 {
  margin-bottom:.5rem!important
}
.mb-3 {
  margin-bottom:1rem!important
}
.mb-4 {
  margin-bottom:1.5rem!important
}
.mb-5 {
  margin-bottom:3rem!important
}
.mb-6 {
  margin-bottom:6rem!important
}
.mb-auto {
  margin-bottom:auto!important
}
.ms-0 {
  margin-left:0!important
}
.ms-1 {
  margin-left:.25rem!important
}
.ms-2 {
  margin-left:.5rem!important
}
.ms-3 {
  margin-left:1rem!important
}
.ms-4 {
  margin-left:1.5rem!important
}
.ms-5 {
  margin-left:3rem!important
}
.ms-6 {
  margin-left:6rem!important
}
.ms-auto {
  margin-left:auto!important
}
.p-0 {
  padding:0!important
}
.p-1 {
  padding:.25rem!important
}
.p-2 {
  padding:.5rem!important
}
.p-3 {
  padding:1rem!important
}
.p-4 {
  padding:1.5rem!important
}
.p-5 {
  padding:3rem!important
}
.p-6 {
  padding:6rem!important
}
.px-0 {
  padding-left:0!important;
  padding-right:0!important
}
.px-1 {
  padding-left:.25rem!important;
  padding-right:.25rem!important
}
.px-2 {
  padding-left:.5rem!important;
  padding-right:.5rem!important
}
.px-3 {
  padding-left:1rem!important;
  padding-right:1rem!important
}
.px-4 {
  padding-left:1.5rem!important;
  padding-right:1.5rem!important
}
.px-5 {
  padding-left:3rem!important;
  padding-right:3rem!important
}
.px-6 {
  padding-left:6rem!important;
  padding-right:6rem!important
}
.py-0 {
  padding-bottom:0!important;
  padding-top:0!important
}
.py-1 {
  padding-bottom:.25rem!important;
  padding-top:.25rem!important
}
.py-2 {
  padding-bottom:.5rem!important;
  padding-top:.5rem!important
}
.py-3 {
  padding-bottom:1rem!important;
  padding-top:1rem!important
}
.py-4 {
  padding-bottom:1.5rem!important;
  padding-top:1.5rem!important
}
.py-5 {
  padding-bottom:3rem!important;
  padding-top:3rem!important
}
.py-6 {
  padding-bottom:6rem!important;
  padding-top:6rem!important
}
.pt-0 {
  padding-top:0!important
}
.pt-1 {
  padding-top:.25rem!important
}
.pt-2 {
  padding-top:.5rem!important
}
.pt-3 {
  padding-top:1rem!important
}
.pt-4 {
  padding-top:1.5rem!important
}
.pt-5 {
  padding-top:3rem!important
}
.pt-6 {
  padding-top:6rem!important
}
.pe-0 {
  padding-right:0!important
}
.pe-1 {
  padding-right:.25rem!important
}
.pe-2 {
  padding-right:.5rem!important
}
.pe-3 {
  padding-right:1rem!important
}
.pe-4 {
  padding-right:1.5rem!important
}
.pe-5 {
  padding-right:3rem!important
}
.pe-6 {
  padding-right:6rem!important
}
.pb-0 {
  padding-bottom:0!important
}
.pb-1 {
  padding-bottom:.25rem!important
}
.pb-2 {
  padding-bottom:.5rem!important
}
.pb-3 {
  padding-bottom:1rem!important
}
.pb-4 {
  padding-bottom:1.5rem!important
}
.pb-5 {
  padding-bottom:3rem!important
}
.pb-6 {
  padding-bottom:6rem!important
}
.ps-0 {
  padding-left:0!important
}
.ps-1 {
  padding-left:.25rem!important
}
.ps-2 {
  padding-left:.5rem!important
}
.ps-3 {
  padding-left:1rem!important
}
.ps-4 {
  padding-left:1.5rem!important
}
.ps-5 {
  padding-left:3rem!important
}
.ps-6 {
  padding-left:6rem!important
}
.font-monospace {
  font-family:var(--bs-font-monospace)!important
}
.font-regular {
  font-family:StoneSansIIITCW05-Book,Geneva,Arial!important
}
.font-medium {
  font-family:StoneSansIIITCW05-Medium,Geneva,Arial!important
}
.font-bold {
  font-family:StoneSansIIITCW05-Bold,Geneva,Arial!important
}
.fs-1 {
  font-size:calc(1.34rem + 1.08vw)!important
}
.fs-2 {
  font-size:calc(1.309rem + .708vw)!important
}
.fs-3 {
  font-size:calc(1.286rem + .432vw)!important
}
.fs-4 {
  font-size:calc(1.263rem + .156vw)!important
}
.fs-5 {
  font-size:1.18rem!important
}
.fs-6 {
  font-size:1rem!important
}
.fst-italic {
  font-style:italic!important
}
.fst-normal {
  font-style:normal!important
}
.fw-light {
  font-weight:300!important
}
.fw-lighter {
  font-weight:lighter!important
}
.fw-normal {
  font-weight:400!important
}
.ce-table tfoot,
.ce-table thead th,
.fw-bold,
.navigation-tile--collapsible .card-collapse span,
.table tfoot,
.table thead th {
  font-weight:700!important
}
.fw-bolder {
  font-weight:bolder!important
}
.fw-semibold {
  font-weight:700!important
}
.lh-1 {
  line-height:1!important
}
.lh-sm {
  line-height:1.25!important
}
.lh-base {
  line-height:1.5!important
}
.lh-lg {
  line-height:2!important
}
.text-start,
td.align-left,
th.align-left {
  text-align:left!important
}
.text-end,
td.align-right,
th.align-right {
  text-align:right!important
}
.text-center,
td.align-center,
th.align-center {
  text-align:center!important
}
.text-decoration-none {
  text-decoration:none!important
}
.text-decoration-underline {
  text-decoration:underline!important
}
.text-decoration-line-through {
  text-decoration:line-through!important
}
.text-lowercase {
  text-transform:lowercase!important
}
.text-uppercase {
  text-transform:uppercase!important
}
.text-capitalize {
  text-transform:capitalize!important
}
.text-wrap {
  white-space:normal!important
}
.text-nowrap {
  white-space:nowrap!important
}
.text-break {
  word-wrap:break-word!important;
  word-break:break-word!important
}
.text-primary {
  --bs-text-opacity:1;
  color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important
}
.text-secondary {
  --bs-text-opacity:1;
  color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important
}
.text-success {
  --bs-text-opacity:1;
  color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important
}
.text-info {
  --bs-text-opacity:1;
  color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important
}
.text-warning {
  --bs-text-opacity:1;
  color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important
}
.text-danger {
  --bs-text-opacity:1;
  color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important
}
.text-light {
  --bs-text-opacity:1;
  color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important
}
.text-dark {
  --bs-text-opacity:1;
  color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important
}
.text-black {
  --bs-text-opacity:1;
  color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important
}
.text-white {
  --bs-text-opacity:1;
  color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}
.text-body {
  --bs-text-opacity:1;
  color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important
}
.text-muted {
  --bs-text-opacity:1;
  color:#6c757d!important
}
.text-black-50 {
  --bs-text-opacity:1;
  color:rgba(0,0,0,.5)!important
}
.text-white-50 {
  --bs-text-opacity:1;
  color:hsla(0,0%,100%,.5)!important
}
.text-reset {
  --bs-text-opacity:1;
  color:inherit!important
}
.text-opacity-25 {
  --bs-text-opacity:0.25
}
.text-opacity-50 {
  --bs-text-opacity:0.5
}
.text-opacity-75 {
  --bs-text-opacity:0.75
}
.text-opacity-100 {
  --bs-text-opacity:1
}
.bg-primary {
  --bs-bg-opacity:1;
  background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important
}
.bg-secondary {
  --bs-bg-opacity:1;
  background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important
}
.bg-success {
  --bs-bg-opacity:1;
  background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important
}
.bg-info {
  --bs-bg-opacity:1;
  background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important
}
.bg-warning {
  --bs-bg-opacity:1;
  background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important
}
.bg-danger {
  --bs-bg-opacity:1;
  background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important
}
.bg-light {
  --bs-bg-opacity:1;
  background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important
}
.bg-dark {
  --bs-bg-opacity:1;
  background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
}
.bg-black {
  --bs-bg-opacity:1;
  background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important
}
.bg-white {
  --bs-bg-opacity:1;
  background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}
.bg-body {
  --bs-bg-opacity:1;
  background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important
}
.bg-gray {
  --bs-bg-opacity:1;
  background-color:rgba(230,230,230,var(--bs-bg-opacity))!important
}
.bg-transparent {
  --bs-bg-opacity:1;
  background-color:transparent!important
}
.bg-opacity-10 {
  --bs-bg-opacity:0.1
}
.bg-opacity-25 {
  --bs-bg-opacity:0.25
}
.bg-opacity-50 {
  --bs-bg-opacity:0.5
}
.bg-opacity-75 {
  --bs-bg-opacity:0.75
}
.bg-opacity-100 {
  --bs-bg-opacity:1
}
.bg-gradient {
  background-image:var(--bs-gradient)!important
}
.user-select-all {
  user-select:all!important
}
.user-select-auto {
  user-select:auto!important
}
.user-select-none {
  user-select:none!important
}
.pe-none {
  pointer-events:none!important
}
.pe-auto {
  pointer-events:auto!important
}
.rounded,
.rounded-0,
.rounded-1,
.rounded-2,
.rounded-3 {
  border-radius:0!important
}
.rounded-circle {
  border-radius:50%!important
}
.rounded-pill {
  border-radius:50rem!important
}
.rounded-top {
  border-top-left-radius:0!important
}
.rounded-end,
.rounded-top {
  border-top-right-radius:0!important
}
.rounded-bottom,
.rounded-end {
  border-bottom-right-radius:0!important
}
.rounded-bottom,
.rounded-start {
  border-bottom-left-radius:0!important
}
.rounded-start {
  border-top-left-radius:0!important
}
.visible {
  visibility:visible!important
}
.invisible {
  visibility:hidden!important
}
.cursor-auto {
  cursor:auto!important
}
.cursor-default {
  cursor:default!important
}
.cursor-pointer {
  cursor:pointer!important
}
.cursor-wait {
  cursor:wait!important
}
.cursor-text {
  cursor:text!important
}
.cursor-move {
  cursor:move!important
}
.cursor-help {
  cursor:help!important
}
.cursor-not-allowed {
  cursor:not-allowed!important
}
@media (min-width:480px) {
  .float-sm-start {
    float:left!important
  }
  .float-sm-end {
    float:right!important
  }
  .float-sm-none {
    float:none!important
  }
  .d-sm-inline {
    display:inline!important
  }
  .d-sm-inline-block {
    display:inline-block!important
  }
  .d-sm-block {
    display:block!important
  }
  .d-sm-grid {
    display:grid!important
  }
  .d-sm-table {
    display:table!important
  }
  .d-sm-table-row {
    display:table-row!important
  }
  .d-sm-table-cell {
    display:table-cell!important
  }
  .d-sm-flex {
    display:flex!important
  }
  .d-sm-inline-flex {
    display:inline-flex!important
  }
  .d-sm-none {
    display:none!important
  }
  .flex-sm-fill {
    flex:1 1 auto!important
  }
  .flex-sm-row {
    flex-direction:row!important
  }
  .flex-sm-column {
    flex-direction:column!important
  }
  .flex-sm-row-reverse {
    flex-direction:row-reverse!important
  }
  .flex-sm-column-reverse {
    flex-direction:column-reverse!important
  }
  .flex-sm-grow-0 {
    flex-grow:0!important
  }
  .flex-sm-grow-1 {
    flex-grow:1!important
  }
  .flex-sm-shrink-0 {
    flex-shrink:0!important
  }
  .flex-sm-shrink-1 {
    flex-shrink:1!important
  }
  .flex-sm-wrap {
    flex-wrap:wrap!important
  }
  .flex-sm-nowrap {
    flex-wrap:nowrap!important
  }
  .flex-sm-wrap-reverse {
    flex-wrap:wrap-reverse!important
  }
  .gap-sm-0 {
    gap:0!important
  }
  .gap-sm-1 {
    gap:.25rem!important
  }
  .gap-sm-2 {
    gap:.5rem!important
  }
  .gap-sm-3 {
    gap:1rem!important
  }
  .gap-sm-4 {
    gap:1.5rem!important
  }
  .gap-sm-5 {
    gap:3rem!important
  }
  .gap-sm-6 {
    gap:6rem!important
  }
  .justify-content-sm-start {
    justify-content:flex-start!important
  }
  .justify-content-sm-end {
    justify-content:flex-end!important
  }
  .justify-content-sm-center {
    justify-content:center!important
  }
  .justify-content-sm-between {
    justify-content:space-between!important
  }
  .justify-content-sm-around {
    justify-content:space-around!important
  }
  .justify-content-sm-evenly {
    justify-content:space-evenly!important
  }
  .align-items-sm-start {
    align-items:flex-start!important
  }
  .align-items-sm-end {
    align-items:flex-end!important
  }
  .align-items-sm-center {
    align-items:center!important
  }
  .align-items-sm-baseline {
    align-items:baseline!important
  }
  .align-items-sm-stretch {
    align-items:stretch!important
  }
  .align-content-sm-start {
    align-content:flex-start!important
  }
  .align-content-sm-end {
    align-content:flex-end!important
  }
  .align-content-sm-center {
    align-content:center!important
  }
  .align-content-sm-between {
    align-content:space-between!important
  }
  .align-content-sm-around {
    align-content:space-around!important
  }
  .align-content-sm-stretch {
    align-content:stretch!important
  }
  .align-self-sm-auto {
    align-self:auto!important
  }
  .align-self-sm-start {
    align-self:flex-start!important
  }
  .align-self-sm-end {
    align-self:flex-end!important
  }
  .align-self-sm-center {
    align-self:center!important
  }
  .align-self-sm-baseline {
    align-self:baseline!important
  }
  .align-self-sm-stretch {
    align-self:stretch!important
  }
  .order-sm-first {
    order:-1!important
  }
  .order-sm-0 {
    order:0!important
  }
  .order-sm-1 {
    order:1!important
  }
  .order-sm-2 {
    order:2!important
  }
  .order-sm-3 {
    order:3!important
  }
  .order-sm-4 {
    order:4!important
  }
  .order-sm-5 {
    order:5!important
  }
  .order-sm-last {
    order:6!important
  }
  .m-sm-0 {
    margin:0!important
  }
  .m-sm-1 {
    margin:.25rem!important
  }
  .m-sm-2 {
    margin:.5rem!important
  }
  .m-sm-3 {
    margin:1rem!important
  }
  .m-sm-4 {
    margin:1.5rem!important
  }
  .m-sm-5 {
    margin:3rem!important
  }
  .m-sm-6 {
    margin:6rem!important
  }
  .m-sm-auto {
    margin:auto!important
  }
  .mx-sm-0 {
    margin-left:0!important;
    margin-right:0!important
  }
  .mx-sm-1 {
    margin-left:.25rem!important;
    margin-right:.25rem!important
  }
  .mx-sm-2 {
    margin-left:.5rem!important;
    margin-right:.5rem!important
  }
  .mx-sm-3 {
    margin-left:1rem!important;
    margin-right:1rem!important
  }
  .mx-sm-4 {
    margin-left:1.5rem!important;
    margin-right:1.5rem!important
  }
  .mx-sm-5 {
    margin-left:3rem!important;
    margin-right:3rem!important
  }
  .mx-sm-6 {
    margin-left:6rem!important;
    margin-right:6rem!important
  }
  .mx-sm-auto {
    margin-left:auto!important;
    margin-right:auto!important
  }
  .my-sm-0 {
    margin-bottom:0!important;
    margin-top:0!important
  }
  .my-sm-1 {
    margin-bottom:.25rem!important;
    margin-top:.25rem!important
  }
  .my-sm-2 {
    margin-bottom:.5rem!important;
    margin-top:.5rem!important
  }
  .my-sm-3 {
    margin-bottom:1rem!important;
    margin-top:1rem!important
  }
  .my-sm-4 {
    margin-bottom:1.5rem!important;
    margin-top:1.5rem!important
  }
  .my-sm-5 {
    margin-bottom:3rem!important;
    margin-top:3rem!important
  }
  .my-sm-6 {
    margin-bottom:6rem!important;
    margin-top:6rem!important
  }
  .my-sm-auto {
    margin-bottom:auto!important;
    margin-top:auto!important
  }
  .mt-sm-0 {
    margin-top:0!important
  }
  .mt-sm-1 {
    margin-top:.25rem!important
  }
  .mt-sm-2 {
    margin-top:.5rem!important
  }
  .mt-sm-3 {
    margin-top:1rem!important
  }
  .mt-sm-4 {
    margin-top:1.5rem!important
  }
  .mt-sm-5 {
    margin-top:3rem!important
  }
  .mt-sm-6 {
    margin-top:6rem!important
  }
  .mt-sm-auto {
    margin-top:auto!important
  }
  .me-sm-0 {
    margin-right:0!important
  }
  .me-sm-1 {
    margin-right:.25rem!important
  }
  .me-sm-2 {
    margin-right:.5rem!important
  }
  .me-sm-3 {
    margin-right:1rem!important
  }
  .me-sm-4 {
    margin-right:1.5rem!important
  }
  .me-sm-5 {
    margin-right:3rem!important
  }
  .me-sm-6 {
    margin-right:6rem!important
  }
  .me-sm-auto {
    margin-right:auto!important
  }
  .mb-sm-0 {
    margin-bottom:0!important
  }
  .mb-sm-1 {
    margin-bottom:.25rem!important
  }
  .mb-sm-2 {
    margin-bottom:.5rem!important
  }
  .mb-sm-3 {
    margin-bottom:1rem!important
  }
  .mb-sm-4 {
    margin-bottom:1.5rem!important
  }
  .mb-sm-5 {
    margin-bottom:3rem!important
  }
  .mb-sm-6 {
    margin-bottom:6rem!important
  }
  .mb-sm-auto {
    margin-bottom:auto!important
  }
  .ms-sm-0 {
    margin-left:0!important
  }
  .ms-sm-1 {
    margin-left:.25rem!important
  }
  .ms-sm-2 {
    margin-left:.5rem!important
  }
  .ms-sm-3 {
    margin-left:1rem!important
  }
  .ms-sm-4 {
    margin-left:1.5rem!important
  }
  .ms-sm-5 {
    margin-left:3rem!important
  }
  .ms-sm-6 {
    margin-left:6rem!important
  }
  .ms-sm-auto {
    margin-left:auto!important
  }
  .p-sm-0 {
    padding:0!important
  }
  .p-sm-1 {
    padding:.25rem!important
  }
  .p-sm-2 {
    padding:.5rem!important
  }
  .p-sm-3 {
    padding:1rem!important
  }
  .p-sm-4 {
    padding:1.5rem!important
  }
  .p-sm-5 {
    padding:3rem!important
  }
  .p-sm-6 {
    padding:6rem!important
  }
  .px-sm-0 {
    padding-left:0!important;
    padding-right:0!important
  }
  .px-sm-1 {
    padding-left:.25rem!important;
    padding-right:.25rem!important
  }
  .px-sm-2 {
    padding-left:.5rem!important;
    padding-right:.5rem!important
  }
  .px-sm-3 {
    padding-left:1rem!important;
    padding-right:1rem!important
  }
  .px-sm-4 {
    padding-left:1.5rem!important;
    padding-right:1.5rem!important
  }
  .px-sm-5 {
    padding-left:3rem!important;
    padding-right:3rem!important
  }
  .px-sm-6 {
    padding-left:6rem!important;
    padding-right:6rem!important
  }
  .py-sm-0 {
    padding-bottom:0!important;
    padding-top:0!important
  }
  .py-sm-1 {
    padding-bottom:.25rem!important;
    padding-top:.25rem!important
  }
  .py-sm-2 {
    padding-bottom:.5rem!important;
    padding-top:.5rem!important
  }
  .py-sm-3 {
    padding-bottom:1rem!important;
    padding-top:1rem!important
  }
  .py-sm-4 {
    padding-bottom:1.5rem!important;
    padding-top:1.5rem!important
  }
  .py-sm-5 {
    padding-bottom:3rem!important;
    padding-top:3rem!important
  }
  .py-sm-6 {
    padding-bottom:6rem!important;
    padding-top:6rem!important
  }
  .pt-sm-0 {
    padding-top:0!important
  }
  .pt-sm-1 {
    padding-top:.25rem!important
  }
  .pt-sm-2 {
    padding-top:.5rem!important
  }
  .pt-sm-3 {
    padding-top:1rem!important
  }
  .pt-sm-4 {
    padding-top:1.5rem!important
  }
  .pt-sm-5 {
    padding-top:3rem!important
  }
  .pt-sm-6 {
    padding-top:6rem!important
  }
  .pe-sm-0 {
    padding-right:0!important
  }
  .pe-sm-1 {
    padding-right:.25rem!important
  }
  .pe-sm-2 {
    padding-right:.5rem!important
  }
  .pe-sm-3 {
    padding-right:1rem!important
  }
  .pe-sm-4 {
    padding-right:1.5rem!important
  }
  .pe-sm-5 {
    padding-right:3rem!important
  }
  .pe-sm-6 {
    padding-right:6rem!important
  }
  .pb-sm-0 {
    padding-bottom:0!important
  }
  .pb-sm-1 {
    padding-bottom:.25rem!important
  }
  .pb-sm-2 {
    padding-bottom:.5rem!important
  }
  .pb-sm-3 {
    padding-bottom:1rem!important
  }
  .pb-sm-4 {
    padding-bottom:1.5rem!important
  }
  .pb-sm-5 {
    padding-bottom:3rem!important
  }
  .pb-sm-6 {
    padding-bottom:6rem!important
  }
  .ps-sm-0 {
    padding-left:0!important
  }
  .ps-sm-1 {
    padding-left:.25rem!important
  }
  .ps-sm-2 {
    padding-left:.5rem!important
  }
  .ps-sm-3 {
    padding-left:1rem!important
  }
  .ps-sm-4 {
    padding-left:1.5rem!important
  }
  .ps-sm-5 {
    padding-left:3rem!important
  }
  .ps-sm-6 {
    padding-left:6rem!important
  }
  .text-sm-start {
    text-align:left!important
  }
  .text-sm-end {
    text-align:right!important
  }
  .text-sm-center {
    text-align:center!important
  }
  .sm-visible {
    visibility:visible!important
  }
  .sm-invisible {
    visibility:hidden!important
  }
}
@media (min-width:768px) {
  .float-md-start {
    float:left!important
  }
  .float-md-end {
    float:right!important
  }
  .float-md-none {
    float:none!important
  }
  .d-md-inline {
    display:inline!important
  }
  .d-md-inline-block {
    display:inline-block!important
  }
  .d-md-block {
    display:block!important
  }
  .d-md-grid {
    display:grid!important
  }
  .d-md-table {
    display:table!important
  }
  .d-md-table-row {
    display:table-row!important
  }
  .d-md-table-cell {
    display:table-cell!important
  }
  .d-md-flex {
    display:flex!important
  }
  .d-md-inline-flex {
    display:inline-flex!important
  }
  .d-md-none {
    display:none!important
  }
  .flex-md-fill {
    flex:1 1 auto!important
  }
  .flex-md-row {
    flex-direction:row!important
  }
  .flex-md-column {
    flex-direction:column!important
  }
  .flex-md-row-reverse {
    flex-direction:row-reverse!important
  }
  .flex-md-column-reverse {
    flex-direction:column-reverse!important
  }
  .flex-md-grow-0 {
    flex-grow:0!important
  }
  .flex-md-grow-1 {
    flex-grow:1!important
  }
  .flex-md-shrink-0 {
    flex-shrink:0!important
  }
  .flex-md-shrink-1 {
    flex-shrink:1!important
  }
  .flex-md-wrap {
    flex-wrap:wrap!important
  }
  .flex-md-nowrap {
    flex-wrap:nowrap!important
  }
  .flex-md-wrap-reverse {
    flex-wrap:wrap-reverse!important
  }
  .gap-md-0 {
    gap:0!important
  }
  .gap-md-1 {
    gap:.25rem!important
  }
  .gap-md-2 {
    gap:.5rem!important
  }
  .gap-md-3 {
    gap:1rem!important
  }
  .gap-md-4 {
    gap:1.5rem!important
  }
  .gap-md-5 {
    gap:3rem!important
  }
  .gap-md-6 {
    gap:6rem!important
  }
  .justify-content-md-start {
    justify-content:flex-start!important
  }
  .justify-content-md-end {
    justify-content:flex-end!important
  }
  .justify-content-md-center {
    justify-content:center!important
  }
  .justify-content-md-between {
    justify-content:space-between!important
  }
  .justify-content-md-around {
    justify-content:space-around!important
  }
  .justify-content-md-evenly {
    justify-content:space-evenly!important
  }
  .align-items-md-start {
    align-items:flex-start!important
  }
  .align-items-md-end {
    align-items:flex-end!important
  }
  .align-items-md-center {
    align-items:center!important
  }
  .align-items-md-baseline {
    align-items:baseline!important
  }
  .align-items-md-stretch {
    align-items:stretch!important
  }
  .align-content-md-start {
    align-content:flex-start!important
  }
  .align-content-md-end {
    align-content:flex-end!important
  }
  .align-content-md-center {
    align-content:center!important
  }
  .align-content-md-between {
    align-content:space-between!important
  }
  .align-content-md-around {
    align-content:space-around!important
  }
  .align-content-md-stretch {
    align-content:stretch!important
  }
  .align-self-md-auto {
    align-self:auto!important
  }
  .align-self-md-start {
    align-self:flex-start!important
  }
  .align-self-md-end {
    align-self:flex-end!important
  }
  .align-self-md-center {
    align-self:center!important
  }
  .align-self-md-baseline {
    align-self:baseline!important
  }
  .align-self-md-stretch {
    align-self:stretch!important
  }
  .order-md-first {
    order:-1!important
  }
  .order-md-0 {
    order:0!important
  }
  .order-md-1 {
    order:1!important
  }
  .order-md-2 {
    order:2!important
  }
  .order-md-3 {
    order:3!important
  }
  .order-md-4 {
    order:4!important
  }
  .order-md-5 {
    order:5!important
  }
  .order-md-last {
    order:6!important
  }
  .m-md-0 {
    margin:0!important
  }
  .m-md-1 {
    margin:.25rem!important
  }
  .m-md-2 {
    margin:.5rem!important
  }
  .m-md-3 {
    margin:1rem!important
  }
  .m-md-4 {
    margin:1.5rem!important
  }
  .m-md-5 {
    margin:3rem!important
  }
  .m-md-6 {
    margin:6rem!important
  }
  .m-md-auto {
    margin:auto!important
  }
  .mx-md-0 {
    margin-left:0!important;
    margin-right:0!important
  }
  .mx-md-1 {
    margin-left:.25rem!important;
    margin-right:.25rem!important
  }
  .mx-md-2 {
    margin-left:.5rem!important;
    margin-right:.5rem!important
  }
  .mx-md-3 {
    margin-left:1rem!important;
    margin-right:1rem!important
  }
  .mx-md-4 {
    margin-left:1.5rem!important;
    margin-right:1.5rem!important
  }
  .mx-md-5 {
    margin-left:3rem!important;
    margin-right:3rem!important
  }
  .mx-md-6 {
    margin-left:6rem!important;
    margin-right:6rem!important
  }
  .mx-md-auto {
    margin-left:auto!important;
    margin-right:auto!important
  }
  .my-md-0 {
    margin-bottom:0!important;
    margin-top:0!important
  }
  .my-md-1 {
    margin-bottom:.25rem!important;
    margin-top:.25rem!important
  }
  .my-md-2 {
    margin-bottom:.5rem!important;
    margin-top:.5rem!important
  }
  .my-md-3 {
    margin-bottom:1rem!important;
    margin-top:1rem!important
  }
  .my-md-4 {
    margin-bottom:1.5rem!important;
    margin-top:1.5rem!important
  }
  .my-md-5 {
    margin-bottom:3rem!important;
    margin-top:3rem!important
  }
  .my-md-6 {
    margin-bottom:6rem!important;
    margin-top:6rem!important
  }
  .my-md-auto {
    margin-bottom:auto!important;
    margin-top:auto!important
  }
  .mt-md-0 {
    margin-top:0!important
  }
  .mt-md-1 {
    margin-top:.25rem!important
  }
  .mt-md-2 {
    margin-top:.5rem!important
  }
  .mt-md-3 {
    margin-top:1rem!important
  }
  .mt-md-4 {
    margin-top:1.5rem!important
  }
  .mt-md-5 {
    margin-top:3rem!important
  }
  .mt-md-6 {
    margin-top:6rem!important
  }
  .mt-md-auto {
    margin-top:auto!important
  }
  .me-md-0 {
    margin-right:0!important
  }
  .me-md-1 {
    margin-right:.25rem!important
  }
  .me-md-2 {
    margin-right:.5rem!important
  }
  .me-md-3 {
    margin-right:1rem!important
  }
  .me-md-4 {
    margin-right:1.5rem!important
  }
  .me-md-5 {
    margin-right:3rem!important
  }
  .me-md-6 {
    margin-right:6rem!important
  }
  .me-md-auto {
    margin-right:auto!important
  }
  .mb-md-0 {
    margin-bottom:0!important
  }
  .mb-md-1 {
    margin-bottom:.25rem!important
  }
  .mb-md-2 {
    margin-bottom:.5rem!important
  }
  .mb-md-3 {
    margin-bottom:1rem!important
  }
  .mb-md-4 {
    margin-bottom:1.5rem!important
  }
  .mb-md-5 {
    margin-bottom:3rem!important
  }
  .mb-md-6 {
    margin-bottom:6rem!important
  }
  .mb-md-auto {
    margin-bottom:auto!important
  }
  .ms-md-0 {
    margin-left:0!important
  }
  .ms-md-1 {
    margin-left:.25rem!important
  }
  .ms-md-2 {
    margin-left:.5rem!important
  }
  .ms-md-3 {
    margin-left:1rem!important
  }
  .ms-md-4 {
    margin-left:1.5rem!important
  }
  .ms-md-5 {
    margin-left:3rem!important
  }
  .ms-md-6 {
    margin-left:6rem!important
  }
  .ms-md-auto {
    margin-left:auto!important
  }
  .p-md-0 {
    padding:0!important
  }
  .p-md-1 {
    padding:.25rem!important
  }
  .p-md-2 {
    padding:.5rem!important
  }
  .p-md-3 {
    padding:1rem!important
  }
  .p-md-4 {
    padding:1.5rem!important
  }
  .p-md-5 {
    padding:3rem!important
  }
  .p-md-6 {
    padding:6rem!important
  }
  .px-md-0 {
    padding-left:0!important;
    padding-right:0!important
  }
  .px-md-1 {
    padding-left:.25rem!important;
    padding-right:.25rem!important
  }
  .px-md-2 {
    padding-left:.5rem!important;
    padding-right:.5rem!important
  }
  .px-md-3 {
    padding-left:1rem!important;
    padding-right:1rem!important
  }
  .px-md-4 {
    padding-left:1.5rem!important;
    padding-right:1.5rem!important
  }
  .px-md-5 {
    padding-left:3rem!important;
    padding-right:3rem!important
  }
  .px-md-6 {
    padding-left:6rem!important;
    padding-right:6rem!important
  }
  .py-md-0 {
    padding-bottom:0!important;
    padding-top:0!important
  }
  .py-md-1 {
    padding-bottom:.25rem!important;
    padding-top:.25rem!important
  }
  .py-md-2 {
    padding-bottom:.5rem!important;
    padding-top:.5rem!important
  }
  .py-md-3 {
    padding-bottom:1rem!important;
    padding-top:1rem!important
  }
  .py-md-4 {
    padding-bottom:1.5rem!important;
    padding-top:1.5rem!important
  }
  .py-md-5 {
    padding-bottom:3rem!important;
    padding-top:3rem!important
  }
  .py-md-6 {
    padding-bottom:6rem!important;
    padding-top:6rem!important
  }
  .pt-md-0 {
    padding-top:0!important
  }
  .pt-md-1 {
    padding-top:.25rem!important
  }
  .pt-md-2 {
    padding-top:.5rem!important
  }
  .pt-md-3 {
    padding-top:1rem!important
  }
  .pt-md-4 {
    padding-top:1.5rem!important
  }
  .pt-md-5 {
    padding-top:3rem!important
  }
  .pt-md-6 {
    padding-top:6rem!important
  }
  .pe-md-0 {
    padding-right:0!important
  }
  .pe-md-1 {
    padding-right:.25rem!important
  }
  .pe-md-2 {
    padding-right:.5rem!important
  }
  .pe-md-3 {
    padding-right:1rem!important
  }
  .pe-md-4 {
    padding-right:1.5rem!important
  }
  .pe-md-5 {
    padding-right:3rem!important
  }
  .pe-md-6 {
    padding-right:6rem!important
  }
  .pb-md-0 {
    padding-bottom:0!important
  }
  .pb-md-1 {
    padding-bottom:.25rem!important
  }
  .pb-md-2 {
    padding-bottom:.5rem!important
  }
  .pb-md-3 {
    padding-bottom:1rem!important
  }
  .pb-md-4 {
    padding-bottom:1.5rem!important
  }
  .pb-md-5 {
    padding-bottom:3rem!important
  }
  .pb-md-6 {
    padding-bottom:6rem!important
  }
  .ps-md-0 {
    padding-left:0!important
  }
  .ps-md-1 {
    padding-left:.25rem!important
  }
  .ps-md-2 {
    padding-left:.5rem!important
  }
  .ps-md-3 {
    padding-left:1rem!important
  }
  .ps-md-4 {
    padding-left:1.5rem!important
  }
  .ps-md-5 {
    padding-left:3rem!important
  }
  .ps-md-6 {
    padding-left:6rem!important
  }
  .text-md-start {
    text-align:left!important
  }
  .text-md-end,
  .text-md-right {
    text-align:right!important
  }
  .text-md-center {
    text-align:center!important
  }
  .md-visible {
    visibility:visible!important
  }
  .md-invisible {
    visibility:hidden!important
  }
}
@media (min-width:1008px) {
  .float-lg-start {
    float:left!important
  }
  .float-lg-end {
    float:right!important
  }
  .float-lg-none {
    float:none!important
  }
  .d-lg-inline {
    display:inline!important
  }
  .d-lg-inline-block {
    display:inline-block!important
  }
  .d-lg-block {
    display:block!important
  }
  .d-lg-grid {
    display:grid!important
  }
  .d-lg-table {
    display:table!important
  }
  .d-lg-table-row {
    display:table-row!important
  }
  .d-lg-table-cell {
    display:table-cell!important
  }
  .d-lg-flex {
    display:flex!important
  }
  .d-lg-inline-flex {
    display:inline-flex!important
  }
  .d-lg-none {
    display:none!important
  }
  .flex-lg-fill {
    flex:1 1 auto!important
  }
  .flex-lg-row {
    flex-direction:row!important
  }
  .flex-lg-column {
    flex-direction:column!important
  }
  .flex-lg-row-reverse {
    flex-direction:row-reverse!important
  }
  .flex-lg-column-reverse {
    flex-direction:column-reverse!important
  }
  .flex-lg-grow-0 {
    flex-grow:0!important
  }
  .flex-lg-grow-1 {
    flex-grow:1!important
  }
  .flex-lg-shrink-0 {
    flex-shrink:0!important
  }
  .flex-lg-shrink-1 {
    flex-shrink:1!important
  }
  .flex-lg-wrap {
    flex-wrap:wrap!important
  }
  .flex-lg-nowrap {
    flex-wrap:nowrap!important
  }
  .flex-lg-wrap-reverse {
    flex-wrap:wrap-reverse!important
  }
  .gap-lg-0 {
    gap:0!important
  }
  .gap-lg-1 {
    gap:.25rem!important
  }
  .gap-lg-2 {
    gap:.5rem!important
  }
  .gap-lg-3 {
    gap:1rem!important
  }
  .gap-lg-4 {
    gap:1.5rem!important
  }
  .gap-lg-5 {
    gap:3rem!important
  }
  .gap-lg-6 {
    gap:6rem!important
  }
  .justify-content-lg-start {
    justify-content:flex-start!important
  }
  .justify-content-lg-end {
    justify-content:flex-end!important
  }
  .justify-content-lg-center {
    justify-content:center!important
  }
  .justify-content-lg-between {
    justify-content:space-between!important
  }
  .justify-content-lg-around {
    justify-content:space-around!important
  }
  .justify-content-lg-evenly {
    justify-content:space-evenly!important
  }
  .align-items-lg-start {
    align-items:flex-start!important
  }
  .align-items-lg-end {
    align-items:flex-end!important
  }
  .align-items-lg-center {
    align-items:center!important
  }
  .align-items-lg-baseline {
    align-items:baseline!important
  }
  .align-items-lg-stretch {
    align-items:stretch!important
  }
  .align-content-lg-start {
    align-content:flex-start!important
  }
  .align-content-lg-end {
    align-content:flex-end!important
  }
  .align-content-lg-center {
    align-content:center!important
  }
  .align-content-lg-between {
    align-content:space-between!important
  }
  .align-content-lg-around {
    align-content:space-around!important
  }
  .align-content-lg-stretch {
    align-content:stretch!important
  }
  .align-self-lg-auto {
    align-self:auto!important
  }
  .align-self-lg-start {
    align-self:flex-start!important
  }
  .align-self-lg-end {
    align-self:flex-end!important
  }
  .align-self-lg-center {
    align-self:center!important
  }
  .align-self-lg-baseline {
    align-self:baseline!important
  }
  .align-self-lg-stretch {
    align-self:stretch!important
  }
  .order-lg-first {
    order:-1!important
  }
  .order-lg-0 {
    order:0!important
  }
  .order-lg-1 {
    order:1!important
  }
  .order-lg-2 {
    order:2!important
  }
  .order-lg-3 {
    order:3!important
  }
  .order-lg-4 {
    order:4!important
  }
  .order-lg-5 {
    order:5!important
  }
  .order-lg-last {
    order:6!important
  }
  .m-lg-0 {
    margin:0!important
  }
  .m-lg-1 {
    margin:.25rem!important
  }
  .m-lg-2 {
    margin:.5rem!important
  }
  .m-lg-3 {
    margin:1rem!important
  }
  .m-lg-4 {
    margin:1.5rem!important
  }
  .m-lg-5 {
    margin:3rem!important
  }
  .m-lg-6 {
    margin:6rem!important
  }
  .m-lg-auto {
    margin:auto!important
  }
  .mx-lg-0 {
    margin-left:0!important;
    margin-right:0!important
  }
  .mx-lg-1 {
    margin-left:.25rem!important;
    margin-right:.25rem!important
  }
  .mx-lg-2 {
    margin-left:.5rem!important;
    margin-right:.5rem!important
  }
  .mx-lg-3 {
    margin-left:1rem!important;
    margin-right:1rem!important
  }
  .mx-lg-4 {
    margin-left:1.5rem!important;
    margin-right:1.5rem!important
  }
  .mx-lg-5 {
    margin-left:3rem!important;
    margin-right:3rem!important
  }
  .mx-lg-6 {
    margin-left:6rem!important;
    margin-right:6rem!important
  }
  .mx-lg-auto {
    margin-left:auto!important;
    margin-right:auto!important
  }
  .my-lg-0 {
    margin-bottom:0!important;
    margin-top:0!important
  }
  .my-lg-1 {
    margin-bottom:.25rem!important;
    margin-top:.25rem!important
  }
  .my-lg-2 {
    margin-bottom:.5rem!important;
    margin-top:.5rem!important
  }
  .my-lg-3 {
    margin-bottom:1rem!important;
    margin-top:1rem!important
  }
  .my-lg-4 {
    margin-bottom:1.5rem!important;
    margin-top:1.5rem!important
  }
  .my-lg-5 {
    margin-bottom:3rem!important;
    margin-top:3rem!important
  }
  .my-lg-6 {
    margin-bottom:6rem!important;
    margin-top:6rem!important
  }
  .my-lg-auto {
    margin-bottom:auto!important;
    margin-top:auto!important
  }
  .mt-lg-0 {
    margin-top:0!important
  }
  .mt-lg-1 {
    margin-top:.25rem!important
  }
  .mt-lg-2 {
    margin-top:.5rem!important
  }
  .mt-lg-3 {
    margin-top:1rem!important
  }
  .mt-lg-4 {
    margin-top:1.5rem!important
  }
  .mt-lg-5 {
    margin-top:3rem!important
  }
  .mt-lg-6 {
    margin-top:6rem!important
  }
  .mt-lg-auto {
    margin-top:auto!important
  }
  .me-lg-0 {
    margin-right:0!important
  }
  .me-lg-1 {
    margin-right:.25rem!important
  }
  .me-lg-2 {
    margin-right:.5rem!important
  }
  .me-lg-3 {
    margin-right:1rem!important
  }
  .me-lg-4 {
    margin-right:1.5rem!important
  }
  .me-lg-5 {
    margin-right:3rem!important
  }
  .me-lg-6 {
    margin-right:6rem!important
  }
  .me-lg-auto {
    margin-right:auto!important
  }
  .mb-lg-0 {
    margin-bottom:0!important
  }
  .mb-lg-1 {
    margin-bottom:.25rem!important
  }
  .mb-lg-2 {
    margin-bottom:.5rem!important
  }
  .mb-lg-3 {
    margin-bottom:1rem!important
  }
  .mb-lg-4 {
    margin-bottom:1.5rem!important
  }
  .mb-lg-5 {
    margin-bottom:3rem!important
  }
  .mb-lg-6 {
    margin-bottom:6rem!important
  }
  .mb-lg-auto {
    margin-bottom:auto!important
  }
  .ms-lg-0 {
    margin-left:0!important
  }
  .ms-lg-1 {
    margin-left:.25rem!important
  }
  .ms-lg-2 {
    margin-left:.5rem!important
  }
  .ms-lg-3 {
    margin-left:1rem!important
  }
  .ms-lg-4 {
    margin-left:1.5rem!important
  }
  .ms-lg-5 {
    margin-left:3rem!important
  }
  .ms-lg-6 {
    margin-left:6rem!important
  }
  .ms-lg-auto {
    margin-left:auto!important
  }
  .p-lg-0 {
    padding:0!important
  }
  .p-lg-1 {
    padding:.25rem!important
  }
  .p-lg-2 {
    padding:.5rem!important
  }
  .p-lg-3 {
    padding:1rem!important
  }
  .p-lg-4 {
    padding:1.5rem!important
  }
  .p-lg-5 {
    padding:3rem!important
  }
  .p-lg-6 {
    padding:6rem!important
  }
  .px-lg-0 {
    padding-left:0!important;
    padding-right:0!important
  }
  .px-lg-1 {
    padding-left:.25rem!important;
    padding-right:.25rem!important
  }
  .px-lg-2 {
    padding-left:.5rem!important;
    padding-right:.5rem!important
  }
  .px-lg-3 {
    padding-left:1rem!important;
    padding-right:1rem!important
  }
  .px-lg-4 {
    padding-left:1.5rem!important;
    padding-right:1.5rem!important
  }
  .px-lg-5 {
    padding-left:3rem!important;
    padding-right:3rem!important
  }
  .px-lg-6 {
    padding-left:6rem!important;
    padding-right:6rem!important
  }
  .py-lg-0 {
    padding-bottom:0!important;
    padding-top:0!important
  }
  .py-lg-1 {
    padding-bottom:.25rem!important;
    padding-top:.25rem!important
  }
  .py-lg-2 {
    padding-bottom:.5rem!important;
    padding-top:.5rem!important
  }
  .py-lg-3 {
    padding-bottom:1rem!important;
    padding-top:1rem!important
  }
  .py-lg-4 {
    padding-bottom:1.5rem!important;
    padding-top:1.5rem!important
  }
  .py-lg-5 {
    padding-bottom:3rem!important;
    padding-top:3rem!important
  }
  .py-lg-6 {
    padding-bottom:6rem!important;
    padding-top:6rem!important
  }
  .pt-lg-0 {
    padding-top:0!important
  }
  .pt-lg-1 {
    padding-top:.25rem!important
  }
  .pt-lg-2 {
    padding-top:.5rem!important
  }
  .pt-lg-3 {
    padding-top:1rem!important
  }
  .pt-lg-4 {
    padding-top:1.5rem!important
  }
  .pt-lg-5 {
    padding-top:3rem!important
  }
  .pt-lg-6 {
    padding-top:6rem!important
  }
  .pe-lg-0 {
    padding-right:0!important
  }
  .pe-lg-1 {
    padding-right:.25rem!important
  }
  .pe-lg-2 {
    padding-right:.5rem!important
  }
  .pe-lg-3 {
    padding-right:1rem!important
  }
  .pe-lg-4 {
    padding-right:1.5rem!important
  }
  .pe-lg-5 {
    padding-right:3rem!important
  }
  .pe-lg-6 {
    padding-right:6rem!important
  }
  .pb-lg-0 {
    padding-bottom:0!important
  }
  .pb-lg-1 {
    padding-bottom:.25rem!important
  }
  .pb-lg-2 {
    padding-bottom:.5rem!important
  }
  .pb-lg-3 {
    padding-bottom:1rem!important
  }
  .pb-lg-4 {
    padding-bottom:1.5rem!important
  }
  .pb-lg-5 {
    padding-bottom:3rem!important
  }
  .pb-lg-6 {
    padding-bottom:6rem!important
  }
  .ps-lg-0 {
    padding-left:0!important
  }
  .ps-lg-1 {
    padding-left:.25rem!important
  }
  .ps-lg-2 {
    padding-left:.5rem!important
  }
  .ps-lg-3 {
    padding-left:1rem!important
  }
  .ps-lg-4 {
    padding-left:1.5rem!important
  }
  .ps-lg-5 {
    padding-left:3rem!important
  }
  .ps-lg-6 {
    padding-left:6rem!important
  }
  .text-lg-start {
    text-align:left!important
  }
  .text-lg-end {
    text-align:right!important
  }
  .text-lg-center {
    text-align:center!important
  }
  .lg-visible {
    visibility:visible!important
  }
  .lg-invisible {
    visibility:hidden!important
  }
}
@media (min-width:1200px) {
  .float-xl-start {
    float:left!important
  }
  .float-xl-end {
    float:right!important
  }
  .float-xl-none {
    float:none!important
  }
  .d-xl-inline {
    display:inline!important
  }
  .d-xl-inline-block {
    display:inline-block!important
  }
  .d-xl-block {
    display:block!important
  }
  .d-xl-grid {
    display:grid!important
  }
  .d-xl-table {
    display:table!important
  }
  .d-xl-table-row {
    display:table-row!important
  }
  .d-xl-table-cell {
    display:table-cell!important
  }
  .d-xl-flex {
    display:flex!important
  }
  .d-xl-inline-flex {
    display:inline-flex!important
  }
  .d-xl-none {
    display:none!important
  }
  .flex-xl-fill {
    flex:1 1 auto!important
  }
  .flex-xl-row {
    flex-direction:row!important
  }
  .flex-xl-column {
    flex-direction:column!important
  }
  .flex-xl-row-reverse {
    flex-direction:row-reverse!important
  }
  .flex-xl-column-reverse {
    flex-direction:column-reverse!important
  }
  .flex-xl-grow-0 {
    flex-grow:0!important
  }
  .flex-xl-grow-1 {
    flex-grow:1!important
  }
  .flex-xl-shrink-0 {
    flex-shrink:0!important
  }
  .flex-xl-shrink-1 {
    flex-shrink:1!important
  }
  .flex-xl-wrap {
    flex-wrap:wrap!important
  }
  .flex-xl-nowrap {
    flex-wrap:nowrap!important
  }
  .flex-xl-wrap-reverse {
    flex-wrap:wrap-reverse!important
  }
  .gap-xl-0 {
    gap:0!important
  }
  .gap-xl-1 {
    gap:.25rem!important
  }
  .gap-xl-2 {
    gap:.5rem!important
  }
  .gap-xl-3 {
    gap:1rem!important
  }
  .gap-xl-4 {
    gap:1.5rem!important
  }
  .gap-xl-5 {
    gap:3rem!important
  }
  .gap-xl-6 {
    gap:6rem!important
  }
  .justify-content-xl-start {
    justify-content:flex-start!important
  }
  .justify-content-xl-end {
    justify-content:flex-end!important
  }
  .justify-content-xl-center {
    justify-content:center!important
  }
  .justify-content-xl-between {
    justify-content:space-between!important
  }
  .justify-content-xl-around {
    justify-content:space-around!important
  }
  .justify-content-xl-evenly {
    justify-content:space-evenly!important
  }
  .align-items-xl-start {
    align-items:flex-start!important
  }
  .align-items-xl-end {
    align-items:flex-end!important
  }
  .align-items-xl-center {
    align-items:center!important
  }
  .align-items-xl-baseline {
    align-items:baseline!important
  }
  .align-items-xl-stretch {
    align-items:stretch!important
  }
  .align-content-xl-start {
    align-content:flex-start!important
  }
  .align-content-xl-end {
    align-content:flex-end!important
  }
  .align-content-xl-center {
    align-content:center!important
  }
  .align-content-xl-between {
    align-content:space-between!important
  }
  .align-content-xl-around {
    align-content:space-around!important
  }
  .align-content-xl-stretch {
    align-content:stretch!important
  }
  .align-self-xl-auto {
    align-self:auto!important
  }
  .align-self-xl-start {
    align-self:flex-start!important
  }
  .align-self-xl-end {
    align-self:flex-end!important
  }
  .align-self-xl-center {
    align-self:center!important
  }
  .align-self-xl-baseline {
    align-self:baseline!important
  }
  .align-self-xl-stretch {
    align-self:stretch!important
  }
  .order-xl-first {
    order:-1!important
  }
  .order-xl-0 {
    order:0!important
  }
  .order-xl-1 {
    order:1!important
  }
  .order-xl-2 {
    order:2!important
  }
  .order-xl-3 {
    order:3!important
  }
  .order-xl-4 {
    order:4!important
  }
  .order-xl-5 {
    order:5!important
  }
  .order-xl-last {
    order:6!important
  }
  .m-xl-0 {
    margin:0!important
  }
  .m-xl-1 {
    margin:.25rem!important
  }
  .m-xl-2 {
    margin:.5rem!important
  }
  .m-xl-3 {
    margin:1rem!important
  }
  .m-xl-4 {
    margin:1.5rem!important
  }
  .m-xl-5 {
    margin:3rem!important
  }
  .m-xl-6 {
    margin:6rem!important
  }
  .m-xl-auto {
    margin:auto!important
  }
  .mx-xl-0 {
    margin-left:0!important;
    margin-right:0!important
  }
  .mx-xl-1 {
    margin-left:.25rem!important;
    margin-right:.25rem!important
  }
  .mx-xl-2 {
    margin-left:.5rem!important;
    margin-right:.5rem!important
  }
  .mx-xl-3 {
    margin-left:1rem!important;
    margin-right:1rem!important
  }
  .mx-xl-4 {
    margin-left:1.5rem!important;
    margin-right:1.5rem!important
  }
  .mx-xl-5 {
    margin-left:3rem!important;
    margin-right:3rem!important
  }
  .mx-xl-6 {
    margin-left:6rem!important;
    margin-right:6rem!important
  }
  .mx-xl-auto {
    margin-left:auto!important;
    margin-right:auto!important
  }
  .my-xl-0 {
    margin-bottom:0!important;
    margin-top:0!important
  }
  .my-xl-1 {
    margin-bottom:.25rem!important;
    margin-top:.25rem!important
  }
  .my-xl-2 {
    margin-bottom:.5rem!important;
    margin-top:.5rem!important
  }
  .my-xl-3 {
    margin-bottom:1rem!important;
    margin-top:1rem!important
  }
  .my-xl-4 {
    margin-bottom:1.5rem!important;
    margin-top:1.5rem!important
  }
  .my-xl-5 {
    margin-bottom:3rem!important;
    margin-top:3rem!important
  }
  .my-xl-6 {
    margin-bottom:6rem!important;
    margin-top:6rem!important
  }
  .my-xl-auto {
    margin-bottom:auto!important;
    margin-top:auto!important
  }
  .mt-xl-0 {
    margin-top:0!important
  }
  .mt-xl-1 {
    margin-top:.25rem!important
  }
  .mt-xl-2 {
    margin-top:.5rem!important
  }
  .mt-xl-3 {
    margin-top:1rem!important
  }
  .mt-xl-4 {
    margin-top:1.5rem!important
  }
  .mt-xl-5 {
    margin-top:3rem!important
  }
  .mt-xl-6 {
    margin-top:6rem!important
  }
  .mt-xl-auto {
    margin-top:auto!important
  }
  .me-xl-0 {
    margin-right:0!important
  }
  .me-xl-1 {
    margin-right:.25rem!important
  }
  .me-xl-2 {
    margin-right:.5rem!important
  }
  .me-xl-3 {
    margin-right:1rem!important
  }
  .me-xl-4 {
    margin-right:1.5rem!important
  }
  .me-xl-5 {
    margin-right:3rem!important
  }
  .me-xl-6 {
    margin-right:6rem!important
  }
  .me-xl-auto {
    margin-right:auto!important
  }
  .mb-xl-0 {
    margin-bottom:0!important
  }
  .mb-xl-1 {
    margin-bottom:.25rem!important
  }
  .mb-xl-2 {
    margin-bottom:.5rem!important
  }
  .mb-xl-3 {
    margin-bottom:1rem!important
  }
  .mb-xl-4 {
    margin-bottom:1.5rem!important
  }
  .mb-xl-5 {
    margin-bottom:3rem!important
  }
  .mb-xl-6 {
    margin-bottom:6rem!important
  }
  .mb-xl-auto {
    margin-bottom:auto!important
  }
  .ms-xl-0 {
    margin-left:0!important
  }
  .ms-xl-1 {
    margin-left:.25rem!important
  }
  .ms-xl-2 {
    margin-left:.5rem!important
  }
  .ms-xl-3 {
    margin-left:1rem!important
  }
  .ms-xl-4 {
    margin-left:1.5rem!important
  }
  .ms-xl-5 {
    margin-left:3rem!important
  }
  .ms-xl-6 {
    margin-left:6rem!important
  }
  .ms-xl-auto {
    margin-left:auto!important
  }
  .p-xl-0 {
    padding:0!important
  }
  .p-xl-1 {
    padding:.25rem!important
  }
  .p-xl-2 {
    padding:.5rem!important
  }
  .p-xl-3 {
    padding:1rem!important
  }
  .p-xl-4 {
    padding:1.5rem!important
  }
  .p-xl-5 {
    padding:3rem!important
  }
  .p-xl-6 {
    padding:6rem!important
  }
  .px-xl-0 {
    padding-left:0!important;
    padding-right:0!important
  }
  .px-xl-1 {
    padding-left:.25rem!important;
    padding-right:.25rem!important
  }
  .px-xl-2 {
    padding-left:.5rem!important;
    padding-right:.5rem!important
  }
  .px-xl-3 {
    padding-left:1rem!important;
    padding-right:1rem!important
  }
  .px-xl-4 {
    padding-left:1.5rem!important;
    padding-right:1.5rem!important
  }
  .px-xl-5 {
    padding-left:3rem!important;
    padding-right:3rem!important
  }
  .px-xl-6 {
    padding-left:6rem!important;
    padding-right:6rem!important
  }
  .py-xl-0 {
    padding-bottom:0!important;
    padding-top:0!important
  }
  .py-xl-1 {
    padding-bottom:.25rem!important;
    padding-top:.25rem!important
  }
  .py-xl-2 {
    padding-bottom:.5rem!important;
    padding-top:.5rem!important
  }
  .py-xl-3 {
    padding-bottom:1rem!important;
    padding-top:1rem!important
  }
  .py-xl-4 {
    padding-bottom:1.5rem!important;
    padding-top:1.5rem!important
  }
  .py-xl-5 {
    padding-bottom:3rem!important;
    padding-top:3rem!important
  }
  .py-xl-6 {
    padding-bottom:6rem!important;
    padding-top:6rem!important
  }
  .pt-xl-0 {
    padding-top:0!important
  }
  .pt-xl-1 {
    padding-top:.25rem!important
  }
  .pt-xl-2 {
    padding-top:.5rem!important
  }
  .pt-xl-3 {
    padding-top:1rem!important
  }
  .pt-xl-4 {
    padding-top:1.5rem!important
  }
  .pt-xl-5 {
    padding-top:3rem!important
  }
  .pt-xl-6 {
    padding-top:6rem!important
  }
  .pe-xl-0 {
    padding-right:0!important
  }
  .pe-xl-1 {
    padding-right:.25rem!important
  }
  .pe-xl-2 {
    padding-right:.5rem!important
  }
  .pe-xl-3 {
    padding-right:1rem!important
  }
  .pe-xl-4 {
    padding-right:1.5rem!important
  }
  .pe-xl-5 {
    padding-right:3rem!important
  }
  .pe-xl-6 {
    padding-right:6rem!important
  }
  .pb-xl-0 {
    padding-bottom:0!important
  }
  .pb-xl-1 {
    padding-bottom:.25rem!important
  }
  .pb-xl-2 {
    padding-bottom:.5rem!important
  }
  .pb-xl-3 {
    padding-bottom:1rem!important
  }
  .pb-xl-4 {
    padding-bottom:1.5rem!important
  }
  .pb-xl-5 {
    padding-bottom:3rem!important
  }
  .pb-xl-6 {
    padding-bottom:6rem!important
  }
  .ps-xl-0 {
    padding-left:0!important
  }
  .ps-xl-1 {
    padding-left:.25rem!important
  }
  .ps-xl-2 {
    padding-left:.5rem!important
  }
  .ps-xl-3 {
    padding-left:1rem!important
  }
  .ps-xl-4 {
    padding-left:1.5rem!important
  }
  .ps-xl-5 {
    padding-left:3rem!important
  }
  .ps-xl-6 {
    padding-left:6rem!important
  }
  .text-xl-start {
    text-align:left!important
  }
  .text-xl-end {
    text-align:right!important
  }
  .text-xl-center {
    text-align:center!important
  }
  .xl-visible {
    visibility:visible!important
  }
  .xl-invisible {
    visibility:hidden!important
  }
}
@media (min-width:1400px) {
  .float-xxl-start {
    float:left!important
  }
  .float-xxl-end {
    float:right!important
  }
  .float-xxl-none {
    float:none!important
  }
  .d-xxl-inline {
    display:inline!important
  }
  .d-xxl-inline-block {
    display:inline-block!important
  }
  .d-xxl-block {
    display:block!important
  }
  .d-xxl-grid {
    display:grid!important
  }
  .d-xxl-table {
    display:table!important
  }
  .d-xxl-table-row {
    display:table-row!important
  }
  .d-xxl-table-cell {
    display:table-cell!important
  }
  .d-xxl-flex {
    display:flex!important
  }
  .d-xxl-inline-flex {
    display:inline-flex!important
  }
  .d-xxl-none {
    display:none!important
  }
  .flex-xxl-fill {
    flex:1 1 auto!important
  }
  .flex-xxl-row {
    flex-direction:row!important
  }
  .flex-xxl-column {
    flex-direction:column!important
  }
  .flex-xxl-row-reverse {
    flex-direction:row-reverse!important
  }
  .flex-xxl-column-reverse {
    flex-direction:column-reverse!important
  }
  .flex-xxl-grow-0 {
    flex-grow:0!important
  }
  .flex-xxl-grow-1 {
    flex-grow:1!important
  }
  .flex-xxl-shrink-0 {
    flex-shrink:0!important
  }
  .flex-xxl-shrink-1 {
    flex-shrink:1!important
  }
  .flex-xxl-wrap {
    flex-wrap:wrap!important
  }
  .flex-xxl-nowrap {
    flex-wrap:nowrap!important
  }
  .flex-xxl-wrap-reverse {
    flex-wrap:wrap-reverse!important
  }
  .gap-xxl-0 {
    gap:0!important
  }
  .gap-xxl-1 {
    gap:.25rem!important
  }
  .gap-xxl-2 {
    gap:.5rem!important
  }
  .gap-xxl-3 {
    gap:1rem!important
  }
  .gap-xxl-4 {
    gap:1.5rem!important
  }
  .gap-xxl-5 {
    gap:3rem!important
  }
  .gap-xxl-6 {
    gap:6rem!important
  }
  .justify-content-xxl-start {
    justify-content:flex-start!important
  }
  .justify-content-xxl-end {
    justify-content:flex-end!important
  }
  .justify-content-xxl-center {
    justify-content:center!important
  }
  .justify-content-xxl-between {
    justify-content:space-between!important
  }
  .justify-content-xxl-around {
    justify-content:space-around!important
  }
  .justify-content-xxl-evenly {
    justify-content:space-evenly!important
  }
  .align-items-xxl-start {
    align-items:flex-start!important
  }
  .align-items-xxl-end {
    align-items:flex-end!important
  }
  .align-items-xxl-center {
    align-items:center!important
  }
  .align-items-xxl-baseline {
    align-items:baseline!important
  }
  .align-items-xxl-stretch {
    align-items:stretch!important
  }
  .align-content-xxl-start {
    align-content:flex-start!important
  }
  .align-content-xxl-end {
    align-content:flex-end!important
  }
  .align-content-xxl-center {
    align-content:center!important
  }
  .align-content-xxl-between {
    align-content:space-between!important
  }
  .align-content-xxl-around {
    align-content:space-around!important
  }
  .align-content-xxl-stretch {
    align-content:stretch!important
  }
  .align-self-xxl-auto {
    align-self:auto!important
  }
  .align-self-xxl-start {
    align-self:flex-start!important
  }
  .align-self-xxl-end {
    align-self:flex-end!important
  }
  .align-self-xxl-center {
    align-self:center!important
  }
  .align-self-xxl-baseline {
    align-self:baseline!important
  }
  .align-self-xxl-stretch {
    align-self:stretch!important
  }
  .order-xxl-first {
    order:-1!important
  }
  .order-xxl-0 {
    order:0!important
  }
  .order-xxl-1 {
    order:1!important
  }
  .order-xxl-2 {
    order:2!important
  }
  .order-xxl-3 {
    order:3!important
  }
  .order-xxl-4 {
    order:4!important
  }
  .order-xxl-5 {
    order:5!important
  }
  .order-xxl-last {
    order:6!important
  }
  .m-xxl-0 {
    margin:0!important
  }
  .m-xxl-1 {
    margin:.25rem!important
  }
  .m-xxl-2 {
    margin:.5rem!important
  }
  .m-xxl-3 {
    margin:1rem!important
  }
  .m-xxl-4 {
    margin:1.5rem!important
  }
  .m-xxl-5 {
    margin:3rem!important
  }
  .m-xxl-6 {
    margin:6rem!important
  }
  .m-xxl-auto {
    margin:auto!important
  }
  .mx-xxl-0 {
    margin-left:0!important;
    margin-right:0!important
  }
  .mx-xxl-1 {
    margin-left:.25rem!important;
    margin-right:.25rem!important
  }
  .mx-xxl-2 {
    margin-left:.5rem!important;
    margin-right:.5rem!important
  }
  .mx-xxl-3 {
    margin-left:1rem!important;
    margin-right:1rem!important
  }
  .mx-xxl-4 {
    margin-left:1.5rem!important;
    margin-right:1.5rem!important
  }
  .mx-xxl-5 {
    margin-left:3rem!important;
    margin-right:3rem!important
  }
  .mx-xxl-6 {
    margin-left:6rem!important;
    margin-right:6rem!important
  }
  .mx-xxl-auto {
    margin-left:auto!important;
    margin-right:auto!important
  }
  .my-xxl-0 {
    margin-bottom:0!important;
    margin-top:0!important
  }
  .my-xxl-1 {
    margin-bottom:.25rem!important;
    margin-top:.25rem!important
  }
  .my-xxl-2 {
    margin-bottom:.5rem!important;
    margin-top:.5rem!important
  }
  .my-xxl-3 {
    margin-bottom:1rem!important;
    margin-top:1rem!important
  }
  .my-xxl-4 {
    margin-bottom:1.5rem!important;
    margin-top:1.5rem!important
  }
  .my-xxl-5 {
    margin-bottom:3rem!important;
    margin-top:3rem!important
  }
  .my-xxl-6 {
    margin-bottom:6rem!important;
    margin-top:6rem!important
  }
  .my-xxl-auto {
    margin-bottom:auto!important;
    margin-top:auto!important
  }
  .mt-xxl-0 {
    margin-top:0!important
  }
  .mt-xxl-1 {
    margin-top:.25rem!important
  }
  .mt-xxl-2 {
    margin-top:.5rem!important
  }
  .mt-xxl-3 {
    margin-top:1rem!important
  }
  .mt-xxl-4 {
    margin-top:1.5rem!important
  }
  .mt-xxl-5 {
    margin-top:3rem!important
  }
  .mt-xxl-6 {
    margin-top:6rem!important
  }
  .mt-xxl-auto {
    margin-top:auto!important
  }
  .me-xxl-0 {
    margin-right:0!important
  }
  .me-xxl-1 {
    margin-right:.25rem!important
  }
  .me-xxl-2 {
    margin-right:.5rem!important
  }
  .me-xxl-3 {
    margin-right:1rem!important
  }
  .me-xxl-4 {
    margin-right:1.5rem!important
  }
  .me-xxl-5 {
    margin-right:3rem!important
  }
  .me-xxl-6 {
    margin-right:6rem!important
  }
  .me-xxl-auto {
    margin-right:auto!important
  }
  .mb-xxl-0 {
    margin-bottom:0!important
  }
  .mb-xxl-1 {
    margin-bottom:.25rem!important
  }
  .mb-xxl-2 {
    margin-bottom:.5rem!important
  }
  .mb-xxl-3 {
    margin-bottom:1rem!important
  }
  .mb-xxl-4 {
    margin-bottom:1.5rem!important
  }
  .mb-xxl-5 {
    margin-bottom:3rem!important
  }
  .mb-xxl-6 {
    margin-bottom:6rem!important
  }
  .mb-xxl-auto {
    margin-bottom:auto!important
  }
  .ms-xxl-0 {
    margin-left:0!important
  }
  .ms-xxl-1 {
    margin-left:.25rem!important
  }
  .ms-xxl-2 {
    margin-left:.5rem!important
  }
  .ms-xxl-3 {
    margin-left:1rem!important
  }
  .ms-xxl-4 {
    margin-left:1.5rem!important
  }
  .ms-xxl-5 {
    margin-left:3rem!important
  }
  .ms-xxl-6 {
    margin-left:6rem!important
  }
  .ms-xxl-auto {
    margin-left:auto!important
  }
  .p-xxl-0 {
    padding:0!important
  }
  .p-xxl-1 {
    padding:.25rem!important
  }
  .p-xxl-2 {
    padding:.5rem!important
  }
  .p-xxl-3 {
    padding:1rem!important
  }
  .p-xxl-4 {
    padding:1.5rem!important
  }
  .p-xxl-5 {
    padding:3rem!important
  }
  .p-xxl-6 {
    padding:6rem!important
  }
  .px-xxl-0 {
    padding-left:0!important;
    padding-right:0!important
  }
  .px-xxl-1 {
    padding-left:.25rem!important;
    padding-right:.25rem!important
  }
  .px-xxl-2 {
    padding-left:.5rem!important;
    padding-right:.5rem!important
  }
  .px-xxl-3 {
    padding-left:1rem!important;
    padding-right:1rem!important
  }
  .px-xxl-4 {
    padding-left:1.5rem!important;
    padding-right:1.5rem!important
  }
  .px-xxl-5 {
    padding-left:3rem!important;
    padding-right:3rem!important
  }
  .px-xxl-6 {
    padding-left:6rem!important;
    padding-right:6rem!important
  }
  .py-xxl-0 {
    padding-bottom:0!important;
    padding-top:0!important
  }
  .py-xxl-1 {
    padding-bottom:.25rem!important;
    padding-top:.25rem!important
  }
  .py-xxl-2 {
    padding-bottom:.5rem!important;
    padding-top:.5rem!important
  }
  .py-xxl-3 {
    padding-bottom:1rem!important;
    padding-top:1rem!important
  }
  .py-xxl-4 {
    padding-bottom:1.5rem!important;
    padding-top:1.5rem!important
  }
  .py-xxl-5 {
    padding-bottom:3rem!important;
    padding-top:3rem!important
  }
  .py-xxl-6 {
    padding-bottom:6rem!important;
    padding-top:6rem!important
  }
  .pt-xxl-0 {
    padding-top:0!important
  }
  .pt-xxl-1 {
    padding-top:.25rem!important
  }
  .pt-xxl-2 {
    padding-top:.5rem!important
  }
  .pt-xxl-3 {
    padding-top:1rem!important
  }
  .pt-xxl-4 {
    padding-top:1.5rem!important
  }
  .pt-xxl-5 {
    padding-top:3rem!important
  }
  .pt-xxl-6 {
    padding-top:6rem!important
  }
  .pe-xxl-0 {
    padding-right:0!important
  }
  .pe-xxl-1 {
    padding-right:.25rem!important
  }
  .pe-xxl-2 {
    padding-right:.5rem!important
  }
  .pe-xxl-3 {
    padding-right:1rem!important
  }
  .pe-xxl-4 {
    padding-right:1.5rem!important
  }
  .pe-xxl-5 {
    padding-right:3rem!important
  }
  .pe-xxl-6 {
    padding-right:6rem!important
  }
  .pb-xxl-0 {
    padding-bottom:0!important
  }
  .pb-xxl-1 {
    padding-bottom:.25rem!important
  }
  .pb-xxl-2 {
    padding-bottom:.5rem!important
  }
  .pb-xxl-3 {
    padding-bottom:1rem!important
  }
  .pb-xxl-4 {
    padding-bottom:1.5rem!important
  }
  .pb-xxl-5 {
    padding-bottom:3rem!important
  }
  .pb-xxl-6 {
    padding-bottom:6rem!important
  }
  .ps-xxl-0 {
    padding-left:0!important
  }
  .ps-xxl-1 {
    padding-left:.25rem!important
  }
  .ps-xxl-2 {
    padding-left:.5rem!important
  }
  .ps-xxl-3 {
    padding-left:1rem!important
  }
  .ps-xxl-4 {
    padding-left:1.5rem!important
  }
  .ps-xxl-5 {
    padding-left:3rem!important
  }
  .ps-xxl-6 {
    padding-left:6rem!important
  }
  .text-xxl-start {
    text-align:left!important
  }
  .text-xxl-end {
    text-align:right!important
  }
  .text-xxl-center {
    text-align:center!important
  }
  .xxl-visible {
    visibility:visible!important
  }
  .xxl-invisible {
    visibility:hidden!important
  }
}
@media (min-width:1200px) {
  .fs-1 {
    font-size:2.15rem!important
  }
  .fs-2 {
    font-size:1.84rem!important
  }
  .fs-3 {
    font-size:1.61rem!important
  }
  .fs-4 {
    font-size:1.38rem!important
  }
}
@media print {
  .d-print-inline {
    display:inline!important
  }
  .d-print-inline-block {
    display:inline-block!important
  }
  .d-print-block {
    display:block!important
  }
  .d-print-grid {
    display:grid!important
  }
  .d-print-table {
    display:table!important
  }
  .d-print-table-row {
    display:table-row!important
  }
  .d-print-table-cell {
    display:table-cell!important
  }
  .d-print-flex {
    display:flex!important
  }
  .d-print-inline-flex {
    display:inline-flex!important
  }
  .d-print-none {
    display:none!important
  }
}
.d-all-viewports-none {
  display:none
}
@media (max-width:479.98px) {
  .d-only-xs-none {
    display:none!important
  }
  .d-only-xs-inline {
    display:inline!important
  }
  .d-only-xs-inline-block {
    display:inline-block!important
  }
  .d-only-xs-block {
    display:block!important
  }
  .d-only-xs-table {
    display:table!important
  }
  .d-only-xs-table-row {
    display:table-row!important
  }
  .d-only-xs-table-cell {
    display:table-cell!important
  }
  .d-only-xs-flex {
    display:flex!important
  }
  .d-only-xs-inline-flex {
    display:inline-flex!important
  }
}
@media (min-width:480px) and (max-width:767.98px) {
  .d-only-sm-none {
    display:none!important
  }
  .d-only-sm-inline {
    display:inline!important
  }
  .d-only-sm-inline-block {
    display:inline-block!important
  }
  .d-only-sm-block {
    display:block!important
  }
  .d-only-sm-table {
    display:table!important
  }
  .d-only-sm-table-row {
    display:table-row!important
  }
  .d-only-sm-table-cell {
    display:table-cell!important
  }
  .d-only-sm-flex {
    display:flex!important
  }
  .d-only-sm-inline-flex {
    display:inline-flex!important
  }
}
@media (min-width:768px) and (max-width:1007.98px) {
  .d-only-md-none {
    display:none!important
  }
  .d-only-md-inline {
    display:inline!important
  }
  .d-only-md-inline-block {
    display:inline-block!important
  }
  .d-only-md-block {
    display:block!important
  }
  .d-only-md-table {
    display:table!important
  }
  .d-only-md-table-row {
    display:table-row!important
  }
  .d-only-md-table-cell {
    display:table-cell!important
  }
  .d-only-md-flex {
    display:flex!important
  }
  .d-only-md-inline-flex {
    display:inline-flex!important
  }
}
@media (min-width:1008px) and (max-width:1199.98px) {
  .d-only-lg-none {
    display:none!important
  }
  .d-only-lg-inline {
    display:inline!important
  }
  .d-only-lg-inline-block {
    display:inline-block!important
  }
  .d-only-lg-block {
    display:block!important
  }
  .d-only-lg-table {
    display:table!important
  }
  .d-only-lg-table-row {
    display:table-row!important
  }
  .d-only-lg-table-cell {
    display:table-cell!important
  }
  .d-only-lg-flex {
    display:flex!important
  }
  .d-only-lg-inline-flex {
    display:inline-flex!important
  }
}
@media (min-width:1200px) and (max-width:1399.98px) {
  .d-only-xl-none {
    display:none!important
  }
  .d-only-xl-inline {
    display:inline!important
  }
  .d-only-xl-inline-block {
    display:inline-block!important
  }
  .d-only-xl-block {
    display:block!important
  }
  .d-only-xl-table {
    display:table!important
  }
  .d-only-xl-table-row {
    display:table-row!important
  }
  .d-only-xl-table-cell {
    display:table-cell!important
  }
  .d-only-xl-flex {
    display:flex!important
  }
  .d-only-xl-inline-flex {
    display:inline-flex!important
  }
}
@media (min-width:1400px) {
  .d-only-xxl-none {
    display:none!important
  }
  .d-only-xxl-inline {
    display:inline!important
  }
  .d-only-xxl-inline-block {
    display:inline-block!important
  }
  .d-only-xxl-block {
    display:block!important
  }
  .d-only-xxl-table {
    display:table!important
  }
  .d-only-xxl-table-row {
    display:table-row!important
  }
  .d-only-xxl-table-cell {
    display:table-cell!important
  }
  .d-only-xxl-flex {
    display:flex!important
  }
  .d-only-xxl-inline-flex {
    display:inline-flex!important
  }
}
:root {
  --bs-primary:#c00;
  --bs-primary-rgb:204,0,0;
  --bs-primary-h:0deg;
  --bs-primary-l:40%;
  --bs-primary-s:100%;
  --bs-primary-a:1;
  --bs-primary-c:#fff;
  --bs-danger-rgb:204,0,0;
  --bs-secondary:#940000;
  --bs-secondary-rgb:148,0,0;
  --bs-secondary-c:#fff;
  --bs-secondary-h:0deg;
  --bs-secondary-l:29.0196078431%;
  --bs-secondary-s:100%;
  --bs-secondary-a:1;
  --aco-font-family-regular:StoneSansIIITCW05-Book,Geneva,Arial;
  --aco-font-family-medium:StoneSansIIITCW05-Medium,Geneva,Arial;
  --aco-font-family-bold:StoneSansIIITCW05-Bold,Geneva,Arial;
  --aco-font-family-bold-font-weight:normal;
  --aco-button-disabled-background:#ccc;
  --aco-button-disabled-border-color:#ccc;
  --aco-button-disabled-font-color:#fff;
  --aco-logo-color:#c00;
  --aco-logo-size:56px;
  --acotheme-color:#000;
  --acotheme-background-color:#ededed;
  --acotheme-border-color:#ccc;
  --acotheme-background-color-dark:#666;
  --acotheme-border-color-dark:#666;
  --acotheme-color-dark:#fff;
  --acotheme-gradient-fade-degree:180deg
}
:root .page--blue {
  --acotheme-color:#1e3e5e;
  --acotheme-background-color:#e4ebef;
  --acotheme-border-color:#bccfdf;
  --acotheme-background-color-dark:#1e3e5e;
  --acotheme-border-color-dark:#1e3e5e;
  --acotheme-color-dark:#fff
}
.text-acotheme {
  color:var(--acotheme-color)!important
}
.text-acotheme-blue {
  color:#1e3e5e!important
}
.text-acotheme-gray {
  color:#000!important
}
.border-acotheme {
  border-color:var(--acotheme-border-color)!important
}
.border-acotheme-blue {
  border-color:#bccfdf!important
}
.border-acotheme-gray {
  border-color:#ccc!important
}
.bg-acotheme {
  background-color:var(--acotheme-background-color)!important
}
.bg-acotheme-blue {
  background-color:#e4ebef!important
}
.bg-acotheme-gray {
  background-color:#ededed!important
}
.bg-acotheme--gradient {
  background:linear-gradient(var(--acotheme-gradient-fade-degree),#fff 50%,var(--acotheme-background-color) 100%)
}
.bg-acotheme-blue--gradient {
  background:linear-gradient(var(--acotheme-gradient-fade-degree),#fff 50%,#e4ebef 100%)
}
.bg-acotheme-gray--gradient {
  background:linear-gradient(var(--acotheme-gradient-fade-degree),#fff 50%,#ededed 100%)
}
.acotheme-gradient-90 {
  --acotheme-gradient-fade-degree:90deg
}
.acotheme-gradient-270 {
  --acotheme-gradient-fade-degree:270deg
}
.acotheme-gradient-xs-90 {
  --acotheme-gradient-fade-degree:90deg
}
.acotheme-gradient-xs-270 {
  --acotheme-gradient-fade-degree:270deg
}
@media (min-width:480px) {
  .acotheme-gradient-sm-90 {
    --acotheme-gradient-fade-degree:90deg
  }
  .acotheme-gradient-sm-270 {
    --acotheme-gradient-fade-degree:270deg
  }
}
@media (min-width:768px) {
  .acotheme-gradient-md-90 {
    --acotheme-gradient-fade-degree:90deg
  }
  .acotheme-gradient-md-270 {
    --acotheme-gradient-fade-degree:270deg
  }
}
@media (min-width:1008px) {
  .acotheme-gradient-lg-90 {
    --acotheme-gradient-fade-degree:90deg
  }
  .acotheme-gradient-lg-270 {
    --acotheme-gradient-fade-degree:270deg
  }
}
@media (min-width:1200px) {
  .acotheme-gradient-xl-90 {
    --acotheme-gradient-fade-degree:90deg
  }
  .acotheme-gradient-xl-270 {
    --acotheme-gradient-fade-degree:270deg
  }
}
@media (min-width:1400px) {
  .acotheme-gradient-xxl-90 {
    --acotheme-gradient-fade-degree:90deg
  }
  .acotheme-gradient-xxl-270 {
    --acotheme-gradient-fade-degree:270deg
  }
}
:root {
  font-size:16px
}
body,
html {
  height:100%;
  min-height:100%
}
html {
  scroll-padding-top:280px;
  scrollbar-color:var(--bs-primary) transparent
}
html::-webkit-scrollbar {
  height:8px;
  width:8px
}
html::-webkit-scrollbar-thumb {
  background:var(--bs-primary);
  border-radius:3px
}
html::-webkit-scrollbar-track {
  background:#fff
}
@media (min-width:1008px) {
  html {
    scroll-padding-top:150px
  }
}
body {
  min-width:320px
}
@media (min-width:768px) {
  body {
    min-width:auto
  }
}
.body--no-scroll {
  overflow:hidden!important
}
.col-sm-12 {
  margin-bottom:30px
}
.ce-table tfoot,
.ce-table thead th,
.fw-bold,
.navigation-tile--collapsible .card-collapse span,
.table tfoot,
.table thead th,
b,
strong {
  font-family:var(--aco-font-family-bold)!important;
  font-weight:var(--aco-font-family-bold-font-weight)!important
}
.fw-semibold {
  font-family:var(--aco-font-family-medium)!important
}
a.disabled {
  color:#ccc;
  pointer-events:none
}
.fa {
  font-family:var(--fa-style-family,"Font Awesome 6 Free");
  font-weight:var(--fa-style,900)
}
.aco-spinner,
.btn-close:before,
.carousel--layout-media .carousel-indicators button.carousel-indicators__indicator--video,
.dropdown--layout-themed .dropdown-toggle:after,
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas,
.form-check:not(.form-switch) .form-check-input[id][type=checkbox]:checked+label:after,
.form-check:not(.form-switch) .form-check-input[id][type=checkbox]:indeterminate+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:checked+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:indeterminate+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:checked+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:indeterminate+label:after,
.image-link-icon:after,
.j-overlay .j-close,
.juicer-feed.juicer-feed--aco .j-loading,
.pin,
.tablesorter-bootstrap .tablesorter-processing:after,
.tablesorter-bootstrap thead .tablesorter-headerAsc:after,
.tablesorter-bootstrap thead .tablesorter-headerDesc:after,
.tablesorter-bootstrap thead .tablesorter-headerUnSorted:not(.sorter-false):after,
.video-container figure:before {
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:var(--fa-display,inline-block);
  font-style:normal;
  font-variant:normal;
  line-height:1;
  text-rendering:auto
}
.aco-spinner,
.btn-close:before,
.carousel--layout-media .carousel-indicators button.carousel-indicators__indicator--video,
.dropdown--layout-themed .dropdown-toggle:after,
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas,
.form-check:not(.form-switch) .form-check-input[id][type=checkbox]:checked+label:after,
.form-check:not(.form-switch) .form-check-input[id][type=checkbox]:indeterminate+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:checked+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:indeterminate+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:checked+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:indeterminate+label:after,
.image-link-icon:after,
.j-overlay .j-close,
.juicer-feed.juicer-feed--aco .j-loading,
.pin,
.tablesorter-bootstrap .tablesorter-processing:after,
.tablesorter-bootstrap thead .tablesorter-headerAsc:after,
.tablesorter-bootstrap thead .tablesorter-headerDesc:after,
.tablesorter-bootstrap thead .tablesorter-headerUnSorted:not(.sorter-false):after,
.video-container figure:before {
  font-family:Font Awesome\ 6 Free
}
.fa-brands,
.fab {
  font-family:Font Awesome\ 6 Brands
}
.fa-1x {
  font-size:1em
}
.fa-2x,
.video-container figure:before {
  font-size:2em
}
.fa-3x {
  font-size:3em
}
.fa-4x {
  font-size:4em
}
.fa-5x {
  font-size:5em
}
.fa-6x {
  font-size:6em
}
.fa-7x {
  font-size:7em
}
.fa-8x {
  font-size:8em
}
.fa-9x {
  font-size:9em
}
.fa-10x {
  font-size:10em
}
.fa-2xs {
  font-size:.625em;
  line-height:.1em;
  vertical-align:.225em
}
.fa-xs {
  font-size:.75em;
  line-height:.0833333337em;
  vertical-align:.125em
}
.fa-sm,
:not(.btn) .aco-spinner.aco-spinner-sm {
  font-size:.875em;
  line-height:.0714285718em;
  vertical-align:.0535714295em
}
.fa-lg,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile.navigation-tile--layout-link .feed-item .card-title:after,
.navigation-tile.navigation-tile--layout-link .card .card-title:after,
.navigation-tile.navigation-tile--layout-link .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .card-title:after,
:not(.btn) .aco-spinner {
  font-size:1.25em;
  line-height:.05em;
  vertical-align:-.075em
}
.fa-xl {
  font-size:1.5em;
  line-height:.0416666682em;
  vertical-align:-.125em
}
.fa-2xl {
  font-size:2em;
  line-height:.03125em;
  vertical-align:-.1875em
}
.fa-fw {
  text-align:center;
  width:1.25em
}
.fa-ul {
  list-style-type:none;
  margin-left:var(--fa-li-margin,2.5em);
  padding-left:0
}
.fa-ul>li {
  position:relative
}
.fa-li {
  left:calc(var(--fa-li-width,2em)*-1);
  line-height:inherit;
  position:absolute;
  text-align:center;
  width:var(--fa-li-width,2em)
}
.fa-border {
  border-color:var(--fa-border-color,#eee);
  border-radius:var(--fa-border-radius,.1em);
  border-style:var(--fa-border-style,solid);
  border-width:var(--fa-border-width,.08em);
  padding:var(--fa-border-padding,.2em .25em .15em)
}
.fa-pull-left {
  float:left;
  margin-right:var(--fa-pull-margin,.3em)
}
.fa-pull-right {
  float:right;
  margin-left:var(--fa-pull-margin,.3em)
}
.fa-beat {
  animation-delay:var(--fa-animation-delay,0s);
  animation-direction:var(--fa-animation-direction,normal);
  animation-duration:var(--fa-animation-duration,1s);
  animation-iteration-count:var(--fa-animation-iteration-count,infinite);
  animation-name:fa-beat;
  animation-timing-function:var(--fa-animation-timing,ease-in-out)
}
.fa-bounce {
  animation-delay:var(--fa-animation-delay,0s);
  animation-direction:var(--fa-animation-direction,normal);
  animation-duration:var(--fa-animation-duration,1s);
  animation-iteration-count:var(--fa-animation-iteration-count,infinite);
  animation-name:fa-bounce;
  animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))
}
.fa-fade {
  animation-iteration-count:var(--fa-animation-iteration-count,infinite);
  animation-name:fa-fade;
  animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))
}
.fa-beat-fade,
.fa-fade {
  animation-delay:var(--fa-animation-delay,0s);
  animation-direction:var(--fa-animation-direction,normal);
  animation-duration:var(--fa-animation-duration,1s)
}
.fa-beat-fade {
  animation-iteration-count:var(--fa-animation-iteration-count,infinite);
  animation-name:fa-beat-fade;
  animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))
}
.fa-flip {
  animation-delay:var(--fa-animation-delay,0s);
  animation-direction:var(--fa-animation-direction,normal);
  animation-duration:var(--fa-animation-duration,1s);
  animation-iteration-count:var(--fa-animation-iteration-count,infinite);
  animation-name:fa-flip;
  animation-timing-function:var(--fa-animation-timing,ease-in-out)
}
.fa-shake {
  animation-delay:var(--fa-animation-delay,0s);
  animation-direction:var(--fa-animation-direction,normal);
  animation-duration:var(--fa-animation-duration,1s);
  animation-iteration-count:var(--fa-animation-iteration-count,infinite);
  animation-name:fa-shake;
  animation-timing-function:var(--fa-animation-timing,linear)
}
.aco-spinner:not(.aco-spinner--completed):not(.aco-spinner--failed),
.fa-spin,
.tablesorter-bootstrap .tablesorter-processing:after {
  animation-delay:var(--fa-animation-delay,0s);
  animation-direction:var(--fa-animation-direction,normal);
  animation-duration:var(--fa-animation-duration,2s);
  animation-iteration-count:var(--fa-animation-iteration-count,infinite);
  animation-name:fa-spin;
  animation-timing-function:var(--fa-animation-timing,linear)
}
.fa-spin-reverse {
  --fa-animation-direction:reverse
}
.fa-pulse,
.fa-spin-pulse,
.juicer-feed.juicer-feed--aco .j-loading {
  animation-direction:var(--fa-animation-direction,normal);
  animation-duration:var(--fa-animation-duration,1s);
  animation-iteration-count:var(--fa-animation-iteration-count,infinite);
  animation-name:fa-spin;
  animation-timing-function:var(--fa-animation-timing,steps(8))
}
@media (prefers-reduced-motion:reduce) {
  .aco-spinner:not(.aco-spinner--completed):not(.aco-spinner--failed),
  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse,
  .juicer-feed.juicer-feed--aco .j-loading,
  .tablesorter-bootstrap .tablesorter-processing:after {
    animation-delay:-1ms;
    animation-duration:1ms;
    animation-iteration-count:1;
    transition-delay:0s;
    transition-duration:0s
  }
}
@keyframes fa-beat {
  0%,
  90% {
    transform:scale(1)
  }
  45% {
    transform:scale(var(--fa-beat-scale,1.25))
  }
}
@keyframes fa-bounce {
  0% {
    transform:scale(1) translateY(0)
  }
  10% {
    transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)
  }
  30% {
    transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))
  }
  50% {
    transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)
  }
  57% {
    transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))
  }
  64% {
    transform:scale(1) translateY(0)
  }
  to {
    transform:scale(1) translateY(0)
  }
}
@keyframes fa-fade {
  50% {
    opacity:var(--fa-fade-opacity,.4)
  }
}
@keyframes fa-beat-fade {
  0%,
  to {
    opacity:var(--fa-beat-fade-opacity,.4);
    transform:scale(1)
  }
  50% {
    opacity:1;
    transform:scale(var(--fa-beat-fade-scale,1.125))
  }
}
@keyframes fa-flip {
  50% {
    transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))
  }
}
@keyframes fa-shake {
  0% {
    transform:rotate(-15deg)
  }
  4% {
    transform:rotate(15deg)
  }
  24%,
  8% {
    transform:rotate(-18deg)
  }
  12%,
  28% {
    transform:rotate(18deg)
  }
  16% {
    transform:rotate(-22deg)
  }
  20% {
    transform:rotate(22deg)
  }
  32% {
    transform:rotate(-12deg)
  }
  36% {
    transform:rotate(12deg)
  }
  40%,
  to {
    transform:rotate(0deg)
  }
}
@keyframes fa-spin {
  0% {
    transform:rotate(0deg)
  }
  to {
    transform:rotate(1turn)
  }
}
.fa-rotate-90 {
  transform:rotate(90deg)
}
.fa-rotate-180 {
  transform:rotate(180deg)
}
.fa-rotate-270 {
  transform:rotate(270deg)
}
.fa-flip-horizontal {
  transform:scaleX(-1)
}
.fa-flip-vertical {
  transform:scaleY(-1)
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform:scale(-1)
}
.fa-rotate-by {
  transform:rotate(var(--fa-rotate-angle,none))
}
.fa-stack {
  display:inline-block;
  height:2em;
  line-height:2em;
  position:relative;
  vertical-align:middle;
  width:2.5em
}
.fa-stack-1x,
.fa-stack-2x {
  left:0;
  position:absolute;
  text-align:center;
  width:100%;
  z-index:var(--fa-stack-z-index,auto)
}
.fa-stack-1x {
  line-height:inherit
}
.fa-stack-2x {
  font-size:2em
}
.fa-inverse {
  color:var(--fa-inverse,#fff)
}
.fa-0:before {
  content:"\30 "
}
.fa-1:before {
  content:"\31 "
}
.fa-2:before {
  content:"\32 "
}
.fa-3:before {
  content:"\33 "
}
.fa-4:before {
  content:"\34 "
}
.fa-5:before {
  content:"\35 "
}
.fa-6:before {
  content:"\36 "
}
.fa-7:before {
  content:"\37 "
}
.fa-8:before {
  content:"\38 "
}
.fa-9:before {
  content:"\39 "
}
.fa-fill-drip:before {
  content:"\f576"
}
.fa-arrows-to-circle:before {
  content:"\e4bd"
}
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content:"\f138"
}
.fa-at:before {
  content:"\@"
}
.fa-trash-alt:before,
.fa-trash-can:before {
  content:"\f2ed"
}
.fa-text-height:before {
  content:"\f034"
}
.fa-user-times:before,
.fa-user-xmark:before {
  content:"\f235"
}
.fa-stethoscope:before {
  content:"\f0f1"
}
.fa-comment-alt:before,
.fa-message:before {
  content:"\f27a"
}
.fa-info:before {
  content:"\f129"
}
.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content:"\f422"
}
.fa-explosion:before {
  content:"\e4e9"
}
.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content:"\f15c"
}
.fa-wave-square:before {
  content:"\f83e"
}
.fa-ring:before {
  content:"\f70b"
}
.fa-building-un:before {
  content:"\e4d9"
}
.fa-dice-three:before {
  content:"\f527"
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
  content:"\f073"
}
.fa-anchor-circle-check:before {
  content:"\e4aa"
}
.fa-building-circle-arrow-right:before {
  content:"\e4d1"
}
.fa-volleyball-ball:before,
.fa-volleyball:before {
  content:"\f45f"
}
.fa-arrows-up-to-line:before {
  content:"\e4c2"
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content:"\f0dd"
}
.fa-circle-minus:before,
.fa-minus-circle:before {
  content:"\f056"
}
.fa-door-open:before {
  content:"\f52b"
}
.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content:"\f2f5"
}
.fa-atom:before {
  content:"\f5d2"
}
.fa-soap:before {
  content:"\e06e"
}
.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content:"\f86d"
}
.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content:"\f539"
}
.fa-bridge-circle-check:before {
  content:"\e4c9"
}
.fa-pump-medical:before {
  content:"\e06a"
}
.fa-fingerprint:before {
  content:"\f577"
}
.fa-hand-point-right:before {
  content:"\f0a4"
}
.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content:"\f689"
}
.fa-forward-step:before,
.fa-step-forward:before {
  content:"\f051"
}
.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content:"\f5b8"
}
.fa-flag-checkered:before {
  content:"\f11e"
}
.fa-football-ball:before,
.fa-football:before {
  content:"\f44e"
}
.fa-school-circle-exclamation:before {
  content:"\e56c"
}
.fa-crop:before {
  content:"\f125"
}
.fa-angle-double-down:before,
.fa-angles-down:before {
  content:"\f103"
}
.fa-users-rectangle:before {
  content:"\e594"
}
.fa-people-roof:before {
  content:"\e537"
}
.fa-people-line:before {
  content:"\e534"
}
.fa-beer-mug-empty:before,
.fa-beer:before {
  content:"\f0fc"
}
.fa-diagram-predecessor:before {
  content:"\e477"
}
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content:"\f176"
}
.fa-burn:before,
.fa-fire-flame-simple:before {
  content:"\f46a"
}
.fa-male:before,
.fa-person:before {
  content:"\f183"
}
.fa-laptop:before {
  content:"\f109"
}
.fa-file-csv:before {
  content:"\f6dd"
}
.fa-menorah:before {
  content:"\f676"
}
.fa-truck-plane:before {
  content:"\e58f"
}
.fa-record-vinyl:before {
  content:"\f8d9"
}
.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content:"\f587"
}
.fa-bong:before {
  content:"\f55c"
}
.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content:"\f67b"
}
.fa-arrow-down-up-across-line:before {
  content:"\e4af"
}
.fa-spoon:before,
.fa-utensil-spoon:before {
  content:"\f2e5"
}
.fa-jar-wheat:before {
  content:"\e517"
}
.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content:"\f674"
}
.fa-file-circle-exclamation:before {
  content:"\e4eb"
}
.fa-circle-h:before,
.fa-hospital-symbol:before {
  content:"\f47e"
}
.fa-pager:before {
  content:"\f815"
}
.fa-address-book:before,
.fa-contact-book:before {
  content:"\f2b9"
}
.fa-strikethrough:before {
  content:"\f0cc"
}
.fa-k:before {
  content:"K"
}
.fa-landmark-flag:before {
  content:"\e51c"
}
.fa-pencil-alt:before,
.fa-pencil:before {
  content:"\f303"
}
.fa-backward:before {
  content:"\f04a"
}
.fa-caret-right:before {
  content:"\f0da"
}
.fa-comments:before {
  content:"\f086"
}
.fa-file-clipboard:before,
.fa-paste:before {
  content:"\f0ea"
}
.fa-code-pull-request:before {
  content:"\e13c"
}
.fa-clipboard-list:before {
  content:"\f46d"
}
.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content:"\f4de"
}
.fa-user-check:before {
  content:"\f4fc"
}
.fa-vial-virus:before {
  content:"\e597"
}
.fa-sheet-plastic:before {
  content:"\e571"
}
.fa-blog:before {
  content:"\f781"
}
.fa-user-ninja:before {
  content:"\f504"
}
.fa-person-arrow-up-from-line:before {
  content:"\e539"
}
.fa-scroll-torah:before,
.fa-torah:before {
  content:"\f6a0"
}
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content:"\f458"
}
.fa-toggle-off:before {
  content:"\f204"
}
.fa-archive:before,
.fa-box-archive:before {
  content:"\f187"
}
.fa-person-drowning:before {
  content:"\e545"
}
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content:"\f886"
}
.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content:"\f58a"
}
.fa-spray-can:before {
  content:"\f5bd"
}
.fa-truck-monster:before {
  content:"\f63b"
}
.fa-w:before {
  content:"W"
}
.fa-earth-africa:before,
.fa-globe-africa:before {
  content:"\f57c"
}
.fa-rainbow:before {
  content:"\f75b"
}
.fa-circle-notch:before {
  content:"\f1ce"
}
.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content:"\f3fa"
}
.fa-paw:before {
  content:"\f1b0"
}
.fa-cloud:before {
  content:"\f0c2"
}
.fa-trowel-bricks:before {
  content:"\e58a"
}
.fa-face-flushed:before,
.fa-flushed:before {
  content:"\f579"
}
.fa-hospital-user:before {
  content:"\f80d"
}
.fa-tent-arrow-left-right:before {
  content:"\e57f"
}
.fa-gavel:before,
.fa-legal:before {
  content:"\f0e3"
}
.fa-binoculars:before {
  content:"\f1e5"
}
.fa-microphone-slash:before {
  content:"\f131"
}
.fa-box-tissue:before {
  content:"\e05b"
}
.fa-motorcycle:before {
  content:"\f21c"
}
.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content:"\f562"
}
.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content:"\f5ae"
}
.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content:"\e068"
}
.fa-mars-and-venus-burst:before {
  content:"\e523"
}
.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content:"\f152"
}
.fa-cut:before,
.fa-scissors:before {
  content:"\f0c4"
}
.fa-sun-plant-wilt:before {
  content:"\e57a"
}
.fa-toilets-portable:before {
  content:"\e584"
}
.fa-hockey-puck:before {
  content:"\f453"
}
.fa-table:before {
  content:"\f0ce"
}
.fa-magnifying-glass-arrow-right:before {
  content:"\e521"
}
.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content:"\f566"
}
.fa-users-slash:before {
  content:"\e073"
}
.fa-clover:before {
  content:"\e139"
}
.fa-mail-reply:before,
.fa-reply:before {
  content:"\f3e5"
}
.fa-star-and-crescent:before {
  content:"\f699"
}
.fa-house-fire:before {
  content:"\e50c"
}
.fa-minus-square:before,
.fa-square-minus:before {
  content:"\f146"
}
.fa-helicopter:before {
  content:"\f533"
}
.fa-compass:before {
  content:"\f14e"
}
.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content:"\f150"
}
.fa-file-circle-question:before {
  content:"\e4ef"
}
.fa-laptop-code:before {
  content:"\f5fc"
}
.fa-swatchbook:before {
  content:"\f5c3"
}
.fa-prescription-bottle:before {
  content:"\f485"
}
.fa-bars:before,
.fa-navicon:before {
  content:"\f0c9"
}
.fa-people-group:before {
  content:"\e533"
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content:"\f253"
}
.fa-heart-broken:before,
.fa-heart-crack:before {
  content:"\f7a9"
}
.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content:"\f360"
}
.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content:"\f597"
}
.fa-film:before {
  content:"\f008"
}
.fa-ruler-horizontal:before {
  content:"\f547"
}
.fa-people-robbery:before {
  content:"\e536"
}
.fa-lightbulb:before {
  content:"\f0eb"
}
.fa-caret-left:before {
  content:"\f0d9"
}
.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content:"\f06a"
}
.fa-school-circle-xmark:before {
  content:"\e56d"
}
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content:"\f08b"
}
.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content:"\f13a"
}
.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content:"\f13e"
}
.fa-cloud-showers-heavy:before {
  content:"\f740"
}
.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content:"\f58f"
}
.fa-sitemap:before {
  content:"\f0e8"
}
.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content:"\f4b9"
}
.fa-memory:before {
  content:"\f538"
}
.fa-road-spikes:before {
  content:"\e568"
}
.fa-fire-burner:before {
  content:"\e4f1"
}
.fa-flag:before {
  content:"\f024"
}
.fa-hanukiah:before {
  content:"\f6e6"
}
.fa-feather:before {
  content:"\f52d"
}
.fa-volume-down:before,
.fa-volume-low:before {
  content:"\f027"
}
.fa-comment-slash:before {
  content:"\f4b3"
}
.fa-cloud-sun-rain:before {
  content:"\f743"
}
.fa-compress:before {
  content:"\f066"
}
.fa-wheat-alt:before,
.fa-wheat-awn:before {
  content:"\e2cd"
}
.fa-ankh:before {
  content:"\f644"
}
.fa-hands-holding-child:before {
  content:"\e4fa"
}
.fa-asterisk:before {
  content:"\*"
}
.fa-check-square:before,
.fa-square-check:before {
  content:"\f14a"
}
.fa-peseta-sign:before {
  content:"\e221"
}
.fa-header:before,
.fa-heading:before {
  content:"\f1dc"
}
.fa-ghost:before {
  content:"\f6e2"
}
.fa-list-squares:before,
.fa-list:before {
  content:"\f03a"
}
.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content:"\f87b"
}
.fa-cart-plus:before {
  content:"\f217"
}
.fa-gamepad:before {
  content:"\f11b"
}
.fa-circle-dot:before,
.fa-dot-circle:before {
  content:"\f192"
}
.fa-dizzy:before,
.fa-face-dizzy:before {
  content:"\f567"
}
.fa-egg:before {
  content:"\f7fb"
}
.fa-house-medical-circle-xmark:before {
  content:"\e513"
}
.fa-campground:before {
  content:"\f6bb"
}
.fa-folder-plus:before {
  content:"\f65e"
}
.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content:"\f1e3"
}
.fa-paint-brush:before,
.fa-paintbrush:before {
  content:"\f1fc"
}
.fa-lock:before {
  content:"\f023"
}
.fa-gas-pump:before {
  content:"\f52f"
}
.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content:"\f593"
}
.fa-map-location:before,
.fa-map-marked:before {
  content:"\f59f"
}
.fa-house-flood-water:before {
  content:"\e50e"
}
.fa-tree:before {
  content:"\f1bb"
}
.fa-bridge-lock:before {
  content:"\e4cc"
}
.fa-sack-dollar:before {
  content:"\f81d"
}
.fa-edit:before,
.fa-pen-to-square:before {
  content:"\f044"
}
.fa-car-side:before {
  content:"\f5e4"
}
.fa-share-alt:before,
.fa-share-nodes:before {
  content:"\f1e0"
}
.fa-heart-circle-minus:before {
  content:"\e4ff"
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content:"\f252"
}
.fa-microscope:before {
  content:"\f610"
}
.fa-sink:before {
  content:"\e06d"
}
.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content:"\f290"
}
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content:"\f881"
}
.fa-mitten:before {
  content:"\f7b5"
}
.fa-person-rays:before {
  content:"\e54d"
}
.fa-users:before {
  content:"\f0c0"
}
.fa-eye-slash:before {
  content:"\f070"
}
.fa-flask-vial:before {
  content:"\e4f3"
}
.fa-hand-paper:before,
.fa-hand:before {
  content:"\f256"
}
.fa-om:before {
  content:"\f679"
}
.fa-worm:before {
  content:"\e599"
}
.fa-house-circle-xmark:before {
  content:"\e50b"
}
.fa-plug:before {
  content:"\f1e6"
}
.fa-chevron-up:before {
  content:"\f077"
}
.fa-hand-spock:before {
  content:"\f259"
}
.fa-stopwatch:before {
  content:"\f2f2"
}
.fa-face-kiss:before,
.fa-kiss:before {
  content:"\f596"
}
.fa-bridge-circle-xmark:before {
  content:"\e4cb"
}
.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content:"\f589"
}
.fa-chess-bishop:before {
  content:"\f43a"
}
.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content:"\f58c"
}
.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content:"\f2a4"
}
.fa-road-circle-check:before {
  content:"\e564"
}
.fa-dice-five:before {
  content:"\f523"
}
.fa-rss-square:before,
.fa-square-rss:before {
  content:"\f143"
}
.fa-land-mine-on:before {
  content:"\e51b"
}
.fa-i-cursor:before {
  content:"\f246"
}
.fa-stamp:before {
  content:"\f5bf"
}
.fa-stairs:before {
  content:"\e289"
}
.fa-i:before {
  content:"I"
}
.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content:"\f6f2"
}
.fa-pills:before {
  content:"\f484"
}
.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content:"\f581"
}
.fa-tooth:before {
  content:"\f5c9"
}
.fa-v:before {
  content:"V"
}
.fa-bangladeshi-taka-sign:before {
  content:"\e2e6"
}
.fa-bicycle:before {
  content:"\f206"
}
.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
  content:"\e579"
}
.fa-head-side-cough-slash:before {
  content:"\e062"
}
.fa-ambulance:before,
.fa-truck-medical:before {
  content:"\f0f9"
}
.fa-wheat-awn-circle-exclamation:before {
  content:"\e598"
}
.fa-snowman:before {
  content:"\f7d0"
}
.fa-mortar-pestle:before {
  content:"\f5a7"
}
.fa-road-barrier:before {
  content:"\e562"
}
.fa-school:before {
  content:"\f549"
}
.fa-igloo:before {
  content:"\f7ae"
}
.fa-joint:before {
  content:"\f595"
}
.fa-angle-right:before {
  content:"\f105"
}
.fa-horse:before {
  content:"\f6f0"
}
.fa-q:before {
  content:"Q"
}
.fa-g:before {
  content:"G"
}
.fa-notes-medical:before {
  content:"\f481"
}
.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content:"\f2c9"
}
.fa-dong-sign:before {
  content:"\e169"
}
.fa-capsules:before {
  content:"\f46b"
}
.fa-poo-bolt:before,
.fa-poo-storm:before {
  content:"\f75a"
}
.fa-face-frown-open:before,
.fa-frown-open:before {
  content:"\f57a"
}
.fa-hand-point-up:before {
  content:"\f0a6"
}
.fa-money-bill:before {
  content:"\f0d6"
}
.fa-bookmark:before {
  content:"\f02e"
}
.fa-align-justify:before {
  content:"\f039"
}
.fa-umbrella-beach:before {
  content:"\f5ca"
}
.fa-helmet-un:before {
  content:"\e503"
}
.fa-bullseye:before {
  content:"\f140"
}
.fa-bacon:before {
  content:"\f7e5"
}
.fa-hand-point-down:before {
  content:"\f0a7"
}
.fa-arrow-up-from-bracket:before {
  content:"\e09a"
}
.fa-folder-blank:before,
.fa-folder:before {
  content:"\f07b"
}
.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content:"\f478"
}
.fa-radiation:before {
  content:"\f7b9"
}
.fa-chart-simple:before {
  content:"\e473"
}
.fa-mars-stroke:before {
  content:"\f229"
}
.fa-vial:before {
  content:"\f492"
}
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content:"\f624"
}
.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content:"\e2ca"
}
.fa-e:before {
  content:"E"
}
.fa-pen-alt:before,
.fa-pen-clip:before {
  content:"\f305"
}
.fa-bridge-circle-exclamation:before {
  content:"\e4ca"
}
.fa-user:before {
  content:"\f007"
}
.fa-school-circle-check:before {
  content:"\e56b"
}
.fa-dumpster:before {
  content:"\f793"
}
.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content:"\f5b6"
}
.fa-building-user:before {
  content:"\e4da"
}
.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content:"\f191"
}
.fa-highlighter:before {
  content:"\f591"
}
.fa-key:before {
  content:"\f084"
}
.fa-bullhorn:before {
  content:"\f0a1"
}
.fa-globe:before {
  content:"\f0ac"
}
.fa-synagogue:before {
  content:"\f69b"
}
.fa-person-half-dress:before {
  content:"\e548"
}
.fa-road-bridge:before {
  content:"\e563"
}
.fa-location-arrow:before {
  content:"\f124"
}
.fa-c:before {
  content:"C"
}
.fa-tablet-button:before {
  content:"\f10a"
}
.fa-building-lock:before {
  content:"\e4d6"
}
.fa-pizza-slice:before {
  content:"\f818"
}
.fa-money-bill-wave:before {
  content:"\f53a"
}
.fa-area-chart:before,
.fa-chart-area:before {
  content:"\f1fe"
}
.fa-house-flag:before {
  content:"\e50d"
}
.fa-person-circle-minus:before {
  content:"\e540"
}
.fa-ban:before,
.fa-cancel:before {
  content:"\f05e"
}
.fa-camera-rotate:before {
  content:"\e0d8"
}
.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content:"\f5d0"
}
.fa-star:before {
  content:"\f005"
}
.fa-repeat:before {
  content:"\f363"
}
.fa-cross:before {
  content:"\f654"
}
.fa-box:before {
  content:"\f466"
}
.fa-venus-mars:before {
  content:"\f228"
}
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content:"\f245"
}
.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content:"\f31e"
}
.fa-charging-station:before {
  content:"\f5e7"
}
.fa-shapes:before,
.fa-triangle-circle-square:before {
  content:"\f61f"
}
.fa-random:before,
.fa-shuffle:before {
  content:"\f074"
}
.fa-person-running:before,
.fa-running:before {
  content:"\f70c"
}
.fa-mobile-retro:before {
  content:"\e527"
}
.fa-grip-lines-vertical:before {
  content:"\f7a5"
}
.fa-spider:before {
  content:"\f717"
}
.fa-hands-bound:before {
  content:"\e4f9"
}
.fa-file-invoice-dollar:before {
  content:"\f571"
}
.fa-plane-circle-exclamation:before {
  content:"\e556"
}
.fa-x-ray:before {
  content:"\f497"
}
.fa-spell-check:before {
  content:"\f891"
}
.fa-slash:before {
  content:"\f715"
}
.fa-computer-mouse:before,
.fa-mouse:before {
  content:"\f8cc"
}
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content:"\f090"
}
.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content:"\e070"
}
.fa-server:before {
  content:"\f233"
}
.fa-virus-covid-slash:before {
  content:"\e4a9"
}
.fa-shop-lock:before {
  content:"\e4a5"
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content:"\f251"
}
.fa-blender-phone:before {
  content:"\f6b6"
}
.fa-building-wheat:before {
  content:"\e4db"
}
.fa-person-breastfeeding:before {
  content:"\e53a"
}
.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content:"\f2f6"
}
.fa-venus:before {
  content:"\f221"
}
.fa-passport:before {
  content:"\f5ab"
}
.fa-heart-pulse:before,
.fa-heartbeat:before {
  content:"\f21e"
}
.fa-people-carry-box:before,
.fa-people-carry:before {
  content:"\f4ce"
}
.fa-temperature-high:before {
  content:"\f769"
}
.fa-microchip:before {
  content:"\f2db"
}
.fa-crown:before {
  content:"\f521"
}
.fa-weight-hanging:before {
  content:"\f5cd"
}
.fa-xmarks-lines:before {
  content:"\e59a"
}
.fa-file-prescription:before {
  content:"\f572"
}
.fa-weight-scale:before,
.fa-weight:before {
  content:"\f496"
}
.fa-user-friends:before,
.fa-user-group:before {
  content:"\f500"
}
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content:"\f15e"
}
.fa-chess-knight:before {
  content:"\f441"
}
.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content:"\f59b"
}
.fa-wheelchair:before {
  content:"\f193"
}
.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content:"\f0aa"
}
.fa-toggle-on:before {
  content:"\f205"
}
.fa-person-walking:before,
.fa-walking:before {
  content:"\f554"
}
.fa-l:before {
  content:"L"
}
.fa-fire:before {
  content:"\f06d"
}
.fa-bed-pulse:before,
.fa-procedures:before {
  content:"\f487"
}
.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content:"\f197"
}
.fa-face-laugh:before,
.fa-laugh:before {
  content:"\f599"
}
.fa-folder-open:before {
  content:"\f07c"
}
.fa-heart-circle-plus:before {
  content:"\e500"
}
.fa-code-fork:before {
  content:"\e13b"
}
.fa-city:before {
  content:"\f64f"
}
.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content:"\f3c9"
}
.fa-pepper-hot:before {
  content:"\f816"
}
.fa-unlock:before {
  content:"\f09c"
}
.fa-colon-sign:before {
  content:"\e140"
}
.fa-headset:before {
  content:"\f590"
}
.fa-store-slash:before {
  content:"\e071"
}
.fa-road-circle-xmark:before {
  content:"\e566"
}
.fa-user-minus:before {
  content:"\f503"
}
.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content:"\f22a"
}
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content:"\f79f"
}
.fa-clipboard:before {
  content:"\f328"
}
.fa-house-circle-exclamation:before {
  content:"\e50a"
}
.fa-file-arrow-up:before,
.fa-file-upload:before {
  content:"\f574"
}
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content:"\f1eb"
}
.fa-bath:before,
.fa-bathtub:before {
  content:"\f2cd"
}
.fa-underline:before {
  content:"\f0cd"
}
.fa-user-edit:before,
.fa-user-pen:before {
  content:"\f4ff"
}
.fa-signature:before {
  content:"\f5b7"
}
.fa-stroopwafel:before {
  content:"\f551"
}
.fa-bold:before {
  content:"\f032"
}
.fa-anchor-lock:before {
  content:"\e4ad"
}
.fa-building-ngo:before {
  content:"\e4d7"
}
.fa-manat-sign:before {
  content:"\e1d5"
}
.fa-not-equal:before {
  content:"\f53e"
}
.fa-border-style:before,
.fa-border-top-left:before {
  content:"\f853"
}
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content:"\f5a0"
}
.fa-jedi:before {
  content:"\f669"
}
.fa-poll:before,
.fa-square-poll-vertical:before {
  content:"\f681"
}
.fa-mug-hot:before {
  content:"\f7b6"
}
.fa-battery-car:before,
.fa-car-battery:before {
  content:"\f5df"
}
.fa-gift:before {
  content:"\f06b"
}
.fa-dice-two:before {
  content:"\f528"
}
.fa-chess-queen:before {
  content:"\f445"
}
.fa-glasses:before {
  content:"\f530"
}
.fa-chess-board:before {
  content:"\f43c"
}
.fa-building-circle-check:before {
  content:"\e4d2"
}
.fa-person-chalkboard:before {
  content:"\e53d"
}
.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content:"\f22b"
}
.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content:"\f255"
}
.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content:"\f151"
}
.fa-cloud-showers-water:before {
  content:"\e4e4"
}
.fa-bar-chart:before,
.fa-chart-bar:before {
  content:"\f080"
}
.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content:"\e05e"
}
.fa-less-than-equal:before {
  content:"\f537"
}
.fa-train:before {
  content:"\f238"
}
.fa-eye-low-vision:before,
.fa-low-vision:before {
  content:"\f2a8"
}
.fa-crow:before {
  content:"\f520"
}
.fa-sailboat:before {
  content:"\e445"
}
.fa-window-restore:before {
  content:"\f2d2"
}
.fa-plus-square:before,
.fa-square-plus:before {
  content:"\f0fe"
}
.fa-torii-gate:before {
  content:"\f6a1"
}
.fa-frog:before {
  content:"\f52e"
}
.fa-bucket:before {
  content:"\e4cf"
}
.fa-image:before {
  content:"\f03e"
}
.fa-microphone:before {
  content:"\f130"
}
.fa-cow:before {
  content:"\f6c8"
}
.fa-caret-up:before {
  content:"\f0d8"
}
.fa-screwdriver:before {
  content:"\f54a"
}
.fa-folder-closed:before {
  content:"\e185"
}
.fa-house-tsunami:before {
  content:"\e515"
}
.fa-square-nfi:before {
  content:"\e576"
}
.fa-arrow-up-from-ground-water:before {
  content:"\e4b5"
}
.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content:"\f57b"
}
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content:"\f2ea"
}
.fa-columns:before,
.fa-table-columns:before {
  content:"\f0db"
}
.fa-lemon:before {
  content:"\f094"
}
.fa-head-side-mask:before {
  content:"\e063"
}
.fa-handshake:before {
  content:"\f2b5"
}
.fa-gem:before {
  content:"\f3a5"
}
.fa-dolly-box:before,
.fa-dolly:before {
  content:"\f472"
}
.fa-smoking:before {
  content:"\f48d"
}
.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content:"\f78c"
}
.fa-monument:before {
  content:"\f5a6"
}
.fa-snowplow:before {
  content:"\f7d2"
}
.fa-angle-double-right:before,
.fa-angles-right:before {
  content:"\f101"
}
.fa-cannabis:before {
  content:"\f55f"
}
.fa-circle-play:before,
.fa-play-circle:before {
  content:"\f144"
}
.fa-tablets:before {
  content:"\f490"
}
.fa-ethernet:before {
  content:"\f796"
}
.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content:"\f153"
}
.fa-chair:before {
  content:"\f6c0"
}
.fa-check-circle:before,
.fa-circle-check:before {
  content:"\f058"
}
.fa-circle-stop:before,
.fa-stop-circle:before {
  content:"\f28d"
}
.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content:"\f568"
}
.fa-plate-wheat:before {
  content:"\e55a"
}
.fa-icicles:before {
  content:"\f7ad"
}
.fa-person-shelter:before {
  content:"\e54f"
}
.fa-neuter:before {
  content:"\f22c"
}
.fa-id-badge:before {
  content:"\f2c1"
}
.fa-marker:before {
  content:"\f5a1"
}
.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content:"\f59a"
}
.fa-helicopter-symbol:before {
  content:"\e502"
}
.fa-universal-access:before {
  content:"\f29a"
}
.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content:"\f139"
}
.fa-lari-sign:before {
  content:"\e1c8"
}
.fa-volcano:before {
  content:"\f770"
}
.fa-person-walking-dashed-line-arrow-right:before {
  content:"\e553"
}
.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content:"\f154"
}
.fa-viruses:before {
  content:"\e076"
}
.fa-square-person-confined:before {
  content:"\e577"
}
.fa-user-tie:before {
  content:"\f508"
}
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content:"\f175"
}
.fa-tent-arrow-down-to-line:before {
  content:"\e57e"
}
.fa-certificate:before {
  content:"\f0a3"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content:"\f122"
}
.fa-suitcase:before {
  content:"\f0f2"
}
.fa-person-skating:before,
.fa-skating:before {
  content:"\f7c5"
}
.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content:"\f662"
}
.fa-camera-retro:before {
  content:"\f083"
}
.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content:"\f0ab"
}
.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content:"\f56f"
}
.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content:"\f14c"
}
.fa-box-open:before {
  content:"\f49e"
}
.fa-scroll:before {
  content:"\f70e"
}
.fa-spa:before {
  content:"\f5bb"
}
.fa-location-pin-lock:before {
  content:"\e51f"
}
.fa-pause:before {
  content:"\f04c"
}
.fa-hill-avalanche:before {
  content:"\e507"
}
.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content:"\f2cb"
}
.fa-bomb:before {
  content:"\f1e2"
}
.fa-registered:before {
  content:"\f25d"
}
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content:"\f2bb"
}
.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content:"\f516"
}
.fa-subscript:before {
  content:"\f12c"
}
.fa-diamond-turn-right:before,
.fa-directions:before {
  content:"\f5eb"
}
.fa-burst:before {
  content:"\e4dc"
}
.fa-house-laptop:before,
.fa-laptop-house:before {
  content:"\e066"
}
.fa-face-tired:before,
.fa-tired:before {
  content:"\f5c8"
}
.fa-money-bills:before {
  content:"\e1f3"
}
.fa-smog:before {
  content:"\f75f"
}
.fa-crutch:before {
  content:"\f7f7"
}
.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content:"\f0ee"
}
.fa-palette:before {
  content:"\f53f"
}
.fa-arrows-turn-right:before {
  content:"\e4c0"
}
.fa-vest:before {
  content:"\e085"
}
.fa-ferry:before {
  content:"\e4ea"
}
.fa-arrows-down-to-people:before {
  content:"\e4b9"
}
.fa-seedling:before,
.fa-sprout:before {
  content:"\f4d8"
}
.fa-arrows-alt-h:before,
.fa-left-right:before {
  content:"\f337"
}
.fa-boxes-packing:before {
  content:"\e4c7"
}
.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content:"\f0a8"
}
.fa-group-arrows-rotate:before {
  content:"\e4f6"
}
.fa-bowl-food:before {
  content:"\e4c6"
}
.fa-candy-cane:before {
  content:"\f786"
}
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content:"\f160"
}
.fa-cloud-bolt:before,
.fa-thunderstorm:before {
  content:"\f76c"
}
.fa-remove-format:before,
.fa-text-slash:before {
  content:"\f87d"
}
.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content:"\f4da"
}
.fa-file-word:before {
  content:"\f1c2"
}
.fa-file-powerpoint:before {
  content:"\f1c4"
}
.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content:"\f07e"
}
.fa-house-lock:before {
  content:"\e510"
}
.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content:"\f0ed"
}
.fa-children:before {
  content:"\e4e1"
}
.fa-blackboard:before,
.fa-chalkboard:before {
  content:"\f51b"
}
.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content:"\f4fa"
}
.fa-envelope-open:before {
  content:"\f2b6"
}
.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content:"\e05f"
}
.fa-mattress-pillow:before {
  content:"\e525"
}
.fa-guarani-sign:before {
  content:"\e19a"
}
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content:"\f021"
}
.fa-fire-extinguisher:before {
  content:"\f134"
}
.fa-cruzeiro-sign:before {
  content:"\e152"
}
.fa-greater-than-equal:before {
  content:"\f532"
}
.fa-shield-alt:before,
.fa-shield-halved:before {
  content:"\f3ed"
}
.fa-atlas:before,
.fa-book-atlas:before {
  content:"\f558"
}
.fa-virus:before {
  content:"\e074"
}
.fa-envelope-circle-check:before {
  content:"\e4e8"
}
.fa-layer-group:before {
  content:"\f5fd"
}
.fa-arrows-to-dot:before {
  content:"\e4be"
}
.fa-archway:before {
  content:"\f557"
}
.fa-heart-circle-check:before {
  content:"\e4fd"
}
.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content:"\f6f1"
}
.fa-file-archive:before,
.fa-file-zipper:before {
  content:"\f1c6"
}
.fa-square:before {
  content:"\f0c8"
}
.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content:"\f000"
}
.fa-couch:before {
  content:"\f4b8"
}
.fa-cedi-sign:before {
  content:"\e0df"
}
.fa-italic:before {
  content:"\f033"
}
.fa-church:before {
  content:"\f51d"
}
.fa-comments-dollar:before {
  content:"\f653"
}
.fa-democrat:before {
  content:"\f747"
}
.fa-z:before {
  content:"Z"
}
.fa-person-skiing:before,
.fa-skiing:before {
  content:"\f7c9"
}
.fa-road-lock:before {
  content:"\e567"
}
.fa-a:before {
  content:"A"
}
.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
  content:"\e03f"
}
.fa-feather-alt:before,
.fa-feather-pointed:before {
  content:"\f56b"
}
.fa-p:before {
  content:"P"
}
.fa-snowflake:before {
  content:"\f2dc"
}
.fa-newspaper:before {
  content:"\f1ea"
}
.fa-ad:before,
.fa-rectangle-ad:before {
  content:"\f641"
}
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content:"\f0a9"
}
.fa-filter-circle-xmark:before {
  content:"\e17b"
}
.fa-locust:before {
  content:"\e520"
}
.fa-sort:before,
.fa-unsorted:before {
  content:"\f0dc"
}
.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content:"\f0cb"
}
.fa-person-dress-burst:before {
  content:"\e544"
}
.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content:"\f53d"
}
.fa-vector-square:before {
  content:"\f5cb"
}
.fa-bread-slice:before {
  content:"\f7ec"
}
.fa-language:before {
  content:"\f1ab"
}
.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content:"\f598"
}
.fa-filter:before {
  content:"\f0b0"
}
.fa-question:before {
  content:"\?"
}
.fa-file-signature:before {
  content:"\f573"
}
.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content:"\f0b2"
}
.fa-house-chimney-user:before {
  content:"\e065"
}
.fa-hand-holding-heart:before {
  content:"\f4be"
}
.fa-puzzle-piece:before {
  content:"\f12e"
}
.fa-money-check:before {
  content:"\f53c"
}
.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content:"\f5c0"
}
.fa-code:before {
  content:"\f121"
}
.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content:"\f7a0"
}
.fa-building-circle-exclamation:before {
  content:"\e4d3"
}
.fa-magnifying-glass-chart:before {
  content:"\e522"
}
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content:"\f08e"
}
.fa-cubes-stacked:before {
  content:"\e4e6"
}
.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content:"\f159"
}
.fa-virus-covid:before {
  content:"\e4a8"
}
.fa-austral-sign:before {
  content:"\e0a9"
}
.fa-f:before {
  content:"F"
}
.fa-leaf:before {
  content:"\f06c"
}
.fa-road:before {
  content:"\f018"
}
.fa-cab:before,
.fa-taxi:before {
  content:"\f1ba"
}
.fa-person-circle-plus:before {
  content:"\e541"
}
.fa-chart-pie:before,
.fa-pie-chart:before {
  content:"\f200"
}
.fa-bolt-lightning:before {
  content:"\e0b7"
}
.fa-sack-xmark:before {
  content:"\e56a"
}
.fa-file-excel:before {
  content:"\f1c3"
}
.fa-file-contract:before {
  content:"\f56c"
}
.fa-fish-fins:before {
  content:"\e4f2"
}
.fa-building-flag:before {
  content:"\e4d5"
}
.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content:"\f582"
}
.fa-object-ungroup:before {
  content:"\f248"
}
.fa-poop:before {
  content:"\f619"
}
.fa-location-pin:before,
.fa-map-marker:before {
  content:"\f041"
}
.fa-kaaba:before {
  content:"\f66b"
}
.fa-toilet-paper:before {
  content:"\f71e"
}
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content:"\f807"
}
.fa-eject:before {
  content:"\f052"
}
.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content:"\f35a"
}
.fa-plane-circle-check:before {
  content:"\e555"
}
.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content:"\f5a5"
}
.fa-object-group:before {
  content:"\f247"
}
.fa-chart-line:before,
.fa-line-chart:before {
  content:"\f201"
}
.fa-mask-ventilator:before {
  content:"\e524"
}
.fa-arrow-right:before {
  content:"\f061"
}
.fa-map-signs:before,
.fa-signs-post:before {
  content:"\f277"
}
.fa-cash-register:before {
  content:"\f788"
}
.fa-person-circle-question:before {
  content:"\e542"
}
.fa-h:before {
  content:"H"
}
.fa-tarp:before {
  content:"\e57b"
}
.fa-screwdriver-wrench:before,
.fa-tools:before {
  content:"\f7d9"
}
.fa-arrows-to-eye:before {
  content:"\e4bf"
}
.fa-plug-circle-bolt:before {
  content:"\e55b"
}
.fa-heart:before {
  content:"\f004"
}
.fa-mars-and-venus:before {
  content:"\f224"
}
.fa-home-user:before,
.fa-house-user:before {
  content:"\e1b0"
}
.fa-dumpster-fire:before {
  content:"\f794"
}
.fa-house-crack:before {
  content:"\e3b1"
}
.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content:"\f561"
}
.fa-face-surprise:before,
.fa-surprise:before {
  content:"\f5c2"
}
.fa-bottle-water:before {
  content:"\e4c5"
}
.fa-circle-pause:before,
.fa-pause-circle:before {
  content:"\f28b"
}
.fa-toilet-paper-slash:before {
  content:"\e072"
}
.fa-apple-alt:before,
.fa-apple-whole:before {
  content:"\f5d1"
}
.fa-kitchen-set:before {
  content:"\e51a"
}
.fa-r:before {
  content:"R"
}
.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content:"\f2ca"
}
.fa-cube:before {
  content:"\f1b2"
}
.fa-bitcoin-sign:before {
  content:"\e0b4"
}
.fa-shield-dog:before {
  content:"\e573"
}
.fa-solar-panel:before {
  content:"\f5ba"
}
.fa-lock-open:before {
  content:"\f3c1"
}
.fa-elevator:before {
  content:"\e16d"
}
.fa-money-bill-transfer:before {
  content:"\e528"
}
.fa-money-bill-trend-up:before {
  content:"\e529"
}
.fa-house-flood-water-circle-arrow-right:before {
  content:"\e50f"
}
.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content:"\f682"
}
.fa-circle:before {
  content:"\f111"
}
.fa-backward-fast:before,
.fa-fast-backward:before {
  content:"\f049"
}
.fa-recycle:before {
  content:"\f1b8"
}
.fa-user-astronaut:before {
  content:"\f4fb"
}
.fa-plane-slash:before {
  content:"\e069"
}
.fa-trademark:before {
  content:"\f25c"
}
.fa-basketball-ball:before,
.fa-basketball:before {
  content:"\f434"
}
.fa-satellite-dish:before {
  content:"\f7c0"
}
.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content:"\f35b"
}
.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content:"\f3cd"
}
.fa-volume-high:before,
.fa-volume-up:before {
  content:"\f028"
}
.fa-users-rays:before {
  content:"\e593"
}
.fa-wallet:before {
  content:"\f555"
}
.fa-clipboard-check:before {
  content:"\f46c"
}
.fa-file-audio:before {
  content:"\f1c7"
}
.fa-burger:before,
.fa-hamburger:before {
  content:"\f805"
}
.fa-wrench:before {
  content:"\f0ad"
}
.fa-bugs:before {
  content:"\e4d0"
}
.fa-rupee-sign:before,
.fa-rupee:before {
  content:"\f156"
}
.fa-file-image:before {
  content:"\f1c5"
}
.fa-circle-question:before,
.fa-question-circle:before {
  content:"\f059"
}
.fa-plane-departure:before {
  content:"\f5b0"
}
.fa-handshake-slash:before {
  content:"\e060"
}
.fa-book-bookmark:before {
  content:"\e0bb"
}
.fa-code-branch:before {
  content:"\f126"
}
.fa-hat-cowboy:before {
  content:"\f8c0"
}
.fa-bridge:before {
  content:"\e4c8"
}
.fa-phone-alt:before,
.fa-phone-flip:before {
  content:"\f879"
}
.fa-truck-front:before {
  content:"\e2b7"
}
.fa-cat:before {
  content:"\f6be"
}
.fa-anchor-circle-exclamation:before {
  content:"\e4ab"
}
.fa-truck-field:before {
  content:"\e58d"
}
.fa-route:before {
  content:"\f4d7"
}
.fa-clipboard-question:before {
  content:"\e4e3"
}
.fa-panorama:before {
  content:"\e209"
}
.fa-comment-medical:before {
  content:"\f7f5"
}
.fa-teeth-open:before {
  content:"\f62f"
}
.fa-file-circle-minus:before {
  content:"\e4ed"
}
.fa-tags:before {
  content:"\f02c"
}
.fa-wine-glass:before {
  content:"\f4e3"
}
.fa-fast-forward:before,
.fa-forward-fast:before {
  content:"\f050"
}
.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content:"\f5a4"
}
.fa-parking:before,
.fa-square-parking:before {
  content:"\f540"
}
.fa-house-signal:before {
  content:"\e012"
}
.fa-bars-progress:before,
.fa-tasks-alt:before {
  content:"\f828"
}
.fa-faucet-drip:before {
  content:"\e006"
}
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content:"\f474"
}
.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content:"\f54d"
}
.fa-terminal:before {
  content:"\f120"
}
.fa-mobile-button:before {
  content:"\f10b"
}
.fa-house-medical-flag:before {
  content:"\e514"
}
.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content:"\f291"
}
.fa-tape:before {
  content:"\f4db"
}
.fa-bus-alt:before,
.fa-bus-simple:before {
  content:"\f55e"
}
.fa-eye:before {
  content:"\f06e"
}
.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content:"\f5b3"
}
.fa-audio-description:before {
  content:"\f29e"
}
.fa-person-military-to-person:before {
  content:"\e54c"
}
.fa-file-shield:before {
  content:"\e4f0"
}
.fa-user-slash:before {
  content:"\f506"
}
.fa-pen:before {
  content:"\f304"
}
.fa-tower-observation:before {
  content:"\e586"
}
.fa-file-code:before {
  content:"\f1c9"
}
.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content:"\f012"
}
.fa-bus:before {
  content:"\f207"
}
.fa-heart-circle-xmark:before {
  content:"\e501"
}
.fa-home-lg:before,
.fa-house-chimney:before {
  content:"\e3af"
}
.fa-window-maximize:before {
  content:"\f2d0"
}
.fa-face-frown:before,
.fa-frown:before {
  content:"\f119"
}
.fa-prescription:before {
  content:"\f5b1"
}
.fa-shop:before,
.fa-store-alt:before {
  content:"\f54f"
}
.fa-floppy-disk:before,
.fa-save:before {
  content:"\f0c7"
}
.fa-vihara:before {
  content:"\f6a7"
}
.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content:"\f515"
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content:"\f0de"
}
.fa-comment-dots:before,
.fa-commenting:before {
  content:"\f4ad"
}
.fa-plant-wilt:before {
  content:"\e5aa"
}
.fa-diamond:before {
  content:"\f219"
}
.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content:"\f585"
}
.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content:"\f4c0"
}
.fa-bacterium:before {
  content:"\e05a"
}
.fa-hand-pointer:before {
  content:"\f25a"
}
.fa-drum-steelpan:before {
  content:"\f56a"
}
.fa-hand-scissors:before {
  content:"\f257"
}
.fa-hands-praying:before,
.fa-praying-hands:before {
  content:"\f684"
}
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content:"\f01e"
}
.fa-biohazard:before {
  content:"\f780"
}
.fa-location-crosshairs:before,
.fa-location:before {
  content:"\f601"
}
.fa-mars-double:before {
  content:"\f227"
}
.fa-child-dress:before {
  content:"\e59c"
}
.fa-users-between-lines:before {
  content:"\e591"
}
.fa-lungs-virus:before {
  content:"\e067"
}
.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content:"\f588"
}
.fa-phone:before {
  content:"\f095"
}
.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content:"\f273"
}
.fa-child-reaching:before {
  content:"\e59d"
}
.fa-head-side-virus:before {
  content:"\e064"
}
.fa-user-cog:before,
.fa-user-gear:before {
  content:"\f4fe"
}
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content:"\f163"
}
.fa-door-closed:before {
  content:"\f52a"
}
.fa-shield-virus:before {
  content:"\e06c"
}
.fa-dice-six:before {
  content:"\f526"
}
.fa-mosquito-net:before {
  content:"\e52c"
}
.fa-bridge-water:before {
  content:"\e4ce"
}
.fa-person-booth:before {
  content:"\f756"
}
.fa-text-width:before {
  content:"\f035"
}
.fa-hat-wizard:before {
  content:"\f6e8"
}
.fa-pen-fancy:before {
  content:"\f5ac"
}
.fa-digging:before,
.fa-person-digging:before {
  content:"\f85e"
}
.fa-trash:before {
  content:"\f1f8"
}
.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content:"\f629"
}
.fa-book-medical:before {
  content:"\f7e6"
}
.fa-poo:before {
  content:"\f2fe"
}
.fa-quote-right-alt:before,
.fa-quote-right:before {
  content:"\f10e"
}
.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content:"\f553"
}
.fa-cubes:before {
  content:"\f1b3"
}
.fa-divide:before {
  content:"\f529"
}
.fa-tenge-sign:before,
.fa-tenge:before {
  content:"\f7d7"
}
.fa-headphones:before {
  content:"\f025"
}
.fa-hands-holding:before {
  content:"\f4c2"
}
.fa-hands-clapping:before {
  content:"\e1a8"
}
.fa-republican:before {
  content:"\f75e"
}
.fa-arrow-left:before {
  content:"\f060"
}
.fa-person-circle-xmark:before {
  content:"\e543"
}
.fa-ruler:before {
  content:"\f545"
}
.fa-align-left:before {
  content:"\f036"
}
.fa-dice-d6:before {
  content:"\f6d1"
}
.fa-restroom:before {
  content:"\f7bd"
}
.fa-j:before {
  content:"J"
}
.fa-users-viewfinder:before {
  content:"\e595"
}
.fa-file-video:before {
  content:"\f1c8"
}
.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content:"\f35d"
}
.fa-table-cells:before,
.fa-th:before {
  content:"\f00a"
}
.fa-file-pdf:before {
  content:"\f1c1"
}
.fa-bible:before,
.fa-book-bible:before {
  content:"\f647"
}
.fa-o:before {
  content:"O"
}
.fa-medkit:before,
.fa-suitcase-medical:before {
  content:"\f0fa"
}
.fa-user-secret:before {
  content:"\f21b"
}
.fa-otter:before {
  content:"\f700"
}
.fa-female:before,
.fa-person-dress:before {
  content:"\f182"
}
.fa-comment-dollar:before {
  content:"\f651"
}
.fa-briefcase-clock:before,
.fa-business-time:before {
  content:"\f64a"
}
.fa-table-cells-large:before,
.fa-th-large:before {
  content:"\f009"
}
.fa-book-tanakh:before,
.fa-tanakh:before {
  content:"\f827"
}
.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content:"\f2a0"
}
.fa-hat-cowboy-side:before {
  content:"\f8c1"
}
.fa-clipboard-user:before {
  content:"\f7f3"
}
.fa-child:before {
  content:"\f1ae"
}
.fa-lira-sign:before {
  content:"\f195"
}
.fa-satellite:before {
  content:"\f7bf"
}
.fa-plane-lock:before {
  content:"\e558"
}
.fa-tag:before {
  content:"\f02b"
}
.fa-comment:before {
  content:"\f075"
}
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content:"\f1fd"
}
.fa-envelope:before {
  content:"\f0e0"
}
.fa-angle-double-up:before,
.fa-angles-up:before {
  content:"\f102"
}
.fa-paperclip:before {
  content:"\f0c6"
}
.fa-arrow-right-to-city:before {
  content:"\e4b3"
}
.fa-ribbon:before {
  content:"\f4d6"
}
.fa-lungs:before {
  content:"\f604"
}
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content:"\f887"
}
.fa-litecoin-sign:before {
  content:"\e1d3"
}
.fa-border-none:before {
  content:"\f850"
}
.fa-circle-nodes:before {
  content:"\e4e2"
}
.fa-parachute-box:before {
  content:"\f4cd"
}
.fa-indent:before {
  content:"\f03c"
}
.fa-truck-field-un:before {
  content:"\e58e"
}
.fa-hourglass-empty:before,
.fa-hourglass:before {
  content:"\f254"
}
.fa-mountain:before {
  content:"\f6fc"
}
.fa-user-doctor:before,
.fa-user-md:before {
  content:"\f0f0"
}
.fa-circle-info:before,
.fa-info-circle:before {
  content:"\f05a"
}
.fa-cloud-meatball:before {
  content:"\f73b"
}
.fa-camera-alt:before,
.fa-camera:before {
  content:"\f030"
}
.fa-square-virus:before {
  content:"\e578"
}
.fa-meteor:before {
  content:"\f753"
}
.fa-car-on:before {
  content:"\e4dd"
}
.fa-sleigh:before {
  content:"\f7cc"
}
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content:"\f162"
}
.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content:"\f4c1"
}
.fa-water:before {
  content:"\f773"
}
.fa-calendar-check:before {
  content:"\f274"
}
.fa-braille:before {
  content:"\f2a1"
}
.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content:"\f486"
}
.fa-landmark:before {
  content:"\f66f"
}
.fa-truck:before {
  content:"\f0d1"
}
.fa-crosshairs:before {
  content:"\f05b"
}
.fa-person-cane:before {
  content:"\e53c"
}
.fa-tent:before {
  content:"\e57d"
}
.fa-vest-patches:before {
  content:"\e086"
}
.fa-check-double:before {
  content:"\f560"
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content:"\f15d"
}
.fa-money-bill-wheat:before {
  content:"\e52a"
}
.fa-cookie:before {
  content:"\f563"
}
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
  content:"\f0e2"
}
.fa-hard-drive:before,
.fa-hdd:before {
  content:"\f0a0"
}
.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content:"\f586"
}
.fa-dumbbell:before {
  content:"\f44b"
}
.fa-list-alt:before,
.fa-rectangle-list:before {
  content:"\f022"
}
.fa-tarp-droplet:before {
  content:"\e57c"
}
.fa-house-medical-circle-check:before {
  content:"\e511"
}
.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content:"\f7ca"
}
.fa-calendar-plus:before {
  content:"\f271"
}
.fa-plane-arrival:before {
  content:"\f5af"
}
.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content:"\f359"
}
.fa-subway:before,
.fa-train-subway:before {
  content:"\f239"
}
.fa-chart-gantt:before {
  content:"\e0e4"
}
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content:"\e1bc"
}
.fa-crop-alt:before,
.fa-crop-simple:before {
  content:"\f565"
}
.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content:"\f3d1"
}
.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content:"\f30a"
}
.fa-dna:before {
  content:"\f471"
}
.fa-virus-slash:before {
  content:"\e075"
}
.fa-minus:before,
.fa-subtract:before {
  content:"\f068"
}
.fa-chess:before {
  content:"\f439"
}
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content:"\f177"
}
.fa-plug-circle-check:before {
  content:"\e55c"
}
.fa-street-view:before {
  content:"\f21d"
}
.fa-franc-sign:before {
  content:"\e18f"
}
.fa-volume-off:before {
  content:"\f026"
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
  content:"\f2a3"
}
.fa-cog:before,
.fa-gear:before {
  content:"\f013"
}
.fa-droplet-slash:before,
.fa-tint-slash:before {
  content:"\f5c7"
}
.fa-mosque:before {
  content:"\f678"
}
.fa-mosquito:before {
  content:"\e52b"
}
.fa-star-of-david:before {
  content:"\f69a"
}
.fa-person-military-rifle:before {
  content:"\e54b"
}
.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content:"\f07a"
}
.fa-vials:before {
  content:"\f493"
}
.fa-plug-circle-plus:before {
  content:"\e55f"
}
.fa-place-of-worship:before {
  content:"\f67f"
}
.fa-grip-vertical:before {
  content:"\f58e"
}
.fa-arrow-turn-up:before,
.fa-level-up:before {
  content:"\f148"
}
.fa-u:before {
  content:"U"
}
.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content:"\f698"
}
.fa-clock-four:before,
.fa-clock:before {
  content:"\f017"
}
.fa-backward-step:before,
.fa-step-backward:before {
  content:"\f048"
}
.fa-pallet:before {
  content:"\f482"
}
.fa-faucet:before {
  content:"\e005"
}
.fa-baseball-bat-ball:before {
  content:"\f432"
}
.fa-s:before {
  content:"S"
}
.fa-timeline:before {
  content:"\e29c"
}
.fa-keyboard:before {
  content:"\f11c"
}
.fa-caret-down:before {
  content:"\f0d7"
}
.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content:"\f7f2"
}
.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content:"\f2c8"
}
.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
  content:"\f3cf"
}
.fa-plane-up:before {
  content:"\e22d"
}
.fa-piggy-bank:before {
  content:"\f4d3"
}
.fa-battery-3:before,
.fa-battery-half:before {
  content:"\f242"
}
.fa-mountain-city:before {
  content:"\e52e"
}
.fa-coins:before {
  content:"\f51e"
}
.fa-khanda:before {
  content:"\f66d"
}
.fa-sliders-h:before,
.fa-sliders:before {
  content:"\f1de"
}
.fa-folder-tree:before {
  content:"\f802"
}
.fa-network-wired:before {
  content:"\f6ff"
}
.fa-map-pin:before {
  content:"\f276"
}
.fa-hamsa:before {
  content:"\f665"
}
.fa-cent-sign:before {
  content:"\e3f5"
}
.fa-flask:before {
  content:"\f0c3"
}
.fa-person-pregnant:before {
  content:"\e31e"
}
.fa-wand-sparkles:before {
  content:"\f72b"
}
.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content:"\f142"
}
.fa-ticket:before {
  content:"\f145"
}
.fa-power-off:before {
  content:"\f011"
}
.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content:"\f30b"
}
.fa-flag-usa:before {
  content:"\f74d"
}
.fa-laptop-file:before {
  content:"\e51d"
}
.fa-teletype:before,
.fa-tty:before {
  content:"\f1e4"
}
.fa-diagram-next:before {
  content:"\e476"
}
.fa-person-rifle:before {
  content:"\e54e"
}
.fa-house-medical-circle-exclamation:before {
  content:"\e512"
}
.fa-closed-captioning:before {
  content:"\f20a"
}
.fa-hiking:before,
.fa-person-hiking:before {
  content:"\f6ec"
}
.fa-venus-double:before {
  content:"\f226"
}
.fa-images:before {
  content:"\f302"
}
.fa-calculator:before {
  content:"\f1ec"
}
.fa-people-pulling:before {
  content:"\e535"
}
.fa-n:before {
  content:"N"
}
.fa-cable-car:before,
.fa-tram:before {
  content:"\f7da"
}
.fa-cloud-rain:before {
  content:"\f73d"
}
.fa-building-circle-xmark:before {
  content:"\e4d4"
}
.fa-ship:before {
  content:"\f21a"
}
.fa-arrows-down-to-line:before {
  content:"\e4b8"
}
.fa-download:before {
  content:"\f019"
}
.fa-face-grin:before,
.fa-grin:before {
  content:"\f580"
}
.fa-backspace:before,
.fa-delete-left:before {
  content:"\f55a"
}
.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content:"\f1fb"
}
.fa-file-circle-check:before {
  content:"\e5a0"
}
.fa-forward:before {
  content:"\f04e"
}
.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content:"\f3ce"
}
.fa-face-meh:before,
.fa-meh:before {
  content:"\f11a"
}
.fa-align-center:before {
  content:"\f037"
}
.fa-book-dead:before,
.fa-book-skull:before {
  content:"\f6b7"
}
.fa-drivers-license:before,
.fa-id-card:before {
  content:"\f2c2"
}
.fa-dedent:before,
.fa-outdent:before {
  content:"\f03b"
}
.fa-heart-circle-exclamation:before {
  content:"\e4fe"
}
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content:"\f015"
}
.fa-calendar-week:before {
  content:"\f784"
}
.fa-laptop-medical:before {
  content:"\f812"
}
.fa-b:before {
  content:"B"
}
.fa-file-medical:before {
  content:"\f477"
}
.fa-dice-one:before {
  content:"\f525"
}
.fa-kiwi-bird:before {
  content:"\f535"
}
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content:"\f0ec"
}
.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content:"\f2f9"
}
.fa-cutlery:before,
.fa-utensils:before {
  content:"\f2e7"
}
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content:"\f161"
}
.fa-mill-sign:before {
  content:"\e1ed"
}
.fa-bowl-rice:before {
  content:"\e2eb"
}
.fa-skull:before {
  content:"\f54c"
}
.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content:"\f519"
}
.fa-truck-pickup:before {
  content:"\f63c"
}
.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content:"\f30c"
}
.fa-stop:before {
  content:"\f04d"
}
.fa-code-merge:before {
  content:"\f387"
}
.fa-upload:before {
  content:"\f093"
}
.fa-hurricane:before {
  content:"\f751"
}
.fa-mound:before {
  content:"\e52d"
}
.fa-toilet-portable:before {
  content:"\e583"
}
.fa-compact-disc:before {
  content:"\f51f"
}
.fa-file-arrow-down:before,
.fa-file-download:before {
  content:"\f56d"
}
.fa-caravan:before {
  content:"\f8ff"
}
.fa-shield-cat:before {
  content:"\e572"
}
.fa-bolt:before,
.fa-zap:before {
  content:"\f0e7"
}
.fa-glass-water:before {
  content:"\e4f4"
}
.fa-oil-well:before {
  content:"\e532"
}
.fa-vault:before {
  content:"\e2c5"
}
.fa-mars:before {
  content:"\f222"
}
.fa-toilet:before {
  content:"\f7d8"
}
.fa-plane-circle-xmark:before {
  content:"\e557"
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content:"\f157"
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
  content:"\f158"
}
.fa-sun:before {
  content:"\f185"
}
.fa-guitar:before {
  content:"\f7a6"
}
.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content:"\f59c"
}
.fa-horse-head:before {
  content:"\f7ab"
}
.fa-bore-hole:before {
  content:"\e4c3"
}
.fa-industry:before {
  content:"\f275"
}
.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content:"\f358"
}
.fa-arrows-turn-to-dots:before {
  content:"\e4c1"
}
.fa-florin-sign:before {
  content:"\e184"
}
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content:"\f884"
}
.fa-less-than:before {
  content:"\<"
}
.fa-angle-down:before {
  content:"\f107"
}
.fa-car-tunnel:before {
  content:"\e4de"
}
.fa-head-side-cough:before {
  content:"\e061"
}
.fa-grip-lines:before {
  content:"\f7a4"
}
.fa-thumbs-down:before {
  content:"\f165"
}
.fa-user-lock:before {
  content:"\f502"
}
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content:"\f178"
}
.fa-anchor-circle-xmark:before {
  content:"\e4ac"
}
.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content:"\f141"
}
.fa-chess-pawn:before {
  content:"\f443"
}
.fa-first-aid:before,
.fa-kit-medical:before {
  content:"\f479"
}
.fa-person-through-window:before {
  content:"\e5a9"
}
.fa-toolbox:before {
  content:"\f552"
}
.fa-hands-holding-circle:before {
  content:"\e4fb"
}
.fa-bug:before {
  content:"\f188"
}
.fa-credit-card-alt:before,
.fa-credit-card:before {
  content:"\f09d"
}
.fa-automobile:before,
.fa-car:before {
  content:"\f1b9"
}
.fa-hand-holding-hand:before {
  content:"\e4f7"
}
.fa-book-open-reader:before,
.fa-book-reader:before {
  content:"\f5da"
}
.fa-mountain-sun:before {
  content:"\e52f"
}
.fa-arrows-left-right-to-line:before {
  content:"\e4ba"
}
.fa-dice-d20:before {
  content:"\f6cf"
}
.fa-truck-droplet:before {
  content:"\e58c"
}
.fa-file-circle-xmark:before {
  content:"\e5a1"
}
.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
  content:"\e040"
}
.fa-medal:before {
  content:"\f5a2"
}
.fa-bed:before {
  content:"\f236"
}
.fa-h-square:before,
.fa-square-h:before {
  content:"\f0fd"
}
.fa-podcast:before {
  content:"\f2ce"
}
.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content:"\f2c7"
}
.fa-bell:before {
  content:"\f0f3"
}
.fa-superscript:before {
  content:"\f12b"
}
.fa-plug-circle-xmark:before {
  content:"\e560"
}
.fa-star-of-life:before {
  content:"\f621"
}
.fa-phone-slash:before {
  content:"\f3dd"
}
.fa-paint-roller:before {
  content:"\f5aa"
}
.fa-hands-helping:before,
.fa-handshake-angle:before {
  content:"\f4c4"
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
  content:"\f3c5"
}
.fa-file:before {
  content:"\f15b"
}
.fa-greater-than:before {
  content:"\>"
}
.fa-person-swimming:before,
.fa-swimmer:before {
  content:"\f5c4"
}
.fa-arrow-down:before {
  content:"\f063"
}
.fa-droplet:before,
.fa-tint:before {
  content:"\f043"
}
.fa-eraser:before {
  content:"\f12d"
}
.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content:"\f57d"
}
.fa-person-burst:before {
  content:"\e53b"
}
.fa-dove:before {
  content:"\f4ba"
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content:"\f244"
}
.fa-socks:before {
  content:"\f696"
}
.fa-inbox:before {
  content:"\f01c"
}
.fa-section:before {
  content:"\e447"
}
.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content:"\f625"
}
.fa-envelope-open-text:before {
  content:"\f658"
}
.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content:"\f0f8"
}
.fa-wine-bottle:before {
  content:"\f72f"
}
.fa-chess-rook:before {
  content:"\f447"
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content:"\f550"
}
.fa-dharmachakra:before {
  content:"\f655"
}
.fa-hotdog:before {
  content:"\f80f"
}
.fa-blind:before,
.fa-person-walking-with-cane:before {
  content:"\f29d"
}
.fa-drum:before {
  content:"\f569"
}
.fa-ice-cream:before {
  content:"\f810"
}
.fa-heart-circle-bolt:before {
  content:"\e4fc"
}
.fa-fax:before {
  content:"\f1ac"
}
.fa-paragraph:before {
  content:"\f1dd"
}
.fa-check-to-slot:before,
.fa-vote-yea:before {
  content:"\f772"
}
.fa-star-half:before {
  content:"\f089"
}
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content:"\f468"
}
.fa-chain:before,
.fa-link:before {
  content:"\f0c1"
}
.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content:"\f2a2"
}
.fa-tree-city:before {
  content:"\e587"
}
.fa-play:before,
.video-container figure:before {
  content:"\f04b"
}
.fa-font:before {
  content:"\f031"
}
.fa-rupiah-sign:before {
  content:"\e23d"
}
.fa-magnifying-glass:before,
.fa-search:before {
  content:"\f002"
}
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content:"\f45d"
}
.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content:"\f470"
}
.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content:"\f82a"
}
.fa-naira-sign:before {
  content:"\e1f6"
}
.fa-cart-arrow-down:before {
  content:"\f218"
}
.fa-walkie-talkie:before {
  content:"\f8ef"
}
.fa-file-edit:before,
.fa-file-pen:before {
  content:"\f31c"
}
.fa-receipt:before {
  content:"\f543"
}
.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content:"\f14b"
}
.fa-suitcase-rolling:before {
  content:"\f5c1"
}
.fa-person-circle-exclamation:before {
  content:"\e53f"
}
.fa-chevron-down:before {
  content:"\f078"
}
.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content:"\f240"
}
.fa-skull-crossbones:before {
  content:"\f714"
}
.fa-code-compare:before {
  content:"\e13a"
}
.fa-list-dots:before,
.fa-list-ul:before {
  content:"\f0ca"
}
.fa-school-lock:before {
  content:"\e56f"
}
.fa-tower-cell:before {
  content:"\e585"
}
.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content:"\f309"
}
.fa-ranking-star:before {
  content:"\e561"
}
.fa-chess-king:before {
  content:"\f43f"
}
.fa-person-harassing:before {
  content:"\e549"
}
.fa-brazilian-real-sign:before {
  content:"\e46c"
}
.fa-landmark-alt:before,
.fa-landmark-dome:before {
  content:"\f752"
}
.fa-arrow-up:before {
  content:"\f062"
}
.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content:"\f26c"
}
.fa-shrimp:before {
  content:"\e448"
}
.fa-list-check:before,
.fa-tasks:before {
  content:"\f0ae"
}
.fa-jug-detergent:before {
  content:"\e519"
}
.fa-circle-user:before,
.fa-user-circle:before {
  content:"\f2bd"
}
.fa-user-shield:before {
  content:"\f505"
}
.fa-wind:before {
  content:"\f72e"
}
.fa-car-burst:before,
.fa-car-crash:before {
  content:"\f5e1"
}
.fa-y:before {
  content:"Y"
}
.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content:"\f7ce"
}
.fa-shipping-fast:before,
.fa-truck-fast:before {
  content:"\f48b"
}
.fa-fish:before {
  content:"\f578"
}
.fa-user-graduate:before {
  content:"\f501"
}
.fa-adjust:before,
.fa-circle-half-stroke:before {
  content:"\f042"
}
.fa-clapperboard:before {
  content:"\e131"
}
.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content:"\f7ba"
}
.fa-baseball-ball:before,
.fa-baseball:before {
  content:"\f433"
}
.fa-jet-fighter-up:before {
  content:"\e518"
}
.fa-diagram-project:before,
.fa-project-diagram:before {
  content:"\f542"
}
.fa-copy:before {
  content:"\f0c5"
}
.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content:"\f6a9"
}
.fa-hand-sparkles:before {
  content:"\e05d"
}
.fa-grip-horizontal:before,
.fa-grip:before {
  content:"\f58d"
}
.fa-share-from-square:before,
.fa-share-square:before {
  content:"\f14d"
}
.fa-child-combatant:before,
.fa-child-rifle:before {
  content:"\e4e0"
}
.fa-gun:before {
  content:"\e19b"
}
.fa-phone-square:before,
.fa-square-phone:before {
  content:"\f098"
}
.fa-add:before,
.fa-plus:before {
  content:"\+"
}
.fa-expand:before {
  content:"\f065"
}
.fa-computer:before {
  content:"\e4e5"
}
.aco-spinner--failed:before,
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content:"\f00d"
}
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content:"\f047"
}
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content:"\f51c"
}
.fa-peso-sign:before {
  content:"\e222"
}
.fa-building-shield:before {
  content:"\e4d8"
}
.fa-baby:before {
  content:"\f77c"
}
.fa-users-line:before {
  content:"\e592"
}
.fa-quote-left-alt:before,
.fa-quote-left:before {
  content:"\f10d"
}
.fa-tractor:before {
  content:"\f722"
}
.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content:"\f829"
}
.fa-arrow-down-up-lock:before {
  content:"\e4b0"
}
.fa-lines-leaning:before {
  content:"\e51e"
}
.fa-ruler-combined:before {
  content:"\f546"
}
.fa-copyright:before {
  content:"\f1f9"
}
.fa-equals:before {
  content:"\="
}
.fa-blender:before {
  content:"\f517"
}
.fa-teeth:before {
  content:"\f62e"
}
.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content:"\f20b"
}
.fa-map:before {
  content:"\f279"
}
.fa-rocket:before {
  content:"\f135"
}
.fa-photo-film:before,
.fa-photo-video:before {
  content:"\f87c"
}
.fa-folder-minus:before {
  content:"\f65d"
}
.fa-store:before {
  content:"\f54e"
}
.fa-arrow-trend-up:before {
  content:"\e098"
}
.fa-plug-circle-minus:before {
  content:"\e55e"
}
.fa-sign-hanging:before,
.fa-sign:before {
  content:"\f4d9"
}
.fa-bezier-curve:before {
  content:"\f55b"
}
.fa-bell-slash:before {
  content:"\f1f6"
}
.fa-tablet-android:before,
.fa-tablet:before {
  content:"\f3fb"
}
.fa-school-flag:before {
  content:"\e56e"
}
.fa-fill:before {
  content:"\f575"
}
.fa-angle-up:before {
  content:"\f106"
}
.fa-drumstick-bite:before {
  content:"\f6d7"
}
.fa-holly-berry:before {
  content:"\f7aa"
}
.fa-chevron-left:before {
  content:"\f053"
}
.fa-bacteria:before {
  content:"\e059"
}
.fa-hand-lizard:before {
  content:"\f258"
}
.fa-notdef:before {
  content:"\e1fe"
}
.fa-disease:before {
  content:"\f7fa"
}
.fa-briefcase-medical:before {
  content:"\f469"
}
.fa-genderless:before {
  content:"\f22d"
}
.fa-chevron-right:before {
  content:"\f054"
}
.fa-retweet:before {
  content:"\f079"
}
.fa-car-alt:before,
.fa-car-rear:before {
  content:"\f5de"
}
.fa-pump-soap:before {
  content:"\e06b"
}
.fa-video-slash:before {
  content:"\f4e2"
}
.fa-battery-2:before,
.fa-battery-quarter:before {
  content:"\f243"
}
.fa-radio:before {
  content:"\f8d7"
}
.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content:"\f77d"
}
.fa-traffic-light:before {
  content:"\f637"
}
.fa-thermometer:before {
  content:"\f491"
}
.fa-vr-cardboard:before {
  content:"\f729"
}
.fa-hand-middle-finger:before {
  content:"\f806"
}
.fa-percent:before,
.fa-percentage:before {
  content:"\%"
}
.fa-truck-moving:before {
  content:"\f4df"
}
.fa-glass-water-droplet:before {
  content:"\e4f5"
}
.fa-display:before {
  content:"\e163"
}
.fa-face-smile:before,
.fa-smile:before {
  content:"\f118"
}
.fa-thumb-tack:before,
.fa-thumbtack:before,
.pin:before {
  content:"\f08d"
}
.fa-trophy:before {
  content:"\f091"
}
.fa-person-praying:before,
.fa-pray:before {
  content:"\f683"
}
.fa-hammer:before {
  content:"\f6e3"
}
.fa-hand-peace:before {
  content:"\f25b"
}
.fa-rotate:before,
.fa-sync-alt:before {
  content:"\f2f1"
}
.aco-spinner:not(.aco-spinner--completed):not(.aco-spinner--failed):before,
.fa-spinner:before {
  content:"\f110"
}
.fa-robot:before {
  content:"\f544"
}
.fa-peace:before {
  content:"\f67c"
}
.fa-cogs:before,
.fa-gears:before {
  content:"\f085"
}
.fa-warehouse:before {
  content:"\f494"
}
.fa-arrow-up-right-dots:before {
  content:"\e4b7"
}
.fa-splotch:before {
  content:"\f5bc"
}
.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content:"\f584"
}
.fa-dice-four:before {
  content:"\f524"
}
.fa-sim-card:before {
  content:"\f7c4"
}
.fa-transgender-alt:before,
.fa-transgender:before {
  content:"\f225"
}
.fa-mercury:before {
  content:"\f223"
}
.fa-arrow-turn-down:before,
.fa-level-down:before {
  content:"\f149"
}
.fa-person-falling-burst:before {
  content:"\e547"
}
.fa-award:before {
  content:"\f559"
}
.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content:"\f3ff"
}
.fa-building:before {
  content:"\f1ad"
}
.fa-angle-double-left:before,
.fa-angles-left:before {
  content:"\f100"
}
.fa-qrcode:before {
  content:"\f029"
}
.fa-clock-rotate-left:before,
.fa-history:before {
  content:"\f1da"
}
.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content:"\f583"
}
.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content:"\f56e"
}
.fa-shield-blank:before,
.fa-shield:before {
  content:"\f132"
}
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content:"\f885"
}
.fa-house-medical:before {
  content:"\e3b2"
}
.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content:"\f450"
}
.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content:"\f137"
}
.fa-house-chimney-window:before {
  content:"\e00d"
}
.fa-pen-nib:before {
  content:"\f5ad"
}
.fa-tent-arrow-turn-left:before {
  content:"\e580"
}
.fa-tents:before {
  content:"\e582"
}
.fa-magic:before,
.fa-wand-magic:before {
  content:"\f0d0"
}
.fa-dog:before {
  content:"\f6d3"
}
.fa-carrot:before {
  content:"\f787"
}
.fa-moon:before {
  content:"\f186"
}
.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content:"\f5ce"
}
.fa-cheese:before {
  content:"\f7ef"
}
.fa-yin-yang:before {
  content:"\f6ad"
}
.fa-music:before {
  content:"\f001"
}
.fa-code-commit:before {
  content:"\f386"
}
.fa-temperature-low:before {
  content:"\f76b"
}
.fa-biking:before,
.fa-person-biking:before {
  content:"\f84a"
}
.fa-broom:before {
  content:"\f51a"
}
.fa-shield-heart:before {
  content:"\e574"
}
.fa-gopuram:before {
  content:"\f664"
}
.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content:"\e47b"
}
.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content:"\f2d3"
}
.fa-hashtag:before {
  content:"\#"
}
.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content:"\f424"
}
.fa-oil-can:before {
  content:"\f613"
}
.fa-t:before {
  content:"T"
}
.fa-hippo:before {
  content:"\f6ed"
}
.fa-chart-column:before {
  content:"\e0e3"
}
.fa-infinity:before {
  content:"\f534"
}
.fa-vial-circle-check:before {
  content:"\e596"
}
.fa-person-arrow-down-to-line:before {
  content:"\e538"
}
.fa-voicemail:before {
  content:"\f897"
}
.fa-fan:before {
  content:"\f863"
}
.fa-person-walking-luggage:before {
  content:"\e554"
}
.fa-arrows-alt-v:before,
.fa-up-down:before {
  content:"\f338"
}
.fa-cloud-moon-rain:before {
  content:"\f73c"
}
.fa-calendar:before {
  content:"\f133"
}
.fa-trailer:before {
  content:"\e041"
}
.fa-bahai:before,
.fa-haykal:before {
  content:"\f666"
}
.fa-sd-card:before {
  content:"\f7c2"
}
.fa-dragon:before {
  content:"\f6d5"
}
.fa-shoe-prints:before {
  content:"\f54b"
}
.fa-circle-plus:before,
.fa-plus-circle:before {
  content:"\f055"
}
.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content:"\f58b"
}
.fa-hand-holding:before {
  content:"\f4bd"
}
.fa-plug-circle-exclamation:before {
  content:"\e55d"
}
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content:"\f127"
}
.fa-clone:before {
  content:"\f24d"
}
.fa-person-walking-arrow-loop-left:before {
  content:"\e551"
}
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content:"\f882"
}
.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content:"\f7e4"
}
.fa-tornado:before {
  content:"\f76f"
}
.fa-file-circle-plus:before {
  content:"\e494"
}
.fa-book-quran:before,
.fa-quran:before {
  content:"\f687"
}
.fa-anchor:before {
  content:"\f13d"
}
.fa-border-all:before {
  content:"\f84c"
}
.fa-angry:before,
.fa-face-angry:before {
  content:"\f556"
}
.fa-cookie-bite:before {
  content:"\f564"
}
.fa-arrow-trend-down:before {
  content:"\e097"
}
.fa-feed:before,
.fa-rss:before {
  content:"\f09e"
}
.fa-draw-polygon:before {
  content:"\f5ee"
}
.fa-balance-scale:before,
.fa-scale-balanced:before {
  content:"\f24e"
}
.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content:"\f62a"
}
.fa-shower:before {
  content:"\f2cc"
}
.fa-desktop-alt:before,
.fa-desktop:before {
  content:"\f390"
}
.fa-m:before {
  content:"M"
}
.fa-table-list:before,
.fa-th-list:before {
  content:"\f00b"
}
.fa-comment-sms:before,
.fa-sms:before {
  content:"\f7cd"
}
.fa-book:before {
  content:"\f02d"
}
.fa-user-plus:before {
  content:"\f234"
}
.aco-spinner--completed:before,
.fa-check:before {
  content:"\f00c"
}
.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content:"\f241"
}
.fa-house-circle-check:before {
  content:"\e509"
}
.fa-angle-left:before {
  content:"\f104"
}
.fa-diagram-successor:before {
  content:"\e47a"
}
.fa-truck-arrow-right:before {
  content:"\e58b"
}
.fa-arrows-split-up-and-left:before {
  content:"\e4bc"
}
.fa-fist-raised:before,
.fa-hand-fist:before {
  content:"\f6de"
}
.fa-cloud-moon:before {
  content:"\f6c3"
}
.fa-briefcase:before {
  content:"\f0b1"
}
.fa-person-falling:before {
  content:"\e546"
}
.fa-image-portrait:before,
.fa-portrait:before {
  content:"\f3e0"
}
.fa-user-tag:before {
  content:"\f507"
}
.fa-rug:before {
  content:"\e569"
}
.fa-earth-europe:before,
.fa-globe-europe:before {
  content:"\f7a2"
}
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content:"\f59d"
}
.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content:"\f410"
}
.fa-baht-sign:before {
  content:"\e0ac"
}
.fa-book-open:before {
  content:"\f518"
}
.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content:"\f66a"
}
.fa-handcuffs:before {
  content:"\e4f8"
}
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content:"\f071"
}
.fa-database:before {
  content:"\f1c0"
}
.fa-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
  content:"\f064"
}
.fa-bottle-droplet:before {
  content:"\e4c4"
}
.fa-mask-face:before {
  content:"\e1d7"
}
.fa-hill-rockslide:before {
  content:"\e508"
}
.fa-exchange-alt:before,
.fa-right-left:before {
  content:"\f362"
}
.fa-paper-plane:before {
  content:"\f1d8"
}
.fa-road-circle-exclamation:before {
  content:"\e565"
}
.fa-dungeon:before {
  content:"\f6d9"
}
.fa-align-right:before {
  content:"\f038"
}
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content:"\f53b"
}
.fa-life-ring:before {
  content:"\f1cd"
}
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content:"\f2a7"
}
.fa-calendar-day:before {
  content:"\f783"
}
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content:"\f5c5"
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content:"\f07d"
}
.fa-face-grimace:before,
.fa-grimace:before {
  content:"\f57f"
}
.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
  content:"\e2ce"
}
.fa-level-down-alt:before,
.fa-turn-down:before {
  content:"\f3be"
}
.fa-person-walking-arrow-right:before {
  content:"\e552"
}
.fa-envelope-square:before,
.fa-square-envelope:before {
  content:"\f199"
}
.fa-dice:before {
  content:"\f522"
}
.fa-bowling-ball:before {
  content:"\f436"
}
.fa-brain:before {
  content:"\f5dc"
}
.fa-band-aid:before,
.fa-bandage:before {
  content:"\f462"
}
.fa-calendar-minus:before {
  content:"\f272"
}
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content:"\f057"
}
.fa-gifts:before {
  content:"\f79c"
}
.fa-hotel:before {
  content:"\f594"
}
.fa-earth-asia:before,
.fa-globe-asia:before {
  content:"\f57e"
}
.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content:"\f47f"
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content:"\f00e"
}
.fa-thumbs-up:before {
  content:"\f164"
}
.fa-user-clock:before {
  content:"\f4fd"
}
.fa-allergies:before,
.fa-hand-dots:before {
  content:"\f461"
}
.fa-file-invoice:before {
  content:"\f570"
}
.fa-window-minimize:before {
  content:"\f2d1"
}
.fa-coffee:before,
.fa-mug-saucer:before {
  content:"\f0f4"
}
.fa-brush:before {
  content:"\f55d"
}
.fa-mask:before {
  content:"\f6fa"
}
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content:"\f010"
}
.fa-ruler-vertical:before {
  content:"\f548"
}
.fa-user-alt:before,
.fa-user-large:before {
  content:"\f406"
}
.fa-train-tram:before {
  content:"\e5b4"
}
.fa-user-nurse:before {
  content:"\f82f"
}
.fa-syringe:before {
  content:"\f48e"
}
.fa-cloud-sun:before {
  content:"\f6c4"
}
.fa-stopwatch-20:before {
  content:"\e06f"
}
.fa-square-full:before {
  content:"\f45c"
}
.fa-magnet:before {
  content:"\f076"
}
.fa-jar:before {
  content:"\e516"
}
.fa-note-sticky:before,
.fa-sticky-note:before {
  content:"\f249"
}
.fa-bug-slash:before {
  content:"\e490"
}
.fa-arrow-up-from-water-pump:before {
  content:"\e4b6"
}
.fa-bone:before {
  content:"\f5d7"
}
.fa-user-injured:before {
  content:"\f728"
}
.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content:"\f5b4"
}
.fa-plane:before {
  content:"\f072"
}
.fa-tent-arrows-down:before {
  content:"\e581"
}
.fa-exclamation:before {
  content:"\!"
}
.fa-arrows-spin:before {
  content:"\e4bb"
}
.fa-print:before {
  content:"\f02f"
}
.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content:"\e2bb"
}
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content:"\$"
}
.fa-x:before {
  content:"X"
}
.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content:"\f688"
}
.fa-users-cog:before,
.fa-users-gear:before {
  content:"\f509"
}
.fa-person-military-pointing:before {
  content:"\e54a"
}
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content:"\f19c"
}
.fa-umbrella:before {
  content:"\f0e9"
}
.fa-trowel:before {
  content:"\e589"
}
.fa-d:before {
  content:"D"
}
.fa-stapler:before {
  content:"\e5af"
}
.fa-masks-theater:before,
.fa-theater-masks:before {
  content:"\f630"
}
.fa-kip-sign:before {
  content:"\e1c4"
}
.fa-hand-point-left:before {
  content:"\f0a5"
}
.fa-handshake-alt:before,
.fa-handshake-simple:before {
  content:"\f4c6"
}
.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content:"\f0fb"
}
.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content:"\f1e1"
}
.fa-barcode:before {
  content:"\f02a"
}
.fa-plus-minus:before {
  content:"\e43c"
}
.fa-video-camera:before,
.fa-video:before {
  content:"\f03d"
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content:"\f19d"
}
.fa-hand-holding-medical:before {
  content:"\e05c"
}
.fa-person-circle-check:before {
  content:"\e53e"
}
.fa-level-up-alt:before,
.fa-turn-up:before {
  content:"\f3bf"
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
  clip:rect(0,0,0,0);
  border-width:0;
  white-space:nowrap
}
:host,
:root {
  --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"
}
@font-face {
  font-display:block;
  font-family:Font Awesome\ 6 Free;
  font-style:normal;
  font-weight:900;
  src:url('../../../_assets/065c8380dbb48533788f351ce3c92384/AcoLayout/./fonts/fa-solid-900.bb975c96.woff2') format("woff2"),
  url('../../../_assets/065c8380dbb48533788f351ce3c92384/AcoLayout/./fonts/fa-solid-900.4a2cd718.ttf') format("truetype")
}
.aco-spinner,
.btn-close:before,
.carousel--layout-media .carousel-indicators button.carousel-indicators__indicator--video,
.dropdown--layout-themed .dropdown-toggle:after,
.fa-solid,
.fas,
.form-check:not(.form-switch) .form-check-input[id][type=checkbox]:checked+label:after,
.form-check:not(.form-switch) .form-check-input[id][type=checkbox]:indeterminate+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:checked+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:indeterminate+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:checked+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:indeterminate+label:after,
.image-link-icon:after,
.j-overlay .j-close,
.juicer-feed.juicer-feed--aco .j-loading,
.pin,
.tablesorter-bootstrap .tablesorter-processing:after,
.tablesorter-bootstrap thead .tablesorter-headerAsc:after,
.tablesorter-bootstrap thead .tablesorter-headerDesc:after,
.tablesorter-bootstrap thead .tablesorter-headerUnSorted:not(.sorter-false):after,
.video-container figure:before {
  font-weight:900
}
:host,
:root {
  --fa-style-family-classic:"Font Awesome 6 Free";
  --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"
}
@font-face {
  font-display:block;
  font-family:Font Awesome\ 6 Free;
  font-style:normal;
  font-weight:400;
  src:url('../../../_assets/065c8380dbb48533788f351ce3c92384/AcoLayout/./fonts/fa-regular-400.3223dc79.woff2') format("woff2"),
  url('../../../_assets/065c8380dbb48533788f351ce3c92384/AcoLayout/./fonts/fa-regular-400.d8747423.ttf') format("truetype")
}
.fa-regular,
.far {
  font-weight:400
}
:host,
:root {
  --fa-style-family-brands:"Font Awesome 6 Brands";
  --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"
}
@font-face {
  font-display:block;
  font-family:Font Awesome\ 6 Brands;
  font-style:normal;
  font-weight:400;
  src:url('../../../_assets/065c8380dbb48533788f351ce3c92384/AcoLayout/./fonts/fa-brands-400.e033a13e.woff2') format("woff2"),
  url('../../../_assets/065c8380dbb48533788f351ce3c92384/AcoLayout/./fonts/fa-brands-400.150de8ea.ttf') format("truetype")
}
.fa-brands,
.fab {
  font-weight:400
}
.fa-monero:before {
  content:"\f3d0"
}
.fa-hooli:before {
  content:"\f427"
}
.fa-yelp:before {
  content:"\f1e9"
}
.fa-cc-visa:before {
  content:"\f1f0"
}
.fa-lastfm:before {
  content:"\f202"
}
.fa-shopware:before {
  content:"\f5b5"
}
.fa-creative-commons-nc:before {
  content:"\f4e8"
}
.fa-aws:before {
  content:"\f375"
}
.fa-redhat:before {
  content:"\f7bc"
}
.fa-yoast:before {
  content:"\f2b1"
}
.fa-cloudflare:before {
  content:"\e07d"
}
.fa-ups:before {
  content:"\f7e0"
}
.fa-wpexplorer:before {
  content:"\f2de"
}
.fa-dyalog:before {
  content:"\f399"
}
.fa-bity:before {
  content:"\f37a"
}
.fa-stackpath:before {
  content:"\f842"
}
.fa-buysellads:before {
  content:"\f20d"
}
.fa-first-order:before {
  content:"\f2b0"
}
.fa-modx:before {
  content:"\f285"
}
.fa-guilded:before {
  content:"\e07e"
}
.fa-vnv:before {
  content:"\f40b"
}
.fa-js-square:before,
.fa-square-js:before {
  content:"\f3b9"
}
.fa-microsoft:before {
  content:"\f3ca"
}
.fa-qq:before {
  content:"\f1d6"
}
.fa-orcid:before {
  content:"\f8d2"
}
.fa-java:before {
  content:"\f4e4"
}
.fa-invision:before {
  content:"\f7b0"
}
.fa-creative-commons-pd-alt:before {
  content:"\f4ed"
}
.fa-centercode:before {
  content:"\f380"
}
.fa-glide-g:before {
  content:"\f2a6"
}
.fa-drupal:before {
  content:"\f1a9"
}
.fa-hire-a-helper:before {
  content:"\f3b0"
}
.fa-creative-commons-by:before {
  content:"\f4e7"
}
.fa-unity:before {
  content:"\e049"
}
.fa-whmcs:before {
  content:"\f40d"
}
.fa-rocketchat:before {
  content:"\f3e8"
}
.fa-vk:before {
  content:"\f189"
}
.fa-untappd:before {
  content:"\f405"
}
.fa-mailchimp:before {
  content:"\f59e"
}
.fa-css3-alt:before {
  content:"\f38b"
}
.fa-reddit-square:before,
.fa-square-reddit:before {
  content:"\f1a2"
}
.fa-vimeo-v:before {
  content:"\f27d"
}
.fa-contao:before {
  content:"\f26d"
}
.fa-square-font-awesome:before {
  content:"\e5ad"
}
.fa-deskpro:before {
  content:"\f38f"
}
.fa-sistrix:before {
  content:"\f3ee"
}
.fa-instagram-square:before,
.fa-square-instagram:before {
  content:"\e055"
}
.fa-battle-net:before {
  content:"\f835"
}
.fa-the-red-yeti:before {
  content:"\f69d"
}
.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
  content:"\f3af"
}
.fa-edge:before {
  content:"\f282"
}
.fa-napster:before {
  content:"\f3d2"
}
.fa-snapchat-square:before,
.fa-square-snapchat:before {
  content:"\f2ad"
}
.fa-google-plus-g:before {
  content:"\f0d5"
}
.fa-artstation:before {
  content:"\f77a"
}
.fa-markdown:before {
  content:"\f60f"
}
.fa-sourcetree:before {
  content:"\f7d3"
}
.fa-google-plus:before {
  content:"\f2b3"
}
.fa-diaspora:before {
  content:"\f791"
}
.fa-foursquare:before {
  content:"\f180"
}
.fa-stack-overflow:before {
  content:"\f16c"
}
.fa-github-alt:before {
  content:"\f113"
}
.fa-phoenix-squadron:before {
  content:"\f511"
}
.fa-pagelines:before {
  content:"\f18c"
}
.fa-algolia:before {
  content:"\f36c"
}
.fa-red-river:before {
  content:"\f3e3"
}
.fa-creative-commons-sa:before {
  content:"\f4ef"
}
.fa-safari:before {
  content:"\f267"
}
.fa-google:before {
  content:"\f1a0"
}
.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
  content:"\f35c"
}
.fa-atlassian:before {
  content:"\f77b"
}
.fa-linkedin-in:before {
  content:"\f0e1"
}
.fa-digital-ocean:before {
  content:"\f391"
}
.fa-nimblr:before {
  content:"\f5a8"
}
.fa-chromecast:before {
  content:"\f838"
}
.fa-evernote:before {
  content:"\f839"
}
.fa-hacker-news:before {
  content:"\f1d4"
}
.fa-creative-commons-sampling:before {
  content:"\f4f0"
}
.fa-adversal:before {
  content:"\f36a"
}
.fa-creative-commons:before {
  content:"\f25e"
}
.fa-watchman-monitoring:before {
  content:"\e087"
}
.fa-fonticons:before {
  content:"\f280"
}
.fa-weixin:before {
  content:"\f1d7"
}
.fa-shirtsinbulk:before {
  content:"\f214"
}
.fa-codepen:before {
  content:"\f1cb"
}
.fa-git-alt:before {
  content:"\f841"
}
.fa-lyft:before {
  content:"\f3c3"
}
.fa-rev:before {
  content:"\f5b2"
}
.fa-windows:before {
  content:"\f17a"
}
.fa-wizards-of-the-coast:before {
  content:"\f730"
}
.fa-square-viadeo:before,
.fa-viadeo-square:before {
  content:"\f2aa"
}
.fa-meetup:before {
  content:"\f2e0"
}
.fa-centos:before {
  content:"\f789"
}
.fa-adn:before {
  content:"\f170"
}
.fa-cloudsmith:before {
  content:"\f384"
}
.fa-pied-piper-alt:before {
  content:"\f1a8"
}
.fa-dribbble-square:before,
.fa-square-dribbble:before {
  content:"\f397"
}
.fa-codiepie:before {
  content:"\f284"
}
.fa-node:before {
  content:"\f419"
}
.fa-mix:before {
  content:"\f3cb"
}
.fa-steam:before {
  content:"\f1b6"
}
.fa-cc-apple-pay:before {
  content:"\f416"
}
.fa-scribd:before {
  content:"\f28a"
}
.fa-openid:before {
  content:"\f19b"
}
.fa-instalod:before {
  content:"\e081"
}
.fa-expeditedssl:before {
  content:"\f23e"
}
.fa-sellcast:before {
  content:"\f2da"
}
.fa-square-twitter:before,
.fa-twitter-square:before {
  content:"\f081"
}
.fa-r-project:before {
  content:"\f4f7"
}
.fa-delicious:before {
  content:"\f1a5"
}
.fa-freebsd:before {
  content:"\f3a4"
}
.fa-vuejs:before {
  content:"\f41f"
}
.fa-accusoft:before {
  content:"\f369"
}
.fa-ioxhost:before {
  content:"\f208"
}
.fa-fonticons-fi:before {
  content:"\f3a2"
}
.fa-app-store:before {
  content:"\f36f"
}
.fa-cc-mastercard:before {
  content:"\f1f1"
}
.fa-itunes-note:before {
  content:"\f3b5"
}
.fa-golang:before {
  content:"\e40f"
}
.fa-kickstarter:before {
  content:"\f3bb"
}
.fa-grav:before {
  content:"\f2d6"
}
.fa-weibo:before {
  content:"\f18a"
}
.fa-uncharted:before {
  content:"\e084"
}
.fa-firstdraft:before {
  content:"\f3a1"
}
.fa-square-youtube:before,
.fa-youtube-square:before {
  content:"\f431"
}
.fa-wikipedia-w:before {
  content:"\f266"
}
.fa-rendact:before,
.fa-wpressr:before {
  content:"\f3e4"
}
.fa-angellist:before {
  content:"\f209"
}
.fa-galactic-republic:before {
  content:"\f50c"
}
.fa-nfc-directional:before {
  content:"\e530"
}
.fa-skype:before {
  content:"\f17e"
}
.fa-joget:before {
  content:"\f3b7"
}
.fa-fedora:before {
  content:"\f798"
}
.fa-stripe-s:before {
  content:"\f42a"
}
.fa-meta:before {
  content:"\e49b"
}
.fa-laravel:before {
  content:"\f3bd"
}
.fa-hotjar:before {
  content:"\f3b1"
}
.fa-bluetooth-b:before {
  content:"\f294"
}
.fa-sticker-mule:before {
  content:"\f3f7"
}
.fa-creative-commons-zero:before {
  content:"\f4f3"
}
.fa-hips:before {
  content:"\f452"
}
.fa-behance:before {
  content:"\f1b4"
}
.fa-reddit:before {
  content:"\f1a1"
}
.fa-discord:before {
  content:"\f392"
}
.fa-chrome:before {
  content:"\f268"
}
.fa-app-store-ios:before {
  content:"\f370"
}
.fa-cc-discover:before {
  content:"\f1f2"
}
.fa-wpbeginner:before {
  content:"\f297"
}
.fa-confluence:before {
  content:"\f78d"
}
.fa-mdb:before {
  content:"\f8ca"
}
.fa-dochub:before {
  content:"\f394"
}
.fa-accessible-icon:before {
  content:"\f368"
}
.fa-ebay:before {
  content:"\f4f4"
}
.fa-amazon:before {
  content:"\f270"
}
.fa-unsplash:before {
  content:"\e07c"
}
.fa-yarn:before {
  content:"\f7e3"
}
.fa-square-steam:before,
.fa-steam-square:before {
  content:"\f1b7"
}
.fa-500px:before {
  content:"\f26e"
}
.fa-square-vimeo:before,
.fa-vimeo-square:before {
  content:"\f194"
}
.fa-asymmetrik:before {
  content:"\f372"
}
.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
  content:"\f2b4"
}
.fa-gratipay:before {
  content:"\f184"
}
.fa-apple:before {
  content:"\f179"
}
.fa-hive:before {
  content:"\e07f"
}
.fa-gitkraken:before {
  content:"\f3a6"
}
.fa-keybase:before {
  content:"\f4f5"
}
.fa-apple-pay:before {
  content:"\f415"
}
.fa-padlet:before {
  content:"\e4a0"
}
.fa-amazon-pay:before {
  content:"\f42c"
}
.fa-github-square:before,
.fa-square-github:before {
  content:"\f092"
}
.fa-stumbleupon:before {
  content:"\f1a4"
}
.fa-fedex:before {
  content:"\f797"
}
.fa-phoenix-framework:before {
  content:"\f3dc"
}
.fa-shopify:before {
  content:"\e057"
}
.fa-neos:before {
  content:"\f612"
}
.fa-hackerrank:before {
  content:"\f5f7"
}
.fa-researchgate:before {
  content:"\f4f8"
}
.fa-swift:before {
  content:"\f8e1"
}
.fa-angular:before {
  content:"\f420"
}
.fa-speakap:before {
  content:"\f3f3"
}
.fa-angrycreative:before {
  content:"\f36e"
}
.fa-y-combinator:before {
  content:"\f23b"
}
.fa-empire:before {
  content:"\f1d1"
}
.fa-envira:before {
  content:"\f299"
}
.fa-gitlab-square:before,
.fa-square-gitlab:before {
  content:"\e5ae"
}
.fa-studiovinari:before {
  content:"\f3f8"
}
.fa-pied-piper:before {
  content:"\f2ae"
}
.fa-wordpress:before {
  content:"\f19a"
}
.fa-product-hunt:before {
  content:"\f288"
}
.fa-firefox:before {
  content:"\f269"
}
.fa-linode:before {
  content:"\f2b8"
}
.fa-goodreads:before {
  content:"\f3a8"
}
.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
  content:"\f264"
}
.fa-jsfiddle:before {
  content:"\f1cc"
}
.fa-sith:before {
  content:"\f512"
}
.fa-themeisle:before {
  content:"\f2b2"
}
.fa-page4:before {
  content:"\f3d7"
}
.fa-hashnode:before {
  content:"\e499"
}
.fa-react:before {
  content:"\f41b"
}
.fa-cc-paypal:before {
  content:"\f1f4"
}
.fa-squarespace:before {
  content:"\f5be"
}
.fa-cc-stripe:before {
  content:"\f1f5"
}
.fa-creative-commons-share:before {
  content:"\f4f2"
}
.fa-bitcoin:before {
  content:"\f379"
}
.fa-keycdn:before {
  content:"\f3ba"
}
.fa-opera:before {
  content:"\f26a"
}
.fa-itch-io:before {
  content:"\f83a"
}
.fa-umbraco:before {
  content:"\f8e8"
}
.fa-galactic-senate:before {
  content:"\f50d"
}
.fa-ubuntu:before {
  content:"\f7df"
}
.fa-draft2digital:before {
  content:"\f396"
}
.fa-stripe:before {
  content:"\f429"
}
.fa-houzz:before {
  content:"\f27c"
}
.fa-gg:before {
  content:"\f260"
}
.fa-dhl:before {
  content:"\f790"
}
.fa-pinterest-square:before,
.fa-square-pinterest:before {
  content:"\f0d3"
}
.fa-xing:before {
  content:"\f168"
}
.fa-blackberry:before {
  content:"\f37b"
}
.fa-creative-commons-pd:before {
  content:"\f4ec"
}
.fa-playstation:before {
  content:"\f3df"
}
.fa-quinscape:before {
  content:"\f459"
}
.fa-less:before {
  content:"\f41d"
}
.fa-blogger-b:before {
  content:"\f37d"
}
.fa-opencart:before {
  content:"\f23d"
}
.fa-vine:before {
  content:"\f1ca"
}
.fa-paypal:before {
  content:"\f1ed"
}
.fa-gitlab:before {
  content:"\f296"
}
.fa-typo3:before {
  content:"\f42b"
}
.fa-reddit-alien:before {
  content:"\f281"
}
.fa-yahoo:before {
  content:"\f19e"
}
.fa-dailymotion:before {
  content:"\e052"
}
.fa-affiliatetheme:before {
  content:"\f36b"
}
.fa-pied-piper-pp:before {
  content:"\f1a7"
}
.fa-bootstrap:before {
  content:"\f836"
}
.fa-odnoklassniki:before {
  content:"\f263"
}
.fa-nfc-symbol:before {
  content:"\e531"
}
.fa-ethereum:before {
  content:"\f42e"
}
.fa-speaker-deck:before {
  content:"\f83c"
}
.fa-creative-commons-nc-eu:before {
  content:"\f4e9"
}
.fa-patreon:before {
  content:"\f3d9"
}
.fa-avianex:before {
  content:"\f374"
}
.fa-ello:before {
  content:"\f5f1"
}
.fa-gofore:before {
  content:"\f3a7"
}
.fa-bimobject:before {
  content:"\f378"
}
.fa-facebook-f:before {
  content:"\f39e"
}
.fa-google-plus-square:before,
.fa-square-google-plus:before {
  content:"\f0d4"
}
.fa-mandalorian:before {
  content:"\f50f"
}
.fa-first-order-alt:before {
  content:"\f50a"
}
.fa-osi:before {
  content:"\f41a"
}
.fa-google-wallet:before {
  content:"\f1ee"
}
.fa-d-and-d-beyond:before {
  content:"\f6ca"
}
.fa-periscope:before {
  content:"\f3da"
}
.fa-fulcrum:before {
  content:"\f50b"
}
.fa-cloudscale:before {
  content:"\f383"
}
.fa-forumbee:before {
  content:"\f211"
}
.fa-mizuni:before {
  content:"\f3cc"
}
.fa-schlix:before {
  content:"\f3ea"
}
.fa-square-xing:before,
.fa-xing-square:before {
  content:"\f169"
}
.fa-bandcamp:before {
  content:"\f2d5"
}
.fa-wpforms:before {
  content:"\f298"
}
.fa-cloudversify:before {
  content:"\f385"
}
.fa-usps:before {
  content:"\f7e1"
}
.fa-megaport:before {
  content:"\f5a3"
}
.fa-magento:before {
  content:"\f3c4"
}
.fa-spotify:before {
  content:"\f1bc"
}
.fa-optin-monster:before {
  content:"\f23c"
}
.fa-fly:before {
  content:"\f417"
}
.fa-aviato:before {
  content:"\f421"
}
.fa-itunes:before {
  content:"\f3b4"
}
.fa-cuttlefish:before {
  content:"\f38c"
}
.fa-blogger:before {
  content:"\f37c"
}
.fa-flickr:before {
  content:"\f16e"
}
.fa-viber:before {
  content:"\f409"
}
.fa-soundcloud:before {
  content:"\f1be"
}
.fa-digg:before {
  content:"\f1a6"
}
.fa-tencent-weibo:before {
  content:"\f1d5"
}
.fa-symfony:before {
  content:"\f83d"
}
.fa-maxcdn:before {
  content:"\f136"
}
.fa-etsy:before {
  content:"\f2d7"
}
.fa-facebook-messenger:before {
  content:"\f39f"
}
.fa-audible:before {
  content:"\f373"
}
.fa-think-peaks:before {
  content:"\f731"
}
.fa-bilibili:before {
  content:"\e3d9"
}
.fa-erlang:before {
  content:"\f39d"
}
.fa-cotton-bureau:before {
  content:"\f89e"
}
.fa-dashcube:before {
  content:"\f210"
}
.fa-42-group:before,
.fa-innosoft:before {
  content:"\e080"
}
.fa-stack-exchange:before {
  content:"\f18d"
}
.fa-elementor:before {
  content:"\f430"
}
.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
  content:"\e01e"
}
.fa-creative-commons-nd:before {
  content:"\f4eb"
}
.fa-palfed:before {
  content:"\f3d8"
}
.fa-superpowers:before {
  content:"\f2dd"
}
.fa-resolving:before {
  content:"\f3e7"
}
.fa-xbox:before {
  content:"\f412"
}
.fa-searchengin:before {
  content:"\f3eb"
}
.fa-tiktok:before {
  content:"\e07b"
}
.fa-facebook-square:before,
.fa-square-facebook:before {
  content:"\f082"
}
.fa-renren:before {
  content:"\f18b"
}
.fa-linux:before {
  content:"\f17c"
}
.fa-glide:before {
  content:"\f2a5"
}
.fa-linkedin:before {
  content:"\f08c"
}
.fa-hubspot:before {
  content:"\f3b2"
}
.fa-deploydog:before {
  content:"\f38e"
}
.fa-twitch:before {
  content:"\f1e8"
}
.fa-ravelry:before {
  content:"\f2d9"
}
.fa-mixer:before {
  content:"\e056"
}
.fa-lastfm-square:before,
.fa-square-lastfm:before {
  content:"\f203"
}
.fa-vimeo:before {
  content:"\f40a"
}
.fa-mendeley:before {
  content:"\f7b3"
}
.fa-uniregistry:before {
  content:"\f404"
}
.fa-figma:before {
  content:"\f799"
}
.fa-creative-commons-remix:before {
  content:"\f4ee"
}
.fa-cc-amazon-pay:before {
  content:"\f42d"
}
.fa-dropbox:before {
  content:"\f16b"
}
.fa-instagram:before {
  content:"\f16d"
}
.fa-cmplid:before {
  content:"\e360"
}
.fa-facebook:before {
  content:"\f09a"
}
.fa-gripfire:before {
  content:"\f3ac"
}
.fa-jedi-order:before {
  content:"\f50e"
}
.fa-uikit:before {
  content:"\f403"
}
.fa-fort-awesome-alt:before {
  content:"\f3a3"
}
.fa-phabricator:before {
  content:"\f3db"
}
.fa-ussunnah:before {
  content:"\f407"
}
.fa-earlybirds:before {
  content:"\f39a"
}
.fa-trade-federation:before {
  content:"\f513"
}
.fa-autoprefixer:before {
  content:"\f41c"
}
.fa-whatsapp:before {
  content:"\f232"
}
.fa-slideshare:before {
  content:"\f1e7"
}
.fa-google-play:before {
  content:"\f3ab"
}
.fa-viadeo:before {
  content:"\f2a9"
}
.fa-line:before {
  content:"\f3c0"
}
.fa-google-drive:before {
  content:"\f3aa"
}
.fa-servicestack:before {
  content:"\f3ec"
}
.fa-simplybuilt:before {
  content:"\f215"
}
.fa-bitbucket:before {
  content:"\f171"
}
.fa-imdb:before {
  content:"\f2d8"
}
.fa-deezer:before {
  content:"\e077"
}
.fa-raspberry-pi:before {
  content:"\f7bb"
}
.fa-jira:before {
  content:"\f7b1"
}
.fa-docker:before {
  content:"\f395"
}
.fa-screenpal:before {
  content:"\e570"
}
.fa-bluetooth:before {
  content:"\f293"
}
.fa-gitter:before {
  content:"\f426"
}
.fa-d-and-d:before {
  content:"\f38d"
}
.fa-microblog:before {
  content:"\e01a"
}
.fa-cc-diners-club:before {
  content:"\f24c"
}
.fa-gg-circle:before {
  content:"\f261"
}
.fa-pied-piper-hat:before {
  content:"\f4e5"
}
.fa-kickstarter-k:before {
  content:"\f3bc"
}
.fa-yandex:before {
  content:"\f413"
}
.fa-readme:before {
  content:"\f4d5"
}
.fa-html5:before {
  content:"\f13b"
}
.fa-sellsy:before {
  content:"\f213"
}
.fa-sass:before {
  content:"\f41e"
}
.fa-wirsindhandwerk:before,
.fa-wsh:before {
  content:"\e2d0"
}
.fa-buromobelexperte:before {
  content:"\f37f"
}
.fa-salesforce:before {
  content:"\f83b"
}
.fa-octopus-deploy:before {
  content:"\e082"
}
.fa-medapps:before {
  content:"\f3c6"
}
.fa-ns8:before {
  content:"\f3d5"
}
.fa-pinterest-p:before {
  content:"\f231"
}
.fa-apper:before {
  content:"\f371"
}
.fa-fort-awesome:before {
  content:"\f286"
}
.fa-waze:before {
  content:"\f83f"
}
.fa-cc-jcb:before {
  content:"\f24b"
}
.fa-snapchat-ghost:before,
.fa-snapchat:before {
  content:"\f2ab"
}
.fa-fantasy-flight-games:before {
  content:"\f6dc"
}
.fa-rust:before {
  content:"\e07a"
}
.fa-wix:before {
  content:"\f5cf"
}
.fa-behance-square:before,
.fa-square-behance:before {
  content:"\f1b5"
}
.fa-supple:before {
  content:"\f3f9"
}
.fa-rebel:before {
  content:"\f1d0"
}
.fa-css3:before {
  content:"\f13c"
}
.fa-staylinked:before {
  content:"\f3f5"
}
.fa-kaggle:before {
  content:"\f5fa"
}
.fa-space-awesome:before {
  content:"\e5ac"
}
.fa-deviantart:before {
  content:"\f1bd"
}
.fa-cpanel:before {
  content:"\f388"
}
.fa-goodreads-g:before {
  content:"\f3a9"
}
.fa-git-square:before,
.fa-square-git:before {
  content:"\f1d2"
}
.fa-square-tumblr:before,
.fa-tumblr-square:before {
  content:"\f174"
}
.fa-trello:before {
  content:"\f181"
}
.fa-creative-commons-nc-jp:before {
  content:"\f4ea"
}
.fa-get-pocket:before {
  content:"\f265"
}
.fa-perbyte:before {
  content:"\e083"
}
.fa-grunt:before {
  content:"\f3ad"
}
.fa-weebly:before {
  content:"\f5cc"
}
.fa-connectdevelop:before {
  content:"\f20e"
}
.fa-leanpub:before {
  content:"\f212"
}
.fa-black-tie:before {
  content:"\f27e"
}
.fa-themeco:before {
  content:"\f5c6"
}
.fa-python:before {
  content:"\f3e2"
}
.fa-android:before {
  content:"\f17b"
}
.fa-bots:before {
  content:"\e340"
}
.fa-free-code-camp:before {
  content:"\f2c5"
}
.fa-hornbill:before {
  content:"\f592"
}
.fa-js:before {
  content:"\f3b8"
}
.fa-ideal:before {
  content:"\e013"
}
.fa-git:before {
  content:"\f1d3"
}
.fa-dev:before {
  content:"\f6cc"
}
.fa-sketch:before {
  content:"\f7c6"
}
.fa-yandex-international:before {
  content:"\f414"
}
.fa-cc-amex:before {
  content:"\f1f3"
}
.fa-uber:before {
  content:"\f402"
}
.fa-github:before {
  content:"\f09b"
}
.fa-php:before {
  content:"\f457"
}
.fa-alipay:before {
  content:"\f642"
}
.fa-youtube:before {
  content:"\f167"
}
.fa-skyatlas:before {
  content:"\f216"
}
.fa-firefox-browser:before {
  content:"\e007"
}
.fa-replyd:before {
  content:"\f3e6"
}
.fa-suse:before {
  content:"\f7d6"
}
.fa-jenkins:before {
  content:"\f3b6"
}
.fa-twitter:before {
  content:"\f099"
}
.fa-rockrms:before {
  content:"\f3e9"
}
.fa-pinterest:before {
  content:"\f0d2"
}
.fa-buffer:before {
  content:"\f837"
}
.fa-npm:before {
  content:"\f3d4"
}
.fa-yammer:before {
  content:"\f840"
}
.fa-btc:before {
  content:"\f15a"
}
.fa-dribbble:before {
  content:"\f17d"
}
.fa-stumbleupon-circle:before {
  content:"\f1a3"
}
.fa-internet-explorer:before {
  content:"\f26b"
}
.fa-stubber:before {
  content:"\e5c7"
}
.fa-telegram-plane:before,
.fa-telegram:before {
  content:"\f2c6"
}
.fa-old-republic:before {
  content:"\f510"
}
.fa-odysee:before {
  content:"\e5c6"
}
.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
  content:"\f40c"
}
.fa-node-js:before {
  content:"\f3d3"
}
.fa-edge-legacy:before {
  content:"\e078"
}
.fa-slack-hash:before,
.fa-slack:before {
  content:"\f198"
}
.fa-medrt:before {
  content:"\f3c8"
}
.fa-usb:before {
  content:"\f287"
}
.fa-tumblr:before {
  content:"\f173"
}
.fa-vaadin:before {
  content:"\f408"
}
.fa-quora:before {
  content:"\f2c4"
}
.fa-reacteurope:before {
  content:"\f75d"
}
.fa-medium-m:before,
.fa-medium:before {
  content:"\f23a"
}
.fa-amilia:before {
  content:"\f36d"
}
.fa-mixcloud:before {
  content:"\f289"
}
.fa-flipboard:before {
  content:"\f44d"
}
.fa-viacoin:before {
  content:"\f237"
}
.fa-critical-role:before {
  content:"\f6c9"
}
.fa-sitrox:before {
  content:"\e44a"
}
.fa-discourse:before {
  content:"\f393"
}
.fa-joomla:before {
  content:"\f1aa"
}
.fa-mastodon:before {
  content:"\f4f6"
}
.fa-airbnb:before {
  content:"\f834"
}
.fa-wolf-pack-battalion:before {
  content:"\f514"
}
.fa-buy-n-large:before {
  content:"\f8a6"
}
.fa-gulp:before {
  content:"\f3ae"
}
.fa-creative-commons-sampling-plus:before {
  content:"\f4f1"
}
.fa-strava:before {
  content:"\f428"
}
.fa-ember:before {
  content:"\f423"
}
.fa-canadian-maple-leaf:before {
  content:"\f785"
}
.fa-teamspeak:before {
  content:"\f4f9"
}
.fa-pushed:before {
  content:"\f3e1"
}
.fa-wordpress-simple:before {
  content:"\f411"
}
.fa-nutritionix:before {
  content:"\f3d6"
}
.fa-wodu:before {
  content:"\e088"
}
.fa-google-pay:before {
  content:"\e079"
}
.fa-intercom:before {
  content:"\f7af"
}
.fa-zhihu:before {
  content:"\f63f"
}
.fa-korvue:before {
  content:"\f42f"
}
.fa-pix:before {
  content:"\e43a"
}
.fa-steam-symbol:before {
  content:"\f3f6"
}
@font-face {
  font-display:swap;
  font-family:StoneSansIIITCW05-Medium;
  src:url('./fonts/StoneSansIIITCW05-Medium.eot');
  src:url('./fonts/StoneSansIIITCW05-Medium.eot') format("eot"),
  url('./fonts/StoneSansIIITCW05-Medium.woff2') format("woff2"),
  url('./fonts/StoneSansIIITCW05-Medium.woff') format("woff"),
  url('./fonts/StoneSansIIITCW05-Medium.ttf') format("truetype")
}
@font-face {
  font-display:swap;
  font-family:StoneSansIIITCW05-Bold;
  src:url('./fonts/StoneSansIIITCW05-Bold.eot');
  src:url('./fonts/StoneSansIIITCW05-Bold.eot') format("eot"),
  url('./fonts/StoneSansIIITCW05-Bold.woff2') format("woff2"),
  url('./fonts/StoneSansIIITCW05-Bold.woff') format("woff"),
  url('./fonts/StoneSansIIITCW05-Bold.ttf') format("truetype")
}
@font-face {
  font-display:swap;
  font-family:StoneSansIIITCW05-Book;
  src:url('./fonts/StoneSansIIITCW05-Book.eot');
  src:url('./fonts/StoneSansIIITCW05-Book.eot') format("eot"),
  url('./fonts/StoneSansIIITCW05-Book.woff2') format("woff2"),
  url('./fonts/StoneSansIIITCW05-Book.woff') format("woff"),
  url('./fonts/StoneSansIIITCW05-Book.ttf') format("truetype")
}
.acomanifesto .acomanifesto__body,
.container {
  padding-left:.9375rem;
  padding-right:.9375rem
}
@media (min-width:768px) and (max-width:1007.98px) {
  .acomanifesto .acomanifesto__body,
  .container {
    padding-left:.75rem;
    padding-right:.75rem
  }
}
:root {
  --aco-headings-small-color:#666;
  --aco-headings-small-letter-spacing:0.02rem
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:var(--aco-font-family-medium);
  -webkit-hyphens:auto;
  -moz-hyphens:auto;
  hyphens:auto;
  margin-top:.5em;
  word-break:break-word
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  color:var(--aco-headings-small-color);
  font-family:var(--aco-font-family-regular);
  letter-spacing:var(--aco-headings-small-letter-spacing)
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color:inherit
}
.h1,
.h1 .small,
.h1 small,
.h5,
.h5 .small,
.h5 small,
.h6,
.h6 .small,
.h6 small,
h1,
h1 .small,
h1 small,
h5,
h5 .small,
h5 small,
h6,
h6 .small,
h6 small {
  font-weight:700
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  display:inline-block;
  font-size:.65em;
  padding-top:.5em
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size:.75em;
  padding-top:.5em
}
.h5,
.h5 .small,
.h5 small,
.h6,
.h6 .small,
.h6 small,
h5,
h5 .small,
h5 small,
h6,
h6 .small,
h6 small {
  letter-spacing:.02rem
}
hr {
  border-top:1px solid #bccfdf;
  box-sizing:content-box;
  overflow:visible
}
@font-face {
  font-display:swap;
  font-family:aco;
  font-style:normal;
  font-weight:400;
  src:url('../../../_assets/065c8380dbb48533788f351ce3c92384/AcoLayout/./fonts/aco.ac42490a.eot');
  src:url('../../../_assets/065c8380dbb48533788f351ce3c92384/AcoLayout/./fonts/aco.ac42490a.eot?#iefix-lprjld') format("embedded-opentype"),
  url('../../../_assets/065c8380dbb48533788f351ce3c92384/AcoLayout/./fonts/aco.c91465f3.woff') format("woff"),
  url('../../../_assets/065c8380dbb48533788f351ce3c92384/AcoLayout/./fonts/aco.098ebf55.ttf') format("truetype"),
  url('../../../_assets/065c8380dbb48533788f351ce3c92384/AcoLayout/images/aco.884b5325.svg#aco') format("svg")
}
.breadcrumbs .breadcrumb .breadcrumb-item:before,
.btn-slider,
.btn-slider-left,
.btn-slider-right,
.carousel--layout-main .carousel-control-next-icon,
.carousel--layout-main .carousel-control-prev-icon,
.carousel--layout-media .carousel-control-next-icon,
.carousel--layout-media .carousel-control-prev-icon,
.carousel--layout-regular .carousel-control-next-icon,
.carousel--layout-regular .carousel-control-prev-icon,
.fa-aco-arrow-down:before,
.fa-aco-arrow-up:before,
.icon,
.icon-arrow_bottom,
.icon-arrow_left,
.icon-arrow_right,
.icon-arrow_top,
.mfp-aco-arrow-left,
.mfp-aco-arrow-right,
.scrolling-area--fade .scrolling-control-next-icon,
.scrolling-area--fade .scrolling-control-prev-icon,
.scrolling-area--scroll .scrolling-control-next-icon,
.scrolling-area--scroll .scrolling-control-prev-icon,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-control-next-icon,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-control-prev-icon,
.scrolling-area:not(.scrolling-area--fade) .scrolling-control-next-icon,
.scrolling-area:not(.scrolling-area--fade) .scrolling-control-prev-icon,
.totop__button,
.totop__button:before {
  font-family:aco;
  speak:none;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  line-height:1;
  text-transform:none;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.bs-icon {
  font-style:normal;
  font-weight:400;
  position:relative;
  top:1px
}
.bs-icon,
.fa-icon {
  display:inline-block;
  font-family:Font Awesome\ 6 Free;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.fa-icon {
  font-size:1rem;
  font-weight:900;
  text-rendering:auto
}
.btn-slider-left:before,
.carousel--layout-main .carousel-control-prev-icon:before,
.carousel--layout-media .carousel-control-prev-icon:before,
.carousel--layout-regular .carousel-control-prev-icon:before,
.icon-arrow_left:before,
.mfp-aco-arrow-left:before,
.scrolling-area--fade .scrolling-control-prev-icon:before,
.scrolling-area--scroll .scrolling-control-prev-icon:before,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-control-prev-icon:before,
.scrolling-area:not(.scrolling-area--fade) .scrolling-control-prev-icon:before {
  content:"\e602"
}
.btn-slider-right:before,
.carousel--layout-main .carousel-control-next-icon:before,
.carousel--layout-media .carousel-control-next-icon:before,
.carousel--layout-regular .carousel-control-next-icon:before,
.icon-arrow_right:before,
.mfp-aco-arrow-right:before,
.scrolling-area--fade .scrolling-control-next-icon:before,
.scrolling-area--scroll .scrolling-control-next-icon:before,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-control-next-icon:before,
.scrolling-area:not(.scrolling-area--fade) .scrolling-control-next-icon:before {
  content:"\e605"
}
.icon-arrow_bottom:before {
  content:"\e603"
}
.icon-arrow_top:before,
.totop__button:before {
  content:"\e600"
}
.fa-file-ics:before {
  content:"\f073"
}
.icon-plus:before {
  content:"+"
}
.icon-minus:before {
  content:"–"
}
.icon-clipboard:before {
  content:"\e601"
}
.icon-wallet-check:before {
  content:"\e901";
  font-family:ACOIconV2;
  font-style:normal;
  font-weight:700
}
.fa-file-gif:before,
.fa-file-jpg:before,
.fa-file-png:before {
  content:"\f1c5"
}
.fa-file-doc:before,
.fa-file-docx:before {
  content:"\f1c2"
}
.fa-file-xls:before,
.fa-file-xlsx:before {
  content:"\f1c3"
}
.fa-file-ppt:before,
.fa-file-pptx:before {
  content:"\f1c4"
}
.fa-file-000:before,
.fa-file-d81:before,
.fa-file-dat:before,
.fa-file-txt:before {
  content:"\f15c"
}
.fa-file-dxf:before {
  content:"\f1c3"
}
.fa-file-dwf:before {
  content:"\f15b"
}
.fa-file-gaeb:before {
  content:"\f15c"
}
.fa-file-004:before,
.fa-file-datanorm:before,
.fa-file-dwg:before,
.fa-file-url:before {
  content:"\f15b"
}
.fa-file-ifc:before {
  content:"\f15c"
}
.fa-aco-arrow-up:before {
  content:"\e600"
}
.fa-aco-arrow-down:before {
  content:"\e603"
}
.acofont-small {
  font-size:10px
}
.acofont:before {
  font-family:ACOIcon;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  text-decoration:none;
  text-transform:none
}
.aco-icon-fireprotection:before {
  content:"\e001"
}
.aco-icon-issuu:before {
  content:"\e002"
}
.aco-icon-logo:before {
  content:"\e003"
}
textarea.form-control {
  padding:10px 15px;
  scrollbar-color:#666 transparent
}
textarea.form-control::-webkit-scrollbar {
  height:8px;
  width:8px
}
textarea.form-control::-webkit-scrollbar-thumb {
  background:#666;
  border-radius:3px
}
textarea.form-control::-webkit-scrollbar-track {
  background:#fff
}
textarea.form-control:root {
  scrollbar-color:transparent var(--bs-primary)
}
.form-control {
  padding:.35rem .8rem;
  transition:box-shadow .3s ease-out
}
@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition:none
  }
}
.form-control:focus {
  outline:0
}
.form-control:disabled {
  cursor:not-allowed
}
.form-control:placeholder-shown {
  text-overflow:ellipsis
}
.form-control--layout-themed {
  border:unset;
  border-bottom:1px solid;
  border-color:var(--bs-primary)!important;
  height:36px
}
.form-control--size-lg {
  line-height:2
}
.form-select:not(.bootstrap-select):not([multiple]) {
  background-color:#ededed;
  background-image:url('../../../_assets/065c8380dbb48533788f351ce3c92384/AcoLayout/images/select-arrow-down.22bc9085.png');
  background-position:100%;
  background-size:contain
}
.form-select:not(.bootstrap-select):not([multiple]).disabled,
.form-select:not(.bootstrap-select):not([multiple]):disabled {
  background-image:url('../../../_assets/065c8380dbb48533788f351ce3c92384/AcoLayout/images/select-arrow-disabled.6ea08043.png')
}
.form-select:not(.bootstrap-select):not([multiple]):not(:disabled):not(.disabled):active {
  background-image:url('../../../_assets/065c8380dbb48533788f351ce3c92384/AcoLayout/images/select-arrow-up.c7ce64bd.png')
}
.form-select:not(.bootstrap-select) option:not(:disabled):not(.disabled):hover {
  background-color:#333;
  color:#fff
}
.form-select.bootstrap-select {
  background:none;
  border:unset;
  padding:0
}
.btn,
.container-search button,
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button,
.juicer-feed--aco a.juicer-button,
.klaro .context-notice .cm-btn.cm-btn-accept-all,
.klaro .context-notice .cm-btn.cm-btn-success,
.klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
.klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
.klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-info,
.klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cn-decline,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all,
.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
.klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
.klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cm-btn-info,
.klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cn-decline,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
.klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
.klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-info,
.klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cn-decline,
.tx-srfeuserregister-pi1-submit {
  letter-spacing:.02rem
}
.btn:active:focus,
.btn:focus,
.container-search button:focus,
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button:focus,
.juicer-feed--aco a.juicer-button:focus,
.klaro .context-notice .cm-btn.cm-btn-accept-all:focus,
.klaro .context-notice .cm-btn.cm-btn-accept:focus:not(.cm-btn-lern-more),
.klaro .context-notice .cm-btn.cm-btn-decline:focus:not(.cm-btn-lern-more),
.klaro .context-notice .cm-btn.cm-btn-info:focus:not(.cm-btn-lern-more),
.klaro .context-notice .cm-btn.cm-btn-success:focus,
.klaro .context-notice .cm-btn.cn-decline:focus:not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-modal .cm-btn.cm-btn-accept:focus:not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-decline:focus:not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-info:focus:not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-success:focus,
.klaro .cookie-modal .cm-btn.cn-decline:focus:not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-notice .cm-btn.cm-btn-accept:focus:not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-decline:focus:not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-info:focus:not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-success:focus,
.klaro .cookie-notice .cm-btn.cn-decline:focus:not(.cm-btn-lern-more),
.tx-srfeuserregister-pi1-submit:focus {
  box-shadow:none
}
a.btn+a.btn,
a.btn+a.btn-link,
a.btn+a[id^=c]+a.btn-link,
a.btn+button.btn,
a.btn-link+a.btn,
a.btn-link+a.btn-link,
a.btn-link+a[id^=c]+a.btn-link,
a.btn-link+button.btn,
button.btn+a.btn,
button.btn+a.btn-link,
button.btn+a[id^=c]+a.btn-link,
button.btn+button.btn {
  margin-inline-start:.5rem;
  writing-mode:horizontal-tb
}
.btn-square {
  align-items:center;
  aspect-ratio:1/1;
  display:flex;
  justify-content:center;
  max-height:36px
}
.box--dark .frame-layout-highlightbox-light .btn.btn-primary:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .btn.btn-primary:not(.disabled):not(:disabled):hover,
.btn-primary,
.container-search button,
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn.btn-primary:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn.btn-primary:not(.disabled):not(:disabled):hover,
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button,
.juicer-feed--aco a.juicer-button,
.klaro .context-notice .cm-btn.cm-btn-accept-all,
.klaro .context-notice .cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all,
.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .cm-btn.cm-btn-success,
.tx-srfeuserregister-pi1-submit {
  background-color:var(--bs-primary);
  border-color:#c00;
  border-color:var(--bs-primary);
  color:#fff;
  color:var(--bs-primary-c)
}
.box--dark .frame-layout-highlightbox-light .btn.btn-primary:hover:not(.disabled):not(:disabled),
.btn-primary:hover,
.container-search button:hover,
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn.btn-primary:hover:not(.disabled):not(:disabled),
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button:hover,
.juicer-feed--aco a.juicer-button:hover,
.klaro .context-notice .cm-btn.cm-btn-accept-all:hover,
.klaro .context-notice .cm-btn.cm-btn-success:hover,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:hover,
.klaro .cookie-modal .cm-btn.cm-btn-success:hover,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all:hover,
.klaro .cookie-notice .cm-btn.cm-btn-success:hover,
.tx-srfeuserregister-pi1-submit:hover {
  background-color:var(--bs-secondary);
  border-color:var(--bs-secondary);
  color:var(--bs-secondary-c)
}
.box--dark .frame-layout-highlightbox-light .btn-check:focus+.btn.btn-primary:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .btn.btn-primary:focus:not(.disabled):not(:disabled),
.btn-check:focus+.btn-primary,
.btn-check:focus+.tx-srfeuserregister-pi1-submit,
.btn-primary:focus,
.container-search .btn-check:focus+button,
.container-search button:focus,
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn-check:focus+.btn.btn-primary:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn.btn-primary:focus:not(.disabled):not(:disabled),
.j-post-overlay.juicer-feed.juicer-feed .btn-check:focus+a.juicer-button,
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button:focus,
.juicer-feed--aco .btn-check:focus+a.juicer-button,
.juicer-feed--aco a.juicer-button:focus,
.klaro .context-notice .btn-check:focus+.cm-btn.cm-btn-accept-all,
.klaro .context-notice .btn-check:focus+.cm-btn.cm-btn-success,
.klaro .context-notice .cm-btn.cm-btn-accept-all:focus,
.klaro .context-notice .cm-btn.cm-btn-success:focus,
.klaro .cookie-modal .btn-check:focus+.cm-btn.cm-btn-accept-all,
.klaro .cookie-modal .btn-check:focus+.cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-modal .cm-btn.cm-btn-success:focus,
.klaro .cookie-notice .btn-check:focus+.cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .btn-check:focus+.cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-notice .cm-btn.cm-btn-success:focus,
.tx-srfeuserregister-pi1-submit:focus {
  background-color:var(--bs-secondary);
  border-color:var(--bs-secondary);
  box-shadow:0 0 0 0 rgba(212,38,38,.5);
  color:var(--bs-secondary-c)
}
.active.tx-srfeuserregister-pi1-submit,
.box--dark .frame-layout-highlightbox-light .active.btn.btn-primary:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .btn-check:active+.btn.btn-primary:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .btn-check:checked+.btn.btn-primary:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .btn.btn-primary:active:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .show>.dropdown-toggle.btn.btn-primary:not(.disabled):not(:disabled),
.btn-check:active+.btn-primary,
.btn-check:active+.tx-srfeuserregister-pi1-submit,
.btn-check:checked+.btn-primary,
.btn-check:checked+.tx-srfeuserregister-pi1-submit,
.btn-primary.active,
.btn-primary:active,
.container-search .btn-check:active+button,
.container-search .btn-check:checked+button,
.container-search .show>button.dropdown-toggle,
.container-search button.active,
.container-search button:active,
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .active.btn.btn-primary:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn-check:active+.btn.btn-primary:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn-check:checked+.btn.btn-primary:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn.btn-primary:active:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .show>.dropdown-toggle.btn.btn-primary:not(.disabled):not(:disabled),
.j-post-overlay.juicer-feed.juicer-feed .btn-check:active+a.juicer-button,
.j-post-overlay.juicer-feed.juicer-feed .btn-check:checked+a.juicer-button,
.j-post-overlay.juicer-feed.juicer-feed .show>a.dropdown-toggle.juicer-button,
.j-post-overlay.juicer-feed.juicer-feed a.active.juicer-button,
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button:active,
.juicer-feed--aco .btn-check:active+a.juicer-button,
.juicer-feed--aco .btn-check:checked+a.juicer-button,
.juicer-feed--aco .show>a.dropdown-toggle.juicer-button,
.juicer-feed--aco a.active.juicer-button,
.juicer-feed--aco a.juicer-button:active,
.klaro .context-notice .active.cm-btn.cm-btn-accept-all,
.klaro .context-notice .active.cm-btn.cm-btn-success,
.klaro .context-notice .btn-check:active+.cm-btn.cm-btn-accept-all,
.klaro .context-notice .btn-check:active+.cm-btn.cm-btn-success,
.klaro .context-notice .btn-check:checked+.cm-btn.cm-btn-accept-all,
.klaro .context-notice .btn-check:checked+.cm-btn.cm-btn-success,
.klaro .context-notice .cm-btn.cm-btn-accept-all:active,
.klaro .context-notice .cm-btn.cm-btn-success:active,
.klaro .context-notice .show>.dropdown-toggle.cm-btn.cm-btn-accept-all,
.klaro .context-notice .show>.dropdown-toggle.cm-btn.cm-btn-success,
.klaro .cookie-modal .active.cm-btn.cm-btn-accept-all,
.klaro .cookie-modal .active.cm-btn.cm-btn-success,
.klaro .cookie-modal .btn-check:active+.cm-btn.cm-btn-accept-all,
.klaro .cookie-modal .btn-check:active+.cm-btn.cm-btn-success,
.klaro .cookie-modal .btn-check:checked+.cm-btn.cm-btn-accept-all,
.klaro .cookie-modal .btn-check:checked+.cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:active,
.klaro .cookie-modal .cm-btn.cm-btn-success:active,
.klaro .cookie-modal .show>.dropdown-toggle.cm-btn.cm-btn-accept-all,
.klaro .cookie-modal .show>.dropdown-toggle.cm-btn.cm-btn-success,
.klaro .cookie-notice .active.cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .active.cm-btn.cm-btn-success,
.klaro .cookie-notice .btn-check:active+.cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .btn-check:active+.cm-btn.cm-btn-success,
.klaro .cookie-notice .btn-check:checked+.cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .btn-check:checked+.cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all:active,
.klaro .cookie-notice .cm-btn.cm-btn-success:active,
.klaro .cookie-notice .show>.dropdown-toggle.cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .show>.dropdown-toggle.cm-btn.cm-btn-success,
.show>.btn-primary.dropdown-toggle,
.show>.dropdown-toggle.tx-srfeuserregister-pi1-submit,
.tx-srfeuserregister-pi1-submit:active {
  background-color:var(--bs-secondary);
  border-color:var(--bs-secondary);
  color:var(--bs-primary-c)
}
.active.tx-srfeuserregister-pi1-submit:focus,
.box--dark .frame-layout-highlightbox-light .active.btn.btn-primary:focus:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .btn-check:active+.btn.btn-primary:focus:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .btn-check:checked+.btn.btn-primary:focus:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .btn.btn-primary:active:focus:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .show>.dropdown-toggle.btn.btn-primary:focus:not(.disabled):not(:disabled),
.btn-check:active+.btn-primary:focus,
.btn-check:active+.tx-srfeuserregister-pi1-submit:focus,
.btn-check:checked+.btn-primary:focus,
.btn-check:checked+.tx-srfeuserregister-pi1-submit:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.container-search .btn-check:active+button:focus,
.container-search .btn-check:checked+button:focus,
.container-search .show>button.dropdown-toggle:focus,
.container-search button.active:focus,
.container-search button:active:focus,
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .active.btn.btn-primary:focus:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn-check:active+.btn.btn-primary:focus:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn-check:checked+.btn.btn-primary:focus:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn.btn-primary:active:focus:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .show>.dropdown-toggle.btn.btn-primary:focus:not(.disabled):not(:disabled),
.j-post-overlay.juicer-feed.juicer-feed .btn-check:active+a.juicer-button:focus,
.j-post-overlay.juicer-feed.juicer-feed .btn-check:checked+a.juicer-button:focus,
.j-post-overlay.juicer-feed.juicer-feed .show>a.dropdown-toggle.juicer-button:focus,
.j-post-overlay.juicer-feed.juicer-feed a.active.juicer-button:focus,
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button:active:focus,
.juicer-feed--aco .btn-check:active+a.juicer-button:focus,
.juicer-feed--aco .btn-check:checked+a.juicer-button:focus,
.juicer-feed--aco .show>a.dropdown-toggle.juicer-button:focus,
.juicer-feed--aco a.active.juicer-button:focus,
.juicer-feed--aco a.juicer-button:active:focus,
.klaro .context-notice .active.cm-btn.cm-btn-accept-all:focus,
.klaro .context-notice .active.cm-btn.cm-btn-success:focus,
.klaro .context-notice .btn-check:active+.cm-btn.cm-btn-accept-all:focus,
.klaro .context-notice .btn-check:active+.cm-btn.cm-btn-success:focus,
.klaro .context-notice .btn-check:checked+.cm-btn.cm-btn-accept-all:focus,
.klaro .context-notice .btn-check:checked+.cm-btn.cm-btn-success:focus,
.klaro .context-notice .cm-btn.cm-btn-accept-all:active:focus,
.klaro .context-notice .cm-btn.cm-btn-success:active:focus,
.klaro .context-notice .show>.dropdown-toggle.cm-btn.cm-btn-accept-all:focus,
.klaro .context-notice .show>.dropdown-toggle.cm-btn.cm-btn-success:focus,
.klaro .cookie-modal .active.cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-modal .active.cm-btn.cm-btn-success:focus,
.klaro .cookie-modal .btn-check:active+.cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-modal .btn-check:active+.cm-btn.cm-btn-success:focus,
.klaro .cookie-modal .btn-check:checked+.cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-modal .btn-check:checked+.cm-btn.cm-btn-success:focus,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:active:focus,
.klaro .cookie-modal .cm-btn.cm-btn-success:active:focus,
.klaro .cookie-modal .show>.dropdown-toggle.cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-modal .show>.dropdown-toggle.cm-btn.cm-btn-success:focus,
.klaro .cookie-notice .active.cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-notice .active.cm-btn.cm-btn-success:focus,
.klaro .cookie-notice .btn-check:active+.cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-notice .btn-check:active+.cm-btn.cm-btn-success:focus,
.klaro .cookie-notice .btn-check:checked+.cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-notice .btn-check:checked+.cm-btn.cm-btn-success:focus,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all:active:focus,
.klaro .cookie-notice .cm-btn.cm-btn-success:active:focus,
.klaro .cookie-notice .show>.dropdown-toggle.cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-notice .show>.dropdown-toggle.cm-btn.cm-btn-success:focus,
.show>.btn-primary.dropdown-toggle:focus,
.show>.dropdown-toggle.tx-srfeuserregister-pi1-submit:focus,
.tx-srfeuserregister-pi1-submit:active:focus {
  box-shadow:0 0 0 0 rgba(212,38,38,.5)
}
.box--dark .frame-layout-highlightbox-light .btn.btn-primary:disabled:not(.disabled):not(:disabled),
.box--dark .frame-layout-highlightbox-light .disabled.btn.btn-primary:not(.disabled):not(:disabled),
.btn-primary.disabled,
.btn-primary:disabled,
.container-search button.disabled,
.container-search button:disabled,
.disabled.tx-srfeuserregister-pi1-submit,
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn.btn-primary:disabled:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .disabled.btn.btn-primary:not(.disabled):not(:disabled),
.j-post-overlay.juicer-feed.juicer-feed a.disabled.juicer-button,
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button:disabled,
.juicer-feed--aco a.disabled.juicer-button,
.juicer-feed--aco a.juicer-button:disabled,
.klaro .context-notice .cm-btn.cm-btn-accept-all:disabled,
.klaro .context-notice .cm-btn.cm-btn-success:disabled,
.klaro .context-notice .disabled.cm-btn.cm-btn-accept-all,
.klaro .context-notice .disabled.cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:disabled,
.klaro .cookie-modal .cm-btn.cm-btn-success:disabled,
.klaro .cookie-modal .disabled.cm-btn.cm-btn-accept-all,
.klaro .cookie-modal .disabled.cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all:disabled,
.klaro .cookie-notice .cm-btn.cm-btn-success:disabled,
.klaro .cookie-notice .disabled.cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .disabled.cm-btn.cm-btn-success,
.tx-srfeuserregister-pi1-submit:disabled {
  background-color:var(--aco-button-disabled-background);
  border-color:var(--aco-button-disabled-border-color);
  color:var(--aco-button-disabled-font-color)
}
.btn-outline-primary {
  border-color:var(--bs-primary);
  color:var(--bs-primary)
}
.btn-outline-primary:hover {
  background-color:var(--bs-primary);
  border-color:var(--bs-primary);
  color:var(--bs-primary-c)
}
.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow:0 0 0 0 rgba(var(--bs-primary),.5)
}
.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  background-color:var(--bs-primary);
  border-color:var(--bs-primary);
  color:var(--bs-primary-c)
}
.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow:0 0 0 0 rgba(var(--bs-primary),.5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color:transparent;
  color:var(--bs-primary)
}
:root {
  --aco-button-color:var(--bs-primary);
  --aco-button-color-hover:var(--bs-white);
  --aco-button-background:#ededed;
  --aco-button-background-hover:var(--bs-secondary)
}
.btn-gray,
.klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
.klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
.klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-info,
.klaro .context-notice .cm-btn:not(.cm-btn-lern-more).cn-decline,
.klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
.klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
.klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cm-btn-info,
.klaro .cookie-modal .cm-btn:not(.cm-btn-lern-more).cn-decline,
.klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-accept,
.klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-decline,
.klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cm-btn-info,
.klaro .cookie-notice .cm-btn:not(.cm-btn-lern-more).cn-decline {
  background-color:var(--aco-button-background);
  border-color:var(--aco-button-background);
  color:var(--aco-button-color)
}
.btn-gray.disabled,
.btn-gray:disabled,
.klaro .context-notice .cm-btn.cm-btn-accept:disabled:not(.cm-btn-lern-more),
.klaro .context-notice .cm-btn.cm-btn-decline:disabled:not(.cm-btn-lern-more),
.klaro .context-notice .cm-btn.cm-btn-info:disabled:not(.cm-btn-lern-more),
.klaro .context-notice .cm-btn.cn-decline:disabled:not(.cm-btn-lern-more),
.klaro .context-notice .disabled.cm-btn.cm-btn-accept:not(.cm-btn-lern-more),
.klaro .context-notice .disabled.cm-btn.cm-btn-decline:not(.cm-btn-lern-more),
.klaro .context-notice .disabled.cm-btn.cm-btn-info:not(.cm-btn-lern-more),
.klaro .context-notice .disabled.cm-btn.cn-decline:not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-accept:disabled:not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-decline:disabled:not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-info:disabled:not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cn-decline:disabled:not(.cm-btn-lern-more),
.klaro .cookie-modal .disabled.cm-btn.cm-btn-accept:not(.cm-btn-lern-more),
.klaro .cookie-modal .disabled.cm-btn.cm-btn-decline:not(.cm-btn-lern-more),
.klaro .cookie-modal .disabled.cm-btn.cm-btn-info:not(.cm-btn-lern-more),
.klaro .cookie-modal .disabled.cm-btn.cn-decline:not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-accept:disabled:not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-decline:disabled:not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-info:disabled:not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cn-decline:disabled:not(.cm-btn-lern-more),
.klaro .cookie-notice .disabled.cm-btn.cm-btn-accept:not(.cm-btn-lern-more),
.klaro .cookie-notice .disabled.cm-btn.cm-btn-decline:not(.cm-btn-lern-more),
.klaro .cookie-notice .disabled.cm-btn.cm-btn-info:not(.cm-btn-lern-more),
.klaro .cookie-notice .disabled.cm-btn.cn-decline:not(.cm-btn-lern-more) {
  background-color:var(--aco-button-disabled-background);
  border-color:var(--aco-button-disabled-border-color);
  color:var(--aco-button-disabled-font-color)
}
.btn-gray:hover:not(.disabled):not(:disabled),
.klaro .context-notice .cm-btn.cm-btn-accept:hover:not(.disabled):not(:disabled):not(.cm-btn-lern-more),
.klaro .context-notice .cm-btn.cm-btn-decline:hover:not(.disabled):not(:disabled):not(.cm-btn-lern-more),
.klaro .context-notice .cm-btn.cm-btn-info:hover:not(.disabled):not(:disabled):not(.cm-btn-lern-more),
.klaro .context-notice .cm-btn.cn-decline:hover:not(.disabled):not(:disabled):not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-accept:hover:not(.disabled):not(:disabled):not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-decline:hover:not(.disabled):not(:disabled):not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cm-btn-info:hover:not(.disabled):not(:disabled):not(.cm-btn-lern-more),
.klaro .cookie-modal .cm-btn.cn-decline:hover:not(.disabled):not(:disabled):not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-accept:hover:not(.disabled):not(:disabled):not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-decline:hover:not(.disabled):not(:disabled):not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cm-btn-info:hover:not(.disabled):not(:disabled):not(.cm-btn-lern-more),
.klaro .cookie-notice .cm-btn.cn-decline:hover:not(.disabled):not(:disabled):not(.cm-btn-lern-more) {
  background-color:var(--aco-button-background-hover);
  border-color:var(--aco-button-background-hover);
  color:var(--aco-button-color-hover)
}
.btn-gray--dark {
  background-color:#ccc;
  color:#333
}
.btn-gray--dark:hover:not(.disabled):not(:disabled) {
  background-color:#666;
  color:#fff
}
:root {
  --aco-tagbutton-color:#1e3e5e;
  --aco-tagbutton-color-hover:#fff;
  --aco-tagbutton-background:#e4ebef;
  --aco-tagbutton-background-hover:#1e3e5e
}
.btn-tag {
  background-color:var(--aco-tagbutton-background);
  border-color:var(--aco-tagbutton-color);
  border-width:1px;
  font-family:StoneSansIIITCW05-Book,Geneva,Arial
}
.btn-tag,
.btn-tag:hover {
  color:var(--aco-tagbutton-color)
}
.btn-tag:hover {
  pointer-events:none
}
.btn-tag.disabled,
.btn-tag:disabled {
  background-color:var(--aco-button-disabled-background);
  border-color:var(--aco-button-disabled-border-color);
  color:var(--aco-button-disabled-font-color)
}
span.btn-tag {
  cursor:default
}
a.btn-tag.active:not(.disabled):not(:disabled),
a.btn-tag:hover:not(.disabled):not(:disabled),
button.btn-tag.active:not(.disabled):not(:disabled),
button.btn-tag:hover:not(.disabled):not(:disabled) {
  background-color:var(--aco-tagbutton-background-hover);
  border-color:var(--aco-tagbutton-background-hover);
  color:var(--aco-tagbutton-color-hover);
  pointer-events:all
}
.btn-close {
  background:none;
  padding:0 .25em .5em
}
.btn-close:hover {
  color:var(--bs-secondary)
}
.btn-close:before {
  content:"\f00d"
}
.btn-outline-primary {
  border-width:1px
}
.btn-outline-primary:hover {
  background:none;
  border-color:var(--bs-secondary);
  color:var(--bs-secondary)
}
:root {
  --button-slider-color:var(--bs-primary);
  --button-slider-font-size:2.25em;
  --button-slider-background:#fff;
  --button-slider-background-hover:#fff
}
.btn-slider,
.btn-slider-left,
.btn-slider-right,
.carousel--layout-main .carousel-control-next-icon,
.carousel--layout-main .carousel-control-prev-icon,
.carousel--layout-media .carousel-control-next-icon,
.carousel--layout-media .carousel-control-prev-icon,
.carousel--layout-regular .carousel-control-next-icon,
.carousel--layout-regular .carousel-control-prev-icon,
.mfp-aco-arrow-left,
.mfp-aco-arrow-right,
.scrolling-area--scroll .scrolling-control-next-icon,
.scrolling-area--scroll .scrolling-control-prev-icon,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-control-next-icon,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-control-prev-icon,
.scrolling-area:not(.scrolling-area--fade) .scrolling-control-next-icon,
.scrolling-area:not(.scrolling-area--fade) .scrolling-control-prev-icon {
  background-color:var(--button-slider-background);
  background-position:50%;
  background-repeat:no-repeat;
  cursor:pointer;
  display:block;
  height:72px;
  width:40px
}
.btn-slider-left:before,
.btn-slider-right:before,
.btn-slider:before,
.carousel--layout-main .carousel-control-next-icon:before,
.carousel--layout-main .carousel-control-prev-icon:before,
.carousel--layout-media .carousel-control-next-icon:before,
.carousel--layout-media .carousel-control-prev-icon:before,
.carousel--layout-regular .carousel-control-next-icon:before,
.carousel--layout-regular .carousel-control-prev-icon:before,
.mfp-aco-arrow-left:before,
.mfp-aco-arrow-right:before,
.scrolling-area--scroll .scrolling-control-next-icon:before,
.scrolling-area--scroll .scrolling-control-prev-icon:before,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-control-next-icon:before,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-control-prev-icon:before,
.scrolling-area:not(.scrolling-area--fade) .scrolling-control-next-icon:before,
.scrolling-area:not(.scrolling-area--fade) .scrolling-control-prev-icon:before {
  color:var(--button-slider-color);
  display:block;
  font-size:var(--button-slider-font-size);
  line-height:72px;
  text-align:center
}
.btn-slider-left:hover,
.btn-slider-right:hover,
.btn-slider:hover,
.carousel--layout-main .carousel-control-next-icon:hover,
.carousel--layout-main .carousel-control-prev-icon:hover,
.carousel--layout-media .carousel-control-next-icon:hover,
.carousel--layout-media .carousel-control-prev-icon:hover,
.carousel--layout-regular .carousel-control-next-icon:hover,
.carousel--layout-regular .carousel-control-prev-icon:hover,
.mfp-aco-arrow-left:hover,
.mfp-aco-arrow-right:hover,
.scrolling-area--scroll .scrolling-control-next-icon:hover,
.scrolling-area--scroll .scrolling-control-prev-icon:hover,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-control-next-icon:hover,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-control-prev-icon:hover,
.scrolling-area:not(.scrolling-area--fade) .scrolling-control-next-icon:hover,
.scrolling-area:not(.scrolling-area--fade) .scrolling-control-prev-icon:hover {
  background-color:var(--button-slider-background-hover)
}
.btn-slider-left:disabled,
.btn-slider-right:disabled,
.btn-slider.disabled,
.btn-slider:disabled,
.carousel--layout-main .carousel-control-next-icon:disabled,
.carousel--layout-main .carousel-control-prev-icon:disabled,
.carousel--layout-main .disabled.carousel-control-next-icon,
.carousel--layout-main .disabled.carousel-control-prev-icon,
.carousel--layout-media .carousel-control-next-icon:disabled,
.carousel--layout-media .carousel-control-prev-icon:disabled,
.carousel--layout-media .disabled.carousel-control-next-icon,
.carousel--layout-media .disabled.carousel-control-prev-icon,
.carousel--layout-regular .carousel-control-next-icon:disabled,
.carousel--layout-regular .carousel-control-prev-icon:disabled,
.carousel--layout-regular .disabled.carousel-control-next-icon,
.carousel--layout-regular .disabled.carousel-control-prev-icon,
.disabled.btn-slider-left,
.disabled.btn-slider-right,
.disabled.mfp-aco-arrow-left,
.disabled.mfp-aco-arrow-right,
.mfp-aco-arrow-left:disabled,
.mfp-aco-arrow-right:disabled,
.scrolling-area--scroll .disabled.scrolling-control-next-icon,
.scrolling-area--scroll .disabled.scrolling-control-prev-icon,
.scrolling-area--scroll .scrolling-control-next-icon:disabled,
.scrolling-area--scroll .scrolling-control-prev-icon:disabled,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .disabled.scrolling-control-next-icon,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .disabled.scrolling-control-prev-icon,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-control-next-icon:disabled,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-control-prev-icon:disabled,
.scrolling-area:not(.scrolling-area--fade) .disabled.scrolling-control-next-icon,
.scrolling-area:not(.scrolling-area--fade) .disabled.scrolling-control-prev-icon,
.scrolling-area:not(.scrolling-area--fade) .scrolling-control-next-icon:disabled,
.scrolling-area:not(.scrolling-area--fade) .scrolling-control-prev-icon:disabled {
  opacity:.3;
  pointer-events:none
}
.btn-slider-left,
.carousel--layout-main .carousel-control-prev-icon,
.carousel--layout-media .carousel-control-prev-icon,
.carousel--layout-regular .carousel-control-prev-icon,
.mfp-aco-arrow-left,
.scrolling-area--scroll .scrolling-control-prev-icon,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-control-prev-icon,
.scrolling-area:not(.scrolling-area--fade) .scrolling-control-prev-icon {
  border-bottom-right-radius:0;
  border-top-right-radius:0
}
.btn-slider-right,
.carousel--layout-main .carousel-control-next-icon,
.carousel--layout-media .carousel-control-next-icon,
.carousel--layout-regular .carousel-control-next-icon,
.mfp-aco-arrow-right,
.scrolling-area--scroll .scrolling-control-next-icon,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-control-next-icon,
.scrolling-area:not(.scrolling-area--fade) .scrolling-control-next-icon {
  border-bottom-left-radius:0;
  border-top-left-radius:0
}
:root {
  --aco-totop-background:var(--bs-white);
  --aco-totop-font-family:var(--aco-font-family-bold);
  --aco-totop-font-size:1rem;
  --aco-totop-box-shadow-color:rgba(0,0,0,.25);
  --aco-totop-icon-font-size:0.6em
}
.totop__button {
  background:var(--aco-totop-background);
  border-radius:4px;
  box-shadow:0 0 4px var(--aco-totop-box-shadow-color);
  box-sizing:border-box;
  color:var(--bs-primary);
  cursor:pointer;
  font-family:var(--aco-totop-font-family);
  font-size:var(--aco-totop-font-size);
  height:35px;
  line-height:30px;
  padding-top:9px;
  position:relative;
  text-align:center;
  width:40px
}
.totop__button:before {
  font-size:var(--aco-totop-icon-font-size);
  left:0;
  position:absolute;
  right:0;
  text-align:center;
  top:5px
}
.img-fit {
  object-fit:cover;
  width:100%
}
@media (max-width:1007.98px) {
  .img-fit {
    height:max-content
  }
}
figure {
  margin:0;
  max-width:max-content
}
a>figure>figcaption {
  color:#212529
}
:root {
  --image-link-icon-background-color:#fff
}
.image-link-icon {
  display:block;
  max-width:max-content;
  position:relative
}
.image-link-icon:before {
  background:var(--image-link-icon-background-color);
  border-radius:4px;
  content:"";
  height:27px;
  opacity:.75;
  width:27px
}
.image-link-icon:after {
  color:var(--bs-primary);
  content:"\f101";
  font-size:1.18rem;
  padding-bottom:10px;
  transform:rotate(315deg)
}
.image-link-icon:after,
.image-link-icon:before {
  margin:5px;
  position:absolute;
  right:0;
  top:0
}
.image-link-icon.image-link-icon--2:after,
.image-link-icon.image-link-icon--2:before {
  bottom:0;
  top:unset
}
:root {
  --aco-brand-backgroundlogo-file:url('../../../_assets/065c8380dbb48533788f351ce3c92384/AcoLayout/images/ACO-A-half-left.cc0bcdfd.svg');
  --aco-brand-backgroundlogo-file-right:url('../../../_assets/065c8380dbb48533788f351ce3c92384/AcoLayout/images/ACO-A-half-right.c334e0d0.svg');
  --aco-brand-backgroundlogo-position:90% -28px;
  --aco-brand-backgroundlogo-position-right:10% -28px;
  --aco-brand-backgroundlogo-scale:1.25;
  --aco-brand-backgroundlogo-scale-right:1.25
}
.background-brand-logo {
  overflow:hidden;
  transform:translateZ(-1px)
}
.background-brand-logo--left:after {
  background-image:var(--aco-brand-backgroundlogo-file);
  background-position:var(--aco-brand-backgroundlogo-position);
  transform:scale(var(--aco-brand-backgroundlogo-scale))
}
.background-brand-logo--right:before {
  background-image:var(--aco-brand-backgroundlogo-file-right);
  background-position:var(--aco-brand-backgroundlogo-position-right);
  transform:scale(var(--aco-brand-backgroundlogo-scale-right))
}
.background-brand-logo--left:after,
.background-brand-logo--right:before {
  background-repeat:no-repeat;
  content:" ";
  height:100%;
  left:0;
  opacity:.15;
  position:absolute;
  top:0;
  width:100%;
  z-index:-1
}
ol {
  list-style-position:inside;
  padding-left:.1rem
}
li {
  margin-bottom:.25rem
}
li.withLink::marker {
  color:var(--bs-primary)
}
ul {
  padding-left:.6rem
}
ul>li,
ul>noscript>li {
  list-style-type:"\e900";
  padding-left:.5rem
}
ul>li::marker,
ul>noscript>li::marker {
  color:#666;
  font-family:ACOIconV2;
  font-size:.55rem;
  font-weight:700
}
ol,
ul {
  text-align:initial
}
.list-icon--phone {
  list-style-type:"\f095"
}
.list-icon--phone::marker {
  font-family:Font Awesome\ 6 Free;
  font-size:.9rem
}
.list-icon--mobile {
  list-style-type:"\f3cd"
}
.list-icon--mobile::marker {
  font-family:Font Awesome\ 6 Free;
  font-size:.9rem
}
.list-icon--fax {
  list-style-type:"\f02f"
}
.list-icon--fax::marker {
  font-family:Font Awesome\ 6 Free;
  font-size:.9rem
}
.list-icon--email {
  list-style-type:"\f0e0"
}
.list-icon--email::marker {
  font-family:Font Awesome\ 6 Free;
  font-size:.9rem
}
.list-icon--email::marker {
  font-weight:400
}
.ce-table,
.table {
  --bs-table-striped-bg:#ededed;
  --bs-table-striped-color:inherit;
  white-space:nowrap
}
.ce-table caption,
.table caption {
  border-top:0!important;
  caption-side:top;
  color:#000;
  padding:0;
  text-align:center
}
.ce-table td,
.ce-table th,
.table td,
.table th {
  padding:.5rem
}
.ce-table td:not(:first-child),
.ce-table th:not(:first-child),
.table td:not(:first-child),
.table th:not(:first-child) {
  border-left:1px solid #ccc
}
.ce-table td[rowspan]:not(:last-child),
.ce-table th[rowspan]:not(:last-child),
.table td[rowspan]:not(:last-child),
.table th[rowspan]:not(:last-child) {
  border-right:1px solid #ccc
}
.ce-table thead,
.table thead {
  border-top:1px solid #d9d9d9!important
}
.ce-table thead th,
.table thead th {
  color:#666;
  line-height:1rem;
  vertical-align:bottom
}
.ce-table tfoot td,
.table tfoot td {
  color:#666;
  line-height:1rem;
  vertical-align:top
}
.table--layout-highlight {
  font-size:.9rem
}
.table--layout-highlight tbody,
.table--layout-highlight tfoot,
.table--layout-highlight th,
.table--layout-highlight thead,
.table--layout-highlight thead td,
.table--layout-highlight thead tr {
  border-style:unset
}
.table--layout-highlight thead {
  border-top:0!important
}
.table--layout-highlight thead th {
  vertical-align:top
}
.table--layout-highlight thead tr {
  border-bottom:1px dotted #ccc
}
.table--layout-highlight thead tr:last-child {
  border-bottom:1px solid var(--bs-primary)
}
.table--layout-highlight tbody tr td img {
  display:block;
  margin:0 auto
}
.table--layout-highlight>:not(:first-child) {
  border-top:none
}
td.align-justify,
th.align-justify {
  text-align:justify
}
.table-container--fixedheader-fade {
  overflow-x:auto;
  scrollbar-color:#666 transparent
}
.table-container--fixedheader-fade::-webkit-scrollbar {
  height:8px;
  width:8px
}
.table-container--fixedheader-fade::-webkit-scrollbar-thumb {
  background:#666;
  border-radius:3px
}
.table-container--fixedheader-fade::-webkit-scrollbar-track {
  background:#fff
}
.table-container--fixedheader-fade.fade-left:after,
.table-container--fixedheader-fade.fade-left:before,
.table-container--fixedheader-fade.fade-right:after,
.table-container--fixedheader-fade.fade-right:before {
  display:none
}
.table--fixedheader {
  overflow-x:hidden
}
.table--fixedheader thead {
  box-shadow:0 2px 4px #ccc
}
.tablesorter-bootstrap thead .tablesorter-headerUnSorted:not(.sorter-false):after {
  content:"\f338"
}
.tablesorter-bootstrap thead .tablesorter-headerAsc:after {
  content:"\f062"
}
.tablesorter-bootstrap thead .tablesorter-headerDesc:after {
  content:"\f063"
}
.tablesorter-bootstrap thead .tablesorter-header-inner {
  padding:4px 18px 4px 4px;
  position:relative
}
.tablesorter-bootstrap thead .tablesorter-header {
  cursor:pointer;
  white-space:normal
}
.tablesorter-bootstrap thead .sorter-false {
  cursor:default
}
.tablesorter-bootstrap thead .sorter-false:after {
  content:unset
}
.tablesorter-bootstrap thead .sorter-false .tablesorter-header-inner {
  padding:4px
}
.tablesorter-bootstrap .tablesorter-processing:after {
  content:"\f110"
}
.tablesorter-bootstrap .filtered {
  display:none
}
.tablesorter-bootstrap .tablesorter-filter-row {
  background-color:#f9f9f9
}
.tablesorter-bootstrap .tablesorter-filter-row input.tablesorter-filter,
.tablesorter-bootstrap .tablesorter-filter-row select.tablesorter-filter {
  box-sizing:border-box;
  color:#333;
  margin:0;
  transition:height .1s ease;
  width:98%
}
@media (prefers-reduced-motion:reduce) {
  .tablesorter-bootstrap .tablesorter-filter-row input.tablesorter-filter,
  .tablesorter-bootstrap .tablesorter-filter-row select.tablesorter-filter {
    transition:none
  }
}
.tablesorter-bootstrap .tablesorter-filter-row input.tablesorter-filter.disabled,
.tablesorter-bootstrap .tablesorter-filter-row select.tablesorter-filter.disabled {
  box-sizing:border-box;
  cursor:not-allowed;
  transition:height .1s ease
}
@media (prefers-reduced-motion:reduce) {
  .tablesorter-bootstrap .tablesorter-filter-row input.tablesorter-filter.disabled,
  .tablesorter-bootstrap .tablesorter-filter-row select.tablesorter-filter.disabled {
    transition:none
  }
}
.tablesorter-bootstrap .tablesorter-filter-row td {
  line-height:normal;
  padding:4px 6px;
  text-align:center;
  transition:line-height .1s ease;
  vertical-align:middle
}
@media (prefers-reduced-motion:reduce) {
  .tablesorter-bootstrap .tablesorter-filter-row td {
    transition:none
  }
}
.tablesorter-bootstrap .tablesorter-filter-row.hideme td {
  line-height:0;
  margin:0;
  padding:2px
}
.tablesorter-bootstrap .tablesorter-filter-row.hideme * {
  border:0;
  filter:alpha(opacity=0);
  height:1px;
  margin:0;
  min-height:0;
  opacity:0;
  padding:0
}
.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-pager .pagedisplay {
  border:0
}
.stretch-content>:not(a[id^=c]):first-of-type {
  left:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  position:relative;
  right:50%;
  width:100vw
}
.stretch-content>figure {
  max-width:unset
}
.stretch-content>figure img {
  height:auto;
  width:100%
}
:root {
  --fade-size-x:100px;
  --fade-size-y:25px
}
.fade-bottom:after,
.fade-bottom:before,
.fade-left:after,
.fade-left:before,
.fade-right:after,
.fade-right:before,
.fade-top:after,
.fade-top:before {
  pointer-events:none;
  position:absolute
}
.fade-left:after,
.fade-left:before,
.fade-right:after,
.fade-right:before {
  height:100%;
  top:0;
  width:var(--fade-size-x)
}
.fade-bottom:after,
.fade-bottom:before,
.fade-top:after,
.fade-top:before {
  height:var(--fade-size-y);
  left:0;
  width:100%
}
.fade-left:before {
  background-image:linear-gradient(270deg,transparent 0,#fff);
  content:"";
  left:0;
  z-index:2
}
.fade-right:after {
  background-image:linear-gradient(90deg,transparent 0,#fff);
  content:"";
  right:0
}
.fade-top:before {
  background-image:linear-gradient(0deg,transparent 0,#fff);
  content:"";
  top:0
}
.fade-bottom:after {
  background-image:linear-gradient(180deg,transparent 0,#fff);
  bottom:0;
  content:""
}
.fade--style-colored.fade-left:before {
  background-image:linear-gradient(to left,transparent 0,#fff 10%,var(--acotheme-background-color) 100%)
}
.fade--style-colored.fade-right:after {
  background-image:linear-gradient(to right,transparent 0,#fff 10%,var(--acotheme-background-color) 100%)
}
.fade--style-colored.fade-top:before {
  background-image:linear-gradient(to top,transparent 0,#fff 10%,var(--acotheme-background-color) 100%)
}
.fade--style-colored.fade-bottom:after {
  background-image:linear-gradient(to bottom,transparent 0,#fff 10%,var(--acotheme-background-color) 100%)
}
.transparent-box {
  background-color:hsla(0,0%,100%,.75);
  padding:1.5rem
}
.pagination {
  margin-bottom:0
}
.pagination li {
  background:#fff;
  border:1px solid var(--bs-primary);
  height:30px;
  line-height:30px;
  list-style:none;
  margin-right:.5rem;
  padding:0;
  text-align:center;
  vertical-align:middle;
  width:30px
}
.pagination li a {
  color:var(--bs-primary);
  display:block
}
.pagination li a.next,
.pagination li a.prev {
  display:inline-block;
  font-family:Font Awesome\ 6 Free;
  font-size:1rem;
  font-weight:900;
  line-height:1;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.pagination li.active {
  border:1px solid var(--bs-primary)
}
.pagination li.active,
.pagination li:hover {
  background:var(--bs-primary);
  color:var(--bs-primary-c)
}
.pagination li.active a,
.pagination li:hover a {
  color:var(--bs-primary-c)
}
.pagination li.next,
.pagination li.prev {
  display:inline-block;
  font-family:Font Awesome\ 6 Free;
  font-size:1rem;
  font-weight:900;
  line-height:1;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  background:var(--bs-primary-c);
  color:var(--bs-primary);
  display:block;
  line-height:30px;
  position:relative
}
.pagination li.next a,
.pagination li.prev a {
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%
}
.pagination li.next:hover,
.pagination li.prev:hover {
  background:var(--bs-primary);
  color:var(--bs-primary-c)
}
.pagination li.prev:before {
  content:"\f053"
}
.pagination li.next:before {
  content:"\f054"
}
.pagination li.inactive {
  border:1px solid #ccc;
  color:#ccc
}
.pagination li.inactive,
.pagination li.inactive:hover {
  background:#fff
}
.pagination li.inactive:before {
  color:#ccc
}
.pagination li.inactive a {
  pointer-events:none
}
.help-block.error,
.invalid-feedback,
form .error {
  color:var(--bs-danger);
  font-size:.8rem
}
.mark,
mark {
  background-color:var(--bs-primary);
  color:var(--bs-primary-c)
}
.circle {
  align-items:center;
  border:1px solid var(--bs-primary);
  border-radius:50%;
  display:flex;
  justify-content:center;
  padding:.5rem
}
.circle--small {
  height:30px;
  width:30px
}
input+.aco-spinner {
  margin-left:5px;
  margin-top:8px;
  position:absolute
}
:not(.btn) .aco-spinner {
  color:var(--bs-primary)
}
.btn .aco-spinner {
  color:#fff
}
.aco-spinner--completed,
.aco-spinner--failed {
  animation:none
}
.aco-sticky-element {
  height:fit-content;
  position:fixed;
  top:0;
  z-index:500
}
.aco-sticky-element--position-top-left {
  bottom:unset;
  left:0;
  right:unset;
  top:0
}
.aco-sticky-element--position-top-center {
  bottom:unset;
  left:50%;
  right:unset;
  top:0
}
.aco-sticky-element--position-top-right {
  bottom:unset;
  left:unset;
  right:0;
  top:0
}
.aco-sticky-element--position-middle-left {
  bottom:unset;
  left:0;
  right:unset;
  top:50%
}
.aco-sticky-element--position-middle-center {
  bottom:unset;
  left:50%;
  right:unset;
  top:50%
}
.aco-sticky-element--position-middle-right {
  bottom:unset;
  left:unset;
  right:0;
  top:50%
}
.aco-sticky-element--position-bottom-left {
  bottom:0;
  left:0;
  right:unset;
  top:unset
}
.aco-sticky-element--position-bottom-center {
  bottom:0;
  left:50%;
  right:unset;
  top:unset
}
.aco-sticky-element--position-bottom-right {
  bottom:0;
  left:unset;
  right:0;
  top:unset
}
.tooltip-inner {
  border:1px solid rgba(0,0,0,.2);
  box-shadow:0 5px 10px rgba(0,0,0,.2);
  padding:10px 10px 7px
}
:root {
  --aco-calendar-width:4rem;
  --aco-calendar-month-height:1.75rem;
  --aco-calendar-color:#1e3e5e;
  --aco-calendar-border-color:#bccfdf;
  --aco-calendar-background:#fff;
  --aco-calendar-footer-background:#e4ebef
}
.calendar {
  background-color:var(--aco-calendar-background);
  clear:both;
  color:var(--aco-calendar-color);
  display:inline-block;
  padding:.25rem .5rem
}
.calendar>span {
  float:left
}
@media (min-width:1008px) {
  .calendar {
    border:1px solid var(--aco-calendar-border-color);
    display:block;
    padding:0;
    width:var(--aco-calendar-width)
  }
  .calendar>span {
    display:block;
    float:none;
    text-align:center
  }
  .calendar span+span {
    background-color:var(--aco-calendar-footer-background);
    font-size:.9rem;
    line-height:var(--aco-calendar-month-height)
  }
  .calendar span:first-child {
    font-size:1.75rem
  }
  .calendar.calendar--reverse {
    display:flex;
    flex-direction:column-reverse
  }
}
.pin {
  margin-left:.5em
}
.pin:before {
  display:inline-block;
  transform:rotate(45deg)
}
.text-askaco:before {
  color:var(--bs-primary);
  content:"ask";
  font-family:StoneSansIIITCW05-Bold,Geneva,Arial
}
.text-askaco:after {
  color:#fff;
  content:"ACO";
  font-family:StoneSansIIITCW05-Medium,Geneva,Arial
}
.frame-layout-highlightborder-dark {
  border:1px solid var(--acotheme-border-color-dark);
  padding:1.5rem
}
.frame-layout-highlightborder-dark>:last-child {
  margin-bottom:0
}
.frame-layout-highlightborder-light {
  border:1px solid var(--acotheme-border-color);
  padding:1.5rem
}
.frame-layout-highlightborder-light>:last-child {
  margin-bottom:0
}
:root {
  --claim-color:#84abc1
}
.aco-claim {
  color:var(--claim-color);
  font-size:2rem;
  white-space:nowrap
}
@media (min-width:768px) {
  .aco-claim {
    font-size:4rem
  }
}
.aco-claim .aco-claim__company {
  font-family:StoneSansIIITCW05-Medium,Geneva,Arial
}
.aco-claim .aco-claim__text {
  font-family:StoneSansIIITCW05-Book,Geneva,Arial
}
:root {
  --aco-hygienefirst-label-hygiene:$black;
  --aco-hygienefirst-label-first:#c00
}
.hygiene-first>span {
  color:var(--aco-hygienefirst-label-hygiene)
}
.hygiene-first>span+span {
  color:var(--aco-hygienefirst-label-first)
}
.icon-group {
  cursor:pointer;
  font:1.38rem var(--aco-font-family-bold);
  font-weight:var(--aco-font-family-bold-font-weight);
  padding:0;
  position:relative
}
.icon-group:hover:after {
  bottom:-10px;
  content:"";
  height:10px
}
.icon-group:hover:after,
.icon-group>a {
  display:block;
  left:0;
  position:absolute;
  width:100%
}
.icon-group>a {
  height:100%;
  top:0
}
.icon-group .icon-group__icon {
  font-size:1.4em
}
.icon-group .icon-group__indicator {
  background-color:var(--bs-primary);
  border-radius:5px;
  border-top-width:1px;
  border:1px solid var(--bs-primary);
  border-top:0 solid var(--bs-primary);
  color:var(--bs-primary-c);
  font-size:.75rem;
  margin-left:-10px;
  padding:0 3px;
  position:relative;
  top:5px
}
.navbar-toggler-icon {
  display:inline-block;
  font-family:Font Awesome\ 6 Free;
  font-size:1rem;
  font-weight:900;
  height:inherit;
  line-height:1;
  text-rendering:auto;
  width:inherit;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-size:1.25rem
}
.navbar-toggler-icon:before {
  content:"\f00d"
}
.navbar-toggler {
  background:#666;
  border-radius:0;
  color:#fff;
  display:block;
  float:right;
  font-family:StoneSansIIITCW05-Bold,Geneva,Arial;
  line-height:1;
  padding:.5rem .75rem;
  position:relative
}
.navbar-toggler.collapsed>span:first-child {
  margin:0 6px
}
.navbar-toggler>span {
  float:left
}
.navbar-toggler>span:first-child {
  margin:0 7.7px
}
.navbar-toggler.collapsed .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded=false] .navbar-toggler-icon:before {
  content:"\f0c9"
}
.navbar-toggler:hover {
  background:#666
}
@media (min-width:1008px) {
  .navbar-toggler {
    display:none
  }
}
:root {
  --aco-navigation-main-family-bold:StoneSansIIITCW05-Bold,Geneva,Arial;
  --aco-navigation-main-family-regular:StoneSansIIITCW05-Book,Geneva,Arial;
  --aco-navigation-main-font-size:1rem;
  --aco-navigation-main-bg-color:#ededed;
  --aco-navigation-main-toggler-bg-color:#ededed;
  --aco-navigation-main-bg-color-active:var(--bs-white);
  --aco-navigation-main-bg-color-active--desktop:var(--bs-white);
  --aco-navigation-main-bg-color--desktop:none;
  --aco-navigation-main-bg-color-l2:none;
  --aco-navigation-main-bg-color-l2--desktop:var(--bs-white);
  --aco-navigation-main-border-color:var(--bs-primary);
  --aco-navigation-main-border-color-l2:#e6e6e6;
  --aco-navigation-main-link-color:#666;
  --aco-navigation-main-link-color--desktop:#999;
  --aco-navigation-main-link-color-hover--desktop:var(--bs-primary);
  --aco-navigation-main-link-color-active:inherit;
  --aco-navigation-main-link-color-l1:#666;
  --aco-navigation-main-link-color-l1--desktop:#999;
  --aco-navigation-main-link-color-l1-active:#666;
  --aco-navigation-main-link-color-l1-active--desktop:var(--bs-primary);
  --aco-navigation-main-link-color-l2--desktop:#000;
  --aco-navigation-main-link-color-l2-hover--desktop:#000;
  --aco-navigation-main-link-color-l3--desktop:#666;
  --aco-navigation-main-link-color-l3-hover--desktop:var(--bs-secondary);
  --aco-navigation-main-box-shadow:rgba(0,0,0,.25);
  --aco-navigation-main-list-style-type-color-l3--desktop:var(--bs-primary);
  --aco-navigation-main-column-rule-color-l2--desktop:#e6e6e6
}
.nav-main .nav-main__lvl-2__container,
.nav-main .nav-main__lvl-3__container {
  background:var(--aco-navigation-main-bg-color);
  line-height:1.2;
  padding:0 0 0 20px
}
@media (min-width:1008px) {
  .nav-main .nav-main__lvl-2__container,
  .nav-main .nav-main__lvl-3__container {
    background:var(--aco-navigation-main-bg-color--desktop)
  }
}
.nav-main {
  background:var(--aco-navigation-main-bg-color);
  font-family:var(--aco-navigation-main-family-bold);
  font-weight:var(--aco-font-family-bold-font-weight);
  height:100%;
  margin-left:5rem;
  overflow:scroll;
  position:fixed;
  right:0;
  scrollbar-color:#666 transparent;
  top:0;
  width:100%
}
.nav-main::-webkit-scrollbar {
  height:8px;
  width:8px
}
.nav-main::-webkit-scrollbar-thumb {
  background:#666;
  border-radius:3px
}
.nav-main::-webkit-scrollbar-track {
  background:#fff
}
@media (min-width:1008px) {
  .nav-main {
    background:var(--aco-navigation-main-bg-color--desktop);
    font-family:var(--aco-navigation-main-family-regular);
    height:auto;
    margin-left:5rem;
    overflow:visible;
    padding-right:0;
    padding-top:5px;
    position:static;
    width:auto
  }
}
.nav-main .nav-item .nav-link {
  color:var(--aco-navigation-main-link-color);
  padding:15px 10px 15px 20px;
  position:relative
}
@media (min-width:1008px) {
  .nav-main .nav-item .nav-link {
    color:var(--aco-navigation-main-link-color--desktop)
  }
}
.nav-main .nav-item .nav-link:hover {
  background-color:transparent;
  color:var(--aco-navigation-main-link-color)
}
@media (min-width:1008px) {
  .nav-main .nav-item .nav-link:hover {
    color:var(--aco-navigation-main-link-color-hover--desktop)
  }
}
.nav-main .nav-item .nav-link.active,
.nav-main .nav-item .nav-link.open {
  background-color:var(--aco-navigation-main-bg-color-active);
  border-bottom:2px solid var(--aco-navigation-main-border-color);
  border-left:2px solid var(--aco-navigation-main-border-color);
  color:var(--aco-navigation-main-link-color-active)
}
@media (min-width:1008px) {
  .nav-main .nav-item .nav-link.active,
  .nav-main .nav-item .nav-link.open {
    background-color:var(--aco-navigation-main-bg-color-active-desktop);
    border:0
  }
}
.nav-main .nav-item .nav-link.dropdown-toggle .toggle-sub:before {
  content:"\e602";
  font-family:aco;
  height:100%;
  line-height:30px;
  margin:auto;
  padding-top:10px;
  position:absolute;
  right:0;
  text-align:center;
  top:0;
  width:30px
}
@media (min-width:1008px) {
  .nav-main .nav-item .nav-link.dropdown-toggle .toggle-sub {
    display:none
  }
}
.nav-main .nav-item .nav-link.dropdown-toggle.open>.toggle-sub:before {
  color:var(--bs-primary);
  content:"\e603";
  font-size:.6em;
  line-height:33px
}
.nav-main .nav-item .nav-link.dropdown-toggle:after {
  display:none
}
.nav-main .nav-item.active .nav-main__lvl-1__link {
  background-color:var(--aco-navigation-main-bg-color-active);
  color:var(--aco-navigation-main-link-color-l1-active)
}
@media (min-width:1008px) {
  .nav-main .nav-item.active .nav-main__lvl-1__link {
    background-color:var(--aco-navigation-main-bg-color-active-desktop);
    border-bottom-color:var(--aco-navigation-main-border-color);
    color:var(--aco-navigation-main-link-color-l1-active--desktop)
  }
}
.nav-main>.nav-item {
  position:static
}
.nav-main>.nav-item .dropdown-item {
  border:none
}
.nav-main>.nav-item .nav-main__lvl-1__link {
  color:var(--aco-navigation-main-link-color-l1);
  font-family:var(--aco-navigation-main-family-bold);
  font-size:var(--aco-navigation-main-font-size);
  font-weight:var(--aco-font-family-bold-font-weight)
}
@media (min-width:1008px) {
  .nav-main>.nav-item .nav-main__lvl-1__link {
    border-bottom:2px solid transparent;
    color:var(--aco-navigation-main-link-color-l1--desktop);
    display:block;
    letter-spacing:.01rem;
    line-height:20px;
    padding:8px 18px;
    position:relative;
    white-space:nowrap
  }
  .nav-main>.nav-item .nav-main__lvl-1__link:hover {
    border-bottom-color:var(--aco-navigation-main-border-color)
  }
  .nav-main>.nav-item:hover .nav-main__lvl-2__container {
    display:block
  }
}
.nav-main .nav-main__lvl-2__container {
  background-color:var(--aco-navigation-main-bg-color-l2);
  border:0;
  border-radius:0;
  min-width:300px
}
.nav-main .nav-main__lvl-2__container .nav-main__lvl-2__link {
  min-width:250px;
  white-space:normal
}
@media (min-width:1008px) {
  .nav-main .nav-main__lvl-2__container {
    background-color:var(--aco-navigation-main-bg-color-l2--desktop);
    border:1px solid var(--aco-navigation-main-border-color-l2);
    border-top:0;
    box-shadow:0 10px 10px var(--aco-navigation-main-box-shadow);
    -webkit-columns:4;
    -moz-columns:4;
    column-count:4;
    -webkit-column-gap:40px;
    -moz-column-gap:40px;
    column-gap:40px;
    -webkit-column-rule:1px solid var(--aco-navigation-main-column-rule-color-l2--desktop);
    -moz-column-rule:1px solid var(--aco-navigation-main-column-rule-color-l2--desktop);
    column-rule:1px solid var(--aco-navigation-main-column-rule-color-l2--desktop);
    left:0;
    margin-top:0;
    padding:30px 20px;
    width:100%
  }
  .nav-main .nav-main__lvl-2__container .nav-main__lvl-2__item {
    break-inside:avoid-column;
    margin-bottom:30px;
    -webkit-column-break-inside:avoid;
    page-break-inside:avoid
  }
  .nav-main .nav-main__lvl-2__container .nav-main__lvl-2__link {
    color:var(--aco-navigation-main-link-color-l2--desktop);
    font-family:var(--aco-navigation-main-family-bold);
    font-weight:var(--aco-font-family-bold-font-weight);
    margin-bottom:10px;
    padding:0
  }
  .nav-main .nav-main__lvl-2__container .nav-main__lvl-2__link:hover {
    color:var(--aco-navigation-main-link-color-l2-hover--desktop)
  }
  .nav-main .nav-main__lvl-2__container.nav-main__lvl-2__container--redact {
    -webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
    left:auto;
    min-width:250px;
    width:auto
  }
  .nav-main .nav-main__lvl-2__container.nav-main__lvl-2__container--redact .nav-link.nav-main__lvl-1__link {
    display:table;
    padding-bottom:0;
    white-space:normal
  }
}
.nav-main .nav-main__lvl-3__container {
  display:none
}
.nav-main .nav-main__lvl-3__container.show {
  display:block
}
.nav-main .nav-main__lvl-3__container .nav-main__lvl-3__link {
  white-space:normal
}
@media (min-width:1008px) {
  .nav-main .nav-main__lvl-3__container {
    display:block;
    padding:0
  }
  .nav-main .nav-main__lvl-3__container .nav-main__lvl-3__link {
    color:var(--aco-navigation-main-link-color-l3--desktop);
    display:block;
    padding:.25rem 1rem .25rem 15px
  }
  .nav-main .nav-main__lvl-3__container .nav-main__lvl-3__link:hover {
    color:var(--aco-navigation-main-link-color-l3-hover--desktop)
  }
  .nav-main .nav-main__lvl-3__container .nav-main__lvl-3__link:before {
    font-family:Font Awesome\ 6 Free;
    font-size:1rem;
    font-weight:900;
    line-height:1;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:var(--aco-navigation-main-list-style-type-color-l3--desktop);
    content:"\f45c";
    display:inline-block;
    font-size:6px;
    margin-left:-1rem;
    padding-top:5.5px;
    vertical-align:top;
    width:15px
  }
  .nav-main .nav-main__lvl-2__container.dropdown-menu.show {
    display:none
  }
  .nav-main .nav-main__lvl-1__link.dropdown-toggle:hover~.nav-main__lvl-2__container.dropdown-menu.show,
  .nav-main .nav-main__lvl-2__container.dropdown-menu.show:hover {
    display:block
  }
}
.dropdown--layout-themed {
  --facet-option-list-link-color:var(--acotheme-color)
}
.dropdown--layout-themed .dropdown-toggle {
  align-items:center;
  background-color:#fff;
  border-bottom:1px solid var(--bs-primary);
  color:#000;
  display:flex;
  font-family:StoneSansIIITCW05-Book,Geneva,Arial;
  height:36px;
  justify-content:space-between;
  min-width:200px;
  padding:.5rem 1rem
}
.dropdown--layout-themed .dropdown-toggle:after {
  border:none;
  color:var(--bs-primary);
  content:"\f107";
  font-size:1.5em;
  vertical-align:unset
}
.dropdown--layout-themed .dropdown-toggle.show {
  border-bottom:1px solid var(--acotheme-color);
  box-shadow:0 -2px 10px var(--acotheme-background-color)
}
.dropdown--layout-themed .dropdown-toggle.show:after {
  content:"\f106"
}
.dropdown--layout-themed .dropdown-toggle.disabled {
  border-bottom-color:#666;
  color:#999
}
.dropdown--layout-themed .dropdown-toggle.disabled:after {
  color:#999
}
.dropdown--layout-themed .dropdown-item {
  white-space:normal
}
.dropdown--layout-themed .dropdown-item:active,
.dropdown--layout-themed .dropdown-item:hover {
  background-color:unset
}
.dropdown--layout-themed .dropdown-menu {
  background-color:#fff;
  max-width:400px;
  min-width:200px;
  width:max-content
}
.dropdown--layout-themed .dropdown-menu.show {
  border:none;
  box-shadow:0 10px 10px var(--aco-navigation-main-box-shadow);
  padding:0!important
}
.dropdown--use-available-space {
  display:flex;
  flex-grow:1
}
.dropdown--use-available-space .dropdown-toggle {
  flex-grow:1
}
:root {
  --aco-dropdown-item--color:#1e3e5e;
  --aco-dropdown-item--font-size:1rem;
  --aco-dropdown-item--border-top-color:#bccfdf
}
.dropdown.disabled {
  cursor:not-allowed
}
.dropdown-menu li {
  list-style:none;
  padding-left:0
}
.dropdown-menu .dropdown-item {
  border-top:1px solid var(--aco-dropdown-item--border-top-color);
  color:var(--aco-dropdown-item--color);
  font-size:var(--aco-dropdown-item--font-size)
}
.dropdown-divider+.dropdown-menu .dropdown-item,
.dropdown-menu .dropdown-item:first-child {
  border-top:0
}
.dropdown-menu .dropdown-item:active {
  background-color:#ededed;
  color:#262626
}
.totop {
  display:none;
  z-index:1045;
  --acolayout-sticky-element-offset-x:-15px;
  --acolayout-sticky-element-offset-y:35px;
  pointer-events:none
}
.totop .totop__button {
  pointer-events:auto
}
.totop:not(.aco-sticky-element) .totop__button {
  border-radius:0 0 4px 4px;
  box-shadow:0 1px 4px var(--aco-totop-box-shadow-color)
}
:root {
  --bs-breadcrumb-divider:"";
  --aco-breadcrumbs-color:var(--bs-primary);
  --aco-breadcrumbs-color--hover:var(--bs-secondary);
  --aco-breadcrumbs-separator-color:#bfbfbf
}
.breadcrumbs {
  font-size:.9rem;
  height:1.5rem;
  position:relative
}
.breadcrumbs .breadcrumb {
  flex-wrap:nowrap;
  transition:all .3s ease-out
}
@media (prefers-reduced-motion:reduce) {
  .breadcrumbs .breadcrumb {
    transition:none
  }
}
.breadcrumbs .breadcrumb .breadcrumb-item {
  display:inline-flex;
  position:relative;
  white-space:nowrap
}
.breadcrumbs .breadcrumb .breadcrumb-item:before {
  align-items:center;
  color:var(--aco-breadcrumbs-separator-color);
  display:flex;
  font-size:.85em
}
.breadcrumbs .breadcrumb .breadcrumb-item a {
  color:var(--aco-breadcrumbs-color)
}
.breadcrumbs .breadcrumb .breadcrumb-item a:hover {
  color:var(--aco-breadcrumbs-color--hover)
}
.icon-list {
  list-style:none;
  padding:0
}
.icon-list li {
  display:inline-block;
  font-size:2.15rem;
  line-height:30px;
  margin-right:17px
}
.nav-item {
  list-style:none;
  margin:0 4px 0 0;
  padding:0;
  white-space:nowrap
}
.nav-item .nav-link {
  padding:0
}
:root {
  --cluster-item-background-color--secondary:#666;
  --cluster-item-color--secondary:#fff;
  --cluster-height--viewport:4.6rem;
  --cluster-padding-vertical--viewport:0.4rem;
  --cluster-padding-horizontal--viewport:1.3rem
}
@media (min-width:480px) and (max-width:767.98px) {
  :root {
    --cluster-height--viewport:3.02rem
  }
}
@media (min-width:768px) {
  :root {
    --cluster-height--viewport:4.48rem;
    --cluster-padding-vertical--viewport:0.65rem;
    --cluster-padding-horizontal--viewport:1.75rem
  }
}
@media (min-width:1008px) {
  :root {
    --cluster-height--viewport:6.9rem
  }
}
@media (min-width:1200px) {
  :root {
    --cluster-height--viewport:13.8rem
  }
}
.cluster-wrapper {
  visibility:hidden;
  z-index:90
}
.cluster-wrapper .h1,
.cluster-wrapper .h2,
.cluster-wrapper .h3,
.cluster-wrapper .h4,
.cluster-wrapper .h5,
.cluster-wrapper .h6,
.cluster-wrapper h1,
.cluster-wrapper h2,
.cluster-wrapper h3,
.cluster-wrapper h4,
.cluster-wrapper h5,
.cluster-wrapper h6 {
  font-family:unset;
  font-size:unset;
  font-weight:400;
  letter-spacing:unset;
  line-height:unset;
  margin:0
}
.cluster-wrapper .h1>a,
.cluster-wrapper .h2>a,
.cluster-wrapper .h3>a,
.cluster-wrapper .h4>a,
.cluster-wrapper .h5>a,
.cluster-wrapper .h6>a,
.cluster-wrapper h1>a,
.cluster-wrapper h2>a,
.cluster-wrapper h3>a,
.cluster-wrapper h4>a,
.cluster-wrapper h5>a,
.cluster-wrapper h6>a {
  pointer-events:none
}
.cluster-wrapper .h1>a>.cluster-item,
.cluster-wrapper .h2>a>.cluster-item,
.cluster-wrapper .h3>a>.cluster-item,
.cluster-wrapper .h4>a>.cluster-item,
.cluster-wrapper .h5>a>.cluster-item,
.cluster-wrapper .h6>a>.cluster-item,
.cluster-wrapper h1>a>.cluster-item,
.cluster-wrapper h2>a>.cluster-item,
.cluster-wrapper h3>a>.cluster-item,
.cluster-wrapper h4>a>.cluster-item,
.cluster-wrapper h5>a>.cluster-item,
.cluster-wrapper h6>a>.cluster-item {
  pointer-events:auto
}
.cluster-wrapper .h1>a:hover>.cluster-item,
.cluster-wrapper .h2>a:hover>.cluster-item,
.cluster-wrapper .h3>a:hover>.cluster-item,
.cluster-wrapper .h4>a:hover>.cluster-item,
.cluster-wrapper .h5>a:hover>.cluster-item,
.cluster-wrapper .h6>a:hover>.cluster-item,
.cluster-wrapper h1>a:hover>.cluster-item,
.cluster-wrapper h2>a:hover>.cluster-item,
.cluster-wrapper h3>a:hover>.cluster-item,
.cluster-wrapper h4>a:hover>.cluster-item,
.cluster-wrapper h5>a:hover>.cluster-item,
.cluster-wrapper h6>a:hover>.cluster-item {
  text-decoration:underline
}
.cluster-wrapper--right {
  text-align:right
}
.cluster-wrapper--right .cluster-item {
  text-align:left
}
@media (min-width:768px) {
  .cluster-wrapper--right {
    direction:rtl;
    right:0
  }
  .cluster-wrapper--right .cluster-item {
    direction:ltr
  }
}
.cluster-item {
  background-color:var(--bs-primary);
  color:var(--bs-primary-c);
  display:table
}
.cluster-item a {
  color:#fff
}
.cluster-item a:hover {
  color:#fff;
  text-decoration:underline
}
.cluster-item--with-hyphen:after {
  content:"-"
}
.cluster-item--left {
  left:1.3rem;
  position:relative
}
@media (min-width:768px) {
  .cluster-item--left {
    left:-4.48rem
  }
  .cluster-item--left.cluster-title--sm {
    left:-3.02rem
  }
}
@media (min-width:1008px) {
  .cluster-item--left {
    left:-4.6rem
  }
}
.cluster-item--right {
  left:1.3rem;
  position:relative
}
@media (min-width:768px) {
  .cluster-item--right {
    left:unset;
    right:-4.48rem
  }
  .cluster-item--right.cluster-title--sm {
    right:-3.02rem
  }
}
@media (min-width:1008px) {
  .cluster-item--right {
    right:-4.6rem
  }
}
@media (max-width:479.98px) {
  .cluster-item--sm-move-right {
    left:4.48rem;
    position:relative;
    text-align:left
  }
}
@media (max-width:767.98px) {
  .cluster-item--md-move-right {
    left:4.48rem;
    position:relative;
    text-align:left
  }
}
.cluster-title {
  display:table;
  font-family:StoneSansIIITCW05-Medium,Geneva,Arial;
  font-size:1.61rem;
  padding:var(--cluster-padding-vertical--viewport) var(--cluster-padding-horizontal--viewport)
}
@media (min-width:768px) {
  .cluster-title {
    font-size:2.15rem
  }
}
.cluster-title--sm {
  font-size:1.38rem
}
@media (min-width:768px) {
  .cluster-title--sm {
    font-size:1.61rem;
    padding:.4rem 1.3rem
  }
}
li>ul>li::marker {
  font-weight:400
}
li>img {
  margin-bottom:1rem
}
figure.figure--full-width {
  max-width:unset
}
figure.figure--full-width img {
  width:100%
}
figcaption {
  font-size:.9rem;
  margin:5px 0
}
.carousel--layout-regular .carousel-item figcaption.carousel-caption,
figcaption.figcaption--layout-gray {
  background-color:#666;
  color:#fff;
  margin:0;
  padding:5px
}
.carousel--layout-regular .carousel-item figcaption.carousel-caption a,
figcaption.figcaption--layout-gray a {
  color:#fff
}
:root {
  --action-area-image-title-block-background--desktop:#fff;
  --action-area-image-title-block-color:#000;
  --action-area-image-link-icon-color:var(--bs-primary);
  --action-area-image-link-icon-font-size:1.38rem
}
.action-image {
  border:1px solid transparent;
  float:left;
  max-height:312px;
  width:max-content
}
@media (min-width:1008px) {
  .action-image {
    max-height:402px
  }
}
@media (min-width:1200px) {
  .action-image {
    max-height:452px
  }
}
.action-image:hover {
  border:1px solid var(--bs-primary)
}
.action-image img {
  height:310px;
  width:auto
}
@media (min-width:1008px) {
  .action-image img {
    height:400px
  }
}
@media (min-width:1200px) {
  .action-image img {
    height:unset;
    width:unset
  }
}
.action-image__title-block {
  background:var(--action-area-image-title-block-background--desktop);
  font:1.38rem StoneSansIIITCW05-Book,Geneva,Arial;
  height:35px;
  padding:5px 0;
  position:relative;
  top:-35px;
  width:max-content
}
@media (min-width:768px) and (max-width:1007.98px) {
  .action-image__title-block {
    font-size:1.18rem
  }
}
.action-image__title-block span {
  color:var(--action-area-image-title-block-color);
  padding-left:13px;
  padding-right:13px;
  position:inherit
}
@media (min-width:768px) and (max-width:1007.98px) {
  .action-image__title-block span {
    padding-left:5px;
    padding-right:5px
  }
}
.action-image__title-block i {
  color:var(--action-area-image-link-icon-color);
  font-size:var(--action-area-image-link-icon-font-size)
}
.image-hover-zoom {
  max-width:max-content;
  overflow:hidden
}
.image-hover-zoom img {
  transition:all .3s ease
}
@media (prefers-reduced-motion:reduce) {
  .image-hover-zoom img {
    transition:none
  }
}
.image-hover-zoom img:hover {
  backface-visibility:hidden;
  transform:translateZ(0) scale(1.05)
}
.image-hover-zoom picture {
  display:block;
  overflow:hidden
}
.image-hover-zoom .image-link-icon:after,
.image-hover-zoom .image-link-icon:before {
  z-index:2
}
.image-frame {
  position:relative
}
@media (max-width:479.98px) {
  .image-frame .transparent-box {
    padding-left:0;
    padding-right:0
  }
}
@media (min-width:480px) {
  .image-frame .transparent-box {
    bottom:30px;
    left:50%;
    max-width:380px;
    position:absolute;
    transform:translateX(-50%);
    width:80%
  }
}
@media (min-width:1008px) {
  .image-frame .transparent-box {
    bottom:60px;
    max-width:480px
  }
}
div.juxtapose {
  font-family:Helvetica,Arial,sans-serif;
  width:100%
}
div.jx-slider {
  color:#f3f3f3;
  cursor:pointer;
  height:100%;
  overflow:hidden;
  position:relative;
  width:100%
}
div.jx-handle {
  cursor:col-resize;
  height:100%;
  margin-left:-20px;
  position:absolute;
  width:40px;
  z-index:15
}
.vertical div.jx-handle {
  cursor:row-resize;
  height:40px;
  margin-left:0;
  margin-top:-20px;
  width:100%
}
div.jx-control {
  background-color:currentColor;
  height:100%;
  margin-left:auto;
  margin-right:auto;
  width:3px
}
.vertical div.jx-control {
  background-color:currentColor;
  height:3px;
  position:relative;
  top:50%;
  transform:translateY(-50%);
  width:100%
}
div.jx-controller {
  background-color:currentColor;
  bottom:0;
  height:60px;
  margin:auto auto auto -3px;
  position:absolute;
  top:0;
  width:9px
}
.vertical div.jx-controller {
  height:9px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  top:-3px;
  width:100px
}
div.jx-arrow {
  bottom:0;
  margin:auto;
  top:0
}
.vertical div.jx-arrow,
div.jx-arrow {
  height:0;
  position:absolute;
  transition:all .2s ease;
  width:0
}
.vertical div.jx-arrow {
  left:0;
  margin:0 auto;
  right:0
}
div.jx-arrow.jx-left {
  border-color:transparent currentcolor transparent transparent;
  border-style:solid;
  border-width:8px 8px 8px 0;
  left:2px
}
div.jx-arrow.jx-right {
  border-color:transparent transparent transparent currentcolor;
  border-style:solid;
  border-width:8px 0 8px 8px;
  right:2px
}
.vertical div.jx-arrow.jx-left {
  border-color:transparent transparent currentcolor;
  border-style:solid;
  border-width:0 8px 8px;
  left:0;
  top:2px
}
.vertical div.jx-arrow.jx-right {
  border-color:currentcolor transparent transparent;
  border-style:solid;
  border-width:8px 8px 0;
  bottom:2px;
  right:0;
  top:auto
}
div.jx-handle:active div.jx-arrow.jx-left,
div.jx-handle:hover div.jx-arrow.jx-left {
  left:-1px
}
div.jx-handle:active div.jx-arrow.jx-right,
div.jx-handle:hover div.jx-arrow.jx-right {
  right:-1px
}
.vertical div.jx-handle:active div.jx-arrow.jx-left,
.vertical div.jx-handle:hover div.jx-arrow.jx-left {
  left:0;
  top:0
}
.vertical div.jx-handle:active div.jx-arrow.jx-right,
.vertical div.jx-handle:hover div.jx-arrow.jx-right {
  bottom:0;
  right:0
}
div.jx-image {
  -webkit-backface-visibility:hidden;
  display:inline-block;
  height:100%;
  overflow:hidden;
  position:absolute;
  top:0
}
.vertical div.jx-image {
  left:0;
  top:auto;
  width:100%
}
div.jx-image img {
  height:100%;
  margin-bottom:0;
  max-height:none;
  max-width:none;
  position:absolute;
  width:auto;
  z-index:5
}
.vertical div.jx-image img {
  height:auto;
  width:100%
}
div.jx-image.jx-left {
  background-position:0;
  left:0
}
div.jx-image.jx-left img {
  left:0
}
div.jx-image.jx-right {
  background-position:100%;
  right:0
}
div.jx-image.jx-right img {
  bottom:0;
  right:0
}
.veritcal div.jx-image.jx-left {
  background-position:top;
  top:0
}
.veritcal div.jx-image.jx-left img {
  top:0
}
.vertical div.jx-image.jx-right {
  background-position:bottom;
  bottom:0
}
.veritcal div.jx-image.jx-right img {
  bottom:0
}
div.jx-image div.jx-label {
  background-color:#000;
  background-color:rgba(0,0,0,.7);
  color:#fff;
  display:inline-block;
  font-size:1em;
  line-height:18px;
  padding:.25em .75em;
  position:relative;
  top:0;
  vertical-align:middle;
  white-space:nowrap;
  z-index:10
}
div.jx-image.jx-left div.jx-label {
  float:left;
  left:0
}
div.jx-image.jx-right div.jx-label {
  float:right;
  right:0
}
.vertical div.jx-image div.jx-label {
  display:table;
  position:absolute
}
.vertical div.jx-image.jx-right div.jx-label {
  bottom:0;
  left:0;
  top:auto
}
div.jx-credit {
  font-size:.75em;
  line-height:1.1
}
div.jx-credit em {
  font-style:normal;
  font-weight:700
}
div.jx-image.transition {
  transition:width .5s ease
}
div.jx-handle.transition {
  transition:left .5s ease
}
.vertical div.jx-image.transition {
  transition:height .5s ease
}
.vertical div.jx-handle.transition {
  transition:top .5s ease
}
a.jx-knightlab {
  background-color:#000;
  background-color:rgba(0,0,0,.25);
  bottom:0;
  display:table;
  height:14px;
  line-height:14px;
  padding:1px 4px 1px 5px;
  position:absolute;
  right:0;
  text-decoration:none;
  z-index:10
}
a.jx-knightlab div.knightlab-logo {
  background-color:#c34528;
  cursor:pointer;
  display:inline-block;
  height:8px;
  position:relative;
  top:-1.25px;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  vertical-align:middle;
  width:8px
}
a.jx-knightlab:hover {
  background-color:#000;
  background-color:rgba(0,0,0,.35)
}
a.jx-knightlab:hover div.knightlab-logo {
  background-color:#ce4d28
}
a.jx-knightlab span.juxtapose-name {
  color:#fff;
  display:table-cell;
  font-family:Helvetica,Arial,sans-serif;
  font-size:10px;
  font-weight:300;
  line-height:normal;
  margin:0;
  padding:0 0 0 .375em;
  text-shadow:none;
  vertical-align:middle
}
a.jx-knightlab:focus,
div.jx-controller:focus,
div.jx-image.jx-left div.jx-label:focus,
div.jx-image.jx-right div.jx-label:focus {
  background:#eae34a;
  color:#000
}
a.jx-knightlab:focus span.juxtapose-name {
  border:none;
  color:#000
}
.aco-juxtapose {
  visibility:hidden
}
.aco-juxtapose.aco-juxtapose--ready {
  visibility:visible
}
.page--blue .aco-juxtapose--dark {
  --aco-juxtapose-color:#1e3e5e
}
.page--blue .aco-juxtapose--light {
  --aco-juxtapose-color:#e4ebef
}
.page--gray .aco-juxtapose--dark {
  --aco-juxtapose-color:#666
}
.page--gray .aco-juxtapose--light {
  --aco-juxtapose-color:#ededed
}
div.jx-slider {
  color:var(--aco-juxtapose-color)!important
}
div.juxtapose {
  font-family:var(--aco-font-family-regular)
}
div.jx-label {
  font-family:var(--aco-font-family-bold);
  font-size:.9rem;
  font-weight:var(--aco-font-family-bold-font-weight)
}
div.jx-image.jx-left div.jx-label {
  left:10px
}
div.jx-image.jx-right div.jx-label {
  right:10px
}
.jx-slider.vertical div.jx-image.jx-right div.jx-label {
  bottom:10px;
  left:10px
}
div.jx-image div.jx-label {
  background-color:#fff;
  color:hsla(0,0%,40%,.75);
  opacity:.75;
  top:10px
}
.acoframe {
  border:1px solid var(--acotheme-border-color);
  padding:2rem;
  position:relative
}
.acoframe>header {
  background:#fff;
  color:var(--acotheme-background-color-dark);
  font-size:1rem;
  padding:0 1rem;
  position:absolute;
  right:-1px;
  top:-1px
}
.acoframe>header>.pin {
  background:var(--acotheme-background-color-dark);
  color:var(--acotheme-color-dark);
  margin-right:-1rem;
  padding:.5rem
}
@media (min-width:1008px) {
  .acoframe>header {
    right:auto;
    top:-.75rem
  }
  .acoframe>header>.pin {
    background:#fff;
    color:var(--acotheme-color-dark-desktop);
    margin-right:0;
    padding:0
  }
}
@media (min-width:768px) {
  .acoframe {
    padding:1rem
  }
}
.tags {
  display:flex;
  gap:1rem
}
.facet-type-tags a.btn+a.btn,
.facet-type-tags a.btn+a.btn-link,
.facet-type-tags a.btn+a[id^=c]+a.btn-link,
.facet-type-tags a.btn+button.btn,
.facet-type-tags a.btn-link+a.btn,
.facet-type-tags a.btn-link+a.btn-link,
.facet-type-tags a.btn-link+a[id^=c]+a.btn-link,
.facet-type-tags a.btn-link+button.btn,
.facet-type-tags button.btn+a.btn,
.facet-type-tags button.btn+a.btn-link,
.facet-type-tags button.btn+a[id^=c]+a.btn-link,
.facet-type-tags button.btn+button.btn {
  margin-inline-start:unset
}
.card--layout-component {
  border:1px solid #d9d9d9;
  flex-direction:row;
  max-width:unset;
  min-height:200px
}
.card--layout-component .card-body,
.card--layout-component .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text,
.card--layout-component figure,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .card--layout-component .j-text {
  display:flex;
  flex:0 0 50%;
  justify-content:center;
  max-width:50%;
  padding:1.5rem
}
.card--layout-component figure {
  align-items:center;
  background-color:#ededed
}
.card--layout-component .card-body,
.card--layout-component .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .card--layout-component .j-text {
  background-color:#fff;
  flex-direction:column
}
.card--layout-component .card-title {
  font-family:var(--aco-font-family-regular);
  font-weight:unset
}
.card--layout-infobox {
  max-width:500px
}
.card img,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item img {
  height:auto;
  max-width:100%
}
.card.image-hover-zoom,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .image-hover-zoom.feed-item {
  max-width:unset
}
@media (min-width:768px) {
  .card-sm {
    max-width:360px
  }
}
.collapse-button {
  background:#84abc1;
  border-radius:5px 5px 0 0;
  box-shadow:0 0 4px rgba(0,0,0,.25);
  cursor:pointer;
  display:flex;
  flex-direction:column;
  font-size:1.84rem;
  padding:5px;
  text-align:center;
  width:120px
}
.carousel--layout-media .carousel-indicators .collapse-button button.carousel-indicators__indicator--video,
.collapse-button .aco-spinner,
.collapse-button .btn-close:before,
.collapse-button .carousel--layout-media .carousel-indicators button.carousel-indicators__indicator--video,
.collapse-button .dropdown--layout-themed .dropdown-toggle:after,
.collapse-button .fas,
.collapse-button .form-check:not(.form-switch) .form-check-input[id][type=checkbox]:checked+label:after,
.collapse-button .form-check:not(.form-switch) .form-check-input[id][type=checkbox]:indeterminate+label:after,
.collapse-button .form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:checked+label:after,
.collapse-button .form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:indeterminate+label:after,
.collapse-button .form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:checked+label:after,
.collapse-button .form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:indeterminate+label:after,
.collapse-button .image-link-icon:after,
.collapse-button .j-overlay .j-close,
.collapse-button .juicer-feed.juicer-feed--aco .j-loading,
.collapse-button .pin,
.collapse-button .tablesorter-bootstrap .tablesorter-processing:after,
.collapse-button .tablesorter-bootstrap thead .tablesorter-headerAsc:after,
.collapse-button .tablesorter-bootstrap thead .tablesorter-headerDesc:after,
.collapse-button .tablesorter-bootstrap thead .tablesorter-headerUnSorted:not(.sorter-false):after,
.collapse-button .video-container figure:before,
.dropdown--layout-themed .collapse-button .dropdown-toggle:after,
.form-check:not(.form-switch) .collapse-button .form-check-input[id][type=checkbox]:checked+label:after,
.form-check:not(.form-switch) .collapse-button .form-check-input[id][type=checkbox]:indeterminate+label:after,
.form-check:not(.form-switch) .collapse-button [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:checked+label:after,
.form-check:not(.form-switch) .collapse-button [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:indeterminate+label:after,
.form-check:not(.form-switch) .collapse-button [id][type=checkbox].tx-srfeuserregister-pi1-radio:checked+label:after,
.form-check:not(.form-switch) .collapse-button [id][type=checkbox].tx-srfeuserregister-pi1-radio:indeterminate+label:after,
.j-overlay .collapse-button .j-close,
.juicer-feed.juicer-feed--aco .collapse-button .j-loading,
.tablesorter-bootstrap .collapse-button .tablesorter-processing:after,
.tablesorter-bootstrap thead .collapse-button .tablesorter-headerAsc:after,
.tablesorter-bootstrap thead .collapse-button .tablesorter-headerDesc:after,
.tablesorter-bootstrap thead .collapse-button .tablesorter-headerUnSorted:not(.sorter-false):after,
.video-container .collapse-button figure:before {
  color:var(--bs-primary)
}
:root {
  --zindex-search-autosuggest:1
}
#header-main {
  --zindex-search-autosuggest:1200
}
@media (min-width:1008px) {
  #header-main {
    --zindex-search-autosuggest:99
  }
}
#header-main.header-main--sticky {
  --zindex-search-autosuggest:1201
}
.tx-solr-autosuggest {
  background-color:#ededed;
  border:1px solid #000;
  border-top:0;
  color:#000
}
.tx-solr-autosuggest .autocomplete-suggestion {
  border:1px solid transparent;
  overflow:hidden;
  padding:2px 5px
}
.tx-solr-autosuggest .autocomplete-suggestion.autocomplete-selected {
  background-color:transparent;
  border-color:#000;
  cursor:pointer
}
.tx-solr-autosuggest strong {
  color:#666
}
.tx-solr-autosuggest .autocomplete-group {
  margin:.6rem
}
.icon-with-text {
  align-items:center;
  display:inline-flex;
  gap:.5rem
}
.icon-with-text--vertical {
  flex-direction:column
}
.icon-with-text .fa-file {
  margin-left:.1em;
  margin-right:.1em
}
.nav-tabs li .nav-link {
  border:solid #d9d9d9;
  border-width:1px 1px 0;
  color:#999;
  font-family:var(--aco-font-family-bold);
  font-size:1.25rem;
  font-weight:var(--aco-font-family-bold-font-weight);
  padding:10px 15px 10px 20px
}
.nav-tabs li .nav-link.active {
  border-color:var(--bs-primary);
  border-top-width:3px;
  color:var(--bs-primary)
}
.nav-tabs li .nav-link:hover {
  border-color:var(--bs-secondary);
  color:var(--bs-secondary)
}
.tab-content {
  background:#fff;
  border:1px solid #d9d9d9;
  border-top-color:transparent;
  padding:1.5rem 1rem
}
.popover {
  box-shadow:0 2px 4px #999
}
.popover .popover-header {
  font-family:var(--aco-font-family-regular);
  font-size:1.18rem;
  font-weight:400;
  margin:0;
  opacity:.9
}
@media (min-width:1008px) {
  .popover .popover-header {
    font-size:1.38rem;
    padding:.75rem 1.25rem 1rem
  }
}
.popover .popover-body {
  background:#fff;
  color:#000;
  font-size:1rem;
  padding:.5rem 1rem .75rem
}
.popover .popover-body a.stretched-link {
  color:#000
}
@media (min-width:1008px) {
  .popover .popover-body {
    padding:.75rem 1.25rem 1rem
  }
}
.popover .popover-body :last-child,
.popover .popover-body>a.stretched-link>:last-child {
  margin-bottom:0
}
.focuspoint {
  display:grid;
  grid-template-columns:100%;
  grid-template-rows:auto min-content;
  height:auto;
  max-width:100%
}
.focuspoint img,
.focuspoint svg {
  grid-column:1/2;
  grid-row:1/3
}
.focuspoint img {
  height:auto;
  max-width:100%
}
.focuspoint svg {
  align-self:stretch;
  justify-self:stretch
}
.focuspoint svg circle {
  fill:#fff;
  stroke:#c00;
  stroke-width:.2em;
  animation:scale-effect 2s ease-in-out infinite forwards;
  filter:drop-shadow(0 2px 4px #999999);
  transform-box:fill-box;
  transform-origin:center
}
.focuspoint svg circle:hover {
  stroke-width:.4em;
  cursor:pointer
}
.focuspoint svg circle:hover+text {
  display:none
}
@keyframes scale-effect {
  0% {
    transform:scale(1)
  }
  40% {
    transform:scale(1.3)
  }
  80% {
    transform:scale(1)
  }
  to {
    transform:scale(1)
  }
}
.alert {
  border-color:#1e3e5e;
  color:#1e3e5e
}
.alert-heading {
  color:#333;
  margin-top:0
}
.alert-primary {
  background-color:#fff;
  border-color:#c00;
  color:#c00
}
.alert-secondary {
  background-color:#fff;
  border-color:#940000;
  color:#940000
}
.alert-success {
  background-color:#fff;
  border-color:#306030;
  color:#306030
}
.alert-info {
  background-color:#e6e6e6;
  border-color:#666;
  color:#666
}
.alert-warning {
  background-color:#fff;
  border-color:#7d723c;
  color:#7d723c
}
.alert-danger {
  background-color:#fff;
  border-color:#940000;
  color:#940000
}
.alert-light {
  background-color:#fff;
  border-color:#f8f9fa;
  color:#f8f9fa
}
.alert-dark {
  border-color:#212529;
  color:#212529
}
.alert-dark,
.panel {
  background-color:#fff
}
.panel {
  border:1px solid #e6e6e6;
  -webkit-box-shadow:inset 0 5px 5px hsla(0,0%,93%,.02);
  box-shadow:inset 0 5px 5px hsla(0,0%,93%,.02);
  margin:0 5%;
  padding:2rem
}
.panel--overlay-bottom,
.panel--overlay-top {
  position:relative;
  z-index:1
}
.panel--overlay-top {
  margin-bottom:-3.5rem
}
.panel--overlay-bottom {
  margin-top:-3.5rem
}
@media (min-width:1008px) {
  .panel-lg {
    background-color:#fff;
    border:1px solid #e6e6e6;
    -webkit-box-shadow:inset 0 5px 5px hsla(0,0%,93%,.02);
    box-shadow:inset 0 5px 5px hsla(0,0%,93%,.02);
    margin:0 5%;
    padding:2rem
  }
  .panel-lg--overlay-bottom,
  .panel-lg--overlay-top {
    position:relative;
    z-index:1
  }
  .panel-lg--overlay-top {
    margin-bottom:-3.5rem
  }
  .panel-lg--overlay-bottom {
    margin-top:-3.5rem
  }
}
.form-group label.disabled {
  color:#d9d9d9
}
.form-group input:disabled {
  background-color:#fff;
  border-color:#ccc;
  color:#d9d9d9
}
.input-with-icon {
  position:relative
}
.input-with-icon i {
  position:absolute;
  right:.5rem;
  top:.5rem
}
.inputfile input[type=file] {
  height:.1px;
  opacity:0;
  overflow:hidden;
  position:absolute;
  width:.1px;
  z-index:-1
}
.inputfile input[type=file]+label {
  align-items:center;
  background:#ededed;
  background-color:#fff;
  border:1px solid #666;
  color:#000;
  cursor:pointer;
  display:flex;
  font-family:var(--aco-font-family-regular);
  height:30px;
  padding:0 1rem;
  position:relative;
  width:100%
}
.inputfile input[type=file]+label:hover {
  color:#999
}
.inputfile input[type=file]+label:before {
  align-items:center;
  background:var(--bs-primary);
  border:0;
  color:#fff;
  content:"\e603";
  display:flex;
  font-family:aco;
  font-size:.75rem;
  height:28px;
  justify-content:center;
  margin:0;
  position:absolute;
  right:0;
  top:0;
  width:30px
}
.inputfile input[type=file]+label.disabled:before {
  background-color:#666
}
.inputfile input[type=file]+label:hover {
  color:#000
}
.inputfile input[type=file]+label * {
  pointer-events:none
}
.inputfile input[type=file]+label:before {
  content:"\f093";
  font-family:Font Awesome\ 6 Free;
  font-size:1rem;
  font-weight:600
}
.inputfile input[type=file]:disabled+label {
  cursor:auto;
  pointer-events:none
}
.inputfile input[type=file]:disabled+label:before {
  background-color:#666
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity:.9
  }
  to {
    opacity:0
  }
}
.bootstrap-select>select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
  display:none!important
}
.bootstrap-select {
  vertical-align:middle;
  width:220px \0
}
.bootstrap-select>.dropdown-toggle {
  align-items:center;
  display:inline-flex;
  justify-content:space-between;
  position:relative;
  text-align:right;
  white-space:nowrap;
  width:100%
}
.bootstrap-select>.dropdown-toggle:after {
  margin-top:-1px
}
.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color:#999
}
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
  color:hsla(0,0%,100%,.5)
}
.bootstrap-select>select {
  border:none;
  bottom:0;
  display:block!important;
  height:100%!important;
  left:50%;
  opacity:0!important;
  padding:0!important;
  position:absolute!important;
  width:.5px!important;
  z-index:0!important
}
.bootstrap-select>select.mobile-device {
  display:block!important;
  left:0;
  top:0;
  width:100%!important;
  z-index:2!important
}
.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
  border-color:#b94a48
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid+.dropdown-toggle {
  border-color:#28a745
}
.bootstrap-select.fit-width {
  width:auto!important
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width:220px
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline:thin dotted #333!important;
  outline:5px auto -webkit-focus-ring-color!important;
  outline-offset:-2px
}
.bootstrap-select.form-control {
  border:none;
  height:auto;
  margin-bottom:0;
  padding:0
}
:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
  width:100%
}
.bootstrap-select.form-control.input-group-btn {
  float:none;
  z-index:auto
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width:auto
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  display:inline-block;
  float:none;
  margin-left:0
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
  float:right
}
.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
  margin-bottom:0
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding:0
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  border-radius:inherit;
  font-size:inherit;
  height:100%;
  line-height:inherit
}
.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
  border-radius:inherit;
  font-size:inherit;
  line-height:inherit
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding:.5rem 1rem
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding:1.125rem 2.25rem
}
.form-inline .bootstrap-select .form-control {
  width:100%
}
.bootstrap-select.disabled,
.bootstrap-select>.disabled {
  cursor:not-allowed
}
.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
  outline:none!important
}
.bootstrap-select.bs-container {
  height:0!important;
  left:0;
  padding:0!important;
  position:absolute;
  top:0
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index:1060
}
.bootstrap-select .dropdown-toggle .filter-option {
  flex:0 1 auto;
  float:left;
  height:100%;
  left:0;
  overflow:hidden;
  position:static;
  text-align:left;
  top:0;
  width:100%
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right:inherit
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  float:none;
  padding-bottom:inherit;
  padding-left:inherit;
  padding-top:inherit;
  position:absolute
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right:inherit
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow:hidden
}
.bootstrap-select .dropdown-toggle .filter-expand {
  float:left;
  opacity:0!important;
  overflow:hidden;
  width:0!important
}
.bootstrap-select .dropdown-toggle .caret {
  margin-top:-2px;
  position:absolute;
  right:12px;
  top:50%;
  vertical-align:middle
}
.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  display:block;
  margin-right:5px;
  position:relative;
  text-align:center
}
.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  padding-right:inherit
}
.bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
  pointer-events:none;
  position:relative;
  top:calc(-.33333em + .5ex)
}
.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
  top:auto
}
.bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected {
  display:none
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius:inherit
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width:100%
}
.bootstrap-select .dropdown-menu {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  min-width:100%
}
.bootstrap-select .dropdown-menu>.inner:focus {
  outline:none!important
}
.bootstrap-select .dropdown-menu.inner {
  border:0;
  border-radius:0;
  box-shadow:none;
  float:none;
  margin:0;
  padding:0;
  position:static
}
.bootstrap-select .dropdown-menu li {
  position:relative
}
.bootstrap-select .dropdown-menu li.active .small,
.bootstrap-select .dropdown-menu li.active small {
  color:hsla(0,0%,100%,.5)!important
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor:not-allowed
}
.bootstrap-select .dropdown-menu li a {
  cursor:pointer;
  user-select:none
}
.bootstrap-select .dropdown-menu li a.opt {
  padding-left:2.25em;
  position:relative
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display:none
}
.bootstrap-select .dropdown-menu li a span.text {
  display:inline-block
}
.bootstrap-select .dropdown-menu li .small,
.bootstrap-select .dropdown-menu li small {
  padding-left:.5em
}
.bootstrap-select .dropdown-menu .notify {
  background:#f5f5f5;
  border:1px solid #e3e3e3;
  bottom:5px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0 2%;
  min-height:26px;
  opacity:.9;
  padding:3px 5px;
  pointer-events:none;
  position:absolute;
  width:96%
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation:bs-notify-fadeOut .3s linear .75s forwards
}
.bootstrap-select .no-results {
  background:#f5f5f5;
  margin:0 5px;
  padding:3px;
  white-space:nowrap
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  display:inline;
  padding:0;
  position:static
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display:inline
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content:" "
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  margin-top:-1px;
  position:static;
  top:auto
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  display:inline-block;
  position:absolute;
  right:15px;
  top:5px
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right:34px
}
.bootstrap-select .bs-ok-default:after {
  border-style:solid;
  border-width:0 .26em .26em 0;
  content:"";
  display:block;
  height:1em;
  transform:rotate(45deg);
  transform-style:preserve-3d;
  width:.5em
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
  z-index:1061
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  border-bottom:7px solid hsla(0,0%,80%,.2);
  border-left:7px solid transparent;
  border-right:7px solid transparent;
  bottom:-4px;
  content:"";
  display:none;
  left:9px;
  position:absolute
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  border-bottom:6px solid #fff;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  bottom:-4px;
  content:"";
  display:none;
  left:10px;
  position:absolute
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  border-bottom:0;
  border-top:7px solid hsla(0,0%,80%,.2);
  bottom:auto;
  top:-4px
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  border-bottom:0;
  border-top:6px solid #fff;
  bottom:auto;
  top:-4px
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  left:auto;
  right:12px
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  left:auto;
  right:13px
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
  display:block
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding:4px 8px
}
.bs-actionsbox {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:100%
}
.bs-actionsbox .btn-group {
  display:block
}
.bs-actionsbox .btn-group button {
  width:50%
}
.bs-donebutton {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  float:left;
  width:100%
}
.bs-donebutton .btn-group {
  display:block
}
.bs-donebutton .btn-group button {
  width:100%
}
.bs-searchbox+.bs-actionsbox {
  padding:0 8px 4px
}
.bs-searchbox .form-control {
  float:none;
  margin-bottom:0;
  width:100%
}
:root {
  --bootstrap-select-height:2.3rem;
  --bootstrap-select-dropdown-border-width:1px
}
.bootstrap-select {
  width:100%!important
}
.bootstrap-select .dropdown-menu {
  background-color:#e6e6e6;
  z-index:1
}
.bootstrap-select .dropdown-menu li {
  padding-left:0
}
.bootstrap-select .dropdown-menu li .dropdown-item {
  color:#000
}
.bootstrap-select .dropdown-menu li .dropdown-item.selected,
.bootstrap-select .dropdown-menu li .dropdown-item:hover {
  background-color:#333;
  color:#fff
}
.bootstrap-select.dropdown .dropdown-toggle {
  background:#ededed;
  border:var(--bootstrap-select-dropdown-border-width) solid #666;
  color:#000;
  font-family:var(--aco-font-family-regular);
  height:var(--bootstrap-select-height);
  min-width:calc(var(--bootstrap-select-height)*2.5);
  padding:0 1rem
}
.bootstrap-select.dropdown .dropdown-toggle:hover {
  color:#999
}
.bootstrap-select.dropdown .dropdown-toggle:before {
  align-items:center;
  background:var(--bs-primary);
  border:0;
  color:#fff;
  content:"\e603";
  display:flex;
  font-family:aco;
  font-size:.75rem;
  height:calc(var(--bootstrap-select-height) - var(--bootstrap-select-dropdown-border-width)*2);
  justify-content:center;
  margin:0;
  position:absolute;
  right:0;
  top:0;
  width:var(--bootstrap-select-height)
}
.bootstrap-select.dropdown .dropdown-toggle.disabled:before {
  background-color:#666
}
.bootstrap-select.dropdown .dropdown-toggle .filter-option {
  align-items:center;
  display:flex
}
.bootstrap-select.dropdown.show .dropdown-toggle:after {
  content:"\e600"
}
.form-check {
  align-items:center;
  display:flex;
  gap:1rem;
  min-height:unset
}
.form-check-inline {
  display:inline-flex
}
.form-check:not(.form-switch) .form-check-input[id][type=checkbox],
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio {
  left:-9999px;
  opacity:0;
  position:absolute;
  text-indent:-99999px
}
.form-check:not(.form-switch) .form-check-input[id][type=checkbox]+label,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox+label,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio+label {
  align-items:center;
  background:#fff;
  border:1px solid #666;
  border-radius:0;
  cursor:pointer;
  display:flex;
  height:var(--aco-control-choice-size);
  justify-content:center;
  min-width:var(--aco-control-choice-size);
  position:relative;
  width:var(--aco-control-choice-size)
}
.form-check:not(.form-switch) .form-check-input[id][type=checkbox].error+label,
.form-check:not(.form-switch) [id][type=checkbox].error.tx-srfeuserregister-pi1-checkbox+label,
.form-check:not(.form-switch) [id][type=checkbox].error.tx-srfeuserregister-pi1-radio+label {
  border-color:var(--bs-primary)
}
.form-check:not(.form-switch) .form-check-input[id][type=checkbox]:disabled+label,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:disabled+label,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:disabled+label {
  background:#e6e6e6;
  border-color:#999;
  color:#999;
  cursor:default;
  pointer-events:none
}
.form-check:not(.form-switch) .form-check-input[id][type=checkbox]:disabled+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:disabled+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:disabled+label:after {
  color:#999
}
.form-check:not(.form-switch) .form-check-input[id][type=checkbox]:checked+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:checked+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:checked+label:after {
  content:"\f00c";
  font-size:var(--aco-control-choice-icon-font-size)
}
.form-check:not(.form-switch) .form-check-input[id][type=checkbox]:indeterminate+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:indeterminate+label:after,
.form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:indeterminate+label:after {
  content:"\f068";
  font-size:var(--aco-control-choice-icon-font-size)
}
.form-check:not(.form-switch) .form-check-input[id][type=radio],
.form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-checkbox,
.form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-radio {
  left:-9999px;
  opacity:0;
  position:absolute;
  text-indent:-99999px
}
.form-check:not(.form-switch) .form-check-input[id][type=radio]+label,
.form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-checkbox+label,
.form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-radio+label {
  align-items:center;
  background:#fff;
  border:1px solid #666;
  border-radius:100%;
  cursor:pointer;
  display:flex;
  height:var(--aco-control-choice-size);
  justify-content:center;
  min-width:var(--aco-control-choice-size);
  position:relative;
  width:var(--aco-control-choice-size)
}
.form-check:not(.form-switch) .form-check-input[id][type=radio].error+label,
.form-check:not(.form-switch) [id][type=radio].error.tx-srfeuserregister-pi1-checkbox+label,
.form-check:not(.form-switch) [id][type=radio].error.tx-srfeuserregister-pi1-radio+label {
  border-color:var(--bs-primary)
}
.form-check:not(.form-switch) .form-check-input[id][type=radio]:disabled+label,
.form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-checkbox:disabled+label,
.form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-radio:disabled+label {
  background:#e6e6e6;
  border-color:#999;
  color:#999;
  cursor:default;
  pointer-events:none
}
.form-check:not(.form-switch) .form-check-input[id][type=radio]:disabled+label:after,
.form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-checkbox:disabled+label:after,
.form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-radio:disabled+label:after {
  color:#999
}
.form-check:not(.form-switch) .form-check-input[id][type=radio]:checked+label,
.form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-checkbox:checked+label,
.form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-radio:checked+label {
  background-color:var(--bs-primary-c);
  border:var(--aco-radio-border-size,4px) solid var(--bs-primary)
}
.form-check:not(.form-switch).form-check--size-medium {
  --aco-control-choice-size:1.5em;
  --aco-control-choice-icon-font-size:0.9rem;
  --aco-radio-border-size:6px
}
.form-check:not(.form-switch).form-check--size-large {
  --aco-control-choice-size:2em;
  --aco-control-choice-icon-font-size:1.2rem;
  --aco-radio-border-size:8px
}
.form-check:not(.form-switch).form-check--layout-shaded .form-check-input[id][type=checkbox]+label,
.form-check:not(.form-switch).form-check--layout-shaded [id][type=checkbox].tx-srfeuserregister-pi1-checkbox+label,
.form-check:not(.form-switch).form-check--layout-shaded [id][type=checkbox].tx-srfeuserregister-pi1-radio+label {
  background-color:#ededed;
  border:none
}
.form-check:not(.form-switch).form-check--layout-shaded .form-check-input[id][type=checkbox]+label:hover:after,
.form-check:not(.form-switch).form-check--layout-shaded [id][type=checkbox].tx-srfeuserregister-pi1-checkbox+label:hover:after,
.form-check:not(.form-switch).form-check--layout-shaded [id][type=checkbox].tx-srfeuserregister-pi1-radio+label:hover:after {
  color:#fff
}
.form-switch {
  padding-left:0
}
.form-switch .form-check-input,
.form-switch .tx-srfeuserregister-pi1-checkbox,
.form-switch .tx-srfeuserregister-pi1-radio {
  background-color:#ccc;
  border:0;
  height:21px;
  margin:0;
  padding-left:0;
  position:relative;
  width:42px
}
.form-switch .form-check-input:before,
.form-switch .tx-srfeuserregister-pi1-checkbox:before,
.form-switch .tx-srfeuserregister-pi1-radio:before {
  background-color:#fff;
  bottom:3px;
  content:"";
  left:3px;
  position:absolute;
  top:3px;
  -webkit-transition:.4s;
  transition:.4s;
  width:1em
}
.form-switch .form-check-input:checked,
.form-switch .tx-srfeuserregister-pi1-checkbox:checked,
.form-switch .tx-srfeuserregister-pi1-radio:checked {
  background-color:var(--bs-primary);
  border-width:4px
}
.form-switch .form-check-input:checked:before,
.form-switch .tx-srfeuserregister-pi1-checkbox:checked:before,
.form-switch .tx-srfeuserregister-pi1-radio:checked:before {
  left:unset;
  right:3px
}
.slider {
  display:inline-block;
  position:relative;
  vertical-align:middle
}
.slider.slider-horizontal {
  height:25px;
  width:210px
}
.slider.slider-horizontal .slider-track {
  height:12.5px;
  left:0;
  margin-top:-6.25px;
  top:50%;
  width:100%
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-high,
.slider.slider-horizontal .slider-track-low {
  bottom:0;
  height:100%;
  top:0
}
.slider.slider-horizontal .slider-handle,
.slider.slider-horizontal .slider-tick {
  margin-left:-12.5px
}
.slider.slider-horizontal .slider-handle.triangle,
.slider.slider-horizontal .slider-tick.triangle {
  border-bottom-color:#c00;
  border-width:0 12.5px 12.5px;
  height:0;
  margin-top:0;
  position:relative;
  top:50%;
  transform:translateY(-50%);
  width:0
}
.slider.slider-horizontal .slider-tick-container {
  left:0;
  position:absolute;
  top:0;
  white-space:nowrap;
  width:100%
}
.slider.slider-horizontal .slider-tick-label-container {
  margin-top:25px;
  white-space:nowrap
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  display:inline-block;
  text-align:center
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left:auto;
  right:0
}
.slider.slider-horizontal.slider-rtl .slider-handle,
.slider.slider-horizontal.slider-rtl .slider-tick {
  margin-left:0;
  margin-right:-12.5px
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left:auto;
  right:0
}
.slider.slider-vertical {
  height:210px;
  width:25px
}
.slider.slider-vertical .slider-track {
  height:100%;
  left:25%;
  top:0;
  width:12.5px
}
.slider.slider-vertical .slider-selection {
  bottom:0;
  left:0;
  top:0;
  width:100%
}
.slider.slider-vertical .slider-track-high,
.slider.slider-vertical .slider-track-low {
  left:0;
  right:0;
  width:100%
}
.slider.slider-vertical .slider-handle,
.slider.slider-vertical .slider-tick {
  margin-top:-12.5px
}
.slider.slider-vertical .slider-handle.triangle,
.slider.slider-vertical .slider-tick.triangle {
  border-left-color:#c00;
  border-width:12.5px 0 12.5px 12.5px;
  height:1px;
  margin-left:0;
  width:1px
}
.slider.slider-vertical .slider-tick-label-container {
  white-space:nowrap
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left:5px
}
.slider.slider-vertical.slider-rtl .slider-track {
  left:auto;
  right:25%
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left:auto;
  right:0
}
.slider.slider-vertical.slider-rtl .slider-handle.triangle,
.slider.slider-vertical.slider-rtl .slider-tick.triangle {
  border-width:12.5px 12.5px 12.5px 0
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left:0;
  padding-right:5px
}
.slider.slider-disabled .slider-handle {
  background-color:#ddd;
  background-image:-moz-linear-gradient(top,#ededed,#ccc);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#ededed),to(#ccc));
  background-image:-webkit-linear-gradient(top,#ededed,#ccc);
  background-image:-o-linear-gradient(top,#ededed,#ccc);
  background-image:linear-gradient(180deg,#ededed,#ccc);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed",endColorstr="#cccccc",GradientType=0)
}
.slider.slider-disabled .slider-track {
  background-color:#b9b9b9;
  background-image:-moz-linear-gradient(top,#d9d9d9,#999);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#d9d9d9),to(#999));
  background-image:-webkit-linear-gradient(top,#d9d9d9,#999);
  background-image:-o-linear-gradient(top,#d9d9d9,#999);
  background-image:linear-gradient(180deg,#d9d9d9,#999);
  background-repeat:repeat-x;
  cursor:not-allowed;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9d9d9",endColorstr="#999999",GradientType=0)
}
.slider input {
  display:none
}
.slider .tooltip-inner {
  max-width:none;
  white-space:nowrap
}
.slider .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-inner,
.slider .bs-tooltip-auto[data-popper-placement^=top] .tooltip-inner,
.slider .bs-tooltip-bottom .tooltip-inner,
.slider .bs-tooltip-top .tooltip-inner {
  left:-50%;
  position:relative
}
.slider.bs-tooltip-left .tooltip-inner,
.slider.bs-tooltip-right .tooltip-inner {
  position:relative;
  top:-100%
}
.slider .tooltip {
  pointer-events:none
}
.slider .tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .arrow,
.slider .tooltip.bs-tooltip-auto[data-popper-placement^=top] .arrow,
.slider .tooltip.bs-tooltip-bottom .arrow,
.slider .tooltip.bs-tooltip-top .arrow {
  left:-.4rem
}
.slider .tooltip.bs-tooltip-auto[data-popper-placement^=top],
.slider .tooltip.bs-tooltip-top {
  margin-top:-44px
}
.slider .tooltip.bs-tooltip-auto[data-popper-placement^=bottom],
.slider .tooltip.bs-tooltip-bottom {
  margin-top:2px
}
.slider .tooltip.bs-tooltip-left,
.slider .tooltip.bs-tooltip-right {
  margin-top:-14px
}
.slider .tooltip.bs-tooltip-left .arrow,
.slider .tooltip.bs-tooltip-right .arrow {
  top:8px
}
.slider .hide {
  display:none
}
.slider-track {
  -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
  cursor:pointer
}
.slider-selection,
.slider-track {
  background-color:#333;
  background-image:-moz-linear-gradient(top,#333,#333);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#333),to(#333));
  background-image:-webkit-linear-gradient(top,#333,#333);
  background-image:-o-linear-gradient(top,#333,#333);
  background-image:linear-gradient(180deg,#333,#333);
  background-repeat:repeat-x;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#333333",GradientType=0);
  position:absolute
}
.slider-selection {
  -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
}
.slider-selection.tick-slider-selection {
  background-color:#c00;
  background-image:-moz-linear-gradient(top,#c00,#c00);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#c00),to(#c00));
  background-image:-webkit-linear-gradient(top,#c00,#c00);
  background-image:-o-linear-gradient(top,#c00,#c00);
  background-image:linear-gradient(180deg,#c00,#c00);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc0000",endColorstr="#cc0000",GradientType=0)
}
.slider-track-high,
.slider-track-low {
  background:transparent;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  position:absolute
}
.slider-handle {
  background-color:#c00;
  background-color:var(--bs-primary);
  background-image:-moz-linear-gradient(top,#c00,#c00);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#c00),to(#c00));
  background-image:-webkit-linear-gradient(top,#c00,#c00);
  background-image:-o-linear-gradient(top,#c00,#c00);
  background-image:linear-gradient(180deg,#c00,#c00);
  background-repeat:repeat-x;
  border:0 solid transparent;
  -webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.05);
  box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.05);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc0000",endColorstr="#cc0000",GradientType=0);
  height:25px;
  position:absolute;
  top:0;
  width:25px
}
.slider-handle:hover {
  cursor:pointer
}
.slider-handle.round {
  -webkit-border-radius:25px;
  -moz-border-radius:25px;
  border-radius:25px
}
.slider-handle.custom,
.slider-handle.triangle {
  background:transparent none
}
.slider-handle.custom:before {
  color:#726204;
  content:"★";
  font-size:20px;
  line-height:25px
}
.slider-tick {
  background-color:#333;
  background-image:-moz-linear-gradient(top,#333,#333);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#333),to(#333));
  background-image:-webkit-linear-gradient(top,#333,#333);
  background-image:-o-linear-gradient(top,#333,#333);
  background-image:linear-gradient(180deg,#333,#333);
  background-repeat:repeat-x;
  border:0 solid transparent;
  -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  cursor:pointer;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#333333",GradientType=0);
  filter:none;
  height:25px;
  opacity:.8;
  position:absolute;
  width:25px
}
.slider-tick.round {
  border-radius:50%
}
.slider-tick.custom,
.slider-tick.triangle {
  background:transparent none
}
.slider-tick.custom:before {
  color:#726204;
  content:"★";
  font-size:20px;
  line-height:25px
}
.slider-tick.in-selection {
  background-color:#c00;
  background-image:-moz-linear-gradient(top,#c00,#c00);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#c00),to(#c00));
  background-image:-webkit-linear-gradient(top,#c00,#c00);
  background-image:-o-linear-gradient(top,#c00,#c00);
  background-image:linear-gradient(180deg,#c00,#c00);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc0000",endColorstr="#cc0000",GradientType=0);
  opacity:1
}
[data-slider="1"] {
  display:none
}
.slider.slider-horizontal {
  width:calc(100% - 25px)
}
.slider.slider-horizontal .slider-track {
  height:6.25px;
  margin-top:-3.125px
}
.slider.slider-horizontal .slider-track-high,
.slider.slider-horizontal .slider-track-low {
  background:#ccc
}
.slider-handle {
  box-shadow:-2px 2px 5px #333
}
.fv-sr-only {
  display:none
}
.fv-plugins-framework input::-ms-clear,
.fv-plugins-framework textarea::-ms-clear {
  display:none;
  height:0;
  width:0
}
.fv-plugins-icon-container {
  position:relative
}
.fv-plugins-icon {
  position:absolute;
  right:0;
  text-align:center;
  top:0
}
.fv-plugins-tooltip {
  max-width:256px;
  position:absolute;
  text-align:center;
  z-index:10000
}
.fv-plugins-tooltip .fv-plugins-tooltip__content {
  background:#000;
  border-radius:3px;
  color:#eee;
  padding:8px;
  position:relative
}
.fv-plugins-tooltip .fv-plugins-tooltip__content:before {
  border:8px solid transparent;
  content:"";
  position:absolute
}
.fv-plugins-tooltip--hide {
  display:none
}
.fv-plugins-tooltip--top-left {
  transform:translateY(-8px)
}
.fv-plugins-tooltip--top-left .fv-plugins-tooltip__content:before {
  border-top-color:#000;
  left:8px;
  top:100%
}
.fv-plugins-tooltip--top {
  transform:translateY(-8px)
}
.fv-plugins-tooltip--top .fv-plugins-tooltip__content:before {
  border-top-color:#000;
  left:50%;
  margin-left:-8px;
  top:100%
}
.fv-plugins-tooltip--top-right {
  transform:translateY(-8px)
}
.fv-plugins-tooltip--top-right .fv-plugins-tooltip__content:before {
  border-top-color:#000;
  right:8px;
  top:100%
}
.fv-plugins-tooltip--right {
  transform:translateX(8px)
}
.fv-plugins-tooltip--right .fv-plugins-tooltip__content:before {
  border-right-color:#000;
  margin-top:-8px;
  right:100%;
  top:50%
}
.fv-plugins-tooltip--bottom-right {
  transform:translateY(8px)
}
.fv-plugins-tooltip--bottom-right .fv-plugins-tooltip__content:before {
  border-bottom-color:#000;
  bottom:100%;
  right:8px
}
.fv-plugins-tooltip--bottom {
  transform:translateY(8px)
}
.fv-plugins-tooltip--bottom .fv-plugins-tooltip__content:before {
  border-bottom-color:#000;
  bottom:100%;
  left:50%;
  margin-left:-8px
}
.fv-plugins-tooltip--bottom-left {
  transform:translateY(8px)
}
.fv-plugins-tooltip--bottom-left .fv-plugins-tooltip__content:before {
  border-bottom-color:#000;
  bottom:100%;
  left:8px
}
.fv-plugins-tooltip--left {
  transform:translateX(-8px)
}
.fv-plugins-tooltip--left .fv-plugins-tooltip__content:before {
  border-left-color:#000;
  left:100%;
  margin-top:-8px;
  top:50%
}
.fv-plugins-tooltip-icon {
  cursor:pointer;
  pointer-events:inherit
}
.fv-plugins-bootstrap .fv-help-block {
  color:#dc3545;
  font-size:80%;
  margin-top:.25rem
}
.fv-plugins-bootstrap .is-invalid~.form-check-label,
.fv-plugins-bootstrap .is-invalid~.tx-srfeuserregister-pi1-checkbox+label,
.fv-plugins-bootstrap .is-invalid~.tx-srfeuserregister-pi1-radio+label,
.fv-plugins-bootstrap .is-valid~.form-check-label,
.fv-plugins-bootstrap .is-valid~.tx-srfeuserregister-pi1-checkbox+label,
.fv-plugins-bootstrap .is-valid~.tx-srfeuserregister-pi1-radio+label,
.fv-plugins-bootstrap .tx-srfeuserregister-pi1-checkbox.is-invalid+label,
.fv-plugins-bootstrap .tx-srfeuserregister-pi1-checkbox.is-valid+label,
.fv-plugins-bootstrap .tx-srfeuserregister-pi1-radio.is-invalid+label,
.fv-plugins-bootstrap .tx-srfeuserregister-pi1-radio.is-valid+label {
  color:inherit
}
.fv-plugins-bootstrap .has-danger .fv-plugins-icon {
  color:#dc3545
}
.fv-plugins-bootstrap .has-success .fv-plugins-icon {
  color:#28a745
}
.fv-plugins-bootstrap .fv-plugins-icon {
  height:38px;
  line-height:38px;
  width:38px
}
.fv-plugins-bootstrap .input-group~.fv-plugins-icon {
  z-index:3
}
.aco-quotationbox .fv-plugins-bootstrap .form-group.aco-quotationbox__wrapper .fv-plugins-icon,
.fv-plugins-bootstrap .aco-quotationbox .form-group.aco-quotationbox__wrapper .fv-plugins-icon,
.fv-plugins-bootstrap .form-group.form-row .fv-plugins-icon,
.fv-plugins-bootstrap .form-group.row .fv-plugins-icon {
  right:15px
}
.aco-quotationbox .fv-plugins-bootstrap .form-group.aco-quotationbox__wrapper .fv-plugins-icon-check,
.fv-plugins-bootstrap .aco-quotationbox .form-group.aco-quotationbox__wrapper .fv-plugins-icon-check,
.fv-plugins-bootstrap .form-group.form-row .fv-plugins-icon-check,
.fv-plugins-bootstrap .form-group.row .fv-plugins-icon-check {
  top:-7px
}
.fv-plugins-bootstrap:not(.form-inline) label~.fv-plugins-icon {
  top:32px
}
.fv-plugins-bootstrap:not(.form-inline) label~.fv-plugins-icon-check {
  top:25px
}
.fv-plugins-bootstrap:not(.form-inline) label.sr-only~.fv-plugins-icon-check {
  top:-7px
}
.fv-plugins-bootstrap.form-inline .form-group {
  align-items:flex-start;
  flex-direction:column;
  margin-bottom:auto
}
.fv-plugins-bootstrap .form-control.is-invalid,
.fv-plugins-bootstrap .form-control.is-valid {
  background-image:none
}
.fv-plugins-bootstrap3 .help-block {
  margin-bottom:0
}
.fv-plugins-bootstrap3 .input-group~.form-control-feedback {
  z-index:4
}
.fv-plugins-bootstrap3.form-inline .form-group {
  vertical-align:top
}
.fv-plugins-bootstrap5 .fv-plugins-bootstrap5-row-invalid .fv-plugins-icon {
  color:#dc3545
}
.fv-plugins-bootstrap5 .fv-plugins-bootstrap5-row-valid .fv-plugins-icon {
  color:#198754
}
.fv-plugins-bootstrap5 .fv-plugins-icon {
  align-items:center;
  display:flex;
  height:38px;
  justify-content:center;
  width:38px
}
.fv-plugins-bootstrap5 .input-group~.fv-plugins-icon {
  z-index:3
}
.fv-plugins-bootstrap5 .fv-plugins-icon-input-group {
  right:-38px
}
.fv-plugins-bootstrap5 .form-floating .fv-plugins-icon {
  height:58px
}
.aco-quotationbox .fv-plugins-bootstrap5 .aco-quotationbox__wrapper .fv-plugins-icon,
.fv-plugins-bootstrap5 .aco-quotationbox .aco-quotationbox__wrapper .fv-plugins-icon,
.fv-plugins-bootstrap5 .form-row .fv-plugins-icon,
.fv-plugins-bootstrap5 .row .fv-plugins-icon {
  right:12px
}
.aco-quotationbox .fv-plugins-bootstrap5 .aco-quotationbox__wrapper .fv-plugins-icon-check,
.fv-plugins-bootstrap5 .aco-quotationbox .aco-quotationbox__wrapper .fv-plugins-icon-check,
.fv-plugins-bootstrap5 .form-row .fv-plugins-icon-check,
.fv-plugins-bootstrap5 .row .fv-plugins-icon-check {
  top:-7px
}
.fv-plugins-bootstrap5:not(.fv-plugins-bootstrap5-form-inline) label~.fv-plugins-icon {
  top:32px
}
.fv-plugins-bootstrap5:not(.fv-plugins-bootstrap5-form-inline) label~.fv-plugins-icon-check {
  top:25px
}
.fv-plugins-bootstrap5:not(.fv-plugins-bootstrap5-form-inline) label.sr-only~.fv-plugins-icon-check {
  top:-7px
}
.fv-plugins-bootstrap5.fv-plugins-bootstrap5-form-inline .fv-plugins-icon {
  right:calc(var(--bs-gutter-x,1.5rem)/2)
}
.fv-plugins-bootstrap5 .form-control.fv-plugins-icon-input.is-invalid,
.fv-plugins-bootstrap5 .form-control.fv-plugins-icon-input.is-valid,
.fv-plugins-bootstrap5 .form-select.fv-plugins-icon-input.is-invalid,
.fv-plugins-bootstrap5 .form-select.fv-plugins-icon-input.is-valid {
  background-image:none
}
.fv-plugins-bulma .field.has-addons {
  flex-wrap:wrap
}
.fv-plugins-bulma .field.has-addons:after {
  content:"";
  width:100%
}
.fv-plugins-bulma .field.has-addons .fv-plugins-message-container {
  order:1
}
.fv-plugins-bulma .icon.fv-plugins-icon-check {
  top:-4px
}
.fv-plugins-bulma .fv-has-error .input,
.fv-plugins-bulma .fv-has-error .textarea {
  border:1px solid #ff3860
}
.fv-plugins-bulma .fv-has-success .input,
.fv-plugins-bulma .fv-has-success .textarea {
  border:1px solid #23d160
}
.fv-plugins-foundation .fv-plugins-icon {
  height:39px;
  line-height:39px;
  right:0;
  width:39px
}
.fv-plugins-foundation .grid-padding-x .fv-plugins-icon {
  right:15px
}
.fv-plugins-foundation .fv-plugins-icon-container .cell {
  position:relative
}
.fv-plugins-foundation [type=checkbox]~.fv-plugins-icon {
  top:-7px
}
.fv-plugins-foundation.fv-stacked-form .fv-plugins-message-container {
  width:100%
}
.fv-plugins-foundation.fv-stacked-form fieldset [type=checkbox]~.fv-plugins-icon,
.fv-plugins-foundation.fv-stacked-form fieldset [type=radio]~.fv-plugins-icon,
.fv-plugins-foundation.fv-stacked-form label .fv-plugins-icon {
  top:25px
}
.fv-plugins-foundation .form-error {
  display:block
}
.fv-plugins-foundation .fv-row__success .fv-plugins-icon {
  color:#3adb76
}
.fv-plugins-foundation .fv-row__error .fv-plugins-icon,
.fv-plugins-foundation .fv-row__error fieldset legend,
.fv-plugins-foundation .fv-row__error label {
  color:#cc4b37
}
.fv-plugins-materialize .fv-plugins-icon {
  height:42px;
  line-height:42px;
  width:42px
}
.fv-plugins-materialize .fv-plugins-icon-check {
  top:-10px
}
.fv-plugins-materialize .fv-invalid-row .fv-plugins-icon,
.fv-plugins-materialize .fv-invalid-row .helper-text {
  color:#f44336
}
.fv-plugins-materialize .fv-valid-row .fv-plugins-icon,
.fv-plugins-materialize .fv-valid-row .helper-text {
  color:#4caf50
}
.fv-plugins-milligram .fv-plugins-icon {
  height:38px;
  line-height:38px;
  width:38px
}
.fv-plugins-milligram .column {
  position:relative
}
.fv-plugins-milligram .column .fv-plugins-icon {
  right:10px
}
.fv-plugins-milligram .fv-plugins-icon-check {
  top:-6px
}
.fv-plugins-milligram .fv-plugins-message-container {
  margin-bottom:15px
}
.fv-plugins-milligram.fv-stacked-form .fv-plugins-icon {
  top:30px
}
.fv-plugins-milligram.fv-stacked-form .fv-plugins-icon-check {
  top:24px
}
.fv-plugins-milligram .fv-invalid-row .fv-help-block,
.fv-plugins-milligram .fv-invalid-row .fv-plugins-icon {
  color:red
}
.fv-plugins-milligram .fv-valid-row .fv-help-block,
.fv-plugins-milligram .fv-valid-row .fv-plugins-icon {
  color:green
}
.fv-plugins-mini .fv-plugins-icon {
  height:42px;
  line-height:42px;
  top:4px;
  width:42px
}
.fv-plugins-mini .fv-plugins-icon-check {
  top:-8px
}
.fv-plugins-mini.fv-stacked-form .fv-plugins-icon {
  top:28px
}
.fv-plugins-mini.fv-stacked-form .fv-plugins-icon-check {
  top:20px
}
.fv-plugins-mini .fv-plugins-message-container {
  margin:calc(var(--universal-margin)/2)
}
.fv-plugins-mini .fv-invalid-row .fv-help-block,
.fv-plugins-mini .fv-invalid-row .fv-plugins-icon {
  color:var(--input-invalid-color)
}
.fv-plugins-mini .fv-valid-row .fv-help-block,
.fv-plugins-mini .fv-valid-row .fv-plugins-icon {
  color:#308732
}
.fv-plugins-mui .fv-plugins-icon {
  height:32px;
  line-height:32px;
  right:4px;
  top:15px;
  width:32px
}
.fv-plugins-mui .fv-plugins-icon-check {
  right:-10px;
  top:-6px
}
.fv-plugins-mui .fv-plugins-message-container {
  margin:8px 0
}
.fv-plugins-mui .fv-invalid-row .fv-help-block,
.fv-plugins-mui .fv-invalid-row .fv-plugins-icon {
  color:#f44336
}
.fv-plugins-mui .fv-valid-row .fv-help-block,
.fv-plugins-mui .fv-valid-row .fv-plugins-icon {
  color:#4caf50
}
.fv-plugins-pure .fv-plugins-icon {
  height:36px;
  line-height:36px;
  width:36px
}
.fv-plugins-pure .fv-has-error .fv-help-block,
.fv-plugins-pure .fv-has-error .fv-plugins-icon,
.fv-plugins-pure .fv-has-error label {
  color:#ca3c3c
}
.fv-plugins-pure .fv-has-success .fv-help-block,
.fv-plugins-pure .fv-has-success .fv-plugins-icon,
.fv-plugins-pure .fv-has-success label {
  color:#1cb841
}
.fv-plugins-pure.pure-form-aligned .fv-help-block {
  margin-left:180px;
  margin-top:5px
}
.fv-plugins-pure.pure-form-aligned .fv-plugins-icon-check {
  top:-9px
}
.fv-plugins-pure.pure-form-stacked .pure-control-group {
  margin-bottom:8px
}
.fv-plugins-pure.pure-form-stacked .fv-plugins-icon {
  top:22px
}
.fv-plugins-pure.pure-form-stacked .fv-plugins-icon-check {
  top:13px
}
.fv-plugins-pure.pure-form-stacked .fv-sr-only~.fv-plugins-icon {
  top:-9px
}
.fv-plugins-semantic .error .fv-plugins-icon,
.fv-plugins-semantic.ui.form .fields.error label {
  color:#9f3a38
}
.fv-plugins-semantic .fv-plugins-icon-check {
  right:7px
}
.fv-plugins-shoelace .input-group {
  margin-bottom:0
}
.fv-plugins-shoelace .fv-plugins-icon {
  height:32px;
  line-height:32px;
  top:28px;
  width:32px
}
.aco-quotationbox .fv-plugins-shoelace .aco-quotationbox__wrapper .fv-plugins-icon,
.fv-plugins-shoelace .aco-quotationbox .aco-quotationbox__wrapper .fv-plugins-icon,
.fv-plugins-shoelace .form-row .fv-plugins-icon,
.fv-plugins-shoelace .row .fv-plugins-icon {
  right:16px;
  top:0
}
.fv-plugins-shoelace .fv-plugins-icon-check {
  top:24px
}
.fv-plugins-shoelace .fv-sr-only~.fv-plugins-icon,
.fv-plugins-shoelace .fv-sr-only~div .fv-plugins-icon {
  top:-4px
}
.fv-plugins-shoelace .input-valid .fv-help-block,
.fv-plugins-shoelace .input-valid .fv-plugins-icon {
  color:#2ecc40
}
.fv-plugins-shoelace .input-invalid .fv-help-block,
.fv-plugins-shoelace .input-invalid .fv-plugins-icon {
  color:#ff4136
}
.fv-plugins-spectre .input-group .fv-plugins-icon {
  z-index:2
}
.fv-plugins-spectre .form-group .fv-plugins-icon-check {
  right:6px;
  top:10px
}
.fv-plugins-spectre:not(.form-horizontal) .form-group .fv-plugins-icon-check {
  right:6px;
  top:45px
}
.fv-plugins-tachyons .fv-plugins-icon {
  height:36px;
  line-height:36px;
  width:36px
}
.fv-plugins-tachyons .fv-plugins-icon-check {
  top:-7px
}
.fv-plugins-tachyons.fv-stacked-form .fv-plugins-icon {
  top:34px
}
.fv-plugins-tachyons.fv-stacked-form .fv-plugins-icon-check {
  top:24px
}
.fv-plugins-turret .fv-plugins-icon {
  height:40px;
  line-height:40px;
  width:40px
}
.fv-plugins-turret.fv-stacked-form .fv-plugins-icon {
  top:29px
}
.fv-plugins-turret.fv-stacked-form .fv-plugins-icon-check {
  top:17px
}
.fv-plugins-turret .fv-invalid-row .form-message,
.fv-plugins-turret .fv-invalid-row .fv-plugins-icon {
  color:#c00
}
.fv-plugins-turret .fv-valid-row .form-message,
.fv-plugins-turret .fv-valid-row .fv-plugins-icon {
  color:#00b300
}
.fv-plugins-uikit .fv-plugins-icon {
  height:40px;
  line-height:40px;
  top:25px;
  width:40px
}
.fv-plugins-uikit.uk-form-horizontal .fv-plugins-icon {
  top:0
}
.fv-plugins-uikit.uk-form-horizontal .fv-plugins-icon-check {
  top:-11px
}
.fv-plugins-uikit.uk-form-stacked .fv-plugins-icon-check {
  top:15px
}
.fv-plugins-uikit.uk-form-stacked .fv-no-label .fv-plugins-icon {
  top:0
}
.fv-plugins-uikit.uk-form-stacked .fv-no-label .fv-plugins-icon-check {
  top:-11px
}
.fv-plugins-wizard--step {
  display:none
}
.fv-plugins-wizard--active {
  display:block
}
.form-check-input.is-invalid,
.form-check-input.is-valid,
.form-check-input:valid,
.form-control.is-invalid,
.form-control.is-valid,
.form-control:valid,
.is-invalid.tx-srfeuserregister-pi1-checkbox,
.is-invalid.tx-srfeuserregister-pi1-radio,
.is-valid.tx-srfeuserregister-pi1-checkbox,
.is-valid.tx-srfeuserregister-pi1-radio,
.tx-srfeuserregister-pi1-checkbox:valid,
.tx-srfeuserregister-pi1-radio:valid {
  border-color:unset
}
.form-check-input.is-invalid:focus,
.form-check-input.is-valid:focus,
.form-check-input:valid:focus,
.form-control.is-invalid:focus,
.form-control.is-valid:focus,
.form-control:valid:focus,
.is-invalid.tx-srfeuserregister-pi1-checkbox:focus,
.is-invalid.tx-srfeuserregister-pi1-radio:focus,
.is-valid.tx-srfeuserregister-pi1-checkbox:focus,
.is-valid.tx-srfeuserregister-pi1-radio:focus,
.tx-srfeuserregister-pi1-checkbox:valid:focus,
.tx-srfeuserregister-pi1-radio:valid:focus {
  border-color:#84abc1;
  box-shadow:unset
}
.form-check-input.is-invalid~label,
.form-check-input.is-valid~label,
.form-check-input:valid~label,
.form-control.is-invalid~label,
.form-control.is-valid~label,
.form-control:valid~label,
.is-invalid.tx-srfeuserregister-pi1-checkbox~label,
.is-invalid.tx-srfeuserregister-pi1-radio~label,
.is-valid.tx-srfeuserregister-pi1-checkbox~label,
.is-valid.tx-srfeuserregister-pi1-radio~label,
.tx-srfeuserregister-pi1-checkbox:valid~label,
.tx-srfeuserregister-pi1-radio:valid~label {
  color:unset!important
}
.fv-plugins-bootstrap5 .form-control.is-invalid,
.fv-plugins-bootstrap5 .form-control.is-valid,
.fv-plugins-bootstrap5 .form-control:valid {
  background-image:none;
  padding-right:.8rem
}
.aco-quotationbox .fv-plugins-bootstrap5 .aco-quotationbox__wrapper .fv-plugins-icon,
.fv-plugins-bootstrap5 .aco-quotationbox .aco-quotationbox__wrapper .fv-plugins-icon,
.fv-plugins-bootstrap5 .form-row .fv-plugins-icon,
.fv-plugins-bootstrap5 .row .fv-plugins-icon {
  height:2.5rem;
  right:0;
  width:2.5rem
}
.aco-quotationbox .fv-plugins-bootstrap5 .aco-quotationbox__wrapper input[type=number]+.fv-plugins-icon,
.fv-plugins-bootstrap5 .aco-quotationbox .aco-quotationbox__wrapper input[type=number]+.fv-plugins-icon,
.fv-plugins-bootstrap5 .form-row input[type=number]+.fv-plugins-icon,
.fv-plugins-bootstrap5 .row input[type=number]+.fv-plugins-icon {
  right:1.5rem
}
.fv-plugins-bootstrap5-row-invalid .fv-plugins-message-container.invalid-feedback {
  display:block
}
.facet-option-list,
.facet-option-list li {
  list-style:none;
  margin-bottom:.75rem;
  padding:0
}
.facet-option-list label a {
  color:var(--facet-option-list-link-color,#000)
}
.facet-option-list input[type=checkbox],
.facet-option-list input[type=radio] {
  cursor:pointer
}
.row-footer-controls .bootstrap-select.dropdown .dropdown-toggle {
  background:none;
  border:none;
  border-bottom:1px solid var(--bs-primary);
  outline:0
}
.row-footer-controls .bootstrap-select.dropdown .dropdown-toggle:before {
  display:inline-block;
  font-family:Font Awesome\ 6 Free;
  font-size:1rem;
  font-style:normal;
  font-variant:normal;
  font-weight:900;
  line-height:30px;
  text-align:center;
  text-rendering:auto;
  vertical-align:middle;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  background:none;
  color:var(--bs-primary);
  content:"\f078";
  height:auto;
  right:1rem;
  width:auto
}
.row-footer-controls .bootstrap-select.dropdown .dropdown-toggle.show:before {
  content:"\f077"
}
.row-footer-controls .bootstrap-select.dropdown .dropdown-toggle:after {
  display:none
}
.row-footer-controls .bootstrap-select.dropdown .dropdown-toggle:focus {
  outline:0!important
}
.row-footer-controls .bootstrap-select.dropdown .dropdown-menu ul li {
  margin-bottom:0
}
.video-container {
  position:relative
}
.video-container iframe {
  bottom:0;
  height:100%;
  left:0;
  position:absolute;
  right:0;
  top:0;
  width:100%
}
.video-container figure {
  max-width:unset
}
.video-container figure img {
  height:auto;
  width:100%
}
.video-container figure:before,
.video-container i {
  left:50%;
  position:absolute;
  top:50%;
  transform:translate(-50%,-50%)
}
.video-container .ratio-1x1 figure img {
  aspect-ratio:1/1;
  object-fit:cover
}
.video-container .ratio-4x3 figure img {
  aspect-ratio:4/3;
  object-fit:cover
}
.video-container .ratio-16x9 figure img {
  aspect-ratio:16/9;
  object-fit:cover
}
.video-container .ratio-21x9 figure img {
  aspect-ratio:21/9;
  object-fit:cover
}
:root {
  --aco-wizard-stepper-circle-size:35px;
  --aco-wizard-stepper-line-color:#ccc;
  --aco-wizard-stepper-circle-border-color:#d9d9d9
}
.wizard-stepper__circle {
  align-items:center;
  background:#fff;
  border:1px solid var(--aco-wizard-stepper-circle-border-color);
  border-radius:var(--aco-wizard-stepper-circle-size);
  color:#000;
  display:flex;
  height:var(--aco-wizard-stepper-circle-size);
  justify-content:center;
  line-height:var(--aco-wizard-stepper-circle-size);
  position:relative;
  width:var(--aco-wizard-stepper-circle-size);
  z-index:2
}
.wizard-stepper__label {
  margin-top:.5rem
}
ol.wizard-stepper,
ul.wizard-stepper {
  border-bottom:none;
  flex-wrap:nowrap;
  justify-content:space-around;
  position:relative;
  text-align:center
}
ol.wizard-stepper li,
ul.wizard-stepper li {
  align-items:center;
  display:flex;
  flex-direction:column;
  list-style:none;
  position:relative;
  width:100%
}
ol.wizard-stepper li:after,
ol.wizard-stepper li:before,
ul.wizard-stepper li:after,
ul.wizard-stepper li:before {
  background:var(--aco-wizard-stepper-line-color);
  content:"";
  display:block;
  height:1px;
  position:absolute;
  top:calc(var(--aco-wizard-stepper-circle-size)/2);
  width:100%;
  z-index:1
}
ol.wizard-stepper li.active .wizard-stepper__circle,
ul.wizard-stepper li.active .wizard-stepper__circle {
  background:var(--bs-primary);
  border:1px solid var(--bs-primary);
  color:var(--bs-primary-c)
}
ol.wizard-stepper li.disabled .wizard-stepper__circle,
ul.wizard-stepper li.disabled .wizard-stepper__circle {
  background:var(--aco-button-disabled-background);
  border:1px solid var(--aco-button-disabled-border-color);
  color:var(--aco-button-disabled-font-color);
  pointer-events:none
}
:root {
  --editable-editing-border-color:#000;
  --editable-editing-text-color:#000
}
[data-editable="1"]:not([data-edit-mode=edit]) .input-group,
[data-editable="1"]:not([data-edit-mode=edit]) .invalid-feedback,
[data-editable="1"][data-edit-mode=edit]>span:not(.invalid-feedback) {
  display:none
}
[data-editable="1"][data-edit-mode=edit] input {
  border:0;
  border-bottom:1px solid var(--editable-editing-border-color);
  color:var(--editable-editing-text-color);
  padding:.25em
}
[data-editable="1"][data-edit-mode=edit] input:focus,
[data-editable="1"][data-edit-mode=edit] input:focus-visible {
  outline-style:none
}
:root {
  --claim-banner-size-xs:4.5rem;
  --claim-banner-size-lg:6.5rem
}
.claim-banner {
  align-items:center;
  background-color:#84abc1;
  display:none;
  height:100%;
  justify-content:center;
  max-height:650px;
  position:absolute;
  transition:height 1s;
  width:100%;
  z-index:91
}
@media (min-width:768px) {
  .claim-banner {
    max-height:var(--claim-banner-max-height-desktop,initial);
    transition:width 1s;
    width:67%
  }
}
.claim-banner .aco-claim {
  color:#fff;
  cursor:default;
  font-size:2rem;
  user-select:none
}
@media (min-width:1008px) {
  .claim-banner .aco-claim {
    font-size:4rem
  }
}
@media (min-width:1200px) {
  .claim-banner .aco-claim {
    font-size:6rem
  }
}
.claim-banner--transform {
  height:var(--claim-banner-size-xs)
}
@media (min-width:768px) {
  .claim-banner--transform {
    height:100%;
    width:var(--claim-banner-size-xs);
    writing-mode:vertical-rl
  }
}
@media (min-width:1008px) {
  .claim-banner--transform {
    width:var(--claim-banner-size-lg)
  }
}
.claim-banner--transform .aco-claim {
  padding:1rem 0
}
@media (min-width:1008px) {
  .claim-banner--transform .aco-claim {
    font-size:3rem
  }
}
@media (min-width:1200px) {
  .claim-banner--transform .aco-claim {
    font-size:3.5rem
  }
}
@media (min-width:768px) {
  .claim-banner--transform>* {
    transform:rotate(-180deg)
  }
}
@media (max-width:767.98px) {
  .claim-banner+* {
    margin-bottom:var(--claim-banner-size-xs);
    position:relative;
    top:var(--claim-banner-size-xs)
  }
}
:root {
  --thumbnail-transform:translateY(50%) translateX(-50%);
  --thumbnail-transition:.3s all ease;
  --thumbnail-image-shadow:0 5px 10px 0 rgba(0,0,0,.2);
  --thumbnail-active-image-shadow:0 10px 20px 0 rgba(0,0,0,.2)
}
.carousel-indicators--layout-thumbnail-circle {
  bottom:0;
  left:50%;
  list-style:none;
  margin:0;
  padding:0;
  position:absolute;
  -webkit-transform:var(--thumbnail-transform);
  -ms-transform:var(--thumbnail-transform);
  transform:var(--thumbnail-transform);
  width:100%;
  z-index:99
}
.carousel-indicators--layout-thumbnail-circle li {
  display:inline-block
}
.carousel-indicators--layout-thumbnail-circle li a {
  display:block;
  margin:4px
}
.carousel-indicators--layout-thumbnail-circle li img {
  border:2px solid #fff;
  border-radius:50%;
  -webkit-box-shadow:var(--thumbnail-image-shadow);
  box-shadow:var(--thumbnail-image-shadow);
  -webkit-transition:var(--thumbnail-transition);
  -o-transition:var(--thumbnail-transition);
  transition:var(--thumbnail-transition);
  width:60px
}
.carousel-indicators--layout-thumbnail-circle li.active img {
  border:2px solid var(--bs-primary);
  -webkit-box-shadow:var(--thumbnail-active-image-shadow);
  box-shadow:var(--thumbnail-active-image-shadow)
}
:root {
  --aco-header-company-color:#1e3e5e
}
#header-main {
  background:none repeat scroll 0 0 #fff;
  min-width:320px
}
@media (min-width:768px) {
  #header-main {
    min-width:auto
  }
}
#header-main .company-name {
  color:var(--aco-header-company-color)
}
#header-main hr {
  border:0;
  border-top:1px solid #e4ebef;
  display:none;
  margin-bottom:.5rem;
  margin-top:.5rem
}
@media (min-width:1008px) {
  #header-main hr {
    display:block
  }
}
#header-main .container-navbar {
  margin-top:1rem
}
#header-main .container-meta+.container-navbar {
  margin-top:0
}
#header-main .search-toggler {
  color:var(--bs-primary);
  cursor:pointer;
  font-size:1.5rem;
  position:relative
}
@media (min-width:1008px) {
  #header-main .search-toggler {
    margin-right:0
  }
}
#header-main .search-toggler.search-toggler--times {
  margin-left:1px;
  margin-right:4px
}
@media (min-width:1008px) {
  #header-main .navbar {
    align-items:flex-end
  }
}
#header-main .navbar .navbar-collapse {
  height:0;
  order:4;
  z-index:1200
}
@media (min-width:1008px) {
  #header-main .navbar .navbar-collapse {
    height:unset;
    order:2;
    z-index:unset
  }
}
#header-main .navbar .navbar-brand {
  margin-right:0
}
#header-main .navbar .navbar-brand img {
  transition:all .3s
}
@media (min-width:1008px) {
  #header-main .navbar .navbar-brand img {
    margin-bottom:7px
  }
}
#header-main .navbar .navbar-brand img[src*=svg] {
  max-width:100%
}
#header-main .navbar .navbar-brand i.aco-icon-logo {
  color:var(--aco-logo-color);
  font-size:var(--aco-logo-size);
  line-height:1
}
@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
  #header-main .navbar .navbar-brand img[src*=".svg"] {
    max-width:100%
  }
}
#header-main .navbar .nav-meta__toggler {
  background:var(--aco-navigation-main-toggler-bg-color);
  display:inline-block;
  padding:15px 10px 15px 20px;
  position:fixed;
  right:0;
  text-align:left;
  width:100%;
  z-index:900
}
@media (min-width:1008px) {
  #header-main .navbar .nav-meta__toggler {
    display:none
  }
}
#header-main .navbar__buttons {
  align-items:center;
  display:flex;
  gap:1rem;
  margin-bottom:.5rem;
  order:3
}
@media (min-width:1008px) {
  #header-main .navbar__buttons {
    gap:1.5rem
  }
}
#header-main .logo-second {
  display:flex;
  flex-grow:1;
  justify-content:flex-end;
  margin-right:10px;
  order:3
}
@media (min-width:1008px) {
  #header-main .logo-second {
    flex-grow:unset;
    margin-right:20px;
    margin-top:-25px
  }
}
:root {
  --aco-navigation-meta-color:#1e3e5e;
  --aco-navigation-meta-shadow-color:#666
}
.container-meta {
  display:grid;
  grid-auto-columns:1fr 1fr;
  grid-auto-flow:column;
  height:30px;
  padding-bottom:0;
  padding-top:8px
}
.container-meta .meta-links {
  justify-self:end;
  max-width:1170px;
  padding-left:25%
}
@media (min-width:1008px) {
  .container-meta .meta-links {
    padding-left:0
  }
}
.container-meta .nav-meta-wrapper {
  height:20px;
  overflow:hidden
}
.container-meta .nav--meta {
  direction:rtl;
  display:flex;
  flex-wrap:wrap;
  padding:0
}
.container-meta .nav-item--meta {
  direction:ltr;
  display:flex;
  margin:0
}
.container-meta .nav-item--meta .nav-link,
.container-meta .nav-item--meta .nav-link:active,
.container-meta .nav-item--meta .nav-link:hover {
  color:var(--aco-navigation-meta-color)
}
.container-meta .nav-item--meta:not(:first-child):after {
  color:var(--aco-navigation-meta-color);
  content:"|";
  padding:0 10px
}
.container-meta .nav-item--meta:first-child {
  margin-right:0
}
.container-meta .dropdown-menu--meta {
  box-shadow:-2px -1px 5px -2px #666;
  margin-left:-2px!important;
  margin-top:6px!important;
  max-width:320px;
  padding-bottom:0;
  padding-top:0;
  white-space:normal
}
@media (min-width:768px) {
  .container-meta .dropdown-menu--meta {
    max-width:400px
  }
}
.container-meta .dropdown-menu--meta form {
  width:270px
}
@media (min-width:768px) {
  .container-meta .dropdown-menu--meta form {
    width:350px
  }
}
.container-meta .dropdown-menu--meta form label:not(.error) {
  color:#1e3e5e
}
.container-meta .dropdown-menu--meta form input {
  border-color:#1e3e5e
}
.container-meta .dropdown-menu--meta.dropdown-menu-end {
  margin-left:1px!important
}
#header-main.header-main--sticky {
  box-shadow:0 3px 2px rgba(0,0,0,.25);
  height:57px;
  padding-bottom:unset;
  position:fixed;
  top:0;
  width:100%;
  z-index:1201
}
@media (min-width:1008px) {
  #header-main.header-main--sticky {
    height:60px
  }
}
#header-main.header-main--sticky hr {
  display:none
}
#header-main.header-main--sticky .header-main--sticky-search-on {
  box-shadow:unset
}
#header-main.header-main--sticky .container-navbar {
  margin-top:0
}
@media (min-width:1008px) {
  #header-main.header-main--sticky .container-navbar .nav-main {
    margin-top:17px
  }
}
#header-main.header-main--sticky .container-navbar .navbar {
  align-items:center
}
#header-main.header-main--sticky .container-navbar .navbar .logo-second img,
#header-main.header-main--sticky .container-navbar .navbar .navbar-brand img {
  transform:scale(.7);
  transition:all .3s
}
#header-main.header-main--sticky .container-navbar .navbar .logo-second {
  margin-top:unset
}
#header-main.header-main--sticky .container-navbar .navbar .navbar-brand img {
  transform-origin:left
}
@media (min-width:1008px) {
  #header-main.header-main--sticky .container-navbar .navbar .navbar-brand img {
    margin-bottom:0
  }
}
#header-main.header-main--sticky .container-meta {
  display:none
}
#header-main.header-main--sticky .navbar__buttons {
  margin-bottom:0
}
.container-search {
  background-color:#fff;
  border-top:1px solid #bccfdf;
  -webkit-box-shadow:0 3px 2px rgba(0,0,0,.25);
  box-shadow:0 3px 2px rgba(0,0,0,.25);
  display:none;
  max-width:100%;
  padding-bottom:20px;
  padding-top:20px;
  position:absolute;
  width:100%;
  z-index:1200
}
@media (min-width:1008px) {
  .container-search {
    z-index:99
  }
}
.container-search input[type=text] {
  height:45px
}
.container-search button {
  font-size:1.4em;
  height:45px;
  margin-left:10px;
  padding:5px;
  width:45px
}
.container-search .tx-solr-search-form {
  width:auto
}
@media (min-width:1008px) {
  .container-search .tx-solr-search-form {
    margin-left:16.5%
  }
}
@media (min-width:1200px) {
  .container-search .tx-solr-search-form {
    margin-left:14%
  }
}
@media (min-width:1400px) {
  .container-search .tx-solr-search-form {
    margin-left:11.5%
  }
}
.header-main--sticky .container-search {
  margin-top:0!important
}
:root {
  --aco-footer-color:#1e3e5e;
  --aco-footer-nav-color:inherit;
  --aco-footer-nav-color--hover:inherit;
  --aco-footer-privacy-background-color:#e4ebef;
  --aco-footer-privacy-color:inherit
}
footer {
  clear:both;
  color:var(--aco-footer-color);
  position:relative
}
footer>hr {
  margin-bottom:35px;
  margin-top:0
}
footer .footer-privacy {
  background:var(--aco-footer-privacy-background-color);
  color:var(--aco-footer-privacy-color);
  padding:30px 0;
  text-align:center
}
@media (min-width:1008px) {
  footer .footer-privacy {
    text-align:unset
  }
}
footer section .h1,
footer section h1 {
  font-family:StoneSansIIITCW05-Medium,Geneva,Arial;
  font-size:1.18rem;
  font-weight:400;
  margin-bottom:30px
}
@media (min-width:768px) {
  footer section .h1,
  footer section h1 {
    margin-bottom:15px
  }
}
@media (min-width:1008px) {
  footer section .h1,
  footer section h1 {
    font-size:1.38rem
  }
}
footer nav {
  margin-bottom:20px
}
@media (min-width:1008px) {
  footer nav {
    float:right;
    margin-bottom:0;
    margin-left:50px
  }
}
footer nav ul {
  list-style:none;
  padding-left:0
}
footer nav ul li {
  display:inline-block;
  list-style:none
}
footer nav ul li:first-child {
  padding-left:0
}
footer nav ul li+li {
  margin-left:20px
}
footer nav a {
  color:var(--aco-footer-nav-color)
}
footer nav a:hover {
  color:var(--aco-footer-nav-color--hover)
}
:root {
  --aco-aside-navigation-list-active-color:var(--bs-primary);
  --aco-aside-navigation-list-active-border-color:var(--bs-primary);
  --aco-aside-navigation-list-open-color:var(--bs-secondary);
  --aco-aside-content-bg:#ededed;
  --aco-aside-content-active-item-background:#fff;
  --aco-aside-content-item-background-hover:#fff
}
.aside-content {
  background:var(--aco-aside-content-bg);
  padding:25px 20px 15px 25px
}
@media (min-width:1008px) {
  .aside-content {
    height:100%
  }
}
.aside-content nav>.h4,
.aside-content nav>h4,
.aside-content>.h4,
.aside-content>h4 {
  color:#999;
  margin:0 20px 20px 0
}
.aside-content nav>.h4>a,
.aside-content nav>h4>a,
.aside-content>.h4>a,
.aside-content>h4>a {
  color:#000
}
.aside-content nav>.h4>a:hover,
.aside-content nav>h4>a:hover,
.aside-content>.h4>a:hover,
.aside-content>h4>a:hover {
  color:var(--bs-secondary)
}
.aside-content nav>hr,
.aside-content>hr {
  left:-25px;
  padding-right:45px;
  position:relative;
  width:100%
}
.aside-content .accordion-item {
  background-color:transparent;
  border:0
}
.aside-content nav ul {
  list-style:none;
  padding:0
}
.aside-content nav li {
  font-family:StoneSansIIITCW05-Bold,Geneva,Arial;
  list-style:none;
  padding-left:0
}
.aside-content nav li>ul {
  display:none
}
.aside-content nav li.open>a {
  color:var(--aco-aside-navigation-list-open-color);
  text-decoration:none
}
.aside-content nav li.open>ul {
  display:block;
  margin-bottom:20px
}
.aside-content nav li a {
  color:#000;
  display:block;
  padding:5px 0
}
.aside-content nav li.active.open>a,
.aside-content nav li.active:not(.open)>a,
.aside-content nav li:hover:not(.open)>a {
  color:var(--aco-aside-navigation-list-active-color);
  position:relative;
  z-index:0
}
.aside-content nav li.active.open>a:before,
.aside-content nav li.active:not(.open)>a:before,
.aside-content nav li:hover:not(.open)>a:before {
  background:var(--aco-aside-content-active-item-background);
  border-left:2px solid var(--aco-aside-navigation-list-active-border-color);
  content:"";
  display:block;
  height:100%;
  left:-25px;
  position:absolute;
  right:-20px;
  top:0;
  z-index:-1
}
.aside-content nav li:hover:not(.open)>a:before {
  background:var(--aco-aside-content-item-background-hover)
}
.aside-content nav li li a {
  padding-left:20px
}
.aside-content nav li li li a {
  padding-left:40px
}
.aside-content nav li li li li a {
  padding-left:60px
}
.aside-content nav li li li li li a {
  padding-left:80px
}
:root {
  --action-area_content-container-background-color:#ededed
}
.action-area-main {
  display:block;
  max-height:none;
  overflow:hidden;
  position:relative
}
@media (min-width:1008px) {
  .action-area-main {
    max-height:770px
  }
}
.action-area_images_content {
  display:flex;
  gap:30px;
  justify-content:flex-end;
  margin-bottom:20px;
  width:100%
}
@media (min-width:1008px) {
  .action-area_images_content {
    gap:40px
  }
}
.action-area_content-container {
  background:var(--action-area_content-container-background-color);
  height:fit-content;
  padding:50px 0;
  position:relative
}
@media (min-width:768px) {
  .action-area_content-container {
    margin-right:33%
  }
}
.action-area_images_content--desktop {
  display:none
}
@media (min-width:768px) {
  .action-area_images_content--desktop {
    display:flex
  }
}
.action-area_images_content--mobile {
  display:block;
  margin-top:60px
}
@media (min-width:768px) {
  .action-area_images_content--mobile {
    display:none
  }
}
.action-area_images_content--mobile img {
  height:auto;
  width:100%
}
.cluster-wrapper--action-area {
  bottom:0;
  left:0;
  margin-left:-.2rem;
  position:absolute
}
@media (min-width:768px) {
  .cluster-wrapper--action-area {
    margin-left:0
  }
}
.gif-main {
  display:block;
  position:relative
}
.gif-main figure {
  max-width:unset;
  width:100%
}
.gif-main img {
  height:auto;
  width:100%
}
@media (min-width:768px) {
  .gif-main .max-gif-height {
    max-height:650px;
    overflow:hidden
  }
}
:root {
  --header-5050-height--lg:450px;
  --header-5050-height--xl:650px;
  --reference-5050-height--sm:250px;
  --reference-5050-height--md:350px;
  --reference-5050-height--xl:500px
}
.header-5050-wrapper {
  background-color:var(--acotheme-background-color)
}
.header-5050-wrapper .cluster-wrapper--right .cluster-item.cluster-item--sm-move-right {
  margin-right:0
}
.header-5050-image-wrapper {
  max-height:var(--header-5050-height--lg);
  overflow:hidden
}
@media (min-width:1200px) {
  .header-5050-image-wrapper {
    max-height:var(--header-5050-height--xl)
  }
}
.header-5050-headline-container {
  max-height:var(--header-5050-height--lg);
  padding:9rem 0 6.5rem
}
@media (min-width:768px) {
  .header-5050-headline-container {
    padding:0
  }
}
@media (min-width:1200px) {
  .header-5050-headline-container {
    max-height:var(--header-5050-height--xl)
  }
}
.header-5050-lead-wrapper {
  padding-left:4.6rem;
  padding-right:var(--cluster-height--viewport)
}
.header-5050-lead-wrapper:not([data-flush-with]) {
  padding-left:var(--cluster-height--viewport)
}
.header-5050-lead-wrapper .lead {
  color:var(--acotheme-color);
  font-size:2.3rem;
  max-height:var(--header-5050-height--lg)
}
@media (min-width:1200px) {
  .header-5050-lead-wrapper .lead {
    font-size:calc(1.425rem + 2.1vw);
    max-height:var(--header-5050-height--xl)
  }
}
@media (min-width:1200px) and (min-width:1200px) {
  .header-5050-lead-wrapper .lead {
    font-size:3rem
  }
}
.header-5050-wrapper--reference .header-5050-headline-container {
  padding:0
}
@media (min-width:768px) {
  .header-5050-wrapper--reference .header-5050-headline-container {
    max-height:var(--reference-5050-height--md);
    padding:0
  }
}
@media (min-width:1200px) {
  .header-5050-wrapper--reference .header-5050-headline-container {
    max-height:var(--reference-5050-height--xl)
  }
}
.header-5050-wrapper--reference .header-5050-image-wrapper {
  height:var(--reference-5050-height--md);
  max-height:var(--reference-5050-height--md)
}
@media (min-width:1200px) {
  .header-5050-wrapper--reference .header-5050-image-wrapper {
    height:auto;
    max-height:var(--reference-5050-height--xl)
  }
}
.header-5050-wrapper--reference .header-5050-image-wrapper .pinned-reference {
  background-color:var(--acotheme-background-color-dark);
  color:var(--acotheme-color-dark);
  display:inline;
  height:1.875rem;
  padding:.3rem;
  position:absolute;
  right:0;
  text-align:center;
  top:0;
  width:1.875rem
}
@media (min-width:768px) {
  .header-5050-wrapper--reference .header-5050-image-wrapper .pinned-reference {
    display:none
  }
}
.header-5050-wrapper--reference .header-5050-image-wrapper .img-fit {
  height:100%
}
@media (min-width:768px) {
  .header-5050-wrapper--reference .header-5050-image-wrapper .img-fit {
    max-height:var(--reference-5050-height--md)
  }
}
@media (min-width:1200px) {
  .header-5050-wrapper--reference .header-5050-image-wrapper .img-fit {
    max-height:var(--reference-5050-height--xl)
  }
}
.header-5050-wrapper--reference .header-5050-lead-wrapper {
  padding:2rem
}
@media (min-width:1008px) {
  .header-5050-wrapper--reference .header-5050-lead-wrapper {
    padding-left:4rem;
    padding-right:4rem
  }
}
.header-5050-wrapper--reference .header-5050-lead-wrapper .lead {
  font-size:calc(1.325rem + .9vw)
}
@media (min-width:1200px) {
  .header-5050-wrapper--reference .header-5050-lead-wrapper .lead {
    font-size:2rem;
    font-size:calc(1.325rem + .9vw);
    max-height:var(--reference-5050-height--xl)
  }
}
@media (min-width:1200px) and (min-width:1200px) {
  .header-5050-wrapper--reference .header-5050-lead-wrapper .lead {
    font-size:2rem
  }
}
@media (min-width:1008px) {
  .header-5050-wrapper--reference .header-5050-lead-wrapper .teaser_content {
    padding-right:10vw
  }
}
:root {
  --carousel-main-max-height:650px
}
.carousel--layout-main .carousel-inner {
  overflow:visible
}
.carousel--layout-main .carousel-item {
  padding:0
}
@media (min-width:768px) {
  .carousel--layout-main .carousel-item__content-container {
    max-height:var(--carousel-main-max-height);
    overflow:hidden
  }
}
.carousel--layout-main .carousel-item__content-container figure {
  display:block;
  max-width:unset
}
.carousel--layout-main .carousel-item__content-container figure img {
  height:auto;
  width:100%
}
.carousel--layout-main .carousel-item__headline__wordwrap {
  white-space:normal;
  word-break:break-word
}
.carousel--layout-main .carousel-indicators {
  bottom:unset;
  position:absolute;
  top:2rem
}
.carousel--layout-main .carousel-indicators button {
  background:#ededed;
  border:none;
  height:4px;
  margin:0 10px;
  width:50px
}
.carousel--layout-main .carousel-indicators button.active {
  background-color:var(--bs-primary)
}
.carousel--layout-main .carousel-control-next-icon,
.carousel--layout-main .carousel-control-prev-icon {
  background-image:none
}
.carousel--layout-main .carousel-control-next,
.carousel--layout-main .carousel-control-prev {
  display:none;
  width:auto!important
}
@media (min-width:768px) {
  .carousel--layout-main .carousel-control-next,
  .carousel--layout-main .carousel-control-prev {
    display:flex
  }
}
.carousel--layout-regular {
  display:grid
}
.carousel--layout-regular .carousel-control-next-icon,
.carousel--layout-regular .carousel-control-prev-icon {
  background-image:none
}
.carousel--layout-regular .carousel-control-next,
.carousel--layout-regular .carousel-control-prev {
  display:none;
  width:auto
}
@media (min-width:768px) {
  .carousel--layout-regular .carousel-control-next,
  .carousel--layout-regular .carousel-control-prev {
    display:block
  }
}
.carousel--layout-regular .carousel-item figure {
  display:table;
  margin:0 auto;
  position:relative
}
.carousel--layout-regular .carousel-item figure figcaption {
  caption-side:bottom;
  display:table-caption
}
.carousel--layout-regular .carousel-item .carousel-caption {
  bottom:0;
  left:0;
  padding:1rem;
  position:relative;
  right:0
}
.carousel--layout-regular .active.carousel-item-end,
.carousel--layout-regular .active.carousel-item-start {
  transition:transform .2s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .carousel--layout-regular .active.carousel-item-end,
  .carousel--layout-regular .active.carousel-item-start {
    transition:none
  }
}
.carousel--layout-regular .carousel-inner {
  order:1
}
.carousel--layout-regular .aco-indicator {
  color:var(--bs-gray);
  display:flex;
  font-size:1.5rem;
  justify-content:center;
  margin:30px 0;
  order:2;
  position:relative
}
.carousel--layout-regular .aco-indicator--above {
  order:1
}
.carousel--layout-media .carousel-item {
  padding:15px;
  text-align:center
}
.carousel--layout-media .carousel-item figure,
.carousel--layout-media .carousel-item img {
  margin:0 auto
}
.carousel--layout-media .carousel-item .gdpr-info__element {
  border:1px solid #ccc;
  margin-bottom:0!important;
  margin-left:auto;
  margin-right:auto
}
.carousel--layout-media .carousel-item .video-container .ratio,
.carousel--layout-media .carousel-item .video-container img {
  max-height:250px;
  width:auto
}
.carousel--layout-media .carousel-item .carousel-caption {
  display:none
}
.carousel--layout-media .carousel-control-next-icon,
.carousel--layout-media .carousel-control-prev-icon {
  background-color:unset;
  background-image:none;
  font-size:.8rem;
  height:var(--control-height,50px)
}
.carousel--layout-media .carousel-control-next-icon:before,
.carousel--layout-media .carousel-control-prev-icon:before {
  line-height:var(--control-height,50px)
}
.carousel--layout-media .carousel-control-next-icon:hover,
.carousel--layout-media .carousel-control-prev-icon:hover {
  background-color:unset
}
.carousel--layout-media .carousel-indicators {
  gap:2.5rem;
  justify-content:center;
  margin:0!important;
  position:static
}
.carousel--layout-media .carousel-indicators button {
  height:5px;
  margin:0;
  text-indent:0;
  width:45px
}
@media (min-width:768px) {
  .carousel--layout-media .carousel-indicators button {
    align-items:center;
    background:none;
    display:flex;
    height:auto;
    justify-content:center;
    position:relative;
    width:auto
  }
  .carousel--layout-media .carousel-indicators button .carousel-indicators__indicator--underline {
    background-color:var(--bs-white);
    bottom:-15px;
    display:block;
    height:5px;
    position:absolute;
    width:60%
  }
  .carousel--layout-media .carousel-indicators button.active .carousel-indicators__indicator--underline {
    background-color:var(--bs-primary)
  }
}
.carousel--layout-media .carousel-indicators button:hover {
  opacity:1
}
.carousel--layout-media .carousel-indicators button.active {
  background-color:var(--bs-primary)
}
@media (min-width:768px) {
  .carousel--layout-media .carousel-indicators button.active {
    background:none
  }
}
.carousel--layout-media .carousel-indicators button>img {
  display:none
}
@media (min-width:768px) {
  .carousel--layout-media .carousel-indicators button>img {
    display:unset;
    height:auto;
    max-width:100%
  }
}
.carousel--layout-media .carousel-indicators button.carousel-indicators__indicator--video {
  display:inline-flex;
  position:relative
}
@media (min-width:768px) {
  .carousel--layout-media .carousel-indicators button.carousel-indicators__indicator--video:after {
    color:var(--bs-primary);
    content:"\f04b";
    left:0;
    position:absolute;
    text-align:center;
    width:100%
  }
}
.carousel--layout-media .carousel-indicators .carousel-control-next,
.carousel--layout-media .carousel-indicators .carousel-control-prev {
  display:none
}
@media (min-width:768px) {
  .carousel--layout-media .carousel-indicators .carousel-control-next,
  .carousel--layout-media .carousel-indicators .carousel-control-prev {
    display:block
  }
}
@media (min-width:1008px) {
  .carousel--layout-media-tile {
    --carousel-equal-height-offset:1.5rem;
    max-width:500px
  }
}
@media (max-width:1007.98px) {
  .carousel--layout-media-tile .carousel-inner {
    position:inherit
  }
}
.carousel--layout-media-tile .carousel-item {
  padding:0!important;
  text-align:left!important
}
.carousel--layout-media-tile .card.text-image-tile .card-body,
.carousel--layout-media-tile .card.text-image-tile .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text,
.carousel--layout-media-tile .juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-tile.feed-item .card-body,
.carousel--layout-media-tile .juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-tile.feed-item .j-text,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .carousel--layout-media-tile .text-image-tile.feed-item .card-body,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .carousel--layout-media-tile .text-image-tile.feed-item .j-text,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .carousel--layout-media-tile .card.text-image-tile .j-text {
  min-height:190px
}
.carousel--layout-media-tile .card.text-image-tile .card-title,
.carousel--layout-media-tile .juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-tile.feed-item .card-title,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .carousel--layout-media-tile .text-image-tile.feed-item .card-title {
  margin-bottom:0;
  padding-bottom:0
}
@media (max-width:1007.98px) {
  .carousel--layout-media-tile .card.text-image-tile .card-title,
  .carousel--layout-media-tile .juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-tile.feed-item .card-title,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .carousel--layout-media-tile .text-image-tile.feed-item .card-title {
    font-size:1.38rem!important
  }
}
.carousel--layout-media-tile .carousel-indicators {
  gap:3px;
  justify-content:center;
  margin:0!important;
  position:absolute
}
@media (max-width:1007.98px) {
  .carousel--layout-media-tile .carousel-indicators {
    bottom:0;
    left:50%;
    list-style:none;
    margin:0;
    padding:0;
    position:absolute;
    -webkit-transform:var(--thumbnail-transform);
    -ms-transform:var(--thumbnail-transform);
    transform:var(--thumbnail-transform);
    width:100%;
    z-index:99
  }
  .carousel--layout-media-tile .carousel-indicators li {
    display:inline-block
  }
  .carousel--layout-media-tile .carousel-indicators li a {
    display:block;
    margin:4px
  }
  .carousel--layout-media-tile .carousel-indicators li img {
    border:2px solid #fff;
    border-radius:50%;
    -webkit-box-shadow:var(--thumbnail-image-shadow);
    box-shadow:var(--thumbnail-image-shadow);
    -webkit-transition:var(--thumbnail-transition);
    -o-transition:var(--thumbnail-transition);
    transition:var(--thumbnail-transition);
    width:60px
  }
  .carousel--layout-media-tile .carousel-indicators li.active img {
    border:2px solid var(--bs-primary);
    -webkit-box-shadow:var(--thumbnail-active-image-shadow);
    box-shadow:var(--thumbnail-active-image-shadow)
  }
  .carousel--layout-media-tile .carousel-indicators [data-bs-target] {
    background:none;
    border-bottom:0;
    height:auto;
    margin-bottom:0;
    text-indent:inherit;
    width:auto
  }
  .carousel--layout-media-tile .carousel-indicators .carousel-indicators-numbers {
    display:none
  }
}
@media (min-width:1008px) {
  .carousel--layout-media-tile .carousel-indicators {
    background:#fff;
    bottom:unset;
    flex-direction:column;
    justify-content:inherit;
    left:unset;
    right:0;
    width:1.968rem
  }
  .carousel--layout-media-tile .carousel-indicators img {
    display:none
  }
  .carousel--layout-media-tile .carousel-indicators .carousel-indicators__indicator {
    background:none!important;
    border:none!important;
    color:var(--acotheme-color);
    font-size:.875rem;
    height:auto;
    list-style:none;
    opacity:1;
    padding:2px;
    text-indent:0
  }
  .carousel--layout-media-tile .carousel-indicators .carousel-indicators__indicator.active {
    background-color:var(--bs-primary)
  }
  .carousel--layout-media-tile .carousel-indicators .carousel-indicators__indicator:before {
    content:"|";
    font-size:1.31rem;
    font-weight:900
  }
  .carousel--layout-media-tile .carousel-indicators .carousel-indicators__indicator.active {
    color:var(--bs-primary)
  }
}
.carousel--vertical .carousel-item {
  left:0;
  top:0
}
.carousel--vertical .carousel-item.active {
  --webkit-transform:translateZ(0);
  top:0;
  transform:translateZ(0)
}
.carousel--vertical .carousel-item.carousel-item-prev {
  --webkit-transform:translate3d(0,-100%,0);
  top:0;
  transform:translate3d(0,-100%,0)
}
.carousel--vertical .carousel-item.carousel-item-next {
  --webkit-transform:translate3d(0,100%,0);
  top:0;
  transform:translate3d(0,100%,0)
}
.carousel--layout-post {
  margin-bottom:3rem
}
.carousel--layout-post .carousel-control-next,
.carousel--layout-post .carousel-control-prev {
  display:none
}
.carousel--layout-post .carousel-item__content-container {
  display:grid;
  grid-template-areas:"image" "content"
}
@media (min-width:1008px) {
  .carousel--layout-post .carousel-item__content-container {
    grid-template-areas:"image content";
    grid-template-columns:50% 50%;
    grid-template-rows:unset
  }
}
.carousel--layout-post .carousel-item__content-container figure {
  aspect-ratio:4/3;
  grid-area:image;
  height:var(--carousel-post-image-height,250px);
  max-width:unset;
  overflow:hidden;
  width:100%
}
@media (min-width:768px) {
  .carousel--layout-post .carousel-item__content-container figure {
    height:100%;
    max-height:var(--carousel-post-image-height--md,350px)
  }
}
@media (min-width:1200px) {
  .carousel--layout-post .carousel-item__content-container figure {
    max-height:var(--carousel-post-image-height--xl,500px)
  }
}
.carousel--layout-post .carousel-item__content-container figure img {
  height:100%;
  object-fit:cover;
  width:100%
}
.carousel--layout-post .carousel-item__content-container .carousel-caption {
  background-color:var(--acotheme-background-color);
  bottom:unset;
  color:#212529;
  grid-area:content;
  left:unset;
  padding:7% 5% 5%;
  position:relative;
  right:unset;
  text-align:left;
  top:unset
}
@media (min-width:480px) {
  .carousel--layout-post .carousel-item__content-container .carousel-caption {
    padding-top:5%
  }
}
@media (min-width:768px) {
  .carousel--layout-post .carousel-item__content-container .carousel-caption {
    max-height:var(--carousel-post-container-height--md,350px)
  }
}
@media (min-width:1200px) {
  .carousel--layout-post .carousel-item__content-container .carousel-caption {
    max-height:var(--carousel-post-container-height--xl,500px);
    padding-left:15%;
    padding-right:15%
  }
}
.carousel--layout-post .carousel-item__content-container .carousel-caption .h3,
.carousel--layout-post .carousel-item__content-container .carousel-caption h3 {
  color:initial
}
.carousel--layout-post .carousel-indicators {
  bottom:unset;
  margin-left:3%;
  margin-right:3%;
  top:calc(var(--carousel-post-image-height,250px) + 15px)
}
@media (min-width:768px) {
  .carousel--layout-post .carousel-indicators {
    top:calc(var(--carousel-post-image-height,350px) + 15px)
  }
}
@media (min-width:1008px) {
  .carousel--layout-post .carousel-indicators {
    bottom:0;
    justify-content:end;
    left:unset;
    margin-bottom:2rem;
    margin-left:5%;
    margin-right:5%;
    top:unset
  }
}
.carousel--layout-post .carousel-indicators button {
  background:var(--acotheme-color);
  border:none;
  height:4px;
  margin:0 10px;
  width:50px
}
.carousel--layout-post .carousel-indicators button.active {
  background-color:var(--bs-primary)
}
ul.file-list li {
  list-style:none;
  padding-bottom:10px
}
ul.file-list li i {
  margin-right:10px
}
.mfp-bg {
  background:#000;
  opacity:.8;
  overflow:hidden;
  z-index:1042
}
.mfp-bg,
.mfp-wrap {
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%
}
.mfp-wrap {
  -webkit-backface-visibility:hidden;
  outline:none!important;
  z-index:1043
}
.mfp-container {
  box-sizing:border-box;
  height:100%;
  left:0;
  padding:0 .5rem;
  position:absolute;
  text-align:center;
  top:0;
  width:100%
}
.mfp-container:before {
  content:"";
  display:inline-block;
  height:100%;
  vertical-align:middle
}
.mfp-align-top .mfp-container:before {
  display:none
}
.mfp-content {
  display:inline-block;
  margin:0 auto;
  position:relative;
  text-align:left;
  vertical-align:middle;
  z-index:1045
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  cursor:auto;
  width:100%
}
.mfp-ajax-cur {
  cursor:progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor:-moz-zoom-out;
  cursor:-webkit-zoom-out;
  cursor:zoom-out
}
.mfp-zoom {
  cursor:pointer;
  cursor:-webkit-zoom-in;
  cursor:-moz-zoom-in;
  cursor:zoom-in
}
.mfp-auto-cursor .mfp-content {
  cursor:auto
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}
.mfp-loading.mfp-figure {
  display:none
}
.mfp-hide {
  display:none!important
}
.mfp-preloader {
  color:#ccc;
  left:8px;
  margin-top:-.8em;
  position:absolute;
  right:8px;
  text-align:center;
  top:50%;
  width:auto;
  z-index:1044
}
.mfp-preloader a {
  color:#ccc
}
.mfp-preloader a:hover {
  color:#fff
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display:none
}
button.mfp-arrow,
button.mfp-close {
  -webkit-appearance:none;
  background:transparent;
  border:0;
  box-shadow:none;
  cursor:pointer;
  display:block;
  outline:none;
  overflow:visible;
  padding:0;
  touch-action:manipulation;
  z-index:1046
}
button::-moz-focus-inner {
  border:0;
  padding:0
}
.mfp-close {
  color:#fff;
  font-family:Arial,Baskerville,monospace;
  font-size:28px;
  font-style:normal;
  height:44px;
  line-height:44px;
  opacity:.65;
  padding:0 0 18px 10px;
  position:absolute;
  right:0;
  text-align:center;
  text-decoration:none;
  top:0;
  width:44px
}
.mfp-close:focus,
.mfp-close:hover {
  opacity:1
}
.mfp-close:active {
  top:1px
}
.mfp-close-btn-in .mfp-close {
  color:#333
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color:#fff;
  padding-right:6px;
  right:-6px;
  text-align:right;
  width:100%
}
.mfp-counter {
  color:#ccc;
  font-size:12px;
  line-height:18px;
  position:absolute;
  right:0;
  top:0;
  white-space:nowrap
}
.mfp-iframe-holder {
  padding-bottom:40px;
  padding-top:40px
}
.mfp-iframe-holder .mfp-content {
  line-height:0;
  max-width:900px;
  width:100%
}
.mfp-iframe-holder .mfp-close {
  top:-40px
}
.mfp-iframe-scaler {
  height:0;
  overflow:hidden;
  padding-top:56.25%;
  width:100%
}
.mfp-iframe-scaler iframe {
  background:#000;
  box-shadow:0 0 8px rgba(0,0,0,.5);
  display:block;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%
}
img.mfp-img {
  box-sizing:border-box;
  display:block;
  height:auto;
  margin:0 auto;
  max-width:100%;
  padding:40px 0;
  width:auto
}
.mfp-figure,
img.mfp-img {
  line-height:0
}
.mfp-figure:after {
  background:#333;
  bottom:40px;
  box-shadow:0 0 8px rgba(0,0,0,.5);
  content:"";
  display:block;
  height:auto;
  left:0;
  position:absolute;
  right:0;
  top:40px;
  width:auto;
  z-index:-1
}
.mfp-figure .small,
.mfp-figure small {
  color:#bfbfbf;
  display:block;
  font-size:12px;
  line-height:14px
}
.mfp-figure figure {
  margin:0
}
.mfp-bottom-bar {
  cursor:auto;
  left:0;
  margin-top:-36px;
  position:absolute;
  top:100%;
  width:100%
}
.mfp-title {
  color:#ededed;
  line-height:18px;
  text-align:left;
  word-wrap:break-word;
  padding-right:36px
}
.mfp-image-holder .mfp-content {
  max-width:100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor:pointer
}
@media (max-width:900px) {
  .mfp-arrow {
    -webkit-transform:scale(.75);
    transform:scale(.75)
  }
  .mfp-arrow-left {
    -webkit-transform-origin:0;
    transform-origin:0
  }
  .mfp-arrow-right {
    -webkit-transform-origin:100%;
    transform-origin:100%
  }
  .mfp-container {
    padding-left:6px;
    padding-right:6px
  }
}
.mfp-bg {
  z-index:2050
}
.mfp-wrap {
  z-index:2051
}
.mfp-content {
  z-index:2053
}
.mfp-preloader {
  z-index:2052
}
button.mfp-arrow,
button.mfp-close {
  z-index:2054
}
.mfp-counter {
  font-size:1rem
}
.mfp-close {
  font-family:var(--aco-font-family-regular);
  font-size:2.15rem
}
img.mfp-img {
  background-color:#fff;
  padding:0
}
@media (min-width:768px) {
  img.mfp-img {
    max-height:900px!important
  }
}
.mfp-figure figure {
  padding:40px 0
}
.mfp-aco-arrow-right {
  right:0
}
.mfp-aco-arrow-left {
  left:0
}
.mfp-aco-arrow-left,
.mfp-aco-arrow-right {
  border:0;
  bottom:0;
  margin:auto;
  position:absolute;
  top:0;
  z-index:2054
}
.page--gray {
  --aco-box-dark-btn-color:var(--bs-primary);
  --aco-box-dark-btn-color-hover:var(--bs-secondary);
  --aco-box-light-color:var(--acotheme-color)
}
.page--blue {
  --aco-box-dark-btn-color:var(--acotheme-color);
  --aco-box-dark-btn-color-hover:var(--acotheme-color);
  --aco-box-light-color:#000
}
.box,
.consentarea-default,
.frame-layout-highlightbox-dark,
.frame-layout-highlightbox-light,
.gdpr-info__element--video .consentarea__youtube {
  padding:1.5rem
}
.box .btn+.btn,
.consentarea-default .btn+.btn,
.frame-layout-highlightbox-dark .btn+.btn,
.frame-layout-highlightbox-light .btn+.btn,
.gdpr-info__element--video .consentarea__youtube .btn+.btn {
  margin-left:.5rem
}
.box .form-check:not(.form-switch) .form-check-input[id][type=checkbox]:not(:checked)+label,
.box .form-check:not(.form-switch) .form-check-input[id][type=radio]:not(:checked)+label,
.box .form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:not(:checked)+label,
.box .form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:not(:checked)+label,
.box .form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-checkbox:not(:checked)+label,
.box .form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-radio:not(:checked)+label,
.consentarea-default .form-check:not(.form-switch) .form-check-input[id][type=checkbox]:not(:checked)+label,
.consentarea-default .form-check:not(.form-switch) .form-check-input[id][type=radio]:not(:checked)+label,
.consentarea-default .form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:not(:checked)+label,
.consentarea-default .form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:not(:checked)+label,
.consentarea-default .form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-checkbox:not(:checked)+label,
.consentarea-default .form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-radio:not(:checked)+label,
.frame-layout-highlightbox-dark .form-check:not(.form-switch) .form-check-input[id][type=checkbox]:not(:checked)+label,
.frame-layout-highlightbox-dark .form-check:not(.form-switch) .form-check-input[id][type=radio]:not(:checked)+label,
.frame-layout-highlightbox-dark .form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:not(:checked)+label,
.frame-layout-highlightbox-dark .form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:not(:checked)+label,
.frame-layout-highlightbox-dark .form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-checkbox:not(:checked)+label,
.frame-layout-highlightbox-dark .form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-radio:not(:checked)+label,
.frame-layout-highlightbox-light .form-check:not(.form-switch) .form-check-input[id][type=checkbox]:not(:checked)+label,
.frame-layout-highlightbox-light .form-check:not(.form-switch) .form-check-input[id][type=radio]:not(:checked)+label,
.frame-layout-highlightbox-light .form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:not(:checked)+label,
.frame-layout-highlightbox-light .form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:not(:checked)+label,
.frame-layout-highlightbox-light .form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-checkbox:not(:checked)+label,
.frame-layout-highlightbox-light .form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-radio:not(:checked)+label,
.gdpr-info__element--video .consentarea__youtube .form-check:not(.form-switch) .form-check-input[id][type=checkbox]:not(:checked)+label,
.gdpr-info__element--video .consentarea__youtube .form-check:not(.form-switch) .form-check-input[id][type=radio]:not(:checked)+label,
.gdpr-info__element--video .consentarea__youtube .form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-checkbox:not(:checked)+label,
.gdpr-info__element--video .consentarea__youtube .form-check:not(.form-switch) [id][type=checkbox].tx-srfeuserregister-pi1-radio:not(:checked)+label,
.gdpr-info__element--video .consentarea__youtube .form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-checkbox:not(:checked)+label,
.gdpr-info__element--video .consentarea__youtube .form-check:not(.form-switch) [id][type=radio].tx-srfeuserregister-pi1-radio:not(:checked)+label {
  background:transparent
}
.box>.btn+a:empty+*,
.consentarea-default>.btn+a:empty+*,
.frame-layout-highlightbox-dark>.btn+a:empty+*,
.frame-layout-highlightbox-light>.btn+a:empty+*,
.gdpr-info__element--video .consentarea__youtube>.btn+a:empty+* {
  margin-top:1rem
}
.box>:last-child,
.consentarea-default>:last-child,
.frame-layout-highlightbox-dark>:last-child,
.frame-layout-highlightbox-light>:last-child,
.gdpr-info__element--video .consentarea__youtube>:last-child {
  margin-bottom:0
}
.box--light,
.consentarea-default,
.frame-layout-highlightbox-light,
.gdpr-info__element--video .consentarea__youtube {
  background-color:var(--acotheme-background-color);
  color:var(--aco-box-light-color)
}
.box--light .btn:not(.dropdown-toggle):not(.disabled):not(:disabled),
.consentarea-default .btn:not(.dropdown-toggle):not(.disabled):not(:disabled),
.frame-layout-highlightbox-light .btn:not(.dropdown-toggle):not(.disabled):not(:disabled),
.gdpr-info__element--video .consentarea__youtube .btn:not(.dropdown-toggle):not(.disabled):not(:disabled) {
  border-width:1px
}
.box--light .frame-layout-highlightbox-dark .btn:not(.dropdown-toggle):not(.disabled):not(:disabled),
.consentarea-default .frame-layout-highlightbox-dark .btn:not(.dropdown-toggle):not(.disabled):not(:disabled),
.frame-layout-highlightbox-light .frame-layout-highlightbox-dark .btn:not(.dropdown-toggle):not(.disabled):not(:disabled),
.gdpr-info__element--video .consentarea__youtube .frame-layout-highlightbox-dark .btn:not(.dropdown-toggle):not(.disabled):not(:disabled) {
  border-width:0
}
.box--dark .frame-layout-highlightbox-light .btn.btn-gray:not(.disabled):not(:disabled),
.box--light .btn-gray:not(.disabled):not(:disabled),
.consentarea-default .btn-gray:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn.btn-gray:not(.disabled):not(:disabled),
.frame-layout-highlightbox-light .btn-gray:not(.disabled):not(:disabled),
.gdpr-info__element--video .consentarea__youtube .btn-gray:not(.disabled):not(:disabled) {
  background-color:transparent;
  border-color:var(--aco-button-color);
  color:var(--aco-button-color)
}
.box--dark .frame-layout-highlightbox-light .btn.btn-gray:not(.disabled):not(:disabled):hover,
.box--light .btn-gray:not(.disabled):not(:disabled):hover,
.consentarea-default .btn-gray:not(.disabled):not(:disabled):hover,
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn.btn-gray:not(.disabled):not(:disabled):hover,
.frame-layout-highlightbox-light .btn-gray:not(.disabled):not(:disabled):hover,
.gdpr-info__element--video .consentarea__youtube .btn-gray:not(.disabled):not(:disabled):hover {
  background-color:var(--aco-button-background-hover);
  border-color:var(--aco-button-background-hover);
  color:var(--aco-button-color-hover)
}
.box--dark,
.frame-layout-highlightbox-dark {
  background-color:var(--acotheme-background-color-dark);
  color:var(--acotheme-color-dark)
}
.box--dark table,
.box--dark table caption,
.box--dark table td,
.box--dark table th,
.frame-layout-highlightbox-dark table,
.frame-layout-highlightbox-dark table caption,
.frame-layout-highlightbox-dark table td,
.frame-layout-highlightbox-dark table th {
  color:#fff
}
.box--dark a:not(.disabled),
.frame-layout-highlightbox-dark a:not(.disabled) {
  color:#fff;
  text-decoration:underline
}
.box--dark .btn:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .btn:not(.disabled):not(:disabled) {
  background-color:#fff;
  color:var(--aco-box-dark-btn-color);
  text-decoration:none
}
.box--dark .btn:not(.disabled):not(:disabled):hover,
.frame-layout-highlightbox-dark .btn:not(.disabled):not(:disabled):hover {
  background-color:var(--acotheme-background-color);
  color:var(--aco-box-dark-btn-color-hover);
  text-decoration:underline
}
.box--dark .btn-gray:not(.disabled):not(:disabled),
.frame-layout-highlightbox-dark .btn-gray:not(.disabled):not(:disabled) {
  border:none
}
.box--dark .btn.disabled,
.box--dark .btn:disabled,
.frame-layout-highlightbox-dark .btn.disabled,
.frame-layout-highlightbox-dark .btn:disabled {
  opacity:1
}
.box--dark .frame-layout-highlightbox-light a:not(.disabled),
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light a:not(.disabled) {
  color:var(--bs-primary);
  text-decoration:none
}
.box--dark .frame-layout-highlightbox-light .btn.btn-primary:not(.disabled):not(:disabled):hover,
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn.btn-primary:not(.disabled):not(:disabled):hover {
  text-decoration:none
}
.box--dark .frame-layout-highlightbox-light .btn.btn-gray,
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn.btn-gray {
  border:1px solid
}
.box--dark .frame-layout-highlightbox-light .btn.btn-gray:hover,
.frame-layout-highlightbox-dark .frame-layout-highlightbox-light .btn.btn-gray:hover {
  text-decoration:none
}
.box--dark ol li::marker,
.box--dark ul li::marker,
.frame-layout-highlightbox-dark ol li::marker,
.frame-layout-highlightbox-dark ul li::marker {
  color:#fff
}
:root {
  --aco-text-image-box-description-background:#fff;
  --aco-text-image-title-color:#1e3e5e;
  --aco-text-image-link-config-background:#e6e6e6;
  --aco-text-image-link-more-background:#c00;
  --aco-text-image-link-more-color:#fff;
  --aco-text-image-link-icon-font-size:1rem;
  --aco-text-image-link-text-font-size:1.3rem
}
.text-image-box__item {
  margin-bottom:1.5rem
}
@media (min-width:768px) {
  .text-image-box__item.text-image-box__item--teaser .text-image-box__item-image-container {
    max-height:500px
  }
}
@media (max-width:767.98px) {
  .text-image-box__item.text-image-box__item--teaser .text-image-box__item-desc {
    padding:0
  }
}
.text-image-box__item.text-image-box__item--teaser .text-image-box__item-desc .card-title {
  color:var(--aco-text-image-title-color)
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .text-image-box__item.text-image-box__item--teaser .text-image-box__item-desc .j-message,
.text-image-box__item.text-image-box__item--teaser .text-image-box__item-desc .card-text,
.text-image-box__item.text-image-box__item--teaser .text-image-box__item-desc .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-message {
  margin-bottom:3rem;
  margin-top:.5em
}
@media (min-width:1200px) {
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .text-image-box__item.text-image-box__item--teaser .text-image-box__item-desc .j-message,
  .text-image-box__item.text-image-box__item--teaser .text-image-box__item-desc .card-text,
  .text-image-box__item.text-image-box__item--teaser .text-image-box__item-desc .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-message {
    margin-top:1.5em
  }
}
@media (min-width:768px) {
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .text-image-box__item.text-image-box__item--teaser .text-image-box__item-desc .j-message p,
  .text-image-box__item.text-image-box__item--teaser .text-image-box__item-desc .card-text p,
  .text-image-box__item.text-image-box__item--teaser .text-image-box__item-desc .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-message p {
    display:-webkit-box;
    line-clamp:9;
    -webkit-line-clamp:9;
    overflow:hidden;
    -webkit-box-orient:vertical
  }
}
.text-image-box__item.text-image-box__item--teaser .card-link i {
  font-size:var(--aco-text-image-link-icon-font-size)
}
@media (min-width:768px) {
  .text-image-box__item.text-image-box__item--teaser .card-link {
    bottom:25px;
    position:absolute
  }
}
@media (min-width:1200px) {
  .text-image-box__item.text-image-box__item--teaser .card-link span {
    font-size:var(--aco-text-image-link-text-font-size)
  }
}
@media (max-width:767.98px) {
  .text-image-box__item.text-image-box__item--teaser .card-link {
    display:inline-block;
    margin-bottom:20px;
    padding:1rem;
    text-align:center;
    width:100%
  }
  .text-image-box__item.text-image-box__item--teaser .card-link--config {
    background:var(--aco-text-image-link-config-background)
  }
}
@media (min-width:768px) {
  .text-image-box__item.text-image-box__item--teaser .card-link--config {
    left:31px
  }
}
@media (min-width:1008px) {
  .text-image-box__item.text-image-box__item--teaser .card-link--config {
    left:62px
  }
}
@media (max-width:767.98px) {
  .text-image-box__item.text-image-box__item--teaser .card-link--more {
    background:var(--aco-text-image-link-more-background);
    color:var(--aco-text-image-link-more-color);
    margin-left:0
  }
}
@media (min-width:768px) {
  .text-image-box__item.text-image-box__item--teaser .card-link--more {
    right:31px
  }
}
@media (min-width:1008px) {
  .text-image-box__item.text-image-box__item--teaser .card-link--more {
    right:62px
  }
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-box__item .feed-item,
.text-image-box__item .card,
.text-image-box__item .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item {
  background-color:var(--aco-text-image-box-description-background);
  border:0;
  overflow:hidden
}
.aco-quotationbox .juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-box__item .feed-item>.aco-quotationbox__wrapper,
.aco-quotationbox .text-image-box__item .card>.aco-quotationbox__wrapper,
.aco-quotationbox .text-image-box__item .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item>.aco-quotationbox__wrapper,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-box__item .aco-quotationbox .feed-item>.aco-quotationbox__wrapper,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-box__item .feed-item>.form-row,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-box__item .feed-item>.row,
.text-image-box__item .aco-quotationbox .card>.aco-quotationbox__wrapper,
.text-image-box__item .card>.form-row,
.text-image-box__item .card>.row,
.text-image-box__item .juicer-feed.juicer-feed--aco .j-stacker .j-stack .aco-quotationbox .feed-item>.aco-quotationbox__wrapper,
.text-image-box__item .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item>.form-row,
.text-image-box__item .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item>.row {
  margin:0
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-box__item .feed-item .image-link-icon,
.text-image-box__item .card .image-link-icon,
.text-image-box__item .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .image-link-icon {
  max-width:unset
}
@media (min-width:768px) {
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-box__item .feed-item .image-link-icon,
  .text-image-box__item .card .image-link-icon,
  .text-image-box__item .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .image-link-icon {
    display:initial
  }
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-box__item .feed-item .image-link-icon:after,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-box__item .feed-item .image-link-icon:before,
  .text-image-box__item .card .image-link-icon:after,
  .text-image-box__item .card .image-link-icon:before,
  .text-image-box__item .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .image-link-icon:after,
  .text-image-box__item .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .image-link-icon:before {
    content:unset
  }
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-box__item .feed-item .text-image-box__item-image-container,
.text-image-box__item .card .text-image-box__item-image-container,
.text-image-box__item .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .text-image-box__item-image-container {
  padding:0;
  position:relative
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-box__item .feed-item .text-image-box__item-image-container img,
.text-image-box__item .card .text-image-box__item-image-container img,
.text-image-box__item .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .text-image-box__item-image-container img {
  height:100%;
  object-fit:cover;
  width:100%
}
.aco-quotationbox .card-text-image-box .aco-quotationbox__wrapper,
.card-text-image-box,
.card-text-image-box .aco-quotationbox .aco-quotationbox__wrapper,
.card-text-image-box .form-row,
.card-text-image-box .row {
  height:100%
}
.card-text-image-box--shadow {
  box-shadow:0 0 .5rem rgba(0,0,0,.15)
}
.text-image-box__item-desc {
  background-color:var(--aco-text-image-box-description-background);
  border:10px;
  color:#212529;
  height:auto;
  min-height:100%;
  position:relative
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .text-image-box__item-desc .j-message,
.text-image-box__item-desc .card-text,
.text-image-box__item-desc .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-message {
  float:left;
  font-size:.9rem;
  margin:1.5rem 0
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .text-image-box__item-desc .j-text,
.text-image-box__item-desc .card-body,
.text-image-box__item-desc .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text {
  margin-top:1.5rem;
  padding:1.5rem
}
.frame-layout-textpicbox-shaded,
.text-image-box__item--layout-shaded {
  --aco-text-image-box-description-background:var(--acotheme-background-color)
}
.aco-quotationbox .juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-box__item[data-image-position=right] .feed-item>.aco-quotationbox__wrapper,
.aco-quotationbox .text-image-box__item[data-image-position=right] .card>.aco-quotationbox__wrapper,
.aco-quotationbox .text-image-box__item[data-image-position=right] .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item>.aco-quotationbox__wrapper,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-box__item[data-image-position=right] .aco-quotationbox .feed-item>.aco-quotationbox__wrapper,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-box__item[data-image-position=right] .feed-item>.form-row,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .text-image-box__item[data-image-position=right] .feed-item>.row,
.text-image-box__item[data-image-position=right] .aco-quotationbox .card>.aco-quotationbox__wrapper,
.text-image-box__item[data-image-position=right] .card>.form-row,
.text-image-box__item[data-image-position=right] .card>.row,
.text-image-box__item[data-image-position=right] .juicer-feed.juicer-feed--aco .j-stacker .j-stack .aco-quotationbox .feed-item>.aco-quotationbox__wrapper,
.text-image-box__item[data-image-position=right] .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item>.form-row,
.text-image-box__item[data-image-position=right] .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item>.row {
  flex-direction:row-reverse
}
@media (min-width:768px) {
  .text-image-box__item:not(.text-image-box__item--teaser)[data-image-position=left] .text-image-box__item-desc {
    border-top-left-radius:.7em 5em;
    margin-left:-25px;
    transition:all .3s ease-in-out
  }
}
@media (min-width:768px) and (prefers-reduced-motion:reduce) {
  .text-image-box__item:not(.text-image-box__item--teaser)[data-image-position=left] .text-image-box__item-desc {
    transition:none
  }
}
@media (min-width:768px) {
  .text-image-box__item:not(.text-image-box__item--teaser)[data-image-position=right] .text-image-box__item-desc {
    border-top-right-radius:.7em 5em;
    margin-right:-25px;
    transition:all .3s ease-in-out
  }
}
@media (min-width:768px) and (prefers-reduced-motion:reduce) {
  .text-image-box__item:not(.text-image-box__item--teaser)[data-image-position=right] .text-image-box__item-desc {
    transition:none
  }
}
.text-image-box__item-overlay {
  align-items:center;
  background-color:var(--acotheme-background-color-dark);
  bottom:0;
  color:#fff;
  display:none;
  font-size:1.84rem;
  height:100%;
  justify-content:center;
  left:0;
  opacity:.8;
  position:absolute;
  right:0;
  top:0;
  width:100%
}
@media (min-width:768px) {
  .text-image-box__item:not(.text-image-box__item--teaser):hover .text-image-box__item-link .text-image-box__item-overlay {
    display:flex
  }
  .text-image-box__item:not(.text-image-box__item--teaser):hover[data-image-position=left] .text-image-box__item-desc {
    margin-left:-10%
  }
  .text-image-box__item:not(.text-image-box__item--teaser):hover[data-image-position=left] .text-image-box__item-overlay-text {
    margin-right:21%
  }
  .text-image-box__item:not(.text-image-box__item--teaser):hover[data-image-position=right] .text-image-box__item-desc {
    margin-right:-10%
  }
  .text-image-box__item:not(.text-image-box__item--teaser):hover[data-image-position=right] .text-image-box__item-overlay-text {
    margin-left:21%
  }
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .text-image-box__item .j-text .cluster-wrapper,
.text-image-box__item .card-body .cluster-wrapper,
.text-image-box__item .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text .cluster-wrapper {
  left:0;
  position:absolute;
  top:-2.875rem
}
@media (min-width:768px) {
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .text-image-box__item .j-text .cluster-wrapper,
  .text-image-box__item .card-body .cluster-wrapper,
  .text-image-box__item .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text .cluster-wrapper {
    position:relative;
    top:0;
    width:350px!important
  }
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .text-image-box__item[data-image-position=left] .j-text .cluster-wrapper,
  .text-image-box__item[data-image-position=left] .card-body .cluster-wrapper,
  .text-image-box__item[data-image-position=left] .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text .cluster-wrapper {
    left:-2.25rem
  }
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .text-image-box__item[data-image-position=right] .j-text .cluster-wrapper,
  .text-image-box__item[data-image-position=right] .card-body .cluster-wrapper,
  .text-image-box__item[data-image-position=right] .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text .cluster-wrapper {
    float:right;
    left:unset;
    right:-2.25rem
  }
}
.card-carousel {
  background:var(--acotheme-background-color);
  overflow-x:auto;
  padding:20px 0;
  -webkit-overflow-scrolling:touch;
  scrollbar-color:#666 transparent
}
.card-carousel::-webkit-scrollbar {
  height:8px;
  width:8px
}
.card-carousel::-webkit-scrollbar-thumb {
  background:#666;
  border-radius:3px
}
.card-carousel::-webkit-scrollbar-track {
  background:#fff
}
.card-carousel--center {
  text-align:center
}
.card-carousel--center .card,
.card-carousel--center .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-carousel--center .feed-item {
  text-align:left
}
.card-carousel .carousel-items {
  display:inline-flex;
  margin:0 20px
}
.card-carousel .carousel-items .card,
.card-carousel .carousel-items .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-carousel .carousel-items .feed-item {
  margin-right:20px;
  transition:all .2s ease-in-out;
  width:22rem
}
@media (prefers-reduced-motion:reduce) {
  .card-carousel .carousel-items .card,
  .card-carousel .carousel-items .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-carousel .carousel-items .feed-item {
    transition:none
  }
}
.card-carousel .carousel-items .card:hover,
.card-carousel .carousel-items .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item:hover,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-carousel .carousel-items .feed-item:hover {
  -webkit-box-shadow:0 0 5px rgba(0,0,0,.25);
  box-shadow:0 0 5px rgba(0,0,0,.25);
  transform:translateY(-5px)
}
.card-carousel .carousel-items .card:last-child,
.card-carousel .carousel-items .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item:last-child,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-carousel .carousel-items .feed-item:last-child {
  margin-right:0
}
.card-carousel .carousel-items--center {
  justify-content:center
}
.card-carousel--full-width {
  left:0;
  position:absolute;
  width:100%
}
.card-breakout {
  display:grid
}
.card-breakout .card,
.card-breakout .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .card-breakout .feed-item {
  background:#ededed;
  border:0
}
.card-breakout .card-header,
.card-breakout .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-poster,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .card-breakout .j-poster {
  background:transparent;
  border:0
}
.card-breakout .card-body,
.card-breakout .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .card-breakout .j-text {
  background:#fff;
  box-shadow:-1px 1px 6px #ccc;
  left:-12px;
  padding:28px 12px;
  position:relative;
  width:calc(100% + 24px)
}
@media (min-width:768px) {
  .card-breakout .card-body,
  .card-breakout .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text,
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .card-breakout .j-text {
    left:-28px;
    padding:28px;
    width:calc(100% + 56px)
  }
}
.scrolling-area {
  position:relative;
  --scrollingarea-scrollbar-color:#666
}
.scrolling-area .scrolling-area__section,
.scrolling-area>section {
  -webkit-overflow-scrolling:touch
}
.scrolling-area .scrolling-controls {
  align-items:center;
  display:grid;
  grid-template-areas:"controlLeft controlRight";
  pointer-events:none;
  position:absolute;
  width:100%
}
.scrolling-area .scrolling-control-next,
.scrolling-area .scrolling-control-prev {
  align-items:center;
  display:none;
  height:100%;
  pointer-events:auto;
  position:absolute;
  width:auto;
  z-index:3
}
.scrolling-area .scrolling-control-prev {
  grid-area:controlLeft;
  left:0
}
.scrolling-area .scrolling-control-next {
  grid-area:controlRight;
  right:0
}
table.scrolling-area,
tbody.scrolling-area__section,
tfoot.scrolling-area__section,
thead.scrolling-area__section {
  display:block
}
.scrolling-area--scroll .scrolling-area__section:not(.scrolling-area--disable-direction-x),
.scrolling-area--scroll>section,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-area__section:not(.scrolling-area--disable-direction-x),
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars>section,
.scrolling-area:not(.scrolling-area--fade) .scrolling-area__section:not(.scrolling-area--disable-direction-x),
.scrolling-area:not(.scrolling-area--fade)>section {
  overflow-x:auto!important;
  overflow-y:hidden;
  scrollbar-color:var(--scrollingarea-scrollbar-color) transparent
}
.scrolling-area--scroll .scrolling-area__section:not(.scrolling-area--disable-direction-x)::-webkit-scrollbar,
.scrolling-area--scroll>section::-webkit-scrollbar,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-area__section:not(.scrolling-area--disable-direction-x)::-webkit-scrollbar,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars>section::-webkit-scrollbar,
.scrolling-area:not(.scrolling-area--fade) .scrolling-area__section:not(.scrolling-area--disable-direction-x)::-webkit-scrollbar,
.scrolling-area:not(.scrolling-area--fade)>section::-webkit-scrollbar {
  height:8px;
  width:8px
}
.scrolling-area--scroll .scrolling-area__section:not(.scrolling-area--disable-direction-x)::-webkit-scrollbar-thumb,
.scrolling-area--scroll>section::-webkit-scrollbar-thumb,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-area__section:not(.scrolling-area--disable-direction-x)::-webkit-scrollbar-thumb,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars>section::-webkit-scrollbar-thumb,
.scrolling-area:not(.scrolling-area--fade) .scrolling-area__section:not(.scrolling-area--disable-direction-x)::-webkit-scrollbar-thumb,
.scrolling-area:not(.scrolling-area--fade)>section::-webkit-scrollbar-thumb {
  background:var(--scrollingarea-scrollbar-color);
  border-radius:3px
}
.scrolling-area--scroll .scrolling-area__section:not(.scrolling-area--disable-direction-x)::-webkit-scrollbar-track,
.scrolling-area--scroll>section::-webkit-scrollbar-track,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-area__section:not(.scrolling-area--disable-direction-x)::-webkit-scrollbar-track,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars>section::-webkit-scrollbar-track,
.scrolling-area:not(.scrolling-area--fade) .scrolling-area__section:not(.scrolling-area--disable-direction-x)::-webkit-scrollbar-track,
.scrolling-area:not(.scrolling-area--fade)>section::-webkit-scrollbar-track {
  background:#fff
}
.scrolling-area--scroll.scrolling-area--direction-y .scrolling-area__section,
.scrolling-area--scroll.scrolling-area--direction-y>section,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars.scrolling-area--direction-y .scrolling-area__section,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars.scrolling-area--direction-y>section,
.scrolling-area:not(.scrolling-area--fade).scrolling-area--direction-y .scrolling-area__section,
.scrolling-area:not(.scrolling-area--fade).scrolling-area--direction-y>section {
  overflow-x:hidden;
  overflow-y:auto!important
}
.scrolling-area--scroll.scrolling-area--hidescrollbars .scrolling-area__section,
.scrolling-area--scroll.scrolling-area--hidescrollbars>section,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars.scrolling-area--hidescrollbars .scrolling-area__section,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars.scrolling-area--hidescrollbars>section,
.scrolling-area:not(.scrolling-area--fade).scrolling-area--hidescrollbars .scrolling-area__section,
.scrolling-area:not(.scrolling-area--fade).scrolling-area--hidescrollbars>section {
  scrollbar-width:none;
  -ms-overflow-style:none
}
.scrolling-area--scroll.scrolling-area--hidescrollbars .scrolling-area__section::-webkit-scrollbar,
.scrolling-area--scroll.scrolling-area--hidescrollbars>section::-webkit-scrollbar,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars.scrolling-area--hidescrollbars .scrolling-area__section::-webkit-scrollbar,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars.scrolling-area--hidescrollbars>section::-webkit-scrollbar,
.scrolling-area:not(.scrolling-area--fade).scrolling-area--hidescrollbars .scrolling-area__section::-webkit-scrollbar,
.scrolling-area:not(.scrolling-area--fade).scrolling-area--hidescrollbars>section::-webkit-scrollbar {
  height:0;
  width:0
}
.scrolling-area--scroll .scrolling-controls,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-controls,
.scrolling-area:not(.scrolling-area--fade) .scrolling-controls {
  height:calc(100% - 8px)
}
.scrolling-area--scroll .scrolling-control-next-icon:before,
.scrolling-area--scroll .scrolling-control-prev-icon:before,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-control-next-icon:before,
.scrolling-area.scrolling-area--fade.scrolling-area--hidescrollbars .scrolling-control-prev-icon:before,
.scrolling-area:not(.scrolling-area--fade) .scrolling-control-next-icon:before,
.scrolling-area:not(.scrolling-area--fade) .scrolling-control-prev-icon:before {
  font-size:1em
}
.scrolling-area--fade .scrolling-controls {
  height:100%
}
.scrolling-area--fade .scrolling-control-next-icon {
  text-align:right
}
.scrolling-area--fade .scrolling-control-next-icon,
.scrolling-area--fade .scrolling-control-prev-icon {
  width:calc(var(--fade-size-x) - 10px)
}
.scrolling-area--fade.scrolling-area--direction-y .scrolling-control-next-icon,
.scrolling-area--fade.scrolling-area--direction-y .scrolling-control-prev-icon {
  width:calc(var(--fade-size-y) - 10px)
}
.scrolling-area--fade:not(.scrolling-area--hidescrollbars) .scrolling-area__section,
.scrolling-area--fade:not(.scrolling-area--hidescrollbars)>section {
  overflow-x:hidden;
  overflow-y:hidden
}
.scrolling-area--fade-xs .fade-left:after,
.scrolling-area--fade-xs .fade-left:before,
.scrolling-area--fade-xs .fade-right:after,
.scrolling-area--fade-xs .fade-right:before,
.scrolling-area--fade-xs .scrolling-controls,
.scrolling-area--fade-xs-only .fade-left:after,
.scrolling-area--fade-xs-only .fade-left:before,
.scrolling-area--fade-xs-only .fade-right:after,
.scrolling-area--fade-xs-only .fade-right:before,
.scrolling-area--fade-xs-only .scrolling-controls {
  display:none
}
@media (max-width:479.98px) {
  .scrolling-area--fade-sm-only .fade-left:after,
  .scrolling-area--fade-sm-only .fade-left:before,
  .scrolling-area--fade-sm-only .fade-right:after,
  .scrolling-area--fade-sm-only .fade-right:before,
  .scrolling-area--fade-sm-only .scrolling-controls {
    display:none
  }
}
@media (min-width:480px) {
  .scrolling-area--fade-sm-only .fade-left:after,
  .scrolling-area--fade-sm-only .fade-left:before,
  .scrolling-area--fade-sm-only .fade-right:after,
  .scrolling-area--fade-sm-only .fade-right:before,
  .scrolling-area--fade-sm-only .scrolling-controls {
    display:none
  }
}
@media (max-width:479.98px) {
  .scrolling-area--fade-sm .fade-left:after,
  .scrolling-area--fade-sm .fade-left:before,
  .scrolling-area--fade-sm .fade-right:after,
  .scrolling-area--fade-sm .fade-right:before,
  .scrolling-area--fade-sm .scrolling-controls {
    display:none
  }
}
@media (max-width:767.98px) {
  .scrolling-area--fade-md-only .fade-left:after,
  .scrolling-area--fade-md-only .fade-left:before,
  .scrolling-area--fade-md-only .fade-right:after,
  .scrolling-area--fade-md-only .fade-right:before,
  .scrolling-area--fade-md-only .scrolling-controls {
    display:none
  }
}
@media (min-width:768px) {
  .scrolling-area--fade-md-only .fade-left:after,
  .scrolling-area--fade-md-only .fade-left:before,
  .scrolling-area--fade-md-only .fade-right:after,
  .scrolling-area--fade-md-only .fade-right:before,
  .scrolling-area--fade-md-only .scrolling-controls {
    display:none
  }
}
@media (max-width:767.98px) {
  .scrolling-area--fade-md .fade-left:after,
  .scrolling-area--fade-md .fade-left:before,
  .scrolling-area--fade-md .fade-right:after,
  .scrolling-area--fade-md .fade-right:before,
  .scrolling-area--fade-md .scrolling-controls {
    display:none
  }
}
@media (max-width:1007.98px) {
  .scrolling-area--fade-lg-only .fade-left:after,
  .scrolling-area--fade-lg-only .fade-left:before,
  .scrolling-area--fade-lg-only .fade-right:after,
  .scrolling-area--fade-lg-only .fade-right:before,
  .scrolling-area--fade-lg-only .scrolling-controls {
    display:none
  }
}
@media (min-width:1008px) {
  .scrolling-area--fade-lg-only .fade-left:after,
  .scrolling-area--fade-lg-only .fade-left:before,
  .scrolling-area--fade-lg-only .fade-right:after,
  .scrolling-area--fade-lg-only .fade-right:before,
  .scrolling-area--fade-lg-only .scrolling-controls {
    display:none
  }
}
@media (max-width:1007.98px) {
  .scrolling-area--fade-lg .fade-left:after,
  .scrolling-area--fade-lg .fade-left:before,
  .scrolling-area--fade-lg .fade-right:after,
  .scrolling-area--fade-lg .fade-right:before,
  .scrolling-area--fade-lg .scrolling-controls {
    display:none
  }
}
@media (max-width:1199.98px) {
  .scrolling-area--fade-xl-only .fade-left:after,
  .scrolling-area--fade-xl-only .fade-left:before,
  .scrolling-area--fade-xl-only .fade-right:after,
  .scrolling-area--fade-xl-only .fade-right:before,
  .scrolling-area--fade-xl-only .scrolling-controls {
    display:none
  }
}
@media (min-width:1200px) {
  .scrolling-area--fade-xl-only .fade-left:after,
  .scrolling-area--fade-xl-only .fade-left:before,
  .scrolling-area--fade-xl-only .fade-right:after,
  .scrolling-area--fade-xl-only .fade-right:before,
  .scrolling-area--fade-xl-only .scrolling-controls {
    display:none
  }
}
@media (max-width:1199.98px) {
  .scrolling-area--fade-xl .fade-left:after,
  .scrolling-area--fade-xl .fade-left:before,
  .scrolling-area--fade-xl .fade-right:after,
  .scrolling-area--fade-xl .fade-right:before,
  .scrolling-area--fade-xl .scrolling-controls {
    display:none
  }
}
@media (max-width:1399.98px) {
  .scrolling-area--fade-xxl-only .fade-left:after,
  .scrolling-area--fade-xxl-only .fade-left:before,
  .scrolling-area--fade-xxl-only .fade-right:after,
  .scrolling-area--fade-xxl-only .fade-right:before,
  .scrolling-area--fade-xxl-only .scrolling-controls {
    display:none
  }
}
@media (min-width:1400px) {
  .scrolling-area--fade-xxl-only .fade-left:after,
  .scrolling-area--fade-xxl-only .fade-left:before,
  .scrolling-area--fade-xxl-only .fade-right:after,
  .scrolling-area--fade-xxl-only .fade-right:before,
  .scrolling-area--fade-xxl-only .scrolling-controls {
    display:none
  }
}
@media (max-width:1399.98px) {
  .scrolling-area--fade-xxl .fade-left:after,
  .scrolling-area--fade-xxl .fade-left:before,
  .scrolling-area--fade-xxl .fade-right:after,
  .scrolling-area--fade-xxl .fade-right:before,
  .scrolling-area--fade-xxl .scrolling-controls {
    display:none
  }
}
.accordion--layout-regular .accordion-header {
  border-bottom:1px solid #d9d9d9
}
.accordion--layout-regular .accordion-body {
  padding:1rem .75rem
}
.accordion--layout-regular .accordion-button {
  background-color:transparent;
  border-bottom:0;
  color:#666;
  font-size:1.38rem
}
.accordion--layout-regular .accordion-button * {
  margin:0
}
.accordion--layout-regular .accordion-button:after {
  background:none;
  color:var(--bs-primary);
  content:"\e603";
  font-family:aco;
  font-size:.8rem;
  margin-top:5px;
  text-align:right;
  width:calc(1.25rem + 5px)
}
.accordion--layout-regular .accordion-button:not(.collapsed) {
  background:transparent
}
.accordion--layout-regular .accordion-button:not(.collapsed):after {
  content:"\e600";
  transform:none
}
.accordion--layout-plus .accordion-item {
  border:1px solid #fff
}
.accordion--layout-plus .accordion-button {
  background:#ededed;
  border-bottom:0;
  color:#666;
  padding:0
}
.accordion--layout-plus .accordion-button>span {
  padding:1rem .75rem
}
.accordion--layout-plus .accordion-button,
.accordion--layout-plus .accordion-button .h1,
.accordion--layout-plus .accordion-button .h2,
.accordion--layout-plus .accordion-button .h3,
.accordion--layout-plus .accordion-button .h4,
.accordion--layout-plus .accordion-button .h5,
.accordion--layout-plus .accordion-button .h6,
.accordion--layout-plus .accordion-button h1,
.accordion--layout-plus .accordion-button h2,
.accordion--layout-plus .accordion-button h3,
.accordion--layout-plus .accordion-button h4,
.accordion--layout-plus .accordion-button h5,
.accordion--layout-plus .accordion-button h6 {
  --aco-font-family-bold:var(--aco-font-family-regular);
  background-image:none;
  font-size:1.38rem;
  font-weight:400
}
.accordion--layout-plus .accordion-button * {
  margin:0
}
.accordion--layout-plus .accordion-button {
  position:relative
}
.accordion--layout-plus .accordion-button>span {
  width:calc(100% - 85px)
}
.accordion--layout-plus .accordion-button:after {
  align-items:center;
  background-color:var(--bs-primary);
  background-image:none;
  color:var(--bs-primary-c);
  content:"+";
  display:flex;
  font-size:2.15rem;
  height:100%;
  justify-content:center;
  position:absolute;
  right:0;
  top:0;
  width:85px
}
.accordion--layout-plus .accordion-button:not(.collapsed) {
  color:#666
}
.accordion--layout-plus .accordion-button:not(.collapsed):after {
  content:"-";
  transform:none
}
.accordion--layout-shaded .accordion-button {
  background-color:#ededed;
  color:var(--bs-primary);
  font-family:var(--aco-font-family-regular);
  font-size:.9rem;
  font-weight:700;
  padding:10px
}
.accordion--layout-shaded .accordion-button.collapsed {
  border-bottom:1px solid var(--bs-primary)
}
.accordion--layout-shaded .accordion-button:before {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-size:1.25rem;
  content:"";
  flex-shrink:0;
  height:1.25rem;
  margin-left:auto;
  transition:transform .2s ease-in-out;
  width:1.25rem
}
@media (prefers-reduced-motion:reduce) {
  .accordion--layout-shaded .accordion-button:before {
    transition:none
  }
}
.accordion--layout-shaded .accordion-button:not(.collapsed):before {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  transform:rotate(-180deg)
}
.accordion--layout-shaded .accordion-button:before {
  color:var(--bs-primary);
  margin-left:unset;
  margin-right:.5rem
}
.accordion--layout-shaded .accordion-button:after {
  content:unset
}
.accordion-header {
  margin-top:0
}
.accordion-button {
  border-bottom:1px solid #ccc;
  font-family:var(--aco-font-family-bold);
  font-weight:var(--aco-font-family-bold-font-weight)
}
.navigation-tile figure {
  display:contents
}
.navigation-tile .card-title {
  color:var(--bs-primary)
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .navigation-tile .j-message,
.navigation-tile .card-text,
.navigation-tile .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-message {
  color:#212529
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .navigation-tile .j-text,
.navigation-tile .card-body,
.navigation-tile .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text {
  border-top:1px solid rgba(0,0,0,.125)
}
.navigation-tile .accordion-button span {
  color:#000;
  font-family:var(--aco-font-family-medium);
  font-size:1.38rem
}
.navigation-tile.navigation-tile--h-100 {
  height:100%
}
.navigation-tile.navigation-tile--layout-link {
  --figure-height:auto;
  --figure-height-md:auto;
  --figure-height-lg:auto
}
@media (min-width:768px) {
  .navigation-tile.navigation-tile--layout-link {
    max-width:var(--tile-fixed-width-desktop)
  }
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile.navigation-tile--layout-link .feed-item,
.navigation-tile.navigation-tile--layout-link .card,
.navigation-tile.navigation-tile--layout-link .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item {
  background-color:#e4ebef;
  border-color:#e4ebef;
  height:100%
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .navigation-tile.navigation-tile--layout-link .card .j-poster,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile.navigation-tile--layout-link .feed-item .card-header,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile.navigation-tile--layout-link .feed-item .j-poster,
.navigation-tile.navigation-tile--layout-link .card .card-header,
.navigation-tile.navigation-tile--layout-link .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .card-header,
.navigation-tile.navigation-tile--layout-link .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-poster {
  background-color:unset;
  border-bottom:unset;
  display:flex;
  gap:.5rem;
  justify-content:space-between;
  padding:1.5rem 1rem 1rem
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .navigation-tile.navigation-tile--layout-link .card .card-header+.j-text,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .navigation-tile.navigation-tile--layout-link .card .j-poster+.card-body,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .navigation-tile.navigation-tile--layout-link .card .j-poster+.j-text,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile.navigation-tile--layout-link .feed-item .card-header+.card-body,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile.navigation-tile--layout-link .feed-item .card-header+.j-text,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile.navigation-tile--layout-link .feed-item .j-poster+.card-body,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile.navigation-tile--layout-link .feed-item .j-poster+.j-text,
.navigation-tile.navigation-tile--layout-link .card .card-header+.card-body,
.navigation-tile.navigation-tile--layout-link .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .card-header+.card-body,
.navigation-tile.navigation-tile--layout-link .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .card-header+.j-text,
.navigation-tile.navigation-tile--layout-link .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-poster+.card-body,
.navigation-tile.navigation-tile--layout-link .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-poster+.j-text {
  border-top:unset
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile.navigation-tile--layout-link .feed-item .card-title,
.navigation-tile.navigation-tile--layout-link .card .card-title,
.navigation-tile.navigation-tile--layout-link .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .card-title {
  color:#000;
  line-height:1.5;
  margin:0;
  padding-right:1.6666666667em;
  position:relative;
  width:100%
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile.navigation-tile--layout-link .feed-item .card-title:after,
.navigation-tile.navigation-tile--layout-link .card .card-title:after,
.navigation-tile.navigation-tile--layout-link .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .card-title:after {
  color:var(--bs-primary);
  content:"\f061";
  font-family:ACOIconV2;
  font-weight:700;
  line-height:100%;
  position:absolute;
  right:0;
  top:.1em
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile.navigation-tile--layout-link .feed-item figure,
.navigation-tile.navigation-tile--layout-link .card figure,
.navigation-tile.navigation-tile--layout-link .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item figure {
  align-content:center;
  align-items:center;
  aspect-ratio:1/1;
  background-color:#fff;
  display:flex;
  flex-wrap:wrap;
  height:var(--figure-height);
  justify-content:center;
  max-width:unset;
  width:100%
}
@media (min-width:768px) {
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile.navigation-tile--layout-link .feed-item figure,
  .navigation-tile.navigation-tile--layout-link .card figure,
  .navigation-tile.navigation-tile--layout-link .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item figure {
    height:var(--figure-height-md)
  }
}
@media (min-width:1008px) {
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile.navigation-tile--layout-link .feed-item figure,
  .navigation-tile.navigation-tile--layout-link .card figure,
  .navigation-tile.navigation-tile--layout-link .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item figure {
    height:var(--figure-height-lg)
  }
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile.navigation-tile--layout-link .feed-item figure img,
.navigation-tile.navigation-tile--layout-link .card figure img,
.navigation-tile.navigation-tile--layout-link .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item figure img {
  height:100%;
  object-fit:cover;
  width:auto
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile.navigation-tile--layout-link .feed-item figure img.card-image--no-fill,
.navigation-tile.navigation-tile--layout-link .card figure img.card-image--no-fill,
.navigation-tile.navigation-tile--layout-link .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item figure img.card-image--no-fill {
  height:unset;
  max-height:100%;
  object-fit:unset;
  padding:1.5rem
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .feed-item .h1,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .feed-item .h2,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .feed-item .h3,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .feed-item .h4,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .feed-item .h5,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .feed-item .h6,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .feed-item h1,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .feed-item h2,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .feed-item h3,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .feed-item h4,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .feed-item h5,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .feed-item h6,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .card .h1,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .card .h2,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .card .h3,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .card .h4,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .card .h5,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .card .h6,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .card h1,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .card h2,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .card h3,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .card h4,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .card h5,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .card h6,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .h1,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .h2,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .h3,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .h4,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .h5,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .h6,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item h1,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item h2,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item h3,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item h4,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item h5,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item h6 {
  font-family:var(--aco-font-family-bold);
  font-size:1rem;
  font-weight:var(--aco-font-family-bold-font-weight)
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .card .j-poster,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .feed-item .card-header,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .feed-item .j-poster,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .card .card-header,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .card-header,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-poster {
  background-color:unset;
  border-bottom:unset;
  padding:1rem;
  text-align:center
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .card .j-text,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .feed-item .card-body,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .feed-item .j-text,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .card .card-body,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .card-body,
.navigation-tile:not(.navigation-tile--collapsible):not(.navigation-tile--layout-link) .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text {
  border-top:unset;
  padding:1rem;
  text-align:center
}
.navigation-tile--collapsible {
  position:relative
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile--collapsible .feed-item,
.navigation-tile--collapsible .card,
.navigation-tile--collapsible .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item {
  border-bottom-color:transparent
}
@media (min-width:768px) {
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile--collapsible .feed-item,
  .navigation-tile--collapsible .card,
  .navigation-tile--collapsible .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item {
    border-bottom-color:rgba(0,0,0,.125)
  }
}
.navigation-tile--collapsible .card-collapse {
  background-color:#fff;
  border:1px solid rgba(0,0,0,.125);
  border-top:0;
  box-shadow:0 12px 10px 0 rgba(0,0,0,.08);
  padding:0 1rem 1rem;
  pointer-events:none;
  transition:all .3s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .navigation-tile--collapsible .card-collapse {
    transition:none
  }
}
@media (min-width:768px) {
  .navigation-tile--collapsible .card-collapse {
    left:0;
    margin-bottom:0;
    opacity:0;
    position:absolute;
    right:0;
    z-index:2
  }
}
.navigation-tile--collapsible .card-collapse span {
  color:var(--bs-primary)
}
.navigation-tile--collapsible:hover .card-collapse {
  opacity:1;
  pointer-events:all
}
@media (min-width:768px) {
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .navigation-tile--collapsible:hover .feed-item,
  .navigation-tile--collapsible:hover .card,
  .navigation-tile--collapsible:hover .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item {
    border-bottom-color:transparent
  }
  .aco-quotationbox .aco-quotationbox__wrapper>.navigation-tile--collapsible .card-collapse,
  .form-row>.navigation-tile--collapsible .card-collapse,
  .row>.navigation-tile--collapsible .card-collapse {
    margin-left:calc(var(--bs-gutter-x)*.5);
    margin-right:calc(var(--bs-gutter-x)*.5)
  }
}
.post {
  display:grid;
  grid-template-areas:"image" "content";
  justify-content:start
}
@media (min-width:768px) {
  .post {
    column-gap:1.5rem;
    grid-template-areas:"image content";
    grid-template-columns:25% 1fr
  }
  .post.post--image-right {
    grid-template-areas:"content image";
    grid-template-columns:1fr 25%
  }
}
.post img {
  grid-area:image;
  height:auto;
  max-width:100%
}
.post-content {
  grid-area:content
}
.post-content time {
  color:#999
}
.post-content .post-link:before {
  content:"\e605";
  font-family:aco;
  font-size:.8rem;
  padding-right:.5rem
}
.js-map {
  padding-bottom:56%;
  width:unset!important
}
.gdpr-info__element--video {
  box-sizing:border-box;
  max-width:500px
}
.gdpr-info__element--video .consentarea__youtube-wrapper {
  text-align:center
}
.gdpr-info__element--video .consentarea-youtube__content {
  align-items:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
  line-height:normal
}
.gdpr-info__element--video .consentarea-youtube-content__description {
  margin:1rem 0
}
.gdpr-info__element--video .consentarea-youtube-content__buttons {
  display:flex;
  flex-direction:column;
  gap:.5rem
}
.consentarea__googlemaps {
  border-color:#bccfdf;
  border-style:solid;
  border-width:1px 0;
  margin:1.5rem 0;
  padding:0 0 3rem
}
.consentarea__googlemaps .consentarea-googlemaps__buttons {
  margin:3rem 0
}
.consentarea__googlemaps .consentarea-googlemaps-figure__image {
  height:auto;
  margin:0;
  max-width:100%
}
.consentarea__googlemaps .consentarea-googlemaps-figure__figcaption {
  text-align:right
}
.gdpr-info__element .btn+.btn {
  margin-left:0!important
}
[data-gdpr-cmp-fallback="0"][data-gdpr-cmp-consented="0"],
[data-gdpr-cmp-fallback="1"][data-gdpr-cmp-consented="1"] {
  display:none
}
.juicer-feed.juicer-feed--aco {
  font-family:inherit;
  text-align:center
}
.juicer-feed.juicer-feed--aco .j-display-filters {
  font-size:1rem
}
.juicer-feed.juicer-feed--aco .j-loading-wrapper {
  text-align:center
}
.juicer-feed.juicer-feed--aco .j-poster .h3,
.juicer-feed.juicer-feed--aco .j-poster .twitter-poster,
.juicer-feed.juicer-feed--aco .j-poster h3 {
  font-family:var(--aco-font-family-bold);
  font-size:1rem;
  font-weight:var(--aco-font-family-bold-font-weight)
}
.juicer-feed.juicer-feed--aco .j-social-icon.all:before,
.juicer-feed.juicer-feed--aco .j-social-icon:before {
  content:unset
}
.juicer-feed.juicer-feed--aco .j-loading {
  border:none;
  height:auto;
  width:auto
}
.juicer-feed.juicer-feed--aco .j-loading:before {
  animation:none;
  background:none;
  color:var(--bs-primary);
  content:"\f110";
  font-size:3rem
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item {
  max-width:unset;
  padding:0
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-poster {
  height:60px
}
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button,
.juicer-feed--aco a.juicer-button {
  border:none;
  text-transform:none
}
.j-post-overlay.juicer-feed.juicer-feed a.juicer-button:hover,
.juicer-feed--aco a.juicer-button:hover {
  color:#fff!important
}
.j-post-overlay.juicer-feed ul.j-share {
  display:none
}
.j-post-overlay.juicer-feed a.j-previous {
  float:left
}
.j-post-overlay.juicer-feed a.j-next:hover,
.j-post-overlay.juicer-feed a.j-previous:hover {
  color:var(--bs-secondary)!important
}
.j-post-overlay.juicer-feed .j-overlay-text {
  margin-top:10px
}
.j-overlay .j-close {
  background:none!important;
  padding:0
}
.j-overlay .j-close:before {
  content:"\f00d";
  font-size:2rem
}
.modal-content {
  padding:20px
}
.modal-header {
  align-items:start
}
.timeline {
  display:flow-root;
  list-style:none;
  padding:0;
  position:relative
}
.timeline:before {
  background-color:#e6e6e6;
  bottom:0;
  content:" ";
  left:25px;
  position:absolute;
  top:0;
  width:3px
}
@media (min-width:1008px) {
  .timeline:before {
    left:calc(50% - 1.5px)
  }
}
.timeline>li {
  list-style:none;
  position:relative
}
.timeline>li:before {
  content:" ";
  display:table
}
.timeline>li>div {
  border:1px solid #d9d9d9;
  -webkit-box-shadow:0 1px 6px rgba(0,0,0,.175);
  box-shadow:0 1px 6px rgba(0,0,0,.175);
  margin-bottom:10px;
  position:relative;
  width:100%
}
@media (min-width:1008px) {
  .timeline>li>div {
    margin-bottom:0;
    margin-top:-50px;
    width:calc(50% - 40px)
  }
}
.timeline>li>span {
  background-color:var(--bs-primary);
  color:#fff;
  display:inline-block;
  padding:10px
}
@media (min-width:1008px) {
  .timeline>li>span {
    margin-left:calc(50% - 25px)
  }
  .timeline>li.timeline-inverted {
    text-align:right
  }
  .timeline>li.timeline-inverted>* {
    text-align:initial
  }
  .timeline>li.timeline-inverted>div {
    margin-left:calc(50% + 40px)
  }
  .timeline>li.timeline-inverted>span {
    margin-left:0;
    margin-right:calc(50% - 25px)
  }
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .timeline .j-poster,
.timeline .card-header,
.timeline .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-poster {
  font-size:1.25rem
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .timeline .j-text,
.timeline .card-body,
.timeline .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text {
  padding:0
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .timeline .j-text .frame:not(.frame-type-image),
.timeline .card-body .frame:not(.frame-type-image),
.timeline .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text .frame:not(.frame-type-image) {
  padding-left:1rem;
  padding-right:1rem
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .timeline .j-text .frame:not(.frame-type-image):first-of-type,
.timeline .card-body .frame:not(.frame-type-image):first-of-type,
.timeline .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text .frame:not(.frame-type-image):first-of-type {
  padding-top:1rem
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .timeline .j-text .frame:not(.frame-type-image):last-of-type,
.timeline .card-body .frame:not(.frame-type-image):last-of-type,
.timeline .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text .frame:not(.frame-type-image):last-of-type {
  padding-bottom:1rem
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .timeline .j-text .frame-type-image .ce-column,
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .timeline .j-text .frame-type-image img,
.timeline .card-body .frame-type-image .ce-column,
.timeline .card-body .frame-type-image img,
.timeline .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text .frame-type-image .ce-column,
.timeline .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text .frame-type-image img {
  margin:0
}
.sticky-notes {
  display:flex;
  flex-direction:column;
  left:auto;
  pointer-events:none;
  width:100%;
  z-index:1047
}
.sticky-notes[data-aco-stickyelement] {
  position:fixed
}
.sticky-notes [data-sticky-note-toggle="1"] {
  pointer-events:auto
}
.sticky-notes section {
  background:#84abc1;
  color:#fff;
  display:none;
  pointer-events:auto
}
@media (min-width:768px) {
  .sticky-notes section {
    background:#84abc1 url('../../../_assets/065c8380dbb48533788f351ce3c92384/AcoLayout/images/background-city-scenery.ecaec98f.png') no-repeat;
    background-blend-mode:soft-light;
    background-position:right -50px bottom -20px;
    background-size:600px
  }
  .sticky-notes section .sticky-notes__header {
    padding-top:20px
  }
}
.sticky-notes section a {
  color:#fff;
  text-decoration:underline
}
.sticky-notes section ul>li::marker {
  color:#fff
}
.sticky-notes section .scrolling-area>.scrolling-area__section,
.sticky-notes section .scrolling-area>section {
  scrollbar-color:#e4ebef transparent
}
.sticky-notes section .scrolling-area>.scrolling-area__section::-webkit-scrollbar,
.sticky-notes section .scrolling-area>section::-webkit-scrollbar {
  height:3px;
  width:3px
}
.sticky-notes section .scrolling-area>.scrolling-area__section::-webkit-scrollbar-thumb,
.sticky-notes section .scrolling-area>section::-webkit-scrollbar-thumb {
  background-color:#e4ebef
}
.offcanvas--layout-fullscreen {
  width:100%
}
.offcanvas--layout-fullscreen~.offcanvas-backdrop {
  background-color:unset;
  pointer-events:none
}
.offcanvas--layout-fullscreen.offcanvas-end {
  border-left:0
}
.offcanvas--layout-fullscreen .modal-dialog {
  height:100%;
  margin-bottom:0
}
.offcanvas-body {
  scrollbar-color:#666 transparent
}
.offcanvas-body::-webkit-scrollbar {
  height:8px;
  width:8px
}
.offcanvas-body::-webkit-scrollbar-thumb {
  background:#666;
  border-radius:3px
}
.offcanvas-body::-webkit-scrollbar-track {
  background:#fff
}
.text-image-tile {
  --text-image-tile-offset:3rem;
  border:none;
  padding:0;
  width:100%
}
@media (min-width:1008px) {
  .text-image-tile {
    margin-bottom:calc(var(--text-image-tile-offset)/2);
    transition:all .35s ease-in-out
  }
  .text-image-tile:hover {
    margin-bottom:0
  }
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .text-image-tile:hover .j-text,
  .text-image-tile:hover .card-body,
  .text-image-tile:hover .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text {
    margin-top:0
  }
  .text-image-tile:hover img {
    margin-top:calc(var(--text-image-tile-offset)*-1/2)
  }
  .text-image-tile:hover>.acoframe {
    margin-top:0
  }
  .text-image-tile:hover>.acoframe header {
    margin-top:calc(var(--text-image-tile-offset)*-1/2)
  }
}
.text-image-tile img {
  width:100%
}
@media (min-width:1008px) {
  .text-image-tile img {
    transition:all .35s ease-in-out;
    width:90%
  }
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .text-image-tile .j-text,
.text-image-tile .card-body,
.text-image-tile .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text {
  background-color:var(--acotheme-background-color);
  padding:1.5rem
}
@media (min-width:1008px) {
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .text-image-tile .j-text,
  .text-image-tile .card-body,
  .text-image-tile .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text {
    margin-left:var(--text-image-tile-offset);
    margin-top:calc(var(--text-image-tile-offset)*-1);
    transition:all .35s ease-in-out;
    width:90%
  }
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .text-image-tile .j-text .card-title,
.text-image-tile .card-body .card-title,
.text-image-tile .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text .card-title {
  font-size:1.61rem;
  margin-bottom:1.5rem;
  padding-bottom:.5rem
}
.juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .text-image-tile .j-text .card-category,
.text-image-tile .card-body .card-category,
.text-image-tile .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text .card-category {
  color:var(--bs-primary);
  font-size:1.38rem
}
.text-image-tile .card-footer {
  background-color:var(--acotheme-background-color);
  border:none;
  padding-top:1.5rem
}
@media (min-width:1008px) {
  .text-image-tile .card-footer {
    margin-left:var(--text-image-tile-offset);
    transition:all .35s ease-in-out;
    width:90%
  }
}
.text-image-tile .card-footer a {
  margin:0 0 1rem .5rem
}
@media (min-width:1008px) {
  .text-image-tile>.acoframe {
    height:100%;
    margin-left:var(--text-image-tile-offset);
    margin-top:calc(var(--text-image-tile-offset)*-1);
    transition:all .35s ease-in-out
  }
  .text-image-tile>.acoframe header {
    left:1rem;
    top:calc(var(--aco-calendar-month-height)*-1);
    transition:all .35s ease-in-out
  }
  .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .text-image-tile>.acoframe .j-text,
  .text-image-tile>.acoframe .card-body,
  .text-image-tile>.acoframe .juicer-feed.juicer-feed--aco .j-stacker .j-stack .feed-item .j-text {
    margin-left:0;
    margin-top:0;
    width:100%
  }
  .text-image-tile>.acoframe .card-footer {
    margin-left:0;
    width:100%
  }
}
:root {
  --aco-acoframe-5050-padding:3rem;
  --aco-acoframe-5050-image-height:350px;
  --aco-acoframe-5050-image-height--sm:100%
}
.acoframe-5050 {
  border:1px solid var(--acotheme-border-color);
  position:relative;
  width:100%
}
.acoframe-5050 .header-5050-image-wrapper {
  height:var(--aco-acoframe-5050-image-height)
}
.acoframe-5050 .acoframe {
  border-width:0;
  padding:0;
  position:unset
}
.acoframe-5050 .acoframe .acoframe-inner {
  padding:var(--aco-acoframe-5050-padding)
}
.acoframe-5050 .background-brand-logo {
  overflow:hidden;
  position:relative
}
@media (min-width:480px) {
  .acoframe-5050 .header-5050-image-wrapper {
    height:var(--aco-acoframe-5050-image-height--sm)
  }
}
@media (min-width:1008px) {
  .acoframe-5050 {
    border-width:0;
    padding:1rem
  }
  .acoframe-5050 .header-5050-image-wrapper {
    max-height:unset
  }
  .acoframe-5050 .acoframe {
    border-width:1px;
    position:relative
  }
  .acoframe-5050 .acoframe header {
    margin-left:calc(var(--aco-acoframe-5050-padding) - 1rem);
    padding:0 1rem
  }
  .acoframe-5050 .text-image-tile {
    height:100%;
    --text-image-tile-offset:5rem
  }
  .acoframe-5050 .text-image-tile .acoframe {
    margin-bottom:var(--text-image-tile-offset)
  }
  .acoframe-5050 .text-image-tile .acoframe header {
    margin-left:0
  }
  .acoframe-5050 .text-image-tile:hover,
  .acoframe-5050 .text-image-tile:hover>.acoframe {
    margin-bottom:calc(var(--text-image-tile-offset)/2)
  }
}
.acomanifesto {
  color:#fff
}
.acomanifesto .aco-claim {
  color:#fff;
  font-weight:400;
  margin:0
}
.acomanifesto .acomanifesto__background {
  background:#84abc1;
  overflow:hidden
}
.acomanifesto .acomanifesto__background-image {
  background-image:url('../../../_assets/065c8380dbb48533788f351ce3c92384/AcoLayout/images/acomanifesto-wecare.ed4334a6.svg');
  background-position:100% 100%;
  background-repeat:no-repeat;
  background-size:initial;
  bottom:0;
  height:100%;
  max-width:450px;
  position:absolute;
  right:-25px;
  width:42%
}
@media only screen and (min-width:390px) and (max-width:443px) {
  .acomanifesto .acomanifesto__background-image {
    width:47%
  }
}
@media (min-width:480px) and (max-width:767.98px) {
  .acomanifesto .acomanifesto__background-image {
    bottom:-10px;
    right:-15px
  }
}
@media (min-width:768px) and (max-width:1007.98px) {
  .acomanifesto .acomanifesto__background-image {
    bottom:-10px;
    max-width:unset;
    right:-60px;
    width:45%
  }
}
@media (min-width:1008px) {
  .acomanifesto .acomanifesto__background-image {
    right:-10px
  }
}
@media (min-width:1400px) {
  .acomanifesto .acomanifesto__background-image {
    height:115%;
    max-width:unset
  }
}
.acomanifesto .acomanifesto__body {
  padding:3rem .75rem 2rem
}
@media (min-width:768px) {
  .acomanifesto .acomanifesto__body {
    padding-bottom:6rem
  }
}
.acomanifesto .acomanifesto__body-text {
  max-width:90vw
}
.acomanifesto .acomanifesto__body-text p:last-child {
  width:55vw
}
@media (min-width:480px) {
  .acomanifesto .acomanifesto__body-text {
    max-width:90vw
  }
  .acomanifesto .acomanifesto__body-text p:last-child,
  .acomanifesto .acomanifesto__body-text p:nth-last-child(2):nth-child(odd) {
    width:55vw
  }
}
@media (min-width:768px) {
  .acomanifesto .acomanifesto__body-text {
    max-width:48vw
  }
  .acomanifesto .acomanifesto__body-text p:last-child,
  .acomanifesto .acomanifesto__body-text p:nth-last-child(2):nth-child(odd) {
    width:auto
  }
}
@media (min-width:1400px) {
  .acomanifesto .acomanifesto__body-text {
    max-width:60vw
  }
}
.tx_solr .alert p {
  margin-bottom:0
}
.aco-jobs-result {
  border:1px solid #e6e6e6;
  border-left:9px solid #84abc1;
  box-shadow:3px -3px 2px -1px #e6e6e6;
  position:relative
}
@media (min-width:1008px) {
  .aco-jobs-result {
    border:1px solid transparent;
    box-shadow:3px -3px 2px -1px transparent;
    transition:.5s ease
  }
}
.aco-jobs-result .h3,
.aco-jobs-result h3 {
  color:var(--bs-primary)
}
.aco-jobs-result:hover {
  border:1px solid #e6e6e6;
  border-left:9px solid #84abc1;
  box-shadow:3px -3px 2px -1px #e6e6e6;
  transition:.5s ease
}
.aco-jobs-result div:last-child li {
  list-style:none
}
@media (min-width:1008px) {
  .aco-jobs-result div:last-child:after {
    background:none;
    color:var(--bs-primary);
    content:"\e605";
    float:right;
    font-family:aco;
    font-size:1.75em;
    height:0;
    position:absolute;
    right:2%;
    top:40%
  }
}
.aco-jobs-result .icon-with-text {
  color:#000;
  font-weight:700
}
.aco-jobs-result .icon-with-text i {
  color:var(--bs-primary);
  margin-right:.5rem;
  text-align:center;
  width:30px
}
.aco-job-detail .h1,
.aco-job-detail h1 {
  -webkit-hyphens:auto;
  -moz-hyphens:auto;
  -ms-hyphens:auto;
  hyphens:auto;
  word-wrap:break-word
}
.aco-job-detail .h1 .sub-title,
.aco-job-detail h1 .sub-title {
  display:block;
  font-size:1.2rem;
  margin-top:.75rem
}
.aco-job-detail .panel-lists li:first-child {
  list-style-type:none
}
.aco-job-detail .panel-lists li:not(:first-child) {
  margin-left:.8rem
}
@media (min-width:1008px) {
  .aco-job-detail .panel-lists li:not(:first-child) {
    margin-left:unset
  }
}
.aco-job-detail ul li::marker {
  color:var(--bs-primary)
}
.aco-job-detail .aco-job-detail__introtext .aco-quotationbox .aco-quotationbox__wrapper,
.aco-job-detail .aco-job-detail__introtext .form-row,
.aco-job-detail .aco-job-detail__introtext .row,
.aco-quotationbox .aco-job-detail .aco-job-detail__introtext .aco-quotationbox__wrapper {
  flex-direction:column-reverse
}
@media (min-width:1008px) {
  .aco-job-detail .aco-job-detail__introtext .aco-quotationbox .aco-quotationbox__wrapper,
  .aco-job-detail .aco-job-detail__introtext .form-row,
  .aco-job-detail .aco-job-detail__introtext .row,
  .aco-quotationbox .aco-job-detail .aco-job-detail__introtext .aco-quotationbox__wrapper {
    flex-direction:unset
  }
}
@media (max-width:1007.98px) {
  .aco-job-detail .aco-job-detail__contact {
    margin-left:.8rem
  }
}
.aco-job-detail .fa-map-marker-alt {
  margin-top:.85rem
}
:root {
  --aco-producthero-background:#e4ebef
}
.aco-producthero {
  background:var(--aco-producthero-background);
  margin-top:100px
}
.aco-producthero li::marker {
  color:var(--bs-primary)
}
.aco-producthero .h1,
.aco-producthero .h2,
.aco-producthero .h3,
.aco-producthero .h4,
.aco-producthero .h5,
.aco-producthero .h6,
.aco-producthero h1,
.aco-producthero h2,
.aco-producthero h3,
.aco-producthero h4,
.aco-producthero h5,
.aco-producthero h6 {
  color:#1e3e5e
}
.aco-producthero .header {
  font-size:3rem;
  word-wrap:break-word;
  hyphens:auto
}
.aco-producthero .header__sub-header {
  font-size:.5em
}
.aco-producthero .aco-producthero__slider,
.aco-producthero .aco-producthero_image,
.aco-producthero .aco-producthero_video {
  margin-bottom:20px;
  margin-top:-70px
}
.aco-producthero .aco-producthero_image img {
  display:block;
  height:auto;
  margin:auto;
  max-width:100%
}
.aco-producthero .aco-producthero__decription {
  position:relative
}
@media (min-width:1008px) {
  .aco-producthero .aco-producthero__decription {
    margin-top:30px
  }
}
.aco-producthero .aco-producthero__decription .aco-producthero__content {
  margin-bottom:25px;
  min-height:200px
}
.aco-producthero .aco-producthero__decription .tags {
  margin-bottom:20px;
  margin-top:20px
}
@media (min-width:768px) {
  .aco-producthero .aco-producthero__decription .tags {
    margin-top:50px
  }
}
.aco-producthero .aco-producthero__decription .tags .btn-tag {
  background:#fff;
  border:none
}
@media (min-width:768px) {
  .aco-producthero .aco-producthero__decription .aco-producthero__buttons {
    margin-bottom:40px;
    margin-top:20px
  }
}
@media (max-width:767.98px) {
  .aco-producthero .aco-producthero__decription .aco-producthero__buttons {
    margin:0
  }
}
.aco-producthero .aco-producthero__decription .aco-producthero__buttons-container {
  line-height:2.5
}
@media (max-width:767.98px) {
  .aco-producthero .aco-producthero__decription .aco-producthero__buttons-container {
    border:1px solid var(--bs-primary);
    line-height:var(--bs-body-line-height);
    margin-bottom:1rem;
    padding:1rem
  }
}
.aco-producthero .aco-producthero__decription .aco-producthero__buttons-container .icon-with-text {
  gap:1rem
}
.aco-producthero .aco-producthero__decription .aco-producthero__buttons-container .icon-with-text span {
  font-size:1.15rem
}
.aco-producthero .carousel--layout-media .carousel-item .video-container .ratio,
.aco-producthero .video-container .ratio {
  max-height:unset
}
.aco-producthero .carousel--layout-media .carousel-item .video-container img,
.aco-producthero .video-container img {
  max-height:unset;
  width:inherit
}
.aco-producthero :not(.carousel-item) .video-container {
  margin:auto
}
.aco-producthero .carousel--layout-media .carousel-inner {
  margin-bottom:20px
}
.aco-producthero .carousel--layout-media .carousel-item {
  padding:0
}
@media (min-width:768px) {
  .aco-producthero .carousel--layout-media .carousel-indicators {
    margin-top:30px!important
  }
}
.aco-producthero .carousel--layout-media .carousel-indicators button {
  margin:0 10px
}
@media (min-width:768px) {
  .aco-producthero .carousel--layout-media .carousel-indicators button {
    margin:0 0 40px
  }
}
:root {
  --aco-quotationbox-background:#1e3e5e;
  --aco-quotationbox-colorarea:#e4ebef
}
.aco-quotationbox {
  --image-overlap:25px;
  background:var(--aco-quotationbox-background);
  margin-bottom:var(--image-overlap);
  margin-top:var(--image-overlap)
}
@media (min-width:1200px) {
  .aco-quotationbox {
    --image-overlap:46px
  }
}
@media (min-width:1008px) {
  .aco-quotationbox {
    height:250px
  }
}
@media (min-width:1200px) {
  .aco-quotationbox {
    height:320px
  }
}
.aco-quotationbox .aco-quotationbox__col {
  display:flex;
  justify-content:center
}
@media (min-width:1008px) {
  .aco-quotationbox .aco-quotationbox__col {
    justify-content:flex-start
  }
}
.aco-quotationbox .aco-quotationbox__wrapper {
  --bs-gutter-x:1rem;
  justify-content:center
}
.aco-quotationbox .aco-quotationbox__wrapper--reverse {
  flex-direction:row-reverse
}
@media (min-width:1008px) {
  .aco-quotationbox .aco-quotationbox__wrapper--reverse .aco-quotationbox__col:first-child {
    justify-content:flex-end
  }
  .aco-quotationbox .aco-quotationbox__wrapper--reverse .aco-quotationbox__col:first-child .aco-quotationbox_image__wrapper {
    margin-right:10%
  }
  .aco-quotationbox .aco-quotationbox__wrapper--reverse .aco-quotationbox_image__wrapper:after {
    left:-11px
  }
}
.aco-quotationbox .aco-quotationbox_image__wrapper {
  height:auto;
  position:relative;
  width:330px
}
@media (min-width:768px) {
  .aco-quotationbox .aco-quotationbox_image__wrapper {
    width:400px
  }
}
@media (min-width:1200px) {
  .aco-quotationbox .aco-quotationbox_image__wrapper {
    height:412px;
    width:550px
  }
}
.aco-quotationbox .aco-quotationbox_image__wrapper img {
  height:auto;
  margin-top:calc(var(--image-overlap)*-1);
  width:100%
}
.aco-quotationbox .aco-quotationbox_image__wrapper:after {
  background:#e4ebef;
  content:"";
  height:50px;
  position:absolute;
  right:-11px;
  top:25px;
  width:22px
}
@media (min-width:1008px) {
  .aco-quotationbox .aco-quotationbox_image__wrapper:after {
    top:20px
  }
}
@media (min-width:1200px) {
  .aco-quotationbox .aco-quotationbox_image__wrapper:after {
    top:37px
  }
}
.aco-quotationbox .aco-quotationbox__description {
  color:#fff;
  -webkit-hyphens:auto;
  -moz-hyphens:auto;
  -ms-hyphens:auto;
  hyphens:auto;
  width:330px;
  word-wrap:break-word
}
@media (min-width:768px) {
  .aco-quotationbox .aco-quotationbox__description {
    width:400px
  }
}
@media (min-width:1008px) {
  .aco-quotationbox .aco-quotationbox__description {
    width:90%
  }
}
.aco-quotationbox .aco-quotationbox__description blockquote p {
  font-size:1.2rem;
  margin-bottom:18px;
  margin-top:25px
}
@media (min-width:1008px) {
  .aco-quotationbox .aco-quotationbox__description blockquote p {
    margin-bottom:20px;
    margin-top:20px
  }
}
@media (min-width:1200px) {
  .aco-quotationbox .aco-quotationbox__description blockquote p {
    font-size:1.3125rem;
    margin-bottom:28px;
    margin-top:37px
  }
}
.aco-quotationbox .aco-quotationbox__description blockquote footer {
  color:#fff;
  font-family:var(--aco-font-family-bold);
  font-size:1rem;
  line-height:2;
  margin-bottom:18px
}
@media (min-width:1008px) {
  .aco-quotationbox .aco-quotationbox__description blockquote footer {
    margin-bottom:45px
  }
}
@media (min-width:1200px) {
  .aco-quotationbox .aco-quotationbox__description blockquote footer {
    font-size:1.225rem
  }
}
.aco-quotationbox .aco-quotationbox__description blockquote footer span {
  font-family:var(--aco-font-family-regular)
}
.frame-type-tx_acobase_quote.frame-space-after-extra-small {
  margin-bottom:0;
  padding-bottom:0
}
@media (min-width:1008px) {
  .frame-type-tx_acobase_quote.frame-space-after-extra-small {
    padding-bottom:0
  }
}
.frame-type-tx_acobase_quote.frame-space-before-extra-small {
  margin-top:0;
  padding-top:0
}
@media (min-width:1008px) {
  .frame-type-tx_acobase_quote.frame-space-before-extra-small {
    padding-top:0
  }
}
.frame-type-tx_acobase_quote.frame-space-after-small {
  margin-bottom:0;
  padding-bottom:1rem
}
@media (min-width:1008px) {
  .frame-type-tx_acobase_quote.frame-space-after-small {
    padding-bottom:1.5rem
  }
}
.frame-type-tx_acobase_quote.frame-space-before-small {
  margin-top:0;
  padding-top:1rem
}
@media (min-width:1008px) {
  .frame-type-tx_acobase_quote.frame-space-before-small {
    padding-top:1.5rem
  }
}
.frame-type-tx_acobase_quote.frame-space-after-medium {
  margin-bottom:0;
  padding-bottom:1.5rem
}
@media (min-width:1008px) {
  .frame-type-tx_acobase_quote.frame-space-after-medium {
    padding-bottom:3rem
  }
}
.frame-type-tx_acobase_quote.frame-space-before-medium {
  margin-top:0;
  padding-top:1.5rem
}
@media (min-width:1008px) {
  .frame-type-tx_acobase_quote.frame-space-before-medium {
    padding-top:3rem
  }
}
.frame-type-tx_acobase_quote.frame-space-after-large {
  margin-bottom:0;
  padding-bottom:3rem
}
@media (min-width:1008px) {
  .frame-type-tx_acobase_quote.frame-space-after-large {
    padding-bottom:6rem
  }
}
.frame-type-tx_acobase_quote.frame-space-before-large {
  margin-top:0;
  padding-top:3rem
}
@media (min-width:1008px) {
  .frame-type-tx_acobase_quote.frame-space-before-large {
    padding-top:6rem
  }
}
.frame-type-tx_acobase_quote.frame-space-after-extra-large {
  margin-bottom:0;
  padding-bottom:0
}
@media (min-width:1008px) {
  .frame-type-tx_acobase_quote.frame-space-after-extra-large {
    padding-bottom:0
  }
}
.frame-type-tx_acobase_quote.frame-space-before-extra-large {
  margin-top:0;
  padding-top:0
}
@media (min-width:1008px) {
  .frame-type-tx_acobase_quote.frame-space-before-extra-large {
    padding-top:0
  }
}
#wrapper {
  height:auto;
  min-height:100%;
  min-width:320px;
  overflow-x:hidden;
  position:relative
}
.frame:after {
  clear:both;
  content:"";
  display:block
}
section>a.btn+a.btn,
section>a.btn+button.btn,
section>button.btn+a.btn,
section>button.btn+button.btn {
  margin-inline-start:.25rem;
  writing-mode:horizontal-tb
}
.content.full-width {
  margin:0
}
.contentgrid-33-66 {
  display:grid;
  gap:1.5rem;
  grid-template-areas:"sidebar" "content"
}
@media (min-width:1008px) {
  .contentgrid-33-66 {
    grid-template-areas:"sidebar content";
    grid-template-columns:3fr 7fr
  }
}
.contentgrid-33-66>aside {
  grid-area:sidebar;
  overflow:hidden
}
.contentgrid-33-66 div.content-main,
.contentgrid-33-66>section {
  grid-area:content;
  overflow:hidden
}
@media (max-width:479.98px) {
  .contentgrid-33-66.contentgrid-33-66--hide-aside-below-sm {
    gap:unset;
    grid-template-areas:"content";
    grid-template-columns:unset
  }
  .contentgrid-33-66.contentgrid-33-66--hide-aside-below-sm>aside {
    display:none
  }
}
@media (max-width:767.98px) {
  .contentgrid-33-66.contentgrid-33-66--hide-aside-below-md {
    gap:unset;
    grid-template-areas:"content";
    grid-template-columns:unset
  }
  .contentgrid-33-66.contentgrid-33-66--hide-aside-below-md>aside {
    display:none
  }
}
@media (max-width:1007.98px) {
  .contentgrid-33-66.contentgrid-33-66--hide-aside-below-lg {
    gap:unset;
    grid-template-areas:"content";
    grid-template-columns:unset
  }
  .contentgrid-33-66.contentgrid-33-66--hide-aside-below-lg>aside {
    display:none
  }
}
@media (max-width:1199.98px) {
  .contentgrid-33-66.contentgrid-33-66--hide-aside-below-xl {
    gap:unset;
    grid-template-areas:"content";
    grid-template-columns:unset
  }
  .contentgrid-33-66.contentgrid-33-66--hide-aside-below-xl>aside {
    display:none
  }
}
@media (max-width:1399.98px) {
  .contentgrid-33-66.contentgrid-33-66--hide-aside-below-xxl {
    gap:unset;
    grid-template-areas:"content";
    grid-template-columns:unset
  }
  .contentgrid-33-66.contentgrid-33-66--hide-aside-below-xxl>aside {
    display:none
  }
}
.contentgrid-33-66--end {
  grid-template-areas:"content" "sidebar"
}
@media (min-width:1008px) {
  .contentgrid-33-66--end {
    grid-template-areas:"content sidebar";
    grid-template-columns:7fr 3fr
  }
}
@media (min-width:480px) {
  .contentgrid-33-66--end-sm {
    grid-template-areas:"content sidebar";
    grid-template-columns:7fr 3fr
  }
}
@media (min-width:768px) {
  .contentgrid-33-66--end-md {
    grid-template-areas:"content sidebar";
    grid-template-columns:7fr 3fr
  }
}
@media (min-width:1008px) {
  .contentgrid-33-66--end-lg {
    grid-template-areas:"content sidebar";
    grid-template-columns:7fr 3fr
  }
}
@media (min-width:1200px) {
  .contentgrid-33-66--end-xl {
    grid-template-areas:"content sidebar";
    grid-template-columns:7fr 3fr
  }
}
@media (min-width:1400px) {
  .contentgrid-33-66--end-xxl {
    grid-template-areas:"content sidebar";
    grid-template-columns:7fr 3fr
  }
}
.aco-quotationbox .aco-quotationbox__wrapper>.text-image-box__item,
.form-row>.text-image-box__item,
.row>.text-image-box__item {
  padding:0
}
form .form-group {
  margin-bottom:1rem
}
form .form-group .control-label {
  margin-bottom:.5rem
}
.klaro.cm-as-context-notice {
  height:100%;
  padding-bottom:12px;
  padding-top:12px
}
.klaro .context-notice,
.klaro .cookie-modal,
.klaro .cookie-notice {
  font-size:14px
}
.klaro .context-notice .cm-switch-container,
.klaro .cookie-modal .cm-switch-container,
.klaro .cookie-notice .cm-switch-container {
  border-bottom:1px solid #ccc;
  display:block;
  line-height:20px;
  min-height:40px;
  padding:10px 10px 10px 66px;
  position:relative;
  vertical-align:middle
}
.klaro .context-notice .cm-switch-container:last-child,
.klaro .cookie-modal .cm-switch-container:last-child,
.klaro .cookie-notice .cm-switch-container:last-child {
  border-bottom:0
}
.klaro .context-notice .cm-switch-container p,
.klaro .context-notice .cm-switch-container:first-child,
.klaro .cookie-modal .cm-switch-container p,
.klaro .cookie-modal .cm-switch-container:first-child,
.klaro .cookie-notice .cm-switch-container p,
.klaro .cookie-notice .cm-switch-container:first-child {
  margin-top:0
}
.klaro .context-notice .cm-switch,
.klaro .cookie-modal .cm-switch,
.klaro .cookie-notice .cm-switch {
  display:inline-block;
  height:30px;
  position:relative;
  width:50px
}
.klaro .context-notice .cm-list-input:checked+.cm-list-label .slider,
.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider {
  background-color:var(--bs-primary);
  background-color:var(--green1,var(--bs-primary))
}
.klaro .context-notice .cm-list-input.half-checked:checked+.cm-list-label .slider,
.klaro .cookie-modal .cm-list-input.half-checked:checked+.cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.half-checked:checked+.cm-list-label .slider {
  background-color:var(--bs-primary);
  background-color:var(--green1,var(--bs-primary));
  opacity:.6
}
.klaro .context-notice .cm-list-input.half-checked:checked+.cm-list-label .slider:before,
.klaro .cookie-modal .cm-list-input.half-checked:checked+.cm-list-label .slider:before,
.klaro .cookie-notice .cm-list-input.half-checked:checked+.cm-list-label .slider:before {
  -webkit-transform:translateX(10px);
  -ms-transform:translateX(10px);
  transform:translateX(10px)
}
.klaro .context-notice .cm-list-input.only-required+.cm-list-label .slider,
.klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.only-required+.cm-list-label .slider {
  background-color:var(--bs-primary);
  background-color:var(--green2,var(--bs-primary));
  opacity:.8
}
.klaro .context-notice .cm-list-input.only-required+.cm-list-label .slider:before,
.klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider:before,
.klaro .cookie-notice .cm-list-input.only-required+.cm-list-label .slider:before {
  -webkit-transform:translateX(10px);
  -ms-transform:translateX(10px);
  transform:translateX(10px)
}
.klaro .context-notice .cm-list-input.required:checked+.cm-list-label .slider,
.klaro .cookie-modal .cm-list-input.required:checked+.cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.required:checked+.cm-list-label .slider {
  background-color:var(--bs-primary);
  background-color:var(--green2,var(--bs-primary));
  cursor:not-allowed;
  opacity:.8
}
.klaro .context-notice .cm-list-input,
.klaro .cookie-modal .cm-list-input,
.klaro .cookie-notice .cm-list-input {
  height:30px;
  left:0;
  opacity:0;
  position:absolute;
  top:0;
  width:50px
}
.klaro .context-notice .cm-list-title,
.klaro .cookie-modal .cm-list-title,
.klaro .cookie-notice .cm-list-title {
  font-size:14px;
  font-weight:600
}
.klaro .context-notice .cm-list-description,
.klaro .cookie-modal .cm-list-description,
.klaro .cookie-notice .cm-list-description {
  color:#666;
  font-size:14px;
  padding-top:4px
}
.klaro .context-notice .cm-list-label .cm-switch,
.klaro .cookie-modal .cm-list-label .cm-switch,
.klaro .cookie-notice .cm-list-label .cm-switch {
  left:0;
  position:absolute
}
.klaro .context-notice .cm-list-label .slider,
.klaro .cookie-modal .cm-list-label .slider,
.klaro .cookie-notice .cm-list-label .slider {
  background-color:#ccc;
  bottom:0;
  cursor:pointer;
  display:inline-block;
  left:0;
  position:absolute;
  right:0;
  top:0;
  -webkit-transition:.4s;
  transition:.4s;
  width:50px
}
.klaro .context-notice .cm-list-label .slider:before,
.klaro .cookie-modal .cm-list-label .slider:before,
.klaro .cookie-notice .cm-list-label .slider:before {
  background-color:#fff;
  bottom:5px;
  content:"";
  height:20px;
  left:5px;
  position:absolute;
  -webkit-transition:.4s;
  transition:.4s;
  width:20px
}
.klaro .context-notice .cm-list-label .slider.round,
.klaro .cookie-modal .cm-list-label .slider.round,
.klaro .cookie-notice .cm-list-label .slider.round {
  border-radius:30px
}
.klaro .context-notice .cm-list-label .slider.round:before,
.klaro .cookie-modal .cm-list-label .slider.round:before,
.klaro .cookie-notice .cm-list-label .slider.round:before {
  border-radius:50%
}
.klaro .context-notice .cm-list-label input:focus+.slider,
.klaro .cookie-modal .cm-list-label input:focus+.slider,
.klaro .cookie-notice .cm-list-label input:focus+.slider {
  box-shadow-color:var(--bs-primary);
  box-shadow-color:var(--green3,var(--bs-primary));
  box-shadow:0 0 1px var(--bs-primary)
}
.klaro .context-notice .cm-list-label input:checked+.slider:before,
.klaro .cookie-modal .cm-list-label input:checked+.slider:before,
.klaro .cookie-notice .cm-list-label input:checked+.slider:before {
  -webkit-transform:translateX(20px);
  -ms-transform:translateX(20px);
  transform:translateX(20px)
}
.klaro .context-notice .cm-list-input:focus+.cm-list-label .slider,
.klaro .cookie-modal .cm-list-input:focus+.cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:focus+.cm-list-label .slider {
  box-shadow:0 4px 6px 0 hsla(0,0%,49%,.2),5px 5px 10px 0 hsla(0,0%,49%,.19)
}
.klaro .context-notice .cm-list-input:checked+.cm-list-label .slider:before,
.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider:before,
.klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider:before {
  -webkit-transform:translateX(20px);
  -ms-transform:translateX(20px);
  transform:translateX(20px)
}
.klaro .context-notice .slider,
.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
  box-shadow:none
}
.klaro .context-notice a,
.klaro .cookie-modal a,
.klaro .cookie-notice a {
  color:var(--bs-primary);
  color:var(--green1,var(--bs-primary));
  text-decoration:none
}
.klaro .context-notice .h1,
.klaro .context-notice .h2,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice li,
.klaro .context-notice p,
.klaro .context-notice strong,
.klaro .context-notice ul,
.klaro .cookie-modal .h1,
.klaro .cookie-modal .h2,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal li,
.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal ul,
.klaro .cookie-notice .h1,
.klaro .cookie-notice .h2,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice ul {
  color:#666;
  color:var(--font-color-dark,#666)
}
.klaro .context-notice .h1,
.klaro .context-notice .h2,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice li,
.klaro .context-notice p,
.klaro .context-notice ul,
.klaro .cookie-modal .h1,
.klaro .cookie-modal .h2,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal li,
.klaro .cookie-modal p,
.klaro .cookie-modal ul,
.klaro .cookie-notice .h1,
.klaro .cookie-notice .h2,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice ul {
  display:block;
  margin:.7em 0 0;
  padding:0;
  text-align:left
}
.klaro .context-notice .cm-link,
.klaro .cookie-modal .cm-link,
.klaro .cookie-notice .cm-link {
  margin-right:.5em;
  vertical-align:middle
}
.klaro .context-notice .cm-btn,
.klaro .cookie-modal .cm-btn,
.klaro .cookie-notice .cm-btn {
  background:#555;
  border:0;
  border-radius:6px;
  color:#666;
  color:var(--font-color-dark,#666);
  cursor:pointer;
  font-size:1em;
  margin-right:.5em;
  padding:.4em
}
.klaro .context-notice .cm-btn:disabled,
.klaro .cookie-modal .cm-btn:disabled,
.klaro .cookie-notice .cm-btn:disabled {
  opacity:.5
}
.klaro .context-notice .cm-btn.cm-btn-close,
.klaro .cookie-modal .cm-btn.cm-btn-close,
.klaro .cookie-notice .cm-btn.cm-btn-close {
  background:#ccc;
  color:#000
}
.klaro .context-notice .cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success {
  background:var(--bs-primary);
  background:var(--green1,var(--bs-primary))
}
.klaro .context-notice .cm-btn.cm-btn-success-var,
.klaro .cookie-modal .cm-btn.cm-btn-success-var,
.klaro .cookie-notice .cm-btn.cm-btn-success-var {
  background:var(--bs-primary);
  background:var(--green2,var(--bs-primary))
}
.klaro .context-notice .cm-btn.cm-btn-info,
.klaro .cookie-modal .cm-btn.cm-btn-info,
.klaro .cookie-notice .cm-btn.cm-btn-info {
  background:#2581c4;
  background:var(--blue1,#2581c4)
}
.klaro .context-notice {
  align-items:center;
  background:#eee;
  border:1px solid #f0f0f0;
  border-radius:0;
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  height:100%;
  justify-content:center;
  padding:12px
}
.klaro .context-notice p {
  color:#000;
  flex-grow:0;
  margin-top:0;
  padding-top:0;
  text-align:center
}
.klaro .context-notice p strong {
  color:#333
}
.klaro .context-notice p a {
  color:#459cdc
}
.klaro .context-notice p.cm-buttons {
  margin-top:12px
}
.klaro .cookie-modal {
  height:100%;
  left:0;
  overflow:hidden;
  position:fixed;
  top:0;
  width:100%;
  z-index:1000
}
.klaro .cookie-modal.cm-embedded {
  height:inherit;
  left:inherit;
  position:relative;
  right:inherit;
  width:inherit;
  z-index:0
}
.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
  position:relative;
  transform:none
}
.klaro .cookie-modal .cm-bg {
  background:rgba(0,0,0,.5);
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%
}
.klaro .cookie-modal .cm-modal.cm-klaro {
  background:#fff;
  box-shadow:none;
  color:#666;
  max-height:98%;
  overflow:auto;
  position:fixed;
  top:50%;
  transform:translateY(-50%);
  width:100%;
  z-index:1001
}
@media (min-width:660px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    border-radius:0;
    height:auto;
    margin:0 auto;
    max-width:640px;
    position:relative;
    width:auto
  }
}
.klaro .cookie-modal .cm-modal .hide {
  background:none;
  border-style:none;
  position:absolute;
  right:20px;
  top:20px;
  z-index:1
}
.klaro .cookie-modal .cm-modal .hide svg {
  stroke:#666
}
.klaro .cookie-modal .cm-modal .cm-footer {
  border-top:1px solid #555;
  padding:1em
}
.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  display:flex;
  flex-flow:row;
  justify-content:space-between
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size:.8em;
  padding-right:8px;
  padding-top:4px;
  text-align:right
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color:#999
}
.klaro .cookie-modal .cm-modal .cm-header {
  border-bottom:1px solid #555;
  padding:1em 24px 1em 1em
}
.klaro .cookie-modal .cm-modal .cm-header .h1,
.klaro .cookie-modal .cm-modal .cm-header h1 {
  display:block;
  font-size:2em;
  margin:0
}
.klaro .cookie-modal .cm-modal .cm-header .title.h1,
.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right:20px
}
.klaro .cookie-modal .cm-modal .cm-body {
  padding:1em
}
.klaro .cookie-modal .cm-modal .cm-body ul {
  display:block
}
.klaro .cookie-modal .cm-modal .cm-body span {
  display:inline-block;
  width:auto
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services {
  margin:0;
  padding:0
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-caret,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-caret {
  color:#888
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content {
  display:none;
  margin-left:-40px
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content.expanded,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content.expanded {
  display:block;
  margin-top:10px
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service {
  line-height:20px;
  min-height:40px;
  padding-left:60px;
  position:relative;
  vertical-align:middle
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service:first-child {
  margin-top:0
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p.purposes {
  color:#999;
  font-size:.8em
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all {
  border-top:1px solid #555;
  padding-top:1em
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-list-title {
  font-weight:600
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required {
  color:#999;
  font-size:.8em;
  padding-left:.2em
}
.klaro .cookie-notice:not(.cookie-modal-notice) {
  background:#fff;
  bottom:0;
  position:fixed;
  right:0;
  width:100%;
  z-index:999
}
@media (min-width:1008px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-radius:0;
    bottom:20px;
    box-shadow:none;
    max-width:400px;
    position:fixed;
    right:20px
  }
}
@media (max-width:1007px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-radius:0;
    border-style:none
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
  bottom:inherit;
  height:inherit;
  left:inherit;
  position:relative;
  right:inherit;
  width:inherit;
  z-index:0
}
.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
  padding-top:.5em
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  bottom:0;
  margin-bottom:0;
  margin-right:0;
  padding:0 1em 1em
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin-bottom:.5em
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
  text-decoration:underline
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  display:inline-block;
  flex-grow:1
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
  display:inline-block;
  margin-top:-.5em
}
@media (max-width:768px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    width:100%
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
  margin-top:.5em
}
@media (max-width:768px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    width:calc(50% - .5em)
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  align-items:baseline;
  display:flex;
  flex-flow:row;
  flex-wrap:wrap;
  justify-content:right;
  margin-top:-.5em
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
  margin-top:.5em
}
.klaro .cookie-modal-notice {
  background:#fff;
  box-shadow:none;
  color:#666;
  max-height:98%;
  overflow:auto;
  padding:.2em 1em 1em;
  position:fixed;
  top:50%;
  transform:translateY(-50%);
  width:100%;
  z-index:1001
}
@media (min-width:400px) {
  .klaro .cookie-modal-notice {
    border-radius:0;
    height:auto;
    margin:0 auto;
    max-width:400px;
    position:relative;
    width:auto
  }
}
.klaro .cookie-modal-notice .cn-ok {
  align-items:center;
  display:flex;
  flex-flow:row;
  justify-content:space-between;
  margin-top:1em
}
.klaro .cookie-notice-hidden {
  display:none!important
}
.klaro {
  --alwaysactive-background-color:#1e3e5e
}
.klaro .cookie-modal {
  font-size:1rem;
  z-index:3000
}
.klaro .cookie-modal .cm-list-description,
.klaro .cookie-modal .cm-list-title {
  font-size:1rem;
  line-height:1.5
}
.klaro .cookie-modal .cm-header .title.h1,
.klaro .cookie-modal .cm-header h1.title {
  font-size:1.84rem
}
.klaro .cookie-modal .cm-modal.cm-klaro {
  max-height:100%;
  scrollbar-color:#666 transparent
}
@media (min-width:768px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    max-height:98%
  }
}
.klaro .cookie-modal .cm-modal.cm-klaro::-webkit-scrollbar {
  height:8px;
  width:8px
}
.klaro .cookie-modal .cm-modal.cm-klaro::-webkit-scrollbar-thumb {
  background:#666;
  border-radius:3px
}
.klaro .cookie-modal .cm-modal.cm-klaro::-webkit-scrollbar-track {
  background:#fff
}
.klaro .cookie-modal .cm-modal .cm-footer,
.klaro .cookie-modal .cm-modal .cm-header {
  border:0
}
.klaro .cookie-modal .cm-modal .cm-footer p,
.klaro .cookie-modal .cm-modal .cm-header p {
  scrollbar-color:#666 transparent
}
.klaro .cookie-modal .cm-modal .cm-footer p::-webkit-scrollbar,
.klaro .cookie-modal .cm-modal .cm-header p::-webkit-scrollbar {
  height:8px;
  width:8px
}
.klaro .cookie-modal .cm-modal .cm-footer p::-webkit-scrollbar-thumb,
.klaro .cookie-modal .cm-modal .cm-header p::-webkit-scrollbar-thumb {
  background:#666;
  border-radius:3px
}
.klaro .cookie-modal .cm-modal .cm-footer p::-webkit-scrollbar-track,
.klaro .cookie-modal .cm-modal .cm-header p::-webkit-scrollbar-track {
  background:#fff
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all {
  border-color:#999
}
.klaro .cookie-modal .cm-modal .hide {
  color:var(--bs-primary);
  right:10px;
  top:inherit
}
.klaro .cookie-modal .cm-list-input:focus+.cm-list-label .slider {
  box-shadow:none
}
.klaro .cookie-modal .cn-body p:not(.cn-changes),
.klaro .cookie-modal p:not(.cn-changes) {
  max-height:150px;
  overflow-y:scroll
}
.klaro .cookie-modal .cn-body .scrolling-area p:not(.cn-changes),
.klaro .cookie-modal .scrolling-area p:not(.cn-changes) {
  overflow-y:unset
}
@media (min-width:768px) {
  .klaro .cookie-modal,
  .klaro .cookie-notice {
    padding:2rem
  }
}
.klaro .cookie-modal-notice {
  padding:1rem
}
.klaro .cookie-modal-notice .cn-body p {
  scrollbar-color:#666 transparent
}
.klaro .cookie-modal-notice .cn-body p::-webkit-scrollbar {
  height:8px;
  width:8px
}
.klaro .cookie-modal-notice .cn-body p::-webkit-scrollbar-thumb {
  background:#666;
  border-radius:3px
}
.klaro .cookie-modal-notice .cn-body p::-webkit-scrollbar-track {
  background:#fff
}
.klaro .context-notice {
  font-size:1rem
}
.klaro .cookie-notice {
  font-size:1rem;
  max-width:640px
}
@media (min-width:768px) {
  .klaro .cookie-notice {
    max-width:750px
  }
}
.klaro .cookie-notice .cn-body p:not(.cn-changes) {
  margin-top:0
}
.klaro .cookie-notice .cn-body .cn-changes {
  margin-top:15px
}
.klaro .cookie-notice .cn-ok {
  flex-direction:column-reverse
}
.klaro .cookie-notice .cn-ok .cm-btn-lern-more {
  background:none
}
.klaro .cookie-notice .cn-changes {
  font-family:var(--aco-font-family-bold);
  font-weight:var(--aco-font-family-bold-font-weight);
  margin-top:10px
}
.klaro .cookie-notice .cn-buttons {
  margin-bottom:5px
}
.klaro .cookie-notice .cn-buttons .cm-btn-success {
  float:left
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required {
  padding-left:.5em
}
@media (min-width:768px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    max-width:750px
  }
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service:first-child {
  margin-bottom:1.2em
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service {
  min-height:21px;
  padding-left:45px
}
.klaro .cookie-modal .cm-list-label .slider {
  height:21px;
  width:37px
}
.klaro .cookie-modal .cm-list-label .slider:before {
  bottom:3px;
  height:15px;
  left:3px;
  width:15px
}
.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider:before {
  transform:translateX(1rem)
}
.klaro .cookie-modal .cm-list-label .slider.round,
.klaro .cookie-modal .cm-list-label .slider.round:before {
  border-radius:initial
}
.klaro .cookie-modal .cm-list-input.half-checked+.cm-list-label .slider {
  background-color:#ccc
}
.klaro .cookie-modal .cm-list-input.half-checked+.cm-list-label .slider:before {
  transform:translateX(0)
}
.klaro .cookie-modal .cm-list-input.required:checked+.cm-list-label .slider {
  background-color:var(--alwaysactive-background-color)
}
.klaro .cookie-modal .cm-header .acocookieconsent__morelinks,
.klaro .cookie-notice .cn-body .acocookieconsent__morelinks {
  border-bottom:1px solid #bccfdf;
  margin-top:0;
  padding-bottom:10px;
  text-align:right
}
.klaro .cookie-modal .cm-header .acocookieconsent__morelinks-item,
.klaro .cookie-notice .cn-body .acocookieconsent__morelinks-item {
  display:inline
}
.klaro .cookie-modal .cm-header .acocookieconsent__morelinks-item+.acocookieconsent__morelinks-item,
.klaro .cookie-notice .cn-body .acocookieconsent__morelinks-item+.acocookieconsent__morelinks-item {
  margin-left:20px
}
.service-toggle--label {
  font-size:.9rem
}
.cm-service .cm-list-description:nth-child(2) {
  display:none
}
.fixed-content-container {
  position:fixed;
  z-index:1550
}
.fixed-content-container--position-top-left {
  bottom:auto;
  left:20px;
  right:auto;
  top:20px
}
.fixed-content-container--position-top-right {
  bottom:auto;
  left:auto;
  right:20px;
  top:20px
}
.fixed-content-container--position-bottom-left {
  bottom:20px;
  left:20px;
  right:auto;
  top:auto
}
.fixed-content-container--position-bottom-right {
  bottom:20px;
  left:auto;
  right:20px;
  top:auto
}
