.lp {
  padding: 0 2.5rem 5rem;
  background: url("https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/bg_tan.webp") top center repeat;
  background-size: 50rem auto;
}

.lp--no-form {
  padding-bottom: 2.5rem;
}

.general-errors__inner {
  max-width: max-content;
}
@media (min-width: 36em) {
  .general-errors__inner {
    padding: 2.5rem;
  }
}

@media (min-width: 60em) {
  .general-errors__title {
    float: none;
    width: auto;
  }
}

@media (min-width: 60em) {
  .general-errors__content {
    float: none;
    width: auto;
  }
}

.lp-registration-status,
.lp-closed {
  background-color: #3a5260;
  color: white;
  padding: 1.875rem;
  border-radius: 0.625rem;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.2);
  max-width: 35rem;
  margin: 0 auto 5rem;
}
.lp-registration-status h2,
.lp-closed h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 1rem;
  line-height: 1.25;
}
.lp-registration-status p:last-child,
.lp-closed p:last-child {
  padding-bottom: 0;
}
.lp-registration-status a,
.lp-closed a {
  color: #e5e2d1;
}

.lp-notice-form {
  background-color: white;
  border-radius: 0.625rem;
  padding: 1.875rem;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.2);
  max-width: 30rem;
  margin: 0 auto 5rem;
}
.lp-notice-form h2 {
  color: #3a5260;
  margin: 0 0 1.25rem;
}
.lp-notice-form label {
  color: #3a5260;
}
.lp-notice-form .feedback__desc {
  padding-top: 1rem;
}
.lp-notice-form [type=submit] {
  background: #3a5260;
}
.lp-notice-form [type=submit]:hover {
  background: #273740;
}

.lp-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.625rem 1.25rem;
  background-color: #11171b;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  align-items: center;
  z-index: 10;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
.lp-topbar.is-hidden {
  transform: translateY(-150%);
}

.lp-topbar__conf {
  display: none;
}
@media (min-width: 48em) {
  .lp-topbar__conf {
    display: block;
    color: white;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lp-topbar__register .lp-cta-button {
  background-color: #3a5260;
}

.lp-top-wrap {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/bg_seafoam.webp) left top repeat;
  background-size: 40rem auto;
  margin: 0 -2.5rem;
  position: relative;
}
.lp-top-wrap::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/bg_topography.webp) left top repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  z-index: 1;
}
@media (min-width: 108em) {
  .lp-top-wrap::before {
    width: 108rem;
    left: calc(50% - 54rem);
    right: auto;
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000 20rem, #000 88rem, rgba(0, 0, 0, 0));
  }
}
.lp-top-wrap::after {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/bg_parchment.webp) left top repeat;
  background-size: 40rem auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 8.75rem;
}

.lp-top {
  display: grid;
  gap: 2.5rem;
  margin: 0 -1.25rem 2.5rem;
  max-width: 85rem;
  position: relative;
  padding: 0 2.5rem 5rem;
  z-index: 1;
}
@media (min-width: 32em) {
  .lp-top {
    margin: 0 auto 3.75rem;
  }
}
@media (min-width: 60em) {
  .lp-top {
    gap: 3.75rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 5rem;
    padding-top: 5rem;
  }
}
@media (min-width: 66em) {
  .lp-top {
    gap: 1.25rem;
  }
}
@media (min-width: 72em) {
  .lp-top {
    margin-bottom: 0;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 84em) {
  .lp-top {
    padding-top: 2.5rem;
  }
}

.lp-intro {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/bg_linen.webp) left top no-repeat;
  margin: 0 auto;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.375);
  max-width: 27.5rem;
  padding: 3.75rem 1.875rem 2.5rem;
}
@media (min-width: 48em) {
  .lp-intro {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 60em) {
  .lp-intro {
    border-radius: 0 0 0.375rem 0.375rem;
    max-width: none;
    margin-top: -5rem;
    padding: 3.75rem 3.125rem;
  }
}
@media (min-width: 72em) {
  .lp-intro {
    max-width: 30rem;
    padding-top: 5rem;
  }
}
@media (min-width: 84em) {
  .lp-intro {
    margin-top: -2.5rem;
    padding-top: 5.625rem;
    padding-bottom: 4.375rem;
  }
}
.lp-intro p {
  font-size: 18px;
  font-size: 1.125rem;
}

.lp-title {
  margin-bottom: 1.875rem;
}
@media (min-width: 60em) {
  .lp-title {
    margin-bottom: 2.5rem;
  }
}
.lp-title h1 {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/logo.webp?v=20260327) center top no-repeat;
  background-size: contain;
  height: 18.5rem;
  margin: 0;
  background-size: contain;
  position: relative;
  text-indent: -999rem;
}
@media (min-width: 60em) {
  .lp-title h1 {
    height: 20rem;
  }
}
@media (min-width: 72em) {
  .lp-title h1 {
    height: 25rem;
  }
}

