/* node_modules/vanilla-cookieconsent/dist/cookieconsent.css */
#cc-main {
  background: transparent;
  color: var(--cc-primary-color);
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  z-index: var(--cc-z-index);
}
#cc-main :after,
#cc-main :before,
#cc-main a,
#cc-main button,
#cc-main div,
#cc-main h2,
#cc-main input,
#cc-main p,
#cc-main span {
  all: unset;
  box-sizing: border-box;
}
#cc-main .pm__badge,
#cc-main button {
  all: initial;
  box-sizing: border-box;
  color: unset;
  visibility: unset;
}
#cc-main .pm__badge,
#cc-main a,
#cc-main button,
#cc-main input {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden;
}
#cc-main table,
#cc-main tbody,
#cc-main td,
#cc-main th,
#cc-main thead,
#cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
:root {
  --cc-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --cc-modal-border-radius:.5rem;
  --cc-btn-border-radius:.4rem;
  --cc-modal-transition-duration:.25s;
  --cc-link-color:var(--cc-btn-primary-bg);
  --cc-modal-margin:1rem;
  --cc-z-index:2147483647;
  --cc-bg:#fff;
  --cc-primary-color:#2c2f31;
  --cc-secondary-color:#5e6266;
  --cc-btn-primary-bg:#30363c;
  --cc-btn-primary-color:#fff;
  --cc-btn-primary-border-color:var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg:#000;
  --cc-btn-primary-hover-color:#fff;
  --cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg:#eaeff2;
  --cc-btn-secondary-color:var(--cc-primary-color);
  --cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg:#d4dae0;
  --cc-btn-secondary-hover-color:#000;
  --cc-btn-secondary-hover-border-color:#d4dae0;
  --cc-separator-border-color:#f0f4f7;
  --cc-toggle-on-bg:var(--cc-btn-primary-bg);
  --cc-toggle-off-bg:#667481;
  --cc-toggle-on-knob-bg:#fff;
  --cc-toggle-off-knob-bg:var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color:var(--cc-bg);
  --cc-toggle-disabled-icon-color:var(--cc-bg);
  --cc-toggle-readonly-bg:#d5dee2;
  --cc-toggle-readonly-knob-bg:#fff;
  --cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);
  --cc-section-category-border:var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg:#f0f4f7;
  --cc-cookie-category-block-border:#f0f4f7;
  --cc-cookie-category-block-hover-bg:#e9eff4;
  --cc-cookie-category-block-hover-border:#e9eff4;
  --cc-cookie-category-expanded-block-bg:transparent;
  --cc-cookie-category-expanded-block-hover-bg:#dee4e9;
  --cc-overlay-bg:rgba(0,0,0,.65);
  --cc-webkit-scrollbar-bg:var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);
  --cc-footer-bg:var(--cc-btn-secondary-bg);
  --cc-footer-color:var(--cc-secondary-color);
  --cc-footer-border-color:#e4eaed;
  --cc-pm-toggle-border-radius:4em;
}
#cc-main.cc--rtl {
  direction: rtl;
}
#cc-main .cm__title,
#cc-main a,
#cc-main b,
#cc-main em,
#cc-main strong {
  font-weight: 600;
}
#cc-main button > span {
  pointer-events: none;
}
#cc-main .cc__link,
#cc-main a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 600;
  position: relative;
  transition: background-size .25s, color .25s ease;
}
#cc-main .cc__link:hover,
#cc-main a:hover {
  background-size: 100% 1px;
  color: var(--cc-primary-color);
}
#cc-main .cc__link {
  color: var(--cc-link-color);
}
#cc-main .cm__desc,
#cc-main .pm__body {
  overscroll-behavior: auto contain;
  scrollbar-width: thin;
}
@media screen and (min-width: 640px) {
  #cc-main ::-webkit-scrollbar,
  #cc-main ::-webkit-scrollbar-thumb,
  #cc-main ::-webkit-scrollbar-track {
    all: revert;
  }
  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: .25rem solid var(--cc-bg);
    border-radius: 1rem;
  }
  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }
  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
}
html.disable--interaction.show--consent,
html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important;
}
@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration:0s;
  }
}
.cc--darkmode {
  --cc-bg:#161a1c;
  --cc-primary-color:#ebf3f6;
  --cc-secondary-color:#aebbc5;
  --cc-btn-primary-bg:#c2d0e0;
  --cc-btn-primary-color:var(--cc-bg);
  --cc-btn-primary-border-color:var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg:#98a7b6;
  --cc-btn-primary-hover-color:#000;
  --cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg:#242c31;
  --cc-btn-secondary-color:var(--cc-primary-color);
  --cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg:#353d43;
  --cc-btn-secondary-hover-color:#fff;
  --cc-btn-secondary-hover-border-color:var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color:#222a30;
  --cc-toggle-on-bg:var(--cc-btn-primary-bg);
  --cc-toggle-off-bg:#525f6b;
  --cc-toggle-on-knob-bg:var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg:var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color:var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color:var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg:#343e45;
  --cc-toggle-readonly-knob-bg:#5f6b72;
  --cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);
  --cc-section-category-border:#1e2428;
  --cc-cookie-category-block-bg:#1e2428;
  --cc-cookie-category-block-border:var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg:#242c31;
  --cc-cookie-category-block-hover-border:#232a2f;
  --cc-cookie-category-expanded-block-bg:transparent;
  --cc-cookie-category-expanded-block-hover-bg:var(--cc-toggle-readonly-bg);
  --cc-overlay-bg:rgba(0,0,0,.65);
  --cc-webkit-scrollbar-bg:var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);
  --cc-footer-bg:#0c0e0f;
  --cc-footer-color:var(--cc-secondary-color);
  --cc-footer-border-color:#060809;
}
.cc--darkmode #cc-main {
  color-scheme: dark;
}
#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 .625em 1.875em rgba(0, 0, 2, .3);
  display: flex;
  flex-direction: column;
  max-width: 24rem;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1;
}
#cc-main .cm--top {
  top: var(--cc-modal-margin);
}
#cc-main .cm--middle {
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}
#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}
#cc-main .cm--center {
  left: var(--cc-modal-margin);
  margin: 0 auto;
  right: var(--cc-modal-margin);
  width: unset;
}
#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}
#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
}
#cc-main .cm__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
#cc-main .cm__btns,
#cc-main .cm__links {
  padding: 1rem 1.3rem;
  width: unset;
}
#cc-main .cm__texts {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0 0;
}
#cc-main .cm__desc,
#cc-main .cm__title {
  padding: 0 1.3rem;
}
#cc-main .cm__title {
  font-size: 1.05em;
}
#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}
#cc-main .cm__desc {
  color: var(--cc-secondary-color);
  font-size: .9em;
  line-height: 1.5;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em;
}
#cc-main .cm__btns {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#cc-main .cm__btn-group {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}
#cc-main .cm__btn + .cm__btn,
#cc-main .cm__btn-group + .cm__btn-group {
  margin-top: .375rem;
}
#cc-main .cm--flip .cm__btn + .cm__btn,
#cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: .375rem;
  margin-top: 0;
}
#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-left: .375rem;
  margin-top: 0;
}
#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: .375rem;
}
#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: .375rem;
  margin-right: 0;
}
#cc-main .cm--wide .cm__btn + .cm__btn,
#cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: .375rem;
  margin-top: 0;
}
#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn,
#cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: .375rem;
}
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,
#cc-main .cm--wide .cm__btn-group--uneven {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,
#cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  flex-direction: row-reverse;
}
#cc-main .cm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  font-size: .82em;
  font-weight: 600;
  min-height: 42px;
  padding: .5em 1em;
  text-align: center;
}
#cc-main .cm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}
#cc-main .cm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}
#cc-main .cm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}
#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}
#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  transform: scale(.5);
  transition: stroke .15s ease;
}
#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}
#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}
#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}
#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 3rem;
}
#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}
#cc-main .cm__footer {
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-footer-color);
  padding: .4em 0 .5em;
}
#cc-main .cm__links {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
  padding-top: 0;
}
#cc-main .cm__link-group {
  display: flex;
  flex-direction: row;
  font-size: .8em;
  width: 100%;
}
#cc-main .cm__link-group > * + * {
  margin-left: 1.3rem;
}
#cc-main .cm--flip .cm__btn:last-child {
  grid-row: 1;
}
#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  grid-column: 1;
}
#cc-main .cm--box .cm__btn--close {
  display: block;
}
#cc-main .cm--box.cm--flip .cm__btns {
  flex-direction: column-reverse;
}
#cc-main .cm--box.cm--wide {
  max-width: 36em;
}
#cc-main .cm--box.cm--wide .cm__btns {
  flex-direction: row;
  justify-content: space-between;
}
#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}
#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}
#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  flex-direction: row-reverse;
}
#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  grid-column: 1;
}
#cc-main .cm--cloud {
  max-width: 54em;
  width: unset;
}
#cc-main .cm--cloud .cm__body {
  flex-direction: row;
}
#cc-main .cm--cloud .cm__texts {
  flex: 1;
}
#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}
#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em;
}
#cc-main .cm--cloud .cm__btn-group {
  flex-direction: column;
}
#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}
#cc-main .cm--cloud.cm--flip .cm__btn-group,
#cc-main .cm--cloud.cm--flip .cm__btns {
  flex-direction: column-reverse;
}
#cc-main .cm--cloud.cm--inline .cm__btn-group {
  flex-direction: row;
}
#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}
#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  flex-direction: row-reverse;
}
#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  transform: translateY(0);
  width: 100vw;
  --cc-modal-transition-duration:.35s;
}
#cc-main .cm--bar.cm--top {
  top: 0;
  transform: translateY(-100%);
}
#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  transform: translateY(100%);
}
#cc-main .cm--bar .cm__body,
#cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%;
}
#cc-main .cm--bar .cm__body {
  padding: .5em 0 .9em;
}
#cc-main .cm--bar .cm__btns {
  border-top: none;
  flex-direction: row;
  justify-content: space-between;
}
#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}
#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-left: .375rem;
  margin-top: 0;
}
#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em;
}
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: .375rem;
}
#cc-main .cm--bar.cm--flip .cm__btns {
  flex-direction: row-reverse;
}
#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  grid-column: 1;
}
#cc-main .cm--bar.cm--inline .cm__body,
#cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em;
}
#cc-main .cm--bar.cm--inline .cm__body {
  flex-direction: row;
  padding: 0;
}
#cc-main .cm--bar.cm--inline .cm__btns {
  flex-direction: column;
  justify-content: center;
  max-width: 23em;
}
#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  flex-direction: column-reverse;
}
#cc-main .cc--anim .cm,
#cc-main .cc--anim.cm-wrapper:before {
  transition:
    opacity var(--cc-modal-transition-duration) ease,
    visibility var(--cc-modal-transition-duration) ease,
    transform var(--cc-modal-transition-duration) ease;
}
#cc-main .cc--anim .cm__btn,
#cc-main .cc--anim .cm__close {
  transition:
    background-color .15s ease,
    border-color .15s ease,
    color .15s ease;
}
.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}
.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  transform: translateY(0);
  visibility: visible !important;
}
.show--consent #cc-main .cc--anim .cm--middle {
  transform: translateY(-50%);
}
.show--consent #cc-main .cc--anim .cm--bar {
  transform: translateY(0);
}
.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible;
}
#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset;
}
#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-left: 3rem !important;
  padding-right: 1.3rem;
}
#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: .375rem;
}
#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: .375rem;
  margin-right: 0;
}
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: .375rem;
}
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: .375rem;
  margin-right: 0;
}
#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3rem;
}
@media screen and (max-width: 640px) {
  #cc-main {
    --cc-modal-margin:.5em;
  }
  #cc-main .cm {
    max-width: none !important;
    width: auto !important;
  }
  #cc-main .cm__body {
    flex-direction: column !important;
    padding: 0 !important;
  }
  #cc-main .cm__btns,
  #cc-main .cm__desc,
  #cc-main .cm__links,
  #cc-main .cm__title {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
  #cc-main .cm__btns {
    border-left: none !important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
    flex-direction: column !important;
    max-width: none !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn + .cm__btn,
  #cc-main .cm__btn-group + .cm__btn-group {
    margin: .375rem 0 0 !important;
  }
  #cc-main .cm--flip .cm__btn + .cm__btn,
  #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-bottom: .375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .cm__btn-group {
    display: flex !important;
    flex-direction: column !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn {
    flex: auto !important;
  }
  #cc-main .cm__link-group {
    justify-content: center !important;
  }
  #cc-main .cm--flip .cm__btn-group,
  #cc-main .cm--flip .cm__btns {
    flex-direction: column-reverse !important;
  }
}
#cc-main .pm-wrapper {
  position: relative;
  z-index: 2;
}
#cc-main .pm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 .625em 1.875em rgba(0, 0, 2, .3);
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1;
}
#cc-main svg {
  fill: none;
  width: 100%;
}
#cc-main .pm__body,
#cc-main .pm__footer,
#cc-main .pm__header {
  padding: 1em 1.4em;
}
#cc-main .pm__header {
  align-items: center;
  border-bottom: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}
