/* sass-lint:disable no-vendor-prefixes no-misspelled-properties*/
font-face {
  font-weight: 700;
  font-family: 'Heading Now';
  font-style: normal;
  font-display: swap;
  src:
    url('https://static.moneysupermarket.com/ds/brand-fonts/heading-pro-double-extrabold-webfont.woff2') format('woff2'),
    url('https://static.moneysupermarket.com/ds/brand-fonts/heading-pro-double-extrabold-webfont.woff') format('woff');
}

@font-face {
  font-weight: 300;
  font-family: 'Heading Now';
  font-style: normal;
  font-display: swap;
  src:
    url('https://static.moneysupermarket.com/ds/brand-fonts/heading-now-35-medium.woff2') format('woff2'),
    url('https://static.moneysupermarket.com/ds/brand-fonts/heading-now-35-medium.woff') format('woff');
}

@font-face {
  font-weight: 500;
  font-family: 'Heading Now';
  font-style: normal;
  font-display: swap;
  src:
    url('https://static.moneysupermarket.com/ds/brand-fonts/heading-now-75-medium.woff2') format('woff2'),
    url('https://static.moneysupermarket.com/ds/brand-fonts/heading-now-75-medium.woff') format('woff');
}

.mainheader {
  width: 100%;
  display: flex;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

.custom-control {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  margin-bottom: 5px;
  position: relative;
  max-width: calc(100% - 10px);
  width: 100%;
  margin: 5px;
  padding: 11px 16px 10px 46px;
  border: 1px solid var(--purple-400);
  border-radius: 12px;
  background-color: #fff;
  cursor: pointer;
  line-height: 1;
}

@media (max-width: 967px) {
  .custom-control {
    max-width: 100%;
    margin: 4px 0;
  }
}

.chatbot-card {
  padding: 20px;
  border-radius: 8px;
  background: linear-gradient(1deg, #6e398d, #8343a8);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chatbot-card__content {
  flex-basis: 60%;
}

.chatbot-card__body {
  padding-bottom: 20px;
}

.chatbot > h2 {
  margin: 0px;
  font-size: 16px;
}

.wal-button {
  padding: 12px;
  background: #ffffff;
  border-color: var(--color-primary);
  color: var(--color-primary);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  border: 3px solid var(--color-primary);
  text-decoration: none;
  border-radius: 5px;
}

.chatbot-card__img {
  max-width: 50%;
  height: auto;
}

.form-group > .custom-control:last-child {
  margin-bottom: 0;
}

.custom-control.bordered {
  display: block;
  border: 0;
  cursor: pointer;
}

.custom-control.bordered:hover .custom-control-desc {
  border-color: var(--color-primary);
}

.custom-control.bordered .custom-control-desc {
  display: block;
  border: 1px solid #554565;
  padding: 9px 10px 9px 41px;
  border-radius: 2px;
}

.custom-control.bordered .custom-control-indicator {
  margin-top: 16px;
  left: 11px;
}

.custom-control.bordered input[type='checkbox'] ~ .custom-control-indicator {
  margin-top: 14px;
}

.custom-control.bordered input[type='checkbox']:checked ~ .custom-control-desc,
.custom-control.bordered input[type='radio']:checked ~ .custom-control-desc {
  border-width: 2px;
  border-color: var(--color-primary);
  padding: 8px 9px 8px 40px;
}

.custom-control .custom-control-indicator {
  transition:
    border-color 0.15s ease-out,
    margin-top 0.15s ease-out;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-primary);
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 16px;
  margin-top: 6px;
  cursor: default;
}

.custom-control .custom-control-desc {
  transition:
    border-color 0.15s ease-out,
    border-width 0.15s ease-out,
    padding 0.15s ease-out,
    background 0.15s ease-out,
    color 0.15s ease-out;
  display: inline-block;
  vertical-align: top;
  color: #554565;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.45;
}

.custom-control input[type='checkbox'],
.custom-control input[type='radio'] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.custom-control input[type='checkbox']:checked ~ .custom-control-indicator,
.custom-control input[type='radio']:checked ~ .custom-control-indicator {
  border-color: var(--color-primary);
  background: var(--color-primary);
  transition: all 0.2s;
}

.custom-control input[type='checkbox']:checked ~ .custom-control-indicator:before,
.custom-control input[type='radio']:checked ~ .custom-control-indicator:before {
  opacity: 1;
  transition: all 0.2s;
}

.custom-control input[type='checkbox']:checked ~ .custom-control-indicator:after,
.custom-control input[type='radio']:checked ~ .custom-control-indicator:after {
  opacity: 0;
  transition: all 0.2s;
}

.custom-checkbox .custom-control-indicator {
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}

.custom-checkbox .custom-control-indicator:before {
  width: 12px;
  height: 9px;
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.758c0 .189-.077.378-.217.515L5.125 8.788a.76.76 0 01-1.053 0L.217 5.015A.727.727 0 010 4.5c0-.19.077-.379.217-.515l1.053-1.03a.76.76 0 011.053 0l2.276 2.234L9.677.212a.76.76 0 011.053 0l1.053 1.03c.14.137.217.326.217.516z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.select-wrapper select {
  background-color: transparent;
  padding: 11px 55px 15px 15px;
  position: relative;
  cursor: pointer;
  transition: all 0.1s linear;
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #786987;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  height: 43px;
}

.aside-holder .select-wrapper select {
  color: #554565;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  padding: 11px 16px;
}

.results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.sort-by-wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 967px) {
  .sort-by-wrapper {
    display: none;
  }
}

.sort-by-wrapper .sort-by-wrapper-text {
  font-size: 16px;
  font-weight: bold;
  color: #554565;
  line-height: 1.22;
  margin-right: 16px;
}

.sort-by-wrapper .select-wrapper select {
  color: #554565;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  padding: 11px 16px;
  font-weight: 600;
}

.select-wrapper select:focus {
  outline: none;
}

.select-wrapper {
  background-color: #ffffff;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  transition: all 0.2s linear;
  overflow: hidden;
  border: 1px solid var(--purple-400);
}

.select-wrapper:focus-within {
  border-color: var(--color-primary);
}

.select-wrapper:before,
.select-wrapper:after {
  z-index: -1;
  transition: all 0.2s linear;
}

.select-wrapper:before {
  width: 40px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  z-index: 10;
  background-color: #ffffff;
  pointer-events: none;
}

.select-wrapper:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L7 5.58579L12.2929 0.292893C12.6834 -0.0976311 13.3166 -0.0976311 13.7071 0.292893C14.0976 0.683417 14.0976 1.31658 13.7071 1.70711L7.70711 7.70711C7.31658 8.09763 6.68342 8.09763 6.29289 7.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='%23291D4C'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  height: 16px;
  width: 16px;
  z-index: 11;
  pointer-events: none;
}