.lp-intro__cta {
  padding-top: 0.3125rem;
  text-align: center;
}

.lp-cta-button {
  background: #c17447;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (min-width: 84em) {
  .lp-cta-button {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp-cta-button:hover {
  background: #9f5d36;
}

.lp-collage {
  padding-top: 70%;
  position: relative;
}
@media (min-width: 48em) {
  .lp-collage {
    padding-top: 63%;
  }
}
@media (min-width: 60em) {
  .lp-collage {
    padding-top: 0;
  }
}
.lp-collage::before {
  content: "";
  display: block;
  position: absolute;
  width: 8rem;
  height: 8.5rem;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/stamps.webp) left top no-repeat;
  background-size: 30rem auto;
  left: 57%;
  z-index: 2;
  top: 65%;
}
@media (min-width: 60em) {
  .lp-collage::before {
    top: 50%;
    left: 65%;
  }
}
@media (min-width: 66em) {
  .lp-collage::before {
    top: 23%;
    left: 12%;
    z-index: 3;
  }
}
@media (min-width: 84em) {
  .lp-collage::before {
    top: 68%;
    left: 4%;
  }
}
@media (min-width: 84em) {
  .lp-collage::after {
    content: "";
    display: block;
    position: absolute;
    width: 10rem;
    height: 8.5rem;
    background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/stamps.webp) -1.375rem -19.625rem no-repeat;
    background-size: 30rem auto;
    z-index: 2;
    top: 5%;
    scale: 0.75;
    left: 85%;
    rotate: 10deg;
  }
}
.lp-collage img {
  filter: drop-shadow(0 9px 28px rgba(0, 0, 0, 0.22));
  position: absolute;
  top: 0;
}
.lp-collage img:nth-child(1) {
  left: -5rem;
  width: 50%;
}
@media (min-width: 48em) {
  .lp-collage img:nth-child(1) {
    left: 0;
    width: 42.5%;
  }
}
@media (min-width: 60em) {
  .lp-collage img:nth-child(1) {
    left: 30%;
    width: 70%;
  }
}
@media (min-width: 72em) {
  .lp-collage img:nth-child(1) {
    top: 2.5%;
  }
}
@media (min-width: 84em) {
  .lp-collage img:nth-child(1) {
    top: 2%;
  }
}
.lp-collage img:nth-child(2) {
  left: 20%;
  top: 27%;
  width: 47%;
  z-index: 1;
}
@media (min-width: 48em) {
  .lp-collage img:nth-child(2) {
    width: 40%;
    left: 26%;
    top: 36.5%;
  }
}
@media (min-width: 60em) {
  .lp-collage img:nth-child(2) {
    left: 0;
    top: 38%;
    width: 75%;
  }
}
@media (min-width: 66em) {
  .lp-collage img:nth-child(2) {
    z-index: 2;
    width: 67.5%;
    top: 35%;
  }
}
@media (min-width: 72em) {
  .lp-collage img:nth-child(2) {
    top: 32%;
  }
}
@media (min-width: 78em) {
  .lp-collage img:nth-child(2) {
    left: -5%;
    width: 59%;
  }
}
@media (min-width: 84em) {
  .lp-collage img:nth-child(2) {
    width: 57%;
    top: 30%;
  }
}
.lp-collage img:nth-child(3) {
  top: 10%;
  left: 60%;
  width: 65%;
}
@media (min-width: 48em) {
  .lp-collage img:nth-child(3) {
    left: 47%;
    width: 53%;
  }
}
@media (min-width: 60em) {
  .lp-collage img:nth-child(3) {
    top: 66%;
    left: 13.5%;
    width: 80%;
  }
}
@media (min-width: 66em) {
  .lp-collage img:nth-child(3) {
    top: 66%;
    z-index: 1;
  }
}
@media (min-width: 72em) {
  .lp-collage img:nth-child(3) {
    left: 5%;
    top: 60%;
    width: 85%;
  }
}
@media (min-width: 84em) {
  .lp-collage img:nth-child(3) {
    top: auto;
    bottom: 2%;
    left: 13.5%;
    width: 77%;
  }
}

.lp-main h2,
.lp-schedule h2 {
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  color: #3a5260;
  margin: 0 0 1.25rem;
}

.lp-content {
  position: relative;
}

.lp-content__inner {
  display: grid;
  gap: 5rem;
  margin: 0 auto;
  max-width: 85rem;
  padding-bottom: 5rem;
}
@media (min-width: 60em) {
  .lp-content__inner {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
  }
}
@media (min-width: 72em) {
  .lp-content__inner {
    grid-template-columns: 20rem 1fr 1fr;
    padding: 7.5rem 0;
  }
}
@media (min-width: 84em) {
  .lp-content__inner {
    grid-template-columns: 21.25rem 1fr 1fr;
    margin-bottom: 2.5rem;
  }
}

