html {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

body {
  margin: 0;
  min-height: 100dvh;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%
}

.siteheader {
  position: relative;
  background: #FEFEE7;
  border-bottom: 2px solid #6E0CBD;
  box-shadow: -1px 6px 14px -2px #6e0cbd17;
  font-family: 'Archivo', sans-serif;
  overflow: hidden
}

.siteheader::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #6E0CBD 0%, #014F49 100%)
}

.headerTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1366px;
  margin: 0 auto;
  padding: 16px 48px 8px;
  gap: 24px
}

.logobadge {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #6e0cbd2e;
  border-radius: 9px;
  padding: 8px;
  box-shadow: -1px 1px 3px -2px #6e0cbd14 -1px 6px 14px -2px #6e0cbd17;
  flex-shrink: 0
}

.logobadge img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain
}

.statusbadge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  color: #014F49;
  letter-spacing: .04em;
  background: #014f4912;
  border: 1px solid #014f4933;
  border-radius: 24px;
  padding: 8px 16px
}

.statusdot {
  width: 8px;
  height: 8px;
  border-radius: 24px;
  background: #014F49;
  flex-shrink: 0;
  box-shadow: inset 0 1px 2px #014f494d 0 0 6px #014f4959
}

.headernav {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 48px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

.navprimary {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0
}

.navprimary li {
  display: block
}

.navprimary a {
  display: block;
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2a1a3a;
  letter-spacing: .06em;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: color .18s ease-out, border-color .15s ease-out
}

@media (min-width: 1024px) {
  .navprimary a:hover {
    color: #6E0CBD;
    border-color: #6e0cbd33
  }
}

.navprimary a[aria-current="page"] {
  color: #6E0CBD;
  border-color: #6e0cbd40;
  background: #6e0cbd0d
}

.navseparator {
  width: 1px;
  height: 20px;
  background: #6e0cbd33;
  flex-shrink: 0
}

.navcontact {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.navphone {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 600;
  color: #014F49;
  text-decoration: none;
  letter-spacing: .02em;
  padding: 8px 0;
  transition: color .12s ease-out
}

@media (min-width: 1024px) {
  .navphone:hover {
    color: #6E0CBD
  }
}

.navphoneicon {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 6px;
  flex-shrink: 0
}

@media (max-width: 640px) {
  .headerTop {
    padding: 16px 16px 8px;
    flex-wrap: wrap
  }

  .headernav {
    padding: 0 16px 16px
  }

  .navcontact {
    width: 100%
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .headerTop {
    padding: 16px 24px 8px
  }

  .headernav {
    padding: 0 24px 16px
  }
}

.sitefooter {
  position: relative;
  background: #2a1a3a;
  font-family: 'Archivo', sans-serif;
  border-top: 2px solid #6E0CBD
}

.footertop {
  max-width: 1366px;
  margin: 0 auto;
  padding: 48px 48px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fefee71f
}

.footerlogobadge {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #6e0cbd4d;
  border-radius: 9px;
  padding: 8px;
  box-shadow: -1px 1px 3px -2px #6e0cbd14 -1px 6px 14px -2px #6e0cbd17
}

.footerlogobadge img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain
}

.footercolumns {
  max-width: 1366px;
  margin: 0 auto;
  padding: 48px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px
}

.footerbrand {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.footerbrandname {
  font-family: 'Roboto Slab', serif;
  font-size: 21px;
  font-weight: 700;
  color: #FEFEE7;
  letter-spacing: -.01em;
  line-height: 1.1
}

.footerbranddesc {
  font-size: 14px;
  color: #fefee7a6;
  line-height: 1.55;
  letter-spacing: .03em
}

.footercontactlist {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0
}

.footercontactlist li {
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.footercontactlist a,
.footercontactlist span {
  font-size: 14px;
  color: #fefee7b3;
  text-decoration: none;
  line-height: 1.55;
  letter-spacing: .02em;
  transition: color .18s ease-out
}

@media (min-width: 1024px) {
  .footercontactlist a:hover {
    color: #FEFEE7
  }
}

.footernavcol {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.footernavlabel {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 700;
  color: #FEFEE7;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 1px solid #6e0cbd66;
  padding-bottom: 8px
}

.footernavlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footernavlist a {
  font-size: 14px;
  color: #fefee7a6;
  text-decoration: none;
  letter-spacing: .03em;
  line-height: 1.55;
  transition: color .15s ease-out
}

@media (min-width: 1024px) {
  .footernavlist a:hover {
    color: #FEFEE7
  }
}

.footerbar {
  border-top: 1px solid #fefee71a;
  max-width: 1366px;
  margin: 0 auto;
  padding: 16px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px
}

.footercopyright {
  font-size: 14px;
  color: #fefee766;
  letter-spacing: .03em;
  line-height: 1.55
}

.footeraddress {
  font-size: 14px;
  font-style: normal;
  color: #fefee759;
  letter-spacing: .02em;
  line-height: 1.55
}

@media (max-width: 640px) {
  .footercolumns {
    grid-template-columns: 1fr;
    padding: 24px 16px;
    gap: 24px
  }

  .footertop {
    padding: 24px 16px 16px
  }

  .footerbar {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .footercolumns {
    grid-template-columns: 1fr 1fr;
    padding: 24px;
    gap: 24px
  }

  .footerbrand {
    grid-column: 1 / -1
  }

  .footertop {
    padding: 24px 24px 16px
  }

  .footerbar {
    padding: 16px 24px
  }
}

.cookiebar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  background: #2a1a3a;
  border-top: 2px solid #6E0CBD;
  box-shadow: -1px 9px 48px -2px #6e0cbd1c;
  font-family: 'Archivo', sans-serif;
  transform: translateY(100%);
  transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1);
  display: none
}

.cookiebar.visible {
  transform: translateY(0)
}

.cookieinner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 16px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.cookiesvg {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: #6E0CBD
}

.cookietext {
  flex: 1;
  font-size: 14px;
  color: #fefee7cc;
  line-height: 1.55;
  letter-spacing: .02em
}

.cookieactions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  flex-wrap: wrap
}

.cookieaccept,
.cookiedecline {
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  padding: 8px 24px;
  border-radius: 2px;
  border: 1px solid #6E0CBD;
  cursor: pointer;
  min-height: 44px;
  position: relative;
  overflow: hidden;
  transition: color .18s ease-out, border-color .15s ease-out
}

.cookieaccept {
  background: #6E0CBD;
  color: #FEFEE7
}

.cookiedecline {
  background: transparent;
  color: #fefee7bf;
  border-color: #6e0cbd80
}

@media (min-width: 1024px) {
  .cookieaccept:hover {
    color: #FEFEE7
  }

  .cookiedecline:hover {
    color: #FEFEE7;
    border-color: #6E0CBD
  }
}

.cookieaccept:focus,
.cookiedecline:focus {
  outline: none;
  box-shadow: 0 0 0 3px #6e0cbd66
}

@media (max-width: 640px) {
  .cookieinner {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start
  }

  .cookieactions {
    width: 100%
  }

  .cookieaccept,
  .cookiedecline {
    flex: 1;
    text-align: center
  }
}

.agreement-block {
  max-width: 1366px;
  margin: 0 auto;
  padding: 96px 48px
}

.agreement-block h1 {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #111;
  margin-bottom: 48px;
  margin-top: 0
}

.agreement-block h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #111;
  margin-top: 96px;
  margin-bottom: 24px
}

.agreement-block h3 {
  font-size: 28px;
  line-height: 1.55;
  letter-spacing: -.01em;
  color: #111;
  margin-top: 48px;
  margin-bottom: 16px
}

.agreement-block h4 {
  font-size: 21px;
  line-height: 1.55;
  letter-spacing: 0;
  color: #111;
  margin-top: 48px;
  margin-bottom: 16px
}

.agreement-block h5 {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #014F49;
  margin-top: 24px;
  margin-bottom: 8px
}

.agreement-block h6 {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .04em;
  color: #6E0CBD;
  margin-top: 16px;
  margin-bottom: 8px
}

.agreement-block p {
  font-size: 21px;
  line-height: 1.55;
  color: #1b1b1b;
  margin-top: 0;
  margin-bottom: 24px
}

.agreement-block strong,
.agreement-block b {
  font-weight: 700;
  color: #0a0f0e
}

.agreement-block em,
.agreement-block i {
  font-style: italic;
  color: #2a2a2a
}

.agreement-block hr {
  border: none;
  border-top: 1px solid #dde8e7;
  margin-top: 48px;
  margin-bottom: 48px
}

.agreement-block div {
  font-size: 21px;
  line-height: 1.55;
  color: #1b1b1b
}

.agreement-block table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 48px;
  margin-bottom: 48px;
  font-size: 14px;
  line-height: 2;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: -1px 6px 14px -2px #6e0cbd17
}

.agreement-block thead {
  background-color: #014F49
}

.agreement-block thead th {
  color: #FEFEE7;
  font-size: 14px;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 16px 24px;
  text-align: left;
  font-weight: 700
}

.agreement-block tbody tr {
  border-bottom: 1px solid #dde8e7;
  transition: background-color .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.agreement-block tbody tr:last-child {
  border-bottom: none
}

.agreement-block tbody tr:nth-child(even) {
  background-color: #f5f7f6
}

.agreement-block tbody tr:hover {
  background-color: #edf4f3
}

.agreement-block td {
  padding: 16px 24px;
  font-size: 14px;
  line-height: 2;
  color: #1b1b1b;
  vertical-align: top
}

.agreement-block th {
  padding: 16px 24px;
  vertical-align: middle
}

@media (max-width: 1024px) {
  .agreement-block {
    padding: 48px 24px
  }

  .agreement-block h1 {
    font-size: 38px;
    margin-bottom: 48px
  }

  .agreement-block h2 {
    font-size: 28px;
    margin-top: 48px
  }

  .agreement-block h3 {
    font-size: 21px
  }

  .agreement-block table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 640px) {
  .agreement-block {
    padding: 48px 16px
  }

  .agreement-block h1 {
    font-size: 28px;
    margin-bottom: 24px
  }

  .agreement-block h2 {
    font-size: 21px;
    margin-top: 48px
  }

  .agreement-block h3 {
    font-size: 21px;
    margin-top: 24px
  }

  .agreement-block h4 {
    font-size: 21px;
    margin-top: 24px
  }

  .agreement-block p,
  .agreement-block div {
    font-size: 14px
  }
}

.eventsdetail {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 48px;
  overflow: hidden
}

.eventsdetail .titlerow {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px;
  padding-top: 96px;
  padding-bottom: 48px
}

.eventsdetail .titleleft {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px
}

.eventsdetail .titleright {
  flex: 0 0 52%;
  position: relative;
  border-radius: 9px;
  overflow: hidden
}

.eventsdetail .titleright img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
  transition: transform .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.eventsdetail .titleright:hover img {
  transform: scale(1.04)
}

.eventsdetail .titleright .imgoverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(127deg, #014F49 0%, transparent 65%);
  pointer-events: none
}

.eventsdetail .categorybadge {
  display: inline-block;
  background: #014F49;
  color: #FEFEE7;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: .08em;
  padding: 8px 16px;
  border-radius: 2px;
  align-self: flex-start
}

.eventsdetail .maintitle {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #111;
  margin: 0;
  font-weight: 800
}

.eventsdetail .maintitle .dropcap {
  float: left;
  font-size: 70px;
  line-height: .85;
  color: #6E0CBD;
  margin-right: 8px;
  margin-top: 8px;
  font-weight: 900
}

.eventsdetail .tagline {
  font-size: 21px;
  line-height: 1.55;
  color: #2a2a2a;
  margin: 0;
  font-style: italic;
  border-top: 4px solid #6E0CBD;
  padding-top: 16px
}

.eventsdetail .metarow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center
}

.eventsdetail .metaitem {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.55;
  color: #333
}

.eventsdetail .metaitem svg {
  flex-shrink: 0
}

.eventsdetail .copyurlbtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.55;
  color: #FEFEE7;
  background: #6E0CBD;
  border: none;
  border-radius: 2px;
  padding: 8px 16px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .15s ease-out
}

