/* Start custom CSS for html, class: .elementor-element-63222ad */.em-ice {
  --ice-text: #20262d;
  --ice-muted: #5f6973;
  --ice-border: #dce3e8;
  --ice-soft: #f4f7f9;
  --ice-blue: #17679b;
  --ice-blue-dark: #124c72;
  --ice-dark: #17232d;
  --ice-note: #eef8ff;
  --ice-note-border: #afd5eb;
  --ice-danger-bg: #fff3f3;
  max-width: 1060px;
  margin: 0 auto;
  color: var(--ice-text);
  font-size: 18px;
  line-height: 1.68;
}

.em-ice,
.em-ice * {
  box-sizing: border-box;
}

.em-ice h1,
.em-ice h2,
.em-ice h3 {
  color: #141a20;
  line-height: 1.22;
  text-wrap: balance;
}

.em-ice h1 {
  margin: 0 0 22px;
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -0.035em;
}

.em-ice h2 {
  margin: 58px 0 20px;
  font-size: clamp(28px, 3.5vw, 41px);
  letter-spacing: -0.025em;
}

.em-ice h3 {
  margin: 30px 0 12px;
  font-size: clamp(22px, 2.4vw, 28px);
}

.em-ice p {
  margin: 0 0 20px;
}

.em-ice a {
  color: var(--ice-blue-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-ice__hero {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--ice-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(92, 183, 230, 0.25), transparent 32%),
    linear-gradient(135deg, #fff 0%, #f3f8fb 100%);
}

.em-ice__eyebrow {
  margin-bottom: 14px !important;
  color: var(--ice-blue-dark);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.em-ice__lead {
  max-width: 920px;
  color: #35414b;
  font-size: clamp(19px, 2.2vw, 23px);
}

.em-ice__answer {
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 5px solid var(--ice-blue);
  border-radius: 0 14px 14px 0;
  background: var(--ice-note);
}

.em-ice__toc {
  margin: 34px 0 18px;
  padding: 24px 28px;
  border: 1px solid var(--ice-border);
  border-radius: 18px;
  background: #fff;
}

.em-ice__toc strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.em-ice__toc ol {
  columns: 2;
  column-gap: 44px;
  margin: 0;
  padding-left: 24px;
}

.em-ice__toc li {
  margin: 7px 0;
  break-inside: avoid;
}

.em-ice__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 25px 0 31px;
}

.em-ice__grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.em-ice__card {
  padding: 23px;
  border: 1px solid var(--ice-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 32, 42, 0.045);
}

.em-ice__card h3 {
  margin-top: 0;
  font-size: 21px;
}

.em-ice__card p:last-child {
  margin-bottom: 0;
}

.em-ice__note,
.em-ice__warning {
  margin: 27px 0;
  padding: 22px 24px;
  border-radius: 16px;
}

.em-ice__note {
  border: 1px solid var(--ice-note-border);
  background: var(--ice-note);
}

.em-ice__warning {
  border: 1px solid #e8b6b6;
  background: var(--ice-danger-bg);
  color: #681d1d;
}

.em-ice__list {
  margin: 23px 0 28px;
  padding: 0;
  list-style: none;
}

.em-ice__list li {
  position: relative;
  margin: 12px 0;
  padding: 18px 20px 18px 55px;
  border: 1px solid var(--ice-border);
  border-radius: 14px;
  background: #fff;
}

.em-ice__list li::before {
  position: absolute;
  top: 18px;
  left: 20px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: #dceefa;
  color: var(--ice-blue-dark);
  font-size: 14px;
  font-weight: 900;
  content: "✓";
}

.em-ice__table-wrap {
  width: 100%;
  margin: 26px 0 31px;
  overflow-x: auto;
  border: 1px solid var(--ice-border);
  border-radius: 16px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.em-ice table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.em-ice th,
.em-ice td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--ice-border);
  vertical-align: top;
  text-align: left;
}

.em-ice th {
  background: #eaf2f7;
  color: #18212a;
  font-size: 16px;
  line-height: 1.35;
}

.em-ice tbody tr:nth-child(even) {
  background: #fafcfd;
}

.em-ice tbody tr:last-child td {
  border-bottom: 0;
}

.em-ice__formula {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 23px 0;
  padding: 22px;
  overflow-x: auto;
  border-radius: 16px;
  background: var(--ice-dark);
  color: #fff;
  font-size: clamp(25px, 4vw, 39px);
  font-weight: 850;
  letter-spacing: 0.02em;
  text-align: center;
}

.em-ice__formula sub {
  font-size: 0.55em;
}

.em-ice__example {
  margin: 29px 0;
  padding: 25px;
  border: 1px solid #d9c486;
  border-radius: 18px;
  background: #fff9e9;
}

.em-ice__example h3 {
  margin-top: 0;
}

.em-ice__example ul {
  margin-bottom: 16px;
}

.em-ice__example p:last-child {
  margin-bottom: 0;
}

.em-ice__steps,
.em-ice__check-process,
.em-ice__mistakes {
  counter-reset: ice-step;
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

.em-ice__steps li,
.em-ice__check-process li,
.em-ice__mistakes li {
  position: relative;
  min-height: 74px;
  margin: 13px 0;
  padding: 20px 22px 20px 72px;
  border: 1px solid var(--ice-border);
  border-radius: 16px;
  background: #fff;
  counter-increment: ice-step;
}

.em-ice__steps li::before,
.em-ice__check-process li::before,
.em-ice__mistakes li::before {
  position: absolute;
  top: 18px;
  left: 20px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #dceefa;
  color: var(--ice-blue-dark);
  font-weight: 850;
  content: counter(ice-step);
}

.em-ice__mistakes li::before {
  background: #f1d6d6;
  color: #762222;
}

.em-ice__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 27px 0;
}

.em-ice__panel article {
  position: relative;
  padding: 24px 23px 22px 78px;
  border: 1px solid var(--ice-border);
  border-radius: 18px;
  background: #fff;
}

.em-ice__panel span {
  position: absolute;
  top: 23px;
  left: 22px;
  color: var(--ice-blue-dark);
  font-size: 23px;
  font-weight: 900;
}

.em-ice__panel h3 {
  margin-top: 0;
  font-size: 21px;
}

.em-ice__panel p:last-child {
  margin-bottom: 0;
}

.em-ice__docs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0;
}

