/* Build 81 — webinar layout only. Does not target assessment or legal content.
   Top: existing copy + raised laptop. Bottom: benefits + signup, centered on one row. */
#founders-webinar.webinar81 .webinar60-inner {
  max-width: 1392px;
  padding: 58px 40px 34px;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  column-gap: 56px;
  row-gap: 38px;
  align-items: start;
}
#founders-webinar.webinar81 .webinar60-copy { min-width: 0; }
#founders-webinar.webinar81 .webinar60-copy::before { display: none; }
#founders-webinar.webinar81 .webinar60-device {
  width: 100%;
  min-width: 0;
  align-self: start;
  margin: 40px 0 0;
}
#founders-webinar.webinar81 .webinar60-laptop-base {
  margin-left: -22px;
  margin-right: -22px;
}
/* Keep the existing laptop layers, but prevent screen copy from entering its bottom ribbon. */
#founders-webinar.webinar81 .webinar60-laptop-screen { container-type: inline-size; }
#founders-webinar.webinar81 .webinar60-screen-copy { top: 8%; width: 49%; }
#founders-webinar.webinar81 .webinar60-screen-copy > span {
  font-size: clamp(5.5px, 1.6cqw, 11px);
  line-height: 1.4;
}
#founders-webinar.webinar81 .webinar60-screen-rule {
  margin: 2cqw 0 2.2cqw;
}
#founders-webinar.webinar81 .webinar60-screen-copy h3 {
  font-size: clamp(16px, 5.9cqw, 44px);
  line-height: 1.02;
  margin: 0 0 2cqw;
}
#founders-webinar.webinar81 .webinar60-screen-copy p {
  margin: 0;
  font-size: clamp(7px, 1.68cqw, 12px);
  line-height: 1.42;
  max-width: none;
}
#founders-webinar.webinar81 .webinar60-screen-shield {
  background-image: url('../assets/images/revitalized-shield.png');
}
#founders-webinar.webinar81 .webinar60-screen-bottom {
  min-height: 0;
  height: 22%;
  padding: 2.3cqw 2.7cqw;
  gap: 1.2cqw;
}
#founders-webinar.webinar81 .webinar60-screen-bottom > div {
  gap: 1.4cqw;
  padding: 0 1.5cqw;
  min-width: 0;
}
#founders-webinar.webinar81 .webinar60-screen-bottom b { font-size: 3.5cqw; }
#founders-webinar.webinar81 .webinar60-screen-bottom span {
  font-size: clamp(5px, 1.45cqw, 10px);
  line-height: 1.4;
  letter-spacing: .09em;
}
/* Both pieces sit in the same grid row, with matching vertical centers — not staggered. */
#founders-webinar.webinar81 .webinar81-conversion {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 44px;
  margin: 0;
  width: 100%;
}
#founders-webinar.webinar81 .webinar60-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  margin: 0;
  width: 100%;
}
#founders-webinar.webinar81 .webinar60-benefits > div {
  position: relative;
  min-width: 0;
  padding: 9px 14px;
  justify-content: flex-start;
}
#founders-webinar.webinar81 .webinar60-benefits > div + div::before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 13px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(216,166,42,.08), rgba(216,166,42,.48) 25%, rgba(216,166,42,.48) 75%, rgba(216,166,42,.08));
  pointer-events: none;
}
#founders-webinar.webinar81 .webinar60-icon {
  width: 80px;
  height: 80px;
  margin: 0 0 16px;
  font-size: 34px;
  border-color: rgba(198,141,26,.7);
  background: rgba(255,252,245,.5);
}
#founders-webinar.webinar81 .webinar60-benefits strong {
  font-size: 17px;
  line-height: 1.35;
  color: #083e32;
  margin: 0 0 4px;
}
#founders-webinar.webinar81 .webinar60-benefits small {
  font-size: 15px;
  line-height: 1.45;
  max-width: 170px;
  color: #39554b;
}
#founders-webinar.webinar81 .webinar60-notify {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 25px 28px 22px;
  border-radius: 20px;
  background: radial-gradient(ellipse at 18% 0, rgba(34,110,82,.26), transparent 60%), linear-gradient(120deg,#064f3e,#01392f);
  box-shadow: 0 18px 38px rgba(34,51,33,.15);
}
#founders-webinar.webinar81 .webinar60-notify-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .12em;
  text-align: center;
  color: #f5cd68;
}
#founders-webinar.webinar81 .webinar60-notify-title span {
  flex: none;
  font-size: 21px;
  line-height: 1;
  margin: 0;
}
#founders-webinar.webinar81 .webinar60-notify-row {
  overflow: hidden;
  min-height: 56px;
  border: 1px solid #ece6d9;
  background: #fffcf6;
  border-radius: 11px;
}
#founders-webinar.webinar81 .webinar60-notify-row input {
  min-width: 0;
  min-height: 54px;
  font-size: 17px;
  padding: 15px 48px 15px 18px;
}
#founders-webinar.webinar81 .webinar60-notify-row:focus-within {
  outline: 2px solid #f8cf65;
  outline-offset: 3px;
}
#founders-webinar.webinar81 .webinar60-notify button {
  min-height: 58px;
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #f1cf71;
  border-radius: 11px;
  background: linear-gradient(180deg,#f7d366,#e1ab2b);
  color: #063d31;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: .1em;
  line-height: 1.4;
  box-shadow: 0 7px 14px rgba(0,28,20,.14);
}
#founders-webinar.webinar81 .webinar60-notify button span { font-size: 25px; line-height: 1; }
#founders-webinar.webinar81 .webinar60-notify button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
#founders-webinar.webinar81 .webinar60-limited { gap: 15px; margin-top: 17px; }
#founders-webinar.webinar81 .webinar60-limited span { flex: 1; max-width: 60px; }
#founders-webinar.webinar81 .webinar60-limited em {
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
}
#founders-webinar.webinar81 .webinar60-footer { margin-top: 0; }
@media (hover:hover) {
  #founders-webinar.webinar81 .webinar60-notify button:hover { filter: brightness(1.04); }
}
@media (max-width: 1200px) {
  #founders-webinar.webinar81 .webinar60-inner { column-gap: 40px; padding-inline: 30px; }
  #founders-webinar.webinar81 .webinar81-conversion { gap: 30px; }
  #founders-webinar.webinar81 .webinar60-benefits > div { padding-inline: 9px; }
  #founders-webinar.webinar81 .webinar60-benefits strong { font-size: 15px; }
  #founders-webinar.webinar81 .webinar60-benefits small { font-size: 14px; }
  #founders-webinar.webinar81 .webinar60-notify { padding-inline: 22px; }
  #founders-webinar.webinar81 .webinar60-notify-title { font-size: 11px; letter-spacing: .085em; }
}
@media (max-width: 1100px) {
  #founders-webinar.webinar81 .webinar60-inner {
    max-width: 900px;
    grid-template-columns: minmax(0,1fr);
    gap: 34px;
  }
  #founders-webinar.webinar81 .webinar60-copy { width: 100%; max-width: 680px; justify-self: center; }
  #founders-webinar.webinar81 .webinar60-copy h2 { max-width: 680px; }
  #founders-webinar.webinar81 .webinar60-device { max-width: 720px; justify-self: center; margin: 0; }
  #founders-webinar.webinar81 .webinar81-conversion {
    grid-template-columns: minmax(0,1fr);
    gap: 28px;
    max-width: 680px;
    justify-self: center;
  }
  #founders-webinar.webinar81 .webinar60-benefits strong { font-size: 17px; }
  #founders-webinar.webinar81 .webinar60-benefits small { font-size: 15px; }
  #founders-webinar.webinar81 .webinar60-notify-title { font-size: 12px; letter-spacing: .1em; }
  #founders-webinar.webinar81 .webinar60-footer {
    max-width: 720px;
    width: 100%;
    justify-self: center;
  }
}
@media (max-width: 640px) {
  #founders-webinar.webinar81 .webinar60-inner { padding: 40px 20px 28px; row-gap: 28px; }
  #founders-webinar.webinar81 .webinar60-copy h2 { font-size: clamp(36px,8.6vw,48px)!important; }
  #founders-webinar.webinar81 .webinar60-pill { font-size: 12px; padding: 10px 16px; }
  #founders-webinar.webinar81 .webinar60-copy > p { font-size: 16px; line-height: 1.6; }
  #founders-webinar.webinar81 .webinar60-device { width: calc(100% - 16px); }
  #founders-webinar.webinar81 .webinar60-laptop-base { margin-inline: -8px; }
  #founders-webinar.webinar81 .webinar60-screen-copy { top: 6%; }
  #founders-webinar.webinar81 .webinar60-screen-rule { margin: 1cqw 0 1.3cqw; }
  #founders-webinar.webinar81 .webinar60-screen-copy h3 { font-size: clamp(14px,5.9cqw,44px); margin-bottom: 1cqw; }
  #founders-webinar.webinar81 .webinar60-screen-copy p { font-size: clamp(6px,1.68cqw,12px); }
  #founders-webinar.webinar81 .webinar60-benefits > div { padding: 4px 8px; }
  #founders-webinar.webinar81 .webinar60-benefits > div + div::before { top: 13px; bottom: 5px; }
  #founders-webinar.webinar81 .webinar60-icon { width: 55px; height: 55px; margin-bottom: 12px; font-size: 26px; }
  #founders-webinar.webinar81 .webinar60-benefits strong { font-size: 13px; line-height: 1.35; }
  #founders-webinar.webinar81 .webinar60-benefits small { font-size: 12px; line-height: 1.45; }
  #founders-webinar.webinar81 .webinar60-notify { padding: 21px 18px 18px; border-radius: 17px; }
  #founders-webinar.webinar81 .webinar60-notify-title { font-size: 11px; line-height: 1.6; gap: 9px; letter-spacing: .1em; }
  #founders-webinar.webinar81 .webinar60-notify-row input { font-size: 16px; padding-left: 13px; }
  #founders-webinar.webinar81 .webinar60-notify button { font-size: 13px; letter-spacing: .07em; gap: 10px; }
  #founders-webinar.webinar81 .webinar60-limited { gap: 8px; margin-top: 14px; }
  #founders-webinar.webinar81 .webinar60-limited em { font-size: 14px; }
  #founders-webinar.webinar81 .webinar60-footer { padding: 10px 14px; }
}
@media (max-width: 359px) {
  #founders-webinar.webinar81 .webinar60-screen-copy { top: 4%; }
  #founders-webinar.webinar81 .webinar60-screen-copy h3 { font-size: 5.4cqw; }
  #founders-webinar.webinar81 .webinar60-screen-rule { margin: .8cqw 0 1cqw; }
}
@media (prefers-reduced-motion: reduce) {
  #founders-webinar.webinar81 .webinar60-notify button { transition: none; }
}


