/* =========================================================
   ACG STANDARDS
   Engineering Compliance Design System
   ========================================================= */

.acg-standards-page{
  --std-blue:#0c53a5;
  --std-navy:#022041;
  --std-deep:#01172d;
  --std-ink:#172c41;
  --std-muted:#6d7f90;
  --std-line:#d8e1e9;
  --std-soft:#f3f6f9;

  overflow:hidden;
  background:#fff;
  color:var(--std-ink);
}

.acg-standards-page *,
.acg-standards-page *:before,
.acg-standards-page *:after{
  box-sizing:border-box;
}

.acg-std-shell{
  width:min(1360px,calc(100% - 56px));
  margin-inline:auto;
}

.acg-std-kicker,
.acg-std-eyebrow{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--std-blue);
  font:900 10px/1 Arial,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.acg-std-kicker:before,
.acg-std-eyebrow:before{
  content:"";
  width:38px;
  height:2px;
  background:currentColor;
}


/* =========================================================
   HERO
   ========================================================= */

.acg-std-hero{
  position:relative;
  min-height:850px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  overflow:hidden;
  background:
    linear-gradient(
      90deg,
      rgba(39,111,181,.11) 1px,
      transparent 1px
    ),
    linear-gradient(
      rgba(39,111,181,.11) 1px,
      transparent 1px
    ),
    linear-gradient(
      135deg,
      #011529 0%,
      #022041 58%,
      #063b70 150%
    );
  background-size:
    64px 64px,
    64px 64px,
    auto;
  color:#fff;
}

.acg-std-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(
      circle at 75% 38%,
      rgba(25,117,205,.22),
      transparent 31%
    );
  pointer-events:none;
}

.acg-std-hero__technical{
  position:absolute;
  inset:0;
  overflow:hidden;
  opacity:.55;
  pointer-events:none;
}

.acg-std-hero__circle{
  position:absolute;
  border:1px solid rgba(112,188,240,.25);
  border-radius:50%;
}

.acg-std-hero__circle--1{
  width:540px;
  height:540px;
  top:80px;
  left:-110px;
}

.acg-std-hero__circle--1:before,
.acg-std-hero__circle--1:after{
  content:"";
  position:absolute;
  background:rgba(112,188,240,.22);
}

.acg-std-hero__circle--1:before{
  width:1px;
  height:620px;
  left:50%;
  top:-40px;
}

.acg-std-hero__circle--1:after{
  height:1px;
  width:620px;
  top:50%;
  left:-40px;
}

.acg-std-hero__circle--2{
  width:210px;
  height:210px;
  left:55px;
  top:245px;
}

.acg-std-hero__dimension{
  position:absolute;
  color:rgba(159,211,246,.52);
  font:700 9px Arial,sans-serif;
  letter-spacing:.18em;
}

.acg-std-hero__dimension--1{
  left:95px;
  top:122px;
}

.acg-std-hero__dimension--2{
  left:250px;
  top:565px;
  transform:rotate(-90deg);
}

.acg-std-hero__grid{
  position:relative;
  z-index:3;
  padding:145px 0 85px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:100px;
  align-items:end;
}

.acg-std-hero__content{
  max-width:900px;
}

.acg-std-hero__brand{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:65px;
}

.acg-std-hero__brand img{
  width:68px;
  height:auto;
}

.acg-std-hero__brand div{
  display:flex;
  flex-direction:column;
  gap:5px;
}

.acg-std-hero__brand strong{
  color:#fff;
  font:900 12px Arial,sans-serif;
  letter-spacing:.14em;
}

.acg-std-hero__brand span{
  color:#7cc2ed;
  font:800 9px Arial,sans-serif;
  letter-spacing:.16em;
}

.acg-std-hero .acg-std-eyebrow{
  color:#82c7f1;
}

.acg-std-hero h1{
  max-width:890px;
  margin:25px 0 0;
  color:#fff;
  font-size:clamp(55px,7vw,104px);
  font-weight:950;
  line-height:1.08;
  letter-spacing:-.055em;
}