.pseudo-select {
  background-color: transparent;
  padding: 16px 55px 15px 15px;
  position: relative;
  cursor: pointer;
  transition: all 0.1s linear;
  display: block;
  margin: 0 0 10px;
  box-shadow: 0 2px 0 0 #d1d5d6;
  border: 0;
}

/* set styles for grid */

.main .container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 967px) {
  .main .container {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}

.container-fluid {
  max-width: none;
}

/* helper classes */

.text-primary {
  color: #554565;
}

#ev .text-secondary {
  color: #b5b3ff;
  text-decoration: underline;
  transition: none;
  outline: none;
}

.card-badge .text-secondary {
  color: #02ffb4;
}

#ev a.text-secondary:hover,
#ev a.text-secondary:focus {
  color: #a9a7fa;
  text-decoration-thickness: 3px;
}

#ev a.text-secondary:focus {
  background-color: #a9a7fa;
  color: var(--color-primary);
  box-shadow: 0 0 0 3px #a9a7fa;
}

.price a:hover {
  text-decoration: underline;
}

.text-tertinary {
  color: rgba(81, 106, 99, 0.5);
}

.text-green-light {
  color: #ebf5f3;
}

.text-light {
  color: #efd4ff;
}

.text-muted {
  color: rgba(81, 106, 99, 0.5);
}

.text-medium {
  font-weight: 300;
}

.sr-only {
  width: 1px;
  height: 1px;
  position: absolute;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only.sr-only-focusable:active,
.sr-only.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.main {
  background-color: #f6f3f9;
}

.main.mainheader {
  background-image: linear-gradient(
    to bottom,
    var(--color-primary),
    var(--color-primary),
    var(--color-primary) 48%,
    #2b173f
  );
  padding-left: 40px;
  padding-right: 40px;
}

.main.mainheader .container {
  justify-content: center;
  padding-top: 20px;
}

@media (max-width: 967px) {
  .main.mainheader .container {
    padding-top: 0;
  }
}

.filter-section {
  display: flex;
  padding-top: 0;
  padding-bottom: 20px;
  gap: 0 30px;
}

@media (max-width: 967px) {
  .filter-section {
    flex-wrap: wrap;
    padding-top: 0;
  }
}

.filter-aside input[type='text'] {
  transition:
    box-shadow 0.15s ease-out,
    border-color 0.15s ease-out,
    background 0.15s ease-out;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px solid var(--purple-400);
  border-radius: 4px;
  background-color: #fff;
  padding: 11px 20px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  color: #554565;
  outline: none;
}

#results.filter-section {
  order: 2;
  padding-top: 0;
  flex: 1;

  display: block;
  width: 100%;
  max-width: 740px;
}

@media (max-width: 967px) {
  #results.filter-section {
    order: 0;
    max-width: 100%;
  }
}

#results svg {
  width: 24px;
  height: 24px;
  margin-top: -6px;
  vertical-align: initial;
}

.card-ctas {
  display: flex;
  justify-content: space-between;
  gap: 0 8px;
  align-items: flex-start;
  margin-bottom: 19px;
}

@media (max-width: 620px) {
  .card-ctas {
    display: block;
    margin-bottom: 0;
  }

  .card-item .card-ctas a.btn {
    margin-top: 10px;
  }
}

.card-ctas a {
  flex: 1 1 auto;
}