.eventsdetail .copyurlbtn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #014F49;
  transition: bottom .18s cubic-bezier(0.4, 0, 0.6, 1);
  z-index: 0
}

.eventsdetail .copyurlbtn:hover::before {
  bottom: 0
}

.eventsdetail .copyurlbtn span {
  position: relative;
  z-index: 1
}

.eventsdetail .copyurlbtn:focus {
  outline: 2px solid #6E0CBD;
  outline-offset: 2px
}

.eventsdetail .divideraccent {
  width: 100%;
  height: 4px;
  background: linear-gradient(127deg, #6E0CBD, #014F49);
  border: none;
  margin: 0
}

.eventsdetail .contentgrid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  padding: 96px 0 48px
}

.eventsdetail .descriptioncol {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.eventsdetail .descheading {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #111;
  font-weight: 700;
  margin: 0;
  position: relative;
  display: inline-block
}

.eventsdetail .descheading::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 24px;
  background: #6E0CBD;
  margin-left: 8px;
  vertical-align: middle
}

.eventsdetail .descbody {
  font-size: 21px;
  line-height: 1.55;
  color: #1e1e1e;
  margin: 0
}

.eventsdetail .descbody p {
  margin: 0 0 16px
}

.eventsdetail .descbody p:last-child {
  margin-bottom: 0
}

.eventsdetail .descbody h2 {
  font-size: 28px;
  line-height: 1.1;
  color: #111;
  font-weight: 700;
  margin: 24px 0 16px
}

.eventsdetail .descbody h3 {
  font-size: 21px;
  line-height: 1.55;
  color: #6E0CBD;
  font-weight: 700;
  margin: 16px 0 8px
}

.eventsdetail .descbody strong {
  color: #6E0CBD
}

.eventsdetail .descbody mark {
  background: #FEFEE7;
  color: #014F49;
  padding: 0 4px;
  border-radius: 2px
}

.eventsdetail .descbody ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.eventsdetail .descbody ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 21px;
  line-height: 1.55;
  color: #1e1e1e
}

.eventsdetail .descbody ul li::before {
  content: '';
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #6E0CBD;
  margin-top: 8px
}

.eventsdetail .descbody dl {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px
}

.eventsdetail .descbody dt {
  font-weight: 700;
  color: #014F49;
  font-size: 14px
}

.eventsdetail .descbody dd {
  margin: 0;
  font-size: 14px;
  color: #1e1e1e
}

.eventsdetail .descbody figure {
  margin: 24px 0
}

.eventsdetail .descbody figcaption {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
  font-style: italic
}

.eventsdetail .twocoltext {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.eventsdetail .notchblock {
  border-radius: 9px;
  background: #FEFEE7;
  padding: 24px;
  position: relative;
  box-shadow: -1px 6px 14px -2px #6e0cbd17
}

.eventsdetail .notchblock::before {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 4px;
  background: #6E0CBD;
  border-radius: 0 2px 2px 0
}

.eventsdetail .sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: start;
  position: sticky;
  top: 24px
}

.eventsdetail .pricecard {
  border-radius: 9px;
  background: #fff;
  box-shadow: -1px 9px 48px -2px #6e0cbd1c;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.eventsdetail .priceamount {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #6E0CBD;
  font-weight: 900;
  margin: 0
}

.eventsdetail .pricenote {
  font-size: 14px;
  line-height: 1.55;
  color: #555;
  margin: 0
}

.eventsdetail .enrollbtn {
  display: block;
  width: 100%;
  background: #6E0CBD;
  color: #FEFEE7;
  font-size: 21px;
  line-height: 1.55;
  border: none;
  border-radius: 9px;
  padding: 16px 24px;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: color .15s ease-out
}

.eventsdetail .enrollbtn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #014F49;
  transition: bottom .2s cubic-bezier(0.4, 0, 0.6, 1);
  z-index: 0
}

.eventsdetail .enrollbtn:hover::before {
  bottom: 0
}

.eventsdetail .enrollbtn span {
  position: relative;
  z-index: 1
}

.eventsdetail .enrollbtn:focus {
  outline: 2px solid #014F49;
  outline-offset: 2px
}

.eventsdetail .detailslist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0
}

.eventsdetail .detailslist li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.55;
  color: #1e1e1e
}

.eventsdetail .detailslist li svg {
  flex-shrink: 0;
  margin-top: 2px
}

.eventsdetail .detaillabel {
  font-weight: 700;
  color: #014F49;
  display: block
}

.eventsdetail .seatsindicator {
  background: #FEFEE7;
  border-radius: 9px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.eventsdetail .seatstrack {
  height: 8px;
  background: #e8e8d8;
  border-radius: 24px;
  overflow: hidden
}

.eventsdetail .seatsfill {
  height: 100%;
  background: linear-gradient(127deg, #6E0CBD, #014F49);
  border-radius: 24px;
  width: 30%
}

.eventsdetail .seatslabel {
  font-size: 14px;
  line-height: 1.55;
  color: #333
}

.eventsdetail .programsection {
  padding: 48px 0 96px
}

.eventsdetail .programgrid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: start
}

.eventsdetail .programlabel {
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: .1em;
  color: #6E0CBD;
  font-weight: 700;
  text-transform: uppercase
}

.eventsdetail .programheading {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #111;
  font-weight: 800;
  margin: 8px 0 24px
}

.eventsdetail .programheading::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 24px;
  background: #014F49;
  margin-left: 8px;
  vertical-align: middle
}

.eventsdetail .programbody {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.eventsdetail .programbody p {
  margin: 0;
  font-size: 21px;
  line-height: 1.55;
  color: #1e1e1e
}

.eventsdetail .programbody h2 {
  font-size: 28px;
  line-height: 1.1;
  color: #111;
  font-weight: 700;
  margin: 0
}

.eventsdetail .programbody h3 {
  font-size: 21px;
  line-height: 1.55;
  color: #6E0CBD;
  font-weight: 700;
  margin: 0
}

.eventsdetail .programbody strong {
  color: #014F49
}

.eventsdetail .programbody mark {
  background: #FEFEE7;
  color: #014F49;
  padding: 0 4px;
  border-radius: 2px
}

.eventsdetail .programbody ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.eventsdetail .programbody ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 21px;
  line-height: 1.55;
  color: #1e1e1e
}

.eventsdetail .programbody ul li::before {
  content: '';
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #014F49;
  margin-top: 8px
}

.eventsdetail .minicard {
  background: #6E0CBD;
  color: #FEFEE7;
  border-radius: 9px;
  padding: 24px;
  margin-top: 24px;
  box-shadow: -1px 6px 14px -2px #6e0cbd17 inset 0 1px 0 #fefee726;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.eventsdetail .minicard .minicardlabel {
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .7
}

.eventsdetail .minicard .minicardvalue {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800
}

.eventsdetail .minicard .minicardnote {
  font-size: 14px;
  line-height: 1.55;
  opacity: .85
}

.eventsdetail .readingdirectionarrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  opacity: .25;
  pointer-events: none
}

.eventsdetail .readingdirectionarrow svg {
  width: 32px;
  height: 32px
}

.eventsdetail .formrow {
  background: #014F49;
  border-radius: 9px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin: 48px 0 96px;
  box-shadow: -1px 9px 48px -2px #014f491c
}

.eventsdetail .formleft {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.eventsdetail .formheading {
  font-size: 38px;
  line-height: 1.1;
  color: #FEFEE7;
  font-weight: 800;
  margin: 0;
  letter-spacing: -.02em
}

.eventsdetail .formheading::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 24px;
  background: #FEFEE7;
  margin-left: 8px;
  vertical-align: middle;
  opacity: .5
}

.eventsdetail .formdesc {
  font-size: 21px;
  line-height: 1.55;
  color: #fefee7d9;
  margin: 0
}