.lp-content__photos {
  grid-row: 2;
  padding-top: 70%;
  position: relative;
}
@media (min-width: 36em) {
  .lp-content__photos {
    margin: 0 auto;
    width: 20rem;
    padding-top: 13.75rem;
  }
}
@media (min-width: 48em) {
  .lp-content__photos {
    width: 28rem;
    padding-top: 20rem;
  }
}
@media (min-width: 60em) {
  .lp-content__photos {
    grid-row: 2;
    grid-column: 1/3;
    margin-bottom: -5rem;
    z-index: 1;
  }
}
@media (min-width: 72em) {
  .lp-content__photos {
    grid-row: 1;
    grid-column: 1;
    margin-bottom: 0;
    width: 100%;
  }
}
.lp-content__photos img {
  filter: drop-shadow(0 9px 28px rgba(0, 0, 0, 0.22));
  position: absolute;
  top: 0;
}
.lp-content__photos img:nth-child(1) {
  left: -30%;
  width: 60%;
  top: 5%;
}
@media (min-width: 72em) {
  .lp-content__photos img:nth-child(1) {
    left: 0;
    top: 0;
    width: 90%;
  }
}
@media (min-width: 84em) {
  .lp-content__photos img:nth-child(1) {
    width: 100%;
    left: -5%;
  }
}
.lp-content__photos img:nth-child(2) {
  left: 15%;
  top: -7%;
  width: 55%;
  z-index: 1;
}
@media (min-width: 72em) {
  .lp-content__photos img:nth-child(2) {
    left: 15%;
    top: 40%;
    width: 80%;
  }
}
@media (min-width: 84em) {
  .lp-content__photos img:nth-child(2) {
    left: 16.25%;
    top: 52%;
    width: 90%;
  }
}
.lp-content__photos img:nth-child(3) {
  top: 10%;
  left: 50%;
  width: 85%;
}
@media (min-width: 32em) {
  .lp-content__photos img:nth-child(3) {
    left: 43%;
  }
}
@media (min-width: 72em) {
  .lp-content__photos img:nth-child(3) {
    left: 10%;
    top: 18%;
    width: 95%;
    z-index: 2;
  }
}
@media (min-width: 84em) {
  .lp-content__photos img:nth-child(3) {
    top: 27%;
    width: 105%;
  }
}

.lp-content__info {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 auto;
  max-width: 33.75rem;
}
@media (min-width: 60em) {
  .lp-content__info {
    grid-column: 1;
    grid-row: 1;
    padding-top: 0;
    align-self: center;
  }
}
@media (min-width: 72em) {
  .lp-content__info {
    grid-column: 2;
  }
}
.lp-content__info p:last-child {
  padding-bottom: 0;
}
.lp-content__info ul {
  margin: 0 0 1.25rem;
  padding-left: 1.875rem;
  display: grid;
  gap: 0.625rem;
}
.lp-content__info li {
  padding: 0;
}

.lp-content__info-cta {
  display: flex;
  justify-content: center;
}

.lp-content__details {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/bg_khaki_dark.webp) left top repeat;
  background-size: 40rem auto;
  align-self: start;
  color: white;
  max-width: 22.5rem;
  margin: 0 -1.25rem;
  padding: 2.5rem 1.875rem;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.375);
  border-radius: 0.375rem;
  position: relative;
}
@media (min-width: 27.5em) {
  .lp-content__details {
    margin: 0 auto;
  }
}
@media (min-width: 32em) {
  .lp-content__details {
    margin: 0 auto;
    max-width: 20rem;
  }
}
@media (min-width: 48em) {
  .lp-content__details {
    max-width: 37.5rem;
  }
}
@media (min-width: 60em) {
  .lp-content__details {
    max-width: 100%;
    grid-column: 2;
    grid-row: 1;
  }
}
@media (min-width: 72em) {
  .lp-content__details {
    grid-column: 3;
  }
}
.lp-content__details h2 {
  color: #e5e2d1;
  margin: 0 0 0.625rem;
  line-height: 1;
  position: relative;
}
.lp-content__details h2::before {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/stamps.webp) -16rem -19rem no-repeat;
  background-size: 30rem auto;
  width: 12.5rem;
  height: 8.5rem;
  position: absolute;
  right: -5.5rem;
  top: -2.5rem;
  transform: rotate(-14deg) scale(0.6);
  z-index: 1;
}
@media (min-width: 60em) {
  .lp-content__details h2::before {
    top: -7rem;
    right: -2.5rem;
    transform: rotate(-14deg) scale(0.8);
  }
}
.lp-content__details dl {
  margin: 0;
  position: relative;
}
.lp-content__details dt {
  color: #e5e2d1;
  font-family: "chandler-42-regular", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}
