/* Start custom CSS for html, class: .elementor-element-1c2a238 */.em-transfer {
  --emt-text: #182235;
  --emt-muted: #5f6b79;
  --emt-line: #dfe5ec;
  --emt-soft: #f5f7fa;
  --emt-white: #ffffff;
  --emt-dark: #111827;
  --emt-accent: #f59e0b;
  --emt-green: #16794a;
  --emt-green-soft: #eaf8f0;
  --emt-blue: #2563eb;
  --emt-blue-soft: #eff6ff;
  --emt-red: #b42318;
  --emt-red-soft: #fff1ef;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--emt-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.72;
}

.em-transfer *,
.em-transfer *::before,
.em-transfer *::after {
  box-sizing: border-box;
}

.em-transfer p {
  margin: 0 0 18px;
}

.em-transfer h1,
.em-transfer h2,
.em-transfer h3 {
  color: var(--emt-dark);
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.em-transfer h1 {
  max-width: 1040px;
  margin: 17px 0 21px;
  color: var(--emt-white);
  font-size: clamp(34px, 5vw, 58px);
}

.em-transfer h2 {
  margin: 0 0 22px;
  font-size: clamp(28px, 3.5vw, 40px);
}

.em-transfer h3 {
  margin: 0 0 12px;
  font-size: 21px;
}

.em-transfer a {
  color: inherit;
}

.em-transfer__hero {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 72px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 10%, rgba(245, 158, 11, 0.42), transparent 35%),
    linear-gradient(135deg, #111827 0%, #273247 58%, #111827 100%);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.2);
}

.em-transfer__hero::before {
  content: "";
  position: absolute;
  top: -155px;
  right: -100px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.em-transfer__hero::after {
  content: "";
  position: absolute;
  right: 78px;
  bottom: -230px;
  width: 275px;
  height: 455px;
  border: 20px solid rgba(255, 255, 255, 0.045);
  border-radius: 150px;
  transform: rotate(34deg);
}

.em-transfer__hero-content {
  position: relative;
  z-index: 1;
}

.em-transfer__eyebrow,
.em-transfer__cta-label {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.17);
  color: #ffdc94;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.em-transfer__lead {
  max-width: 980px;
  margin-bottom: 27px;
  color: #e5ebf2;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.em-transfer__hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.em-transfer__hero-tags span {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--emt-white);
  font-size: 14px;
  font-weight: 700;
}

.em-transfer__answer {
  margin: 27px 0;
  padding: 23px 25px;
  border-left: 5px solid var(--emt-green);
  border-radius: 0 17px 17px 0;
  background: var(--emt-green-soft);
}

.em-transfer__answer strong,
.em-transfer__notice strong {
  display: block;
  margin-bottom: 7px;
  color: var(--emt-dark);
  font-size: 19px;
}

.em-transfer__answer p:last-child,
.em-transfer__notice p:last-child {
  margin-bottom: 0;
}

.em-transfer__warning {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 17px;
  margin: 27px 0;
  padding: 23px 25px;
  border: 1px solid #f4c8c3;
  border-radius: 19px;
  background: var(--emt-red-soft);
}

.em-transfer__warning-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: var(--emt-red);
  color: var(--emt-white);
  font-size: 22px;
  font-weight: 900;
}

.em-transfer__warning strong {
  display: block;
  margin-bottom: 7px;
  color: var(--emt-red);
  font-size: 18px;
}

.em-transfer__warning p:last-child {
  margin-bottom: 0;
}

.em-transfer__positions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 27px 0;
}

.em-transfer__positions article {
  padding: 25px;
  border: 1px solid var(--emt-line);
  border-radius: 20px;
  background: var(--emt-white);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
}

.em-transfer__positions span {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 15px;
  background: var(--emt-accent);
  color: var(--emt-dark);
  font-size: 21px;
  font-weight: 900;
}

.em-transfer__positions strong {
  display: block;
  margin-bottom: 8px;
  color: var(--emt-dark);
  font-size: 20px;
}

