.cmp-resgallery {
  font-family: 'Amadeus Neue', Amadeus-Regular;
}
.cmp-resgallery__filters {
  position: absolute;
  margin-top: 8px;
  max-height: 0;
  width: 300px;
  z-index: 2;
  overflow: hidden;
  transition: max-height 400ms;
  background-color: #ffffff;
}
.cmp-resgallery__filters--active {
  max-height: 300px;
  height: auto;
  border: 1px solid #cccccc;
}
.cmp-resgallery__filters--sort {
  right: 6%;
  gap: 12px;
  max-height: 0;
  overflow: hidden;
  transition: all 400ms;
  list-style: none;
}
.cmp-resgallery__filters--sort--active {
  max-height: 300px;
  height: auto;
  border: 1px solid #cccccc;
  max-height: 220px;
  overflow-y: auto;
}
.cmp-resgallery__filters--sort-list {
  padding: 8px;
}
.cmp-resgallery__filters-options {
  display: flex;
  gap: 16px;
}
.cmp-resgallery__filters-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 24px;
  background-color: #ebf3ff;
  color: #000835;
}
.cmp-resgallery__filters-option span {
  margin: 0;
}
.cmp-resgallery__filters-option--active {
  background-color: #000835;
  color: #ffffff;
}
.cmp-resgallery__filters-option--active .coral3-Icon--custom_keyboard-down {
  transform: rotateZ(180deg);
}
.cmp-resgallery__filters-optionsort {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 24px;
  background-color: #ebf3ff;
  color: #000835;
}
.cmp-resgallery__filters-optionsort span {
  margin: 0;
}
.cmp-resgallery__filters-optionsort--active {
  background-color: #000835;
  color: #ffffff;
}
.cmp-resgallery__filters-optionsort--active .coral3-Icon--custom_keyboard-down {
  transform: rotateZ(180deg);
}
.cmp-resgallery__filters-count {
  display: none;
}
.cmp-resgallery__filters-count--active {
  display: inline;
  background-color: #000835;
  color: #ffffff;
  border-radius: 50%;
  width: 24px;
}
.cmp-resgallery__filters-reset {
  margin-right: auto;
  background-color: transparent;
  border: 0;
}
.cmp-resgallery__filters-reset:not(:disabled) {
  color: #0c66e1;
}
.cmp-resgallery__filters-option[data-toggle="industries topics resourceCategories"] {
  display: none;
}
.cmp-resgallery__filters-close {
  display: none;
}
.cmp-resgallery__filters-title {
  display: none;
}
.cmp-resgallery__filters-list {
  display: grid;
  gap: 12px;
  max-height: 0;
  padding: 0 8px;
  overflow: hidden;
  transition: all 400ms;
  list-style: none;
  margin: 0;
}
.cmp-resgallery__filters-list--active {
  padding: 8px;
  height: auto;
  max-height: 220px;
  overflow-y: auto;
}
.cmp-resgallery__filters-item {
  display: flex;
  gap: 16px;
}
.cmp-resgallery__filters-item input {
  width: 24px;
}
.cmp-resgallery__filters-buttons {
  border-top: 1px solid #cccccc;
  padding: 8px;
  display: flex;
  justify-content: space-between;
}
.cmp-resgallery__filters-clear {
  background-color: transparent;
  color: #0c66e1;
  border: 0;
}
.cmp-resgallery__filters-sort--active {
  background-color: #000835;
  color: #ffffff;
}
.cmp-resgallery__filters-sort--active .coral3-Icon--custom_keyboard-down {
  transform: rotateZ(180deg);
}
.cmp-resgallery__breadcrumb {
  margin: 40px 0;
}
.cmp-resgallery__breadcrumb--hidden {
  display: none;
}
.cmp-resgallery__breadcrumb span {
  font-weight: 700;
}
.cmp-resgallery__list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.cmp-resgallery__list--hidden {
  display: none;
}
.cmp-resgallery__list-item {
  list-style: none;
  background-color: #fafafa;
  height: 420px;
}
.cmp-resgallery__list-item--hidden {
  display: none;
}
.cmp-resgallery__card {
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cmp-resgallery__card-image img {
  height: 166px;
  width: 100%;
  object-fit: cover;
}
.cmp-resgallery__card-content {
  padding: 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cmp-resgallery__card-label {
  font-size: 13px;
  margin-bottom: 16px;
  color: #0c66e1;
}
.cmp-resgallery__card-title {
  font-family: 'Amadeus Neue', Amadeus-Medium;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1a1a1a;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 500;
}
.cmp-resgallery__card-description {
  font-size: 16px;
  color: #1a1a1a;
  display: none;
}
.cmp-resgallery__card-metadata {
  font-size: 16px;
  color: #666666;
  margin-top: auto;
}
.cmp-resgallery__card-author {
  display: none;
}
.cmp-resgallery__pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 4px;
}
.cmp-resgallery__pagination--hidden {
  display: none;
}
.cmp-resgallery__pagination-button--hidden {
  display: none;
}
.cmp-resgallery__pagination-back,
.cmp-resgallery__pagination-forward {
  background-color: transparent;
  border: 0;
  height: 40px;
  width: 40px;
}
.cmp-resgallery__pagination-back span,
.cmp-resgallery__pagination-forward span {
  display: grid;
  font-size: 24px;
}
.cmp-resgallery__pagination-container {
  overflow: hidden;
}
.cmp-resgallery__pagination-list {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 4px;
  list-style: none;
  max-width: 260px;
}
.cmp-resgallery__pagination-item--hidden {
  display: none;
}
.cmp-resgallery__pagination-button {
  height: 40px;
  width: 40px;
  text-decoration: none;
  color: #1a1a1a;
  place-content: center;
  display: grid;
  background-color: transparent;
  border: 0;
}
.cmp-resgallery__pagination-button--active {
  position: relative;
}
.cmp-resgallery__pagination-button--active::after {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  content: '';
  height: 3px;
  width: 100%;
  background-color: #0c66e1;
}
.cmp-resgallery__no-results {
  place-content: center;
  gap: 16px;
  margin-top: 64px;
  display: none;
}
.cmp-resgallery__no-results--active {
  display: grid;
}
.cmp-resgallery__no-results-icon {
  margin: 0 auto;
  font-size: 56px;
  color: #0c66e1;
}
.cmp-resgallery__no-results-title {
  font-size: 32px;
  text-align: center;
}
.cmp-resgallery__no-results-description {
  text-align: center;
  font-size: 18px;
}
.cmp-resgallery__no-results .cmp-resgallery__filters-reset {
  margin: auto;
}
@media (max-width: 991px) {
  .cmp-resgallery__filters {
    position: fixed;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 15;
    top: 0;
    left: 0;
    border-top: 0;
    max-height: unset;
    height: 100dvh;
    width: 0;
    margin: 0;
    transition: width 400ms;
  }
  .cmp-resgallery__filters--active {
    width: 360px;
  }
  .cmp-resgallery__filters--sort {
    position: fixed;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 15;
    top: 0;
    left: 0;
    border-top: 0;
    max-height: unset;
    height: 100dvh;
    width: 0;
    margin: 0;
    transition: width 400ms;
  }
  .cmp-resgallery__filters--sort--active {
    width: 360px;
  }
  .cmp-resgallery__filters--sort-list {
    padding: 0px 0px 8px 16px;
  }
  .cmp-resgallery__filters--sort-list-radio-one {
    padding-bottom: 8px;
  }
  .cmp-resgallery__filters-close {
    display: block;
    border-bottom: 1px solid #cccccc;
    min-height: 72px;
    display: flex;
    align-items: center;
  }
  .cmp-resgallery__filters-close button {
    background-color: transparent;
    border: 0;
    padding-left: 12px;
    height: 48px;
    width: 48px;
  }
  .cmp-resgallery__filters-close button span {
    color: #0c66e1;
    font-size: 32px;
  }
  .cmp-resgallery__filters-container {
    padding: 16px;
  }
  .cmp-resgallery__filters-list {
    background: unset;
    max-height: unset;
    padding: 0;
    gap: 16px;
  }
  .cmp-resgallery__filters div:has(.cmp-resgallery__filters-container) {
    overflow-y: auto;
  }
  .cmp-resgallery__filters-container:nth-of-type(1) {
    position: relative;
    padding-bottom: 24px;
  }
  .cmp-resgallery__filters-container:nth-of-type(1)::after {
    position: absolute;
    content: '';
    display: block;
    background-color: #cccccc;
    height: 1px;
    left: 16px;
    right: 16px;
    bottom: 0;
  }
  .cmp-resgallery__filters-container:nth-of-type(2) {
    padding-top: 24px;
  }
  .cmp-resgallery__filters-title {
    display: block;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 500;
  }
  .cmp-resgallery__filters-title-sort {
    margin-bottom: unset;
    padding-left: 16px;
  }
  .cmp-resgallery__filters-buttons {
    margin-top: auto;
    padding: 16px;
  }
  .cmp-resgallery__filters-buttons-sort {
    margin-top: unset;
  }
  .cmp-resgallery__filters-option {
    display: none;
  }
  .cmp-resgallery__filters-option[data-toggle="industries topics resourceCategories"] {
    display: flex;
  }
  .cmp-resgallery__list-item {
    grid-column-end: span 2;
    height: 195px;
  }
  .cmp-resgallery__card {
    flex-direction: row;
  }
  .cmp-resgallery__card-content {
    flex-basis: 66%;
  }
  .cmp-resgallery__card-image img {
    width: 116px;
    height: 100%;
  }
  .cmp-resgallery__no-results {
    margin-top: 48px;
  }
  .cmp-resgallery__no-results-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .cmp-resgallery__filters--active {
    width: 100%;
  }
  .cmp-resgallery__filters--sort--active {
    width: 100%;
  }
  .cmp-resgallery__list-item {
    grid-column-end: span 4;
    min-height: 130px;
    height: auto;
  }
  .cmp-resgallery__card {
    position: relative;
  }
  .cmp-resgallery__card-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 66%;
    min-width: 33%;
  }
  .cmp-resgallery__card-image img {
    width: 100%;
  }
  .cmp-resgallery__card-image + .cmp-resgallery__card-content {
    margin-left: 33%;
  }
  .cmp-resgallery__card-label {
    margin-bottom: 8px;
  }
  .cmp-resgallery__card-title {
    margin-bottom: 8px;
  }
  .cmp-resgallery__no-results {
    margin-top: 32px;
  }
  .cmp-resgallery__no-results-title {
    font-size: 24px;
  }
}

