:root {
  --cybrey-purple: #5f2ff7;
  --cybrey-ink: #1f2430;
  --cybrey-muted: #6b7382;
}

* {
  box-sizing: border-box;
}
.btn_02 {
  margin-top: 7.41vh !important;
}
.cybrey-page {
  background: #ffffff;
  color: var(--cybrey-ink);
  overflow: hidden;
}
.btnfr {
  margin-top: 0px !important;
}
.btn_01 .wraph_in {
  border-top: none !important;
}
.cybrey-section {
  width: 100%;
}

.cybrey-shell {
  width: min(1400px, calc(100% - 25vw));
  margin: 0 auto;
}

.cybrey-shell-max {
  width: 100%;
  margin: 0 auto;
}

.cybrey-section-head {
  margin-bottom: 16px;
}

.cybrey-section-title {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.cybrey-advertisement .advertisement-info-btn.cybrey-banner-btn {
  background: #6d39e5 !important;
  border-color: #6d39e5 !important;
  color: #ffffff !important;
}

.cybrey-advertisement .advertisement-info-btn.cybrey-banner-btn:hover {
  background: #8e5fff !important;
  border-color: #8e5fff !important;
}

.cybrey-advertisement .swiper-pagination-bullet-active {
  background: #6d39e5 !important;
}

.cybrey-advertisement .slide-prev::after,
.cybrey-advertisement .slide-next::after {
  color: #6d39e5;
}

.cybrey-advertisement .advertisement-info {
  position: relative;
}

.cybrey-advertisement .advertisement-info picture,
.cybrey-advertisement .advertisement-info img {
  display: block;
  width: 100%;
}

.cybrey-advertisement .advertisement-info-text {
  width: 50%;
}

.cybrey-advertisement .advertisement-info-text h2,
.cybrey-advertisement .advertisement-info-text p,
.cybrey-advertisement .advertisement-info-btn.cybrey-banner-btn {
  opacity: 1;
  animation: none;
}
.cybrey-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  height: 46px;
  margin-top: 28px;
  padding: 0 24px;
  border-radius: 26px;
  background: linear-gradient(92deg, var(--cybrey-purple) 0%, #7a4dff 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.cybrey-btn:hover {
  color: #ffffff;
  background: #8E5FFF !important;
}

.cybrey-matrix {
  padding: 0px 0 60px;
}

.cybrey-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  width: fit-content;
  margin: 16px auto 60px;
  padding: 2px;
  border-radius: 999px;
  background: #f5f7fa;
}

.cybrey-tab {
  height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 24px;
  background: transparent;
  color: #565b66;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cybrey-tab.active {
  background: #6d39e5;
  color: #ffffff;
  font-weight: 500;
}

.cybrey-matrix-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1400 / 676;
  margin: 60px auto;
  overflow: hidden;
}

.cybrey-matrix-screen {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transform-origin: center;
  transition: opacity 0.18s ease;
}

.cybrey-matrix-screen.is-active {
  opacity: 1;
}

.cybrey-products {
  padding: 0 0 80px;
}

.cybrey-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 25px;
  width: 100%;
  margin: 60px auto 0;
}

.cybrey-card {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  transition: transform 0.2s ease;
}



.cybrey-card-media {
  overflow: hidden;
  background: #eceef2;
  /* aspect-ratio: 285 / 130; */
}

.cybrey-card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: auto;
  transition: transform 0.35s ease;
}

.cybrey-card:hover .cybrey-card-image {
  transform: scale(1.05);
}

/* .cybrey-card.featured .cybrey-card-image {
  border-color: #8b4cff;
} */

.cybrey-card h3,
.cybrey-solution-card h3 {
  margin: 16px 0 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.cybrey-title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.cybrey-card h3 {
  color: #1a1e26;
}

.cybrey-card h3 .cybrey-title-link:hover {
  color: #6d39e5;
}

/* .cybrey-solution-card h3 .cybrey-title-link:hover {
  color: #b394ff;
} */

.cybrey-card p,
.cybrey-solution-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.cybrey-card p {
  min-height: 72px;
  color: #565b66;
}

.cybrey-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 24px;
  margin: 16px 0 0;
  color: #6D39E5;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease;
}
.dark-color {
  color: #B394FF;
}
.dark-color:hover {
  color: #B394FF;
}
.cybrey-link:hover {
  color: #a88bff;
}