.eventsdetail .formright form {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.eventsdetail .formfield {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.eventsdetail .formfield label {
  font-size: 14px;
  line-height: 1.55;
  color: #FEFEE7;
  font-weight: 600
}

.eventsdetail .formfield input,
.eventsdetail .formfield textarea {
  background: #fefee714;
  border: 1px solid #fefee740;
  border-radius: 2px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.55;
  color: #FEFEE7;
  width: 100%;
  transition: border-color .15s ease-out;
  box-sizing: border-box
}

.eventsdetail .formfield input::placeholder,
.eventsdetail .formfield textarea::placeholder {
  color: #fefee766
}

.eventsdetail .formfield input:focus,
.eventsdetail .formfield textarea:focus {
  outline: none;
  border-color: #FEFEE7;
  box-shadow: 0 0 0 2px #fefee726
}

.eventsdetail .formfield textarea {
  resize: vertical;
  min-height: 96px
}

.eventsdetail .submitbtn {
  background: #FEFEE7;
  color: #014F49;
  font-size: 21px;
  line-height: 1.55;
  border: none;
  border-radius: 9px;
  padding: 16px 24px;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: color .18s ease-out
}

.eventsdetail .submitbtn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #6E0CBD;
  transition: bottom .2s cubic-bezier(0.4, 0, 0.6, 1);
  z-index: 0
}

.eventsdetail .submitbtn:hover {
  color: #FEFEE7
}

.eventsdetail .submitbtn:hover::before {
  bottom: 0
}

.eventsdetail .submitbtn span {
  position: relative;
  z-index: 1
}

.eventsdetail .submitbtn:focus {
  outline: 2px solid #FEFEE7;
  outline-offset: 2px
}

.eventsdetail .onloadreveal {
  animation: dropfromabove .22s cubic-bezier(0.4, 0, 0.6, 1) both
}

.eventsdetail .onloadreveal.delay1 {
  animation-delay: .06s
}

.eventsdetail .onloadreveal.delay2 {
  animation-delay: .12s
}

.eventsdetail .onloadreveal.delay3 {
  animation-delay: .18s
}

.eventsdetail .onloadreveal.delay4 {
  animation-delay: .22s
}

@keyframes dropfromabove {
  from {
    opacity: 0;
    transform: translateY(-28px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@media (max-width: 1024px) {
  .eventsdetail {
    padding: 0 24px
  }

  .eventsdetail .titlerow {
    flex-direction: column-reverse;
    padding-top: 48px
  }

  .eventsdetail .titleright {
    flex: 0 0 auto
  }

  .eventsdetail .titleright img {
    min-height: 280px
  }

  .eventsdetail .contentgrid {
    grid-template-columns: 1fr;
    padding: 48px 0 24px
  }

  .eventsdetail .sidebar {
    position: static
  }

  .eventsdetail .programgrid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .eventsdetail .formrow {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 48px 24px
  }

  .eventsdetail .twocoltext {
    grid-template-columns: 1fr
  }
}

@media (max-width: 640px) {
  .eventsdetail {
    padding: 0 16px
  }

  .eventsdetail .maintitle {
    font-size: 38px
  }

  .eventsdetail .maintitle .dropcap {
    font-size: 54px
  }

  .eventsdetail .priceamount {
    font-size: 38px
  }

  .eventsdetail .formheading {
    font-size: 28px
  }

  .eventsdetail .programheading {
    font-size: 28px
  }

  .eventsdetail .metarow {
    gap: 8px
  }
}

@media print {

  .eventsdetail .titleright .imgoverlay,
  .eventsdetail .readingdirectionarrow,
  .eventsdetail .copyurlbtn,
  .eventsdetail .seatsindicator,
  .eventsdetail .minicard,
  .eventsdetail .notchblock::before,
  .eventsdetail .onloadreveal,
  .eventsdetail .divideraccent {
    display: none !important
  }

  .eventsdetail .titlerow {
    flex-direction: column;
    padding-top: 16px
  }

  .eventsdetail .contentgrid {
    grid-template-columns: 1fr
  }

  .eventsdetail .formrow {
    display: none !important
  }

  .eventsdetail .sidebar {
    position: static
  }

  .eventsdetail .pricecard {
    box-shadow: none;
    border: 1px solid #ccc
  }

  .eventsdetail .programgrid {
    grid-template-columns: 1fr
  }
}

.events {
  background: #fff;
  overflow-x: hidden
}

.events .drop-reveal {
  animation: dropIn .55s cubic-bezier(0.4, 0, 0.6, 1) both
}

.events .drop-reveal:nth-child(2) {
  animation-delay: .09s
}

.events .drop-reveal:nth-child(3) {
  animation-delay: .18s
}

.events .drop-reveal:nth-child(4) {
  animation-delay: .27s
}

@keyframes dropIn {
  from {
    opacity: 0;
    transform: translateY(-32px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.events .titlerow {
  max-width: 1366px;
  margin: 0 auto;
  padding: 96px 48px 48px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  position: relative
}

.events .titlerow::before {
  content: '';
  position: absolute;
  top: 48px;
  right: 48px;
  width: 60px;
  height: 40px;
  background: repeating-linear-gradient(to bottom, #6E0CBD 0px, #6E0CBD 2px, transparent 2px, transparent 10px);
  opacity: .18;
  pointer-events: none
}

.events .titlerow .pagelabel {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .12em;
  color: #6E0CBD;
  text-transform: uppercase;
  margin: 0 0 8px
}

.events .titlerow .pageheading {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #111;
  margin: 0;
  font-weight: 800
}

.events .titlerow .pageheading .dotaccent {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 24px;
  background: #6E0CBD;
  margin-left: 6px;
  vertical-align: middle;
  margin-bottom: 8px
}

.events .titlerow .pagecurve {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: radial-gradient(ellipse at 50% 50%, #6E0CBD 0%, transparent 72%);
  opacity: .35
}

.events .titlerow .titlelink {
  font-size: 14px;
  line-height: 2;
  color: #014F49;
  text-decoration: underline;
  text-underline-offset: 3px;
  position: relative;
  white-space: nowrap;
  transition: color .16s ease-out
}

.events .titlerow .titlelink::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 24px;
  background: #014F49;
  margin-left: 5px;
  vertical-align: middle
}

.events .titlerow .titlelink:hover {
  color: #6E0CBD
}

.events .grid {
  max-width: 1366px;
  margin: 0 auto;
  padding: 48px 48px 96px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px
}

.events .card {
  background: #FEFEE7;
  border-radius: 9px;
  box-shadow: -1px 6px 14px -2px #6e0cbd17;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: box-shadow .18s ease-out
}

.events .card:hover {
  box-shadow: -1px 9px 48px -2px #6e0cbd1c
}

.events .card:hover .cardimgwrap img {
  transform: scale(1.06)
}

.events .cardimgwrap {
  width: 100%;
  height: 260px;
  overflow: hidden;
  flex-shrink: 0
}

.events .cardimgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.events .cardbody {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1
}

.events .cardtoprow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.events .cardtag {
  font-size: 14px;
  line-height: 2;
  background: #6E0CBD;
  color: #fff;
  border-radius: 2px;
  padding: 0 8px;
  display: inline-block
}

.events .cardformat {
  font-size: 14px;
  line-height: 2;
  color: #014F49;
  border: 1px solid #014F49;
  border-radius: 2px;
  padding: 0 8px;
  display: inline-block
}

.events .cardtitle {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #111;
  margin: 0;
  font-weight: 700
}

.events .carddesc {
  font-size: 14px;
  line-height: 1.55;
  color: #333;
  margin: 0
}

.events .cardmeta {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.events .cardmetaitem {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.55;
  color: #555
}

.events .cardmetaitem svg {
  flex-shrink: 0
}

.events .cardseats {
  font-size: 14px;
  line-height: 1.55;
  color: #6E0CBD;
  font-weight: 600
}

.events .cardprice {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #111;
  font-weight: 800
}

.events .cardpricenote {
  font-size: 14px;
  line-height: 1.55;
  color: #777;
  margin-top: 4px
}

.events .cardpricerow {
  display: flex;
  flex-direction: column
}

.events .cardaction {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

.events .cardbtn {
  display: inline-block;
  font-size: 14px;
  line-height: 1.55;
  color: #fff;
  background: #6E0CBD;
  border-radius: 9px;
  padding: 8px 24px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  transition: color .16s ease-out
}

.events .cardbtn::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  height: 100%;
  background: #014F49;
  border-radius: 9px;
  transition: bottom .18s cubic-bezier(0.4, 0, 0.6, 1);
  z-index: 0
}

.events .cardbtn:hover::before {
  bottom: 0
}

.events .cardbtn span {
  position: relative;
  z-index: 1
}

.events .carddivider {
  width: 100%;
  height: 1px;
  background: radial-gradient(ellipse at 50% 50%, #6e0cbd59 0%, transparent 72%);
  border: none;
  margin: 0
}

.events .statsstrip {
  background: #014F49;
  padding: 48px
}

.events .statsinner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px;
  justify-content: space-between
}

.events .statitem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
  position: relative
}

.events .statitem+.statitem::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fefee72e
}

.events .statnum {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #FEFEE7;
  font-weight: 800
}

.events .statlabel {
  font-size: 14px;
  line-height: 1.55;
  color: #fefee7b3
}

.events .whyrow {
  max-width: 1366px;
  margin: 0 auto;
  padding: 96px 48px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.events .whyleft {
  flex: 1 1 340px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.events .whyleft .whytag {
  font-size: 14px;
  color: #6E0CBD;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 2
}

.events .whyleft .whyheading {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.015em;
  color: #111;
  font-weight: 700;
  margin: 0
}

.events .whyleft .whyheading .dotaccent {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 24px;
  background: #6E0CBD;
  margin-left: 5px;
  vertical-align: middle;
  margin-bottom: 6px
}

.events .whyleft .whybody {
  font-size: 14px;
  line-height: 1.55;
  color: #333;
  margin: 0
}

.events .whyleft .whybody::first-letter {
  font-size: 28px;
  color: #6E0CBD;
  float: left;
  line-height: 1.1;
  margin-right: 6px;
  font-weight: 800
}

.events .whyright {
  flex: 1 1 480px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.events .whyitem {
  background: #fff;
  border-radius: 9px;
  padding: 24px;
  box-shadow: -1px 1px 3px -2px #6e0cbd14 -1px 6px 14px -2px #6e0cbd17;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  transition: box-shadow .14s ease-out
}

.events .whyright:hover .whyitem:not(:hover) {
  opacity: .6
}

.events .whyitem:hover {
  box-shadow: -1px 9px 48px -2px #6e0cbd1c
}

.events .whyitem .whyicon {
  width: 32px;
  height: 32px;
  flex-shrink: 0
}

.events .whyitem .whyitemtitle {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  line-height: 1.55;
  margin: 0
}

.events .whyitem .whyitemdesc {
  font-size: 14px;
  color: #555;
  line-height: 1.55;
  margin: 0
}

.events .whyitem .whytransition {
  transition: opacity .18s ease-out
}

.events .imagefeatured {
  background: #FEFEE7;
  position: relative
}

.events .imagefeaturedinner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 96px 48px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center
}

.events .imagefeatured::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, transparent 55%, #014f4912 100%);
  pointer-events: none
}

.events .featuredimgcol {
  flex: 0 0 auto;
  position: relative
}

.events .featuredimgcol .imgwrap {
  width: 360px;
  height: 480px;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: -1px 9px 48px -2px #014f491c;
  position: relative
}

.events .featuredimgcol .imgwrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  background: radial-gradient(ellipse at 0% 0%, #fefee78c 0%, transparent 70%);
  pointer-events: none
}

.events .featuredimgcol .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.events .featuredimgcol .imgwrap:hover img {
  transform: scale(1.05)
}

.events .featuredtext {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.events .featuredtext .ftag {
  font-size: 14px;
  color: #6E0CBD;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 2
}

.events .featuredtext .fheading {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.015em;
  color: #111;
  font-weight: 700;
  margin: 0
}

.events .featuredtext .fheading .dotaccent {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 24px;
  background: #014F49;
  margin-left: 5px;
  vertical-align: middle;
  margin-bottom: 6px
}

.events .featuredtext .fcols {
  display: flex;
  flex-direction: row;
  gap: 24px
}

.events .featuredtext .fcols .fcol {
  flex: 1;
  font-size: 14px;
  line-height: 1.55;
  color: #333;
  margin: 0
}

.events .featuredtext .fcols .fcol:first-child::first-letter {
  font-size: 28px;
  color: #014F49;
  float: left;
  line-height: 1.1;
  margin-right: 5px;
  font-weight: 800
}

.events .featuredtext .fbtn {
  align-self: flex-start;
  display: inline-block;
  font-size: 14px;
  line-height: 1.55;
  color: #fff;
  background: #014F49;
  border-radius: 9px;
  padding: 8px 24px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .14s ease-out
}

.events .featuredtext .fbtn::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  height: 100%;
  background: #6E0CBD;
  border-radius: 9px;
  transition: bottom .2s cubic-bezier(0.4, 0, 0.6, 1);
  z-index: 0
}

.events .featuredtext .fbtn:hover::before {
  bottom: 0
}

.events .featuredtext .fbtn span {
  position: relative;
  z-index: 1
}

.events .blueprintsec {
  position: relative;
  background: #fff
}

.events .blueprintsec::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#6e0cbd0d 1px, transparent 1px), linear-gradient(90deg, #6e0cbd0d 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none
}

.events .blueprintinner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 96px 48px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.events .blueprinthead {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px
}

.events .blueprinthead .bhtag {
  font-size: 14px;
  color: #6E0CBD;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 2
}

.events .blueprinthead .bhheading {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.015em;
  color: #111;
  font-weight: 700;
  margin: 0
}

.events .blueprinthead .bhheading .dotaccent {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 24px;
  background: #6E0CBD;
  margin-left: 5px;
  vertical-align: middle;
  margin-bottom: 5px
}

.events .blueprinthead .bhleft {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.events .blueprinthead .bhdesc {
  font-size: 14px;
  line-height: 1.55;
  color: #555;
  max-width: 380px;
  margin: 0
}

.events .stepgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.events .stepgrid:hover .stepcard:not(:hover) {
  opacity: .55
}

.events .stepcard {
  background: #FEFEE7;
  border-radius: 9px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: -1px 1px 3px -2px #6e0cbd14;
  transition: opacity .16s ease-out, box-shadow .16s ease-out
}

.events .stepcard:hover {
  box-shadow: -1px 6px 14px -2px #6e0cbd17
}

.events .stepnum {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -.04em;
  color: #6e0cbd1f;
  font-weight: 800
}

.events .stepcardtitle {
  font-size: 21px;
  font-weight: 700;
  color: #111;
  line-height: 1.1;
  margin: 0
}

.events .stepcardtext {
  font-size: 14px;
  line-height: 1.55;
  color: #444;
  margin: 0
}

@media (max-width: 1024px) {
  .events .titlerow {
    padding: 48px 24px
  }

  .events .grid {
    padding: 24px 24px 48px;
    grid-template-columns: 1fr;
    gap: 24px
  }

  .events .statsinner {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    padding: 24px
  }

  .events .statsstrip {
    padding: 48px 24px
  }

  .events .whyrow {
    flex-direction: column;
    padding: 48px 24px
  }

  .events .imagefeaturedinner {
    flex-direction: column;
    padding: 48px 24px
  }

  .events .featuredimgcol .imgwrap {
    width: 100%;
    height: 320px
  }

  .events .featuredimgcol {
    width: 100%
  }

  .events .blueprintinner {
    padding: 48px 24px
  }

  .events .stepgrid {
    grid-template-columns: repeat(2, 1fr)
  }

  .events .blueprinthead {
    flex-direction: column;
    align-items: flex-start
  }

  .events .whyright {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 640px) {
  .events .titlerow .pageheading {
    font-size: 38px
  }

  .events .titlerow {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 48px 16px 24px
  }

  .events .grid {
    padding: 16px 16px 48px;
    gap: 16px
  }

  .events .statnum {
    font-size: 38px
  }

  .events .statsinner {
    padding: 16px
  }

  .events .statsstrip {
    padding: 48px 16px
  }

  .events .whyrow {
    padding: 48px 16px
  }

  .events .whyright {
    grid-template-columns: 1fr
  }

  .events .imagefeaturedinner {
    padding: 48px 16px
  }

  .events .blueprintinner {
    padding: 48px 16px
  }

  .events .stepgrid {
    grid-template-columns: 1fr
  }

  .events .featuredtext .fcols {
    flex-direction: column;
    gap: 16px
  }

  .events .cardimgwrap {
    height: 200px
  }

  .events .cardbtn {
    transition: none
  }

  .events .fbtn {
    transition: none
  }
}

.contactus {
  background: #fff;
  overflow-x: clip
}

.contactus .pagetop {
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: 480px;
  max-width: 1366px;
  margin: 0 auto;
  gap: 48px;
  align-items: start;
  position: relative;
  padding: 96px 48px 48px
}

.contactus .pagetop::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0
}

.contactus .pagetop .imagecol {
  position: relative;
  z-index: 1
}

.contactus .pagetop .imagecol .imagewrap {
  overflow: hidden;
  border-radius: 9px;
  width: 100%
}

.contactus .pagetop .imagecol .imagewrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  filter: saturate(0.45) contrast(1.1);
  transition: transform .18s ease-out
}

.contactus .pagetop .imagecol .imagewrap:hover img {
  transform: scale(1.04)
}

.contactus .pagetop .textcol {
  position: relative;
  z-index: 1
}

.contactus .pagetop .textcol .pagelabel {
  font-size: 14px;
  letter-spacing: .12em;
  color: #014F49;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block
}

.contactus .pagetop .textcol .pageheading {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #111;
  font-weight: 800;
  margin-bottom: 24px
}

.contactus .pagetop .textcol .pageheading .accentdot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #6E0CBD;
  border-radius: 50%;
  margin-left: 8px;
  vertical-align: middle;
  animation: breathe 2.8s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

@keyframes breathe {

  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: .5;
    transform: scale(0.7)
  }
}

.contactus .pagetop .textcol .pagedesc {
  font-size: 21px;
  line-height: 1.55;
  color: #333;
  max-width: 520px
}

.contactus .pagetop .textcol .pagedesc::first-letter {
  font-size: 38px;
  color: #6E0CBD;
  font-weight: 800;
  line-height: 1;
  float: left;
  margin-right: 8px;
  margin-top: 4px
}

.contactus .pagetop .cornertri {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 60px solid #FEFEE7;
  border-left: 60px solid transparent;
  pointer-events: none;
  z-index: 2
}

.contactus .pagetop .cornertribottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 48px solid #FEFEE7;
  border-right: 48px solid transparent;
  pointer-events: none;
  z-index: 2
}

.contactus .dotdivider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 0
}

.contactus .dotdivider span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #014F49;
  opacity: .4
}

.contactus .dotdivider span:nth-child(2) {
  background: #6E0CBD;
  opacity: .6
}

.contactus .infostrip {
  background: #014F49;
  padding: 48px;
  position: relative;
  overflow: hidden
}

.contactus .infostrip::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(127deg, #014F49, transparent);
  animation: contrastbreathe 4.2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  pointer-events: none
}

@keyframes contrastbreathe {

  0%,
  100% {
    opacity: .3
  }

  50% {
    opacity: .8
  }
}

.contactus .infostrip .infogrid {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  position: relative;
  z-index: 1
}

.contactus .infostrip .infocell {
  padding: 24px;
  border-radius: 9px;
  position: relative
}

.contactus .infostrip .infocell:first-child {
  background: #fefee714;
  box-shadow: -1px 6px 14px -2px #6e0cbd17
}

.contactus .infostrip .infocell:nth-child(2) {
  background: #6e0cbd26;
  box-shadow: -1px 6px 14px -2px #014f4917
}

.contactus .infostrip .infocell:last-child {
  background: #fefee70a;
  box-shadow: -1px 9px 48px -2px #6e0cbd1c
}

.contactus .infostrip .infocell .celllabel {
  font-size: 14px;
  letter-spacing: .1em;
  color: #fefee799;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px
}

.contactus .infostrip .infocell .celllabel .labelicon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.contactus .infostrip .infocell .cellvalue {
  font-size: 21px;
  line-height: 1.55;
  color: #FEFEE7;
  font-weight: 600
}

.contactus .infostrip .infocell .cellvalue a {
  color: #FEFEE7;
  text-decoration: none;
  border-bottom: 1px solid #fefee74d;
  transition: color .16s ease-out, border-color .16s ease-out
}

.contactus .infostrip .infocell .cellvalue a:hover {
  color: #FEFEE7;
  border-color: #FEFEE7
}

.contactus .infostrip .infocell .cellsub {
  font-size: 14px;
  color: #fefee780;
  margin-top: 8px;
  line-height: 1.55
}

.contactus .formarea {
  max-width: 1366px;
  margin: 0 auto;
  padding: 96px 48px;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 96px;
  align-items: start
}

.contactus .formarea .formleft .formtitle {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #111;
  font-weight: 700;
  margin-bottom: 16px
}

.contactus .formarea .formleft .formtitle .titledot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #6E0CBD;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle
}

.contactus .formarea .formleft .formsub {
  font-size: 14px;
  line-height: 1.55;
  color: #555;
  margin-bottom: 48px;
  max-width: 480px
}

.contactus .formarea .formleft .formgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.contactus .formarea .formleft .fieldgroup {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contactus .formarea .formleft .fieldgroup.fullwidth {
  grid-column: 1 / -1
}

.contactus .formarea .formleft .fieldlabel {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  letter-spacing: .03em
}

.contactus .formarea .formleft .fieldinput {
  border: 1.5px solid #ddd;
  border-radius: 9px;
  padding: 16px;
  font-size: 14px;
  color: #111;
  background: #fff;
  outline: none;
  transition: border-color .16s ease-out, box-shadow .16s ease-out;
  width: 100%;
  box-sizing: border-box
}

.contactus .formarea .formleft .fieldinput::placeholder {
  color: #aaa
}

.contactus .formarea .formleft .fieldinput:focus {
  border-color: #6E0CBD;
  box-shadow: inset 0 0 0 3px #6e0cbd12
}

.contactus .formarea .formleft .checkboxgroup {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contactus .formarea .formleft .checkboxgroup .checkgrouplabel {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  letter-spacing: .03em;
  margin-bottom: 8px
}

.contactus .formarea .formleft .checkboxgroup .checkgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

.contactus .formarea .formleft .checkboxgroup .checkitem {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1.5px solid #eee;
  border-radius: 9px;
  cursor: pointer;
  transition: border-color .14s ease-out, background .14s ease-out
}

.contactus .formarea .formleft .checkboxgroup .checkitem:hover {
  border-color: #6E0CBD;
  background: #6e0cbd08
}

.contactus .formarea .formleft .checkboxgroup .checkitem input[type="checkbox"] {
  accent-color: #6E0CBD;
  width: 16px;
  height: 16px;
  cursor: pointer;
  flex-shrink: 0
}

.contactus .formarea .formleft .checkboxgroup .checkitem .checktext {
  font-size: 14px;
  color: #333;
  line-height: 1.55
}

.contactus .formarea .formleft .privacyrow {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  background: #FEFEE7;
  border-radius: 9px;
  border: 1.5px solid #6e0cbd1a
}

.contactus .formarea .formleft .privacyrow input[type="checkbox"] {
  accent-color: #6E0CBD;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer
}

.contactus .formarea .formleft .privacyrow .privacytext {
  font-size: 14px;
  color: #444;
  line-height: 1.55
}

.contactus .formarea .formleft .privacyrow .privacytext a {
  color: #6E0CBD;
  text-decoration: none;
  border-bottom: 1px solid #6e0cbd66;
  transition: border-color .14s ease-out
}

.contactus .formarea .formleft .privacyrow .privacytext a::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #6E0CBD;
  border-radius: 50%;
  margin-left: 3px;
  vertical-align: middle
}

.contactus .formarea .formleft .privacyrow .privacytext a:hover {
  border-color: #6E0CBD
}

.contactus .formarea .formleft .submitrow {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 24px
}

.contactus .formarea .formleft .submitbtn {
  position: relative;
  overflow: hidden;
  background: #6E0CBD;
  color: #FEFEE7;
  border: none;
  border-radius: 9px;
  padding: 16px 48px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: -1px 6px 14px -2px #6e0cbd17;
  transition: color .12s ease-out, box-shadow .18s ease-out
}

.contactus .formarea .formleft .submitbtn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #014F49;
  transition: bottom .18s cubic-bezier(0.4, 0, 0.6, 1);
  z-index: 0
}

.contactus .formarea .formleft .submitbtn:hover::before {
  bottom: 0
}

.contactus .formarea .formleft .submitbtn:hover {
  box-shadow: -1px 9px 48px -2px #6e0cbd1c
}

.contactus .formarea .formleft .submitbtn .btnlabel {
  position: relative;
  z-index: 1
}

.contactus .formarea .formleft .submitbtn:focus-visible {
  outline: 2px solid #6E0CBD;
  outline-offset: 3px
}

.contactus .formarea .aside {
  padding: 48px;
  background: #FEFEE7;
  border-radius: 9px;
  box-shadow: -1px 6px 14px -2px #6e0cbd17;
  position: relative
}

.contactus .formarea .aside .asidetitle {
  font-size: 21px;
  font-weight: 700;
  color: #111;
  line-height: 1.1;
  margin-bottom: 24px
}

.contactus .formarea .aside .asidetitle .titledot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #014F49;
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: middle
}

.contactus .formarea .aside .asidelist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px
}

