.vcApp {
  /* min-height: 100dvh; */
  display: grid;
  grid-template-columns: 1fr 360px;
  width: 100%;
}
.panel p a {
    color: #000;
}

@media (max-width: 1024px) {
  .vcApp {
    grid-template-columns: 1fr
  }

  /* Hide the desktop sidebar completely on tablet/mobile */
  .sidebar,
  .sidebar *,
  .rail {
    display: none !important
  }

  /* Show the top dropdown picker instead */
  .section-picker {
    display: block
  }
}

/* Content area */
.vcContent {
  position: relative;
  display: flex;
  flex-direction: column;
}

.topbar {
  padding: 28px 32px 0 32px;
}

.audience {
  position: relative;
  display: inline-block;
}

.audience-btn {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: 10px 14px;
  border: 1px solid #e6e8ee;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-weight: 600;
  letter-spacing: .2px;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(10, 12, 20, .06);
}

.audience-btn svg {
  width: 14px;
  height: 14px;
  fill: #667085
}

.audience-menu {
  position: absolute;
  top: 42px;
  left: 0;
  background: #fff;
  border: 1px solid #e6e8ee;
  border-radius: 10px;
  min-width: 220px;
  padding: 6px;
  box-shadow: 0 2px 12px rgba(10, 12, 20, .06);
  z-index: 10;
}

.audience-menu[hidden] {
  display: none
}

.audience-menu button {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 8px;
  color: #111;
}

.audience-menu button:hover {
  background: #f5f7fb
}

/* Section picker (mobile/tablet) */
.section-picker {
  display: block;
  padding: 8px 32px;
  background: #000;
  margin-top: 8px;
}

.section-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ffffff;
  background: transparent;
  border-radius: 999px;
  letter-spacing: .2px;
  box-shadow: 0 2px 12px rgba(10, 12, 20, .12);
  cursor: pointer;
      color: #FFF;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.section-btn svg {
  width: 16px;
  height: 16px;
}

.section-menu {
  position: relative;
  margin-top: 8px;
  background: #fff;
  border: 1px solid #e6e8ee;
  border-radius: 10px;
  padding: 6px;
  box-shadow: 0 6px 16px rgba(10, 12, 20, .08);
}

.section-menu[hidden] {
  display: none
}

.section-menu button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'NaNMetrifyAWide-Reg';
}

.section-menu button:hover {
  background: #f5f7fb
}

/* Hide picker on desktop */
@media (min-width: 1025px) {
  .section-picker {
    display: none
  }
}

/* Main panel */
.panel {
  margin: 28px 0px 0px 0px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(313px, 1fr)) !important;
  /* grid-template-columns: 1fr 313px; */
  gap: 32px;
  align-items: center;
}

@media (max-width: 767px) {
  .panel {
    grid-template-columns: 1fr !important;
  }
}

.panel h1 {
  margin: 0 0 18px 0;
      color: #000C91;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.panel p {
  margin: 0 0 14px 0;
  color: #000;
font-family: "NaNMetrifyAWide-Reg";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* .media {
  height: 421px;
  border-radius: 12px;
  background: #e9e9ec;
  box-shadow: inset 0 0 0 1px #dedfe6;
} */

/* Drivers (slide 2) layout */
.panel .span-columns {
  grid-column: 1 / -1;
}

.panel h1.small {
  color: #000;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.drivers-intro {
  margin: 0 0 12px 0;
  font-weight: 500;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 22px;
}

.card {
  background: #fff;
  border: 1px solid #e6e8ee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(10, 12, 20, .08);
}
.card-hero img {
    width: 100%;
}
/* 
.card-hero {
  height: 110px;
  background: #dedfe6;
} */

.card-body {
  padding: 16px 18px 18px;
}

.card-title {
  margin: 10px 0 8px;
    color: #000C91;
    font-family: 'NaNMetrifyAGigawide-BlckIt';
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.card-body p {
  margin: 0;
  color: #000;
}

/* Commitment (Our commitment to support) layout */
.commit-list {
  margin-top: 12px;
    height: 260px;
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 8px;
   scroll-behavior: smooth;
}
article#slide-2-0 .commit-list {
    height: 260px;
    max-height: 260px;
    overflow-y: auto;
    padding-right: 8px;
    scroll-behavior: smooth;
}

.commit-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
}
/* 
.commit-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #dedfe6;
  flex: 0 0 24px;
  margin-top: 2px;
} */

