.column-control {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .column-control .columnWidth-50 {
    grid-column: span 12;
  }
}
.all-resources-container {
  padding: 50px 0 0;
}
@media only screen and (min-width: 1280px) {
  .all-resources-container {
    padding: 0;
    margin-right: 60px;
  }
}
.all-resources-container h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 1.8125rem;
}
@media only screen and (min-width: 1280px) {
  .all-resources-container h2 {
    margin-top: 75px;
  }
}
.all-resources-container p {
  line-height: 1.5rem;
  font-weight: 400;
}
.all-resources-container .dtxLink {
  font-weight: 600;
}
.all-resources-container .dtxLink:hover {
  border: 0;
}
.all-resources-container .dtxLink svg path {
  fill: #e90029;
}
.all-resources-container .tags-container {
  display: flex;
  flex-wrap: wrap;
  margin: 48px 0;
  gap: 16px;
}
@media only screen and (min-width: 1280px) {
  .all-resources-container .tags-container {
    margin: 64px 0;
  }
}
.all-resources-container .tags-container.add-gradient::after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  width: 40px;
  height: 56px;
  background-image: linear-gradient(to left, #000000 25%, transparent);
}
.all-resources-container .tags-container.add-gradient.hide-gradient::after {
  display: none;
}
.all-resources-container .tags-container .prev-button {
  left: 0;
  width: 56px;
  height: 56px;
  background-image: linear-gradient(to right, #000000 40%, transparent);
}
.all-resources-container .tags-container .prev-button i {
  position: relative;
}
.all-resources-container .tags-container .prev-button,
.all-resources-container .tags-container .next-button {
  z-index: 10;
  position: absolute;
  border: 0;
}
.all-resources-container .tags-container .prev-button.hide,
.all-resources-container .tags-container .next-button.hide {
  display: none;
}
.all-resources-container .tags-container .prev-button i,
.all-resources-container .tags-container .next-button i {
  color: #ffffff;
}
.all-resources-container .tags-container .prev-button {
  left: -10px;
}
.all-resources-container .tags-container .next-button {
  right: 10px;
  margin-top: 15px;
  outline: 0;
}
@media (max-width: 1200px) {
  .all-resources-container .tags-container {
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    max-width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .all-resources-container .tags-container::-webkit-scrollbar {
    display: none;
  }
}
.all-resources-container .tags-container .tag {
  background: transparent;
  border-radius: 999px;
  color: var(--global-text);
  display: inline-block;
  padding: 16px 24px;
  border: 1px solid #80919f;
  display: flex;
  gap: 10px;
  align-items: center;
  height: 56px;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .all-resources-container .tags-container .tag {
    flex: none;
  }
}
.all-resources-container .tags-container .tag:hover,
.all-resources-container .tags-container .tag.active {
  background: #30578d;
  border-color: transparent;
}
.all-resources-container .tags-container .tag:hover svg,
.all-resources-container .tags-container .tag.active svg {
  width: 24px;
  height: 24px;
}
.all-resources-container .tags-container .tag:hover svg path,
.all-resources-container .tags-container .tag.active svg path {
  fill: #ffffff;
}
.all-resources-container .tags-container .tag:hover span,
.all-resources-container .tags-container .tag.active span {
  color: #ffffff;
}
.all-resources-container .tags-container svg {
  width: 24px;
  height: 24px;
}
.all-resources-container .tags-container svg path {
  fill: #262626;
}
.dark .all-resources-container .tags-container svg path {
  fill: #ffffff;
}
.dark .all-resources-container .tags-container .tag:hover,
.dark .all-resources-container .tags-container .tag.active {
  background: #30578d;
  border-color: transparent;
}
.dark .all-resources-container .tags-container .tag:hover svg path,
.dark .all-resources-container .tags-container .tag.active svg path {
  fill: #ffffff;
}
.dark .all-resources-container .tags-container .tag:hover span,
.dark .all-resources-container .tags-container .tag.active span {
  color: #ffffff;
}
.dark .all-resources-container:has(.eyebrow) {
  margin-top: 160px;
}
@media only screen and (max-width: 1024px) {
  .dark .all-resources-container:has(.eyebrow) {
    margin-top: 0;
    padding-top: 0;
  }
}
.dark .all-resources-container:has(.eyebrow) h2,
.dark .all-resources-container:has(.eyebrow) h3,
.dark .all-resources-container:has(.eyebrow) h4 {
  margin-top: 0;
}
.dark .all-resources-container:has(.eyebrow) .eyebrow {
  font-weight: 700;
  font-size: 14px;
}
.bg-slate-50 .carousel--grid_wrapper.carouselVertical .slick-dots li.slick-active {
  border-color: #121517;
}
.bg-slate-50 .carousel--grid_wrapper.carouselVertical .slick-dots li.slick-active button {
  color: #121517;
}
.bg-slate-50 .carouselVertical .carousel-grid-card .slick-active .generic-tile-wrapper {
  border-color: #D9D9D6;
  border-width: 2px;
}
.bg-slate-50 .learn-multimedia .generic-tile-wrapper .generic-tile-content-wrapper {
  background: transparent;
}
.bg-slate-50 .learn-multimedia .generic-tile-wrapper img::after {
  background: linear-gradient(180deg, #ffffff 0%, #edecee 42%, #ffffff 100%);
}
.bg-slate-50 .all-resources-container:has(.eyebrow) {
  margin-top: 160px;
}
@media only screen and (max-width: 1024px) {
  .bg-slate-50 .all-resources-container:has(.eyebrow) {
    margin-top: 0;
    padding-top: 0;
  }
}
.bg-slate-50 .all-resources-container:has(.eyebrow) h2,
.bg-slate-50 .all-resources-container:has(.eyebrow) h3,
.bg-slate-50 .all-resources-container:has(.eyebrow) h4 {
  margin-top: 0;
}
.bg-slate-50 .all-resources-container:has(.eyebrow) .eyebrow {
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bg-slate-50 .all-resources-container:has(.eyebrow) .all-resource-cta {
    margin-bottom: 24px;
  }
}
.bg-slate-50 .all-resources-container:has(.eyebrow) .all-resource-cta a:not(.arrow-plus-cta) {
  width: max-content;
  padding-left: 2.5rem;
  background: #e90029;
}
.bg-slate-50 .all-resources-container:has(.eyebrow) .all-resource-cta a:not(.arrow-plus-cta) span {
  color: #ffffff;
}
.bg-slate-50 .all-resources-container:has(.eyebrow) .all-resource-cta a:not(.arrow-plus-cta):hover {
  background: #d80026;
}
.bg-slate-50 .all-resources-container:has(.eyebrow) .all-resource-cta a.arrow-plus-cta {
  padding-left: 0;
  background: none;
}
.bg-slate-50 .all-resources-container:has(.eyebrow) .all-resource-cta a.arrow-plus-cta span {
  color: #000000;
}
@media (max-width: 1024px) {
  .bg-slate-50 .carousel-grid .carousel--grid_wrapper.carouselVertical .slick-dots button {
    color: #666;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .dark .all-resources-container:has(.eyebrow) .all-resource-cta {
    margin-bottom: 24px;
  }
}
.dark .all-resources-container:has(.eyebrow) .all-resource-cta a {
  width: max-content;
  padding-left: 2.5rem;
  background: #ffffff;
}
.dark .all-resources-container:has(.eyebrow) .all-resource-cta a span {
  color: #000000;
}
.dark .all-resources-container:has(.eyebrow) .all-resource-cta a.arrow-plus-cta {
  padding-left: 0;
  background: none;
}
.dark .all-resources-container:has(.eyebrow) .all-resource-cta a.arrow-plus-cta span {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .carousel-grid .carousel--grid_wrapper.carouselVertical .dtx_column_control_wrapper {
    margin-left: 0;
    max-width: 100%;
  }
}