.card-cta {
  grid-area: 2 / 2 / 3 / 2;
}

@media (max-width: 967px) {
  .card-cta {
    grid-area: auto;
  }
}

.card-cta .btn {
  /*transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, color 0.3s ease-in-out;*/
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  padding: 11px 24px;
  margin: 0;
  position: relative;
}

.card-cta .btn:hover {
  text-decoration: none;
}

.card-item .card-ctas .btn.btn-primary {
  background-color: var(--cta-primary-background);
  border-color: var(--cta-primary-background);
  /*font-family: "MSM Primary", "Arial Black", sans-serif;*/
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  padding: 16px 80px 16px 12px;
  border-radius: 16px;
  position: relative;
}

.card-item .card-ctas .btn.btn-primary:after {
  display: block;
  content: '';
  background-color: red;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background-color: var(--lilac-200);
  top: calc(50% - 21px);
  right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='23.999999999999996' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath id='svg_1' fill='%23291D4C' d='m11.2929,4.29289c0.3905,-0.39052 1.0237,-0.39052 1.4142,0l7,7.00001c0.3905,0.3905 0.3905,1.0237 0,1.4142l-7,7c-0.3905,0.3905 -1.0237,0.3905 -1.4142,0c-0.3905,-0.3905 -0.3905,-1.0237 0,-1.4142l5.2929,-5.2929l-11.5858,0c-0.55228,0 -1,-0.4477 -1,-1c0,-0.5523 0.44772,-1 1,-1l11.5858,0l-5.2929,-5.29289c-0.3905,-0.39053 -0.3905,-1.02369 0,-1.41422z' clip-rule='evenodd' fill-rule='evenodd'/%3E%3Cpath id='svg_2' fill='%23291D4C' d='m47.52241,4.62076c0.3905,-0.39052 1.0237,-0.39052 1.4142,0l7,7.00001c0.3905,0.3905 0.3905,1.0237 0,1.4142l-7,7c-0.3905,0.3905 -1.0237,0.3905 -1.4142,0c-0.3905,-0.3905 -0.3905,-1.0237 0,-1.4142l5.2929,-5.2929l-11.5858,0c-0.55228,0 -1,-0.4477 -1,-1c0,-0.5523 0.44772,-1 1,-1l11.5858,0l-5.2929,-5.29289c-0.3905,-0.39053 -0.3905,-1.02369 0,-1.41422z' clip-rule='evenodd' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 60px 24px;

  background-position: calc(100% - 10px) 9px;

  transition: background-position 300ms linear;

  position: absolute;
}

.card-item .card-ctas .btn.btn-primary:hover {
  background-color: var(--purple-500) !important;
  border-color: var(--purple-500) !important;
  outline: 2px solid var(--purple-500) !important;
}
.card-item .card-ctas .btn.btn-primary:hover:after {
  background-position: calc(100% + 27px) 9px;
}

.card-item .card-ctas .btn.btn-primary:focus {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  outline: 2px solid #ffffff !important;
  box-shadow: 0 0 0 4px #2b173f !important;
}

.card-item .card-ctas .btn.btn-secondary {
  background-color: var(--lilac-300);
  border-color: var(--lilac-300);
  color: var(--color-primary) !important;
  font-size: 1rem;
  font-weight: 700;
  padding: 16px 40px 16px 12px;
  border-radius: 16px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2929 4.29289C11.6834 3.90237 12.3166 3.90237 12.7071 4.29289L19.7071 11.2929C20.0976 11.6834 20.0976 12.3166 19.7071 12.7071L12.7071 19.7071C12.3166 20.0976 11.6834 20.0976 11.2929 19.7071C10.9024 19.3166 10.9024 18.6834 11.2929 18.2929L16.5858 13L5 13C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11L16.5858 11L11.2929 5.70711C10.9024 5.31658 10.9024 4.68342 11.2929 4.29289Z' fill='%23291d4c'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: calc(100% - 16px) center;
}

.card-item .card-ctas .btn.btn-secondary:hover {
  background-color: var(--lilac-400) !important;
  border-color: var(--lilac-400) !important;
  outline: 2px solid var(--lilac-400) !important;
}

.card-item .card-ctas .btn.btn-secondary:focus {
  background-color: var(--lilac-400) !important;
  border-color: var(--lilac-400) !important;
  outline: 2px solid #ffffff !important;
  box-shadow: 0 0 0 4px #2b173f !important;
}

.card-item .card-ctas .btn.btn-secondary:focus:after {
  display: none;
}

.intro-item {
  color: white;
  flex-basis: 50%;
  max-width: 640px;
  padding-top: 40px;
}

@media (max-width: 967px) {
  .intro-item {
    flex-basis: 100%;
    max-width: 100%;
    order: 2;
    padding-top: 0;
  }
}

.intro-item h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  /*letter-spacing: 2px;*/
  margin: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 967px) {
  .intro-item h1 {
    font-size: 46px;
  }
}

.intro-item p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 16px;
}

.intro-image {
  flex-basis: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 967px) {
  .intro-image {
    flex-basis: 100%;
    order: 1;
  }
}