.commit-item strong {
  display: block;
}

.commit-item p {
  margin: 4px 0 0;
}

.commit-list::-webkit-scrollbar , article#slide-2-0 .commit-list::-webkit-scrollbar{
  width: 6px;
}

.commit-list::-webkit-scrollbar-thumb , article#slide-2-0 .commit-list::-webkit-scrollbar-thumb{
  background: #000;
  border-radius: 8px;
}

.commit-list::-webkit-scrollbar-track, article#slide-2-0 .commit-list::-webkit-scrollbar-track {
  background: #FAFAFB;
  border-radius: 8px;
}
.commit-list::-webkit-scrollbar-button, article#slide-2-0 .commit-list::-webkit-scrollbar-button {
  display: none;
  height: 0px;
}

/* Pager */
.pager-wrap {
  display: flex;
  justify-content: center;
  padding: 18px 0 48px 0;
}

.pager {
  display: flex;
  align-items: center;
}

.pager .btn {
  display: grid;
  place-items: center;
  border: 0;
  cursor: pointer;
}

.pager .btn svg {
  width: 24px;
  height: 15px;
  fill: #15171a
}

.pager .btn:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.pager .btn:disabled svg {
  fill: #9aa0a6
}

.dots {
    display: flex;
    gap: 5px;
    padding: 0;
    align-items: center;
    justify-content: center; 
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #cfd3dc;
  background: #fff;
  cursor: pointer;
}

.dot.active {
  background: #0acf83;
  border-color: #0acf83;
  width: 16px;
  height: 16px;
}

/* Sidebar */
.sidebar {
  background: #0a0b0c;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  padding: 28px 0 28px 0;
  position: absolute;
    right: 6%;
    top: 0;
    height: 100%;
    width: 27%;
    align-items: center;
}

.brand {
  padding: 15px 28px 18px 28px;
}

.brand-badge {
  display: block;
  color: #00FFAE;
font-family: "NaNMetrifyHeroic-GigaBkIt";
font-size: 20px;
font-style: italic;
font-weight: 900;
line-height: 23.76px; 
text-transform: uppercase;
text-align: center;
padding: 0px 0 0;
}

.brand-sub {
  display: block;
  text-align: center;
  color: #FFF;
font-family: "NaNMetrifyAWide-Reg";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 23.76px; /* 158.4% */
text-transform: uppercase;
}

.sidenav {
  padding: 8px 28px 28px 28px;
}

.sidenav-inner {
  padding: 14px 8px;
}

.sidenav h3 {
  color: #cfd3da;
  font-size: 14px;
  margin: 6px 12px 12px 18px;
  font-weight: 500;
}

.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.sidenav li {
  position: relative
}

.sidenav a {
  display: block;
  padding: 12px 14px 12px 22px;
  text-decoration: none;
color: #FFF;
font-family: "NaNMetrifyAWide-Reg";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.sidenav li.active a {
  color: #fff;
  font-weight: 800;
}

.sidenav li.active::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 3px;
  background: #00f5c8;
}

.sidenav li:hover a {
  color: #fff;
  font-weight: 800
}

.sidenav li:hover::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 3px;
  background: #00f5c8;
}

/* Right rail inside sidebar */
.rail {
  background: #070808;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-left: 1px solid #0f1113;
}

.badge {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: #00f5c8;
  color: #051715;
  display: grid;
  place-items: center;
  font-weight: 1000;
  font-size: 24px;
  transform: rotate(-12deg);
  box-shadow: 0 10px 20px rgba(0, 245, 200, .2), inset 0 0 0 2px rgba(0, 0, 0, .35);
}

/* Small screens: stack */
@media (max-width: 767px) {
  .topbar {
    padding: 18px 20px 0
  }

  /* Stack FCA driver cards one after another on mobile */
  .cards {
    grid-template-columns: 1fr
  }
}