.em-transfer__positions p:last-child {
  margin-bottom: 0;
}

.em-transfer__toc {
  margin: 27px 0;
  padding: 22px;
  border: 1px solid var(--emt-line);
  border-radius: 20px;
  background: var(--emt-white);
  box-shadow: 0 10px 35px rgba(17, 24, 39, 0.06);
}

.em-transfer__toc > strong {
  display: block;
  margin-bottom: 14px;
  font-size: 18px;
}

.em-transfer__toc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.em-transfer__toc-links a {
  padding: 8px 12px;
  border-radius: 10px;
  background: var(--emt-soft);
  color: var(--emt-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.em-transfer__toc-links a:hover,
.em-transfer__toc-links a:focus {
  background: var(--emt-accent);
  color: var(--emt-dark);
}

.em-transfer__section {
  padding: clamp(35px, 5vw, 61px) 0;
  border-bottom: 1px solid var(--emt-line);
  scroll-margin-top: 100px;
}

.em-transfer__section > p,
.em-transfer__section > ul,
.em-transfer__section > ol {
  max-width: 1020px;
}

.em-transfer__logic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 27px 0;
}

.em-transfer__logic article {
  padding: 23px;
  border: 1px solid var(--emt-line);
  border-radius: 18px;
  background: var(--emt-soft);
}

.em-transfer__logic span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--emt-blue-soft);
  color: var(--emt-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.em-transfer__logic strong {
  display: block;
  margin-bottom: 8px;
  color: var(--emt-dark);
  font-size: 18px;
}

.em-transfer__logic p:last-child {
  margin-bottom: 0;
}

.em-transfer__notice {
  margin: 27px 0;
  padding: 22px 24px;
  border-left: 5px solid var(--emt-accent);
  border-radius: 0 16px 16px 0;
  background: #fff8e8;
}

.em-transfer__notice--important {
  border-left-color: var(--emt-blue);
  background: var(--emt-blue-soft);
}

.em-transfer__notice--danger {
  border-left-color: var(--emt-red);
  background: var(--emt-red-soft);
}

.em-transfer__table-wrap {
  width: 100%;
  margin: 25px 0;
  overflow-x: auto;
  border: 1px solid var(--emt-line);
  border-radius: 18px;
  background: var(--emt-white);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
  -webkit-overflow-scrolling: touch;
}

.em-transfer__table {
  width: 100%;
  min-width: 850px;
  margin: 0;
  border-collapse: collapse;
}

.em-transfer__table--wide {
  min-width: 1050px;
}

.em-transfer__table th,
.em-transfer__table td {
  padding: 17px 18px;
  border: 0;
  border-bottom: 1px solid var(--emt-line);
  text-align: left;
  vertical-align: top;
}

.em-transfer__table th {
  background: var(--emt-dark);
  color: var(--emt-white);
  font-size: 14px;
  font-weight: 800;
}

.em-transfer__table tbody tr:nth-child(even) {
  background: #fafbfc;
}

.em-transfer__table tbody tr:last-child td {
  border-bottom: 0;
}

.em-transfer__steps {
  display: grid;
  gap: 14px;
  margin: 27px 0;
  padding: 0;
  counter-reset: emt-step;
  list-style: none;
}

.em-transfer__steps li {
  position: relative;
  min-height: 72px;
  padding: 18px 20px 18px 77px;
  border: 1px solid var(--emt-line);
  border-radius: 17px;
  background: var(--emt-white);
  counter-increment: emt-step;
}

.em-transfer__steps li::before {
  content: counter(emt-step);
  position: absolute;
  top: 15px;
  left: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: var(--emt-accent);
  color: var(--emt-dark);
  font-weight: 900;
}

.em-transfer__steps strong,
.em-transfer__steps span {
  display: block;
}

.em-transfer__steps span {
  margin-top: 4px;
  color: var(--emt-muted);
}

.em-transfer__applications,
.em-transfer__house-grid,
.em-transfer__inverter-grid,
.em-transfer__mkd-grid,
.em-transfer__selection-grid,
.em-transfer__protection-grid,
.em-transfer__inspection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 27px 0;
}

