.elementor-7983 .elementor-element.elementor-element-a651cbe{--display:flex;overflow:visible;}.elementor-7983 .elementor-element.elementor-element-a651cbe:not(.elementor-motion-effects-element-type-background), .elementor-7983 .elementor-element.elementor-element-a651cbe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F2EF;}.elementor-7983 .elementor-element.elementor-element-a651cbe.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-7983 .elementor-element.elementor-element-a651cbe{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-1704147 */.team25-page,
.team25-page * {
  box-sizing: border-box;
}

.team25-page {
  font-family: 'Rubik', sans-serif;
  color: #111;
}

body {
  background: #f4f3ef;
}

.team25-page a {
  text-decoration: none;
}

.team25-shell {
  width: min(1360px, calc(100vw - 56px));
  margin-left: auto;
  margin-right: auto;
}

/* HERO */
.team25-hero {
  padding: 24px 0 24px;
}

.team25-hero-shell {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(135deg, #121212 0%, #1a1a1a 42%, #2b0d0f 100%);
  box-shadow: 0 24px 60px rgba(0,0,0,0.18);
}

.team25-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(191,24,28,0.20) 0%, transparent 32%),
    radial-gradient(circle at 82% 20%, rgba(255,179,199,0.10) 0%, transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(0,0,0,0.18) 100%);
}

.team25-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
}

.team25-hero-glow-1 {
  width: 420px;
  height: 420px;
  left: -120px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(191,24,28,0.26) 0%, transparent 72%);
}

.team25-hero-glow-2 {
  width: 280px;
  height: 280px;
  top: -60px;
  right: -40px;
  background: radial-gradient(circle, rgba(255,179,199,0.12) 0%, transparent 72%);
}

.team25-hero-content {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
  max-width: 860px;
}

.team25-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.96);
  font-size: 12px;
  backdrop-filter: blur(10px);
}

.team25-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bf181c;
  box-shadow: 0 0 12px rgba(191,24,28,0.8);
}

.team25-title {
  margin-top: 18px;
  font-size: 68px;
  line-height: 0.93;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 12px 36px rgba(0,0,0,0.45);
}

.team25-subtitle {
  margin-top: 18px;
  max-width: 760px;
  font-size: 19px;
  line-height: 1.65;
  color: rgba(255,255,255,0.92);
}

.team25-value-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  max-width: 640px;
}

.team25-value-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  backdrop-filter: blur(8px);
}

.team25-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.team25-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
}

.team25-btn-primary {
  background: linear-gradient(180deg, #cf2024 0%, #bf181c 100%);
  color: #fff !important;
  box-shadow:
    0 14px 30px rgba(191,24,28,0.28),
    0 0 24px rgba(191,24,28,0.12);
}

.team25-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 20px 36px rgba(191,24,28,0.36),
    0 0 28px rgba(191,24,28,0.18);
}

.team25-btn-secondary {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff !important;
  backdrop-filter: blur(10px);
}

.team25-btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.12);
}

/* MAIN */
.team25-shell + .team25-shell,
.team25-page .team25-shell {
  padding-bottom: 40px;
}

/* TRUST */
.team25-trust {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 12px;
  margin-bottom: 22px;
}

.team25-trust-item {
  padding: 11px 15px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(191,24,28,0.08);
  box-shadow: 0 8px 18px rgba(0,0,0,0.04);
  color: #111;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

/* INTRO */
.team25-intro {
  margin-bottom: 22px;
}

.team25-intro-card {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  border: 1px solid rgba(191,24,28,0.08);
  box-shadow: 0 16px 28px rgba(0,0,0,0.045);
}

.team25-kicker {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bf181c;
  font-weight: 800;
}

.team25-kicker-light {
  color: #ffb9bb;
}

.team25-section-title {
  margin-top: 10px;
  font-size: 36px;
  line-height: 1.03;
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
}

.team25-text {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.85;
  color: #444;
}

.team25-text-light {
  color: rgba(255,255,255,0.86);
}

/* OPTIONS */
.team25-options {
  display: grid;
  gap: 18px;
  margin-bottom: 22px;
}

.team25-option-card {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  border: 1px solid rgba(191,24,28,0.08);
  box-shadow: 0 16px 28px rgba(0,0,0,0.045);
}

.team25-option-card-dark {
  background: linear-gradient(180deg, #161616 0%, #111111 100%);
  border: 1px solid rgba(191,24,28,0.14);
  box-shadow:
    0 18px 34px rgba(0,0,0,0.12),
    0 0 30px rgba(191,24,28,0.04);
}

.team25-option-head {
  margin-bottom: 12px;
}

.team25-option-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(191,24,28,0.06);
  border: 1px solid rgba(191,24,28,0.08);
  color: #bf181c;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.team25-option-badge-light {
  background: rgba(191,24,28,0.14);
  border-color: rgba(191,24,28,0.22);
  color: #fff;
}

.team25-option-title {
  margin-top: 14px;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
}

.team25-option-title-light {
  color: #fff;
}

.team25-list {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.team25-list-item {
  padding: 14px 16px;
  border-radius: 16px;
  background: #f8f7f3;
  border: 1px solid rgba(191,24,28,0.08);
  color: #333;
  font-size: 14px;
  line-height: 1.65;
}

.team25-list-item-light {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
}

.team25-link-row {
  margin-top: 18px;
}

.team25-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 2px;
}

/* BENEFITS */
.team25-benefits {
  margin-bottom: 22px;
}

.team25-section-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 14px;
}

