.resource-module-resource-dark-css {
  --background: #000000;
  --primary-font: white;
  --subtitle: #f2a945;
  --indicator-bg: transparent;
  --current-slide: rgba(255, 255, 255, 0.1);
  --current-slide--font: white;
  --indicator-font-color: white;
}
.resource-module-resource-light-css {
  --background: #f6f7f9;
  --primary-font: #1d1e1f;
  --subtitle: #30578d;
  --indicator-bg: rgba(29, 30, 31, 0.1);
  --current-slide: black;
  --current-slide--font: white;
  --indicator-font-color: #1D1E1F;
}
.resource-module {
  padding: 0;
  margin-left: -6.4vw;
  width: 100vw !important;
  background: var(--background);
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .resource-module {
    margin-left: -4.165vw;
  }
}
@media only screen and (min-width: 1200px) {
  .resource-module {
    margin-left: calc(100vw - 105.5vw);
  }
}
@media only screen and (min-width: 1280px) {
  .resource-module {
    margin-left: calc(calc(calc(102vw - 1180px) / 2) * -1);
  }
}
@media only screen and (min-width: 1680px) {
  .resource-module {
    margin-left: calc(calc(calc(102vw - 1400px) / 2) * -1);
  }
}
.resource-module--container {
  background: var(--background);
  border-radius: 40px;
  max-width: 87.2%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .resource-module--container {
    max-width: 91.67%;
  }
}
@media only screen and (min-width: 1280px) {
  .resource-module--container {
    max-width: 1180px;
  }
}
@media only screen and (min-width: 1680px) {
  .resource-module--container {
    max-width: 1400px;
  }
}
.resource-module--wrapper {
  color: var(--primary-font);
  min-height: 400px;
  height: 100%;
  padding: 40px 0px;
}
@media only screen and (min-width: 1280px) {
  .resource-module--wrapper {
    padding: 50px 0px;
  }
}
.resource-module--headline {
  grid-column: span 6;
}
@media only screen and (min-width: 1280px) {
  .resource-module--headline {
    grid-column: span 4;
  }
}
.resource-module--headline h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: -2px !important;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1280px) {
  .resource-module--headline h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
.resource-module--headline p.large-text {
  line-height: 32px;
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 1280px) {
  .resource-module--headline p.large-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.resource-module__grid {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .resource-module__grid {
    column-gap: 4.0625rem;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
    row-gap: 3.3125rem;
    grid-column: 7 / span 6;
  }
  .resource-module__grid .resource-module__slide {
    grid-column: span 3;
  }
}
.resource-module__carousel {
  display: block;
  grid-column: span 6;
  transform: none !important;
}
@media only screen and (min-width: 768px) {
  .resource-module__carousel {
    grid-column: span 8;
  }
}
@media only screen and (min-width: 1280px) {
  .resource-module__carousel {
    display: none;
  }
}
.resource-module__carousel button {
  cursor: pointer;
  color: var(--primary-font);
}
.resource-module__carousel .resource-module__track-container > .resource-module__track {
  -ms-overflow-style: none;
  /* IE and Edge */
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  list-style: none;
  min-height: 150px;
  overflow: scroll;
  overscroll-behavior-x: contain;
  padding-left: 0;
  position: relative;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  /* Firefox */
  transition: transform 250ms ease-in;
  width: 100vw;
  margin: 0;
}
.resource-module__carousel .resource-module__track-container > .resource-module__track::-webkit-scrollbar {
  display: none;
}
.resource-module__nav--container,
.resource-module__nav {
  display: flex;
  justify-content: center;
  grid-column: span 6;
}
@media only screen and (min-width: 768px) {
  .resource-module__nav--container,
  .resource-module__nav {
    grid-column: span 8;
  }
}
@media only screen and (min-width: 1280px) {
  .resource-module__nav--container,
  .resource-module__nav {
    display: none;
  }
}
.resource-module__nav--container {
  margin-top: 5.125rem;
}
.resource-module__nav--container button {
  padding: 10px 15px;
}
.resource-module__nav--container button.resource-module__button--left svg#icon-arrow-white-left {
  transform: rotate(180deg);
}
.resource-module__nav--container button svg {
  fill: var(--primary-font);
  width: 8px;
  height: 13px;
}
@media (min-width: 376px) {
  .resource-module__nav {
    margin: 0 2.5rem;
  }
}
.resource-module__nav .resource-module__indicator {
  border-radius: 5px;
  justify-content: center;
  font-size: 0.875rem;
  margin-right: 4px;
  font-weight: 500;
  line-height: 1rem;
  transition: background-color 250ms;
  background: var(--indicator-bg);
  color: var(--indicator-font-color);
}
.resource-module__nav .resource-module__indicator--current {
  background: var(--current-slide);
  color: var(--current-slide--font);
}
.resource-module__slide {
  min-width: 80%;
  scroll-snap-align: start;
}
@media only screen and (min-width: 768px) {
  .resource-module__slide {
    min-width: 40%;
  }
}
.resource-module__slide a:hover .resource-module--title::after {
  transform: rotate(0deg);
  content: url("../../../../clientlibs/clientlib-site/resources/icons/Keysight_Arrow_Red_Hover.svg");
}
.resource-module__slide .resource-module--subtitle {
  color: var(--subtitle);
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media only screen and (min-width: 1280px) {
  .resource-module__slide .resource-module--subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.resource-module__slide .resource-module--title {
  color: var(--primary-font);
  display: flex;
}
.resource-module__slide .resource-module--title h3 {
  flex: 19;
  font-size: 1.125rem;
  letter-spacing: -1px !important;
  line-height: 1.5rem;
}
@media only screen and (min-width: 1280px) {
  .resource-module__slide .resource-module--title h3 {
    font-size: 1.6875rem;
    line-height: 2.25rem;
  }
}
.resource-module__slide .resource-module--title::after {
  content: url("../../../../clientlibs/clientlib-site/resources/icons/Keysight_Arrow_Red_Default.svg");
  flex: 1;
  height: 20px;
  margin-left: 10px;
  transform: rotate(-45deg);
  transition: all 0.1s ease-in-out;
  width: 20px;
}