/* Build 85 - homepage Founders webinar punch + layout */
#founders-webinar.webinar85{
  background:
    radial-gradient(circle at 78% 12%,rgba(216,166,42,.06),transparent 26%),
    radial-gradient(circle at 14% 86%,rgba(21,71,52,.045),transparent 30%),
    linear-gradient(180deg,#fffaf3 0%,#fbfaf6 100%);
}

#founders-webinar.webinar85 .webinar60-inner{
  max-width:1440px;
  padding:68px 42px 44px;
  grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
  column-gap:62px;
  row-gap:34px;
}

#founders-webinar.webinar85 .webinar60-copy{
  align-self:center;
}

#founders-webinar.webinar85 .webinar60-pill{
  display:inline-flex;
  align-items:center;
  padding:10px 15px;
  border-radius:999px;
  background:linear-gradient(180deg,#edf5f0,#e4efe9);
  border:1px solid rgba(21,71,52,.12);
  box-shadow:0 8px 20px rgba(21,71,52,.05);
  color:#0f5a43;
  font-size:11px;
  letter-spacing:.14em;
}

#founders-webinar.webinar85 .webinar60-copy h2{
  max-width:650px;
  margin:20px 0 18px;
  color:#073f33;
  font-size:clamp(48px,4.85vw,72px);
  line-height:.95;
  letter-spacing:-.045em;
}

