body.common-home .tipidi-header {
  top: var(--tipidi-home-header-offset, 0px);
}
.tipidi-launch-notice {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #e4dfda;
  background: #f6f4f2;
  color: #171317;
  font-family: "Jost", sans-serif;
}
.tipidi-launch-notice__inner {
  width: 100%;
  max-width: 1720px;
  min-height: 58px;
  margin: 0 auto;
  padding: 11px 34px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 14px;
}
.tipidi-launch-notice__icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #ded8d3;
  background: #fff;
  color: #3d1a47;
  font-size: 16px;
}
.tipidi-launch-notice__copy {
  min-width: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 2px 10px;
  line-height: 1.45;
}
.tipidi-launch-notice__copy strong {
  color: #241d25;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .025em;
}
.tipidi-launch-notice__copy span {
  color: #686168;
  font-size: 13px;
  font-weight: 400;
}
.tipidi-launch-notice__copy a {
  color: #3d1a47;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.tipidi-launch-notice__copy a:hover,
.tipidi-launch-notice__copy a:focus-visible {
  color: #25102b;
}
.tipidi-launch-notice__close {
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #5f585f;
  font-size: 14px;
  transition: background-color .16s ease, color .16s ease;
}
.tipidi-launch-notice__close:hover,
.tipidi-launch-notice__close:focus-visible {
  background: #fff;
  color: #3d1a47;
}
.tipidi-launch-notice__close:focus-visible {
  outline: 2px solid #3d1a47;
  outline-offset: 2px;
}
@media (max-width: 767.98px) {
  .tipidi-launch-notice__inner {
    min-height: 0;
    padding: 10px 16px;
    grid-template-columns: 30px minmax(0, 1fr) 32px;
    align-items: start;
    gap: 10px;
  }
  .tipidi-launch-notice__icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .tipidi-launch-notice__copy {
    display: block;
    padding-top: 1px;
  }
  .tipidi-launch-notice__copy strong {
    display: block;
    margin-bottom: 2px;
    font-size: 12.5px;
  }
  .tipidi-launch-notice__copy span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
  }
  .tipidi-launch-notice__close {
    width: 32px;
    height: 32px;
  }
}
