/* Start custom CSS for html, class: .elementor-element-4a3246b */.em-garland {
  --emg-text: #182235;
  --emg-muted: #5f6b79;
  --emg-line: #dfe5ec;
  --emg-soft: #f5f7fa;
  --emg-white: #ffffff;
  --emg-dark: #111827;
  --emg-accent: #f59e0b;
  --emg-green: #16794a;
  --emg-green-soft: #eaf8f0;
  --emg-blue: #2563eb;
  --emg-blue-soft: #eff6ff;
  --emg-red: #b42318;
  --emg-red-soft: #fff1ef;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--emg-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.72;
}

.em-garland *,
.em-garland *::before,
.em-garland *::after {
  box-sizing: border-box;
}

.em-garland p {
  margin: 0 0 18px;
}

.em-garland h1,
.em-garland h2,
.em-garland h3 {
  color: var(--emg-dark);
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.em-garland h1 {
  max-width: 1040px;
  margin: 17px 0 21px;
  color: var(--emg-white);
  font-size: clamp(34px, 5vw, 58px);
}

.em-garland h2 {
  margin: 0 0 22px;
  font-size: clamp(28px, 3.5vw, 40px);
}

.em-garland h3 {
  margin: 0 0 12px;
  font-size: 21px;
}

.em-garland a {
  color: inherit;
}

.em-garland__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-garland__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-garland__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-garland__hero-content {
  position: relative;
  z-index: 1;
}

.em-garland__eyebrow,
.em-garland__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-garland__lead {
  max-width: 980px;
  margin-bottom: 27px;
  color: #e5ebf2;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.em-garland__hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.em-garland__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(--emg-white);
  font-size: 14px;
  font-weight: 700;
}

.em-garland__answer {
  margin: 27px 0;
  padding: 23px 25px;
  border-left: 5px solid var(--emg-green);
  border-radius: 0 17px 17px 0;
  background: var(--emg-green-soft);
}

.em-garland__answer strong,
.em-garland__notice strong {
  display: block;
  margin-bottom: 7px;
  color: var(--emg-dark);
  font-size: 19px;
}

.em-garland__answer p:last-child,
.em-garland__notice p:last-child {
  margin-bottom: 0;
}

.em-garland__alert {
  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(--emg-red-soft);
}

.em-garland__alert-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: var(--emg-red);
  color: var(--emg-white);
  font-size: 22px;
  font-weight: 900;
}

.em-garland__alert strong {
  display: block;
  margin-bottom: 7px;
  color: var(--emg-red);
  font-size: 18px;
}

.em-garland__alert p:last-child {
  margin-bottom: 0;
}

.em-garland__quick {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
  margin: 27px 0;
}

.em-garland__quick article {
  padding: 23px;
  border: 1px solid var(--emg-line);
  border-radius: 19px;
  background: var(--emg-white);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
}

.em-garland__quick article > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 12px;
  background: var(--emg-accent);
  color: var(--emg-dark);
  font-weight: 900;
}

.em-garland__quick strong {
  display: block;
  margin-bottom: 8px;
  color: var(--emg-dark);
  font-size: 19px;
}

.em-garland__quick p:last-child {
  margin-bottom: 0;
}

.em-garland__toc {
  margin: 27px 0;
  padding: 22px;
  border: 1px solid var(--emg-line);
  border-radius: 20px;
  background: var(--emg-white);
  box-shadow: 0 10px 35px rgba(17, 24, 39, 0.06);
}

.em-garland__toc > strong {
  display: block;
  margin-bottom: 14px;
  font-size: 18px;
}

