:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0541155 *//* ==================== GLOBAL VARIABLES & BASE ==================== */
:root {
  --g: #078F00;
  --gl: #68e45e;
  --gd: #045f00;
  --navy: #082234;
  --navy2: #0f3447;
  --ink: #0d2638;
  --muted: #637483;
  --line: #dce7ec;
  --soft: #f5faf5;
  --white: #fff;
  --shadow: 0 25px 70px rgba(8, 34, 52, .12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: "Poppins", Arial, sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.section {
  padding: 95px 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--g);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.eyebrow:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--g);
  box-shadow: 0 0 0 5px rgba(7, 143, 0, .1);
}
h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h2 {
  margin: 17px 0 18px;
  font-size: clamp(2.25rem, 4.7vw, 4.05rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2px;
}
p {
  color: var(--muted);
  line-height: 1.75;
}
.green {
  color: var(--g);
}
.head {
  max-width: 780px;
}
.head.center {
  text-align: center;
  margin: 0 auto 48px;
}
.head.center p {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

/* ==================== COMPONENT: BUTTONS ==================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 23px;
  border-radius: 16px;
  font-size: .86rem;
  font-weight: 800;
  transition: .25s;
}
.btn-primary {
  color: #fff;
  background: linear-gradient(145deg, #48d83e 0%, #18b814 38%, #067c00 72%, #034f00 100%);
  border: 1px solid rgba(255, 255, 255, .28);
  box-shadow: inset 4px 4px 9px rgba(255, 255, 255, .42), inset -5px -6px 11px rgba(0, 58, 0, .34), 0 15px 32px rgba(7, 143, 0, .28);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: inset 4px 4px 9px rgba(255, 255, 255, .42), inset -5px -6px 11px rgba(0, 58, 0, .34), 0 22px 42px rgba(7, 143, 0, .36);
}
.btn-white {
  color: var(--ink);
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .13);
}
.btn-white:hover {
  color: var(--g);
  transform: translateY(-3px);
}

/* ==================== SECTION: HERO ==================== */
.hero {
    padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 760px;
  color: #fff;
  background: var(--navy) url("assets/bizfyle-cash-flow-expense-hero.png") center/cover no-repeat;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 24, 37, .98) 0%, rgba(5, 24, 37, .9) 42%, rgba(5, 24, 37, .22) 70%, rgba(5, 24, 37, .04));
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 16% 45%, rgba(7, 143, 0, .24), transparent 30%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
  padding-top: 75px;
}
.hero .eyebrow {
  color: #84ef7b;
}
.hero .eyebrow:before {
  background: #84ef7b;
}
.hero h1 {
  margin: 23px 0 25px;
  font-size: clamp(3.05rem, 6.3vw, 5.6rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.hero h1 span {
  color: #70e667;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
}
.hero p {
  max-width: 625px;
  color: #d8e5eb;
  font-size: 1.05rem;
}
.hero-actions {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.hero-proof {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 36px;
}
.hero-proof span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #edf7fa;
  font-size: .72rem;
  font-weight: 700;
}
.check {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  color: #fff;
  background: var(--g);
  font-size: .65rem;
}
.hero-card {
  position: absolute;
  z-index: 3;
  right: 6%;
  bottom: 43px;
  width: 305px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 21px;
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 25px 65px rgba(0, 0, 0, .2);
  backdrop-filter: blur(10px);
  animation: float 5s ease-in-out infinite;
}
.hero-card-top {
  display: flex;
  justify-content: space-between;
  color: #71808b;
  font-size: .62rem;
  font-weight: 800;
}
.hero-card-top b {
  color: var(--g);
}
.hero-card>strong {
  display: block;
  margin: 10px 0 2px;
  font-size: 1.6rem;
  letter-spacing: 0.2px;
  line-height: 1;
}
.hero-card>small {
  color: var(--g);
  font-size: .62rem;
  font-weight: 800;
}
.cash-bars {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 48px;
  margin-top: 13px;
}
.cash-bars i {
  flex: 1;
  border-radius: 5px;
  background: linear-gradient(90deg, #e0ede0, #66df5d);
  animation: bar 4s ease-in-out infinite;
}
.cash-bars i:nth-child(2) {
  animation-delay: -1s;
}
.cash-bars i:nth-child(3) {
  animation-delay: -2s;
}
.cash-bars i:nth-child(4) {
  animation-delay: -3s;
}
@keyframes float {
  50% {
    transform: translateY(-10px);
  }
}
@keyframes bar {
  50% {
    transform: scaleX(.65);
    transform-origin: left;
  }
}

/* ==================== SECTION: CONNECTION STRIP ==================== */
.connection {
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.connection-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 94px;
}
.connection-in>span {
  color: #778690;
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.pill-row {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}
.pill {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: #405565;
  background: #fafcfd;
  font-size: .72rem;
  font-weight: 800;
}

/* ==================== SECTION: CASH VISIBILITY ==================== */
.control {
  background: linear-gradient(180deg, #fff, #f6faf6);
}
.control-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 62px;
  align-items: center;
}
.benefits {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.benefit {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 34, 52, .045);
}
.benefit-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #58df4e, #078F00 70%);
  box-shadow: inset 2px 2px 5px rgba(255, 255, 255, .35);
}
.benefit h3 {
  margin-bottom: 3px;
  font-size: .91rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
}
.benefit p {
  margin: 0;
  font-size: .73rem;
  line-height: 1.55;
}
.dashboard {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid #d7e6dc;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}
.dash-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.dash-top strong {
  font-size: .82rem;
  line-height: 1;
  letter-spacing: 0.2px;
}
.status {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--g);
  font-size: .57rem;
  font-weight: 800;
}
.status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--g);
  box-shadow: 0 0 0 0 rgba(7, 143, 0, .35);
  animation: pulse 2s infinite;
}
.kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin: 14px 0;
}
.kpi {
  padding: 13px;
  border: 1px solid #e0ebe4;
  border-radius: 14px;
  background: #fbfdfb;
}
.kpi small,
.kpi strong,
.kpi em {
  display: block;
}
.kpi small {
  color: #75858f;
  font-size: .53rem;
  font-weight: 800;
  text-transform: uppercase;
}
.kpi strong {
  margin-top: 7px;
  font-size: 1.15rem;
  line-height: 1;
  letter-spacing: 0.2px;
}
.kpi em {
  margin-top: 3px;
  color: var(--g);
  font-size: .54rem;
  font-style: normal;
  font-weight: 800;
}
.forecast {
  height: 185px;
  padding: 16px;
  border: 1px solid #e0ebe4;
  border-radius: 17px;
  background: #fbfdfb;
}
.forecast-head {
  display: flex;
  justify-content: space-between;
  color: #657681;
  font-size: .58rem;
  font-weight: 800;
}
.forecast svg {
  width: 100%;
  height: 145px;
}
.gridline {
  stroke: #e4ece7;
}
.area {
  fill: url(#cashArea);
}
.line {
  fill: none;
  stroke: var(--g);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  animation: draw 4.5s ease-in-out infinite;
}
.expense-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid #cde7ca;
  border-radius: 14px;
  background: #edf9eb;
}
.alert-icon {
  display: grid;
  flex: 0 0 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--g);
}
.expense-alert strong,
.expense-alert span {
  display: block;
}
.expense-alert strong {
  font-size: .68rem;
  color: var(--g);
  line-height: 1;
  letter-spacing: 0.2px;
}
.expense-alert span {
  margin-top: 2px;
  color: #52665a;
  font-size: .56rem;
}
@keyframes draw {
  50%,
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes pulse {
  70% {
    box-shadow: 0 0 0 9px rgba(7, 143, 0, 0);
  }
}

/* ==================== SECTION: EXPENSE MANAGEMENT ==================== */
.manage {
  background: #fff;
}
.manage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.manage-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 24px;
  border: 1px solid #d8e6dc;
  border-radius: 21px;
  background: linear-gradient(155deg, #fff, #f4fbf3);
  box-shadow: 0 14px 35px rgba(8, 34, 52, .06);
  transition: .3s;
}
.manage-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #65e45a, var(--g));
  transform: scaleX(.2);
  transform-origin: left;
  transition: .3s;
}
.manage-card:hover {
  transform: translateY(-7px);
  border-color: rgba(7, 143, 0, .43);
  box-shadow: 0 23px 48px rgba(7, 143, 0, .11);
}
.manage-card:hover:before {
  transform: scaleX(1);
}
.manage-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, #61e057, var(--g));
  font-size: 1.15rem;
}
.manage-card h3 {
  margin: 20px 0 8px;
  color: #0b3044;
  font-size: .98rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
}
.manage-card p {
  font-size: .72rem;
  line-height: 1.6;
}
.manage-tag {
  position: absolute;
  left: 24px;
  bottom: 22px;
  color: var(--g);
  font-size: .6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* ==================== SECTION: BOOKKEEPING OPTIONS ==================== */
.books {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--navy2) 58%, #075215);
}
.books .eyebrow {
  color: #84ef7b;
}
.books .eyebrow:before {
  background: #84ef7b;
}
.books-head {
  max-width: 750px;
}
.books-head p {
  color: #cbd9df;
}
.book-paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 42px;
}
.book-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  background: rgba(255, 255, 255, .075);
  backdrop-filter: blur(8px);
}
.book-card:after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -60px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(105, 226, 96, .17);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(105, 226, 96, .035), 0 0 0 50px rgba(105, 226, 96, .02);
}
.book-card small {
  color: #8beb82;
  font-size: .63rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.book-card h3 {
  margin: 14px 0 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
}
.book-card p {
  max-width: 475px;
  color: #bcd0da;
  font-size: .76rem;
  line-height: 1.65;
}
.book-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.book-list span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 99px;
  color: #d8e5ea;
  background: rgba(255, 255, 255, .055);
  font-size: .58rem;
  font-weight: 700;
}