#cc-main .pm__title {
  align-items: center;
  display: flex;
  flex: 1;
  font-weight: 600;
  margin-right: 2em;
}
#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  height: 40px;
  position: relative;
  transition: all .15s ease;
  width: 40px;
}
#cc-main .pm__close-btn span {
  display: flex;
  height: 100%;
  width: 100%;
}
#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(.5);
  transition: stroke .15s ease;
}
#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}
#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}
#cc-main .pm__body {
  flex: 1;
  overflow-y: auto;
  overflow-y: overlay;
}
#cc-main .pm__section,
#cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  display: flex;
  flex-direction: column;
  margin-bottom: .5em;
}
#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid var(--cc-cookie-category-block-border);
  border-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin-top: 0 !important;
  overflow: hidden;
}
#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  transition: background-color .25s ease, border-color .25s ease;
}
#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
}
#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}
#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}
#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: .375rem;
}
#cc-main .pm__section--toggle .pm__section-title {
  align-items: center;
  background: var(--cc-cookie-category-block-bg);
  border: 1px solid var(--cc-cookie-category-block-border);
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  transition: background-color .25s ease, border-color .25s ease;
  width: 100%;
}
#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--cc-cookie-category-block-hover-bg);
  border-color: var(--cc-cookie-category-block-hover-border);
}
#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em;
}
#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg:var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border:var(--cc-cookie-category-expanded-block-hover-bg);
}
#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  transform: scale(.5) rotate(180deg);
}
#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: flex;
}
#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em;
}
#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  border-radius: 100%;
  display: flex;
  height: 20px;
  justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}
#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(.5);
}
#cc-main .pm__section-title-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}
#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: .85em;
}
#cc-main .pm__section-title {
  border-radius: var(--cc-btn-border-radius);
  font-size: .95em;
  font-weight: 600;
}
#cc-main .pm__badge {
  align-items: center;
  background: var(--cc-btn-secondary-bg);
  border-radius: 5em;
  color: var(--cc-secondary-color);
  display: flex;
  flex: none;
  font-size: .8em;
  font-weight: 600;
  height: 23px;
  justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 .6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto;
}
#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  padding: 0;
  width: 23px;
}
#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 .6em 1px;
  width: auto;
}
#cc-main .section__toggle,
#cc-main .section__toggle-wrapper,
#cc-main .toggle__icon,
#cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  height: 23px;
  transform: translateZ(0);
  width: 50px;
}
#cc-main .section__toggle-wrapper {
  cursor: pointer;
  position: absolute;
  right: 18px;
  z-index: 1;
}
#cc-main .toggle-service {
  height: 19px;
  position: relative;
  right: 0;
  width: 42px;
}
#cc-main .toggle-service .section__toggle,
#cc-main .toggle-service .toggle__icon,
#cc-main .toggle-service .toggle__label {
  height: 19px;
  width: 42px;
}
#cc-main .toggle-service .toggle__icon {
  position: relative;
}
#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px;
}
#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(23px);
}
#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important;
}
#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}
#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}
#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  display: flex;
  flex-direction: row;
  pointer-events: none;
  position: absolute;
  transition: all .25s ease;
}
#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border: none;
  border-radius: var(--cc-pm-toggle-border-radius);
  box-shadow: 0 1px 2px rgba(24, 32, 3, .36);
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform .25s ease, background-color .25s ease;
  width: 23px;
}
#cc-main .toggle__icon-off,
#cc-main .toggle__icon-on {
  height: 100%;
  position: absolute;
  transition: opacity .15s ease;
  width: 100%;
}
#cc-main .toggle__icon-on {
  opacity: 0;
  transform: rotate(45deg);
}
#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  transform: scale(.55) rotate(-45deg);
}
#cc-main .toggle__icon-off {
  opacity: 1;
}
#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  transform: scale(.55);
}
#cc-main .section__toggle:checked ~ .toggle__icon {
  background: var(--cc-toggle-on-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  transform: translateX(27px);
}
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}
#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}
#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  box-shadow: none;
}
#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color);
}
#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}
#cc-main .pm__section-desc-wrapper {
  color: var(--cc-secondary-color);
  display: flex;
  flex-direction: column;
  font-size: .9em;
}
#cc-main .pm__section-desc-wrapper > :not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}
#cc-main .pm__section-services {
  display: flex;
  flex-direction: column;
}
#cc-main .pm__service {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: .4em 1.2em;
  position: relative;
  transition: background-color .15s ease;
}
#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}
#cc-main .pm__service-header {
  align-items: center;
  display: flex;
  margin-right: 1em;
  width: 100%;
}
#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  height: 8px;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
  min-width: 8px;
}
#cc-main .pm__service-title {
  font-size: .95em;
  width: 100%;
  word-break: break-word;
}
#cc-main .pm__section-desc {
  line-height: 1.5em;
}
#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: .9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}
#cc-main .pm__table-caption {
  text-align: left;
}
#cc-main .pm__table-caption,
#cc-main .pm__table-head > tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600;
}
#cc-main .pm__table-tr {
  transition: background-color .15s ease;
}
#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}
#cc-main .pm__table-caption,
#cc-main .pm__table-td,
#cc-main .pm__table-th {
  padding: .625em .625em .625em 1.2em;
  vertical-align: top;
}
#cc-main .pm__footer {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}
#cc-main .pm__btn-group {
  display: flex;
}
#cc-main .pm__btn + .pm__btn,
#cc-main .pm__btn-group + .pm__btn-group {
  margin-left: .375rem;
}
#cc-main .pm--flip .pm__btn + .pm__btn,
#cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: .375rem;
}
#cc-main .pm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  flex: auto;
  font-size: .82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 110px;
  padding: .5em 1.5em;
  text-align: center;
  transition:
    background-color .15s ease,
    border-color .15s ease,
    color .15s ease;
}
#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}
#cc-main .pm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}
#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}
#cc-main .pm--box {
  height: calc(100% - 2em);
  left: var(--cc-modal-margin);
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: var(--cc-modal-margin);
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}
#cc-main .pm--box.pm--flip .pm__btn-group,
#cc-main .pm--box.pm--flip .pm__footer {
  flex-direction: row-reverse;
}
#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0;
  width: 100%;
  --cc-modal-transition-duration:.35s;
}
#cc-main .pm--bar .pm__section-table,
#cc-main .pm--bar .pm__table-body,
#cc-main .pm--bar .pm__table-td,
#cc-main .pm--bar .pm__table-th,
#cc-main .pm--bar .pm__table-tr {
  display: block;
}
#cc-main .pm--bar .pm__table-head {
  display: none;
}
#cc-main .pm--bar .pm__table-caption {
  display: block;
}
#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}
#cc-main .pm--bar .pm__table-td {
  display: flex;
  justify-content: space-between;
}
#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis;
}
#cc-main .pm--bar .pm__table-td > div {
  flex: 3;
}
#cc-main .pm--bar:not(.pm--wide) .pm__body,
#cc-main .pm--bar:not(.pm--wide) .pm__footer,
#cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em;
}
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide) .pm__footer {
  flex-direction: column;
}
#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: .375rem 0 0;
}
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  flex-direction: column-reverse;
}
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-bottom: .375rem;
  margin-top: 0;
}
#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none;
}
#cc-main .pm--bar.pm--left {
  left: 0;
  transform: translateX(-100%);
}
#cc-main .pm--bar.pm--right {
  right: 0;
  transform: translateX(100%);
}
#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}
#cc-main .pm--bar.pm--wide .pm__body,
#cc-main .pm--bar.pm--wide .pm__footer,
#cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em;
}
#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,
#cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  flex-direction: row-reverse;
}
#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}
#cc-main .cc--anim .pm,
#cc-main .cc--anim .pm-overlay {
  transition:
    opacity var(--cc-modal-transition-duration) ease,
    visibility var(--cc-modal-transition-duration) ease,
    transform var(--cc-modal-transition-duration) ease;
}
.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}
.show--preferences #cc-main .cc--anim .pm--box {
  transform: translateY(-50%);
}
.show--preferences #cc-main .cc--anim .pm--bar {
  transform: translateX(0);
}
.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}
#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0;
}
#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}
#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  transform-origin: left;
}
#cc-main.cc--rtl .toggle-service {
  left: 0;
}
#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px;
}
#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}
#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}
#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}
#cc-main.cc--rtl .toggle__icon-circle {
  transform: translateX(27px);
}
#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  transform: translateX(23px);
}
#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(0);
}
#cc-main.cc--rtl .pm__table-td,
#cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  padding-right: 1.2em;
  text-align: right;
}
#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}
#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset;
}
#cc-main.cc--rtl .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: .375rem;
}
#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: .375rem;
  margin-right: 0;
}
#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none !important;
    right: 0;
    top: 0;
    transform: translateY(1.6em);
  }
  #cc-main .pm__body,
  #cc-main .pm__footer,
  #cc-main .pm__header {
    padding: .9em !important;
  }
  #cc-main .pm__badge {
    display: none;
  }
  #cc-main .pm__section-table,
  #cc-main .pm__table-body,
  #cc-main .pm__table-caption,
  #cc-main .pm__table-td,
  #cc-main .pm__table-th,
  #cc-main .pm__table-tr {
    display: block;
  }
  #cc-main .pm__table-head {
    display: none;
  }
  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }
  #cc-main .pm__table-td {
    display: flex;
    justify-content: space-between;
  }
  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis;
  }
  #cc-main .pm__table-td > div {
    flex: 3;
  }
  #cc-main .pm__btn-group,
  #cc-main .pm__footer {
    flex-direction: column !important;
  }
  #cc-main .pm__btn-group {
    display: flex !important;
  }
  #cc-main .pm__btn + .pm__btn,
  #cc-main .pm__btn-group + .pm__btn-group {
    margin: .375rem 0 0 !important;
  }
  #cc-main .pm--flip .pm__btn + .pm__btn,
  #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-bottom: .375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .pm--flip .pm__btn-group,
  #cc-main .pm--flip .pm__footer {
    flex-direction: column-reverse !important;
  }
  .show--preferences #cc-main .cc--anim .pm {
    transform: translateY(0) !important;
  }
}