#founders-webinar.webinar85 .webinar60-copy h2 em{
  color:#b18845;
  font-style:normal;
}

#founders-webinar.webinar85 .webinar60-rule{
  max-width:550px;
  margin:18px 0 26px;
}

#founders-webinar.webinar85 .webinar85-lead{
  max-width:650px;
  margin:0;
  color:#455249;
  font-size:18px;
  line-height:1.62;
}

#founders-webinar.webinar85 .webinar85-microproof{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:22px 0 16px;
}

#founders-webinar.webinar85 .webinar85-microproof span{
  position:relative;
  padding:9px 12px 9px 30px;
  border:1px solid rgba(21,71,52,.11);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  color:#214b3c;
  font-size:12px;
  font-weight:800;
  box-shadow:0 7px 18px rgba(21,71,52,.04);
}

#founders-webinar.webinar85 .webinar85-microproof span::before{
  content:"✓";
  position:absolute;
  left:11px;
  top:50%;
  transform:translateY(-50%);
  color:#b18845;
  font-weight:900;
}

#founders-webinar.webinar85 .webinar85-urgency{
  max-width:620px;
  margin-top:16px;
  padding:13px 15px;
  border-left:4px solid #d8a62a;
  border-radius:0 12px 12px 0;
  background:linear-gradient(90deg,rgba(255,246,219,.96),rgba(255,250,239,.75));
  color:#6f561e;
  font-size:13px;
  line-height:1.5;
  font-weight:750;
}