article#slide-4-1 .card , article#slide-4-2 .card, article#slidec-0-1 .card, article#slidec-0-2 .card{
      padding: 28px 32px;
      max-width: 678px;
      width: 100%;
      border-radius: 20px;
background: #FFF;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin: 0 40px;
    }

    article#slide-4-1 .card-title, article#slide-4-2 .card-title {
      color: #000C91;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: none;
    }

    article#slide-4-1 .item-list, article#slide-4-2 .item-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding: 0;
    }

   article#slide-4-1 .item, article#slide-4-2 .item {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    /* #your-role-in-early-support .circle {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      border: 2px solid #b0b8c5;
      background-color: #ffffff;
      flex-shrink: 0;
    } */

    article#slide-4-1 .item-text , article#slide-4-2 .item-text{
             color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    }
    .only-section-scroll .panel {
    display: block;
    width: 100%;
}
.commit-item h5 {
    color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px){
 .VC-mains .contentMainSecDiv {
    padding: 0;
    max-width: 100%;
}
 .VC-mains div#sections {
    padding: 0 50px;
}
article#slide-4-1 .card {
    margin: 0;
}
}

@media (min-width: 768px) and (max-width: 1024px){
  .section-btn {
    /* max-width: 368px; */
        max-width: fit-content;
}
span#sectionBtnLabel {
    padding-right: 20px;
}
    .section-menu {
        width: 100%;
        max-width: fit-content;
        position: absolute;
    }
article#slide-4-1 .card {
    margin: 0;
}
}

@media only screen and (max-width: 767px) {
    .WhiteDiv.VC-mains .contentMainss {
        padding-left: 0;
        padding-right: 0;
    }
        .vcApp {
        display: block;
    }
    .media img {
    width: 100%;
}
.section-btn {
    display: flex;
    text-align: left;
    padding: 2px 15px;
    min-height: 42px;
}
.card-flex {
    flex-wrap: wrap;
    gap: 20px;
}
    .VC-mains div#sections {
        margin-bottom: 80px;
    }
        .pager-wrap {
        padding: 28px;
        position: absolute;
        bottom: 2%;
        /* top: 50%; */
        left: 0;
        right: 0;
    }
        .VC-mains div#sections {
        padding: 0 20px;
    }
    .section-picker {
    padding: 15px 20px;
        height: 72px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
}
article#slide-4-1 .card {
    padding: 15px 15px;
    }
}

@media only screen and (min-width: 1499px){
  .sidebar {
    right: 4%;
  }
}


.vcbgBlack {
    background: #000;
    height: 100%;
}

/* .as-page {
      min-height: 100dvh;
    } */

    .as-inner {
          display: grid;
    grid-template-columns: 1fr 313px;
    gap: 40px;
    align-items: center;
    }
    .as-heading {
      font-family: 'NaNMetrifyAGigawide-BlckIt';
      font-size: 40px;
      font-style: italic;
      font-weight: 900;
      line-height: normal;
      text-transform: uppercase;
      color: #00FFAE;
    }

 .as-body {
    font-family: 'NaNMetrifyAWide-Reg';
    max-width: 480px;
    margin: 0 0 100px 0;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    /* ── Continue button ───────────────────────────── */
    .as-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 12px 20px;
      font-family: 'NaNMetrifyAWide-Reg';
      font-size: 15px;
      cursor: pointer;
      text-decoration: none;
      border-radius: 100px;
      background: #00FFAE;
      color: #000;
font-style: normal;
font-weight: 400;
line-height: normal;
    }

    .as-btn:hover {
     font-weight: 800;
    }


    .as-media img {
      /* width: 100%; */
      height: auto;
    }

    .as-inner {
      padding-bottom: 10%;
    }

    @media (min-width: 768px) and (max-width: 1024px){
.as-heading {
    font-size: 24px;
}
.as-body {
    max-width: 100%;
    margin-bottom: 50px;
}
      .vcbgBlack {
    height: auto;
}

.as-page {
    min-height: 100dvh;
}
    }

    @media only screen and (max-width: 767px){
      .vcbgBlack {
    height: auto;
}
      .as-inner {
    display: flex;
    flex-direction: column;
}
.as-heading {
    font-size: 24px;
}
.as-body {
    max-width: 100%;
    margin: 0 0 50px 0;
}
    }