.em-garland__toc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.em-garland__toc-links a {
  padding: 8px 12px;
  border-radius: 10px;
  background: var(--emg-soft);
  color: var(--emg-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.em-garland__toc-links a:hover,
.em-garland__toc-links a:focus {
  background: var(--emg-accent);
  color: var(--emg-dark);
}

.em-garland__section {
  padding: clamp(35px, 5vw, 61px) 0;
  border-bottom: 1px solid var(--emg-line);
  scroll-margin-top: 100px;
}

.em-garland__section > p,
.em-garland__section > ul,
.em-garland__section > ol {
  max-width: 1020px;
}

.em-garland__table-wrap {
  width: 100%;
  margin: 25px 0;
  overflow-x: auto;
  border: 1px solid var(--emg-line);
  border-radius: 18px;
  background: var(--emg-white);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
  -webkit-overflow-scrolling: touch;
}

.em-garland__table {
  width: 100%;
  min-width: 860px;
  margin: 0;
  border-collapse: collapse;
}

.em-garland__table--wide {
  min-width: 980px;
}

.em-garland__table th,
.em-garland__table td {
  padding: 17px 18px;
  border: 0;
  border-bottom: 1px solid var(--emg-line);
  text-align: left;
  vertical-align: top;
}

.em-garland__table th {
  background: var(--emg-dark);
  color: var(--emg-white);
  font-size: 14px;
  font-weight: 800;
}

.em-garland__table tbody tr:nth-child(even) {
  background: #fafbfc;
}

.em-garland__table tbody tr:last-child td {
  border-bottom: 0;
}

.em-garland__notice {
  margin: 27px 0;
  padding: 22px 24px;
  border-left: 5px solid var(--emg-accent);
  border-radius: 0 16px 16px 0;
  background: #fff8e8;
}

.em-garland__notice--important {
  border-left-color: var(--emg-blue);
  background: var(--emg-blue-soft);
}

.em-garland__notice--danger {
  border-left-color: var(--emg-red);
  background: var(--emg-red-soft);
}

.em-garland__place-grid,
.em-garland__mark-grid,
.em-garland__indoor-grid,
.em-garland__outdoor-grid,
.em-garland__children-grid,
.em-garland__docs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 27px 0;
}

.em-garland__place-grid article,
.em-garland__mark-grid article,
.em-garland__indoor-grid article,
.em-garland__outdoor-grid article,
.em-garland__children-grid article {
  padding: 24px;
  border: 1px solid var(--emg-line);
  border-radius: 19px;
  background: linear-gradient(145deg, #ffffff 0%, #f7f9fb 100%);
  box-shadow: 0 8px 26px rgba(17, 24, 39, 0.04);
}

.em-garland__place-grid article > span,
.em-garland__outdoor-grid article > span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--emg-blue-soft);
  color: var(--emg-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.em-garland__place-grid h3,
.em-garland__outdoor-grid h3 {
  font-size: 20px;
}

.em-garland__mark-grid strong,
.em-garland__indoor-grid strong,
.em-garland__children-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--emg-dark);
  font-size: 19px;
}

.em-garland__place-grid p:last-child,
.em-garland__mark-grid p:last-child,
.em-garland__indoor-grid p:last-child,
.em-garland__outdoor-grid p:last-child,
.em-garland__children-grid p:last-child {
  margin-bottom: 0;
}

.em-garland__class-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 27px 0;
}

.em-garland__class-grid article {
  padding: 25px;
  border: 1px solid var(--emg-line);
  border-radius: 19px;
  background: var(--emg-white);
}

.em-garland__class-grid article > span {
  display: inline-block;
  margin-bottom: 13px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--emg-blue-soft);
  color: var(--emg-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.em-garland__class-grid h3 {
  font-size: 20px;
}

.em-garland__class-grid p:last-child {
  margin-bottom: 0;
}

.em-garland__check-list,
.em-garland__warning-list {
  display: grid;
  gap: 11px;
  margin: 22px 0 27px;
  padding: 0;
  list-style: none;
}

.em-garland__check-list li,
.em-garland__warning-list li {
  position: relative;
  padding-left: 33px;
}

.em-garland__check-list li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--emg-green-soft);
  color: var(--emg-green);
  font-size: 13px;
  font-weight: 900;
}

.em-garland__warning-list li::before {
  content: "!";
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--emg-red-soft);
  color: var(--emg-red);
  font-size: 13px;
  font-weight: 900;
}

.em-garland__window-grid,
.em-garland__mount-grid,
.em-garland__connect-grid,
.em-garland__line-grid,
.em-garland__timer-grid,
.em-garland__trip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
  margin: 27px 0;
}

.em-garland__window-grid article,
.em-garland__mount-grid article,
.em-garland__connect-grid article,
.em-garland__line-grid article,
.em-garland__timer-grid article,
.em-garland__trip-grid article {
  padding: 23px;
  border: 1px solid var(--emg-line);
  border-radius: 18px;
  background: var(--emg-soft);
}

.em-garland__window-grid article > span,
.em-garland__line-grid article > span,
.em-garland__trip-grid article > span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--emg-blue-soft);
  color: var(--emg-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.em-garland__window-grid h3,
.em-garland__line-grid h3,
.em-garland__trip-grid h3 {
  font-size: 19px;
}

.em-garland__mount-grid strong,
.em-garland__connect-grid strong,
.em-garland__timer-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--emg-dark);
  font-size: 18px;
}