.contactus .formarea .aside .asidelist li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #333;
  line-height: 1.55
}

.contactus .formarea .aside .asidelist li .listicon {
  flex-shrink: 0;
  margin-top: 2px
}

.contactus .formarea .aside .asidedivider {
  height: 1px;
  background: #014f4926;
  margin: 24px 0
}

.contactus .formarea .aside .asidelink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #014F49;
  text-decoration: none;
  border-bottom: 1px solid #014f494d;
  padding-bottom: 2px;
  transition: color .14s ease-out, border-color .14s ease-out
}

.contactus .formarea .aside .asidelink::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #6E0CBD;
  border-radius: 50%;
  flex-shrink: 0
}

.contactus .formarea .aside .asidelink:hover {
  color: #6E0CBD;
  border-color: #6E0CBD
}

.contactus .formarea .aside .asidenotice {
  font-size: 14px;
  color: #555;
  line-height: 1.55
}

@media (max-width: 1024px) {
  .contactus .pagetop {
    grid-template-columns: 200px 1fr;
    padding: 48px 24px 24px;
    gap: 24px
  }

  .contactus .infostrip .infogrid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0
  }

  .contactus .infostrip {
    padding: 48px 24px
  }

  .contactus .formarea {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 48px 24px
  }

  .contactus .formarea .formgrid {
    grid-template-columns: 1fr
  }

  .contactus .formarea .formleft .formgrid {
    grid-template-columns: 1fr
  }

  .contactus .formarea .formleft .checkboxgroup .checkgrid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 640px) {
  .contactus .pagetop {
    grid-template-columns: 1fr;
    padding: 48px 16px 16px
  }

  .contactus .pagetop .imagecol {
    display: none
  }

  .contactus .pagetop .textcol .pageheading {
    font-size: 38px
  }

  .contactus .pagetop .textcol .pagedesc {
    font-size: 14px
  }

  .contactus .infostrip {
    padding: 48px 16px
  }

  .contactus .formarea {
    padding: 48px 16px
  }

  .contactus .formarea .aside {
    padding: 24px 16px
  }
}

