@charset "UTF-8";
.heavy-hero {
  padding: 58px 0 58px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  overflow: hidden;
}

.heavy-quote-helper {
  padding: 44px 0 0;
  background: #ffffff;
}

.heavy-helper-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #e6ebf3;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 26, 85, 0.06);
  overflow: hidden;
}
.heavy-helper-inner div {
  padding: 18px 20px;
  border-right: 1px solid #e6ebf3;
}
.heavy-helper-inner div:last-child {
  border-right: 0;
}
.heavy-helper-inner strong {
  display: block;
  color: #102447;
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 5px;
}
.heavy-helper-inner span {
  display: block;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.45;
}

.heavy-hero-copy {
  max-width: 610px;
}
.heavy-hero-copy h1 {
  color: #102447;
  font-size: 45px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
  margin: 22px 0 18px;
}
.heavy-hero-copy p {
  color: #31405c;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 0;
}

.heavy-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.heavy-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 49px;
  padding: 0 22px;
  border-radius: 15px;
  font: 600 14px/1 "Poppins", sans-serif;
  color: #ffffff;
  background: #25d366;
  border: 1px solid #25d366;
  text-decoration: none;
  transition: all 0.3s ease;
}
.heavy-wa i {
  font-size: 18px;
}
.heavy-wa:hover {
  color: #ffffff;
  background: #1ebe5b;
  border-color: #1ebe5b;
  text-decoration: none;
}

.heavy-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 22px;
}
.heavy-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #31405c;
  font-size: 14px;
  font-weight: 600;
}
.heavy-trust-row i {
  color: #f9780b;
}

.heavy-hero-media {
  position: relative;
  padding-left: 26px;
}
.heavy-hero-media picture,
.heavy-hero-media img {
  display: block;
  width: 100%;
}
.heavy-hero-media img {
  border-radius: 28px;
  box-shadow: 0 28px 65px rgba(0, 26, 85, 0.16);
}

.heavy-rate-note {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: min(330px, 82%);
  display: flex;
  align-items: flex-start;
  gap: 13px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(0, 26, 85, 0.06);
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 22px 50px rgba(0, 26, 85, 0.18);
}
.heavy-rate-note .heavy-rate-ico {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(249, 120, 11, 0.12);
  color: #f9780b;
  font-size: 18px;
}
.heavy-rate-note .heavy-rate-text strong {
  display: block;
  color: #102447;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 3px;
}
.heavy-rate-note .heavy-rate-text span {
  display: block;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.45;
}

.heavy-trust-strip {
  padding: 76px 0;
  border-top: 1px solid #e6ebf3;
}
.heavy-trust-strip .heavy-partners {
  margin-top: 14px;
  gap: 34px 64px;
}
.heavy-trust-strip .heavy-partners img {
  height: 48px;
}

.heavy-partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px 50px;
}
.heavy-partners img {
  display: block;
  height: 42px;
  width: auto;
  max-width: 175px;
  object-fit: contain;
}