.cybrey-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 14' fill='none'%3E%3Cpath d='M2 2.5L6.5 7L2 11.5' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 14' fill='none'%3E%3Cpath d='M2 2.5L6.5 7L2 11.5' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform 0.2s ease;
}

.cybrey-link:hover::after {
  transform: translateX(6px);
}

.cybrey-solutions {
  position: relative;
  padding: 80px 0;
  background: #1A1E26;
}


.cybrey-solutions .cybrey-section-head,
.cybrey-solutions .cybrey-solutions-grid {
  position: relative;
  z-index: 1;
}

.cybrey-solutions .cybrey-section-head {
  margin-bottom: 60px;
}

.cybrey-solutions .cybrey-section-title,
.cybrey-solution-card h3 {
  color: #ffffff;
}

.cybrey-solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 25px;
}

.cybrey-solution-card {
  /* max-height: 206px; */
  padding: 0 16px;
  border-radius: 4px;
  background: #232933; /* 正常背景 */
  border: 1px solid #232933; /* 关键修复：用同色边框代替透明，不跳动、不发黑 */
}
.cybrey-solution-card:hover {
 background: linear-gradient(99.29deg, rgba(109, 57, 229, 0.1) 0%, rgba(0, 145, 255, 0.1) 100%);


  border: 1px solid;
  border-image: linear-gradient(180deg, #232A37 0%, #8C5FFF 100%) 1;
  /* 修复圆角兼容（可选，更美观） */
  border-radius: 4px;
}
.cybrey-solution-card p {
  min-height: 96px;
  color: #b5bbc7;
}

.cybrey-solution-card .cybrey-link {
  margin: 16px 0;
}

.cybrey-trusted {
  padding: 120px 0 120px;
}

.cybrey-industry-tabs {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #dfe3ea;
}

.cybrey-industry-tabs button {
  padding: 0 22px 12px;
  border: 0;
  border-bottom: 2px solid #E3E5E6;
  margin-bottom: -2px;
  background: transparent;
  color: #6f7785;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  box-sizing: border-box;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.cybrey-industry-tabs button.active {
  color: #6d39e5;
  border-bottom: 2px solid #6b38ff;
}

.cybrey-logo-grid {
  width: min(1400px, 100%);
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 74px;
}

.cybrey-logo-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 62px;
}

.cybrey-logo-item {
  --logo-scale: 1;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.cybrey-logo-mark {
  display: inline-flex;
  width: auto;
  height: calc(var(--logo-height, 40px) * var(--logo-scale));
  align-items: center;
  justify-content: center;
}

.cybrey-logo-mark img {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.cybrey-logo-item.is-disabled {
  filter: grayscale(100%);
  opacity: 0.2;
}

.cybrey-logo-item.is-last-row-first {
  margin-left: auto;
}

.cybrey-logo-item.is-last-row-last {
  margin-right: auto;
}


@media screen and (max-width: 1439px) {
  .cybrey-logo-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
    gap: 70px 72px;
  }

  .cybrey-logo-row {
    display: contents;
  }

  .cybrey-logo-item {
      --logo-height: 32px;
    --logo-scale: 1;
    width: auto;
    height: auto;
  }
}

.cybrey-connect {
  /* padding: 0 0 26px; */
  background-image: url(../RJ-img/bg.svg);
  width: 100%;
  background-size: cover;

}

.cybrey-connect .cybrey-shell {
  width: min(1400px, calc(100% - 80px));
}

.cybrey-connect-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 700px;
  column-gap: clamp(24px, 4vw, 72px);
  align-items: center;
  justify-content: space-between;
  padding: 80px 0px;

}