.em-garland__window-grid p:last-child,
.em-garland__mount-grid p:last-child,
.em-garland__connect-grid p:last-child,
.em-garland__line-grid p:last-child,
.em-garland__timer-grid p:last-child,
.em-garland__trip-grid p:last-child {
  margin-bottom: 0;
}

.em-garland__inline-link {
  display: inline-flex;
  align-items: center;
  margin: 3px 0 20px;
  padding: 10px 14px;
  border-radius: 11px;
  background: var(--emg-blue-soft);
  color: var(--emg-blue);
  font-weight: 800;
  text-decoration: none;
}

.em-garland__inline-link:hover,
.em-garland__inline-link:focus {
  text-decoration: underline;
}

.em-garland__steps {
  display: grid;
  gap: 14px;
  margin: 27px 0;
  padding: 0;
  counter-reset: emg-step;
  list-style: none;
}

.em-garland__steps li {
  position: relative;
  min-height: 72px;
  padding: 18px 20px 18px 77px;
  border: 1px solid var(--emg-line);
  border-radius: 17px;
  background: var(--emg-white);
  counter-increment: emg-step;
}

.em-garland__steps li::before {
  content: counter(emg-step);
  position: absolute;
  top: 15px;
  left: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: var(--emg-accent);
  color: var(--emg-dark);
  font-weight: 900;
}

.em-garland__steps strong,
.em-garland__steps span {
  display: block;
}

.em-garland__steps span {
  margin-top: 4px;
  color: var(--emg-muted);
}

.em-garland__repair-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 27px 0;
}

.em-garland__repair-grid article {
  padding: 25px;
  border: 1px solid var(--emg-line);
  border-radius: 19px;
  background: var(--emg-white);
}

.em-garland__repair-grid article:first-child {
  border-top: 5px solid var(--emg-green);
}

.em-garland__repair-grid article:last-child {
  border-top: 5px solid var(--emg-red);
}

.em-garland__repair-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--emg-dark);
  font-size: 21px;
}

.em-garland__repair-grid ul {
  margin: 0;
  padding-left: 21px;
}

.em-garland__repair-grid li {
  margin-bottom: 8px;
}

.em-garland__repair-grid li:last-child {
  margin-bottom: 0;
}

.em-garland__mistake-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 27px 0;
}

.em-garland__mistake-grid article {
  position: relative;
  padding: 22px 22px 22px 75px;
  border: 1px solid var(--emg-line);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fb 100%);
}

.em-garland__mistake-grid article > span {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: var(--emg-red-soft);
  color: var(--emg-red);
  font-size: 13px;
  font-weight: 900;
}

.em-garland__mistake-grid h3 {
  margin-bottom: 7px;
  font-size: 19px;
}

.em-garland__mistake-grid p:last-child {
  margin-bottom: 0;
}

.em-garland__docs article {
  padding: 21px 23px;
  border-left: 4px solid var(--emg-accent);
  border-radius: 0 15px 15px 0;
  background: var(--emg-soft);
}

.em-garland__docs strong {
  display: block;
  margin-bottom: 6px;
  color: var(--emg-dark);
  font-size: 18px;
}

.em-garland__docs p:last-child {
  margin-bottom: 0;
}

.em-garland__small {
  color: var(--emg-muted);
  font-size: 15px;
  line-height: 1.65;
}

.em-garland__faq {
  display: grid;
  gap: 12px;
}

.em-garland__faq details {
  overflow: hidden;
  border: 1px solid var(--emg-line);
  border-radius: 16px;
  background: var(--emg-white);
}

.em-garland__faq summary {
  position: relative;
  padding: 19px 56px 19px 21px;
  color: var(--emg-dark);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.em-garland__faq summary::-webkit-details-marker {
  display: none;
}

.em-garland__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(--emg-soft);
  color: var(--emg-dark);
  font-size: 21px;
}

.em-garland__faq details[open] summary {
  background: #fffaf0;
}

.em-garland__faq details[open] summary::after {
  content: "−";
  background: var(--emg-accent);
}

.em-garland__faq details > div {
  padding: 0 21px 5px;
  color: var(--emg-muted);
}

.em-garland__related {
  padding: clamp(35px, 5vw, 59px) 0;
}

