/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./front/styles_new/components/faq.scss ***!
  \*************************************************************************************************************************************************************************/
@-webkit-keyframes fill-pagination {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fill-pagination {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.link-common {
  cursor: pointer;
  margin: 0 auto;
  font-style: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 16px;
  color: #24377a;
  background-color: transparent;
  border-bottom: 2px solid #f5b800;
}
.link-common:hover {
  background-color: #f5b800;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hidden {
  display: none;
}

a.plus {
  border-bottom: none;
}
a.plus:focus {
  outline: none !important;
}
a.plus:focus-visible {
  -webkit-box-shadow: var(--wcag-focus-outline) !important;
          box-shadow: var(--wcag-focus-outline) !important;
}

a:focus {
  outline: 1px solid #3366FF !important;
}

.faq label[for=vectra_knowledgebasebundle_faq_search] {
  height: 0;
}
.faq .icon {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq.encyclopedia-container #searchResults .results-label {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .faq.encyclopedia-container #searchResults .results-label {
    margin-top: 120px;
  }
}
.faq .faq__wrapper {
  padding: 0 24px;
}
.faq .faq__wrapper .encyclopedia__panel a:focus {
  outline: 1px solid #3366FF;
}
@media (min-width: 768px) {
  .faq .faq__wrapper {
    padding: 0;
  }
}
.faq form[name=vectra_knowledgebasebundle_faq] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto;
  gap: 28px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .faq form[name=vectra_knowledgebasebundle_faq] {
    padding: 0;
    gap: 16px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 660px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .faq form[name=vectra_knowledgebasebundle_faq] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding: 0;
    max-width: 920px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .faq form[name=vectra_knowledgebasebundle_faq] .custom-select-container, .faq form[name=vectra_knowledgebasebundle_faq] .searchTerm {
    width: 342px;
  }
}
@media (min-width: 992px) {
  .faq form[name=vectra_knowledgebasebundle_faq] .custom-select-container, .faq form[name=vectra_knowledgebasebundle_faq] .searchTerm {
    width: 296px;
  }
}
.faq form[name=vectra_knowledgebasebundle_faq] .searchTerm #vectra_knowledgebasebundle_faq_search {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAahJREFUSEvFlOFtwkAMhZ8zAWwAE7RsAJMUJii+DEA7AJhOAEzQEYAJoBOUDcoE58boUkFILvkR1EiISHD+/Oz3jvDghx5cH/8LmM/nYyJ6IaJnAB0AZ1U9quomTdN1E/WlCkSkp6qfoXBpHVU9EdGImU8x0B3AigPYArBvO/yRva+Z+Rx+GxLRTFWtiVpIGeDbitsYiGhqhYsdikhHVZc2PhuZc25QpeIGYDNPkmQVOh+UFc8LGYSIDqbEez+p2skNYLFYbIloCGDCzLVLFJEpAFHVnXNuVKbiBiAiP8Et/brlWTFTAcDOnJm52wSg9idmbpwPEYmeqVLQjc3/ag/mNDNFMwX5Drz3nKbpsi5IV6bYM7Pt7u4pKhgDWAV/17oIwCHkpdIUZTmwQ3Y1mIu4Kge248zO1tCJmfuNchCc0SOibZ5UVX1PkmRnrjLXeO8tK6+h80vdTPHYObepHdH18nJIZA9HAPvMpgarhETtKCI2Avs85bcpgK9wN12CKCJvWf1ZFaSx32OOikFaAcSUtAYoQP6C1yogQMbe+04e1NYBxV09HPAL5r3zGf8buVgAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 94% center;
  padding-right: 45px;
  position: relative;
  cursor: text;
}
@media (min-width: 768px) {
  .faq form[name=vectra_knowledgebasebundle_faq] .searchTerm #vectra_knowledgebasebundle_faq_search {
    width: 100%;
  }
}
.faq form[name=vectra_knowledgebasebundle_faq] div {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .faq form[name=vectra_knowledgebasebundle_faq] div {
    margin: 0;
  }
}
.faq form[name=vectra_knowledgebasebundle_faq] label {
  display: none;
}
.faq form[name=vectra_knowledgebasebundle_faq] label.active {
  visibility: visible;
}
.faq form[name=vectra_knowledgebasebundle_faq] input[type=text] {
  font-family: Visuelt;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.faq form[name=vectra_knowledgebasebundle_faq] input[type=text].ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.faq form[name=vectra_knowledgebasebundle_faq] input[type=text],
.faq form[name=vectra_knowledgebasebundle_faq] select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  max-width: 100%;
  min-width: 342px;
  height: 48px;
  background: #ffffff;
  border: 1px solid var(--blue);
  color: var(--blue);
  font-weight: 400;
  border-radius: 24px;
  cursor: pointer;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .faq form[name=vectra_knowledgebasebundle_faq] input[type=text],
  .faq form[name=vectra_knowledgebasebundle_faq] select {
    max-width: auto;
    width: 180px;
    min-width: inherit;
  }
}
@media (min-width: 992px) {
  .faq form[name=vectra_knowledgebasebundle_faq] input[type=text],
  .faq form[name=vectra_knowledgebasebundle_faq] select {
    max-width: auto;
    min-width: inherit;
    width: 296px;
  }
}
.faq form[name=vectra_knowledgebasebundle_faq] input[type=text]::-webkit-input-placeholder, .faq form[name=vectra_knowledgebasebundle_faq] select::-webkit-input-placeholder {
  color: var(--grey-3);
  max-width: 230px;
  font-family: Visuelt;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.faq form[name=vectra_knowledgebasebundle_faq] input[type=text]::-moz-placeholder, .faq form[name=vectra_knowledgebasebundle_faq] select::-moz-placeholder {
  color: var(--grey-3);
  max-width: 230px;
  font-family: Visuelt;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.faq form[name=vectra_knowledgebasebundle_faq] input[type=text]:-ms-input-placeholder, .faq form[name=vectra_knowledgebasebundle_faq] select:-ms-input-placeholder {
  color: var(--grey-3);
  max-width: 230px;
  font-family: Visuelt;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.faq form[name=vectra_knowledgebasebundle_faq] input[type=text]::-ms-input-placeholder, .faq form[name=vectra_knowledgebasebundle_faq] select::-ms-input-placeholder {
  color: var(--grey-3);
  max-width: 230px;
  font-family: Visuelt;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.faq form[name=vectra_knowledgebasebundle_faq] input[type=text]::placeholder,
.faq form[name=vectra_knowledgebasebundle_faq] select::placeholder {
  color: var(--grey-3);
  max-width: 230px;
  font-family: Visuelt;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.faq form[name=vectra_knowledgebasebundle_faq] input[type=text]:disabled,
.faq form[name=vectra_knowledgebasebundle_faq] select:disabled {
  background-color: var(--grey);
  border-color: var(--grey-2);
  color: var(--grey-3);
  cursor: default;
  pointer-events: none;
  opacity: 1;
}
.faq #searchResults {
  margin-bottom: 8px;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .faq #searchResults {
    padding: 0;
  }
}
.faq #linksAndButtons {
  display: none;
}
.faq #linksAndButtons.opened {
  display: block;
}
.faq #linksAndButtons .missingInfo {
  width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 8px;
}
.faq #linksAndButtons .missingInfo h3 {
  font-family: "Visuelt-light";
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.faq #linksAndButtons .showMore {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .faq #linksAndButtons .showMore {
    margin-top: 32px;
  }
}
.faq #linksAndButtons .adviceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 342px;
  padding: 0px 0px 32px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border: 2px solid var(--grey);
  border-radius: 16px;
  margin: 56px auto 0;
}
@media (min-width: 768px) {
  .faq #linksAndButtons .adviceBox {
    margin: 120px auto 0;
  }
}
.faq #linksAndButtons .adviceBox img {
  margin: 24px 0 0;
}
.faq #linksAndButtons .adviceBox h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 0;
  padding: 0;
  margin-bottom: 14px;
}
.faq #linksAndButtons .adviceBox button {
  padding: 0 24px;
}
.faq #linksAndButtons a {
  color: var(--blue);
  border-bottom: var(--yellow) 3px solid;
  font-weight: 400;
  background: transparent;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.faq #linksAndButtons a:hover {
  background-color: var(--yellow) !important;
  border-bottom: none;
  padding: 5px 0 !important;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.faq #linksAndButtons button {
  font-family: Visuelt;
  cursor: pointer;
  color: var(--blue);
  background-color: var(--yellow);
  border: none;
  border-radius: 50px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  height: 44px;
  min-width: 160px;
}