.cybrey-connect-copy {
  display: flex;
  align-items: center;
  min-height: auto;
  min-width: 0;
}

.cybrey-connect-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 150%;
  color: #ffffff;
  width: auto;
}

.cybrey-connect-content {
  display: grid;
  grid-template-columns: 340px 340px;
  gap: 20px;
  align-items: stretch;
  width: 700px;
  max-width: 700px;
  min-width: 0;
  justify-self: end;
}

.cybrey-connect-actions {
  display: grid;
  grid-template-columns: repeat(2, 160px);
  grid-template-rows: repeat(2, 160px);
  gap: 20px;
  min-width: 0;
}

.cybrey-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-width: 0;
  min-height: 160px;
  height: 160px;
  padding: 14px;
  background: rgba(241, 243, 245, 0.10);
  color: #f6f7ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.cybrey-action--sales {
  --cybrey-action-icon-default: url("https://eo-sgp-cos.ruijie.com/site_style/cybrey/RJ-img/contact-sales-hover.svg");
  --cybrey-action-icon-hover: url("https://eo-sgp-cos.ruijie.com/site_style/cybrey/RJ-img/contact-sales.svg");
}

.cybrey-action--documentation {
  --cybrey-action-icon-default: url("https://eo-sgp-cos.ruijie.com/site_style/cybrey/RJ-img/documentation-hover.svg");
  --cybrey-action-icon-hover: url("https://eo-sgp-cos.ruijie.com/site_style/cybrey/RJ-img/documentation.svg");
}

.cybrey-action--office {
  --cybrey-action-icon-default: url("https://eo-sgp-cos.ruijie.com/site_style/cybrey/RJ-img/global-office-hover.svg");
  --cybrey-action-icon-hover: url("https://eo-sgp-cos.ruijie.com/site_style/cybrey/RJ-img/global-office.svg");
}

.cybrey-action--support {
  --cybrey-action-icon-default: url("https://eo-sgp-cos.ruijie.com/site_style/cybrey/RJ-img/support-live-chat-hover.svg");
  --cybrey-action-icon-hover: url("https://eo-sgp-cos.ruijie.com/site_style/cybrey/RJ-img/support-live-chat.svg");
}

.cybrey-action span:last-child {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  transition: font-weight 0.2s ease;
}

.cybrey-action:hover {
  background: #ffffff;
  color: #6D39E5;
}

.cybrey-action:hover span:last-child {
  font-weight: 700;
}

.cybrey-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 1;
  flex: 0 0 50px;
}

.cybrey-action-icon::before,
.cybrey-action-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.2s ease;
}

.cybrey-action-icon::before {
  background-image: var(--cybrey-action-icon-default);
  opacity: 1;
}

.cybrey-action-icon::after {
  background-image: var(--cybrey-action-icon-hover);
  opacity: 0;
}

.cybrey-action:hover .cybrey-action-icon {
  background-position: center;
}

.cybrey-action:hover .cybrey-action-icon::before {
  opacity: 0;
}

.cybrey-action:hover .cybrey-action-icon::after {
  opacity: 1;
}