.heavy-trust-copy {
  padding-right: 20px;
}
.heavy-trust-copy span {
  display: inline-block;
  color: #f9780b;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}
.heavy-trust-copy h2 {
  color: #102447;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}
.heavy-trust-copy p {
  color: #31405c;
  font-size: 15px;
  line-height: 1.6;
  margin: 10px 0 0;
}

.heavy-trust-copy-center {
  max-width: 940px;
  margin: 0 auto 40px;
  padding-right: 0;
  text-align: center;
}
.heavy-trust-copy-center h2 {
  font-size: 32px;
  line-height: 1.22;
  text-wrap: balance;
}
.heavy-trust-copy-center p {
  margin: 14px auto 0;
  max-width: 580px;
}

.heavy-section {
  padding: 84px 0;
  background: #ffffff;
}

.heavy-section-soft {
  background: #f5f8ff;
}

.heavy-section-heading {
  margin-bottom: 36px;
}
.heavy-section-heading > span {
  display: inline-block;
  color: #f9780b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 11px;
}
.heavy-section-heading h2 {
  color: #102447;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 14px;
}
.heavy-section-heading p {
  color: #31405c;
  font-size: 17px;
  line-height: 1.72;
  margin: 0;
}
.heavy-section-heading.text-center {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.heavy-benefit {
  height: 100%;
  min-height: 248px;
  border: 1px solid #e6ebf3;
  border-radius: 8px;
  background: #ffffff;
  padding: 30px 28px;
  box-shadow: 0 12px 30px rgba(0, 26, 85, 0.06);
}
.heavy-benefit i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #ffffff;
  background: #006afe;
  font-size: 19px;
  margin-bottom: 22px;
  box-shadow: 0 12px 24px rgba(0, 106, 254, 0.22);
}
.heavy-benefit h3 {
  color: #102447;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
}
.heavy-benefit p {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 0;
}

.heavy-decision-section {
  padding-top: 26px;
}

.heavy-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.heavy-decision-card {
  border: 1px solid #e6ebf3;
  border-radius: 8px;
  background: #ffffff;
  padding: 28px;
  min-height: 356px;
  box-shadow: 0 12px 30px rgba(0, 26, 85, 0.05);
}
.heavy-decision-card h3 {
  color: #102447;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
.heavy-decision-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.heavy-decision-card li {
  color: #31405c;
  font-size: 14px;
  line-height: 1.55;
  padding: 10px 0;
  border-bottom: 1px solid #e6ebf3;
}
.heavy-decision-card li:last-child {
  border-bottom: 0;
}

.heavy-decision-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 19px;
  margin-bottom: 18px;
}

.heavy-decision-ok .heavy-decision-icon {
  background: #28c76f;
}

.heavy-decision-warn {
  border-color: rgba(249, 120, 11, 0.28);
  background: #fff6ed;
}
.heavy-decision-warn .heavy-decision-icon {
  background: #f9780b;
}

.heavy-decision-no .heavy-decision-icon {
  background: #ea5455;
}

.heavy-cargo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.heavy-cargo-item {
  min-height: 196px;
  border: 1px solid #e6ebf3;
  border-radius: 8px;
  background: #ffffff;
  padding: 24px;
}
.heavy-cargo-item img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin-bottom: 18px;
}
.heavy-cargo-item strong {
  display: block;
  color: #102447;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 7px;
}
.heavy-cargo-item span {
  display: block;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.55;
}

.heavy-image-panel {
  padding-right: 22px;
}
.heavy-image-panel img {
  display: block;
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0, 26, 85, 0.14);
}

.heavy-process {
  padding-left: 28px;
}
.heavy-process .heavy-section-heading {
  margin-bottom: 22px;
}

.heavy-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #e6ebf3;
}
.heavy-step:last-child {
  border-bottom: 0;
}
.heavy-step b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #ffffff;
  background: #f9780b;
  font-size: 20px;
  line-height: 1;
}
.heavy-step h3 {
  color: #102447;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 5px;
}
.heavy-step p {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

.heavy-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.heavy-compare-col {
  position: relative;
  border-radius: 16px;
  padding: 34px 32px;
}
.heavy-compare-col h3 {
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 18px;
}
.heavy-compare-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.heavy-compare-col li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.5;
  padding: 13px 0;
  border-bottom: 1px solid rgba(0, 26, 85, 0.08);
}
.heavy-compare-col li:last-child {
  border-bottom: 0;
}
.heavy-compare-col .heavy-compare-ico {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 12px;
  margin-top: 1px;
}

.heavy-compare-muted {
  background: #f7f8fb;
  border: 1px solid #e6ebf3;
}
.heavy-compare-muted h3 {
  color: #102447;
}
.heavy-compare-muted li {
  color: #6b7280;
  border-bottom-color: rgba(0, 26, 85, 0.06);
}
.heavy-compare-muted .heavy-compare-ico {
  background: rgba(156, 163, 175, 0.18);
  color: #98a2b1;
}