.acg-std-hero__lead{
  max-width:760px;
  margin:28px 0 0;
  color:#c4d5e2;
  font-size:17px;
  line-height:2.05;
}


/* Hero standard codes */

.acg-std-hero__codes{
  border-top:1px solid rgba(255,255,255,.16);
}

.acg-std-hero__codes > div{
  position:relative;
  display:grid;
  grid-template-columns:35px 95px 1fr;
  align-items:center;
  min-height:82px;
  border-bottom:1px solid rgba(255,255,255,.16);
  transition:
    background .25s ease,
    padding .25s ease;
}

.acg-std-hero__codes > div:hover{
  padding-inline:12px;
  background:rgba(255,255,255,.055);
}

.acg-std-hero__codes small{
  color:#68b6e8;
  font:800 9px Arial,sans-serif;
}

.acg-std-hero__codes strong{
  color:#fff;
  font:950 19px Arial,sans-serif;
}

.acg-std-hero__codes span{
  color:#93a9ba;
  font:700 9px Arial,sans-serif;
  letter-spacing:.08em;
}


/* bottom engineering flow */

.acg-std-hero__bottom{
  position:relative;
  z-index:3;
  border-top:1px solid rgba(255,255,255,.14);
}

.acg-std-hero__bottom .acg-std-shell{
  height:66px;
  display:flex;
  align-items:center;
  gap:20px;
}

.acg-std-hero__bottom span{
  color:#91aec3;
  font:800 9px Arial,sans-serif;
  letter-spacing:.13em;
}

.acg-std-hero__bottom i{
  flex:1;
  height:1px;
  max-width:85px;
  background:rgba(126,195,239,.35);
}


/* =========================================================
   SECTION HEADER
   ========================================================= */

.acg-std-section-head{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:100px;
  align-items:end;
}

.acg-std-section-head h2{
  max-width:850px;
  margin:18px 0 0;
  color:var(--std-navy);
  font-size:clamp(40px,5vw,72px);
  font-weight:950;
  line-height:1.3;
  letter-spacing:-.04em;
}

.acg-std-section-head > p{
  max-width:580px;
  margin:0;
  color:var(--std-muted);
  font-size:14px;
  line-height:2.15;
}


/* =========================================================
   FRAMEWORK
   ========================================================= */

.acg-std-framework{
  padding:150px 0;
  background:#fff;
}

.acg-std-framework__list{
  margin-top:80px;
  border-top:1px solid var(--std-line);
}

.acg-std-framework__list article{
  position:relative;
  min-height:155px;
  display:grid;
  grid-template-columns:65px 185px minmax(0,1fr) 150px;
  gap:25px;
  align-items:center;
  padding:30px 0;
  border-bottom:1px solid var(--std-line);
  transition:
    padding .3s ease,
    background .3s ease;
}

.acg-std-framework__list article:before{
  content:"";
  position:absolute;
  right:0;
  bottom:-1px;
  width:0;
  height:2px;
  background:var(--std-blue);
  transition:width .4s cubic-bezier(.2,.8,.2,1);
}

.acg-std-framework__list article:hover{
  padding-inline:18px;
  background:#f8fafc;
}

.acg-std-framework__list article:hover:before{
  width:100%;
}

.acg-std-framework__number{
  color:#8293a3;
  font:800 10px Arial,sans-serif;
}

.acg-std-framework__code{
  color:var(--std-navy);
  font:950 clamp(34px,4vw,56px) Arial,sans-serif;
  letter-spacing:-.04em;
}

.acg-std-framework__list h3{
  margin:0 0 8px;
  color:var(--std-ink);
  font-size:17px;
}

.acg-std-framework__list p{
  max-width:650px;
  margin:0;
  color:var(--std-muted);
  font-size:13px;
  line-height:2;
}