.intro-image img {
  width: 570px;
  max-width: 100%;
  height: auto;
}

h3.sorth2 {
  font-size: 20px;
  line-height: 1.5;
  color: #554565;
  margin-top: 0;
  font-weight: 600;
}

@media (max-width: 967px) {
  h3.sorth2 {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
  }
}

h3.sorth2 span {
  font-weight: 600;
}

@media (max-width: 620px) {
  h3.sorth2 span {
    display: block;
  }
}

h3.sorth2 a {
  outline: none;
  display: inline-block;
  top: 2px;
  position: relative;
}

#results h3.sorth2 a:focus,
#results h3.sorth2 a:hover {
  background-color: transparent;
  box-shadow: none;
}

.results-text {
  margin-bottom: 12px;
  padding: 0;
}

.results-text h3 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #554565;
}

.card-item {
  padding: 20px 20px 12px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 37px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 30px;
  align-items: start;
}

@media (max-width: 967px) {
  .card-item {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px;
  }
}

.card-item.card-item-badge {
  margin-top: 30px;
  padding-top: 24px;
}

.card-item:last-child {
  margin-bottom: 0;
}

.card-item .btn {
  display: block;
}

.card-item .btn:last-child {
  margin: 0;
}

.card-header {
  grid-area: 1 / 2 / 2 / 2;
  margin-bottom: 19px;
}

@media (max-width: 967px) {
  .card-header {
    grid-area: 1 / 1 / 2 / 2;
    margin-bottom: 0;
  }
}

.image-content {
  grid-area: 1 / 1 / 3 / 2;
}

@media (max-width: 967px) {
  .image-content {
    grid-area: 2 / 1 / 3 / 2;
  }
}

.card-body {
  grid-area: 3 / 1 / 3 / 3;
}

@media (max-width: 967px) {
  .card-body {
    grid-area: 3 / 1 / 4 / 2;
  }
}

.card-badge {
  padding: 4px 10px;
  border-radius: 8px;
  background: #554565;
  position: absolute;
  bottom: calc(100% - 15px);
  left: 22px;
  color: #fff;
  font-size: 14px;
  line-height: 1.57;
}

.card-badge p {
  margin: 0;
}

.card-badge p span {
  font-weight: 600;
}

.card-content {
  padding: 0 30px 0 15px;
  max-width: 80%;
  width: 75%;
}