/* src/styles.less */
:root {
  --liberro-native-bottom-navbar-height: 92px;
  --liberro-detail-bottom-sticky-actions: 136px;
  --liberro-investment-tags-padding: 4px;
}
html.bwm .radio-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  cursor: pointer;
}
html.bwm .radio-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #28353A;
  cursor: pointer;
}
html.bwm .radio-item .ant-radio {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  top: 0;
  margin: 0;
}
html.bwm .radio-item .ant-radio-inner {
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
}
html.bwm .radio-item:hover .ant-radio-inner {
  border-color: #d9d9d9;
}
html.bwm .radio-item .ant-radio-inner {
  background-color: #FFFFFF;
}
html.bwm .radio-item .ant-radio-checked .ant-radio-inner {
  border-color: #F4403F;
  background-color: #FFFFFF;
}
html.bwm .radio-item .ant-radio-checked .ant-radio-inner::after {
  background-color: #F4403F;
  width: 8px;
  height: 8px;
  top: 13.5px;
  left: 13.5px;
  transform: scale(1);
  opacity: 1;
  border-radius: 50%;
}
html.bwm .checkbox-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 0;
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #28353A;
  cursor: pointer;
}
html.bwm .checkbox-item .ant-checkbox {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  top: 0;
  margin: 0;
}
html.bwm .checkbox-item .ant-checkbox-inner {
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  background-color: #FFFFFF;
  border-radius: 2px;
}
html.bwm .checkbox-item:hover .ant-checkbox-inner {
  border-color: #d9d9d9;
}
html.bwm .checkbox-item .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #F4403F;
  border-color: #F4403F;
}
html.bwm .checkbox-item .ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: #FFFFFF;
  width: 6px;
  height: 10px;
  top: 3px;
  left: 6px;
  transform: rotate(45deg) scale(1);
  opacity: 1;
  border-width: 2px;
  border-left: 0;
  border-top: 0;
}
html.bwm .checkbox-item .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #d9d9d9;
  box-shadow: none;
}
html.bwm .checkbox-item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #28353A;
}
html.liberro .radio-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  cursor: pointer;
}
html.liberro .radio-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #28353A;
  cursor: pointer;
}
html.liberro .radio-item .ant-radio {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  top: 0;
  margin: 0;
}
html.liberro .radio-item .ant-radio-inner {
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
}
html.liberro .radio-item:hover .ant-radio-inner {
  border-color: #d9d9d9;
}
html.liberro .radio-item .ant-radio-inner {
  background-color: #FFFFFF;
}
html.liberro .radio-item .ant-radio-checked .ant-radio-inner {
  border-color: #E8F554;
  background-color: #FFFFFF;
}
html.liberro .radio-item .ant-radio-checked .ant-radio-inner::after {
  background-color: #E8F554;
  width: 8px;
  height: 8px;
  top: 13.5px;
  left: 13.5px;
  transform: scale(1);
  opacity: 1;
  border-radius: 50%;
}
html.liberro .checkbox-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 0;
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #28353A;
  cursor: pointer;
}
html.liberro .checkbox-item .ant-checkbox {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  top: 0;
  margin: 0;
}
html.liberro .checkbox-item .ant-checkbox-inner {
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  background-color: #FFFFFF;
  border-radius: 2px;
}
html.liberro .checkbox-item:hover .ant-checkbox-inner {
  border-color: #d9d9d9;
}
html.liberro .checkbox-item .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #E8F554;
  border-color: #E8F554;
}
html.liberro .checkbox-item .ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: #FFFFFF;
  width: 6px;
  height: 10px;
  top: 3px;
  left: 6px;
  transform: rotate(45deg) scale(1);
  opacity: 1;
  border-width: 2px;
  border-left: 0;
  border-top: 0;
}
html.liberro .checkbox-item .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #d9d9d9;
  box-shadow: none;
}
html.liberro .checkbox-item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #28353A;
}
html.bwm .ant-modal-content {
  padding: 16px;
  border-radius: 2px;
  box-shadow:
    0px 6px 16px 0px rgba(0, 0, 0, 0.08),
    0px 3px 6px -4px rgba(0, 0, 0, 0.12),
    0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  margin-top: var(--liberro-top-safezone-height, 0px);
  margin-bottom: 0;
}
html.bwm .large-pad .ant-modal-content {
  padding: 64px;
}
html.bwm .ant-modal-body {
  padding: 0;
  margin: 0;
}
@media (max-width: 400px) {
  html.bwm .xs-mobile-toast-title .ant-modal-confirm-title {
    padding-right: 17px;
  }
}
html.bwm .modal-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
html.bwm .modal-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 8px;
  width: 100%;
}
html.bwm .modal-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  color: #28353A;
  margin: 0;
  padding: 0;
}
html.bwm .modal-lg {
  top: 10px;
}
@media (min-width: 768px) {
  html.bwm .modal-lg {
    width: 708px !important;
    top: 100px;
  }
}
html.liberro .ant-modal-content {
  padding: 16px;
  border-radius: 2px;
  box-shadow:
    0px 6px 16px 0px rgba(0, 0, 0, 0.08),
    0px 3px 6px -4px rgba(0, 0, 0, 0.12),
    0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  margin-top: var(--liberro-top-safezone-height, 0px);
  margin-bottom: 0;
}
html.liberro .large-pad .ant-modal-content {
  padding: 64px;
}
html.liberro .ant-modal-body {
  padding: 0;
  margin: 0;
}
@media (max-width: 400px) {
  html.liberro .xs-mobile-toast-title .ant-modal-confirm-title {
    padding-right: 17px;
  }
}
html.liberro .modal-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
html.liberro .modal-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 8px;
  width: 100%;
}
html.liberro .modal-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  color: #28353A;
  margin: 0;
  padding: 0;
}
html.liberro .modal-lg {
  top: 10px;
}
@media (min-width: 768px) {
  html.liberro .modal-lg {
    width: 708px !important;
    top: 100px;
  }
}
html.bwm .ant-switch {
  width: 44px;
  height: 22px;
  min-width: 44px;
}
html.bwm .ant-switch .ant-switch-handle {
  width: 18px;
  height: 18px;
  top: 2px;
  left: 2px;
}
html.bwm .ant-switch .ant-switch-handle::before {
  width: 18px;
  height: 18px;
  border-radius: 16px;
  box-shadow: 0px 2px 4px 0px rgba(0, 35, 11, 0.2);
}
html.bwm .ant-switch.ant-switch-checked {
  background: #F4403F;
}
html.bwm .ant-switch.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 20px);
}
html.bwm .ant-switch:not(.ant-switch-checked) {
  background-color: #9FBEC3;
}
html.liberro .ant-switch {
  width: 44px;
  height: 22px;
  min-width: 44px;
}
html.liberro .ant-switch .ant-switch-handle {
  width: 18px;
  height: 18px;
  top: 2px;
  left: 2px;
}
html.liberro .ant-switch .ant-switch-handle::before {
  width: 18px;
  height: 18px;
  border-radius: 16px;
  box-shadow: 0px 2px 4px 0px rgba(0, 35, 11, 0.2);
}
html.liberro .ant-switch.ant-switch-checked {
  background: #E8F554;
}
html.liberro .ant-switch.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 20px);
}
html.liberro .ant-switch:not(.ant-switch-checked) {
  background-color: #9FBEC3;
}
html.bwm .fondshop-styling .article-premium-content img,
html.bwm .fondshop-styling .article-body img {
  margin: 0 auto;
  display: block;
  max-width: 100% !important;
  height: auto !important;
}
html.bwm .fondshop-styling .article-premium-content titular-img figure.image,
html.bwm .fondshop-styling .article-body titular-img figure.image {
  margin-bottom: 20px !important;
}
html.bwm .fondshop-styling .article-premium-content titular-img figure.image figcaption,
html.bwm .fondshop-styling .article-body titular-img figure.image figcaption {
  text-align: right;
  color: #3F585F;
  font: normal normal 500 16px/22px;
  margin-top: 3px;
}
html.bwm .fondshop-styling .article-premium-content figure.image,
html.bwm .fondshop-styling .article-body figure.image {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
html.bwm .fondshop-styling .article-premium-content .editor-description,
html.bwm .fondshop-styling .article-body .editor-description {
  text-align: center;
  color: #374151;
  font: normal normal 600 18px/22px;
  margin-top: 40px;
}
html.bwm .fondshop-styling .article-premium-content p,
html.bwm .fondshop-styling .article-body p {
  font: normal normal 500 16px/22px;
  color: #28353A;
}
html.bwm .fondshop-styling .editor-author {
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #00775e;
  padding: 24px;
  color: white;
}
html.bwm .fondshop-styling .editor-author p {
  color: white;
}
html.bwm .fondshop-styling .editor-author li::marker {
  color: #d1d5db;
}
html.bwm .fondshop-styling .editor-author__first-section {
  margin-bottom: 24px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-color: #ffffff;
  color: white;
  padding-bottom: 24px;
  border-style: solid;
}
html.bwm .fondshop-styling .editor-author__second-section,
html.bwm .fondshop-styling .editor-author__first-section h2 {
  color: white;
}
html.bwm .fondshop-styling a {
  text-decoration: underline;
  color: #28353A;
}
html.bwm .fondshop-styling a:hover {
  color: #28353A;
}
html.bwm .fondshop-styling .editor-pros-cons {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  html.bwm .fondshop-styling .editor-pros-cons {
    display: grid;
  }
}
html.bwm .fondshop-styling .editor-pros-cons ul {
  padding-bottom: 0;
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}
html.bwm .fondshop-styling .editor-pros-cons li {
  margin-bottom: 1em;
  margin-left: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-left: 0;
}
html.bwm .fondshop-styling .editor-pros-cons li::before {
  content: "";
  position: relative;
  width: 42px;
  height: 32px;
  background-color: #fff;
  display: block;
  border-radius: 100px;
  top: -4px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.2rem;
}
html.bwm .fondshop-styling .editor-pros-cons__col {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
}
html.bwm .fondshop-styling .editor-pros-cons__col:first-child {
  margin-top: 0;
  background-color: #f1b980;
}
html.bwm .fondshop-styling .editor-pros-cons__col:first-child li,
html.bwm .fondshop-styling .editor-pros-cons__col:first-child p {
  color: #28353A;
}
html.bwm .fondshop-styling .editor-pros-cons__col:first-child li::before {
  content: "\2713";
  color: #28353A;
}
html.bwm .fondshop-styling .editor-pros-cons__col:last-child {
  margin-bottom: 0;
  background-color: #1d1d1d;
}
html.bwm .fondshop-styling .editor-pros-cons__col:last-child li,
html.bwm .fondshop-styling .editor-pros-cons__col:last-child p {
  color: #28353A;
}
html.bwm .fondshop-styling .editor-pros-cons__col:last-child li::before {
  color: #28353A;
  content: "\2013";
}
html.bwm .fondshop-styling .image_resized {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 16px;
  width: 75%;
}
html.bwm .fondshop-styling ul {
  margin: 0;
  padding: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  list-style: none;
  list-style-type: disc;
  padding-inline-start: 1.35em;
}
html.bwm .fondshop-styling li {
  margin: 0;
  padding: 0;
  padding-left: 5px;
}
html.bwm .fondshop-styling li::marker {
  color: #d1d5db;
}
html.bwm .fondshop-styling ol li::marker {
  color: #28353A;
}
html.bwm .fondshop-styling .content-pad {
  margin: 0 auto;
  max-width: 420px;
}
@media (min-width: 768px) {
  html.bwm .fondshop-styling .content-pad {
    max-width: 612px;
  }
}
html.bwm .fondshop-styling .content-pad .article-free-content a {
  color: #F4403F;
  text-decoration: underline;
}
html.bwm .fondshop-styling .content-pad .article-free-content a:hover {
  text-decoration: none;
}
html.bwm .fondshop-styling .content-pad blockquote {
  border-color: #00775e;
  border-inline-start-color: #3F585F;
  border-inline-start-width: 0.25rem;
  border-left-width: 2px;
  color: #28353A;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 1.6em;
  margin-top: 1.6em;
  padding-inline-start: 1em;
  quotes: "\201c" "\201d" "\2018" "\2019";
  border-left-style: solid;
}
@media (min-width: 768px) {
  html.bwm .fondshop-styling .content-pad blockquote {
    padding-left: 24px;
  }
}
html.bwm .fondshop-styling .content-pad blockquote p {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 600;
  font-style: normal;
}
html.bwm .fondshop-styling .content-pad blockquote p::before,
html.bwm .fondshop-styling .content-pad blockquote p::after {
  content: '"';
  color: #28353A;
}
html.bwm .fondshop-styling .content-pad p {
  margin-top: 1rem;
}
html.bwm .fondshop-styling .content-pad table {
  border-collapse: collapse;
  margin-bottom: 0;
  margin-top: 16px;
  font-size: 0.875em;
  line-height: 1.71;
  width: 100%;
  table-layout: auto;
  text-indent: 0;
  border-color: inherit;
}
html.bwm .fondshop-styling .content-pad table tr {
  background-color: transparent;
}
html.bwm .fondshop-styling .content-pad table tr:nth-child(even) {
  background-color: #f5f5f5;
}
html.bwm .fondshop-styling .content-pad table td {
  text-align: start;
  margin-top: 0;
  border-collapse: collapse;
  border-width: 1px;
  padding: 8px;
  border-color: #e6e6e6;
}
html.bwm .fondshop-styling .content-pad table p {
  padding: 0;
  margin: 0;
}
html.bwm .fondshop-styling .content-pad h2 {
  font: normal normal bold 21px/25px;
  margin-bottom: 0;
  margin-top: 28px;
  font-weight: 700;
}
html.bwm .fondshop-styling .content-pad h3 {
  font: normal normal bold 19px/23px;
  margin-bottom: 0;
  margin-top: 28px;
  font-weight: 700;
}
html.bwm .fondshop-styling .content-pad h4 {
  font: normal normal bold 17px/20px;
  margin-bottom: 0;
  margin-top: 28px;
  font-weight: 700;
}
html.bwm .fondshop-styling .content-pad figcaption {
  margin-top: 16px;
  margin-bottom: 0;
  border-left-width: 2px;
  border-left-style: solid;
  border-color: #00775e;
  padding-left: 8px;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #28353A;
}
html.bwm .fondshop-styling :root {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
}
html.bwm .fondshop-styling .editor-hint {
  margin-top: 2em;
  margin-bottom: 2em;
}
html.bwm .fondshop-styling .editor-hint__inner {
  position: relative;
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 24px;
  font-family: Noto Serif, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity, 1));
}
html.bwm .fondshop-styling .editor-hint__inner p {
  color: rgb(96 96 96 / var(--tw-text-opacity, 1));
}
@media (min-width: 992px) {
  html.bwm .fondshop-styling .editor-hint__inner {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
html.bwm .fondshop-styling .editor-hint__inner :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html.bwm .fondshop-styling .editor-hint__inner :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
html.bwm .fondshop-styling .editor-hint__inner::after {
  content: "";
  position: absolute;
  left: -12px;
  top: -12px;
  height: 32px;
  width: 32px;
  background-color: inherit;
  background-image: url(/assets/img/fondshop/hint.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
html.bwm .fondshop-styling .editor-pexeso-card {
  aspect-ratio: 1/1;
  height: 100%;
  max-width: 300px;
  cursor: pointer;
  perspective: 1000px;
}
html.bwm .fondshop-styling .editor-pexeso-card__inner {
  position: relative;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  transform: rotateY(0);
  transition: transform 0.4s ease;
}
html.bwm .fondshop-styling .editor-pexeso-card__inner:hover {
  transform: scale(105%);
  transition: transform 0.6s ease;
}
html.bwm .fondshop-styling .editor-pexeso-card.flipped .editor-pexeso-card__inner {
  transform: rotateY(-180deg);
}
html.bwm .fondshop-styling .editor-pexeso-card__back,
html.bwm .fondshop-styling .editor-pexeso-card__front {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  backface-visibility: hidden;
}
html.bwm .fondshop-styling .editor-pexeso-card__front {
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 94 / var(--tw-bg-opacity, 1));
  font-size: 1.375rem;
  line-height: 1.4;
}
html.bwm .fondshop-styling .editor-pexeso-card__back {
  background-color: rgb(0 119 94 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 185 128 / var(--tw-bg-opacity, 1));
  transform: rotateY(-180deg);
}
html.bwm .fondshop-styling .editor-pexeso-card__back p {
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity, 1));
}
html.bwm .fondshop-styling .editor-pexeso-card__front h2,
html.bwm .fondshop-styling .editor-pexeso-card__front li,
html.bwm .fondshop-styling .editor-pexeso-card__front p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
html.bwm .fondshop-styling .editor-article-summary {
  --tw-bg-opacity: 1;
  background-color: rgb(241 185 128 / var(--tw-bg-opacity, 1));
  padding: 12px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  html.bwm .fondshop-styling .editor-article-summary {
    padding: 24px;
  }
}
html.bwm .fondshop-styling .editor-article-summary__content {
  margin-top: 12px;
}
html.bwm .fondshop-styling .editor-article-summary__heading p {
  font-weight: 700;
}
html.bwm .fondshop-styling .editor-article-summary h2,
html.bwm .fondshop-styling .editor-article-summary li,
html.bwm .fondshop-styling .editor-article-summary p {
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity, 1));
}
html.bwm .fondshop-styling .editor-article-summary li::marker {
  color: #000;
}
html.bwm .fondshop-styling .editor-advantages--4x2__columns-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-width: 0 0 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
  padding-bottom: 32px;
}
html.bwm .fondshop-styling .editor-advantages--4x2 {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  html.bwm .fondshop-styling .editor-advantages--4x2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
html.bwm .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-width: 0 0 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  html.bwm .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper {
    grid-template-columns: 1fr 49px 1fr 49px 1fr 49px 1fr;
  }
}
html.bwm .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper:not(:first-child) {
  margin-top: 32px;
}
html.bwm .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper .editor-advantages--4x2__advantage .editor-advantages--4x2__advantage-typography {
  margin-top: 16px;
}
html.bwm .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper .editor-advantages--4x2__advantage .editor-advantages--4x2__advantage-typography :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html.bwm .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper .editor-advantages--4x2__advantage .editor-advantages--4x2__advantage-typography :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
html.bwm .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper .editor-advantages--4x2__advantage .editor-advantages--4x2__advantage-typography h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 992px) {
  html.bwm .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper .editor-advantages--4x2__advantage .editor-advantages--4x2__advantage-typography h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
html.bwm .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper .editor-advantages--4x2__advantage .editor-advantages--4x2__advantage-typography p {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Noto Serif, serif;
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity, 1));
}
html.bwm .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper .editor-advantages--4x2__advantage .editor-advantages--4x2__advantage-icon :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html.bwm .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper .editor-advantages--4x2__advantage .editor-advantages--4x2__advantage-icon :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
html.bwm .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper .editor-advantages--4x2__advantage .editor-advantages--4x2__advantage-icon img {
  margin: 0 !important;
  height: 41px !important;
  width: 57px !important;
}
html.bwm .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__advantage-icon.ck-editor__nested-editable_focused,
html.bwm .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__advantage-typography.ck-editor__nested-editable_focused,
html.bwm .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__heading.ck-editor__nested-editable_focused {
  background-color: transparent !important;
}
html.bwm .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__separator {
  margin-top: 24px;
  border-width: 1px 0 0;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
  padding-top: 24px;
}
@media (min-width: 768px) {
  html.bwm .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__separator {
    margin-top: 0;
    margin-right: 24px;
    border-width: 0 1px 0 0;
    padding-top: 0;
    padding-left: 24px;
  }
}
html.bwm .fondshop-styling .editor-advantages--3x1 {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  html.bwm .fondshop-styling .editor-advantages--3x1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
html.bwm .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-width: 0 0 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  html.bwm .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper {
    grid-template-columns: 1fr 49px 1fr 49px 1fr;
  }
}
html.bwm .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper:not(:first-child) {
  margin-top: 32px;
}
html.bwm .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper .editor-advantages--3x1__advantage .editor-advantages--3x1__advantage-typography {
  margin-top: 16px;
}
html.bwm .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper .editor-advantages--3x1__advantage .editor-advantages--3x1__advantage-typography :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html.bwm .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper .editor-advantages--3x1__advantage .editor-advantages--3x1__advantage-typography :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
html.bwm .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper .editor-advantages--3x1__advantage .editor-advantages--3x1__advantage-typography h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 992px) {
  html.bwm .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper .editor-advantages--3x1__advantage .editor-advantages--3x1__advantage-typography h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
html.bwm .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper .editor-advantages--3x1__advantage .editor-advantages--3x1__advantage-typography p {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Noto Serif, serif;
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity, 1));
}
html.bwm .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper .editor-advantages--3x1__advantage .editor-advantages--3x1__advantage-icon :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html.bwm .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper .editor-advantages--3x1__advantage .editor-advantages--3x1__advantage-icon :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
html.bwm .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper .editor-advantages--3x1__advantage .editor-advantages--3x1__advantage-icon img {
  margin: 0 !important;
  height: 41px !important;
  width: 57px !important;
}
html.bwm .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__advantage-icon.ck-editor__nested-editable_focused,
html.bwm .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__advantage-typography.ck-editor__nested-editable_focused,
html.bwm .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__heading.ck-editor__nested-editable_focused {
  background-color: transparent !important;
}
html.bwm .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__separator {
  margin-top: 24px;
  border-width: 1px 0 0;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
  padding-top: 24px;
}
@media (min-width: 768px) {
  html.bwm .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__separator {
    margin-top: 0;
    margin-right: 24px;
    border-width: 0 1px 0 0;
    padding-top: 0;
    padding-left: 24px;
  }
}
html.bwm .fondshop-styling .editor-advantages--3x2 {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  html.bwm .fondshop-styling .editor-advantages--3x2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
html.bwm .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-width: 0 0 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  html.bwm .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper {
    grid-template-columns: 1fr 49px 1fr 49px 1fr;
  }
}
html.bwm .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper:not(:first-child) {
  margin-top: 32px;
}
html.bwm .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper .editor-advantages--3x2__advantage .editor-advantages--3x2__advantage-typography {
  margin-top: 16px;
}
html.bwm .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper .editor-advantages--3x2__advantage .editor-advantages--3x2__advantage-typography :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html.bwm .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper .editor-advantages--3x2__advantage .editor-advantages--3x2__advantage-typography :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
html.bwm .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper .editor-advantages--3x2__advantage .editor-advantages--3x2__advantage-typography h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 992px) {
  html.bwm .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper .editor-advantages--3x2__advantage .editor-advantages--3x2__advantage-typography h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
html.bwm .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper .editor-advantages--3x2__advantage .editor-advantages--3x2__advantage-typography p {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Noto Serif, serif;
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity, 1));
}
html.bwm .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper .editor-advantages--3x2__advantage .editor-advantages--3x2__advantage-icon :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html.bwm .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper .editor-advantages--3x2__advantage .editor-advantages--3x2__advantage-icon :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
html.bwm .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper .editor-advantages--3x2__advantage .editor-advantages--3x2__advantage-icon img {
  margin: 0 !important;
  height: 41px !important;
  width: 57px !important;
}
html.bwm .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__advantage-icon.ck-editor__nested-editable_focused,
html.bwm .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__advantage-typography.ck-editor__nested-editable_focused,
html.bwm .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__heading.ck-editor__nested-editable_focused {
  background-color: transparent !important;
}
html.bwm .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__separator {
  margin-top: 24px;
  border-width: 1px 0 0;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
  padding-top: 24px;
}
@media (min-width: 768px) {
  html.bwm .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__separator {
    margin-top: 0;
    margin-right: 24px;
    border-top-width: 0;
    border-width: 0 1px 0 0;
    padding-top: 0;
    padding-left: 24px;
  }
}
html.liberro .fondshop-styling .article-premium-content img,
html.liberro .fondshop-styling .article-body img {
  margin: 0 auto;
  display: block;
  max-width: 100% !important;
  height: auto !important;
}
html.liberro .fondshop-styling .article-premium-content titular-img figure.image,
html.liberro .fondshop-styling .article-body titular-img figure.image {
  margin-bottom: 20px !important;
}
html.liberro .fondshop-styling .article-premium-content titular-img figure.image figcaption,
html.liberro .fondshop-styling .article-body titular-img figure.image figcaption {
  text-align: right;
  color: #3F585F;
  font: normal normal 500 16px/22px;
  margin-top: 3px;
}
html.liberro .fondshop-styling .article-premium-content figure.image,
html.liberro .fondshop-styling .article-body figure.image {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
html.liberro .fondshop-styling .article-premium-content .editor-description,
html.liberro .fondshop-styling .article-body .editor-description {
  text-align: center;
  color: #374151;
  font: normal normal 600 18px/22px;
  margin-top: 40px;
}
html.liberro .fondshop-styling .article-premium-content p,
html.liberro .fondshop-styling .article-body p {
  font: normal normal 500 16px/22px;
  color: #28353A;
}
html.liberro .fondshop-styling .editor-author {
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #00775e;
  padding: 24px;
  color: white;
}
html.liberro .fondshop-styling .editor-author p {
  color: white;
}
html.liberro .fondshop-styling .editor-author li::marker {
  color: #d1d5db;
}
html.liberro .fondshop-styling .editor-author__first-section {
  margin-bottom: 24px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-color: #ffffff;
  color: white;
  padding-bottom: 24px;
  border-style: solid;
}
html.liberro .fondshop-styling .editor-author__second-section,
html.liberro .fondshop-styling .editor-author__first-section h2 {
  color: white;
}
html.liberro .fondshop-styling a {
  text-decoration: underline;
  color: #28353A;
}
html.liberro .fondshop-styling a:hover {
  color: #28353A;
}
html.liberro .fondshop-styling .editor-pros-cons {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  html.liberro .fondshop-styling .editor-pros-cons {
    display: grid;
  }
}
html.liberro .fondshop-styling .editor-pros-cons ul {
  padding-bottom: 0;
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}
html.liberro .fondshop-styling .editor-pros-cons li {
  margin-bottom: 1em;
  margin-left: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-left: 0;
}
html.liberro .fondshop-styling .editor-pros-cons li::before {
  content: "";
  position: relative;
  width: 42px;
  height: 32px;
  background-color: #fff;
  display: block;
  border-radius: 100px;
  top: -4px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.2rem;
}
html.liberro .fondshop-styling .editor-pros-cons__col {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
}
html.liberro .fondshop-styling .editor-pros-cons__col:first-child {
  margin-top: 0;
  background-color: #f1b980;
}
html.liberro .fondshop-styling .editor-pros-cons__col:first-child li,
html.liberro .fondshop-styling .editor-pros-cons__col:first-child p {
  color: #28353A;
}
html.liberro .fondshop-styling .editor-pros-cons__col:first-child li::before {
  content: "\2713";
  color: #28353A;
}
html.liberro .fondshop-styling .editor-pros-cons__col:last-child {
  margin-bottom: 0;
  background-color: #1d1d1d;
}
html.liberro .fondshop-styling .editor-pros-cons__col:last-child li,
html.liberro .fondshop-styling .editor-pros-cons__col:last-child p {
  color: #28353A;
}
html.liberro .fondshop-styling .editor-pros-cons__col:last-child li::before {
  color: #28353A;
  content: "\2013";
}
html.liberro .fondshop-styling .image_resized {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 16px;
  width: 75%;
}
html.liberro .fondshop-styling ul {
  margin: 0;
  padding: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  list-style: none;
  list-style-type: disc;
  padding-inline-start: 1.35em;
}
html.liberro .fondshop-styling li {
  margin: 0;
  padding: 0;
  padding-left: 5px;
}
html.liberro .fondshop-styling li::marker {
  color: #d1d5db;
}
html.liberro .fondshop-styling ol li::marker {
  color: #28353A;
}
html.liberro .fondshop-styling .content-pad {
  margin: 0 auto;
  max-width: 420px;
}
@media (min-width: 768px) {
  html.liberro .fondshop-styling .content-pad {
    max-width: 612px;
  }
}
html.liberro .fondshop-styling .content-pad .article-free-content a {
  color: #E8F554;
  text-decoration: underline;
}
html.liberro .fondshop-styling .content-pad .article-free-content a:hover {
  text-decoration: none;
}
html.liberro .fondshop-styling .content-pad blockquote {
  border-color: #00775e;
  border-inline-start-color: #3F585F;
  border-inline-start-width: 0.25rem;
  border-left-width: 2px;
  color: #28353A;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 1.6em;
  margin-top: 1.6em;
  padding-inline-start: 1em;
  quotes: "\201c" "\201d" "\2018" "\2019";
  border-left-style: solid;
}
@media (min-width: 768px) {
  html.liberro .fondshop-styling .content-pad blockquote {
    padding-left: 24px;
  }
}
html.liberro .fondshop-styling .content-pad blockquote p {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 600;
  font-style: normal;
}
html.liberro .fondshop-styling .content-pad blockquote p::before,
html.liberro .fondshop-styling .content-pad blockquote p::after {
  content: '"';
  color: #28353A;
}
html.liberro .fondshop-styling .content-pad p {
  margin-top: 1rem;
}
html.liberro .fondshop-styling .content-pad table {
  border-collapse: collapse;
  margin-bottom: 0;
  margin-top: 16px;
  font-size: 0.875em;
  line-height: 1.71;
  width: 100%;
  table-layout: auto;
  text-indent: 0;
  border-color: inherit;
}
html.liberro .fondshop-styling .content-pad table tr {
  background-color: transparent;
}
html.liberro .fondshop-styling .content-pad table tr:nth-child(even) {
  background-color: #f5f5f5;
}
html.liberro .fondshop-styling .content-pad table td {
  text-align: start;
  margin-top: 0;
  border-collapse: collapse;
  border-width: 1px;
  padding: 8px;
  border-color: #e6e6e6;
}
html.liberro .fondshop-styling .content-pad table p {
  padding: 0;
  margin: 0;
}
html.liberro .fondshop-styling .content-pad h2 {
  font: normal normal bold 21px/25px;
  margin-bottom: 0;
  margin-top: 28px;
  font-weight: 700;
}
html.liberro .fondshop-styling .content-pad h3 {
  font: normal normal bold 19px/23px;
  margin-bottom: 0;
  margin-top: 28px;
  font-weight: 700;
}
html.liberro .fondshop-styling .content-pad h4 {
  font: normal normal bold 17px/20px;
  margin-bottom: 0;
  margin-top: 28px;
  font-weight: 700;
}
html.liberro .fondshop-styling .content-pad figcaption {
  margin-top: 16px;
  margin-bottom: 0;
  border-left-width: 2px;
  border-left-style: solid;
  border-color: #00775e;
  padding-left: 8px;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #28353A;
}
html.liberro .fondshop-styling :root {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
}
html.liberro .fondshop-styling .editor-hint {
  margin-top: 2em;
  margin-bottom: 2em;
}
html.liberro .fondshop-styling .editor-hint__inner {
  position: relative;
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 24px;
  font-family: Noto Serif, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity, 1));
}
html.liberro .fondshop-styling .editor-hint__inner p {
  color: rgb(96 96 96 / var(--tw-text-opacity, 1));
}
@media (min-width: 992px) {
  html.liberro .fondshop-styling .editor-hint__inner {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
html.liberro .fondshop-styling .editor-hint__inner :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html.liberro .fondshop-styling .editor-hint__inner :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
html.liberro .fondshop-styling .editor-hint__inner::after {
  content: "";
  position: absolute;
  left: -12px;
  top: -12px;
  height: 32px;
  width: 32px;
  background-color: inherit;
  background-image: url(/assets/img/fondshop/hint.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
html.liberro .fondshop-styling .editor-pexeso-card {
  aspect-ratio: 1/1;
  height: 100%;
  max-width: 300px;
  cursor: pointer;
  perspective: 1000px;
}
html.liberro .fondshop-styling .editor-pexeso-card__inner {
  position: relative;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  transform: rotateY(0);
  transition: transform 0.4s ease;
}
html.liberro .fondshop-styling .editor-pexeso-card__inner:hover {
  transform: scale(105%);
  transition: transform 0.6s ease;
}
html.liberro .fondshop-styling .editor-pexeso-card.flipped .editor-pexeso-card__inner {
  transform: rotateY(-180deg);
}
html.liberro .fondshop-styling .editor-pexeso-card__back,
html.liberro .fondshop-styling .editor-pexeso-card__front {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  backface-visibility: hidden;
}
html.liberro .fondshop-styling .editor-pexeso-card__front {
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 94 / var(--tw-bg-opacity, 1));
  font-size: 1.375rem;
  line-height: 1.4;
}
html.liberro .fondshop-styling .editor-pexeso-card__back {
  background-color: rgb(0 119 94 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 185 128 / var(--tw-bg-opacity, 1));
  transform: rotateY(-180deg);
}
html.liberro .fondshop-styling .editor-pexeso-card__back p {
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity, 1));
}
html.liberro .fondshop-styling .editor-pexeso-card__front h2,
html.liberro .fondshop-styling .editor-pexeso-card__front li,
html.liberro .fondshop-styling .editor-pexeso-card__front p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
html.liberro .fondshop-styling .editor-article-summary {
  --tw-bg-opacity: 1;
  background-color: rgb(241 185 128 / var(--tw-bg-opacity, 1));
  padding: 12px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  html.liberro .fondshop-styling .editor-article-summary {
    padding: 24px;
  }
}
html.liberro .fondshop-styling .editor-article-summary__content {
  margin-top: 12px;
}
html.liberro .fondshop-styling .editor-article-summary__heading p {
  font-weight: 700;
}
html.liberro .fondshop-styling .editor-article-summary h2,
html.liberro .fondshop-styling .editor-article-summary li,
html.liberro .fondshop-styling .editor-article-summary p {
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity, 1));
}
html.liberro .fondshop-styling .editor-article-summary li::marker {
  color: #000;
}
html.liberro .fondshop-styling .editor-advantages--4x2__columns-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-width: 0 0 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
  padding-bottom: 32px;
}
html.liberro .fondshop-styling .editor-advantages--4x2 {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  html.liberro .fondshop-styling .editor-advantages--4x2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
html.liberro .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-width: 0 0 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  html.liberro .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper {
    grid-template-columns: 1fr 49px 1fr 49px 1fr 49px 1fr;
  }
}
html.liberro .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper:not(:first-child) {
  margin-top: 32px;
}
html.liberro .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper .editor-advantages--4x2__advantage .editor-advantages--4x2__advantage-typography {
  margin-top: 16px;
}
html.liberro .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper .editor-advantages--4x2__advantage .editor-advantages--4x2__advantage-typography :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html.liberro .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper .editor-advantages--4x2__advantage .editor-advantages--4x2__advantage-typography :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
html.liberro .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper .editor-advantages--4x2__advantage .editor-advantages--4x2__advantage-typography h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 992px) {
  html.liberro .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper .editor-advantages--4x2__advantage .editor-advantages--4x2__advantage-typography h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
html.liberro .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper .editor-advantages--4x2__advantage .editor-advantages--4x2__advantage-typography p {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Noto Serif, serif;
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity, 1));
}
html.liberro .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper .editor-advantages--4x2__advantage .editor-advantages--4x2__advantage-icon :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html.liberro .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper .editor-advantages--4x2__advantage .editor-advantages--4x2__advantage-icon :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
html.liberro .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__columns-wrapper .editor-advantages--4x2__advantage .editor-advantages--4x2__advantage-icon img {
  margin: 0 !important;
  height: 41px !important;
  width: 57px !important;
}
html.liberro .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__advantage-icon.ck-editor__nested-editable_focused,
html.liberro .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__advantage-typography.ck-editor__nested-editable_focused,
html.liberro .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__heading.ck-editor__nested-editable_focused {
  background-color: transparent !important;
}
html.liberro .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__separator {
  margin-top: 24px;
  border-width: 1px 0 0;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
  padding-top: 24px;
}
@media (min-width: 768px) {
  html.liberro .fondshop-styling .editor-advantages--4x2 .editor-advantages--4x2__separator {
    margin-top: 0;
    margin-right: 24px;
    border-width: 0 1px 0 0;
    padding-top: 0;
    padding-left: 24px;
  }
}
html.liberro .fondshop-styling .editor-advantages--3x1 {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  html.liberro .fondshop-styling .editor-advantages--3x1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
html.liberro .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-width: 0 0 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  html.liberro .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper {
    grid-template-columns: 1fr 49px 1fr 49px 1fr;
  }
}
html.liberro .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper:not(:first-child) {
  margin-top: 32px;
}
html.liberro .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper .editor-advantages--3x1__advantage .editor-advantages--3x1__advantage-typography {
  margin-top: 16px;
}
html.liberro .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper .editor-advantages--3x1__advantage .editor-advantages--3x1__advantage-typography :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html.liberro .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper .editor-advantages--3x1__advantage .editor-advantages--3x1__advantage-typography :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
html.liberro .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper .editor-advantages--3x1__advantage .editor-advantages--3x1__advantage-typography h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 992px) {
  html.liberro .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper .editor-advantages--3x1__advantage .editor-advantages--3x1__advantage-typography h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
html.liberro .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper .editor-advantages--3x1__advantage .editor-advantages--3x1__advantage-typography p {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Noto Serif, serif;
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity, 1));
}
html.liberro .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper .editor-advantages--3x1__advantage .editor-advantages--3x1__advantage-icon :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html.liberro .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper .editor-advantages--3x1__advantage .editor-advantages--3x1__advantage-icon :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
html.liberro .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__columns-wrapper .editor-advantages--3x1__advantage .editor-advantages--3x1__advantage-icon img {
  margin: 0 !important;
  height: 41px !important;
  width: 57px !important;
}
html.liberro .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__advantage-icon.ck-editor__nested-editable_focused,
html.liberro .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__advantage-typography.ck-editor__nested-editable_focused,
html.liberro .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__heading.ck-editor__nested-editable_focused {
  background-color: transparent !important;
}
html.liberro .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__separator {
  margin-top: 24px;
  border-width: 1px 0 0;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
  padding-top: 24px;
}
@media (min-width: 768px) {
  html.liberro .fondshop-styling .editor-advantages--3x1 .editor-advantages--3x1__separator {
    margin-top: 0;
    margin-right: 24px;
    border-width: 0 1px 0 0;
    padding-top: 0;
    padding-left: 24px;
  }
}
html.liberro .fondshop-styling .editor-advantages--3x2 {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  html.liberro .fondshop-styling .editor-advantages--3x2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
html.liberro .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-width: 0 0 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  html.liberro .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper {
    grid-template-columns: 1fr 49px 1fr 49px 1fr;
  }
}
html.liberro .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper:not(:first-child) {
  margin-top: 32px;
}
html.liberro .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper .editor-advantages--3x2__advantage .editor-advantages--3x2__advantage-typography {
  margin-top: 16px;
}
html.liberro .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper .editor-advantages--3x2__advantage .editor-advantages--3x2__advantage-typography :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html.liberro .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper .editor-advantages--3x2__advantage .editor-advantages--3x2__advantage-typography :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
html.liberro .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper .editor-advantages--3x2__advantage .editor-advantages--3x2__advantage-typography h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 992px) {
  html.liberro .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper .editor-advantages--3x2__advantage .editor-advantages--3x2__advantage-typography h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
html.liberro .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper .editor-advantages--3x2__advantage .editor-advantages--3x2__advantage-typography p {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Noto Serif, serif;
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity, 1));
}
html.liberro .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper .editor-advantages--3x2__advantage .editor-advantages--3x2__advantage-icon :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html.liberro .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper .editor-advantages--3x2__advantage .editor-advantages--3x2__advantage-icon :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
html.liberro .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__columns-wrapper .editor-advantages--3x2__advantage .editor-advantages--3x2__advantage-icon img {
  margin: 0 !important;
  height: 41px !important;
  width: 57px !important;
}
html.liberro .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__advantage-icon.ck-editor__nested-editable_focused,
html.liberro .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__advantage-typography.ck-editor__nested-editable_focused,
html.liberro .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__heading.ck-editor__nested-editable_focused {
  background-color: transparent !important;
}
html.liberro .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__separator {
  margin-top: 24px;
  border-width: 1px 0 0;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
  padding-top: 24px;
}
@media (min-width: 768px) {
  html.liberro .fondshop-styling .editor-advantages--3x2 .editor-advantages--3x2__separator {
    margin-top: 0;
    margin-right: 24px;
    border-top-width: 0;
    border-width: 0 1px 0 0;
    padding-top: 0;
    padding-left: 24px;
  }
}
html.bwm #cc-main .cm--bar .cm__body {
  padding: 0 0 var(--liberro-bottom-safezone-height) !important;
}
@media (min-width: 576px) {
  html.bwm #cc-main .cm--bar .cm__body {
    padding: 16px 16px var(--liberro-bottom-safezone-height) !important;
  }
}
@media (min-width: 992px) {
  html.bwm #cc-main .cm--bar .cm__body {
    padding: 0 0 var(--liberro-bottom-safezone-height) !important;
  }
}
html.bwm .cm.cm--bar,
html.bwm .pm.cm--bar {
  min-height: 300px !important;
  padding: 16px 0;
}
@media (min-width: 768px) {
  html.bwm .cm.cm--bar,
  html.bwm .pm.cm--bar {
    padding: 48px 0 !important;
    min-height: unset !important;
    height: 352px !important;
    max-height: 352px !important;
  }
}
html.bwm .cm.cm--bar .cm__body,
html.bwm .pm.cm--bar .cm__body {
  display: flex !important;
  justify-content: center !important;
  height: 100% !important;
  margin-top: 16px !important;
}
@media (min-width: 992px) {
  html.bwm .cm.cm--bar .cm__body,
  html.bwm .pm.cm--bar .cm__body {
    width: 708px !important;
    margin-top: 0 !important;
  }
}
html.bwm .cm.cm--bar .cm__body p,
html.bwm .pm.cm--bar .cm__body p {
  margin: 0 !important;
  padding: 0 !important;
}
html.bwm .cm.cm--bar .cm__body p > p,
html.bwm .pm.cm--bar .cm__body p > p {
  margin-bottom: 15px !important;
  display: block !important;
}
html.bwm .cm.cm--bar .cm__body p > p:last-child,
html.bwm .pm.cm--bar .cm__body p > p:last-child {
  margin-bottom: 0 !important;
}
html.bwm .cm.cm--bar .cm__body p > p a,
html.bwm .pm.cm--bar .cm__body p > p a {
  font-weight: 400 !important;
  text-decoration: underline !important;
}
html.bwm .cm.cm--bar .cm__body .cm__texts,
html.bwm .pm.cm--bar .cm__body .cm__texts,
html.bwm .cm.cm--bar .cm__body .cm__btns,
html.bwm .pm.cm--bar .cm__body .cm__btns {
  margin: 0 !important;
  padding: 0 !important;
}
html.bwm .cm.cm--bar .cm__body .cm__desc,
html.bwm .pm.cm--bar .cm__body .cm__desc {
  max-height: 100% !important;
  font-family: "Plus Jakarta Sans" !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  margin-bottom: 16px !important;
}
@media (min-width: 768px) {
  html.bwm .cm.cm--bar .cm__body .cm__desc,
  html.bwm .pm.cm--bar .cm__body .cm__desc {
    margin-bottom: 48px !important;
  }
}
html.bwm .cm .cm__btn-group button,
html.bwm .pm .cm__btn-group button,
html.bwm .cm .pm__btn-group button,
html.bwm .pm .pm__btn-group button {
  height: 48px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  border-radius: 2px !important;
}
html.bwm .cm .cm__btn-group .cm__btn,
html.bwm .pm .cm__btn-group .cm__btn,
html.bwm .cm .pm__btn-group .cm__btn,
html.bwm .pm .pm__btn-group .cm__btn,
html.bwm .cm .cm__btn-group .pm__btn,
html.bwm .pm .cm__btn-group .pm__btn,
html.bwm .cm .pm__btn-group .pm__btn,
html.bwm .pm .pm__btn-group .pm__btn {
  background-color: #F4403F !important;
  border-width: 0 !important;
}
html.bwm .cm .cm__btn-group .cm__btn--secondary,
html.bwm .pm .cm__btn-group .cm__btn--secondary,
html.bwm .cm .pm__btn-group .cm__btn--secondary,
html.bwm .pm .pm__btn-group .cm__btn--secondary,
html.bwm .cm .cm__btn-group .pm__btn--secondary,
html.bwm .pm .cm__btn-group .pm__btn--secondary,
html.bwm .cm .pm__btn-group .pm__btn--secondary,
html.bwm .pm .pm__btn-group .pm__btn--secondary {
  background-color: #E1EBEB !important;
}
@media (min-width: 768px) {
  html.bwm .cm .cm__btn-group .cm__btn--secondary,
  html.bwm .pm .cm__btn-group .cm__btn--secondary,
  html.bwm .cm .pm__btn-group .cm__btn--secondary,
  html.bwm .pm .pm__btn-group .cm__btn--secondary,
  html.bwm .cm .cm__btn-group .pm__btn--secondary,
  html.bwm .pm .cm__btn-group .pm__btn--secondary,
  html.bwm .cm .pm__btn-group .pm__btn--secondary,
  html.bwm .pm .pm__btn-group .pm__btn--secondary {
    margin-left: 16px !important;
  }
}
html.bwm .cm .section__toggle:checked ~ .toggle__icon,
html.bwm .pm .section__toggle:checked ~ .toggle__icon {
  background-color: #F4403F !important;
  box-shadow: none !important;
}
html.bwm .cm .section__toggle:checked ~ .toggle__icon .toggle__icon-on svg,
html.bwm .pm .section__toggle:checked ~ .toggle__icon .toggle__icon-on svg {
  stroke: #F4403F !important;
}
html.bwm .cm .section__toggle:checked:disabled ~ .toggle__icon,
html.bwm .pm .section__toggle:checked:disabled ~ .toggle__icon {
  background-color: rgba(244, 63, 63, 0.4) !important;
}
html.bwm .cm .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-on svg,
html.bwm .pm .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-on svg {
  stroke: rgba(244, 63, 63, 0.4) !important;
}
html.bwm .cm .pm__close-btn,
html.bwm .pm .pm__close-btn {
  border-radius: 2px !important;
  border: 1px solid #C6D9DB !important;
  background: #E1EBEB !important;
  display: flex !important;
  width: 32px !important;
  height: 32px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
}
html.bwm .cm .pm__close-btn svg,
html.bwm .pm .pm__close-btn svg {
  transform: scale(0.3) !important;
}
html.bwm #cc-main > div.cm-wrapper.cc--anim > div > div.cm__body > div.cm__btns {
  margin-bottom: 16px !important;
  flex-direction: column-reverse !important;
}
@media (min-width: 768px) {
  html.bwm #cc-main > div.cm-wrapper.cc--anim > div > div.cm__body > div.cm__btns {
    flex-direction: row !important;
    margin-bottom: 0 !important;
  }
}
html.bwm #cc-main > div > div > div.cm__body > div.cm__btns > div:nth-child(1) {
  flex-direction: column-reverse !important;
  margin-top: 24px;
  gap: 8px;
}
@media (min-width: 768px) {
  html.bwm #cc-main > div > div > div.cm__body > div.cm__btns > div:nth-child(1) {
    flex-direction: row !important;
    gap: 0 !important;
    margin-top: 0 !important;
  }
}
html.liberro #cc-main .cm--bar .cm__body {
  padding: 0 0 var(--liberro-bottom-safezone-height) !important;
}
@media (min-width: 576px) {
  html.liberro #cc-main .cm--bar .cm__body {
    padding: 16px 16px var(--liberro-bottom-safezone-height) !important;
  }
}
@media (min-width: 992px) {
  html.liberro #cc-main .cm--bar .cm__body {
    padding: 0 0 var(--liberro-bottom-safezone-height) !important;
  }
}
html.liberro .cm.cm--bar,
html.liberro .pm.cm--bar {
  min-height: 300px !important;
  padding: 16px 0;
}
@media (min-width: 768px) {
  html.liberro .cm.cm--bar,
  html.liberro .pm.cm--bar {
    padding: 48px 0 !important;
    min-height: unset !important;
    height: 352px !important;
    max-height: 352px !important;
  }
}
html.liberro .cm.cm--bar .cm__body,
html.liberro .pm.cm--bar .cm__body {
  display: flex !important;
  justify-content: center !important;
  height: 100% !important;
  margin-top: 16px !important;
}
@media (min-width: 992px) {
  html.liberro .cm.cm--bar .cm__body,
  html.liberro .pm.cm--bar .cm__body {
    width: 708px !important;
    margin-top: 0 !important;
  }
}
html.liberro .cm.cm--bar .cm__body p,
html.liberro .pm.cm--bar .cm__body p {
  margin: 0 !important;
  padding: 0 !important;
}
html.liberro .cm.cm--bar .cm__body p > p,
html.liberro .pm.cm--bar .cm__body p > p {
  margin-bottom: 15px !important;
  display: block !important;
}
html.liberro .cm.cm--bar .cm__body p > p:last-child,
html.liberro .pm.cm--bar .cm__body p > p:last-child {
  margin-bottom: 0 !important;
}
html.liberro .cm.cm--bar .cm__body p > p a,
html.liberro .pm.cm--bar .cm__body p > p a {
  font-weight: 400 !important;
  text-decoration: underline !important;
}
html.liberro .cm.cm--bar .cm__body .cm__texts,
html.liberro .pm.cm--bar .cm__body .cm__texts,
html.liberro .cm.cm--bar .cm__body .cm__btns,
html.liberro .pm.cm--bar .cm__body .cm__btns {
  margin: 0 !important;
  padding: 0 !important;
}
html.liberro .cm.cm--bar .cm__body .cm__desc,
html.liberro .pm.cm--bar .cm__body .cm__desc {
  max-height: 100% !important;
  font-family: "Plus Jakarta Sans" !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  margin-bottom: 16px !important;
}
@media (min-width: 768px) {
  html.liberro .cm.cm--bar .cm__body .cm__desc,
  html.liberro .pm.cm--bar .cm__body .cm__desc {
    margin-bottom: 48px !important;
  }
}
html.liberro .cm .cm__btn-group button,
html.liberro .pm .cm__btn-group button,
html.liberro .cm .pm__btn-group button,
html.liberro .pm .pm__btn-group button {
  height: 48px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  border-radius: 2px !important;
}
html.liberro .cm .cm__btn-group .cm__btn,
html.liberro .pm .cm__btn-group .cm__btn,
html.liberro .cm .pm__btn-group .cm__btn,
html.liberro .pm .pm__btn-group .cm__btn,
html.liberro .cm .cm__btn-group .pm__btn,
html.liberro .pm .cm__btn-group .pm__btn,
html.liberro .cm .pm__btn-group .pm__btn,
html.liberro .pm .pm__btn-group .pm__btn {
  background-color: #E8F554 !important;
  border-width: 0 !important;
}
html.liberro .cm .cm__btn-group .cm__btn--secondary,
html.liberro .pm .cm__btn-group .cm__btn--secondary,
html.liberro .cm .pm__btn-group .cm__btn--secondary,
html.liberro .pm .pm__btn-group .cm__btn--secondary,
html.liberro .cm .cm__btn-group .pm__btn--secondary,
html.liberro .pm .cm__btn-group .pm__btn--secondary,
html.liberro .cm .pm__btn-group .pm__btn--secondary,
html.liberro .pm .pm__btn-group .pm__btn--secondary {
  background-color: #F5F4F2 !important;
}
@media (min-width: 768px) {
  html.liberro .cm .cm__btn-group .cm__btn--secondary,
  html.liberro .pm .cm__btn-group .cm__btn--secondary,
  html.liberro .cm .pm__btn-group .cm__btn--secondary,
  html.liberro .pm .pm__btn-group .cm__btn--secondary,
  html.liberro .cm .cm__btn-group .pm__btn--secondary,
  html.liberro .pm .cm__btn-group .pm__btn--secondary,
  html.liberro .cm .pm__btn-group .pm__btn--secondary,
  html.liberro .pm .pm__btn-group .pm__btn--secondary {
    margin-left: 16px !important;
  }
}
html.liberro .cm .section__toggle:checked ~ .toggle__icon,
html.liberro .pm .section__toggle:checked ~ .toggle__icon {
  background-color: #E8F554 !important;
  box-shadow: none !important;
}
html.liberro .cm .section__toggle:checked ~ .toggle__icon .toggle__icon-on svg,
html.liberro .pm .section__toggle:checked ~ .toggle__icon .toggle__icon-on svg {
  stroke: #E8F554 !important;
}
html.liberro .cm .section__toggle:checked:disabled ~ .toggle__icon,
html.liberro .pm .section__toggle:checked:disabled ~ .toggle__icon {
  background-color: rgba(232, 245, 84, 0.4) !important;
}
html.liberro .cm .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-on svg,
html.liberro .pm .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-on svg {
  stroke: rgba(232, 245, 84, 0.4) !important;
}
html.liberro .cm .pm__close-btn,
html.liberro .pm .pm__close-btn {
  border-radius: 2px !important;
  border: 1px solid #C6D9DB !important;
  background: #E1EBEB !important;
  display: flex !important;
  width: 32px !important;
  height: 32px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
}
html.liberro .cm .pm__close-btn svg,
html.liberro .pm .pm__close-btn svg {
  transform: scale(0.3) !important;
}
html.liberro #cc-main > div.cm-wrapper.cc--anim > div > div.cm__body > div.cm__btns {
  margin-bottom: 16px !important;
  flex-direction: column-reverse !important;
}
@media (min-width: 768px) {
  html.liberro #cc-main > div.cm-wrapper.cc--anim > div > div.cm__body > div.cm__btns {
    flex-direction: row !important;
    margin-bottom: 0 !important;
  }
}
html.liberro #cc-main > div > div > div.cm__body > div.cm__btns > div:nth-child(1) {
  flex-direction: column-reverse !important;
  margin-top: 24px;
  gap: 8px;
}
@media (min-width: 768px) {
  html.liberro #cc-main > div > div > div.cm__body > div.cm__btns > div:nth-child(1) {
    flex-direction: row !important;
    gap: 0 !important;
    margin-top: 0 !important;
  }
}
.cdk-overlay-container {
  z-index: 49998 !important;
}
.content-width-basic {
  width: 100%;
}
@media (min-width: 992px) {
  .content-width-basic {
    width: 946px;
  }
}
.content-width-auth {
  width: 100%;
}
@media (min-width: 1200px) {
  .content-width-auth {
    width: 1186px;
  }
}
.content-width-full {
  width: 100%;
}
.white-bg {
  background-color: white;
}
.margin-center {
  margin: 0 auto;
}
.flex {
  display: flex;
}
.pointer {
  cursor: pointer;
}
.inner-content {
  min-height: calc(100svh - calc(calc(16px + 72px) + var(--liberro-top-safezone-height, 0px)));
  margin: 0 auto;
  padding: 0 16px 20px;
}
@media (min-width: 576px) {
  .inner-content {
    min-height: calc(100svh - calc(var(--liberro-top-safezone-height, 0px) + 150px));
    padding: 0 5% 20px;
  }
}
@media (min-width: 992px) {
  .inner-content {
    padding: 64px 119px;
  }
}
.inner-content--no-pad {
  padding: 0;
}
@media (min-width: 576px) {
  .inner-content--natural-height {
    min-height: unset;
  }
}
.inner-content--auto-height {
  min-height: auto;
}
.inner-content--bottom-band-pad {
  padding-bottom: 156px;
  overflow: hidden;
}
.inner-content--bottom-band-pad.inner-content--bottom-band-pad--native {
  padding-bottom: calc(156px + 92px);
}
.inner-content--bottom-margin {
  margin-bottom: 156px;
}
.inner-content--pad-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.inner-content--bottom-band-content-pad {
  padding: 16px;
  min-height: 100%;
}
@media (min-width: 768px) {
  .inner-content--bottom-band-content-pad {
    padding: 24px 119px;
  }
}
@media (min-width: 992px) {
  html.bwm .inner-content {
    border: none;
    border-radius: 0;
  }
}
html.bwm .hamburger-link .ant-badge .ant-badge-count {
  background: #FBF6EE;
  color: #F4403F;
  border: 1px solid #FFB1A2;
  margin-left: 8px;
}
html.bwm .business-calendar-dropdown-content .ant-picker-date-panel .ant-picker-body {
  border: 1px solid #C6D9DB;
}
html.bwm .business-calendar-dropdown-content .heading {
  color: #3F585F;
}
html.bwm .business-calendar-dropdown-content .legend-square.business {
  background: #F4403F;
}
html.bwm .business-calendar-dropdown-content .legend-square.business-real-estate {
  background: #6F9BA1;
}
html.bwm .business-calendar-dropdown-content .legend-square.holiday {
  background: #E1EBEB;
}
html.bwm .business-calendar-dropdown-content .legend-label {
  color: #3F585F;
}
html.bwm .business-calendar-dropdown-content .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: #F4403F;
}
html.bwm .business-calendar-dropdown-content .ant-picker-header-view button:hover {
  color: #F4403F;
}
html.bwm .business-calendar-dropdown-content .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner {
  color: inherit;
  background: inherit;
}
html.bwm .business-calendar-dropdown-content .ant-picker-cell-in-view .ant-picker-cell-inner.day--business,
html.bwm .business-calendar-dropdown-content .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner.day--business {
  background: #F4403F;
  color: #FFFFFF;
}
html.bwm .business-calendar-dropdown-content .ant-picker-cell-in-view .ant-picker-cell-inner.day--holiday-cz,
html.bwm .business-calendar-dropdown-content .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner.day--holiday-cz {
  background: #E1EBEB;
  color: #6F9BA1;
}
html.bwm .business-calendar-dropdown-content .ant-picker-cell-in-view .ant-picker-cell-inner.day--holiday-other,
html.bwm .business-calendar-dropdown-content .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner.day--holiday-other {
  background: #E1EBEB;
  color: #6F9BA1;
}
html.bwm .business-calendar-dropdown-content .ant-picker-cell-in-view .ant-picker-cell-inner.day--business-real-estate,
html.bwm .business-calendar-dropdown-content .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner.day--business-real-estate {
  background:
    linear-gradient(
      to bottom right,
      #F4403F 50%,
      #6F9BA1 50%);
  color: #FFFFFF;
}
html.bwm .business-calendar-dropdown-content .ant-picker-cell:not(.ant-picker-cell-in-view) {
  cursor: default;
  pointer-events: none;
}
html.bwm .business-calendar-dropdown-content .ant-picker-header > button {
  border-color: #C6D9DB;
  background-color: #E1EBEB;
}
html.bwm .ant-picker-panel-container .ant-picker-panels {
  display: inline-flex;
  flex-wrap: wrap;
  direction: ltr;
  flex-direction: column;
}
@media (min-width: 768px) {
  html.bwm .ant-picker-panel-container .ant-picker-panels {
    flex-wrap: nowrap;
    direction: ltr;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  html.bwm .ant-picker-month-panel .ant-picker-content {
    height: 220px;
  }
}
html.bwm .generic-dropdown-menu {
  max-width: 318px;
}
html.bwm .investment-form-photo-upload-menu.ant-dropdown-menu,
html.bwm .generic-dropdown-menu.ant-dropdown-menu {
  padding: 8px;
  border-radius: 2px;
  box-shadow:
    0px 6px 16px 0px rgba(0, 0, 0, 0.08),
    0px 3px 6px -4px rgba(0, 0, 0, 0.12),
    0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  border: none;
  min-width: 160px;
}
html.bwm .investment-form-photo-upload-menu.ant-dropdown-menu .ant-dropdown-menu-item,
html.bwm .generic-dropdown-menu.ant-dropdown-menu .ant-dropdown-menu-item {
  display: flex;
  align-items: center;
  padding: 12px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #28353A;
}
html.bwm .investment-form-photo-upload-menu.ant-dropdown-menu .ant-dropdown-menu-item .ant-menu-title-content,
html.bwm .generic-dropdown-menu.ant-dropdown-menu .ant-dropdown-menu-item .ant-menu-title-content {
  display: flex;
  gap: 16px;
  align-items: center;
}
html.bwm .investment-form-photo-upload-menu.ant-dropdown-menu .ant-dropdown-menu-item.danger-item,
html.bwm .generic-dropdown-menu.ant-dropdown-menu .ant-dropdown-menu-item.danger-item {
  color: #F4403F;
}
html.bwm .investment-form-photo-upload-menu.ant-dropdown-menu .ant-dropdown-menu-item.not-allowed,
html.bwm .generic-dropdown-menu.ant-dropdown-menu .ant-dropdown-menu-item.not-allowed {
  cursor: not-allowed;
}
html.bwm .investment-form-photo-upload-menu.ant-dropdown-menu .ant-dropdown-menu-item svg-icon,
html.bwm .generic-dropdown-menu.ant-dropdown-menu .ant-dropdown-menu-item svg-icon {
  width: 24px;
  height: 24px;
}
html.bwm .investment-form-photo-upload-menu.ant-dropdown-menu .ant-dropdown-menu-item:hover:not(.ant-dropdown-menu-item-disabled),
html.bwm .generic-dropdown-menu.ant-dropdown-menu .ant-dropdown-menu-item:hover:not(.ant-dropdown-menu-item-disabled) {
  background-color: #F3F8F8;
}
html.bwm .investment-form-photo-upload-menu.ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger,
html.bwm .generic-dropdown-menu.ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
  color: #F4403F;
}
html.bwm .investment-form-photo-upload-menu.ant-dropdown-menu .ant-dropdown-menu-item-divider,
html.bwm .generic-dropdown-menu.ant-dropdown-menu .ant-dropdown-menu-item-divider {
  margin: 0;
  border-bottom: 1px solid #C6D9DB;
  height: 1px;
}
html.bwm .ant-select-dropdown {
  position: initial !important;
}
html.bwm .ant-select-dropdown .ant-select-item {
  font-size: 14px;
  color: #3F585F;
  height: 38px;
  line-height: 38px;
}
html.bwm .ant-select-dropdown .ant-select-item .ant-select-item-option-content {
  display: flex;
  align-items: center;
}
html.bwm .ant-select-dropdown .ant-select-item.ant-select-item-option-selected {
  background-color: transparent;
  color: #F4403F;
  font-weight: 500;
}
html.bwm .ant-select-dropdown .ant-select-item:hover {
  background-color: #F3F8F8;
}
html.bwm .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
html.bwm .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner {
  background-color: #F4403F;
}
html.bwm .ant-picker-cell-in-view.ant-picker-cell-in-range::before,
html.bwm .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
html.bwm .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
html.bwm .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
html.bwm .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
html.bwm .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
html.bwm .ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
html.bwm .ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before,
html.bwm .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
html.bwm .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
  background-color: rgba(244, 63, 63, 0.7);
}
html.bwm .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
html.bwm .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
html.bwm .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
html.bwm .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after,
html.bwm .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after,
html.bwm .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
html.bwm .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
  border-color: #F4403F;
}
html.bwm .ant-picker-header-view button:hover {
  color: #F4403F;
}
html.bwm a.ant-picker-today-btn,
html.bwm a.ant-picker-today-btn:hover {
  color: #F4403F;
}
@media (min-width: 992px) {
  html.liberro .inner-content {
    border: 1px solid #1718041F;
    border-radius: 24px;
  }
}
html.liberro .hamburger-link .ant-badge .ant-badge-count {
  background: #FBF6EE;
  color: #E8F554;
  border: 1px solid #FFB1A2;
  margin-left: 8px;
}
html.liberro .business-calendar-dropdown-content .ant-picker-date-panel .ant-picker-body {
  border: 1px solid #1718041F;
}
html.liberro .business-calendar-dropdown-content .heading {
  color: #1D1F0299;
}
html.liberro .business-calendar-dropdown-content .legend-square.business {
  background: #E8F554;
}
html.liberro .business-calendar-dropdown-content .legend-square.business-real-estate {
  background: #1D1F02;
}
html.liberro .business-calendar-dropdown-content .legend-square.holiday {
  background: #F5F4F2;
}
html.liberro .business-calendar-dropdown-content .legend-label {
  color: #1D1F0299;
}
html.liberro .business-calendar-dropdown-content .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: #E8F554;
}
html.liberro .business-calendar-dropdown-content .ant-picker-header-view button:hover {
  color: #E8F554;
}
html.liberro .business-calendar-dropdown-content .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner {
  color: inherit;
  background: inherit;
}
html.liberro .business-calendar-dropdown-content .ant-picker-cell-in-view .ant-picker-cell-inner.day--business,
html.liberro .business-calendar-dropdown-content .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner.day--business {
  background: #E8F554;
  color: #FFFFFF;
}
html.liberro .business-calendar-dropdown-content .ant-picker-cell-in-view .ant-picker-cell-inner.day--holiday-cz,
html.liberro .business-calendar-dropdown-content .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner.day--holiday-cz {
  background: #F5F4F2;
  color: #1D1F02;
}
html.liberro .business-calendar-dropdown-content .ant-picker-cell-in-view .ant-picker-cell-inner.day--holiday-other,
html.liberro .business-calendar-dropdown-content .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner.day--holiday-other {
  background: #F5F4F2;
  color: #1D1F02;
}
html.liberro .business-calendar-dropdown-content .ant-picker-cell-in-view .ant-picker-cell-inner.day--business-real-estate,
html.liberro .business-calendar-dropdown-content .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner.day--business-real-estate {
  background:
    linear-gradient(
      to bottom right,
      #E8F554 50%,
      #1D1F02 50%);
  color: #FFFFFF;
}
html.liberro .business-calendar-dropdown-content .ant-picker-cell:not(.ant-picker-cell-in-view) {
  cursor: default;
  pointer-events: none;
}
html.liberro .business-calendar-dropdown-content .ant-picker-header > button {
  border-color: #1718041F;
  background-color: #F5F4F2;
}
html.liberro .ant-picker-panel-container .ant-picker-panels {
  display: inline-flex;
  flex-wrap: wrap;
  direction: ltr;
  flex-direction: column;
}
@media (min-width: 768px) {
  html.liberro .ant-picker-panel-container .ant-picker-panels {
    flex-wrap: nowrap;
    direction: ltr;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  html.liberro .ant-picker-month-panel .ant-picker-content {
    height: 220px;
  }
}
html.liberro .generic-dropdown-menu {
  max-width: 318px;
}
html.liberro .investment-form-photo-upload-menu.ant-dropdown-menu,
html.liberro .generic-dropdown-menu.ant-dropdown-menu {
  padding: 8px;
  border-radius: 2px;
  box-shadow:
    0px 6px 16px 0px rgba(0, 0, 0, 0.08),
    0px 3px 6px -4px rgba(0, 0, 0, 0.12),
    0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  border: none;
  min-width: 160px;
}
html.liberro .investment-form-photo-upload-menu.ant-dropdown-menu .ant-dropdown-menu-item,
html.liberro .generic-dropdown-menu.ant-dropdown-menu .ant-dropdown-menu-item {
  display: flex;
  align-items: center;
  padding: 12px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #28353A;
}
html.liberro .investment-form-photo-upload-menu.ant-dropdown-menu .ant-dropdown-menu-item .ant-menu-title-content,
html.liberro .generic-dropdown-menu.ant-dropdown-menu .ant-dropdown-menu-item .ant-menu-title-content {
  display: flex;
  gap: 16px;
  align-items: center;
}
html.liberro .investment-form-photo-upload-menu.ant-dropdown-menu .ant-dropdown-menu-item.danger-item,
html.liberro .generic-dropdown-menu.ant-dropdown-menu .ant-dropdown-menu-item.danger-item {
  color: #E8F554;
}
html.liberro .investment-form-photo-upload-menu.ant-dropdown-menu .ant-dropdown-menu-item.not-allowed,
html.liberro .generic-dropdown-menu.ant-dropdown-menu .ant-dropdown-menu-item.not-allowed {
  cursor: not-allowed;
}
html.liberro .investment-form-photo-upload-menu.ant-dropdown-menu .ant-dropdown-menu-item svg-icon,
html.liberro .generic-dropdown-menu.ant-dropdown-menu .ant-dropdown-menu-item svg-icon {
  width: 24px;
  height: 24px;
}
html.liberro .investment-form-photo-upload-menu.ant-dropdown-menu .ant-dropdown-menu-item:hover:not(.ant-dropdown-menu-item-disabled),
html.liberro .generic-dropdown-menu.ant-dropdown-menu .ant-dropdown-menu-item:hover:not(.ant-dropdown-menu-item-disabled) {
  background-color: #F3F8F8;
}
html.liberro .investment-form-photo-upload-menu.ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger,
html.liberro .generic-dropdown-menu.ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
  color: #E8F554;
}
html.liberro .investment-form-photo-upload-menu.ant-dropdown-menu .ant-dropdown-menu-item-divider,
html.liberro .generic-dropdown-menu.ant-dropdown-menu .ant-dropdown-menu-item-divider {
  margin: 0;
  border-bottom: 1px solid #1718041F;
  height: 1px;
}
html.liberro .ant-select-dropdown {
  position: initial !important;
}
html.liberro .ant-select-dropdown .ant-select-item {
  font-size: 14px;
  color: #1D1F02;
  height: 38px;
  line-height: 38px;
}
html.liberro .ant-select-dropdown .ant-select-item .ant-select-item-option-content {
  display: flex;
  align-items: center;
}
html.liberro .ant-select-dropdown .ant-select-item.ant-select-item-option-selected {
  background-color: transparent;
  color: #E8F554;
  font-weight: 500;
}
html.liberro .ant-select-dropdown .ant-select-item:hover {
  background-color: #F3F8F8;
}
html.liberro .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
html.liberro .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner {
  background-color: #E8F554;
}
html.liberro .ant-picker-cell-in-view.ant-picker-cell-in-range::before,
html.liberro .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
html.liberro .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
html.liberro .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
html.liberro .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
html.liberro .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
html.liberro .ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
html.liberro .ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before,
html.liberro .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
html.liberro .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
  background-color: rgba(232, 245, 84, 0.7);
}
html.liberro .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
html.liberro .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
html.liberro .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
html.liberro .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after,
html.liberro .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after,
html.liberro .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
html.liberro .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
  border-color: #E8F554;
}
html.liberro .ant-picker-header-view button:hover {
  color: #E8F554;
}
html.liberro a.ant-picker-today-btn,
html.liberro a.ant-picker-today-btn:hover {
  color: #E8F554;
}
a.underline,
a.underline > span,
span.underline {
  text-decoration: underline !important;
}
.ant-btn,
.ant-btn-link {
  font-weight: 600 !important;
}
.ant-menu-submenu.ant-menu-submenu-placement-bottom:has(.products-panel) {
  top: 0 !important;
}
.ant-menu:has(.products-panel) {
  box-shadow:
    0px 0 0 0px rgba(0, 0, 0, 0),
    0px 20px 20px 0px rgba(0, 0, 0, 0.08),
    0px 20px 20px 7px rgba(0, 0, 0, 0.05);
}
.products-panel .ant-menu-item-group-title {
  display: none;
}
.load-error-text {
  padding: 25px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
body.bwm-no-scroll {
  overflow: hidden;
}
@media (max-width: 768px) {
  .cdk-overlay-pane {
    min-width: 40px !important;
  }
}
.ant-btn {
  box-shadow: none !important;
}
.question-mark-cursor {
  cursor: help;
}
.financial-value--hidden {
  filter: blur(var(--financial-value-blur, 10px));
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

/* node_modules/cropperjs/dist/cropper.min.css */
/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */
.cropper-container {
  -webkit-touch-callout: none;
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropper-container img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal,
.cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-canvas,
.cropper-wrap-box {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: .5;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, .75);
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: .5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: .75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center:after,
.cropper-center:before {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}
.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: .1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: .75;
  width: 5px;
}
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: .75;
    width: 5px;
  }
}
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-YBQKU6LN.css.map */