.acg-std-framework__type{
  justify-self:end;
  color:#7990a2;
  font:800 9px Arial,sans-serif;
  letter-spacing:.14em;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media(max-width:1050px){

  .acg-std-shell{
    width:min(100% - 40px,1360px);
  }

  .acg-std-hero__grid{
    grid-template-columns:1fr;
    gap:60px;
  }

  .acg-std-hero__codes{
    display:grid;
    grid-template-columns:repeat(2,1fr);
  }

  .acg-std-hero__codes > div{
    padding-inline:15px;
  }

  .acg-std-section-head{
    grid-template-columns:1fr;
    gap:25px;
  }

}

@media(max-width:760px){

  .acg-std-framework__list article{
    grid-template-columns:45px 110px 1fr;
  }

  .acg-std-framework__type{
    display:none;
  }

}

@media(max-width:600px){

  .acg-std-shell{
    width:calc(100% - 28px);
  }

  .acg-std-hero{
    min-height:760px;
  }

  .acg-std-hero__grid{
    padding:105px 0 55px;
  }

  .acg-std-hero__brand{
    margin-bottom:45px;
  }

  .acg-std-hero__brand img{
    width:58px;
  }

  .acg-std-hero h1{
    font-size:clamp(48px,15vw,68px);
  }

  .acg-std-hero__lead{
    font-size:15px;
  }

  .acg-std-hero__codes{
    grid-template-columns:1fr;
  }

  .acg-std-hero__codes > div{
    min-height:64px;
    grid-template-columns:30px 85px 1fr;
  }

  .acg-std-hero__bottom{
    display:none;
  }

  .acg-std-framework{
    padding:85px 0;
  }

  .acg-std-section-head h2{
    font-size:38px;
  }

  .acg-std-framework__list{
    margin-top:45px;
  }

  .acg-std-framework__list article{
    display:grid;
    grid-template-columns:42px 1fr;
    gap:10px 16px;
    padding:26px 0;
  }

  .acg-std-framework__code{
    font-size:36px;
  }

  .acg-std-framework__list article > div{
    grid-column:1 / 3;
    padding-top:8px;
  }

}

@media(prefers-reduced-motion:reduce){

  .acg-standards-page *,
  .acg-standards-page *:before,
  .acg-standards-page *:after{
    transition:none!important;
  }

}


/* =========================================================
   APPLICATION MATRIX
   ========================================================= */

.acg-std-application{
  padding:145px 0;
  background:#f3f6f9;
}

.acg-std-matrix{
  margin-top:75px;
  border-top:2px solid #022041;
}

.acg-std-matrix__header,
.acg-std-matrix article{
  display:grid;
  grid-template-columns:1fr 1.15fr 1.4fr;
  gap:32px;
  align-items:center;
}

.acg-std-matrix__header{
  min-height:52px;
  color:#7c8c9b;
  font-size:11px;
  font-weight:900;
  border-bottom:1px solid #cbd6df;
}

.acg-std-matrix article{
  position:relative;
  min-height:125px;
  border-bottom:1px solid #cbd6df;
  transition:
    background .25s ease,
    padding .25s ease;
}

.acg-std-matrix article:hover{
  padding-inline:16px;
  background:#fff;
}

.acg-std-matrix article > div:first-child{
  display:flex;
  align-items:center;
  gap:18px;
}

.acg-std-matrix__no{
  color:#0c53a5;
  font:900 10px Arial,sans-serif;
}

.acg-std-matrix article strong{
  color:#022041;
  font-size:16px;
}

.acg-std-matrix__codes{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}

.acg-std-matrix__codes span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 11px;
  border:1px solid #c7d4df;
  background:#fff;
  color:#0c53a5;
  font:900 10px Arial,sans-serif;
}

.acg-std-matrix article p{
  margin:0;
  color:#687b8c;
  font-size:13px;
  line-height:1.95;
}


/* =========================================================
   ENGINEERING LIFECYCLE
   ========================================================= */

.acg-std-lifecycle{
  padding:145px 0 155px;
  background:#06192c;
  color:#fff;
}

.acg-std-lifecycle .acg-std-kicker{
  color:#76bde9;
}

.acg-std-lifecycle .acg-std-kicker:before{
  background:#76bde9;
}

.acg-std-lifecycle__head{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:100px;
  align-items:end;
}

.acg-std-lifecycle__head h2{
  max-width:900px;
  margin:18px 0 0;
  color:#fff;
  font-size:clamp(40px,5vw,72px);
  line-height:1.3;
  letter-spacing:-.04em;
}