.aboutus {
  max-width: 1366px;
  margin: 0 auto;
  overflow: hidden
}

.aboutus .fade-image {
  animation: fadeLoad .88s cubic-bezier(0.4, 0, 0.6, 1) both
}

@keyframes fadeLoad {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes flicker {

  0%,
  100% {
    opacity: 1
  }

  18% {
    opacity: .97
  }

  42% {
    opacity: .93
  }

  67% {
    opacity: .98
  }

  83% {
    opacity: .94
  }
}

.aboutus .spot {
  position: absolute;
  border-radius: 24px;
  filter: blur(48px);
  pointer-events: none;
  z-index: 0
}

.aboutus .spot.purple {
  background: #6e0cbd21;
  width: 320px;
  height: 220px;
  top: -48px;
  left: -96px
}

.aboutus .spot.green {
  background: #014f491a;
  width: 280px;
  height: 200px;
  bottom: 0;
  right: -48px
}

.aboutus .arrowdivider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 0
}

.aboutus .arrowdivider span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #6e0cbd47;
  border-right: 2px solid #6e0cbd47;
  transform: rotate(45deg)
}

.aboutus .arrowdivider span:nth-child(2) {
  opacity: .55
}

.aboutus .arrowdivider span:nth-child(3) {
  opacity: .3
}

.aboutus .titlesection {
  position: relative;
  text-align: center;
  padding: 96px 48px;
  overflow: visible
}

.aboutus .titlesection .spot {
  position: absolute
}

.aboutus .titleimgwrap {
  position: relative;
  display: inline-block;
  margin-bottom: 48px;
  z-index: 1;
  border-radius: 9px;
  overflow: hidden
}

.aboutus .titleimgwrap img {
  width: 480px;
  max-width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  border-radius: 9px;
  transition: transform .18s ease-out
}

.aboutus .titleimgwrap:hover img {
  transform: scale(1.03)
}

.aboutus .titleimgwrap .imgborder {
  position: absolute;
  inset: 0;
  border-radius: 9px;
  border: 2px solid transparent;
  transition: border-color .15s cubic-bezier(0.4, 0, 0.6, 1);
  pointer-events: none;
  z-index: 2
}

.aboutus .titleimgwrap:hover .imgborder {
  border-color: #6E0CBD
}

.aboutus .titlelabel {
  font-size: 14px;
  letter-spacing: .12em;
  color: #6E0CBD;
  text-transform: uppercase;
  margin-bottom: 16px;
  z-index: 1;
  position: relative
}

.aboutus .titlemain {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1b1b1b;
  font-weight: 700;
  max-width: 640px;
  margin: 0 auto 24px;
  z-index: 1;
  position: relative
}

.aboutus .titlemain .dotaccent {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #6E0CBD;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.aboutus .titledesc {
  font-size: 21px;
  line-height: 1.55;
  color: #2e2e2e;
  max-width: 520px;
  margin: 0 auto;
  z-index: 1;
  position: relative
}

.aboutus .concentric {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  right: 48px;
  bottom: 32px;
  opacity: .07
}

.aboutus .concentric circle {
  fill: none;
  stroke: #6E0CBD;
  stroke-width: 1.2
}

.aboutus .storysection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 96px 48px;
  background: #FEFEE7;
  position: relative;
  animation: flicker 9s ease-out infinite
}

.aboutus .storysection .concentric {
  left: 16px;
  top: 16px;
  right: auto;
  bottom: auto
}

.aboutus .storyimageside {
  position: relative;
  z-index: 1
}

.aboutus .storyimgwrap {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  display: block
}

.aboutus .storyimgwrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 9px;
  transition: transform .18s ease-out
}

.aboutus .storyimgwrap:hover img {
  transform: scale(1.04)
}

.aboutus .storyimgwrap .imgborder {
  position: absolute;
  inset: 0;
  border-radius: 9px;
  border: 2px solid transparent;
  transition: border-color .15s cubic-bezier(0.4, 0, 0.6, 1);
  pointer-events: none;
  z-index: 2
}

.aboutus .storyimgwrap:hover .imgborder {
  border-color: #014F49
}

.aboutus .beforeafter {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 24px;
  align-items: flex-end
}

.aboutus .baitem {
  text-align: center
}

.aboutus .banumber {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.03em
}

.aboutus .banumber.before {
  color: #014f4940
}

.aboutus .banumber.after {
  color: #6E0CBD
}

.aboutus .balabel {
  font-size: 14px;
  letter-spacing: .08em;
  color: #555;
  margin-top: 8px;
  text-transform: uppercase
}

.aboutus .badivider {
  font-size: 28px;
  color: #6e0cbd2e;
  padding-bottom: 16px;
  font-weight: 300
}

.aboutus .storytextside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1
}

.aboutus .storytextside .sectiontag {
  font-size: 14px;
  letter-spacing: .1em;
  color: #014F49;
  text-transform: uppercase;
  margin-bottom: 16px
}

.aboutus .storytextside h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.01em;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 24px
}

.aboutus .storytextside h2 .dotaccent {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #014F49;
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -3px
}

.aboutus .twocol {
  column-count: 2;
  column-gap: 24px
}

.aboutus .twocol .dropcap::first-letter {
  font-size: 38px;
  font-weight: 700;
  color: #6E0CBD;
  float: left;
  line-height: 1;
  margin-right: 6px;
  margin-top: 4px
}

.aboutus .bodypara {
  font-size: 14px;
  line-height: 1.55;
  color: #2e2e2e;
  margin-bottom: 16px
}

.aboutus .iconstrip {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #6e0cbd1a
}

.aboutus .iconitem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1
}

.aboutus .iconitem .iconshape {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center
}

.aboutus .iconitem .iconlabel {
  font-size: 14px;
  color: #2e2e2e;
  text-align: center;
  letter-spacing: .04em
}

.aboutus .bgimgsection {
  position: relative;
  padding: 96px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.aboutus .bgimgsection .bgoverlay {
  position: absolute;
  inset: 0;
  z-index: 0
}

.aboutus .bgimgsection .bgoverlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.aboutus .bgimgsection .bgoverlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(127deg, #014f49e8 0%, #6e0cbdd1 100%)
}

.aboutus .bgimgsection .bgcontent {
  position: relative;
  z-index: 1
}

.aboutus .bgimgsection .bgcontent h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.01em;
  font-weight: 700;
  color: #FEFEE7;
  margin-bottom: 24px
}

.aboutus .bgimgsection .bgcontent h2 .dotaccent {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #FEFEE7;
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -3px;
  opacity: .6
}

.aboutus .bgimgsection .bgcontent .bodypara {
  color: #fefee7e0
}