.cmp-resgallery.variable-grid .cmp-resgallery__list-item .cmp-resgallery__card-title {
  -webkit-line-clamp: 5;
  font-size: 18px;
}
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(1) {
  grid-column-end: span 4;
}
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(1) .cmp-resgallery__card-title {
  -webkit-line-clamp: 4;
  font-size: 32px;
}
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(1) .cmp-resgallery__card-description {
  display: unset;
  margin-bottom: 16px;
}
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2),
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) {
  grid-column-end: span 2;
}
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2)-title,
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7)-title {
  font-size: 24px;
}
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(1) .cmp-resgallery__card,
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2) .cmp-resgallery__card,
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) .cmp-resgallery__card {
  flex-direction: row;
}
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(1) .cmp-resgallery__card-image,
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2) .cmp-resgallery__card-image,
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) .cmp-resgallery__card-image {
  min-width: 50%;
  max-width: 50%;
}
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(1) .cmp-resgallery__card-image img,
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2) .cmp-resgallery__card-image img,
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) .cmp-resgallery__card-image img {
  height: 100%;
}
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(1) .cmp-resgallery__card-content,
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2) .cmp-resgallery__card-content,
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) .cmp-resgallery__card-content {
  padding: 16px 24px;
}
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(1) .cmp-resgallery__card-author,
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2) .cmp-resgallery__card-author,
.cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) .cmp-resgallery__card-author {
  display: unset;
}
@media (max-width: 991px) {
  .cmp-resgallery.variable-grid .cmp-resgallery__list {
    grid-auto-rows: 195px;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list .cmp-resgallery__card-label {
    margin-bottom: 8px;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list .cmp-resgallery__card-title {
    -webkit-line-clamp: 4;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(1) {
    height: 420px;
    grid-row-end: span 2;
    grid-column-end: span 4;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(1) .cmp-resgallery__card-title {
    -webkit-line-clamp: 5;
    font-size: 28px;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(1) .cmp-resgallery__card-description {
    display: none;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(1) .cmp-resgallery__card-image img {
    width: 100%;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2),
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) {
    height: 420px;
    grid-row-end: span 2;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2) .cmp-resgallery__card,
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) .cmp-resgallery__card {
    flex-direction: column;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2) .cmp-resgallery__card-title,
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) .cmp-resgallery__card-title {
    font-size: 20px;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2) .cmp-resgallery__card-image,
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) .cmp-resgallery__card-image {
    max-width: 100%;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2) .cmp-resgallery__card-image img,
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) .cmp-resgallery__card-image img {
    height: 195px;
    width: 100%;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2) .cmp-resgallery__card-content,
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) .cmp-resgallery__card-content {
    padding: 16px;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2) .cmp-resgallery__card-author,
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) .cmp-resgallery__card-author {
    display: none;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(6) {
    grid-column-start: 1;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) {
    grid-row-start: 5;
    grid-column-start: 3;
  }
}
@media (max-width: 767px) {
  .cmp-resgallery.variable-grid .cmp-resgallery__list {
    grid-auto-rows: unset;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item .cmp-resgallery__card-title {
    -webkit-line-clamp: 5;
    font-size: 14px;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item .cmp-resgallery__card-metadata {
    font-size: 14px;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(n) {
    grid-column: 1 / span 4;
    height: auto;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(1) .cmp-resgallery__card,
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2) .cmp-resgallery__card,
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) .cmp-resgallery__card {
    flex-direction: column;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(1) .cmp-resgallery__card-title,
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2) .cmp-resgallery__card-title,
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) .cmp-resgallery__card-title {
    -webkit-line-clamp: 4;
    font-size: 18px;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(1) .cmp-resgallery__card-image,
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2) .cmp-resgallery__card-image,
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) .cmp-resgallery__card-image {
    min-width: 100%;
    max-width: 100%;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(1) .cmp-resgallery__card-image img,
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2) .cmp-resgallery__card-image img,
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) .cmp-resgallery__card-image img {
    height: 166px;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(1) .cmp-resgallery__card-content,
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2) .cmp-resgallery__card-content,
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) .cmp-resgallery__card-content {
    margin-left: 0;
    margin-top: 166px;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(1) .cmp-resgallery__card-author,
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(2) .cmp-resgallery__card-author,
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) .cmp-resgallery__card-author {
    display: none;
  }
  .cmp-resgallery.variable-grid .cmp-resgallery__list-item:nth-child(7) {
    grid-row: unset;
  }
}

.resources-gallery_v2.product-card .cmp-resgallery__card-content::after {
  margin-left: auto;
  font-family: 'AmadeusIconFont';
  font-size: 24px;
  content: '\e944';
  color: #0c66e1;
}
.resources-gallery_v2.product-card .cmp-resgallery__card-description {
  display: block;
  font-size: 14px;
  color: #666666;
}
.resources-gallery_v2.product-card .cmp-resgallery__card:hover {
  background-color: #ebf3ff;
}
.resources-gallery_v2.product-card .cmp-resgallery__card:hover .cmp-resgallery__card-title {
  text-decoration: underline;
}
.resources-gallery_v2.product-card .cmp-resgallery__card:hover .cmp-resgallery__card-description {
  color: #1a1a1a;
}
@media (max-width: 991px) {
  .resources-gallery_v2.product-card .cmp-resgallery__list-item {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .resources-gallery_v2.product-card .cmp-resgallery__list-item {
    height: unset;
  }
}