.em-garland__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.em-garland__related-grid a {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--emg-line);
  border-radius: 18px;
  background: var(--emg-white);
  color: var(--emg-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-garland__related-grid a:hover,
.em-garland__related-grid a:focus {
  transform: translateY(-3px);
  border-color: var(--emg-accent);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.1);
}

.em-garland__related-grid strong {
  display: block;
  margin-bottom: 14px;
  color: var(--emg-dark);
  font-size: 20px;
  line-height: 1.35;
}

.em-garland__related-grid span {
  color: var(--emg-muted);
}

.em-garland__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(--emg-dark);
  color: var(--emg-white);
}

.em-garland__cta h2 {
  max-width: 900px;
  margin: 14px 0 18px;
  color: var(--emg-white);
}

.em-garland__cta p {
  max-width: 940px;
  color: #dbe2eb;
}

.em-garland__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 18px;
}

.em-garland__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-garland__button:hover,
.em-garland__button:focus {
  transform: translateY(-2px);
}

.em-garland__button--primary {
  background: var(--emg-accent);
  color: var(--emg-dark);
}

.em-garland__button--secondary {
  border-color: rgba(255, 255, 255, 0.33);
  background: rgba(255, 255, 255, 0.08);
  color: var(--emg-white);
}

.em-garland__cta-note {
  margin-bottom: 0;
  font-size: 14px;
}

.em-garland a:focus-visible,
.em-garland summary:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.38);
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .em-garland__place-grid,
  .em-garland__mark-grid,
  .em-garland__indoor-grid,
  .em-garland__outdoor-grid,
  .em-garland__children-grid,
  .em-garland__docs,
  .em-garland__mistake-grid,
  .em-garland__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-garland__window-grid,
  .em-garland__mount-grid,
  .em-garland__connect-grid,
  .em-garland__line-grid,
  .em-garland__timer-grid,
  .em-garland__trip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .em-garland__quick,
  .em-garland__class-grid,
  .em-garland__repair-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .em-garland {
    font-size: 16px;
    line-height: 1.68;
  }

  .em-garland__hero,
  .em-garland__cta {
    margin-right: -10px;
    margin-left: -10px;
    border-radius: 20px;
  }

  .em-garland__alert {
    grid-template-columns: 1fr;
  }

  .em-garland__quick,
  .em-garland__place-grid,
  .em-garland__mark-grid,
  .em-garland__indoor-grid,
  .em-garland__outdoor-grid,
  .em-garland__children-grid,
  .em-garland__docs,
  .em-garland__mistake-grid,
  .em-garland__related-grid,
  .em-garland__window-grid,
  .em-garland__mount-grid,
  .em-garland__connect-grid,
  .em-garland__line-grid,
  .em-garland__timer-grid,
  .em-garland__trip-grid {
    grid-template-columns: 1fr;
  }

  .em-garland__toc {
    padding: 18px;
  }

  .em-garland__toc-links {
    flex-direction: column;
  }

  .em-garland__toc-links a {
    width: 100%;
  }

  .em-garland__table {
    min-width: 810px;
  }

  .em-garland__table--wide {
    min-width: 940px;
  }

  .em-garland__table th,
  .em-garland__table td {
    padding: 15px;
  }

  .em-garland__related-grid a {
    min-height: auto;
  }

  .em-garland__cta-actions {
    flex-direction: column;
  }

  .em-garland__button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .em-garland h1 {
    font-size: 32px;
  }

  .em-garland h2 {
    font-size: 27px;
  }

  .em-garland h3 {
    font-size: 20px;
  }

  .em-garland__hero,
  .em-garland__cta {
    padding: 28px 20px;
  }

  .em-garland__hero-tags span {
    font-size: 13px;
  }

  .em-garland__quick article,
  .em-garland__place-grid article,
  .em-garland__mark-grid article,
  .em-garland__indoor-grid article,
  .em-garland__outdoor-grid article,
  .em-garland__children-grid article {
    padding: 20px;
  }

  .em-garland__steps li {
    padding: 72px 19px 19px;
  }

  .em-garland__steps li::before {
    top: 17px;
    left: 19px;
  }

  .em-garland__mistake-grid article {
    padding: 74px 19px 19px;
  }

  .em-garland__mistake-grid article > span {
    top: 18px;
    left: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-garland__toc-links a,
  .em-garland__related-grid a,
  .em-garland__button {
    transition: none;
  }

  .em-garland__related-grid a:hover,
  .em-garland__related-grid a:focus,
  .em-garland__button:hover,
  .em-garland__button:focus {
    transform: none;
  }
}/* End custom CSS */