.acg-std-lifecycle__head p{
  max-width:560px;
  margin:0;
  color:#a9bbc9;
  font-size:14px;
  line-height:2.1;
}

.acg-std-lifecycle__flow{
  margin-top:90px;
  display:grid;
  grid-template-columns:
    minmax(0,1fr) 28px
    minmax(0,1fr) 28px
    minmax(0,1fr) 28px
    minmax(0,1fr) 28px
    minmax(0,1fr) 28px
    minmax(0,1fr);
  align-items:center;
}

.acg-std-lifecycle__flow article{
  min-height:260px;
  padding:26px 20px;
  border-top:1px solid rgba(255,255,255,.17);
  border-bottom:1px solid rgba(255,255,255,.17);
  transition:
    background .3s ease,
    transform .3s ease;
}

.acg-std-lifecycle__flow article:hover{
  background:rgba(255,255,255,.055);
  transform:translateY(-5px);
}

.acg-std-lifecycle__flow article > span{
  display:block;
  color:#6db7e6;
  font:900 11px Arial,sans-serif;
}

.acg-std-lifecycle__flow small{
  display:block;
  margin-top:32px;
  color:#667f93;
  font:800 9px Arial,sans-serif;
  letter-spacing:.13em;
}

.acg-std-lifecycle__flow h3{
  margin:10px 0;
  color:#fff;
  font-size:18px;
}

.acg-std-lifecycle__flow p{
  margin:0;
  color:#9eb1c0;
  font-size:12px;
  line-height:1.9;
}

.acg-std-lifecycle__flow > i{
  position:relative;
  height:1px;
  background:rgba(112,188,235,.35);
}

.acg-std-lifecycle__flow > i:after{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:6px;
  height:6px;
  border-top:1px solid #70bceb;
  border-left:1px solid #70bceb;
  transform:
    translateY(-50%)
    rotate(-45deg);
}


/* =========================================================
   VERIFICATION
   ========================================================= */

.acg-std-verification{
  padding:155px 0;
  background:#fff;
}

.acg-std-verification__grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:110px;
  align-items:start;
}

.acg-std-verification__intro{
  position:sticky;
  top:105px;
}

.acg-std-verification__intro h2{
  max-width:600px;
  margin:20px 0 28px;
  color:#022041;
  font-size:clamp(40px,4.5vw,66px);
  line-height:1.35;
  letter-spacing:-.035em;
}

.acg-std-verification__intro > p{
  max-width:570px;
  margin:0;
  color:#6d7f90;
  font-size:14px;
  line-height:2.15;
}

.acg-std-verification__index{
  margin-top:50px;
  display:flex;
  align-items:center;
}

.acg-std-verification__index span{
  min-width:80px;
}

.acg-std-verification__index strong,
.acg-std-verification__index small{
  display:block;
  font-family:Arial,sans-serif;
}

.acg-std-verification__index strong{
  color:#022041;
  font-size:10px;
}

.acg-std-verification__index small{
  margin-top:5px;
  color:#8c9ba8;
  font-size:8px;
}

.acg-std-verification__index i{
  width:50px;
  height:1px;
  margin-inline:10px;
  background:#c7d4de;
}

.acg-std-verification__list{
  border-top:1px solid #d8e1e9;
}

.acg-std-verification__list article{
  display:grid;
  grid-template-columns:55px 1fr;
  gap:18px;
  min-height:155px;
  padding:30px 0;
  border-bottom:1px solid #d8e1e9;
  transition:
    padding .25s ease,
    background .25s ease;
}

.acg-std-verification__list article:hover{
  padding-inline:16px;
  background:#f7f9fb;
}

.acg-std-verification__list article > span{
  color:#0c53a5;
  font:900 10px Arial,sans-serif;
}