.contact-section {
    margin: 0 auto;
    padding: 40px 15px 0px;
    text-align: center;
}

    .contact-section h1 {
    margin-bottom: 0px;
    color: #000C91;
    font-family: 'NaNMetrifyHeroic-GigaBkIt';
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    line-height: 23.76px;
    text-transform: uppercase;
}

.contact-section .subtitle {
    color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.76px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

  .contact-section .btn-row {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 65px;
  }

.contact-section .btn , .slide .btn-row .btn{
    color: #000;
    text-align: right;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 100px;
    border: 1px solid #00FFAE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 11px 20px;
    cursor: pointer;
    text-decoration: none;
}

  .contact-section .btn:hover {
     font-weight: 400;
      }

.contact-section .body-text {
    color: #000;
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

  .contact-section .body-text a {
    color: #1a1a1a;
    text-decoration: underline;
  }

  .contact-section .footnote {
    font-size: 12px;
    color: #444;
    text-align: center;
    line-height: 1.55;
  }

  .contact-section .footnote a {
    color: #1a1a1a;
    text-decoration: underline;
  }

  p.intro {
    color: #000;
font-family: "NaNMetrifyAWide-Reg";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
    margin-bottom: 30px;
  }

  p.intro a {
    color: #000C91;
    font-weight: 800;
    text-decoration: none;
  }

  .tips-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

.tip-row {
    display: grid;
    grid-template-columns: 305px 1fr;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.tip-label {
    padding: 14px 18px;
    color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

 .tip-desc {
    padding: 14px 18px;
    color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

  .guides-section {
    display: flex;
    align-items: center;
    gap: 24px;
        padding: 50px;
  }

 .guides-title {
    color: #000C91;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    max-width: 300px;
}

  .guides-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .link-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .pill-link {
    min-width: 190px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    height: 42px;
    padding: 12px 11px 12px 14px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #00FFAE;
    color: #000;
font-family: "NaNMetrifyAWide-Reg";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .pill-link:hover { 
    font-weight: 800; 
    }

 .sub-note {
    margin: 5px auto 10px;
    color: #000;
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

  .cus-card{
    margin: 0 40px
  }
  .btn-cus a{
    border-radius: 100px;
background: #000C91;
display: inline-flex;
height: 42px;
padding: 12px 11px 12px 13px;
justify-content: center;
align-items: center;
color: #FFF !important;
font-family: "NaNMetrifyAWide-Reg";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: none;
  }

   .btn-cus a:hover{
    font-weight: 800;
   }

   @media only screen and (max-width: 767px){
    .contact-section .btn-row {
    flex-wrap: wrap;
}
   article#slide-4-1 .card , article#slide-4-2 .card{
        max-width: 100%;
    }
    .tip-row {
    grid-template-columns: 1fr;
}
.tip-label {
    padding: 14px 18px 5px;
}
.tip-desc {
    padding: 5px 18px 14px;
}
.guides-section {
    flex-wrap: wrap;
    padding: 20px 30px;
    text-align: center;
}
.cus-card {
    margin: 0;
}
.guides-links {
    margin: 0 auto;
}
.guides-title {
    max-width: 100%;
}
.slide .btn-row .btn {
    min-width: 162px;
}
.slide .btn-row {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.vcbgBlack .contentMainSecDiv {
    padding-bottom: 50px;
}
   }

   /* article#slide-4-1 .panel , article#slide-4-2 .panel{
    width: 100%;
    display: block;
}  */
article#slide-4-1 .item:before,
article#slide-4-2 .item:before , article#slide-5-0 .commit-item:before, article#slidec-0-1 .commit-item:before, article#slide-6-0 .commit-item:before{
    content: url('/media/z4jd1v5v/ellipse-41.svg');
}
article#slide-4-1 .copy.slides, article#slide-4-2 .copy.slides {
    display: flex;
    justify-content: center;
}
/* article#slide-1-1 .panel, article#slide-1-2 .panel {
  display: revert;
}
article#slide-5-0 .panel {
    display: revert;
} */
.card-flex {
    display: flex;
    gap: 40px;
    justify-content: center;
}
.card-flex .card {
    max-width: 330px;
}
h1.small {
    display: flex;
    justify-content: center;
}
/* article#slidec-0-1 .panel , article#slidec-0-2 .panel, article#slidec-2-2 .panel, article#slidec-2-3 .panel, article#slidec-2-4 .panel{
    display: revert;
} */
ul.item-list li {
    list-style: none;
}
.section-menu {
    z-index: 999;
}
.section-menu button {
    color: #000;
}

@media (min-width: 1025px) and (max-width: 1199px){
  .media img {
    width: 100%;
}
.panel {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px;
}
article#slide-7-0 .panel p a {
    word-break: break-all;
}
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .panel {
    grid-template-columns: 1fr 350px;
}
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .panel {
    margin: 0;
}
}


p.intro strong {
    color: #000c91;
}
article#slidec-2-3 p.intro {
    margin-bottom: 15px;
}
.pager-wrap.hidden {
  display: none !important;
}
.slide .btn-row .btn:hover {
    font-weight: 800;
}
article#slide-7-0 .panel p a {
    font-weight: 800;
}
@media only screen and (max-width: 767px){
  article#slide-4-1 .card, article#slide-4-2 .card, article#slidec-0-1 .card, article#slidec-0-2 .card {
    max-width: 100%;
    margin: 0;
    padding: 15px;
}
article#slidec-0-1 .commit-list, article#slide-5-0 .commit-list {
    height: 400px;
    max-height: 400px;
}
    .section-btn {
        font-size: 13px;
    }
    .section-menu {
    width: 100%;
}
.section-menu button {
    font-size: 13px;
}
.contact-section {
    padding: 0px 0px 0px;
}
.contact-section .btn-row {
    margin-bottom: 20px;
}
article#slide-2-0 .commit-list, article#slide-6-0 .commit-list {
    overflow-y: hidden;
    max-height: 100%;
    height: 100%;
}
article#slide-7-0 .panel p a {
    font-weight: 800;
    word-break: break-all;
}
    article#slidec-2-1 .btn-row .btn {
        min-width: fit-content;
    }
      body.otherPages {
    height: 100dvh;
}
.panel p a {
    word-break: break-all;
}
    
}