.card-header-top h2 {
  margin: 0;
  color: var(--article-headings-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  font-family: var(--heading-font-family);
  margin-bottom: 8px;
}

.card-header-top h2 .text-medium {
  font-family: var(--heading-font-family);
  font-weight: 400;
}

.card-header-top .price {
  display: block;
  font-size: 24px;
  line-height: 1.275;
  color: var(--color-primary);
  font-family: var(--heading-font-family);
  margin-bottom: 16px;
  font-weight: 500;
}

@media (max-width: 967px) {
  .card-header-top .price {
    font-size: 22px;
    line-height: 1.45;
  }
}

.card-header-top .price-grant {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.card-header-top .price2 {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  color: rgba(81, 106, 99, 0.7);
  text-align: right;
}

.card-header-bottom {
  padding-bottom: 12px;
  padding: 17px 0 13px;
  border-bottom: 1px solid #ebf5f3;
}

.card-desc-holder {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 12px;
  border-top: 1px solid #decfe7;
  border-bottom: 1px solid #decfe7;
  margin-bottom: 14px;
}

@media (max-width: 967px) {
  .card-desc-holder {
    flex-wrap: wrap;
    border-top: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.card-desc-item {
  padding: 0 5px;
  flex-basis: calc(100% / 3);
}

@media (max-width: 967px) {
  .card-desc-item {
    flex-basis: calc(100% / 2);
  }

  .card-desc-item:last-child {
    flex-basis: 100%;
    padding-left: 0;
    margin-top: 14px;
  }
}

.card-desc-item:last-child {
  padding-right: 0;
}

.card-desc-item:first-child {
  padding-left: 0;
}

.card-desc-item h6 {
  font: 600 16px/1.5 var(--heading-font-family);
  color: var(--color-primary);
  margin: 0;
  margin-bottom: 10px;
}

@media (max-width: 967px) {
  .card-desc-item h6 {
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 4px;
  }
}

.card-desc-item .desc {
  display: inline-block;
  font-size: 18px;
  line-height: 1.56;
  font-weight: 500;
  font-family: var(--heading-font-family);
  color: #2b173f;
}

.card-desc-item .desc a {
  outline: none;
  display: inline-block;
  top: 2px;
  position: relative;
}

.card-body p:last-child {
  margin: 0;
}

.banner {
  padding: 11px 16px 10px;
  background: #f6f3f9;
  border-radius: 8px;
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #554565;
  margin-bottom: 16px;
}

@media (max-width: 967px) {
  .banner {
    margin-top: 20px;
    padding: 16px;
  }
}

.banner a {
  font-weight: 600;
  color: var(--anchor-link-color);
  text-decoration: underline;
}

.banner a:hover {
  color: var(--anchor-link-color);
  text-decoration-thickness: 3px;
}

.readmore > a {
  display: none;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.57;
  outline: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 967px) {
  .readmore > a {
    display: block;
  }

  .readmore.readmore-active > a {
    display: none;
  }

  ul.styled-list .readmore li {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }

  ul.styled-list .readmore.readmore-active li {
    position: relative;
    left: 0;
    top: 0;
  }
}

.image-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.image-group li,
.image-group iframe {
  padding: 0 2px;
  flex-grow: 1;
  border-radius: 4px;
  width: calc(100% / 3);
  margin-bottom: 4px;
}

.image-group li:first-child {
  width: 100%;
}

.image-group li:last-child {
  margin-bottom: 0;
}

.image-group li img {
  width: 100%;
  border-radius: 5px;
  position: relative;
}

.image-group li.youtube-video {
  position: relative;
  height: auto;
}

.image-group li.youtube-video:after {
  content: '';
  background-image: url('../images/youtube-play-20d43d29c086220b4afb61f3b224cfed.png');
  background-size: 40px;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  pointer-events: none;
}

.image-group li.youtube-video a {
  display: block;
}

.star-list {
  display: flex;
  align-items: center;
  margin-top: 3px;
  margin-left: 3px;
  padding: 0;
  list-style-type: none;
}

ul.styled-list .star-list li {
  margin: 0 2px;
  padding: 0;
}

.star-list li:last-child {
  margin: 0;
}

.star-list li::before {
  display: none;
}

#results .star-list li svg {
  width: 13px;
  height: 12px;
}

.sticky-wrap-filter-aside {
  position: relative;
}

.sticky-wrap-filter-aside::after {
  content: '';
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  width: 100%;
  padding-bottom: 4%;
  background: linear-gradient(180deg, rgba(249, 255, 253, 0) 0%, #efd4ff 93%);
  z-index: -1;
  display: none;
}

@media (max-width: 967px) {
  .sticky-wrap-filter-aside::after {
    display: block;
  }
}

.sticky-wrap-aside.fixed-position {
  height: 100%;
}

.filter-aside {
  width: 420px;
  max-width: 100%;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

@media (max-width: 967px) {
  .filter-aside {
    max-width: 100%;
    padding: 0;
    border-radius: 0;
    width: 100%;
    display: none;
  }
  .filter-aside.show {
    display: block;
  }
}

.filter-aside h2 {
  margin: 0 0 10px;
}

.form-group,
.group-row {
  margin-bottom: 30px;
  padding: 0;
}

.form-group h5,
.group-row h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #554565;
  margin-top: 0;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 967px) {
  .form-group h5,
  .group-row h5 {
    font-size: 14px;
    line-height: 1.71;
  }
}

.form-group:last-child,
.group-row:last-child {
  margin-bottom: 0;
}

.group-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.group-row .form-group {
  width: 100%;
}

.group-row .form-group .custom-control {
  max-width: calc(100% - 10px);
  margin-bottom: 2px;
}

.form-group .group-row {
  margin-left: -5px;
  margin-right: -5px;
}

#ev .mob-filter-opener {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #9b6fb6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  position: relative;
  margin: 0;
  padding: 11px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.45;
  color: #554565;
  outline: none;
  text-decoration: none;
}

.mob-filter-opener:focus,
.mob-filter-opener:hover {
  text-decoration: none;
  color: #554565;
}

.mob-filter-opener::after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h16v16H0z'/%3E%3Cpath d='M8.5 10a.5.5 0 0 1 .5.5v.5h4.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H9v.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V13H2.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5H7v-.5a.5.5 0 0 1 .5-.5h1zm3-4a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H12v.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V9H2.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5H10v-.5a.5.5 0 0 1 .5-.5h1zm-6-4a.5.5 0 0 1 .5.5V3h7.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H6v.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V5H2.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5H4v-.5a.5.5 0 0 1 .5-.5h1z' fill='%23590F85'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.is-active .mob-filter-opener::after {
  background-image: url("data:image/svg+xml,%3Csvg height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23590f85' d='M443.6 387.1L312.4 255.4l131.5-130c5.4-5.4 5.4-14.2 0-19.6l-37.4-37.6c-2.6-2.6-6.1-4-9.8-4-3.7 0-7.2 1.5-9.8 4L256 197.8 124.9 68.3c-2.6-2.6-6.1-4-9.8-4-3.7 0-7.2 1.5-9.8 4L68 105.9c-5.4 5.4-5.4 14.2 0 19.6l131.5 130L68.4 387.1c-2.6 2.6-4.1 6.1-4.1 9.8 0 3.7 1.4 7.2 4.1 9.8l37.4 37.6c2.7 2.7 6.2 4.1 9.8 4.1 3.5 0 7.1-1.3 9.8-4.1L256 313.1l130.7 131.1c2.7 2.7 6.2 4.1 9.8 4.1 3.5 0 7.1-1.3 9.8-4.1l37.4-37.6c2.6-2.6 4.1-6.1 4.1-9.8-.1-3.6-1.6-7.1-4.2-9.7z'/%3E%3C/svg%3E");
  width: 18px;
  height: 12px;
  right: 13px;
}

@media (min-width: 1000px) {
  .aside-holder {
    margin-right: 30px;
  }
}

.aside-mob-wrap.fixed {
  position: fixed;
}

.aside-mob-wrap {
  background: #ffffff;
  width: 100%;
  padding: 0;
}

@media (max-width: 967px) {
  .aside-mob-wrap {
    padding: 30px 40px 50px;
    position: static;
    opacity: 1;
    visibility: visible;
    background: transparent;
  }
}

@media (min-width: 768px) and (max-width: 967px) {
  .aside-mob-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .aside-mob-wrap > div {
    flex-basis: calc(50% - 15px);
    align-content: flex-start;
  }
}

.aside-mob-holder {
  padding: 10px 30px 20px;
  position: relative;
  z-index: 20;
  background: #f6f3f9;
  border-bottom: 1px solid #aaa2b2;
  display: none;
}

@media (max-width: 967px) {
  .aside-mob-holder {
    display: block;
  }
  .aside-holder {
    display: block;
    position: sticky;
    top: 0;
    z-index: 10;
  }
}

.aside-mob-holder h6 {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.aside-mob-holder .group-row {
  display: flex;
  margin: 0 10px;
}

.aside-mob-holder .group-row .form-group {
  max-width: calc(50% - 10px);
  margin: 0;
}

.aside-mob-holder .group-row .form-group label {
  color: #554565;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.71;
}

/* custom select styles */

.jcf-select {
  display: block;
  position: relative;
  border: 1px solid #9b6fb6;
  background: #fff;
  margin: 0;
  min-width: 140px;
  height: 44px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  cursor: pointer;
}

.jcf-select.jcf-drop-active .jcf-select-opener {
  transform: translateY(-50%) rotate(180deg);
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
  cursor: pointer;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin: 0 35px 0 16px;
  padding: 11px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.45;
  color: #786987;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  bottom: 0;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 5.087L12.177.281c.431-.4 1.091-.37 1.486.07l.051.058a1.136 1.136 0 01-.054 1.564L7.723 7.705a1.033 1.033 0 01-1.446 0L.34 1.973A1.136 1.136 0 01.286.409L.337.35a1.034 1.034 0 011.486-.07L7 5.087z' fill='%23590f85'/%3E%3C/svg%3E");
  width: 14px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.2s;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  overflow: hidden;
}

/* multiple select styles */

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
  padding-bottom: 0;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 5px 16px;
  color: #554565;
  height: 1%;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.jcf-list .jcf-disabled {
  background: #fff;
  color: #aaa;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: var(--color-primary);
  color: #fff;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
  background: #dddddd;
}

.jcf-focus,
.jcf-focus * {
  border-color: var(--color-primary);
}

ul.styled-list,
ol.styled-list {
  padding: 0;
  list-style-type: none;
  columns: 2;
  margin: 0;
}

@media (max-width: 967px) {
  ul.styled-list,
  ol.styled-list {
    columns: 1;
  }
}

ul.styled-list li,
ol.styled-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-left: 30px;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.57;
}

@media (max-width: 967px) {
  ul.styled-list li,
  ol.styled-list li {
    padding-right: 20px;
  }
}

ul.styled-list li::before,
ol.styled-list li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -10px;
  width: 3px;
  height: 3px;
  background: #554565;
  border-radius: 50%;
}

ul li.styled-list,
ol li.styled-list {
  padding-bottom: 7px;
  position: relative;
}

ul li.styled-list:last-child,
ol li.styled-list:last-child {
  padding-bottom: 0;
}

.load-more-text {
  margin: 0 15px 37px;
  font-size: 16px;
  line-height: 1.5;
  color: #554565;
}

.load-more-text a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--anchor-link-color);
}