.em-transfer__applications article,
.em-transfer__house-grid article,
.em-transfer__inverter-grid article,
.em-transfer__mkd-grid article,
.em-transfer__selection-grid article,
.em-transfer__protection-grid article,
.em-transfer__inspection-grid article {
  padding: 24px;
  border: 1px solid var(--emt-line);
  border-radius: 19px;
  background: linear-gradient(145deg, #ffffff 0%, #f7f9fb 100%);
  box-shadow: 0 8px 26px rgba(17, 24, 39, 0.04);
}

.em-transfer__applications span,
.em-transfer__mkd-grid span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--emt-blue-soft);
  color: var(--emt-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.em-transfer__selection-grid span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  place-items: center;
  border-radius: 12px;
  background: var(--emt-accent);
  color: var(--emt-dark);
  font-size: 13px;
  font-weight: 900;
}

.em-transfer__applications h3,
.em-transfer__mkd-grid h3,
.em-transfer__selection-grid h3 {
  font-size: 20px;
}

.em-transfer__house-grid strong,
.em-transfer__inverter-grid strong,
.em-transfer__protection-grid strong,
.em-transfer__inspection-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--emt-dark);
  font-size: 19px;
}

.em-transfer__applications p:last-child,
.em-transfer__house-grid p:last-child,
.em-transfer__inverter-grid p:last-child,
.em-transfer__mkd-grid p:last-child,
.em-transfer__selection-grid p:last-child,
.em-transfer__protection-grid p:last-child,
.em-transfer__inspection-grid p:last-child {
  margin-bottom: 0;
}

.em-transfer__inline-link {
  display: inline-flex;
  align-items: center;
  margin: 3px 0 20px;
  padding: 10px 14px;
  border-radius: 11px;
  background: var(--emt-blue-soft);
  color: var(--emt-blue);
  font-weight: 800;
  text-decoration: none;
}

.em-transfer__inline-link:hover,
.em-transfer__inline-link:focus {
  text-decoration: underline;
}

.em-transfer__comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 27px 0;
}

.em-transfer__comparison article {
  padding: 25px;
  border: 1px solid var(--emt-line);
  border-radius: 19px;
  background: var(--emt-white);
}

.em-transfer__comparison span {
  display: inline-block;
  margin-bottom: 13px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--emt-blue-soft);
  color: var(--emt-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.em-transfer__comparison strong {
  display: block;
  margin-bottom: 10px;
  color: var(--emt-dark);
  font-size: 21px;
}

.em-transfer__comparison ul {
  margin: 0;
  padding-left: 21px;
}

.em-transfer__comparison li {
  margin-bottom: 8px;
}

.em-transfer__avr-grid,
.em-transfer__neutral-grid,
.em-transfer__under-load {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
  margin: 27px 0;
}

.em-transfer__avr-grid article,
.em-transfer__neutral-grid article,
.em-transfer__under-load article {
  padding: 23px;
  border: 1px solid var(--emt-line);
  border-radius: 18px;
  background: var(--emt-soft);
}

.em-transfer__avr-grid strong,
.em-transfer__neutral-grid strong,
.em-transfer__under-load strong {
  display: block;
  margin-bottom: 8px;
  color: var(--emt-dark);
  font-size: 18px;
}

.em-transfer__avr-grid p:last-child,
.em-transfer__neutral-grid p:last-child,
.em-transfer__under-load p:last-child {
  margin-bottom: 0;
}

.em-transfer__bypass-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 27px 0;
}

.em-transfer__bypass-grid article {
  padding: 24px;
  border: 1px solid var(--emt-line);
  border-radius: 19px;
  background: var(--emt-white);
}

.em-transfer__bypass-grid span {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 13px;
  background: var(--emt-accent);
  color: var(--emt-dark);
  font-weight: 900;
}

.em-transfer__bypass-grid p:last-child {
  margin-bottom: 0;
}

.em-transfer__schemes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 27px 0;
}