@media (min-width: 768px) and (max-width: 1024px){
  article#slide-4-1 .card, article#slide-4-2 .card, article#slidec-0-1 .card, article#slidec-0-2 .card {
    margin: 0;
}
.section-picker {
  /* margin-top: 20px; */
  padding: 14px 50px;
}
  body.otherPages {
    overflow-x: hidden;
    overflow-y: hidden;
}
body.otherPages {
    overflow: unset;
    height: unset;
}
}

@media (min-width: 1025px) and (max-width: 1199px){
  .sidebar {
    width: 32%;
}
.tip-desc {
    padding: 8px 18px;
    font-size: 13px;
}
.tip-label {
    padding: 8px 18px;
}
p.intro {
    margin-bottom: 10px;
}
article#slide-4-1 .card, article#slide-4-2 .card, article#slidec-0-1 .card, article#slidec-0-2 .card {
    margin: 0;
}
.card-flex .card {
    max-width: 48%;
}
.card-flex {
    gap: 15px;
}
.panel p {
    font-size: 14px;
}
  body.otherPages {
    overflow-x: hidden;
    overflow-y: hidden;
}
body.otherPages {
    overflow: unset;
    /* height: unset; */
}
}

@media (min-width: 768px) and (max-width: 1299px){
  .VC-mains .contentMainss {
    height: auto;
}
}

a {
  color: #000;
}

@media only screen and (min-width: 1440px){
 .VC-mains .contentMainss {
    align-items: revert;
}
  .panel {
  gap: 55px;
}
.vcApp {
  grid-template-columns: 1fr 450px;
}
.brand {
    padding: 15px 28px 58px 28px;
    max-width: 90%;
    position: absolute;
    top: 10vh;
    left: 15px
}
ul#sideNav {
    position: absolute;
    top: 20vh;
}
.sidebar {
    align-items: revert;
}
}
.vcCusto .brand {
    position: absolute;
    top: 10vh;
    left: 15px;
}

.media img {
    border-radius: 20px;
}
.as-media img {
    border-radius: 20px;
}