.elementor-84456640 .elementor-element.elementor-element-3e3bfb9{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-84456640 .elementor-element.elementor-element-bde8550{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:-5px;--margin-left:0px;--margin-right:0px;}.elementor-84456640 .elementor-element.elementor-element-b2171c7{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-84456640 .elementor-element.elementor-element-7655a22{text-align:center;}.elementor-84456640 .elementor-element.elementor-element-7655a22 img{width:90%;}.elementor-84456640 .elementor-element.elementor-element-052c0c2{--display:flex;}.elementor-84456640 .elementor-element.elementor-element-7b5a188{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-84456640 .elementor-element.elementor-element-23fb83e .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:700;color:var( --e-global-color-secondary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-84456640 .elementor-element.elementor-element-6f26a19{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:400;}.elementor-84456640 .elementor-element.elementor-element-6f26a19 p{margin-block-end:0px;}.elementor-84456640 .elementor-element.elementor-element-0e0b8c3{--display:flex;}.elementor-84456640 .elementor-element.elementor-element-f3deab8{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-84456640 .elementor-element.elementor-element-b1107ea{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-84456640 .elementor-element.elementor-element-7c46147{--display:flex;}.elementor-84456640 .elementor-element.elementor-element-829e5ff > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-84456640 .elementor-element.elementor-element-660c4fa{--display:flex;}.elementor-84456640 .elementor-element.elementor-element-a52e344 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-84456640 .elementor-element.elementor-element-36eacc7{--display:flex;--border-radius:15px 15px 15px 15px;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-84456640 .elementor-element.elementor-element-1a3d83b > .elementor-widget-container{margin:5px 5px 5px 5px;}@media(max-width:767px){.elementor-84456640 .elementor-element.elementor-element-7655a22 img{width:50%;}}@media(min-width:768px){.elementor-84456640 .elementor-element.elementor-element-b2171c7{--width:20%;}.elementor-84456640 .elementor-element.elementor-element-052c0c2{--width:75%;}.elementor-84456640 .elementor-element.elementor-element-7b5a188{--width:100%;}.elementor-84456640 .elementor-element.elementor-element-0e0b8c3{--width:20%;}}.scc-juniper-solutions,
.scc-juniper-solutions * {
  box-sizing: border-box;
}

.scc-juniper-solutions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;

  width: 100%;
  font-family: "Montserrat", sans-serif;
}


/* =========================================================
   CARD
   ========================================================= */

.scc-juniper-solution-card {
  grid-column: 1 / -1;

  display: grid;
  grid-template-columns: 40% 60%;
  align-items: stretch;

  width: 100%;
  min-height: 170px;
  overflow: hidden;

  background: #ffffff;
  border: 1px solid rgba(132, 177, 53, 0.34);
  border-radius: 8px;

  text-decoration: none !important;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.scc-juniper-solution-card:hover {
  transform: translateY(-1px);

  border-color: #84b135;

  box-shadow:
    0 5px 14px rgba(45, 106, 0, 0.07);
}


/* =========================================================
   IMAGE SIDE
   ========================================================= */

.scc-juniper-solution-card__image {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 0;
  padding: 14px 18px;

  background: #ffffff;
}

.scc-juniper-solution-card__image img {
  display: block;

  width: 100%;
  max-width: 270px;
  max-height: 125px;

  object-fit: contain;
}


/* =========================================================
   CONTENT SIDE
   ========================================================= */

.scc-juniper-solution-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  min-width: 0;
  padding: 20px 24px;

  background: linear-gradient(
    120deg,
    #ffffff 0%,
    #f7f9f3 30%,
    #eef4e5 62%,
    #dce9c7 100%
  );
}

.scc-juniper-solution-card__content h3 {
  margin: 0 0 9px;

  color: #2d6a00;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.scc-juniper-solution-card__content p {
  max-width: 720px;
  margin: 0 0 15px;

  color: #3f453c;
  font-size: 14px;
  line-height: 1.5;
}


/* =========================================================
   CTA
   ========================================================= */

.scc-juniper-solution-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  color: #2d6a00;
  font-size: 15px;
  font-weight: 600;
}

.scc-juniper-solution-card__arrow {
  color: #84b135;

  font-size: 17px;
  line-height: 1;

  transition: transform 0.2s ease;
}

.scc-juniper-solution-card:hover
.scc-juniper-solution-card__arrow {
  transform: translateX(4px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

  .scc-juniper-solutions {
    grid-template-columns: 1fr;
  }

  .scc-juniper-solution-card {
    grid-column: auto;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .scc-juniper-solutions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .scc-juniper-solution-card {
    grid-column: auto;
    grid-template-columns: 1fr;

    min-height: 0;
  }


  /* IMAGE FIRST */

  .scc-juniper-solution-card__image {
    grid-column: 1;
    grid-row: 1;

    min-height: 115px;
    padding: 12px 18px 8px;

    background: #ffffff;
  }

  .scc-juniper-solution-card__image img {
    width: auto;
    max-width: 90%;
    max-height: 100px;
  }


  /* COPY BELOW */

  .scc-juniper-solution-card__content {
    grid-column: 1;
    grid-row: 2;

    padding: 15px 18px 17px;

    background: linear-gradient(
      135deg,
      #f8faf5 0%,
      #eef4e5 58%,
      #e3edcf 100%
    );
  }

  .scc-juniper-solution-card__content h3 {
    margin-bottom: 7px;

    color: #2d6a00;
    font-size: 17px;
  }

  .scc-juniper-solution-card__content p {
    max-width: none;
    margin-bottom: 13px;

    color: #3f453c;
    font-size: 13px;
    line-height: 1.48;
  }

  .scc-juniper-solution-card__link {
    color: #2d6a00;
    font-size: 12px;
  }

  .scc-juniper-solution-card__arrow {
    color: #84b135;
  }

}
.scc-cisco-solutions,
.scc-cisco-solutions * {
  box-sizing: border-box;
}

.scc-cisco-solutions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}


/* CARD */

.scc-cisco-solution-card {
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: stretch;

  width: 100%;
  min-height: 170px;
  overflow: hidden;

  background: #ffffff;
  border: 1px solid #c8e1f1;
  border-radius: 8px;

  text-decoration: none !important;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.scc-cisco-solution-card:hover {
  transform: translateY(-1px);
  border-color: #9bcce9;
  box-shadow: 0 5px 14px rgba(0, 118, 189, 0.06);
}


/* IMAGE SIDE */

.scc-cisco-solution-card__image {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 0;
  padding: 14px 18px;

  background: #ffffff;
}

.scc-cisco-solution-card__image img {
  display: block;

  width: 100%;
  max-width: 270px;
  max-height: 125px;

  object-fit: contain;
}


/* CONTENT SIDE */

.scc-cisco-solution-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  min-width: 0;
  padding: 20px 24px;

  background: #f3f8fc;
}

.scc-cisco-solution-card__content h3 {
  margin: 0 0 9px;

  color: #0877bd;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.scc-cisco-solution-card__content p {
  max-width: 340px;
  margin: 0 0 15px;

  color: #444444;
  font-size: 14px;
  line-height: 1.5;
}

.scc-cisco-solution-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  color: #0076bd;
  font-size: 15px;
  font-weight: 600;
}

.scc-cisco-solution-card__arrow {
  font-size: 17px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.scc-cisco-solution-card:hover .scc-cisco-solution-card__arrow {
  transform: translateX(4px);
}


/* COMPUTE — COPY LEFT / IMAGE RIGHT */

.scc-cisco-solution-card--compute {
  grid-template-columns: 56% 44%;
}


/* TABLET */

@media (max-width: 1024px) {

  .scc-cisco-solutions {
    grid-template-columns: 1fr;
  }

}


/* MOBILE */

@media (max-width: 767px) {

  .scc-cisco-solutions {
    gap: 10px;
  }

  .scc-cisco-solution-card,
  .scc-cisco-solution-card--compute {
    grid-template-columns: 1fr;
    min-height: 0;
  }


  /* ALWAYS IMAGE FIRST */

  .scc-cisco-solution-card__image,
  .scc-cisco-solution-card--compute .scc-cisco-solution-card__image {
    grid-column: 1;
    grid-row: 1;

    min-height: 115px;
    padding: 12px 18px 8px;
  }

  .scc-cisco-solution-card__image img {
    width: auto;
    max-width: 90%;
    max-height: 100px;
  }


  /* COPY BELOW */

  .scc-cisco-solution-card__content,
  .scc-cisco-solution-card--compute .scc-cisco-solution-card__content {
    grid-column: 1;
    grid-row: 2;

    padding: 15px 18px 17px;
  }

  .scc-cisco-solution-card__content h3 {
    margin-bottom: 7px;
    font-size: 17px;
  }

  .scc-cisco-solution-card__content p {
    margin-bottom: 13px;
    font-size: 13px;
    line-height: 1.48;
  }

  .scc-cisco-solution-card__link {
    font-size: 12px;
  }

}
.scc-juniper-mist,
.scc-juniper-mist * {
  box-sizing: border-box;
}

.scc-juniper-mist {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;

  width: 100%;
  min-height: 105px;
  padding: 12px 26px 12px 18px;

  font-family: "Montserrat", sans-serif;

  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #edf8f8 34%,
    #edf8f8 100%
  );

  border: 1px solid #b9dadd;
  border-radius: 9px;
}


/* LOGO */

.scc-juniper-mist__logo {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 150px;
  height: 78px;
}

.scc-juniper-mist__logo img {
  display: block;
  width: 135px;
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}


/* CONTENT */

.scc-juniper-mist__content {
  min-width: 0;
}

.scc-juniper-mist__content h3 {
  margin: 0 0 6px;

  color: #078b99;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.scc-juniper-mist__content p {
  max-width: 720px;
  margin: 0;

  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}


/* CTA */

.scc-juniper-mist__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  white-space: nowrap;

  color: #078b99 !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

.scc-juniper-mist__link span {
  color: #078b99;
  font-size: 19px;
  line-height: 1;

  transition: transform 0.2s ease;
}

.scc-juniper-mist__link:hover {
  color: #056f79 !important;
}

.scc-juniper-mist__link:hover span {
  transform: translateX(4px);
}


/* MOBILE */

@media (max-width: 767px) {

  .scc-juniper-mist {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;

    width: 100%;
    min-height: 0;
    padding: 12px;

    overflow: hidden;
  }

  .scc-juniper-mist__logo {
    grid-column: 1;
    grid-row: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 120px;
    padding: 10px 18px;
    margin: 0 0 14px;

    background: #ffffff;
    border: 1px solid #dfecec;
    border-radius: 6px;
  }

  .scc-juniper-mist__logo img {
    display: block;
    width: auto;
    max-width: 190px;
    max-height: 95px;
    object-fit: contain;
  }

  .scc-juniper-mist__content {
    grid-column: 1;
    grid-row: 2;

    width: 100%;
    padding: 0 3px;
  }

  .scc-juniper-mist__content h3 {
    margin: 0 0 6px;

    font-size: 17px;
    line-height: 1.3;
  }

  .scc-juniper-mist__content p {
    width: 100%;
    max-width: none;
    margin: 0;

    font-size: 13px;
    line-height: 1.5;
  }

  .scc-juniper-mist__link {
    grid-column: 1;
    grid-row: 3;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    margin-top: 13px;
    padding: 11px 3px 1px;

    border-top: 1px solid rgba(7, 139, 153, 0.18);

    font-size: 13px;
    white-space: normal;
  }

}
.scc-cisco-refresh,
.scc-cisco-refresh * {
  box-sizing: border-box;
}

.scc-cisco-refresh {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;

  width: 100%;
  min-height: 105px;
  padding: 12px 26px 12px 18px;

  font-family: "Montserrat", sans-serif;

  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #f1f8eb 34%,
    #f1f8eb 100%
  );

  border: 1px solid #c9dfba;
  border-radius: 9px;
}


/* LOGO */

.scc-cisco-refresh__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 78px;
}

.scc-cisco-refresh__logo img {
  display: block;
  width: 125px;
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}


/* CONTENT */

.scc-cisco-refresh__content {
  min-width: 0;
}

.scc-cisco-refresh__content h3 {
  margin: 0 0 6px;

  color: #406127;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.scc-cisco-refresh__content p {
  max-width: 720px;
  margin: 0;

  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}


/* CTA */

.scc-cisco-refresh__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  white-space: nowrap;

  color: #406127 !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

.scc-cisco-refresh__link span {
  color: #71ae4b;
  font-size: 19px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.scc-cisco-refresh__link:hover {
  color: #71ae4b !important;
}

.scc-cisco-refresh__link:hover span {
  transform: translateX(4px);
}


@media (max-width: 767px) {

  /* CARDS */

  .scc-cisco-refresh,
  .scc-cisco-smartnet {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;

    width: 100%;
    min-height: 0;
    padding: 12px;

    overflow: hidden;
  }


  /* LARGE WHITE IMAGE AREA */

  .scc-cisco-refresh__logo,
  .scc-cisco-smartnet__logo {
    grid-column: 1;
    grid-row: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 120px;
    padding: 10px 18px;
    margin: 0 0 14px;

    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
  }


  /* REFRESH LOGO */

  .scc-cisco-refresh__logo img {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 95px;
    object-fit: contain;
  }


  /* SMARTNET IMAGE */

  .scc-cisco-smartnet__logo img {
    display: block;
    width: auto;
    max-width: 180px;
    max-height: 95px;
    object-fit: contain;
  }


  /* CONTENT */

  .scc-cisco-refresh__content,
  .scc-cisco-smartnet__content {
    grid-column: 1;
    grid-row: 2;

    width: 100%;
    padding: 0 3px;
  }

  .scc-cisco-refresh__content h3,
  .scc-cisco-smartnet__content h3 {
    margin: 0 0 6px;
    font-size: 17px;
    line-height: 1.3;
  }

  .scc-cisco-refresh__content p,
  .scc-cisco-smartnet__content p {
    width: 100%;
    max-width: none;
    margin: 0;

    font-size: 13px;
    line-height: 1.5;
  }


  /* CTA */

  .scc-cisco-refresh__link,
  .scc-cisco-smartnet__link {
    grid-column: 1;
    grid-row: 3;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    margin-top: 13px;
    padding: 11px 3px 1px;

    border-top: 1px solid rgba(0, 0, 0, 0.08);

    font-size: 13px;
    white-space: normal;
  }

}
.scc-juniper-support,
.scc-juniper-support * {
  box-sizing: border-box;
}

.scc-juniper-support {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;

  width: 100%;
  min-height: 105px;
  padding: 12px 26px 12px 18px;

  font-family: "Montserrat", sans-serif;

  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #f7f9f3 34%,
    #e3edcf 62%,
    #2d6a00 100%
  );

  border: 1px solid rgba(132, 177, 53, 0.34);
  border-radius: 9px;
}


/* LOGO */

.scc-juniper-support__logo {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 150px;
  height: 78px;
}

.scc-juniper-support__logo img {
  display: block;

  width: 125px;
  max-width: 100%;
  max-height: 70px;

  object-fit: contain;
}


/* CONTENT */

.scc-juniper-support__content {
  min-width: 0;
}

.scc-juniper-support__content h3 {
  margin: 0 0 6px;

  color: #2d6a00;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.scc-juniper-support__content p {
  max-width: 720px;
  margin: 0;

  color: #333633;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}


/* CTA */

.scc-juniper-support__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  white-space: nowrap;

  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

.scc-juniper-support__link span {
  color: #c9ed2a;
  font-size: 19px;
  line-height: 1;

  transition: transform 0.2s ease;
}

.scc-juniper-support__link:hover {
  color: #e6ed95 !important;
}

.scc-juniper-support__link:hover span {
  transform: translateX(4px);
}


/* MOBILE */

@media (max-width: 767px) {

  .scc-juniper-support {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;

    width: 100%;
    min-height: 0;
    padding: 12px;

    overflow: hidden;

    background: #f2f6eb;
    border-color: rgba(132, 177, 53, 0.34);
  }


  /* IMAGE AREA */

  .scc-juniper-support__logo {
    grid-column: 1;
    grid-row: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 120px;

    padding: 10px 18px;
    margin: 0 0 14px;

    background: #ffffff;
    border: 1px solid #dce8cc;
    border-radius: 6px;
  }

  .scc-juniper-support__logo img {
    display: block;

    width: auto;
    max-width: 180px;
    max-height: 95px;

    object-fit: contain;
  }


  /* CONTENT */

  .scc-juniper-support__content {
    grid-column: 1;
    grid-row: 2;

    width: 100%;
    padding: 0 3px;
  }

  .scc-juniper-support__content h3 {
    margin: 0 0 6px;

    color: #2d6a00;
    font-size: 17px;
    line-height: 1.3;
  }

  .scc-juniper-support__content p {
    width: 100%;
    max-width: none;
    margin: 0;

    color: #333633;
    font-size: 13px;
    line-height: 1.5;
  }


  /* CTA */

  .scc-juniper-support__link {
    grid-column: 1;
    grid-row: 3;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    margin-top: 13px;
    padding: 11px 3px 1px;

    border-top: 1px solid rgba(45, 106, 0, 0.18);

    color: #2d6a00 !important;
    font-size: 13px;
    white-space: normal;
  }

  .scc-juniper-support__link span {
    color: #84b135;
  }

  .scc-juniper-support__link:hover {
    color: #1b3901 !important;
  }

}