/* ==================== SECTION: AI INSIGHTS ==================== */
.ai {
  background: #f5faf5;
}
.ai-panel {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 48px;
  align-items: center;
  padding: 42px;
  border: 1px solid #d7e6da;
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow);
}
.ai-copy h2 {
  font-size: clamp(2.15rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
}
.ai-copy p {
  font-size: .86rem;
}
.ai-proof {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 22px;
  color: #41604a;
  font-size: .68rem;
  font-weight: 800;
}
.ai-proof i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  color: #fff;
  background: var(--g);
  font-style: normal;
}
.ai-visual {
  position: relative;
  min-height: 330px;
  padding: 20px;
  border-radius: 23px;
  color: #fff;
  background: linear-gradient(145deg, #082234, #0e3447);
}
.ai-core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 32px;
  background: linear-gradient(145deg, #16465b, #078F00);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .3);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 1;
}
.ai-core:after {
  content: "";
  position: absolute;
  inset: -24px;
  border: 1px dashed rgba(105, 226, 96, .4);
  border-radius: 50%;
  animation: spin 12s linear infinite;
}
.signal {
  position: absolute;
  width: 175px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  animation: signal 5s ease-in-out infinite;
}
.signal strong,
.signal span {
  display: block;
}
.signal strong {
  color: #85ed7d;
  font-size: .67rem;
  line-height: 1;
  letter-spacing: 0.2px;
}
.signal span {
  margin-top: 4px;
  color: #c3d4dc;
  font-size: .56rem;
}
.s1 {
  left: 17px;
  top: 20px;
}
.s2 {
  right: 17px;
  top: 20px;
  animation-delay: -1.7s;
}
.s3 {
  left: 17px;
  bottom: 20px;
  animation-delay: -3.4s;
}
.s4 {
  right: 17px;
  bottom: 20px;
  animation-delay: -2.5s;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes signal {
  50% {
    transform: translateY(-7px);
    border-color: rgba(105, 226, 96, .45);
  }
}

/* ==================== SECTION: FINAL CTA ==================== */
.cta {
  padding: 70px 0;
  background: #fff;
}
.cta-panel {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 40px;
  align-items: center;
  padding: 52px;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(90deg, rgba(4, 78, 0, .97), rgba(7, 143, 0, .83) 58%, rgba(8, 34, 52, .32)), url("https://images.pexels.com/photos/3184423/pexels-photo-3184423.jpeg?auto=compress&cs=tinysrgb&w=1600") center/cover;
  box-shadow: 0 28px 75px rgba(7, 143, 0, .2);
}
.cta h2 {
  font-size: clamp(2.2rem, 4vw, 3.55rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
}
.cta p {
  color: #e4f3e2;
}
.cta-eyebrow {
  color: #d9ffd6;
}
.cta-note {
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(9px);
}
.cta-note strong {
  display: block;
  font-size: .9rem;
  line-height: 1;
  letter-spacing: 0.2px;
}
.cta-note span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: .68rem;
  line-height: 1.6;
}

/* ==================== ANIMATIONS & REVEAL EFFECTS ==================== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: .75s ease;
}
.reveal.show {
  opacity: 1;
  transform: none;
}

/* ==================== RESPONSIVE & ACCESSIBILITY ==================== */
@media (max-width: 980px) {
  .hero:before {
    background: rgba(5, 24, 37, .8);
  }
  .hero-card {
    display: none;
  }
  .control-grid,
  .ai-panel,
  .cta-panel {
    grid-template-columns: 1fr;
  }
  .manage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ai-panel {
    gap: 25px;
  }
}
@media (max-width: 650px) {
  .wrap {
    width: min(100% - 28px, 1180px);
  }
  .section {
    padding: 72px 0;
  }
  .hero {
    min-height: 720px;
    background-position: 65% center;
  }
  .hero h1 {
    font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.2px;
}
  .hero-copy {
    padding-top: 65px;
  }
  .connection-in {
    display: block;
    padding: 20px 0;
  }
  .pill-row {
    margin-top: 14px;
  }
  .kpis,
  .manage-grid,
  .book-paths {
    grid-template-columns: 1fr;
  }
  .dashboard {
    padding: 15px;
  }
  .ai-panel {
    padding: 27px 20px;
  }
  .ai-visual {
    min-height: 470px;
  }
  .signal {
    width: 155px;
  }
  .s1,
  .s3 {
    left: 10px;
  }
  .s2,
  .s4 {
    right: 10px;
  }
  .cta-panel {
    padding: 30px 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hero-card,
  .cash-bars i,
  .status i,
  .line,
  .ai-core:after,
  .signal {
    animation: none;
  }
}
/* Video-ready hero */
.hero {
  min-height: 760px;
  background: radial-gradient(circle at 82% 25%, rgba(7, 143, 0, .23), transparent 27%), linear-gradient(135deg, #061b29 0%, #0d3044 62%, #075016 100%);
}
.hero:before {
  background: linear-gradient(90deg, rgba(5, 24, 37, .25), transparent);
}
.hero:after {
  background: radial-gradient(circle at 16% 45%, rgba(7, 143, 0, .2), transparent 30%);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 52px;
  align-items: center;
  padding-top: 75px;
}
.hero-copy {
  padding-top: 0;
}
.hero h1 {
  font-size: clamp(3rem, 5.45vw, 5.15rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
}
.video-shell {
  position: relative;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 30px;
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 34px 85px rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
}
.video-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 21px;
  background: linear-gradient(145deg, #0d3145, #071d2c);
}
.video-placeholder:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 32px 32px;
}
.video-orbit {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(103, 228, 94, .24);
  border-radius: 50%;
  animation: spinVideo 18s linear infinite;
}
.video-orbit:after {
  content: "";
  position: absolute;
  top: 28px;
  right: 22px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #65e05c;
  box-shadow: 0 0 25px #65e05c;
}
.video-play {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #4ee143, #078F00 70%);
  box-shadow: inset 3px 3px 7px rgba(255, 255, 255, .38), 0 20px 45px rgba(7, 143, 0, .35);
  font-size: 1.45rem;
}
.video-caption {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 20px;
}
.video-caption strong,
.video-caption span {
  display: block;
}
.video-caption strong {
  font-size: .82rem;
  line-height: 1;
  letter-spacing: 0.2px;
}
.video-caption span {
  margin-top: 4px;
  color: #bcd0da;
  font-size: .62rem;
}
.video-badge {
  position: absolute;
  z-index: 2;
  right: 18px;
  top: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #bdebb9;
  background: rgba(7, 143, 0, .18);
  font-size: .58rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}
@keyframes spinVideo {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    padding: 125px 0 70px;
  }
  .hero {
    min-height: auto;
  }
  .video-shell {
    max-width: 720px;
  }
  .hero:before {
    background: rgba(5, 24, 37, .08);
  }
}
@media (max-width: 650px) {
  .hero-grid {
    padding-top: 105px;
  }
  .hero h1 {
    font-size: 3.1rem;
  line-height: 1;
  letter-spacing: 0.2px;
}
  .video-play {
    width: 68px;
    height: 68px;
  }
  .video-orbit {
    width: 230px;
    height: 230px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .video-orbit {
    animation: none;
  }
}/* End custom CSS */