.lp-content__details dd {
  margin: 0 0 1.25rem;
}
.lp-content__details dd:last-child {
  margin-bottom: 0;
}
.lp-content__details dd em {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
}
.lp-content__details ul {
  list-style: none;
  margin: 0;
  padding: 0.3125rem 0 0;
  display: grid;
  gap: 0.5rem;
}
.lp-content__details li strong {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.lp-schedule {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/bg_parchment.webp) left top repeat;
  background-size: 40rem auto;
  margin: 0 -2.5rem;
  position: relative;
}

.lp-schedule__inner {
  max-width: 30rem;
  margin: 0 auto;
  position: relative;
  padding: 5rem 0;
}
@media (min-width: 32em) {
  .lp-schedule__inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 48em) {
  .lp-schedule__inner {
    max-width: 100%;
  }
}
@media (min-width: 60em) {
  .lp-schedule__inner {
    padding: 8.75rem 5rem 5rem;
  }
}
@media (min-width: 72em) {
  .lp-schedule__inner {
    max-width: 80rem;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 84em) {
  .lp-schedule__inner {
    max-width: 100rem;
  }
}

.lp-schedule__box {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/bg_linen.webp) left top repeat;
  background-size: 40rem auto;
  margin-bottom: 2.5rem;
  padding: 2.5rem;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.15));
}