.team25-line {
  width: 52px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(191,24,28,0.15) 0%, #bf181c 100%);
}

.team25-section-mini-title {
  font-size: 22px;
  font-weight: 800;
  color: #bf181c;
  text-transform: uppercase;
  text-align: center;
}

.team25-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.team25-benefit-card {
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  border: 1px solid rgba(191,24,28,0.08);
  box-shadow: 0 16px 28px rgba(0,0,0,0.045);
}

.team25-benefit-icon {
  font-size: 26px;
  line-height: 1;
}

.team25-benefit-title {
  margin-top: 14px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
}

.team25-benefit-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.75;
  color: #444;
}

/* CTA */
.team25-cta {
  margin-top: 10px;
}

.team25-cta-box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 40px;
  border-radius: 30px;
  background: linear-gradient(135deg, #111 0%, #1a1a1a 42%, #2b0d0f 100%);
  color: #fff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.team25-cta-left {
  max-width: 650px;
}

.team25-cta-title {
  margin-top: 10px;
  font-size: 42px;
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

.team25-cta-text {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,0.9);
}

.team25-cta-points {
  margin-top: 18px;
  display: grid;
  gap: 8px;
}

.team25-cta-point {
  font-size: 14px;
  color: rgba(255,255,255,0.92);
}

.team25-cta-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-width: 260px;
}

.team25-cta-note {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255,255,255,0.68);
  text-align: right;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .team25-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .team25-title {
    font-size: 54px;
  }

  .team25-hero-content {
    padding: 38px;
  }

  .team25-cta-box {
    flex-direction: column;
  }

  .team25-cta-right {
    align-items: flex-start;
  }

  .team25-cta-note {
    text-align: left;
  }

  .team25-trust {
    grid-template-columns: repeat(2, auto);
  }
}

@media (max-width: 768px) {
  .team25-shell {
    width: min(1360px, calc(100vw - 28px));
  }

  .team25-hero {
    padding: 14px 0 18px;
  }

  .team25-hero-shell {
    min-height: auto;
    border-radius: 24px;
  }

  .team25-hero-content {
    min-height: auto;
    padding: 28px 22px;
  }

  .team25-title {
    font-size: 38px;
    line-height: 0.98;
  }

  .team25-subtitle {
    font-size: 16px;
    line-height: 1.65;
  }

  .team25-section-title {
    font-size: 28px;
  }

  .team25-option-title,
  .team25-cta-title {
    font-size: 30px;
  }

  .team25-benefits-grid {
    grid-template-columns: 1fr;
  }

  .team25-trust {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .team25-trust-item {
    white-space: normal;
  }

  .team25-intro-card,
  .team25-option-card,
  .team25-benefit-card {
    padding: 22px;
    border-radius: 22px;
  }

  .team25-cta-box {
    padding: 26px 22px;
    border-radius: 24px;
  }
}

@media (max-width: 520px) {
  .team25-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .team25-btn {
    width: 100%;
  }

  .team25-title {
    font-size: 33px;
  }

  .team25-section-title {
    font-size: 24px;
  }

  .team25-option-title,
  .team25-cta-title {
    font-size: 25px;
  }

  .team25-section-mini-title {
    font-size: 18px;
  }
}/* End custom CSS */