.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  height: 100%;
  max-width: 1068px;
}
@media (min-width: 768px) {
  .grid-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 2.125rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    width: calc(100% - 2.5rem);
  }
}
@media (min-width: 1024px) {
  .grid-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 2rem;
    margin-left: 3rem;
    margin-right: 3rem;
    width: calc(100% - 6rem);
  }
}
@media (min-width: 1440px) {
  .grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 1288px;
  }
}

.spoke-grid {
  grid-column: 1/span 4;
}
@media (min-width: 768px) {
  .spoke-grid {
    grid-column: 1/span calc(var(--grid-content-base-tablet-span) + 3);
  }
}
@media (min-width: 1440px) {
  .spoke-grid {
    grid-column: var(--grid-content-start-on-desktop)/span calc(var(--grid-content-base-desktop-span) + 4);
  }
}
.spoke-grid .grid-container {
  --grid-content-base-desktop-span: 4;
}

.hub-and-spoke-guide-overview-section {
  padding-bottom: 4rem;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .hub-and-spoke-guide-overview-section {
    padding-bottom: 7.5rem;
  }
}
.hub-and-spoke-guide-overview-section .grid-container .guide-overview-component {
  grid-column: 1/span 4;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .hub-and-spoke-guide-overview-section .grid-container .guide-overview-component {
    grid-column: 1/span calc(var(--grid-content-base-tablet-span) + 3);
  }
}
@media (min-width: 1440px) {
  .hub-and-spoke-guide-overview-section .grid-container .guide-overview-component {
    grid-column: var(--grid-content-start-on-desktop)/span calc(var(--grid-content-base-desktop-span) + 4);
  }
}
@media (min-width: 1024px) {
  .hub-and-spoke-guide-overview-section .grid-container .guide-overview-component {
    flex-direction: row;
    gap: 0rem;
  }
}
.hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .section-title {
  font-family: proxima-nova, sans-serif;
  font-size: 1.75rem !important;
  line-height: normal !important;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.25px;
  text-align: center;
  padding-bottom: 2.5rem;
  text-align: left;
}
@media (min-width: 1024px) {
  .hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .section-title {
    font-size: 2rem !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal !important;
    letter-spacing: -0.25px;
  }
  .hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .section-title {
    width: 70%;
  }
}
.hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .left-side {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .left-side {
    width: 30%;
  }
}
.hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .left-side .card-content .section-title {
  font-family: proxima-nova, sans-serif;
  font-size: 1.75rem !important;
  line-height: normal !important;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.25px;
  text-align: center;
  text-align: left;
  padding-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .left-side .card-content .section-title {
    font-size: 2rem !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal !important;
    letter-spacing: -0.25px;
  }
  .hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .left-side .card-content .section-title {
    padding-bottom: 1rem;
  }
}
.hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .left-side .card-content .section-description {
  color: #5E5E5E;
  font-family: proxima-nova;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .left-side .card-cta {
  display: none;
}
@media (min-width: 1024px) {
  .hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .left-side .card-cta {
    display: flex;
    flex-direction: row;
    padding: 0.875rem 1.375rem;
    gap: 1rem;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
    box-shadow: 0px 1px 4.27px 0px rgba(0, 0, 0, 0.11);
    margin-top: auto;
    margin-bottom: auto;
    max-width: 272px;
  }
}
.hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .left-side .card-cta .cta-image img {
  width: 26px;
  height: 26px;
}
.hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .left-side .card-cta .cta-content .cta-title {
  color: #3053FF;
  font-family: proxima-nova;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .left-side .card-cta .cta-content .cta-description {
  color: #727272;
  font-family: proxima-nova;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
}
.hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .right-side {
  width: 100%;
}
@media (min-width: 1024px) {
  .hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .right-side {
    width: 60%;
  }
}
.hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .right-side .category-cards-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .right-side .category-cards-list .category-list-item .list-item-link {
  padding: 1.75rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  border-radius: 12px;
  border: 1px solid #EFEFEF;
  background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
  box-shadow: 0px 1px 4.27px 0px rgba(0, 0, 0, 0.08);
}
.hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .right-side .category-cards-list .category-list-item .list-item-link:hover, .hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .right-side .category-cards-list .category-list-item .list-item-link:active {
  border-radius: 12px;
  border: 1px solid #3053FF;
  background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
.hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .right-side .category-cards-list .category-list-item .list-item-link .card-image {
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(0deg, #E7F5FF 0%, #C0E4FF 100%);
  width: 40px;
  height: 40px;
}
.hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .right-side .category-cards-list .category-list-item .list-item-link .card-image img {
  width: 20px;
  height: 20px;
}
@media (min-width: 1024px) {
  .hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .right-side .category-cards-list .category-list-item .list-item-link .card-image {
    padding: 1.25rem;
    width: 80px;
    height: 80px;
  }
  .hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .right-side .category-cards-list .category-list-item .list-item-link .card-image img {
    width: 42px;
    height: 42px;
  }
}
.hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .right-side .category-cards-list .category-list-item .list-item-link .card-content .card-title {
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.25px;
}
@media (min-width: 1024px) {
  .hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .right-side .category-cards-list .category-list-item .list-item-link .card-content .card-title {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.25px;
  }
}
.hub-and-spoke-guide-overview-section .grid-container .guide-overview-component .right-side .category-cards-list .category-list-item .list-item-link .card-content .card-description {
  color: #5E5E5E;
  font-family: proxima-nova;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}