.lp-schedule__border {
  border: 2px solid black;
  padding: 1.25rem 1.875rem 1.875rem;
}
.lp-schedule__border h2 {
  border-bottom: 2px solid black;
  line-height: 1;
  margin: -1.25rem -2.5rem 1.875rem;
  padding: 2rem 2.5rem 1.25rem;
  position: relative;
}
.lp-schedule__border h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 10rem;
  height: 8.5rem;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/stamps.webp) -1.375rem -32rem no-repeat;
  background-size: 30rem auto;
  z-index: 2;
  top: -3rem;
  scale: 0.5;
  opacity: 0.75;
  left: 14rem;
  rotate: 1deg;
}
@media (min-width: 72em) {
  .lp-schedule__border h2::before {
    scale: 0.7;
    left: 17rem;
    top: 0.5rem;
  }
}
.lp-schedule__border h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 10rem;
  height: 8.5rem;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/stamps.webp) -21.375rem 0 no-repeat;
  background-size: 30rem auto;
  z-index: 2;
  top: -5rem;
  scale: 0.75;
  left: 11rem;
  rotate: 1deg;
}
@media (min-width: 72em) {
  .lp-schedule__border h2::after {
    scale: 1;
    left: 14rem;
    top: -4rem;
  }
}
.lp-schedule__border h3 {
  color: #3a5260;
  font-family: "chandler-42-regular", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 0.3125rem;
}
.lp-schedule__border h4 {
  font-weight: normal;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.lp-schedule__border h5 {
  color: #3a5260;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.lp-schedule__border ul {
  list-style: none;
  margin: 0 0 3.75rem;
  padding: 0;
  display: grid;
  gap: 1.875rem;
}
@media (min-width: 48em) {
  .lp-schedule__border ul {
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem;
  }
}
@media (min-width: 84em) {
  .lp-schedule__border ul {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
@media (min-width: 96em) {
  .lp-schedule__border ul {
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem;
  }
}
@media (min-width: 48em) {
  .lp-schedule__border .lp-schedule__session-list--2 {
    margin-bottom: 0;
  }
}
@media (min-width: 84em) {
  .lp-schedule__border .lp-schedule__session-list {
    margin-bottom: 0;
  }
}
.lp-schedule__border ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.625rem;
}
.lp-schedule__border ol > li {
  display: grid;
}
@media (min-width: 72em) {
  .lp-schedule__border ol > li {
    grid-template-columns: 6.25rem 1fr;
  }
}
.lp-schedule__border ol strong {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 72em) {
  .lp-schedule__border ol strong {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 84em) {
  .lp-schedule__sessions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

.lp-schedule__photo {
  margin-top: -1.25rem;
  margin-bottom: -4.375rem;
  margin-left: -5rem;
}
@media (min-width: 48em) {
  .lp-schedule__photo {
    position: absolute;
    bottom: 1.875rem;
    margin: 0;
    right: -1.25rem;
    width: 20rem;
  }
}
@media (min-width: 60em) {
  .lp-schedule__photo {
    bottom: -0.375rem;
  }
}
@media (min-width: 72em) {
  .lp-schedule__photo {
    bottom: -5rem;
  }
}
@media (min-width: 84em) {
  .lp-schedule__photo {
    right: -2.5rem;
  }
}
@media (min-width: 90em) {
  .lp-schedule__photo {
    bottom: -4.375rem;
    right: -2.5rem;
  }
}
.lp-schedule__photo img {
  filter: drop-shadow(0 9px 28px rgba(0, 0, 0, 0.22));
  rotate: -2deg;
}

.lp-schedule__cta {
  display: flex;
  justify-content: center;
}
@media (min-width: 48em) {
  .lp-schedule__cta {
    padding-top: 0;
  }
}
.lp-schedule__cta .button {
  background-color: #3a5260;
}
.lp-schedule__cta .button:hover {
  background-color: #273740;
}

.lp-conf-info {
  margin: 0 -2.5rem;
  position: relative;
}
.lp-conf-info h2 {
  line-height: 1.25;
  margin-bottom: 0.625rem;
}

.lp-conf-info__inner {
  display: grid;
  gap: 3.75rem;
  margin: 0 auto;
  max-width: 35rem;
  padding: 5rem 1.875rem 5rem;
}
@media (min-width: 60em) {
  .lp-conf-info__inner {
    grid-template-columns: 1fr 1fr;
    padding: 7.5rem 5rem;
    max-width: 77.5rem;
    gap: 5rem;
  }
}
@media (min-width: 84em) {
  .lp-conf-info__inner {
    gap: 5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-conf-info__inner ul {
  display: grid;
  gap: 0.25rem;
  padding: 0 0 0 1.25rem;
  margin: 0;
}

.lp-conf-info__photos {
  padding-top: 70%;
  position: relative;
}
@media (min-width: 48em) {
  .lp-conf-info__photos {
    margin: 0 auto;
    width: 37.5rem;
    padding-top: 26rem;
  }
}
@media (min-width: 72em) {
  .lp-conf-info__photos {
    width: 70rem;
    padding-top: 28.75rem;
  }
}
.lp-conf-info__photos img {
  filter: drop-shadow(0 9px 28px rgba(0, 0, 0, 0.22));
  position: absolute;
}
.lp-conf-info__photos img:nth-child(1) {
  top: 0;
  left: -2.5rem;
  width: 50%;
}
@media (min-width: 72em) {
  .lp-conf-info__photos img:nth-child(1) {
    left: 0;
    top: -12.5%;
    width: 45%;
    z-index: 1;
  }
}
.lp-conf-info__photos img:nth-child(2) {
  top: 45%;
  left: 25%;
  width: 60%;
  z-index: 1;
}
@media (min-width: 48em) {
  .lp-conf-info__photos img:nth-child(2) {
    top: 49%;
  }
}
@media (min-width: 72em) {
  .lp-conf-info__photos img:nth-child(2) {
    left: 33%;
    width: 43%;
    z-index: 2;
  }
}
.lp-conf-info__photos img:nth-child(3) {
  top: 14%;
  left: 65%;
  width: 50%;
}
@media (min-width: 48em) {
  .lp-conf-info__photos img:nth-child(3) {
    top: 8%;
    left: 61%;
  }
}
@media (min-width: 72em) {
  .lp-conf-info__photos img:nth-child(3) {
    top: 3%;
    left: 57.5%;
    width: 45%;
    z-index: 1;
  }
}

.lp-speakers__inner .lp-speakers__title-second {
  margin-top: 2.5rem;
}

.lp-travel__cta {
  padding-top: 0.625rem;
  display: flex;
  justify-content: center;
}

.lp-faq {
  margin: 0 -2.5rem -2.5rem;
  position: relative;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/bg_blue.webp) center top repeat;
  background-size: 32.5rem auto;
}

.lp-faq__inner {
  color: white;
  margin: 0 auto;
  max-width: 45rem;
  padding: 8.75rem 1.875rem 5rem;
}
@media (min-width: 60em) {
  .lp-faq__inner {
    grid-template-columns: 1fr 1fr;
    padding-top: 15rem;
    padding-bottom: 10rem;
  }
}
.lp-faq__inner h2 {
  color: white;
  margin-bottom: 1.25rem;
}
.lp-faq__inner a {
  color: #e5e2d1;
}

.lp-faq__item {
  border-top: 1px solid rgba(0, 0, 0, 0.75);
}

.lp-faq__question {
  padding: 1.25rem 0 1.25rem 3.75rem;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  color: #e5e2d1;
  font-weight: bold;
  transition: all 0.3s ease;
}
.lp-faq__question:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
}
.lp-faq__question::before {
  content: "";
  display: block;
  background: transparent url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/icon_question.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  z-index: 1;
  left: 1.25rem;
}

.lp-faq__answer {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.lp-faq__answer p {
  padding-left: 3.75rem;
}
.lp-faq__answer ul {
  margin: 0;
  padding: 0 0 1.875rem 5rem;
  display: grid;
  gap: 0.3125rem;
}

.lp-offer {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/bg_parchment.webp) center top repeat;
  background-size: 32.5rem auto;
  margin: 0 -2.5rem -5rem;
  padding-bottom: 7.5rem;
}
.lp-offer::after {
  content: "";
  display: block;
  width: 50rem;
  border-right: 0rem solid transparent;
  border-left: 50rem solid transparent;
  border-bottom: 20rem solid #eac15d;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  right: -2.5rem;
}
.lp-offer .feedback__desc {
  padding-top: 1rem;
}
.lp-offer .feedback__desc ul {
  padding-left: 1.25rem;
}

.lp-offer__inner {
  display: grid;
  gap: 5rem;
  max-width: 75rem;
  margin: 0 auto;
}

.lp-offer__photos {
  padding-top: 16rem;
  position: relative;
  margin: 0 auto;
  max-width: 24rem;
  width: 100%;
}
@media (min-width: 60em) {
  .lp-offer__photos {
    position: absolute;
    left: calc(50% - 12rem);
  }
}
@media (min-width: 84em) {
  .lp-offer__photos {
    max-width: 100%;
    left: 0;
  }
}
.lp-offer__photos img {
  filter: drop-shadow(0 9px 28px rgba(0, 0, 0, 0.22));
  position: absolute;
}
.lp-offer__photos img:nth-child(1) {
  left: calc(50% - 2rem);
  top: 0;
  width: 13.75rem;
  z-index: 1;
}
@media (min-width: 60em) {
  .lp-offer__photos img:nth-child(1) {
    left: calc(50% - 30rem);
    width: 18rem;
    top: 5rem;
  }
}
@media (min-width: 84em) {
  .lp-offer__photos img:nth-child(1) {
    left: calc(50% - 52.5rem);
    width: 35rem;
    top: 7.5rem;
  }
}
.lp-offer__photos img:nth-child(2) {
  left: calc(50% - 10.625rem);
  top: 5rem;
  width: 15rem;
}
@media (min-width: 60em) {
  .lp-offer__photos img:nth-child(2) {
    left: calc(50% + 15rem);
    width: 13rem;
    top: 22rem;
  }
}
@media (min-width: 84em) {
  .lp-offer__photos img:nth-child(2) {
    width: 22rem;
    top: 33rem;
  }
}
.lp-offer__photos img:nth-child(3) {
  display: none;
}
@media (min-width: 60em) {
  .lp-offer__photos img:nth-child(3) {
    display: block;
    left: calc(50% + 20rem);
    width: 17.5rem;
    top: 0;
  }
}
@media (min-width: 84em) {
  .lp-offer__photos img:nth-child(3) {
    left: calc(50% + 20rem);
    width: 30rem;
  }
}

.lp-offer__box {
  margin: 5rem auto 0;
  max-width: 35rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 60em) {
  .lp-offer__box {
    margin-top: -1.25rem;
  }
}

.lp-offer__form {
  background-color: white;
  border-radius: 0.375rem;
  padding: 2.5rem 1.25rem;
  position: relative;
}
@media (min-width: 24em) {
  .lp-offer__form {
    padding: 2.5rem;
  }
}
.lp-offer__form h2 {
  margin-bottom: 1.875rem;
}
.lp-offer__form h2::after {
  content: "";
  display: block;
  height: 2px;
  margin: -0.25rem -1.25rem 0;
  background-color: black;
}
.lp-offer__form .ordersummary .ordersummary__total .ordersummary__total-label,
.lp-offer__form .title {
  color: #3a5260;
}
.lp-offer__form .lp-offer__instructions {
  padding-bottom: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.lp-offer__form .lp-yourinfo-fields {
  border-top: none;
  margin-top: 0.625rem;
  padding: 0;
}
.lp-offer__form .lp-yourinfo-fields::before {
  content: "";
  display: block;
  height: 2px;
  margin: 0 -1.25rem 1.875rem;
  background-color: black;
}
.lp-offer__form label {
  font-family: "chandler-42-regular", sans-serif;
  color: #3a5260;
  padding-bottom: 0.5rem;
}
.lp-offer__form .field--text .field__address2-link {
  color: #a6a26f;
}
.lp-offer__form .field--checkbox label {
  line-height: 1;
}
.lp-offer__form .field--promo .field__inputs {
  display: flex;
  gap: 0.625rem;
  max-width: 20rem;
}
.lp-offer__form .field--promo button {
  border: 2px solid #3a5260;
  background: transparent;
  color: #3a5260;
  box-shadow: none;
  padding: 0 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lp-offer__form .field--promo button:hover {
  background: rgba(58, 82, 96, 0.25);
}
.lp-offer__form .field--promo .feedback {
  margin-top: 1.25rem;
}
.lp-offer__form .field--submit {
  border: none;
  margin-top: 0;
}
.lp-offer__form .field--submit [type=submit] {
  background: #3a5260;
  color: white;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}
.lp-offer__form .field--submit [type=submit]:hover {
  background: #25343d;
}

.product {
  display: none;
}

.lp-offer__intro {
  padding-bottom: 1.25rem;
}

.lp-guest {
  margin-bottom: 1.875rem;
}
.lp-guest:last-child {
  margin-bottom: 0;
}

.lp-guest-form {
  border-top: 3px dotted #ccc;
  display: none;
}
.lp-guest-form.lp-guest-form--yourinfo {
  border-top: none;
}
.lp-guest-form[aria-hidden=false] {
  display: block;
}
.lp-guest-form h3 {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
.lp-guest-form h3 button {
  background: none;
  box-shadow: none;
  color: #3a5260;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0;
  text-decoration: underline;
}

.lp-guest__add {
  width: 100%;
  background: rgba(181.938961039, 210.4371155161, 227.061038961, 0.25);
  border: 0.1rem solid #3a5260;
  box-shadow: none;
  color: #3a5260;
  display: flex;
  gap: 0.25rem;
  padding: 1.25rem;
}
.lp-guest__add::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/icon_add.svg) center no-repeat;
  background-size: contain;
  height: 1.5rem;
  width: 1.5rem;
}
.lp-guest__add:hover {
  color: #3a5260;
  background: white;
}
.lp-guest.is-open .lp-guest__add {
  display: none;
}

.lp-guest__remove {
  display: none;
}
.lp-guest__remove::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/icon_remove.svg) center no-repeat;
  background-size: contain;
  height: 1.25rem;
  width: 1.25rem;
}
.lp-guest.is-open .lp-guest__remove {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.lp-guest__remove:hover {
  text-decoration: none;
}

.cart {
  display: none;
}

.lp--travel {
  padding-bottom: 0;
  background: url("https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/bg_linen.webp") top center repeat;
  background-size: 40rem auto;
}

.ty-message--travel {
  background-color: #3d3c34;
}
.ty-message--travel .ty-message__title,
.ty-message--travel a {
  color: #3a5260;
}

.lp-travelpage {
  margin: 0 auto;
  max-width: 28.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 48em) {
  .lp-travelpage {
    max-width: 75rem;
  }
}
@media (min-width: 84em) {
  .lp-travelpage {
    padding-bottom: 7.5rem;
  }
}
.lp-travelpage h2 {
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.25;
  color: #3a5260;
  margin: 0 0 0.625rem;
}
.lp-travelpage h3 {
  font-family: "chandler-42-regular", sans-serif;
  color: #c17447;
}
.lp-travelpage .button {
  background: #c17447;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (min-width: 84em) {
  .lp-travelpage .button {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp-travelpage .button:hover {
  background: #9f5d36;
}

.lp-travelpage-header {
  margin: 0 auto 3.75rem;
  max-width: 28.75rem;
  padding-top: 3.75rem;
}
@media (min-width: 60em) {
  .lp-travelpage-header {
    display: grid;
    grid-template-columns: 17.5rem 1fr;
    gap: 2.5rem;
    padding-top: 5rem;
    max-width: 50rem;
    align-items: center;
    margin-bottom: 5rem;
  }
}
.lp-travelpage-header p {
  font-family: "chandler-42-regular", sans-serif;
}
@media (min-width: 60em) {
  .lp-travelpage-header p {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 0;
  }
}

.lp-travelpage-title {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 60em) {
  .lp-travelpage-title {
    margin-bottom: 0;
  }
}
.lp-travelpage-title h1 {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/logo.webp?v=20260327) center no-repeat;
  background-size: contain;
  height: 0;
  margin: 0 0 1.875rem;
  padding-top: 15rem;
  text-indent: -999rem;
}
@media (min-width: 60em) {
  .lp-travelpage-title h1 {
    margin-bottom: 0;
    padding-top: 17.5rem;
  }
}

.lp-travelpage-location {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 1.875rem;
}
.lp-travelpage-location h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 0.25rem;
}

.lp-travelpage-location--with-num {
  position: relative;
  padding-left: 2.75rem;
}

.lp-travelpage-location__num {
  position: absolute;
  left: 0;
  top: -0.225rem;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "adobe-handwriting-ernie", sans-serif;
  line-height: 1;
  padding-top: 0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  width: 2rem;
  outline: 1px solid rgba(255, 255, 255, 0.75);
  outline-offset: -0.2em;
  height: 2rem;
}

.lp-travelpage-location__num--1 {
  background-color: #3a5260;
}

.lp-travelpage-location__num--2 {
  background-color: #a6a26f;
}

.lp-travelpage-location__num--3 {
  background: #c17447;
}

.lp-travelpage-location__num--4 {
  background-color: #423e36;
}

.lp-travelpage-wrap {
  display: grid;
  gap: 5rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 48em) {
  .lp-travelpage-wrap {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 5rem;
  }
}

.lp-travelpage-traveltitle {
  background-color: #3a5260;
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0.625rem 1.25rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.1;
  margin: 0 -2.5rem;
}
@media (min-width: 48em) {
  .lp-travelpage-traveltitle {
    grid-column: 1/3;
    margin: 0 0 1.25rem;
  }
}

.lp-travelpage-flights__photos {
  padding-top: 50%;
  margin-top: 2.5rem;
  position: relative;
}
.lp-travelpage-flights__photos img {
  filter: drop-shadow(0 9px 28px rgba(0, 0, 0, 0.22));
  position: absolute;
}
.lp-travelpage-flights__photos img:nth-child(1) {
  width: 50%;
  top: 10%;
  left: 20%;
}
.lp-travelpage-flights__photos img:nth-child(2) {
  width: 40%;
  top: 5%;
  left: 56%;
}
.lp-travelpage-flights__photos img:nth-child(3) {
  width: 37.5%;
  top: 0;
  left: 0;
}

.lp-travelpage-hotels ul {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0.625rem 0 0;
}
@media (min-width: 48em) {
  .lp-travelpage-hotels ul {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.5rem;
  }
}
.lp-travelpage-hotels h4 {
  color: #3a5260;
}

@media (min-width: 84em) {
  .lp-travelpage-sessions {
    display: grid;
    border-top: 0.25rem solid rgba(255, 255, 255, 0.65);
    border-bottom: 0.25rem solid rgba(255, 255, 255, 0.65);
    grid-template-columns: 22.5rem 1fr;
    padding: 2.5rem 0;
    align-items: center;
    gap: 2.5rem;
    margin: 0 -2.5rem 5rem;
  }
}

.lp-travelpage-sessions__intro {
  max-width: 32.5rem;
  margin: 0 auto 1.25rem;
}

@media (min-width: 84em) {
  .lp-travelpage-sessions__intro-inner {
    padding-top: 2.5rem;
  }
}

.lp-travelpage-sessions__parking {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1.875rem;
}
.lp-travelpage-sessions__parking h3 {
  margin-top: 0;
}
.lp-travelpage-sessions__parking p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.lp-travelpage-sessions__parking p:last-child {
  padding-bottom: 0;
}

.lp-travelpage-sessions__locations {
  display: grid;
  gap: 1.875rem;
  margin-bottom: 5rem;
}
@media (min-width: 84em) {
  .lp-travelpage-sessions__locations {
    margin-bottom: 0;
  }
}

.lp-travelpage-sessions__locations-map {
  margin: 0 -2.5rem;
}
@media (min-width: 48em) {
  .lp-travelpage-sessions__locations-map {
    margin: 0;
  }
}
.lp-travelpage-sessions__locations-map img {
  filter: drop-shadow(0 9px 28px rgba(0, 0, 0, 0.22));
}

@media (min-width: 72em) {
  .lp-travelpage-sessions__locations-group h3 {
    margin-top: 0;
  }
}
@media (min-width: 84em) {
  .lp-travelpage-sessions__locations-group:last-child h3 {
    margin-top: 2.5rem;
  }
}

@media (min-width: 48em) {
  .lp-travelpage-sessions__locations-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 60em) {
  .lp-travelpage-sessions__locations-list {
    max-width: 45rem;
    margin: 0 auto;
  }
}
@media (min-width: 84em) {
  .lp-travelpage-sessions__locations-list {
    display: block;
    max-width: none;
  }
}

.lp-travelpage-location__buttons {
  padding-top: 0.3125rem;
  display: flex;
  gap: 0.625rem;
}

.lp-travelpage-map.button {
  display: flex;
  max-width: max-content;
  padding: 0.5em 1em;
  gap: 0.3125rem;
  align-items: center;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}
.lp-travelpage-map.button::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/icon_map.svg) center no-repeat;
  background-size: contain;
  position: relative;
  left: -0.1rem;
  height: 1.25rem;
  width: 1.25rem;
}

.lp-travelpage-book.button {
  display: flex;
  max-width: max-content;
  padding: 0.5em 1em;
  gap: 0.3125rem;
  align-items: center;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}
.lp-travelpage-book.button::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202602_LP8_nationalconference/icon_hotel.svg) center no-repeat;
  background-size: contain;
  position: relative;
  left: -0.1rem;
  height: 1.25rem;
  width: 1.25rem;
}

.lp-travelpage-food {
  margin: 0 auto;
  max-width: 50rem;
}

@media (min-width: 48em) {
  .lp-travelpage-food__groups {
    display: grid;
    gap: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.lp-travelpage-food__groups ul {
  padding: 0 0 0.625rem;
  margin: 0;
  gap: 0.25rem;
  display: grid;
  list-style: none;
}