#founders-webinar.webinar85 .webinar60-device{
  margin:4px 0 0;
  filter:drop-shadow(0 20px 28px rgba(21,71,52,.10));
}

#founders-webinar.webinar85 .webinar60-laptop-screen{
  border-radius:20px 20px 5px 5px;
  box-shadow:0 18px 36px rgba(13,49,37,.16);
}

#founders-webinar.webinar85 .webinar60-screen-copy{
  top:7%;
  width:48%;
}

#founders-webinar.webinar85 .webinar60-screen-copy h3{
  font-size:clamp(17px,5.25cqw,40px);
  line-height:1.03;
}

#founders-webinar.webinar85 .webinar60-screen-copy p{
  font-size:clamp(7px,1.6cqw,12px);
  max-width:95%;
}

#founders-webinar.webinar85 .webinar60-screen-bottom{
  background:linear-gradient(180deg,rgba(4,72,54,.98),rgba(3,57,44,.99));
}

#founders-webinar.webinar85 .webinar85-conversion{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);
  gap:34px;
  align-items:center;
  margin-top:4px;
}

#founders-webinar.webinar85 .webinar60-benefits{
  gap:12px;
}

#founders-webinar.webinar85 .webinar60-benefits>div{
  min-height:190px;
  padding:20px 18px 18px;
  border:1px solid rgba(21,71,52,.11);
  border-radius:18px;
  background:rgba(255,255,255,.84);
  box-shadow:0 12px 28px rgba(21,71,52,.05);
  align-items:flex-start;
}

#founders-webinar.webinar85 .webinar60-benefits>div+div::before{
  display:none;
}

#founders-webinar.webinar85 .webinar60-icon{
  width:58px;
  height:58px;
  margin:0 0 15px;
  font-size:26px;
  border:1px solid rgba(198,141,26,.45);
  background:linear-gradient(180deg,#fffaf0,#f8f2e7);
}

#founders-webinar.webinar85 .webinar60-benefits strong{
  font-size:16px;
  line-height:1.3;
  margin-bottom:6px;
}

#founders-webinar.webinar85 .webinar60-benefits small{
  max-width:none;
  font-size:13px;
  line-height:1.45;
}

#founders-webinar.webinar85 .webinar60-notify{
  position:relative;
  padding:28px 30px 24px;
  border:1px solid rgba(230,196,109,.26);
  border-radius:22px;
  background:
    radial-gradient(circle at 86% 15%,rgba(216,166,42,.10),transparent 24%),
    linear-gradient(135deg,#075844,#034638 58%,#02392f);
  box-shadow:0 20px 42px rgba(18,62,47,.18);
}