.em-transfer__schemes article {
  padding: 25px;
  border: 1px solid var(--emt-line);
  border-radius: 19px;
  background: var(--emt-white);
  box-shadow: 0 8px 26px rgba(17, 24, 39, 0.04);
}

.em-transfer__schemes article > span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--emt-blue-soft);
  color: var(--emt-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.em-transfer__scheme-line {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin: 18px 0;
}

.em-transfer__scheme-line b,
.em-transfer__scheme-line i {
  display: grid;
  min-height: 54px;
  place-items: center;
  padding: 10px;
  border-radius: 13px;
  text-align: center;
}

.em-transfer__scheme-line b {
  background: var(--emt-soft);
  color: var(--emt-dark);
}

.em-transfer__scheme-line i {
  min-width: 80px;
  background: var(--emt-accent);
  color: var(--emt-dark);
  font-style: normal;
  font-weight: 900;
}

.em-transfer__scheme-source {
  color: var(--emt-muted);
  font-size: 15px;
}

.em-transfer__mistakes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 27px 0;
}

.em-transfer__mistakes article {
  position: relative;
  padding: 22px 22px 22px 75px;
  border: 1px solid var(--emt-line);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fb 100%);
}

.em-transfer__mistakes span {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: var(--emt-red-soft);
  color: var(--emt-red);
  font-size: 13px;
  font-weight: 900;
}

.em-transfer__mistakes h3 {
  margin-bottom: 7px;
  font-size: 19px;
}

.em-transfer__mistakes p:last-child {
  margin-bottom: 0;
}

.em-transfer__docs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 25px 0;
}

.em-transfer__docs article {
  padding: 21px 23px;
  border-left: 4px solid var(--emt-accent);
  border-radius: 0 15px 15px 0;
  background: var(--emt-soft);
}

.em-transfer__docs strong {
  display: block;
  margin-bottom: 6px;
  color: var(--emt-dark);
  font-size: 18px;
}

.em-transfer__docs p:last-child {
  margin-bottom: 0;
}

.em-transfer__small {
  color: var(--emt-muted);
  font-size: 15px;
  line-height: 1.65;
}

.em-transfer__faq {
  display: grid;
  gap: 12px;
}

.em-transfer__faq details {
  overflow: hidden;
  border: 1px solid var(--emt-line);
  border-radius: 16px;
  background: var(--emt-white);
}

.em-transfer__faq summary {
  position: relative;
  padding: 19px 56px 19px 21px;
  color: var(--emt-dark);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.em-transfer__faq summary::-webkit-details-marker {
  display: none;
}

.em-transfer__faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 19px;
  display: grid;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
  place-items: center;
  border-radius: 50%;
  background: var(--emt-soft);
  color: var(--emt-dark);
  font-size: 21px;
}

.em-transfer__faq details[open] summary {
  background: #fffaf0;
}

.em-transfer__faq details[open] summary::after {
  content: "−";
  background: var(--emt-accent);
}

.em-transfer__faq details > div {
  padding: 0 21px 5px;
  color: var(--emt-muted);
}

.em-transfer__related {
  padding: clamp(35px, 5vw, 59px) 0;
}

.em-transfer__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.em-transfer__related-grid a {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--emt-line);
  border-radius: 18px;
  background: var(--emt-white);
  color: var(--emt-text);
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.em-transfer__related-grid a:hover,
.em-transfer__related-grid a:focus {
  transform: translateY(-3px);
  border-color: var(--emt-accent);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.1);
}

.em-transfer__related-grid strong {
  display: block;
  margin-bottom: 14px;
  color: var(--emt-dark);
  font-size: 20px;
  line-height: 1.35;
}

.em-transfer__related-grid span {
  color: var(--emt-muted);
}

.em-transfer__cta {
  margin-top: 18px;
  padding: clamp(32px, 6vw, 66px);
  border-radius: 27px;
  background:
    radial-gradient(circle at 90% 12%, rgba(245, 158, 11, 0.32), transparent 36%),
    var(--emt-dark);
  color: var(--emt-white);
}