.aboutus .bgimgsection .bgcontent .teamlist {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.aboutus .bgimgsection .bgcontent .teamlist li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.aboutus .bgimgsection .bgcontent .teamlist li .listicon {
  flex-shrink: 0;
  margin-top: 3px
}

.aboutus .bgimgsection .bgcontent .teamlist li .listtext {
  font-size: 14px;
  line-height: 1.55;
  color: #fefee7e6
}

.aboutus .bgimgsection .concentricdark {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  right: 24px;
  top: 24px;
  opacity: .12
}

.aboutus .bgimgsection .concentricdark circle {
  fill: none;
  stroke: #FEFEE7;
  stroke-width: 1.2
}

.aboutus .bgimgsection .bgstats {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.aboutus .statrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background: #fefee714;
  border-radius: 9px;
  box-shadow: -1px 1px 3px -2px #6e0cbd14 -1px 6px 14px -2px #6e0cbd17;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background .18s ease-out
}

.aboutus .statrow:hover {
  background: #fefee724
}

.aboutus .statrow .statnumber {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #FEFEE7;
  min-width: 96px;
  text-align: center
}

.aboutus .statrow .statdesc {
  font-size: 14px;
  line-height: 1.55;
  color: #fefee7d9
}

.aboutus .statrow .statdesc strong {
  display: block;
  color: #FEFEE7;
  font-size: 21px;
  line-height: 1.55;
  margin-bottom: 8px
}

.aboutus .ctabtn {
  display: inline-block;
  margin-top: 24px;
  padding: 16px 48px;
  background: #6E0CBD;
  color: #FEFEE7;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  box-shadow: -1px 6px 14px -2px #6e0cbd17;
  transition: color .15s ease-out
}

.aboutus .ctabtn::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #014F49;
  transition: bottom .18s cubic-bezier(0.4, 0, 0.6, 1);
  z-index: 0
}

.aboutus .ctabtn:hover::after {
  bottom: 0
}

.aboutus .ctabtn span {
  position: relative;
  z-index: 1
}

@media (max-width: 1024px) {
  .aboutus .titlemain {
    font-size: 38px
  }

  .aboutus .titledesc {
    font-size: 21px
  }

  .aboutus .storysection {
    grid-template-columns: 1fr;
    padding: 48px 24px
  }

  .aboutus .storyimgwrap img {
    height: 320px
  }

  .aboutus .bgimgsection {
    grid-template-columns: 1fr;
    padding: 48px 24px
  }

  .aboutus .twocol {
    column-count: 1
  }

  .aboutus .titlesection {
    padding: 48px 24px
  }

  .aboutus .titleimgwrap img {
    height: 240px
  }
}

@media (max-width: 640px) {
  .aboutus .titlemain {
    font-size: 28px
  }

  .aboutus .storytextside h2 {
    font-size: 28px
  }

  .aboutus .bgimgsection .bgcontent h2 {
    font-size: 28px
  }

  .aboutus .iconstrip {
    flex-direction: column;
    gap: 16px
  }

  .aboutus .beforeafter {
    flex-direction: column;
    align-items: flex-start
  }

  .aboutus .bgimgsection .bgcontent .teamlist {
    grid-template-columns: 1fr
  }

  .aboutus .statrow .statnumber {
    font-size: 38px;
    min-width: 64px
  }

  .aboutus .banumber {
    font-size: 38px
  }

  .aboutus .titlesection {
    padding: 48px 16px
  }

  .aboutus .storysection {
    padding: 48px 16px
  }

  .aboutus .bgimgsection {
    padding: 48px 16px
  }
}

.learningtips {
  background: #fff;
  overflow-x: clip
}

.learningtips .tipshero {
  background: linear-gradient(127deg, #6E0CBD 0%, #014F49 60%, transparent 100%);
  padding: 96px 48px 0;
  position: relative
}

.learningtips .tipshero .heroinner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.learningtips .tipshero .herotext {
  max-width: 680px;
  position: relative;
  z-index: 2
}

.learningtips .tipshero .herolabel {
  font-size: 14px;
  letter-spacing: .12em;
  color: #FEFEE7;
  opacity: .75;
  line-height: 1.55;
  text-transform: uppercase;
  margin: 0 0 16px
}

.learningtips .tipshero .heroheading {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #FEFEE7;
  margin: 0 0 24px;
  font-weight: 700
}

.learningtips .tipshero .heroheading span {
  color: #fefee78c
}

.learningtips .tipshero .herodesc {
  font-size: 21px;
  line-height: 1.55;
  color: #fefee7e0;
  margin: 0 0 48px
}

.learningtips .tipshero .herolinks {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px
}

.learningtips .tipshero .herolink {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .06em;
  padding: 16px 24px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: color .18s ease-out
}

.learningtips .tipshero .herolink.primary {
  background: #FEFEE7;
  color: #6E0CBD
}

.learningtips .tipshero .herolink.primary::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #6E0CBD;
  transition: height .16s cubic-bezier(0.4, 0, 0.6, 1);
  z-index: 0
}

.learningtips .tipshero .herolink.primary:hover::after {
  height: 100%
}

.learningtips .tipshero .herolink.primary:hover {
  color: #FEFEE7
}

.learningtips .tipshero .herolink.primary span {
  position: relative;
  z-index: 1
}

.learningtips .tipshero .herolink.secondary {
  background: transparent;
  color: #FEFEE7;
  border: 1px solid #fefee766
}

.learningtips .tipshero .herolink.secondary:hover {
  color: #FEFEE7;
  border-color: #FEFEE7
}

.learningtips .tipshero .heroimage {
  position: relative;
  margin-top: 0;
  border-radius: 9px 9px 0 0;
  overflow: hidden;
  max-width: 860px;
  align-self: flex-end;
  box-shadow: -1px 9px 48px -2px #6e0cbd1c
}

.learningtips .tipshero .heroimage img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  filter: saturate(0.85)
}

.learningtips .tipshero .heroimage::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 3px, #6e0cbd0f 3px, #6e0cbd0f 4px);
  z-index: 1;
  pointer-events: none
}

.learningtips .wavebreak {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: linear-gradient(127deg, #6E0CBD 0%, #014F49 60%, transparent 100%)
}

.learningtips .wavebreak svg {
  display: block;
  width: 100%;
  height: 64px
}

.learningtips .tipsbody {
  padding: 96px 48px;
  background: #fff;
  position: relative
}

.learningtips .tipsbody .bodyinner {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  align-items: start
}

.learningtips .tipsbody .bodyleft {
  grid-column: 1 / 2
}

.learningtips .tipsbody .bodycenter {
  grid-column: 2 / 3;
  background: linear-gradient(127deg, #6e0cbd0f 0%, #014f490a 100%);
  border-radius: 9px;
  padding: 48px 24px;
  box-shadow: -1px 6px 14px -2px #6e0cbd17;
  position: relative
}

.learningtips .tipsbody .bodyright {
  grid-column: 3 / 4
}

.learningtips .tipsbody .areaheading {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #1a1215;
  font-weight: 700;
  margin: 0 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.learningtips .tipsbody .areaheading::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6E0CBD;
  flex-shrink: 0
}

.learningtips .tipsbody .tiplist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.learningtips .tipsbody .tipitem {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  align-items: start;
  padding: 16px;
  border-radius: 2px;
  cursor: pointer;
  transition: background .18s ease-out, border-color .15s ease-out;
  border: 1px solid transparent
}

.learningtips .tipsbody .tipitem:hover,
.learningtips .tipsbody .tipitem.active {
  background: #6e0cbd0a;
  border-color: #6E0CBD
}

.learningtips .tipsbody .tipitem.active {
  border-left: 3px solid #6E0CBD
}

.learningtips .tipsbody .tipicon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0
}

.learningtips .tipsbody .tipicon svg {
  width: 20px;
  height: 20px
}

.learningtips .tipsbody .tiplabel {
  font-size: 14px;
  line-height: 1.55;
  color: #2a1f35;
  font-weight: 600;
  letter-spacing: .01em
}

.learningtips .tipsbody .tipdesc {
  font-size: 14px;
  line-height: 1.55;
  color: #4d3d5e;
  margin: 0;
  grid-column: 2
}

.learningtips .tipsbody .quotemark {
  font-size: 70px;
  line-height: 1.1;
  color: #6E0CBD;
  opacity: .18;
  font-weight: 900;
  display: block;
  margin-bottom: -24px;
  margin-left: -8px
}

.learningtips .tipsbody .centerquote {
  font-size: 21px;
  line-height: 1.55;
  color: #014F49;
  font-weight: 600;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.learningtips .tipsbody .centerdropcap {
  font-size: 14px;
  line-height: 1.55;
  color: #3a2f47;
  margin: 0 0 16px
}

.learningtips .tipsbody .centerdropcap::first-letter {
  font-size: 28px;
  font-weight: 800;
  color: #6E0CBD;
  float: left;
  line-height: 1.1;
  margin-right: 8px;
  margin-top: 4px
}

.learningtips .tipsbody .statrow {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px
}

.learningtips .tipsbody .statunit {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 2px;
  padding: 16px;
  box-shadow: -1px 1px 3px -2px #6e0cbd14
}

.learningtips .tipsbody .staticonwrap {
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #6e0cbd14;
  border-radius: 9px;
  flex-shrink: 0
}

.learningtips .tipsbody .staticonwrap svg {
  width: 18px;
  height: 18px
}

.learningtips .tipsbody .statnum {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  color: #6E0CBD;
  letter-spacing: -.02em
}

.learningtips .tipsbody .statdesc {
  font-size: 14px;
  line-height: 1.55;
  color: #4d3d5e;
  margin: 0
}

.learningtips .tipsbody .rightheadingsub {
  font-size: 14px;
  line-height: 1.55;
  color: #4d3d5e;
  margin: 0 0 24px
}

.learningtips .tipsbody .imagewrap {
  border-radius: 9px;
  overflow: hidden;
  box-shadow: -1px 6px 14px -2px #014f4917;
  margin-bottom: 24px;
  position: relative
}

.learningtips .tipsbody .imagewrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .2s ease-out
}

.learningtips .tipsbody .imagewrap:hover img {
  transform: scale(1.04)
}

.learningtips .tipsbody .imagewrap .diagonalstripe {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  overflow: hidden;
  pointer-events: none
}

.learningtips .tipsbody .imagewrap .diagonalstripe::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  background: #6E0CBD;
  opacity: .7;
  transform: rotate(45deg)
}

.learningtips .tipsbody .guidelist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.learningtips .tipsbody .guideitem {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  align-items: start
}

.learningtips .tipsbody .guidedot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #014F49;
  margin-top: 6px;
  flex-shrink: 0
}

.learningtips .tipsbody .guidetext {
  font-size: 14px;
  line-height: 1.55;
  color: #2a1f35
}

.learningtips .monodivider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  background: #FEFEE7
}

.learningtips .monodivider .monoletter {
  font-size: 38px;
  font-weight: 900;
  color: #014F49;
  opacity: .22;
  letter-spacing: -.04em;
  line-height: 1.1;
  user-select: none
}

.learningtips .tipscloser {
  padding: 96px 48px;
  background: #FEFEE7;
  position: relative;
  overflow: hidden
}