.heavy-compare-strong {
  background: linear-gradient(165deg, #182c54 0%, #0b1a38 100%);
  border: 1px solid #102447;
  box-shadow: 0 30px 60px rgba(0, 26, 85, 0.22);
}
.heavy-compare-strong h3 {
  color: #ffffff;
  padding-right: 110px;
}
.heavy-compare-strong .heavy-compare-brand {
  display: flex;
  align-items: center;
  min-height: 28px;
}
.heavy-compare-strong .heavy-compare-brand img {
  display: block;
  height: 30px;
  width: auto;
  max-width: 190px;
}
.heavy-compare-strong li {
  color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.heavy-compare-strong .heavy-compare-ico {
  background: rgba(40, 199, 111, 0.18);
  color: #28c76f;
}

.heavy-compare-badge {
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f9780b;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(249, 120, 11, 0.35);
}
.heavy-compare-badge i {
  font-size: 10px;
}

.heavy-section-dark {
  background: #102447;
  color: #ffffff;
}
.heavy-section-dark .heavy-dark-copy {
  max-width: 650px;
}
.heavy-section-dark span {
  display: inline-block;
  color: #ffc08c;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}
.heavy-section-dark h2 {
  color: #ffffff;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 14px;
}
.heavy-section-dark p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 0;
}

.heavy-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
}
.heavy-checklist li {
  display: flex;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.45;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.heavy-checklist li:last-child {
  border-bottom: 0;
}
.heavy-checklist i {
  color: #28c76f;
  margin-top: 3px;
}

.heavy-expert-box {
  border-radius: 8px;
  background: #fff6ed;
  border: 1px solid rgba(249, 120, 11, 0.22);
  padding: 34px;
}
.heavy-expert-box h3 {
  color: #102447;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.24;
  margin-bottom: 12px;
}
.heavy-expert-box p {
  color: #31405c;
  font-size: 16px;
  line-height: 1.66;
  margin-bottom: 22px;
}

.heavy-objection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.heavy-objection {
  border: 1px solid #e6ebf3;
  border-radius: 14px;
  background: #ffffff;
  padding: 28px 26px;
  min-height: 174px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.heavy-objection:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 26, 85, 0.1);
  border-color: rgba(249, 120, 11, 0.4);
}
.heavy-objection .heavy-objection-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(249, 120, 11, 0.12);
  color: #f9780b;
  font-size: 18px;
  margin-bottom: 16px;
}
.heavy-objection h3 {
  color: #102447;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 8px;
}
.heavy-objection p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.heavy-expert-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 30px;
}
.heavy-expert-wide p {
  margin-bottom: 0;
}

.heavy-use-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.heavy-use-item {
  border: 1px solid #e6ebf3;
  border-radius: 14px;
  background: #ffffff;
  padding: 28px 26px;
  min-height: 160px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.heavy-use-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 26, 85, 0.1);
  border-color: rgba(0, 106, 254, 0.35);
}
.heavy-use-item .heavy-use-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(0, 106, 254, 0.1);
  color: #006afe;
  font-size: 18px;
  margin-bottom: 16px;
}
.heavy-use-item strong {
  display: block;
  color: #102447;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.heavy-use-item span {
  display: block;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.55;
}