#founders-webinar.webinar85 .webinar60-notify-title{
  justify-content:flex-start;
  margin-bottom:10px;
  color:#f2cd6b;
  font-size:11px;
  letter-spacing:.14em;
}

#founders-webinar.webinar85 .webinar85-cta-title{
  margin:0 0 10px;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(25px,2vw,32px);
  line-height:1.08;
  font-weight:600;
}

#founders-webinar.webinar85 .webinar85-cta-copy{
  margin:0 0 18px;
  color:#dce8e2;
  font-size:14px;
  line-height:1.52;
}

#founders-webinar.webinar85 .webinar85-cta{
  width:100%;
  min-height:58px;
  border:1px solid #d7a62d;
  border-radius:12px;
  background:linear-gradient(180deg,#19805f,#0d674d);
  color:#fff!important;
  font-size:14px;
  font-weight:900;
  letter-spacing:.04em;
  box-shadow:0 12px 24px rgba(0,30,22,.16);
}

#founders-webinar.webinar85 .webinar85-cta:hover{
  filter:brightness(1.05);
  transform:translateY(-1px);
}

#founders-webinar.webinar85 .webinar85-coaching-note{
  display:inline-flex;
  margin-top:14px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  color:#f0d787;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
}

#founders-webinar.webinar85 .webinar60-limited{
  margin-top:16px;
}

#founders-webinar.webinar85 .webinar60-limited em{
  color:#ead07d;
  font-size:12px;
  line-height:1.4;
  font-weight:700;
}

#founders-webinar.webinar85 .webinar60-footer{
  display:none;
}

@media(max-width:1100px){
  #founders-webinar.webinar85 .webinar60-inner{
    max-width:920px;
    grid-template-columns:1fr;
    gap:30px;
    padding:56px 30px 38px;
  }
  #founders-webinar.webinar85 .webinar60-copy{
    max-width:720px;
    justify-self:center;
  }
  #founders-webinar.webinar85 .webinar60-device{
    max-width:760px;
    justify-self:center;
    margin:0;
  }
  #founders-webinar.webinar85 .webinar85-conversion{
    grid-template-columns:1fr;
    max-width:720px;
    justify-self:center;
    gap:24px;
  }
}

@media(max-width:680px){
  #founders-webinar.webinar85 .webinar60-inner{
    padding:42px 18px 30px;
    row-gap:24px;
  }
  #founders-webinar.webinar85 .webinar60-copy h2{
    font-size:clamp(38px,10vw,50px)!important;
    line-height:.98;
  }
  #founders-webinar.webinar85 .webinar85-lead{
    font-size:16px;
    line-height:1.55;
  }
  #founders-webinar.webinar85 .webinar85-microproof{
    display:grid;
    grid-template-columns:1fr;
  }
  #founders-webinar.webinar85 .webinar85-microproof span{
    border-radius:12px;
  }
  #founders-webinar.webinar85 .webinar85-urgency{
    font-size:12px;
  }
  #founders-webinar.webinar85 .webinar60-benefits{
    grid-template-columns:1fr;
    gap:10px;
  }
  #founders-webinar.webinar85 .webinar60-benefits>div{
    min-height:0;
    padding:16px;
    display:grid;
    grid-template-columns:50px 1fr;
    grid-template-rows:auto auto;
    column-gap:14px;
    align-items:center;
  }
  #founders-webinar.webinar85 .webinar60-icon{
    grid-row:1/3;
    width:50px;
    height:50px;
    margin:0;
    font-size:22px;
  }
  #founders-webinar.webinar85 .webinar60-benefits strong{
    font-size:15px;
  }
  #founders-webinar.webinar85 .webinar60-benefits small{
    font-size:12.5px;
  }
  #founders-webinar.webinar85 .webinar60-notify{
    padding:22px 18px 20px;
    border-radius:18px;
  }
  #founders-webinar.webinar85 .webinar85-cta-title{
    font-size:26px;
  }
}