.load-more-text a:hover {
  color: var(--anchor-link-color);
  text-decoration-thickness: 3px;
}

.js-slide-hidden {
  position: relative;
  left: auto;
  top: auto;
}

@media (max-width: 967px) {
  .js-slide-hidden {
    position: absolute;
    left: -9999px;
    top: -9999px;
    display: block;
  }
}

.sticky-wrap-aside-mob-holder {
  display: none;
}

@media (max-width: 967px) {
  .sticky-wrap-aside-mob-holder {
    display: block;
  }
}

@media (min-width: 967px) {
  .show-mobile {
    display: none;
  }
}

.info {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3.25C7.02944 3.25 3 7.27944 3 12.25C3 17.2206 7.02944 21.25 12 21.25C16.9706 21.25 21 17.2206 21 12.25C21 7.27944 16.9706 3.25 12 3.25ZM1 12.25C1 6.17487 5.92487 1.25 12 1.25C18.0751 1.25 23 6.17487 23 12.25C23 18.3251 18.0751 23.25 12 23.25C5.92487 23.25 1 18.3251 1 12.25ZM11 8.25C11 7.69772 11.4477 7.25 12 7.25H12.01C12.5623 7.25 13.01 7.69772 13.01 8.25C13.01 8.80228 12.5623 9.25 12.01 9.25H12C11.4477 9.25 11 8.80228 11 8.25ZM12 11.25C12.5523 11.25 13 11.6977 13 12.25V16.25C13 16.8023 12.5523 17.25 12 17.25C11.4477 17.25 11 16.8023 11 16.25V12.25C11 11.6977 11.4477 11.25 12 11.25Z' fill='%235B5EBF'/%3E%3C/svg%3E%0A");
  background-size: cover;
  display: inline-block;
  margin-left: 6px;
  cursor: pointer;
}