.heavy-final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 44px;
  border-radius: 16px;
  background: linear-gradient(135deg, #006afe 0%, #0056cc 100%);
  padding: 40px 44px;
  color: #ffffff;
  box-shadow: 0 24px 50px rgba(0, 106, 254, 0.22);
}
.heavy-final-inner span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}
.heavy-final-inner h2 {
  color: #ffffff;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.heavy-final-inner p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 690px;
}
.heavy-final-inner .btn_register_two {
  flex-shrink: 0;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .heavy-hero-copy h1 {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .heavy-helper-inner,
  .heavy-objection-grid,
  .heavy-use-grid {
    grid-template-columns: 1fr 1fr;
  }
  .heavy-helper-inner div:nth-child(2) {
    border-right: 0;
  }
  .heavy-helper-inner div:nth-child(-n+2) {
    border-bottom: 1px solid #e6ebf3;
  }
  .heavy-helper-inner div:last-child {
    grid-column: 1/-1;
  }
  .heavy-hero {
    padding: 54px 0 48px;
  }
  .heavy-hero-media {
    padding-left: 0;
    margin-top: 32px;
  }
  .heavy-rate-note {
    left: 18px;
  }
  .heavy-section {
    padding: 64px 0;
  }
  .heavy-benefit {
    margin-bottom: 18px;
  }
  .heavy-image-panel {
    padding-right: 0;
    margin-bottom: 32px;
  }
  .heavy-process {
    padding-left: 0;
  }
  .heavy-expert-box {
    margin-top: 32px;
  }
  .heavy-expert-wide {
    align-items: flex-start;
    flex-direction: column;
  }
  .heavy-compare {
    grid-template-columns: 1fr;
  }
  .heavy-trust-copy {
    margin-bottom: 24px;
    padding-right: 0;
  }
  .heavy-final-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .heavy-helper-inner,
  .heavy-decision-grid,
  .heavy-objection-grid,
  .heavy-use-grid {
    grid-template-columns: 1fr;
  }
  .heavy-helper-inner div,
  .heavy-helper-inner div:nth-child(2),
  .heavy-helper-inner div:last-child {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid #e6ebf3;
  }
  .heavy-helper-inner div:last-child {
    border-bottom: 0;
  }
  .heavy-hero-copy h1 {
    font-size: 36px;
  }
  .heavy-hero-copy p,
  .heavy-section-heading p,
  .heavy-section-dark p {
    font-size: 16px;
  }
  .heavy-section-heading h2,
  .heavy-section-dark h2 {
    font-size: 30px;
  }
  .heavy-cargo-grid {
    grid-template-columns: 1fr;
  }
  .heavy-rate-note {
    position: static;
    width: 100%;
    margin-top: 14px;
  }
  .heavy-benefit,
  .heavy-cargo-item,
  .heavy-decision-card,
  .heavy-objection,
  .heavy-use-item {
    min-height: auto;
  }
  .heavy-compare-col,
  .heavy-decision-card,
  .heavy-expert-box {
    padding: 24px;
  }
  .heavy-step {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }
  .heavy-step b {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .heavy-final-inner {
    padding: 30px 24px;
  }
  .heavy-final-inner h2 {
    font-size: 28px;
  }
}
@media (max-width: 420px) {
  .heavy-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .heavy-trust-row span {
    width: 100%;
  }
}
.epx-overlay {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 16px;
  background: rgba(16, 36, 71, 0.55);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  overflow-y: auto;
}
.epx-overlay.is-open {
  display: flex;
}

.epx-dialog {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: auto;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 40px 90px rgba(0, 26, 85, 0.35);
  overflow: hidden;
  animation: epxIn 0.25s ease;
}

@keyframes epxIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.epx-progress {
  height: 4px;
  background: rgba(249, 120, 11, 0.16);
}
.epx-progress span {
  display: block;
  height: 100%;
  width: 50%;
  background: #f9780b;
  transition: width 0.3s ease;
}

.epx-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 22px;
  border-bottom: 1px solid #e6ebf3;
}
.epx-head .epx-head-title {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}
.epx-head .epx-head-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.12);
  color: #25d366;
  font-size: 17px;
}
.epx-head strong {
  color: #102447;
  font-size: 19px;
  font-weight: 700;
}

.epx-close {
  border: 0;
  background: transparent;
  color: #6b7280;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
}
.epx-close:hover {
  color: #102447;
}

.epx-body {
  padding: 16px 22px 20px;
}

.epx-intro {
  color: #31405c;
  font-size: 13.5px;
  line-height: 1.5;
  background: #f5f8ff;
  border: 1px solid #e6ebf3;
  border-radius: 10px;
  padding: 10px 13px;
  margin: 0 0 14px;
}