/* Build 92 - rebalance homepage webinar conversion row + gold CTA */
#founders-webinar.webinar85 .webinar85-conversion{
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:28px;
  align-items:stretch;
}
#founders-webinar.webinar85 .webinar60-benefits{
  height:100%;
  gap:10px;
  align-items:stretch;
}
#founders-webinar.webinar85 .webinar60-benefits>div{
  min-height:0;
  height:100%;
  padding:18px 16px 17px;
  justify-content:center;
  border-radius:17px;
}
#founders-webinar.webinar85 .webinar60-icon{
  width:54px;
  height:54px;
  margin-bottom:13px;
  font-size:24px;
}
#founders-webinar.webinar85 .webinar60-benefits strong{
  font-size:15.5px;
}
#founders-webinar.webinar85 .webinar60-benefits small{
  font-size:12.5px;
  line-height:1.42;
}
#founders-webinar.webinar85 .webinar60-notify{
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:26px 28px 22px;
}
#founders-webinar.webinar85 .webinar85-cta{
  min-height:60px;
  border:1px solid #f1d37b;
  background:linear-gradient(180deg,#f0c856 0%,#d8a62a 100%);
  color:#123d30!important;
  box-shadow:0 12px 26px rgba(177,136,69,.24),inset 0 1px 0 rgba(255,255,255,.45);
}
#founders-webinar.webinar85 .webinar85-cta:hover,
#founders-webinar.webinar85 .webinar85-cta:focus-visible{
  background:linear-gradient(180deg,#f6d36d 0%,#dfb13c 100%);
  color:#0c3529!important;
  filter:none;
  transform:translateY(-1px);
}
#founders-webinar.webinar85 .webinar85-coaching-note{
  margin-top:13px;
}
#founders-webinar.webinar85 .webinar60-limited{
  margin-top:14px;
}
@media(max-width:1100px){
  #founders-webinar.webinar85 .webinar85-conversion{
    grid-template-columns:1fr;
    max-width:740px;
  }
  #founders-webinar.webinar85 .webinar60-benefits{
    min-height:0;
  }
}


/* Build 108 - tighten homepage webinar benefit cards + reinforce gold CTA */
#founders-webinar.webinar85 .webinar85-conversion{
  align-items:center;
}
#founders-webinar.webinar85 .webinar60-benefits{
  height:auto;
  align-items:center;
}
#founders-webinar.webinar85 .webinar60-benefits>div{
  height:auto;
  min-height:154px;
  padding:15px 14px 14px;
  justify-content:center;
}
#founders-webinar.webinar85 .webinar60-icon{
  width:50px;
  height:50px;
  margin-bottom:11px;
  font-size:22px;
}
#founders-webinar.webinar85 .webinar60-benefits strong{
  font-size:15px;
  line-height:1.28;
  margin-bottom:4px;
}
#founders-webinar.webinar85 .webinar60-benefits small{
  font-size:12px;
  line-height:1.38;
}
#founders-webinar.webinar85 .webinar85-cta{
  border-color:#f1d37b!important;
  background:linear-gradient(180deg,#f3cc5c 0%,#d8a62a 100%)!important;
  color:#123d30!important;
  box-shadow:0 12px 26px rgba(177,136,69,.25),inset 0 1px 0 rgba(255,255,255,.42)!important;
}
#founders-webinar.webinar85 .webinar85-cta:hover,
#founders-webinar.webinar85 .webinar85-cta:focus-visible{
  border-color:#f5dd96!important;
  background:linear-gradient(180deg,#f7d66f 0%,#dfb13c 100%)!important;
  color:#0c3529!important;
  box-shadow:0 14px 30px rgba(177,136,69,.30),inset 0 1px 0 rgba(255,255,255,.45)!important;
}
@media(max-width:1100px){
  #founders-webinar.webinar85 .webinar60-benefits{
    align-items:stretch;
  }
  #founders-webinar.webinar85 .webinar60-benefits>div{
    min-height:150px;
  }
}
@media(max-width:680px){
  #founders-webinar.webinar85 .webinar60-benefits>div{
    min-height:0;
    padding:14px 15px;
  }
  #founders-webinar.webinar85 .webinar60-icon{
    width:48px;
    height:48px;
    margin:0;
    font-size:21px;
  }
}