.cybrey-connect-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.cybrey-connect-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1440px) {
  .cybrey-shell {
    width: 90%;
  }
  .cybrey-matrix-stage { 
    height: auto;
  }
  .cybrey-connect-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 1200px) {
  .cybrey-products-grid,
  .cybrey-solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cybrey-logo-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
    gap: 65px 80px;
  }

  .cybrey-logo-row {
    display: contents;
  }

  .cybrey-logo-item {
      --logo-height: 28px;
    --logo-scale: 1;
    width: auto;
    height: auto;
  }

  .cybrey-connect-panel {
    grid-template-columns: minmax(0, 1fr) 624px;
    column-gap: clamp(20px, 2.6vw, 36px);
    padding: 56px 0;
  }

  .cybrey-connect-content {
    width: 624px;
    max-width: 624px;
    grid-template-columns: 300px 304px;
    gap: 20px;
  }

  .cybrey-connect-title {
    font-size: 28px;
    width: 290px;
  }

  .cybrey-connect-copy {
    min-height: auto;
  }

  .cybrey-connect-actions {
    gap: 20px;
    grid-template-columns: repeat(2, 140px);
    grid-template-rows: repeat(2, 140px);
  }

  .cybrey-action {
    min-height: 140px;
    height: 140px;
    padding: 14px;
  }

  .cybrey-connect-figure {
    max-width: 300px;
  }
  .cybrey-industry-tabs button {
    font-size: 14px;
  }
  .cybrey-advertisement .advertisement-info-text {
    width: 100%;
  }
   .advertisement-section {
    margin-bottom: 60px;
    background-color: rgba(245, 247, 250, 1);
  }
}
@media screen and (max-width: 990px) {
  .cybrey-connect .cybrey-shell {
    width: 100%;
  }

  .cybrey-industry-tabs button {
    font-size: 12px;
    padding: 0 14px 12px;
  }

  .cybrey-connect {
    padding-bottom: 0;
    background: #f0f4fb;
  }

  .cybrey-connect-panel {
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 40px 20px;
   background-image: url(../RJ-img/m-bg.svg);
  }

  .cybrey-connect-copy {
    min-height: auto;
    align-items: flex-start;
  }

  .cybrey-connect-title {
    margin: 0;
    width: auto;
    max-width: 100%;
    font-size: 24px;
    line-height: 1.5;
  }

  .cybrey-connect-content {
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 0;
    max-width: initial;
  }

  .cybrey-connect-actions {
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 24px;
  }
.h5width-100 {
  width: 100% !important;
}
  .cybrey-action {
    min-width: 0;
    width: 100%;
    min-height: 90px;
    height: 90px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 0 12px 0 20px;
    background: rgba(241, 243, 245, 0.12);
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
    text-align: left;
  }

  .cybrey-action span:last-child {
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
  }

  .cybrey-action.active {
    color: #f6f7ff;
    border-color: rgba(149, 167, 236, 0.35);
    background: linear-gradient(90deg, rgba(63, 108, 255, 0.72) 0%, rgba(54, 99, 233, 0.58) 100%);
  }

  .cybrey-action-icon {
    width: 50px;
    height: 50px;
  }

  .cybrey-action:hover {
    background: rgba(241, 243, 245, 0.12);
    color: #ffffff;
  }

  .cybrey-action:hover span:last-child {
    font-weight: 400;
  }

  .cybrey-action:hover .cybrey-action-icon {
    background-position: center;
  }

  .cybrey-action:hover .cybrey-action-icon::before {
    opacity: 1;
  }

  .cybrey-action:hover .cybrey-action-icon::after {
    opacity: 0;
  }
 .cybrey-matrix-stage {
    min-height: auto;
    margin: 40px auto 0;
  }
  .cybrey-connect-figure {
    display: none;
  }

  .cybrey-shell {
    width: calc(100% - 40px);
  }

  .cybrey-btn,
  .cybrey-card,
  .cybrey-tab,
  .cybrey-action {
    transition: none;
  }

  .cybrey-btn {
    min-width: 120px;
    height: 36px;
    margin-top: 24px;
    border-radius: 5px;
    font-size: 16px;
    background: #6d39e5;
    box-shadow: none;
  }

  .cybrey-btn:hover {
    transform: none;
    box-shadow: none;
  }

  .cybrey-card:hover,
  .cybrey-action:hover {
    transform: none;
  }

  .cybrey-card:hover .cybrey-card-image,
  .cybrey-link:hover::after {
    transform: none;
  }

  .cybrey-matrix {
    padding: 0  0 40px ;
  }

  .cybrey-section-title {
    font-size: 22px;
  }

  .cybrey-section-head {
    margin-bottom: 24px;
  }

  .cybrey-tabs {
    justify-content: center;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: fit-content;
    padding: 2px;
    margin: 0 auto;
  }

  .cybrey-tab {
    flex: 0 0 auto;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    padding: 0 12px;
    text-align: center;
  }

 

  .cybrey-products {
    padding: 40px 0;
  }

  .cybrey-products-grid,
  .cybrey-solutions-grid {
    grid-template-columns: 1fr;
  }

  .cybrey-solutions {
    padding: 40px 0 40px;
  }

  .cybrey-solutions .cybrey-section-head {
    margin-bottom: 32px;
  }

  .cybrey-solution-card p {
    min-height: 0;
    font-size: 14px;
  }

  .cybrey-trusted {
    padding: 40px 0 ;
  }

  .cybrey-industry-tabs {
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
    margin-top: 16px;
    border-bottom: 1px solid #dfe3ea;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .cybrey-industry-tabs::-webkit-scrollbar {
    display: none;
  }

  .cybrey-industry-tabs button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    white-space: nowrap;
    font-size: 12px;
    padding: 0 14px;
    border-bottom: 0;
    margin-bottom: 0;
    transition: none;
  }

  .cybrey-industry-tabs button::after {
    content: "";
    position: absolute;
    left: 50%;
    width: calc(100% - 28px);
    bottom: -1px;
    height: 1px;
    background: transparent;
    transform: translateX(-50%);
  }

  .cybrey-industry-tabs button.active::after {
    background: #6b38ff;
  }

  .cybrey-industry-tabs button:hover {
    color: #6f7785;
  }

  .cybrey-industry-tabs button.active:hover {
    color: #6d39e5;
  }

  .cybrey-logo-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
    gap: 20px 60px;
    margin-top: 20px;
  }

  .cybrey-logo-row {
    display: contents;
  }

  .cybrey-logo-item {
    --logo-height: 24px;
    --logo-scale: 1;
    width: auto;
    height: auto;
    padding: 0;
  }

  .cybrey-connect {
    padding-bottom: 0;
    background: #f0f4fb;
  }
  .advertisement-section {
    margin-bottom: 60px;
    background-color: rgba(245, 247, 250, 1);
  }
    .cybrey-advertisement .advertisement-info-text  {
      width: 100%;
    }
  .cybrey-connect-panel {
    min-width: 0;
    gap: 24px;
    padding: 40px 20px;
    background-size: contain; /* 背景图铺满整个盒子 */
    background-image: url(../RJ-img/m-bg.svg);
  }

  .cybrey-connect-copy {
    min-height: auto;
    align-items: flex-start;
  }

  .cybrey-connect-title {
    margin: 0;
    width: auto;
    max-width: 100%;
    font-size: 24px;
    line-height: 1.5;
  }

  .cybrey-connect-content {
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cybrey-connect-actions {
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 24px;
  }

  .cybrey-action {
    min-width: 0;
    width: 100%;
    height: 90px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 0 12px 0 20px;
    background: rgba(241, 243, 245, 0.12);
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
    text-align: left;
  }

  .cybrey-action span:last-child {
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
  }

  .cybrey-action.active {
    color: #f6f7ff;
    border-color: rgba(149, 167, 236, 0.35);
    background: linear-gradient(90deg, rgba(63, 108, 255, 0.72) 0%, rgba(54, 99, 233, 0.58) 100%);
  }

  .cybrey-action-icon {
    width: 50px;
    height: 50px;
  }

  .cybrey-action:hover {
    background: rgba(241, 243, 245, 0.12);
    color: #ffffff;
  }

  .cybrey-action:hover span:last-child {
    font-weight: 400;
  }

  .cybrey-action:hover .cybrey-action-icon {
    background-position: center;
  }

  .cybrey-action:hover .cybrey-action-icon::before {
    opacity: 1;
  }

  .cybrey-action:hover .cybrey-action-icon::after {
    opacity: 0;
  }

  .cybrey-connect-figure {
    display: none;
  }
}

@media screen and (max-width: 580px) {
  .cybrey-logo-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    gap: 16px 22px;
  }

  .cybrey-logo-item {
    --logo-height: 20px;
    --logo-scale: 1;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width:468px) {
  .cybrey-connect-panel {
    background-size: cover;
  }
  
}