.learningtips .tipscloser::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(127deg, #6e0cbd12 0%, #014f490f 100%);
  animation: softpulse 6s ease-in-out infinite;
  pointer-events: none;
  z-index: 0
}

@keyframes softpulse {

  0%,
  100% {
    opacity: .6
  }

  50% {
    opacity: 1
  }
}

.learningtips .tipscloser .closerinner {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.learningtips .tipscloser .closergrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: center
}

.learningtips .tipscloser .closerleft {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.learningtips .tipscloser .closertag {
  font-size: 14px;
  letter-spacing: .1em;
  color: #014F49;
  font-weight: 700;
  text-transform: uppercase
}

.learningtips .tipscloser .closerheading {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1a1215;
  font-weight: 700;
  margin: 0
}

.learningtips .tipscloser .closerheading em {
  font-style: normal;
  color: #6E0CBD
}

.learningtips .tipscloser .closerbody {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.learningtips .tipscloser .closercol {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.learningtips .tipscloser .colpara {
  font-size: 14px;
  line-height: 1.55;
  color: #2a1f35;
  margin: 0
}

.learningtips .tipscloser .colpara::first-letter {
  font-size: 21px;
  font-weight: 800;
  color: #014F49;
  float: left;
  line-height: 1.1;
  margin-right: 6px;
  margin-top: 3px
}

.learningtips .tipscloser .readlink {
  font-size: 14px;
  color: #6E0CBD;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  transition: color .15s ease-out
}

.learningtips .tipscloser .readlink::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6E0CBD;
  transition: background .15s ease-out
}

.learningtips .tipscloser .readlink:hover {
  color: #014F49
}

.learningtips .tipscloser .readlink:hover::after {
  background: #014F49
}

.learningtips .tipscloser .closerright {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.learningtips .tipscloser .rightheading {
  font-size: 21px;
  line-height: 1.55;
  letter-spacing: -.01em;
  color: #1a1215;
  font-weight: 700;
  margin: 0 0 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.learningtips .tipscloser .rightheading::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #014F49;
  flex-shrink: 0
}

.learningtips .tipscloser .stepcard {
  background: #fff;
  border-radius: 9px;
  padding: 24px;
  box-shadow: -1px 6px 14px -2px #014f4917;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
  transition: box-shadow .2s ease-out
}

.learningtips .tipscloser .stepcard:hover {
  box-shadow: -1px 9px 48px -2px #6e0cbd1c
}

.learningtips .tipscloser .stepnum {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
  color: #6e0cbd2e;
  letter-spacing: -.03em
}

.learningtips .tipscloser .stepcardlabel {
  font-size: 14px;
  font-weight: 700;
  color: #1a1215;
  line-height: 1.55;
  margin: 0 0 4px
}

.learningtips .tipscloser .stepcarddesc {
  font-size: 14px;
  line-height: 1.55;
  color: #4d3d5e;
  margin: 0
}

@media (max-width: 1024px) {
  .learningtips .tipshero {
    padding: 48px 24px 0
  }

  .learningtips .tipshero .heroheading {
    font-size: 38px
  }

  .learningtips .tipshero .herodesc {
    font-size: 21px
  }

  .learningtips .tipshero .heroimage {
    max-width: 100%
  }

  .learningtips .tipsbody {
    padding: 48px 24px
  }

  .learningtips .tipsbody .bodyinner {
    grid-template-columns: 1fr 1fr;
    gap: 24px
  }

  .learningtips .tipsbody .bodyleft {
    grid-column: 1 / 2
  }

  .learningtips .tipsbody .bodycenter {
    grid-column: 2 / 3
  }

  .learningtips .tipsbody .bodyright {
    grid-column: 1 / 3
  }

  .learningtips .tipscloser {
    padding: 48px 24px
  }

  .learningtips .tipscloser .closergrid {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .learningtips .tipscloser .closerbody {
    grid-template-columns: 1fr
  }
}

@media (max-width: 640px) {
  .learningtips .tipshero {
    padding: 48px 16px 0
  }

  .learningtips .tipshero .heroheading {
    font-size: 28px
  }

  .learningtips .tipshero .herodesc {
    font-size: 14px
  }

  .learningtips .tipshero .herolinks {
    flex-direction: column
  }

  .learningtips .tipshero .heroimage img {
    height: 220px
  }

  .learningtips .tipsbody {
    padding: 48px 16px
  }

  .learningtips .tipsbody .bodyinner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .learningtips .tipsbody .bodyleft,
  .learningtips .tipsbody .bodycenter,
  .learningtips .tipsbody .bodyright {
    grid-column: 1
  }

  .learningtips .tipscloser {
    padding: 48px 16px
  }

  .learningtips .tipscloser .closerheading {
    font-size: 28px
  }

  .learningtips .tipscloser .closergrid {
    gap: 24px
  }

  .learningtips .tipscloser .stepcard {
    grid-template-columns: 32px 1fr;
    gap: 8px
  }
}

.first {
  max-width: 100%;
  overflow-x: hidden
}

.first .pagebody {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 48px
}

@media (max-width: 640px) {
  .first .pagebody {
    padding: 0 16px
  }
}

@media (max-width: 1024px) {
  .first .pagebody {
    padding: 0 24px
  }
}

@keyframes flipReveal {
  from {
    transform: rotateX(18deg) scaleY(0.92);
    opacity: 0
  }

  to {
    transform: rotateX(0deg) scaleY(1);
    opacity: 1
  }
}

.first .opener {
  background: #FEFEE7;
  padding-top: 48px;
  padding-bottom: 96px;
  position: relative
}

.first .opener .pagebody {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: start;
  gap: 48px
}

.first .openertext {
  animation: flipReveal .22s cubic-bezier(0.4, 0, 0.6, 1) both;
  padding-top: 24px
}

.first .openeraccent {
  display: block;
  width: 48px;
  height: 3px;
  background: #6E0CBD;
  margin-bottom: 24px;
  border-radius: 2px
}

.first .openertag {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .12em;
  color: #014F49;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.first .openertitle {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1a1212;
  margin: 0 0 24px;
  font-weight: 800
}

.first .openertitle .accentword {
  color: #6E0CBD
}

.first .openerdesc {
  font-size: 21px;
  line-height: 1.55;
  color: #2c2c2c;
  margin: 0 0 48px;
  max-width: 420px
}

.first .openerlink {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .06em;
  color: #FEFEE7;
  background: #6E0CBD;
  padding: 8px 24px;
  border-radius: 9px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: -1px 6px 14px -2px #6e0cbd17
}

.first .openerlink::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #014F49;
  transition: bottom .18s ease-out;
  z-index: 0
}

.first .openerlink span {
  position: relative;
  z-index: 1
}

@media (min-width: 641px) {
  .first .openerlink:hover::after {
    bottom: 0
  }
}

.first .openerimgcol {
  position: relative;
  animation: flipReveal .22s .08s cubic-bezier(0.4, 0, 0.6, 1) both
}

.first .openerimgwrap {
  overflow: hidden;
  border-radius: 9px
}

.first .openerimgwrap img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  opacity: .82;
  display: block;
  transition: transform .2s ease-out
}

@media (min-width: 641px) {
  .first .openerimgwrap:hover img {
    transform: scale(1.04)
  }
}

.first .openerdecoA {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 80px;
  height: 80px;
  border: 3px solid #6e0cbd2e;
  border-radius: 2px;
  pointer-events: none
}

.first .openerdecoB {
  position: absolute;
  bottom: 48px;
  left: -16px;
  width: 32px;
  height: 120px;
  background: linear-gradient(127deg, #014F49, transparent);
  border-radius: 2px;
  pointer-events: none;
  opacity: .35
}

.first .openeredgeborder {
  position: absolute;
  right: 0;
  top: 10%;
  bottom: 10%;
  width: 3px;
  background: linear-gradient(180deg, transparent, #6E0CBD 40%, transparent);
  border-radius: 2px
}

@media (max-width: 1024px) {
  .first .openertitle {
    font-size: 38px
  }

  .first .openerimgwrap img {
    height: 400px
  }
}

@media (max-width: 640px) {
  .first .opener .pagebody {
    grid-template-columns: 1fr
  }

  .first .openertitle {
    font-size: 38px
  }

  .first .openerimgwrap img {
    height: 280px
  }

  .first .openerdecoA {
    display: none
  }
}

.first .geodivider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 0;
  background: #fff;
  overflow: hidden
}

.first .geodivider span {
  display: block;
  width: 6px;
  height: 6px;
  background: #6E0CBD;
  border-radius: 2px;
  opacity: .3
}

.first .geodivider span:nth-child(3n+1) {
  opacity: .7;
  background: #014F49
}

.first .geodivider span:nth-child(5n+2) {
  width: 3px;
  height: 12px;
  opacity: .2
}

.first .longvalue {
  background: #fff;
  padding: 96px 0;
  position: relative
}

.first .longvalue .pagebody {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 96px;
  align-items: center
}

.first .longvaluetext {
  position: relative
}

.first .sectionbar {
  display: block;
  width: 32px;
  height: 4px;
  background: #6E0CBD;
  margin-bottom: 16px;
  border-radius: 2px
}

.first .longvaluetitle {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.015em;
  font-weight: 700;
  color: #111;
  margin: 0 0 24px
}

.first .longvaluetitle::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #6E0CBD;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle
}

.first .twocoltext {
  column-count: 2;
  column-gap: 24px
}

.first .twocoltext .para {
  font-size: 21px;
  line-height: 1.55;
  color: #2c2c2c;
  margin: 0 0 16px;
  break-inside: avoid
}

.first .twocoltext .para:first-child::first-letter {
  font-size: 38px;
  line-height: 1.1;
  color: #6E0CBD;
  font-weight: 800;
  float: left;
  margin-right: 6px;
  margin-top: 4px
}

.first .valuelist {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.first .valuelist li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 2;
  color: #2c2c2c
}

.first .valuelist li .listicon {
  flex-shrink: 0;
  margin-top: 6px;
  width: 14px;
  height: 14px
}

.first .longvalueimg {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: -1px 9px 48px -2px #6e0cbd1c;
  position: relative
}

.first .longvalueimg img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform .2s ease-out
}

@media (min-width: 641px) {
  .first .longvalueimg:hover img {
    transform: scale(1.04)
  }
}

@media (max-width: 1024px) {
  .first .longvalue .pagebody {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .first .twocoltext {
    column-count: 1
  }
}

@media (max-width: 640px) {
  .first .valuelist {
    grid-template-columns: 1fr
  }

  .first .longvalueimg img {
    height: 260px
  }
}

.first .diamonddivider {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0
}

.first .diamonddivider .dline {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #014f4940)
}

.first .diamonddivider .dline.right {
  background: linear-gradient(90deg, #014f4940, transparent)
}

.first .diamonddivider .ddiamond {
  width: 10px;
  height: 10px;
  background: #014F49;
  transform: rotate(45deg);
  border-radius: 2px;
  margin: 0 8px;
  opacity: .4
}

.first .scalesec {
  background: #014F49;
  padding: 96px 0;
  position: relative;
  overflow: hidden
}

.first .scalesec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(127deg, #6e0cbd2e, transparent 60%);
  pointer-events: none
}

.first .scalesec .pagebody {
  position: relative;
  z-index: 1
}

.first .scaletitle {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.015em;
  font-weight: 700;
  color: #FEFEE7;
  margin: 0 0 48px;
  text-align: center
}

.first .scaletitle::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #6E0CBD;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle
}

.first .scalerow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.first .scaleitem {
  background: #fefee70f;
  border: 1px solid #fefee71f;
  border-radius: 9px;
  padding: 48px 24px;
  text-align: center;
  box-shadow: inset 0 1px 0 #fefee714;
  transition: background .18s ease-out
}

@media (min-width: 641px) {
  .first .scaleitem:hover {
    background: #fefee71a
  }
}

.first .scalenum {
  display: block;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 800;
  color: #FEFEE7;
  letter-spacing: -.03em
}

.first .scaleunit {
  font-size: 21px;
  color: #fefee78c;
  font-weight: 400
}

.first .scalelabel {
  display: block;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .06em;
  color: #fefee7b3;
  margin-top: 8px;
  text-transform: uppercase
}

.first .scaletable {
  margin-top: 48px;
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid #fefee71f
}

.first .scaletable table {
  width: 100%;
  border-collapse: collapse
}

.first .scaletable th {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fefee799;
  background: #0000002e;
  padding: 16px 24px;
  text-align: left;
  font-weight: 600
}

.first .scaletable td {
  font-size: 14px;
  line-height: 1.55;
  padding: 16px 24px;
  color: #FEFEE7;
  border-top: 1px solid #fefee714
}

.first .scaletable tr.cellhigh td {
  background: #6e0cbd38
}

.first .scaletable tr.cellmid td {
  background: #014f4959
}

.first .scaletable tr.cellbase td {
  background: #fefee708
}

@media (max-width: 1024px) {
  .first .scalerow {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .first .scalerow {
    grid-template-columns: 1fr 1fr;
    gap: 16px
  }

  .first .scalenum {
    font-size: 38px
  }

  .first .scaletable {
    overflow-x: auto
  }
}

.first .tickdivider {
  height: 24px;
  background: #FEFEE7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  overflow: hidden
}

.first .tickdivider .tick {
  width: 1px;
  height: 12px;
  background: #014f494d
}

.first .tickdivider .tick.tall {
  height: 24px;
  background: #6e0cbd66
}

.first .outcomes {
  background: #FEFEE7;
  padding: 96px 0
}

.first .outcomes .pagebody {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 48px;
  align-items: start
}

.first .outcomesimgcol {
  position: relative
}

.first .outcomesimgwrap {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: -1px 9px 48px -2px #014f491c
}

.first .outcomesimgwrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: transform .2s ease-out
}

@media (min-width: 641px) {
  .first .outcomesimgwrap:hover img {
    transform: scale(1.03)
  }
}

.first .outcomestextcol {
  padding-top: 48px
}

.first .outcomestitle {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.015em;
  color: #111;
  margin: 0 0 24px
}

.first .outcomestitle::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #014F49;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle
}

.first .outcomespara {
  font-size: 21px;
  line-height: 1.55;
  color: #2c2c2c;
  margin: 0 0 24px
}

.first .outcomespara::first-letter {
  font-size: 38px;
  line-height: 1.1;
  color: #014F49;
  font-weight: 800;
  float: left;
  margin-right: 6px;
  margin-top: 4px
}

.first .outcomecards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px
}

