.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-hero-section {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 6.375rem;
  padding-bottom: 1.625rem;
}
@media (min-width: 768px) {
  .hub-and-spoke-hero-section {
    padding-top: 5.25rem;
    padding-bottom: 2.625rem;
  }
}
.hub-and-spoke-hero-section .grid-container {
  height: auto;
}
.hub-and-spoke-hero-section .grid-container .hero-component {
  grid-column: 1/span 4;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .hub-and-spoke-hero-section .grid-container .hero-component {
    grid-column: 1/span calc(var(--grid-content-base-tablet-span) + 3);
  }
}
@media (min-width: 1440px) {
  .hub-and-spoke-hero-section .grid-container .hero-component {
    grid-column: var(--grid-content-start-on-desktop)/span calc(var(--grid-content-base-desktop-span) + 4);
  }
}
@media (min-width: 768px) {
  .hub-and-spoke-hero-section .grid-container .hero-component {
    flex-direction: row;
    align-items: flex-start;
  }
}
.hub-and-spoke-hero-section .grid-container .hero-component .hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  flex-shrink: 0;
  width: 100%;
  padding-top: 8%;
  color: #FFF;
}
@media (min-width: 768px) {
  .hub-and-spoke-hero-section .grid-container .hero-component .hero-left {
    width: 50%;
  }
}
.hub-and-spoke-hero-section .grid-container .hero-component .hero-left .hero-unibrow-text {
  font-family: proxima-nova, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media (min-width: 1024px) {
  .hub-and-spoke-hero-section .grid-container .hero-component .hero-left .hero-unibrow-text {
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
  }
}
.hub-and-spoke-hero-section .grid-container .hero-component .hero-left .hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}
.hub-and-spoke-hero-section .grid-container .hero-component .hero-left .hero-content .hero-title {
  font-family: proxima-nova, sans-serif;
  font-size: 2.125rem !important;
  font-style: normal;
  font-weight: 700;
  line-height: 2.625rem !important;
  letter-spacing: -0.25px;
}
@media (min-width: 1024px) {
  .hub-and-spoke-hero-section .grid-container .hero-component .hero-left .hero-content .hero-title {
    font-size: 3rem !important;
    font-style: normal;
    font-weight: 700;
    line-height: 3.5rem !important;
    letter-spacing: -0.25px;
  }
}
.hub-and-spoke-hero-section .grid-container .hero-component .hero-left .hero-content .hero-default {
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.hub-and-spoke-hero-section .grid-container .hero-component .hero-left .hero-content .sub-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hub-and-spoke-hero-section .grid-container .hero-component .hero-left .hero-content .sub-content .avatar {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
}
.hub-and-spoke-hero-section .grid-container .hero-component .hero-left .hero-content .sub-content .avatar-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.hub-and-spoke-hero-section .grid-container .hero-component .hero-left .hero-content .sub-content .avatar-content .avatar-default {
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
}
.hub-and-spoke-hero-section .grid-container .hero-component .hero-left .hero-content .sub-content .avatar-content .avatar-sub {
  font-family: proxima-nova, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.hub-and-spoke-hero-section .grid-container .hero-component .hero-right {
  margin-top: 1.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .hub-and-spoke-hero-section .grid-container .hero-component .hero-right {
    margin-top: 0rem;
    margin-left: auto;
    margin-right: 0;
  }
}
.hub-and-spoke-hero-section .grid-container .hero-component .hero-right .hero-image-quote {
  display: flex;
  display: none;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  border-radius: 10px;
  background: #3053FF;
  color: white;
}
.hub-and-spoke-hero-section .grid-container .hero-component .hero-right .hero-image {
  display: none;
}
@media (min-width: 768px) {
  .hub-and-spoke-hero-section .grid-container .hero-component .hero-right .hero-image {
    display: block;
  }
}
.hub-and-spoke-hero-section .grid-container .hero-component .hero-right .hero-image-mobile {
  display: block;
}
@media (min-width: 768px) {
  .hub-and-spoke-hero-section .grid-container .hero-component .hero-right .hero-image-mobile {
    display: none;
  }
}
.hub-and-spoke-hero-section .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: linear-gradient(180deg, #000935 0%, #001A9B 100%), linear-gradient(0deg, #CCE9FF 43.59%, #67BDFF 100%);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media (min-width: 1440px) {
  .hub-and-spoke-hero-section .hero-background {
    background: linear-gradient(180deg, #000935 0%, #001A9B 100%), linear-gradient(0deg, #CCE9FF 43.59%, #67BDFF 100%), linear-gradient(180deg, #000935 0%, #001A9B 100%), linear-gradient(0deg, #CCE9FF 43.59%, #67BDFF 100%);
  }
}