.info.info-selected {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3.25C7.02944 3.25 3 7.27944 3 12.25C3 17.2206 7.02944 21.25 12 21.25C16.9706 21.25 21 17.2206 21 12.25C21 7.27944 16.9706 3.25 12 3.25ZM1 12.25C1 6.17487 5.92487 1.25 12 1.25C18.0751 1.25 23 6.17487 23 12.25C23 18.3251 18.0751 23.25 12 23.25C5.92487 23.25 1 18.3251 1 12.25ZM11 8.25C11 7.69772 11.4477 7.25 12 7.25H12.01C12.5623 7.25 13.01 7.69772 13.01 8.25C13.01 8.80228 12.5623 9.25 12.01 9.25H12C11.4477 9.25 11 8.80228 11 8.25ZM12 11.25C12.5523 11.25 13 11.6977 13 12.25V16.25C13 16.8023 12.5523 17.25 12 17.25C11.4477 17.25 11 16.8023 11 16.25V12.25C11 11.6977 11.4477 11.25 12 11.25Z' fill='%23291D4C'/%3E%3C/svg%3E%0A");
}

.info-block {
  border: 2px solid var(--color-primary);
  border-radius: 4px;
  padding: 12px;
  font-size: 14px;
  line-height: 1.57;
  color: #2b173f;
  margin: 10px 0 20px;
  display: none;
}

.info-block span {
  font-family: var(--heading-font-family);
  font-size: 1rem;
  line-height: 2;
  line-height: 1;
  font-weight: 600;
}

.info-block p {
  margin: 5px 0 5px;
}

#results .featherlight-image:focus {
  background-color: transparent;
  box-shadow: none;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 30px 45px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  border-radius: 4px;
  cursor: auto;
  white-space: normal;
  max-width: 95%;
  font-size: 18px;
  font-weight: 500;
}

.featherlight .featherlight-inner {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #554565;
}

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  text-align: center;
  padding: 0;
  line-height: 29px;
  width: 34px;
  font-size: 29px;
  font-weight: bold;
  font-family: 'Work Sans', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  right: 6px;
  background-color: var(--color-primary);
  color: #ffffff;
  border-radius: 4px;
  top: 5px;
  border: 2px solid var(--color-primary);
  transition: none;
}

.featherlight .featherlight-image {
  width: 100%;
  border-radius: 5px;
}

.featherlight-iframe .featherlight-content {
  width: 100%;
  max-width: 1230px;
  margin: 0;
  height: 100%;
  max-height: 760px;
}

@media only screen and (max-width: 1024px) {
  .featherlight-iframe .featherlight-content {
    height: auto;
  }
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 100%;
    padding: 45px 20px 20px;
    border-bottom: 10px solid transparent;
  }
}

.featherlight .featherlight-content.featherlight-html {
  width: 600px;
}

.featherlight-content .item-wrap .content-card:before {
  display: none;
}

.popup {
  width: 500px;
  max-width: 100%;
  margin: 0;
  line-height: 1.43;
}

.featherlight #results {
  width: 900px;
  max-width: 100%;
}

.featherlight .featherlight-close-icon:hover {
  background-color: #ffffff;
  color: var(--color-primary);
}

.featherlight-loading .featherlight-content {
  min-height: 90px;
  overflow: hidden;
  position: relative;
  border: 0;
  min-width: 90px;
}

.featherlight-loading .featherlight-content .featherlight-close-icon {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  animation: rotation 800ms infinite linear;
  border: 4px solid rgba(0, 0, 0, 0.2);
  border-left-color: #000;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  text-indent: -10000px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.featherlight-iframe .featherlight-inner {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .featherlight-iframe .featherlight-inner {
    height: auto;
  }
}

.featherlight-iframe .featherlight-inner:after {
  content: '';
  float: left;
  width: 100%;
  padding-top: 57%;
  display: block;
  position: relative;
}

.featherlight h3.featherlight-inner {
  font-weight: 600;
}

.featherlight ul.styled-list,
.featherlight ol.styled-list,
.tip ul.styled-list,
.tip ol.styled-list {
  columns: 1;
}

.featherlight ul.styled-list li,
.featherlight ol.styled-list li,
.tip ul.styled-list li,
.tip ol.styled-list li {
  font-size: 16px;
  line-height: 1.5;
}

.featherlight .text-secondary,
.tip .text-secondary {
  color: var(--anchor-link-color);
  font-weight: 600;
  text-decoration: underline;
  outline: none;
}