.acg-std-verification__list strong{
  color:#8294a3;
  font:800 9px Arial,sans-serif;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.acg-std-verification__list h3{
  margin:7px 0 8px;
  color:#022041;
  font-size:18px;
}

.acg-std-verification__list p{
  max-width:650px;
  margin:0;
  color:#6b7d8e;
  font-size:13px;
  line-height:1.95;
}


/* =========================================================
   CORE RESPONSIVE
   ========================================================= */

@media(max-width:1050px){

  .acg-std-lifecycle__head,
  .acg-std-verification__grid{
    grid-template-columns:1fr;
    gap:45px;
  }

  .acg-std-verification__intro{
    position:static;
  }

  .acg-std-lifecycle__flow{
    grid-template-columns:repeat(3,1fr);
    gap:10px;
  }

  .acg-std-lifecycle__flow > i{
    display:none;
  }

}

@media(max-width:760px){

  .acg-std-matrix__header{
    display:none;
  }

  .acg-std-matrix article{
    grid-template-columns:1fr;
    gap:16px;
    padding:28px 0;
  }

  .acg-std-lifecycle__flow{
    grid-template-columns:1fr 1fr;
  }

}

@media(max-width:600px){

  .acg-std-application,
  .acg-std-lifecycle,
  .acg-std-verification{
    padding:82px 0;
  }

  .acg-std-lifecycle__flow{
    margin-top:50px;
    grid-template-columns:1fr;
  }

  .acg-std-lifecycle__flow article{
    min-height:auto;
    padding:26px 18px;
  }

  .acg-std-verification__index{
    display:none;
  }

}


/* =========================================================
   PROJECT SPECIFIC
   ========================================================= */

.acg-std-project{
  background:#eef3f7;
}

.acg-std-project__grid{
  padding:150px 0 125px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:110px;
  align-items:start;
}

.acg-std-project__statement h2{
  max-width:670px;
  margin:20px 0 28px;
  color:#022041;
  font-size:clamp(42px,5vw,72px);
  font-weight:950;
  line-height:1.3;
  letter-spacing:-.04em;
}

.acg-std-project__statement p{
  max-width:600px;
  margin:0;
  color:#687b8c;
  font-size:14px;
  line-height:2.15;
}

.acg-std-project__parameters{
  border-top:2px solid #022041;
}

.acg-std-project__parameters article{
  min-height:92px;
  display:grid;
  grid-template-columns:50px 1fr;
  align-items:center;
  border-bottom:1px solid #c9d5df;
  transition:
    padding .25s ease,
    background .25s ease;
}

.acg-std-project__parameters article:hover{
  padding-inline:14px;
  background:#fff;
}

.acg-std-project__parameters article > span{
  color:#0c53a5;
  font:900 10px Arial,sans-serif;
}

.acg-std-project__parameters strong{
  display:block;
  color:#8797a5;
  font:800 9px Arial,sans-serif;
  letter-spacing:.12em;
}

.acg-std-project__parameters h3{
  margin:7px 0 0;
  color:#022041;
  font-size:16px;
}

.acg-std-project__note{
  border-top:1px solid #cad7e1;
  background:#e3ebf2;
}

.acg-std-project__note .acg-std-shell{
  min-height:110px;
  display:grid;
  grid-template-columns:220px 1fr;
  gap:35px;
  align-items:center;
}

.acg-std-project__note span{
  color:#0c53a5;
  font:900 9px Arial,sans-serif;
  letter-spacing:.15em;
}

.acg-std-project__note strong{
  color:#23425e;
  font-size:14px;
  line-height:1.9;
}


/* =========================================================
   CERTIFICATES
   ========================================================= */

.acg-std-certificates{
  padding:150px 0;
  background:#fff;
}

.acg-std-certificates__grid{
  margin-top:75px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.acg-std-certificate{
  margin:0;
  border:1px solid #d5dfe7;
  background:#f7f9fb;
}

.acg-std-certificate__media{
  position:relative;
  height:500px;
  padding:26px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef2f5;
}

.acg-std-certificate__media img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  display:block;
  object-fit:contain;
  filter:
    drop-shadow(0 18px 30px rgba(2,32,65,.12));
  transition:transform .4s ease;
}

.acg-std-certificate:hover img{
  transform:scale(1.025);
}

.acg-std-certificate__no{
  position:absolute;
  top:16px;
  right:16px;
  color:#0c53a5;
  font:900 10px Arial,sans-serif;
}

.acg-std-certificate figcaption{
  min-height:86px;
  padding:20px 22px;
  border-top:1px solid #d5dfe7;
}

.acg-std-certificate figcaption small,
.acg-std-certificate figcaption strong{
  display:block;
}

.acg-std-certificate figcaption small{
  color:#8495a4;
  font:800 8px Arial,sans-serif;
  letter-spacing:.15em;
}

.acg-std-certificate figcaption strong{
  margin-top:8px;
  color:#022041;
  font:950 22px Arial,sans-serif;
}

.acg-std-certificates__disclaimer{
  margin-top:35px;
  padding:24px 28px;
  display:grid;
  grid-template-columns:28px 1fr;
  gap:15px;
  align-items:start;
  border-top:1px solid #cdd8e1;
  border-bottom:1px solid #cdd8e1;
}

.acg-std-certificates__disclaimer i{
  color:#0c53a5;
  margin-top:5px;
}

.acg-std-certificates__disclaimer p{
  max-width:1000px;
  margin:0;
  color:#677a8a;
  font-size:12px;
  line-height:2;
}


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

.acg-std-cta{
  position:relative;
  min-height:670px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    linear-gradient(
      90deg,
      rgba(57,132,199,.08) 1px,
      transparent 1px
    ),
    linear-gradient(
      rgba(57,132,199,.08) 1px,
      transparent 1px
    ),
    #01172d;
  background-size:64px 64px;
  color:#fff;
}

.acg-std-cta:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(
      circle at 25% 50%,
      rgba(21,112,194,.25),
      transparent 34%
    );
}