.em-transfer__cta h2 {
  max-width: 900px;
  margin: 14px 0 18px;
  color: var(--emt-white);
}

.em-transfer__cta p {
  max-width: 940px;
  color: #dbe2eb;
}

.em-transfer__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 18px;
}

.em-transfer__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 2px solid transparent;
  border-radius: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.em-transfer__button:hover,
.em-transfer__button:focus {
  transform: translateY(-2px);
}

.em-transfer__button--primary {
  background: var(--emt-accent);
  color: var(--emt-dark);
}

.em-transfer__button--secondary {
  border-color: rgba(255, 255, 255, 0.33);
  background: rgba(255, 255, 255, 0.08);
  color: var(--emt-white);
}

.em-transfer__cta-note {
  margin-bottom: 0;
  font-size: 14px;
}

.em-transfer a:focus-visible,
.em-transfer summary:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.38);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .em-transfer__logic,
  .em-transfer__avr-grid,
  .em-transfer__neutral-grid,
  .em-transfer__under-load {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1020px) {
  .em-transfer__applications,
  .em-transfer__house-grid,
  .em-transfer__inverter-grid,
  .em-transfer__mkd-grid,
  .em-transfer__selection-grid,
  .em-transfer__protection-grid,
  .em-transfer__inspection-grid,
  .em-transfer__mistakes,
  .em-transfer__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .em-transfer__positions,
  .em-transfer__bypass-grid,
  .em-transfer__comparison,
  .em-transfer__schemes,
  .em-transfer__docs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .em-transfer {
    font-size: 16px;
    line-height: 1.68;
  }

  .em-transfer__hero,
  .em-transfer__cta {
    margin-right: -10px;
    margin-left: -10px;
    border-radius: 20px;
  }

  .em-transfer__warning {
    grid-template-columns: 1fr;
  }

  .em-transfer__toc {
    padding: 18px;
  }

  .em-transfer__toc-links {
    flex-direction: column;
  }

  .em-transfer__toc-links a {
    width: 100%;
  }

  .em-transfer__logic,
  .em-transfer__avr-grid,
  .em-transfer__neutral-grid,
  .em-transfer__under-load,
  .em-transfer__applications,
  .em-transfer__house-grid,
  .em-transfer__inverter-grid,
  .em-transfer__mkd-grid,
  .em-transfer__selection-grid,
  .em-transfer__protection-grid,
  .em-transfer__inspection-grid,
  .em-transfer__mistakes,
  .em-transfer__related-grid {
    grid-template-columns: 1fr;
  }

  .em-transfer__table {
    min-width: 810px;
  }

  .em-transfer__table--wide {
    min-width: 980px;
  }

  .em-transfer__table th,
  .em-transfer__table td {
    padding: 15px;
  }

  .em-transfer__scheme-line {
    grid-template-columns: 1fr;
  }

  .em-transfer__related-grid a {
    min-height: auto;
  }

  .em-transfer__cta-actions {
    flex-direction: column;
  }

  .em-transfer__button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .em-transfer h1 {
    font-size: 32px;
  }

  .em-transfer h2 {
    font-size: 27px;
  }

  .em-transfer h3 {
    font-size: 20px;
  }

  .em-transfer__hero,
  .em-transfer__cta {
    padding: 28px 20px;
  }

  .em-transfer__hero-tags span {
    font-size: 13px;
  }

  .em-transfer__steps li {
    padding: 72px 19px 19px;
  }

  .em-transfer__steps li::before {
    top: 17px;
    left: 19px;
  }

  .em-transfer__mistakes article {
    padding: 74px 19px 19px;
  }

  .em-transfer__mistakes span {
    top: 18px;
    left: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-transfer__toc-links a,
  .em-transfer__related-grid a,
  .em-transfer__button {
    transition: none;
  }

  .em-transfer__related-grid a:hover,
  .em-transfer__related-grid a:focus,
  .em-transfer__button:hover,
  .em-transfer__button:focus {
    transform: none;
  }
}/* End custom CSS */