.em-ice__docs article {
  padding: 23px;
  border: 1px solid var(--ice-border);
  border-radius: 17px;
  background: #fff;
}

.em-ice__docs h3 {
  margin-top: 0;
  font-size: 21px;
}

.em-ice__docs p:last-child {
  margin-bottom: 0;
}

.em-ice blockquote {
  margin: 28px 0;
  padding: 22px 26px;
  border-left: 5px solid #54636e;
  border-radius: 0 14px 14px 0;
  background: var(--ice-soft);
  color: #303a42;
  font-style: normal;
}

.em-ice details {
  margin: 12px 0;
  border: 1px solid var(--ice-border);
  border-radius: 14px;
  background: #fff;
}

.em-ice summary {
  padding: 18px 52px 18px 20px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.4;
}

.em-ice details p {
  padding: 0 20px 20px;
  color: var(--ice-muted);
}

.em-ice__checklist {
  margin-top: 55px;
  padding: clamp(27px, 4vw, 44px);
  border-radius: 23px;
  background: var(--ice-dark);
  color: #f5f8fa;
}

.em-ice__checklist h2 {
  margin-top: 0;
  color: #fff;
}

.em-ice__checklist ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 34px;
  margin-bottom: 0;
  padding-left: 24px;
}

.em-ice__cta {
  margin-top: 38px;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid #b9d8e8;
  border-radius: 24px;
  background: linear-gradient(135deg, #eef8fd 0%, #fff 100%);
}

.em-ice__cta h2 {
  margin-top: 0;
}

.em-ice__cta-note {
  color: #4f5b65;
  font-size: 16px;
}

.em-ice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.em-ice__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 1px solid var(--ice-dark);
  border-radius: 12px;
  background: var(--ice-dark);
  color: #fff !important;
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.em-ice__button--secondary {
  background: #fff;
  color: var(--ice-dark) !important;
}

.em-ice__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(23, 35, 45, 0.16);
}

@media (max-width: 920px) {
  .em-ice__grid,
  .em-ice__grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .em-ice {
    font-size: 17px;
  }

  .em-ice__toc ol {
    columns: 1;
  }

  .em-ice__panel,
  .em-ice__docs,
  .em-ice__checklist ol {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .em-ice__hero,
  .em-ice__cta,
  .em-ice__checklist {
    border-radius: 18px;
  }

  .em-ice__hero {
    padding: 24px 20px;
  }

  .em-ice h1 {
    font-size: 34px;
  }

  .em-ice h2 {
    margin-top: 46px;
    font-size: 29px;
  }

  .em-ice__toc,
  .em-ice__card,
  .em-ice__note,
  .em-ice__warning,
  .em-ice__example {
    padding: 20px;
  }

  .em-ice__grid,
  .em-ice__grid--four {
    grid-template-columns: 1fr;
  }

  .em-ice__steps li,
  .em-ice__check-process li,
  .em-ice__mistakes li {
    padding: 61px 18px 18px;
  }

  .em-ice__steps li::before,
  .em-ice__check-process li::before,
  .em-ice__mistakes li::before {
    top: 16px;
    left: 18px;
  }

  .em-ice__panel article {
    padding: 65px 20px 20px;
  }

  .em-ice__panel span {
    top: 18px;
    left: 20px;
  }

  .em-ice th,
  .em-ice td {
    padding: 14px;
  }

  .em-ice__actions {
    flex-direction: column;
  }

  .em-ice__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-ice__button {
    transition: none;
  }
}/* End custom CSS */