.first .outcomecard {
  background: #fff;
  border-radius: 9px;
  padding: 24px;
  box-shadow: -1px 1px 3px -2px #6e0cbd14;
  position: relative
}

.first .outcomecard:nth-child(even) {
  margin-top: 48px
}

.first .outcomecardtop {
  width: 24px;
  height: 3px;
  background: #6E0CBD;
  border-radius: 2px;
  margin-bottom: 16px
}

.first .outcomecardtitle {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
  color: #111;
  margin: 0 0 8px
}

.first .outcomecarddesc {
  font-size: 14px;
  line-height: 2;
  color: #555;
  margin: 0
}

@media (max-width: 1024px) {
  .first .outcomes .pagebody {
    grid-template-columns: 1fr
  }

  .first .outcomestextcol {
    padding-top: 0
  }

  .first .outcomesimgwrap img {
    height: 320px
  }

  .first .outcomecard:nth-child(even) {
    margin-top: 0
  }
}

@media (max-width: 640px) {
  .first .outcomecards {
    grid-template-columns: 1fr
  }
}

.first .dasheddivider {
  height: 1px;
  background: repeating-linear-gradient(90deg, #6E0CBD 0, #6E0CBD 8px, transparent 8px, transparent 20px);
  opacity: .18;
  margin: 0
}

.first .gapsec {
  background: #fff;
  padding: 96px 0;
  position: relative
}

.first .gapsec .pagebody {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: center
}

.first .gaptitle {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.015em;
  color: #111;
  margin: 0 0 24px
}

.first .gaptitle::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #6E0CBD;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle
}

.first .gappara {
  font-size: 21px;
  line-height: 1.55;
  color: #2c2c2c;
  margin: 0 0 16px
}

.first .gappara::first-letter {
  font-size: 38px;
  line-height: 1.1;
  color: #6E0CBD;
  font-weight: 800;
  float: left;
  margin-right: 6px;
  margin-top: 4px
}

.first .gapvisual {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.first .gaprow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #FEFEE7;
  border-radius: 9px;
  padding: 16px 24px;
  box-shadow: -1px 1px 3px -2px #6e0cbd14
}

.first .gaprow.current .gaplabel {
  color: #888;
  font-size: 14px;
  line-height: 2
}

.first .gaprow.after .gaplabel {
  color: #014F49;
  font-size: 14px;
  line-height: 2;
  font-weight: 600
}

.first .gapdot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc
}

.first .gaprow.after .gapdot {
  background: #014F49
}

.first .gaprowlabel {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #aaa;
  min-width: 56px
}

.first .gaprow.after .gaprowlabel {
  color: #014F49
}

.first .gaparrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0
}

.first .gaparrow svg {
  display: block
}

@media (max-width: 1024px) {
  .first .gapsec .pagebody {
    grid-template-columns: 1fr;
    gap: 48px
  }
}

.first .solidthin {
  height: 1px;
  background: #014f491f
}

.first .communitysec {
  padding: 96px 0;
  position: relative;
  overflow: hidden
}

.first .communitysec::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url(./web_images/DSC4125.jpg);
  background-size: cover;
  background-position: center;
  opacity: .12;
  pointer-events: none
}

.first .communitysec::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(127deg, #6e0cbd8c, #014f49b3);
  pointer-events: none
}

.first .communitysec .pagebody {
  position: relative;
  z-index: 1
}

.first .commtop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: start;
  margin-bottom: 48px
}

.first .commtitle {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.015em;
  color: #FEFEE7;
  margin: 0 0 16px
}

.first .commtitle::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #FEFEE7;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
  opacity: .5
}

.first .commpara {
  font-size: 21px;
  line-height: 1.55;
  color: #fefee7e0;
  margin: 0
}

.first .commrighttext {
  padding-top: 16px
}

.first .commrightpara {
  font-size: 21px;
  line-height: 1.55;
  color: #fefee7e0;
  margin: 0 0 16px
}

.first .commrightpara::first-letter {
  font-size: 38px;
  line-height: 1.1;
  color: #FEFEE7;
  font-weight: 800;
  float: left;
  margin-right: 6px;
  margin-top: 4px
}

.first .commpeoplerow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.first .commperson {
  background: #fefee714;
  border: 1px solid #fefee726;
  border-radius: 9px;
  padding: 24px;
  box-shadow: inset 0 1px 0 #fefee71a -1px 6px 14px -2px #014f4917;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: background .15s ease-out
}

@media (min-width: 641px) {
  .first .commperson:hover {
    background: #fefee724
  }
}

.first .commpersonname {
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
  color: #FEFEE7;
  margin: 0 0 8px
}

.first .commpersonrole {
  font-size: 14px;
  line-height: 1.55;
  color: #fefee7a6;
  margin: 0 0 16px;
  letter-spacing: .04em
}

.first .commpersonquote {
  font-size: 14px;
  line-height: 2;
  color: #fefee7d1;
  margin: 0;
  border-top: 1px solid #fefee71f;
  padding-top: 16px
}

@media (max-width: 1024px) {
  .first .commtop {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .first .commpeoplerow {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 640px) {
  .first .commpeoplerow {
    grid-template-columns: 1fr
  }
}

.successPage {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 24px;
  background: #fff
}

.successPage .successWrap {
  max-width: 560px;
  width: 100%;
  text-align: center
}

.successPage .successIcon {
  width: 64px;
  height: 64px;
  margin: 0 auto 48px;
  display: block
}

.successPage .successIcon circle {
  fill: none;
  stroke: #014F49;
  stroke-width: 2
}

.successPage .successIcon polyline {
  fill: none;
  stroke: #6E0CBD;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.successPage .successHeading {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #111;
  margin: 0 0 16px;
  font-weight: 700
}

.successPage .successHeading .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6E0CBD;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.successPage .successText {
  font-size: 21px;
  line-height: 1.55;
  color: #2a2a2a;
  margin: 0 0 48px
}

.successPage .successBack {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .04em;
  color: #fff;
  background: #6E0CBD;
  padding: 8px 48px;
  border-radius: 9px;
  text-decoration: none;
  box-shadow: -1px 6px 14px -2px #6e0cbd17;
  position: relative;
  overflow: hidden;
  transition: color .18s ease-out
}

@media (min-width: 640px) {
  .successPage .successBack::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #014F49;
    transition: height .16s cubic-bezier(0.4, 0, 0.6, 1);
    z-index: 0
  }

  .successPage .successBack:hover::after {
    height: 100%
  }

  .successPage .successBack:hover {
    color: #fff
  }
}

.successPage .successBack span {
  position: relative;
  z-index: 1
}

.successPage .successBack:focus {
  outline: 2px solid #6E0CBD;
  outline-offset: 3px
}

.successPage .successDivider {
  width: 48px;
  height: 2px;
  background: linear-gradient(127deg, #014F49, transparent);
  border-radius: 2px;
  margin: 48px auto
}

.successPage .successNote {
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: .02em;
  color: #555
}

.successPage .successNote a {
  color: #6E0CBD;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .12s ease-out
}

.successPage .successNote a::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #6E0CBD;
  margin-left: 3px;
  vertical-align: middle;
  position: relative;
  top: -2px
}

@media (min-width: 640px) {
  .successPage .successNote a:hover {
    color: #014F49
  }
}

@media (max-width: 640px) {
  .successPage {
    padding: 48px 16px
  }

  .successPage .successHeading {
    font-size: 28px
  }

  .successPage .successText {
    font-size: 14px
  }
}