.epx-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.epx-step {
  display: none;
}
.epx-step.is-active {
  display: block;
}

.epx-step-title {
  color: #006afe;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
}

.epx-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 14px;
}

.epx-field {
  margin-bottom: 11px;
}
.epx-field label {
  display: block;
  color: #102447;
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 4px;
}
.epx-field label i {
  color: #f9780b;
  font-style: normal;
}
.epx-field input,
.epx-field select,
.epx-field textarea {
  width: 100%;
  border: 1px solid #e6ebf3;
  border-radius: 10px;
  background: #fbfcfe;
  padding: 10px 13px;
  font-size: 14.5px;
  color: #102447;
  font-family: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.epx-field input:focus,
.epx-field select:focus,
.epx-field textarea:focus {
  outline: none;
  border-color: #006afe;
  box-shadow: 0 0 0 3px rgba(0, 106, 254, 0.12);
  background: #ffffff;
}
.epx-field textarea {
  resize: vertical;
  min-height: 66px;
}
.epx-field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M6 8 0 2l1.4-1.4L6 5.2 10.6.6 12 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
}
.epx-field .epx-error {
  display: block;
  color: #ea5455;
  font-size: 12.5px;
  margin-top: 5px;
  min-height: 1px;
}
.epx-field.has-error input,
.epx-field.has-error select,
.epx-field.has-error textarea {
  border-color: #ea5455;
}

.epx-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}
.epx-foot .btn_register,
.epx-foot .btn_register_two {
  margin-left: auto;
}

.epx-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6ebf3;
  background: #ffffff;
  color: #31405c;
  border-radius: 15px;
  padding: 0 24px;
  min-height: 49px;
  font: 600 14px/1 "Poppins", sans-serif;
  cursor: pointer;
  transition: border-color 0.18s ease, color 0.18s ease;
}
.epx-btn-ghost:hover {
  border-color: #f9780b;
  color: #f9780b;
}

.epx-foot-note {
  color: #6b7280;
  font-size: 12px;
  text-align: center;
  margin: 9px 0 0;
}

.epx-success {
  text-align: center;
  padding: 14px 0 6px;
}
.epx-success .epx-success-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(40, 199, 111, 0.14);
  color: #28c76f;
  font-size: 28px;
  margin-bottom: 16px;
}
.epx-success h3 {
  color: #102447;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px;
}
.epx-success p {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 auto 20px;
  max-width: 420px;
}

@media (max-width: 575px) {
  .epx-overlay {
    padding: 0;
  }
  .epx-dialog {
    max-width: 100%;
    min-height: 100%;
    border-radius: 0;
  }
  .epx-row {
    grid-template-columns: 1fr;
  }
  .epx-foot {
    flex-wrap: wrap;
  }
  .epx-foot .btn_register,
  .epx-foot .epx-submit {
    width: 100%;
    margin-left: 0;
  }
  .epx-btn-ghost {
    width: 100%;
  }
}
.heavy-breadcrumb {
  padding: 16px 0 0;
  background: #ffffff;
}
.heavy-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #6b7280;
}
.heavy-breadcrumb li {
  display: flex;
  align-items: center;
}
.heavy-breadcrumb li:not(:last-child)::after {
  content: "›";
  margin-left: 6px;
  color: #9ca3af;
}
.heavy-breadcrumb a {
  color: #006afe;
  text-decoration: none;
}
.heavy-breadcrumb a:hover {
  text-decoration: underline;
}
.heavy-breadcrumb li[aria-current=page] {
  color: #31405c;
  font-weight: 600;
}

.heavy-related-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.heavy-related-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid #e6ebf3;
  border-radius: 999px;
  background: #ffffff;
  color: #102447;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}
.heavy-related-link i {
  color: #006afe;
}
.heavy-related-link:hover {
  color: #006afe;
  border-color: #006afe;
  box-shadow: 0 6px 16px rgba(0, 26, 85, 0.08);
}/*# sourceMappingURL=envios-carga-pesada.css.map */