:root {
  --red: #c8102e;
  --red-dark: #9e0b24;
  --yellow: #f5c400;
  --black: #101114;
  --charcoal: #22252a;
  --gray: #6d727b;
  --light: #f5f6f8;
  --white: #ffffff;
  --border: #e5e7eb;
  --shadow: 0 20px 60px rgba(16,17,20,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 104px 0; }
.section-tag {
  display: inline-block;
  color: var(--red);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
h1, h2, h3, h4 {
  font-family: "Manrope", sans-serif;
  line-height: 1.12;
  margin: 0;
}
h1 { font-size: clamp(2.7rem, 6vw, 5.5rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); letter-spacing: -.045em; }
h3 { font-size: 1.35rem; letter-spacing: -.025em; }
p { margin: 0; color: var(--gray); }
.lead { font-size: 1.25rem; color: var(--black); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(229,231,235,.9);
  backdrop-filter: blur(14px);
}
.nav-wrap { height: 94px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark {
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  padding: 8px 10px;
  letter-spacing: -.04em;
  border-bottom: 4px solid var(--yellow);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: .96rem; }
.brand-copy small { color: var(--gray); font-size: .68rem; letter-spacing: .2em; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { font-size: .92rem; font-weight: 700; }
.main-nav a:hover { color: var(--red); }
.nav-cta { background: var(--black); color: var(--white)!important; padding: 12px 18px; border-radius: 2px; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--black); margin: 5px 0; }

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 25%, rgba(245,196,0,.16), transparent 23%),
    linear-gradient(135deg, #fff 0%, #fff 58%, #f3f4f6 58%);
}
.hero-grid-overlay {
  position: absolute;
  inset: 0;
  opacity: .23;
  background-image:
    linear-gradient(rgba(16,17,20,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,17,20,.08) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to right, transparent, black);
}
.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 80px;
  align-items: center;
  padding: 90px 0;
}
.eyebrow {
  display: inline-block;
  background: rgba(200,16,46,.08);
  color: var(--red);
  padding: 8px 12px;
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hero-copy p { font-size: 1.16rem; max-width: 700px; margin-top: 26px; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  font-weight: 800;
  border: 0;
  cursor: pointer;
  border-radius: 2px;
}
.btn-primary { color: var(--white); background: var(--red); }
.btn-primary:hover { background: var(--red-dark); }
.btn-secondary { color: var(--black); background: var(--white); border: 1px solid var(--border); }
.btn-secondary:hover { border-color: var(--black); }
.btn-light { background: var(--white); color: var(--black); }
.full-width { width: 100%; }
.hero-trust { display: flex; gap: 24px; margin-top: 44px; flex-wrap: wrap; }
.hero-trust span {
  position: relative;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding-left: 16px;
}
.hero-trust span::before {
  content: "";
  width: 7px; height: 7px; background: var(--yellow);
  position: absolute; left: 0; top: 7px;
}
.hero-visual { min-height: 520px; position: relative; }
.visual-core {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 260px; height: 260px; border-radius: 50%;
  display: grid; place-items: center;
}
.core-ring {
  position: absolute; inset: 0; border: 1px solid rgba(16,17,20,.2);
  border-radius: 50%;
}
.core-ring::before, .core-ring::after {
  content: ""; position: absolute; border: 1px solid rgba(16,17,20,.08); border-radius: 50%;
}
.core-ring::before { inset: -60px; }
.core-ring::after { inset: -125px; }
.core-shield {
  width: 150px; height: 150px; background: var(--red); color: var(--white);
  border-radius: 18px; display: grid; place-items: center;
  transform: rotate(45deg); box-shadow: var(--shadow);
  border-bottom: 8px solid var(--yellow);
}
.core-shield svg { width: 72px; transform: rotate(-45deg); }
.orbit-card {
  position: absolute;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 50px rgba(16,17,20,.12);
  border-left: 4px solid var(--red);
  padding: 15px 18px;
  min-width: 160px;
}
.orbit-card strong { display: block; font-family: "Manrope"; letter-spacing: .05em; }
.orbit-card small { color: var(--gray); }
.card-a { top: 5%; left: 34%; }
.card-b { top: 24%; right: 0; }
.card-c { bottom: 18%; right: 2%; }
.card-d { bottom: 2%; left: 34%; }
.card-e { bottom: 19%; left: -2%; }
.card-f { top: 24%; left: 0; }

.quick-contact { background: var(--black); color: var(--white); padding: 24px 0; }
.quick-contact-grid { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.quick-contact small { display: block; color: #bfc3ca; }
.quick-contact strong { font-size: 1.05rem; }
.quick-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.quick-actions a { background: #24262b; padding: 10px 14px; font-weight: 700; }
.quick-actions a:hover { background: var(--red); }

.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.about-copy { display: grid; gap: 22px; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 20px; border-top: 1px solid var(--border); }
.stats div { padding: 25px 20px 0 0; }
.stats strong { display: block; font-size: 1.45rem; font-family: "Manrope"; }
.stats span { color: var(--gray); font-size: .85rem; }

.solutions-section { background: var(--light); }
.section-heading { max-width: 770px; margin-bottom: 52px; }
.section-heading p { font-size: 1.05rem; margin-top: 18px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.solutions-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.solution-card {
  background: var(--white);
  padding: 30px;
  min-height: 355px;
  border: 1px solid transparent;
  transition: .25s ease;
}
.solution-card:hover { transform: translateY(-6px); border-color: #d8dbe0; box-shadow: var(--shadow); }
.icon-box {
  width: 44px; height: 44px; display: grid; place-items: center;
  background: var(--black); color: var(--yellow); font-weight: 800; margin-bottom: 28px;
}
.solution-card p { margin-top: 16px; font-size: .94rem; }
.solution-card ul { margin: 22px 0 0; padding: 0; list-style: none; }
.solution-card li { font-size: .84rem; padding: 6px 0; border-top: 1px solid var(--border); }

.process-section { background: var(--black); color: var(--white); }
.section-heading.light p { color: #b9bdc5; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: #33363b; }
.process-grid > div { background: var(--black); padding: 34px; }
.process-grid span { color: var(--yellow); font-weight: 800; }
.process-grid h3 { margin-top: 28px; }
.process-grid p { color: #adb2ba; margin-top: 14px; }

.industry-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.industry-grid div {
  padding: 28px; min-height: 110px; display: flex; align-items: flex-end;
  font-weight: 800; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border);
  background: linear-gradient(135deg, #fff, #f8f8f8);
}
.industry-grid div::before { content: ""; width: 8px; height: 8px; background: var(--red); margin-right: 12px; margin-bottom: 7px; }

.support-section { background: #f8f8f8; }
.support-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.support-panel { background: var(--red); color: var(--white); padding: 50px; position: sticky; top: 110px; }
.support-panel .section-tag { color: var(--yellow); }
.support-panel p { color: rgba(255,255,255,.78); margin-top: 22px; }
.text-link { display: inline-block; margin-top: 28px; font-weight: 800; }
.support-list { display: grid; }
.support-list div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 35px; padding: 28px 0; border-bottom: 1px solid var(--border); }
.support-list strong { font-family: "Manrope"; }
.support-list span { color: var(--gray); }

.brand-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.brand-cloud span {
  padding: 18px 26px; border: 1px solid var(--border); background: var(--white);
  font-family: "Manrope"; font-weight: 800; letter-spacing: .08em;
}

.quote-section { background: var(--black); color: var(--white); }
.quote-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.quote-copy p { color: #b7bbc2; font-size: 1.08rem; margin-top: 22px; }
.contact-details { display: grid; gap: 18px; margin-top: 44px; }
.contact-details small { display: block; color: #9197a1; }
.contact-details strong { display: block; margin-top: 2px; }
.quote-form { background: var(--white); color: var(--black); padding: 34px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; font-size: .8rem; font-weight: 800; margin-bottom: 16px; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%; margin-top: 8px; border: 1px solid #dcdfe4; background: #fafafa;
  padding: 13px 14px; border-radius: 0; outline: none;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--red); background: var(--white); }
.form-note { margin-top: 12px; font-size: .76rem; }

.contact-strip { background: var(--red); color: var(--white); padding: 50px 0; }
.contact-strip-grid { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.contact-strip small { color: rgba(255,255,255,.75); }

.site-footer { background: #0b0c0e; color: var(--white); padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 50px; }
.footer-grid h4 { margin-bottom: 16px; }
.footer-grid a, .footer-grid span { display: block; color: #aeb3bc; margin: 8px 0; font-size: .9rem; }
.footer-grid p { color: #aeb3bc; margin-top: 20px; max-width: 310px; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #24262b;
  margin-top: 55px; padding-top: 22px; color: #838994; font-size: .76rem;
}
.floating-whatsapp {
  position: fixed; right: 22px; bottom: 22px; z-index: 900;
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  background: #25d366; color: white; font-weight: 900; box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

@media (max-width: 1000px) {
  .main-nav {
    display: none; position: absolute; top: 78px; left: 0; right: 0;
    background: var(--white); padding: 24px; flex-direction: column; align-items: flex-start;
    border-bottom: 1px solid var(--border);
  }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-layout, .split-layout, .support-layout, .quote-layout { grid-template-columns: 1fr; }
  .hero-visual { min-height: 480px; }
  .solutions-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .industry-grid { grid-template-columns: repeat(2,1fr); }
  .support-panel { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: span 3; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .hero { min-height: auto; background: linear-gradient(180deg,#fff 0,#fff 64%,#f4f5f7 64%); }
  .hero-layout { padding: 65px 0 40px; gap: 25px; }
  .hero-visual { min-height: 420px; transform: scale(.86); margin: -30px -25px; }
  .quick-contact-grid, .contact-strip-grid, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .quick-actions { width: 100%; }
  .quick-actions a { flex: 1; text-align: center; }
  .solutions-grid, .process-grid, .industry-grid, .stats, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .support-list div { grid-template-columns: 1fr; gap: 8px; }
  .quote-form, .support-panel { padding: 25px; }
  .orbit-card { min-width: 145px; padding: 12px; }
}


/* Version 2 additions */
.brand-logo {
  width: 185px;
  height: 72px;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}
.footer-brand .brand-logo {
  width: 150px;
  height: 76px;
  background: #fff;
  padding: 5px;
  mix-blend-mode: normal;
}

.projects-section {
  background: #fff;
}
.projects-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 22px;
}
.project-card {
  position: relative;
  background: var(--black);
  color: var(--white);
  overflow: hidden;
  min-height: 430px;
}
.project-wide {
  grid-row: span 2;
  min-height: 880px;
}
.project-image {
  position: absolute;
  inset: 0;
}
.project-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.18) 58%, rgba(0,0,0,.03) 100%);
}
.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-copy {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px;
}
.project-copy span {
  color: var(--yellow);
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.project-copy h3 {
  font-size: 1.7rem;
  margin-top: 8px;
}
.project-copy p {
  color: rgba(255,255,255,.78);
  margin-top: 12px;
  max-width: 560px;
}
.contact-details strong a,
.contact-details .map-link {
  color: inherit;
}
.contact-details span {
  display: block;
  color: #b7bbc2;
  margin-top: 3px;
}
.map-link {
  display: inline-block;
  color: var(--yellow)!important;
  margin-top: 7px;
  font-weight: 800;
}
.contact-details strong + strong {
  margin-top: 4px;
}
.footer-grid > div:last-child a {
  max-width: 260px;
}

@media (max-width: 1000px) {
  .projects-grid {
    grid-template-columns: 1fr 1fr;
  }
  .project-wide {
    grid-column: span 2;
    grid-row: auto;
    min-height: 620px;
  }
}

@media (max-width: 680px) {
  .brand-logo {
    width: 105px;
    height: 50px;
  }
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .project-wide {
    grid-column: auto;
    min-height: 520px;
  }
  .project-card {
    min-height: 480px;
  }
  .project-copy {
    padding: 24px;
  }
}


/* Version 3 additions: brand logos */
.brand-logos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 10px;
}
.brand-logo-card {
  background: #ffffff;
  border: 1px solid var(--border);
  min-height: 126px;
  display: grid;
  place-items: center;
  padding: 20px;
  transition: .25s ease;
}
.brand-logo-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.brand-logo-card img {
  max-width: 100%;
  max-height: 68px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1000px) {
  .brand-logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .brand-logos-grid {
    grid-template-columns: 1fr;
  }
}


/* Version 5 additions */
.brand-logo-card img {
  max-width: 100%;
}


/* Version 7: working Netlify quotation form */
.hidden-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}


/* Version 8: larger company logo and official Tek favicon */
@media (max-width: 680px) {
  .nav-wrap {
    height: 82px;
  }

  .brand-logo {
    width: 155px;
    height: 64px;
  }

  .main-nav {
    top: 82px;
  }
}




/* Version 10: refined integrated header brand design */
.header-brand-combo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.site-header .brand-logo {
  width: 226px;
  height: 88px;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
  flex-shrink: 0;
}

.header-brand-divider {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, transparent 0%, rgba(16,17,20,.14) 10%, rgba(200,16,46,.55) 50%, rgba(16,17,20,.14) 90%, transparent 100%);
  flex-shrink: 0;
}

.header-brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding-top: 2px;
}

.header-brand-title {
  color: var(--black);
  font-family: "Manrope", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.header-brand-subtitle {
  color: var(--red);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .34em;
  text-transform: uppercase;
  line-height: 1;
}

.nav-wrap {
  height: 104px;
}

@media (max-width: 1000px) {
  .site-header .brand-logo {
    width: 198px;
    height: 78px;
  }

  .header-brand-divider {
    height: 42px;
  }

  .header-brand-title {
    font-size: .93rem;
    letter-spacing: .03em;
  }

  .header-brand-subtitle {
    font-size: .73rem;
    letter-spacing: .26em;
  }

  .main-nav {
    top: 104px;
  }
}

@media (max-width: 680px) {
  .nav-wrap {
    height: 90px;
  }

  .header-brand-combo {
    gap: 9px;
  }

  .site-header .brand-logo {
    width: 158px;
    height: 64px;
  }

  .header-brand-divider {
    height: 34px;
  }

  .header-brand-title {
    font-size: .72rem;
    letter-spacing: .02em;
    white-space: normal;
    max-width: 112px;
    line-height: 1.08;
  }

  .header-brand-subtitle {
    font-size: .62rem;
    letter-spacing: .18em;
  }

  .main-nav {
    top: 90px;
  }
}


/* Version 11: corrected header branding and larger cleaner footer logo */
:root {
  --tek-logo-red: #fb1c44;
}

.site-header .header-brand-combo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.site-header .brand-logo {
  width: 232px;
  height: 88px;
  object-fit: contain;
  display: block;
  mix-blend-mode: normal;
  flex-shrink: 0;
}

.site-header .header-brand-divider {
  width: 1px;
  height: 52px;
  background: linear-gradient(to bottom, transparent 0%, rgba(16,17,20,.12) 15%, var(--tek-logo-red) 50%, rgba(16,17,20,.12) 85%, transparent 100%);
  flex-shrink: 0;
}

.site-header .header-brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.site-header .header-brand-line {
  display: flex;
  align-items: baseline;
  gap: 7px;
  flex-wrap: wrap;
}

.site-header .header-brand-tek {
  color: var(--tek-logo-red);
  font-family: "Manrope", sans-serif;
  font-size: 1.26rem;
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1;
}

.site-header .header-brand-title {
  color: var(--black);
  font-family: "Manrope", sans-serif;
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.site-header .header-brand-subtitle {
  color: var(--black);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .26em;
  text-transform: uppercase;
  line-height: 1;
  margin-left: 2px;
}

.nav-wrap {
  height: 106px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
}

.footer-brand .brand-logo {
  width: 240px;
  height: 96px;
  object-fit: contain;
  display: block;
  background: transparent !important;
  padding: 0 !important;
  mix-blend-mode: normal;
}

@media (max-width: 1000px) {
  .site-header .brand-logo {
    width: 204px;
    height: 78px;
  }

  .site-header .header-brand-divider {
    height: 44px;
  }

  .site-header .header-brand-tek {
    font-size: 1.08rem;
  }

  .site-header .header-brand-title {
    font-size: .90rem;
  }

  .site-header .header-brand-subtitle {
    font-size: .70rem;
    letter-spacing: .22em;
  }

  .footer-brand .brand-logo {
    width: 210px;
    height: 86px;
  }

  .main-nav {
    top: 106px;
  }
}

@media (max-width: 680px) {
  .nav-wrap {
    height: 92px;
  }

  .site-header .header-brand-combo {
    gap: 8px;
  }

  .site-header .brand-logo {
    width: 160px;
    height: 64px;
  }

  .site-header .header-brand-divider {
    height: 34px;
  }

  .site-header .header-brand-line {
    gap: 4px;
  }

  .site-header .header-brand-tek {
    font-size: .92rem;
  }

  .site-header .header-brand-title {
    font-size: .69rem;
    line-height: 1.05;
    white-space: normal;
    max-width: 120px;
  }

  .site-header .header-brand-subtitle {
    font-size: .60rem;
    letter-spacing: .16em;
  }

  .footer-brand .brand-logo {
    width: 190px;
    height: 76px;
  }

  .main-nav {
    top: 92px;
  }
}


/* Version 13: footer square logo exactly from attached image */
.footer-brand .footer-square-logo {
  width: 180px;
  height: 180px;
  object-fit: contain;
  display: block;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0;
}

@media (max-width: 1000px) {
  .footer-brand .footer-square-logo {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 680px) {
  .footer-brand .footer-square-logo {
    width: 140px;
    height: 140px;
  }
}