.featherlight .text-secondary:hover,
.tip .text-secondary:hover {
  color: var(--anchor-link-color);
  text-decoration-thickness: 3px;
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

.featherlight-next,
.featherlight-previous {
  display: block;
  position: absolute;
  top: calc(50% + 25px);
  right: 25px;
  left: 80%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
}

.featherlight-previous {
  left: 25px;
  right: 80%;
}

.featherlight-next:hover,
.featherlight-previous:hover {
  background: rgba(255, 255, 255, 0.25);
}

.featherlight-next span,
.featherlight-previous span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  text-align: center;
  font-size: 50px;
  line-height: 1;
  margin-top: -40px;
  text-shadow: 0px 0px 5px #fff;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}

.featherlight-next span {
  right: 0;
  left: auto;
}

.featherlight-next span svg,
.featherlight-previous span svg {
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: calc(50% + 20px);
  }

  .featherlight-next span,
  .featherlight-previous span {
    width: 30px;
    height: 30px;
    font-size: 20px;
    margin-top: -22px;
  }

  .featherlight-next,
  .featherlight-previous {
    right: 5px;
  }

  .featherlight-previous {
    left: 5px;
    right: 80%;
  }

  .featherlight-next span svg,
  .featherlight-previous span svg {
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }

  .featherlight-next span svg {
    margin-right: -2px;
  }

  .featherlight-previous span svg {
    margin-left: -2px;
  }
}

.featherlight-next:hover span,
.featherlight-previous:hover span {
  display: inline-block;
  background-color: #fff;
  color: var(--color-primary);
}

.featherlight-next:hover span svg path,
.featherlight-previous:hover span svg path {
  fill: var(--color-primary);
}

.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
  display: none;
}

/* Hide navigation while loading */
.featherlight-loading .featherlight-previous,
.featherlight-loading .featherlight-next {
  display: none;
}

/* Hide navigation in case of single image */
.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
  display: none;
}

.fslightboxsn {
  display: none !important;
}
.fslightbox-slide-btn-container {
  display: none !important;
}

#ev .tooltip {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23291D4C' fill-rule='evenodd' d='M7.9997 2.083c-3.2677 0-5.9167 2.649-5.9167 5.9167 0 3.2677 2.649 5.9166 5.9167 5.9166 3.2677 0 5.9166-2.6489 5.9166-5.9166S11.2674 2.083 7.9997 2.083ZM.583 7.9997C.583 3.9036 3.9036.583 7.9997.583s7.4166 3.3206 7.4166 7.4167-3.3205 7.4166-7.4166 7.4166S.583 12.0958.583 7.9997Zm7.5747-2.5683a1.25 1.25 0 0 0-1.3905.8172.75.75 0 0 1-1.415-.4978 2.75 2.75 0 0 1 5.3441.916c-.0002 1.0646-.7887 1.7601-1.334 2.1236-.2954.197-.5855.3415-.7989.4363a5.3101 5.3101 0 0 1-.2641.1093 3.8584 3.8584 0 0 1-.0792.0292l-.024.0084-.0078.0026-.0028.001-.001.0003c-.0003.0001-.001.0004-.2382-.7112l.2381.7112c-.393.131-.8186-.081-.9496-.474a.75.75 0 0 1 .4738-.9485l.009-.0031a2.3166 2.3166 0 0 0 .0477-.0177 3.8187 3.8187 0 0 0 .189-.0782c.1616-.0719.3715-.1773.576-.3137.4547-.3031.666-.6074.666-.876v-.001a1.25 1.25 0 0 0-1.0386-1.234Zm-.908 5.9016a.75.75 0 0 1 .75-.75h.0066a.75.75 0 0 1 0 1.5h-.0066a.75.75 0 0 1-.75-.75Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: transparent !important;
  box-shadow: none !important;
}

#ev .tip,
#ev .tip2 {
  position: absolute;
  max-width: 95%;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-weight: 380;
  font-size: 16px;
  line-height: 140%;
  color: #291d4c;
  text-align: left;
  filter: drop-shadow(8px 8px 24px rgba(91, 94, 191, 0.16));
  z-index: 1;
  top: -25px;
  margin-left: 9px;
}

#ev .tip::after,
#ev .tip2::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: '';
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, 0.7);
  line-height: 0;
}

#ev .tip b,
#ev .tip2 b {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

#ev .tooltipclose {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%23525096' fill-rule='evenodd' d='M.2929.2929c.3905-.3905 1.0237-.3905 1.4142 0L7 5.5858l5.2929-5.293c.3905-.3904 1.0237-.3904 1.4142 0 .3905.3906.3905 1.0238 0 1.4143L8.4142 7l5.2929 5.2929c.3905.3905.3905 1.0237 0 1.4142-.3905.3905-1.0237.3905-1.4142 0L7 8.4142l-5.2929 5.2929c-.3905.3905-1.0237.3905-1.4142 0-.3905-.3905-.3905-1.0237 0-1.4142L5.5858 7 .2928 1.7071C-.0975 1.3166-.0975.6834.2929.293Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-color: transparent !important;
  box-shadow: none !important;
  float: right;
}