.acg-std-cta__technical{
  position:absolute;
  z-index:1;
  left:5%;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  flex-direction:column;
  color:rgba(255,255,255,.035);
  font:950 92px/.85 Arial,sans-serif;
}

.acg-std-cta__content{
  position:relative;
  z-index:3;
}

.acg-std-cta .acg-std-kicker{
  color:#72bce9;
}

.acg-std-cta .acg-std-kicker:before{
  background:#72bce9;
}

.acg-std-cta h2{
  max-width:900px;
  margin:24px 0;
  color:#fff;
  font-size:clamp(48px,6vw,90px);
  line-height:1.16;
  letter-spacing:-.05em;
}

.acg-std-cta p{
  max-width:680px;
  margin:0;
  color:#b3c6d5;
  font-size:15px;
  line-height:2.05;
}

.acg-std-cta__actions{
  margin-top:36px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.acg-std-cta__actions a{
  min-width:180px;
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  text-decoration:none;
  font-weight:900;
  transition:
    transform .25s ease,
    background .25s ease,
    color .25s ease;
}

.acg-std-cta__actions a:hover{
  transform:translateY(-4px);
}

.acg-std-cta__primary{
  background:#fff;
  color:#022041;
}

.acg-std-cta__secondary{
  border:1px solid rgba(255,255,255,.3);
  color:#fff;
  background:rgba(255,255,255,.04);
}


/* =========================================================
   FINAL RESPONSIVE
   ========================================================= */

@media(max-width:1050px){

  .acg-std-project__grid{
    grid-template-columns:1fr;
    gap:55px;
  }

  .acg-std-certificates__grid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:700px){

  .acg-std-certificates__grid{
    grid-template-columns:1fr;
  }

  .acg-std-certificate__media{
    height:440px;
  }

  .acg-std-project__note .acg-std-shell{
    grid-template-columns:1fr;
    gap:8px;
    padding-block:25px;
  }

}

@media(max-width:600px){

  .acg-std-project__grid,
  .acg-std-certificates{
    padding-top:82px;
    padding-bottom:82px;
  }

  .acg-std-certificate__media{
    height:390px;
  }

  .acg-std-cta{
    min-height:620px;
  }

  .acg-std-cta h2{
    font-size:46px;
  }

  .acg-std-cta__technical{
    font-size:68px;
    left:-20px;
  }

  .acg-std-cta__actions{
    display:grid;
  }

  .acg-std-cta__actions a{
    width:100%;
  }

}
