@import "https://cdn.jsdelivr.net/npm/@fontsource/inconsolata@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/inconsolata@latest/700.css";

* {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: 'Inconsolata', monospace;
  font-size: 17px;
  line-height: 1.6;
  color: #1d1d1d;
  background: #fff
}

img {
  max-width: 100%;
  height: auto
}

.hdr-shell {
  position: relative;
  background: linear-gradient(135deg, #EDEBE0 0%, #fff 100%);
  padding: 24px 48px;
  box-shadow: 0 5px 28px -1px #ef00bc1c
}

.hdr-shell::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, #2e8a6314 100%);
  pointer-events: none
}

.hdr-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap
}

.brand-hold {
  display: flex;
  align-items: center;
  gap: 24px
}

.logo-card {
  background: #fff;
  padding: 12px;
  border-radius: 14px;
  box-shadow: 0 1px 3px -1px #2e8a630f 0 5px 28px -1px #2e8a631c;
  border: 1px solid #2e8a631f;
  display: flex;
  align-items: center;
  justify-content: center
}

.logo-card img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  display: block
}

.brand-txt {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0
}

.nav-primary {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap
}

.nav-primary a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  color: #1d1d1d;
  text-decoration: none;
  background: #fff9;
  border-radius: 22px;
  border: 1px solid #2e8a632e;
  transition: background .52s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .52s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .48s ease-in-out, box-shadow .52s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.nav-primary a i {
  font-size: 15px;
  color: #2E8A63;
  transition: color .52s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.nav-primary a:hover {
  background: #fff;
  border-color: #2E8A63;
  box-shadow: 0 5px 28px -1px #2e8a631c
}

.nav-primary a:hover i {
  color: #EF00BC
}

.nav-primary a:focus {
  outline: 2px solid #EF00BC;
  outline-offset: 3px;
  transform: scale(1.02)
}

@media (max-width: 768px) {
  .hdr-shell {
    padding: 24px
  }

  .hdr-inner {
    gap: 24px
  }

  .brand-txt {
    font-size: 20px
  }

  .logo-card img {
    width: 48px;
    height: 48px
  }

  .nav-primary {
    width: 100%;
    justify-content: center
  }

  .nav-primary a {
    padding: 12px;
    font-size: 15px;
    flex: 1 1 auto;
    justify-content: center
  }
}

@media (max-width: 375px) {
  .hdr-shell {
    padding: 12px
  }

  .brand-hold {
    gap: 12px
  }

  .logo-card {
    padding: 6px
  }

  .logo-card img {
    width: 38px;
    height: 38px
  }

  .brand-txt {
    font-size: 17px
  }

  .nav-primary a {
    padding: 12px;
    font-size: 15px
  }
}

.ftr-shell {
  background: linear-gradient(180deg, #EDEBE0 0%, #f8f6f0 100%);
  padding: 48px 48px 24px;
  margin-top: 48px
}

.ftr-inner {
  max-width: 1440px;
  margin: 0 auto
}

.ftr-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 48px;
  margin-bottom: 48px
}

.ftr-col h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0 0 24px
}

.ftr-col p {
  font-size: 17px;
  line-height: 1.6;
  color: #3a3a3a;
  margin: 0 0 12px
}

.ftr-col a {
  color: #2E8A63;
  text-decoration: none;
  transition: color .48s ease-in-out
}

.ftr-col a:hover {
  color: #EF00BC
}

.ftr-col a:focus {
  outline: 2px solid #EF00BC;
  outline-offset: 2px;
  transform: scale(1.02)
}

.contact-grid {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  line-height: 1.4;
  color: #3a3a3a
}

.contact-item i {
  font-size: 17px;
  color: #2E8A63;
  min-width: 20px
}

.contact-item a {
  color: #2E8A63;
  text-decoration: none;
  transition: color .48s ease-in-out
}

.contact-item a:hover {
  color: #EF00BC
}

.nav-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px
}

.nav-legal a {
  font-size: 17px;
  line-height: 1.4;
  color: #3a3a3a;
  text-decoration: none;
  transition: color .48s ease-in-out
}

.nav-legal a:hover {
  color: #EF00BC
}

.nav-legal a:focus {
  outline: 2px solid #EF00BC;
  outline-offset: 2px;
  transform: scale(1.02)
}

.ftr-btm {
  border-top: 1px solid #2e8a632e;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.copyright-txt {
  font-size: 15px;
  line-height: 1.4;
  color: #5a5a5a;
  margin: 0
}

.logo-ftr-hold {
  background: #fff;
  padding: 12px;
  border-radius: 14px;
  box-shadow: 0 1px 3px -1px #2e8a630f;
  border: 1px solid #2e8a631f;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.logo-ftr-hold img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block
}

@media (max-width: 768px) {
  .ftr-shell {
    padding: 48px 24px 24px
  }

  .ftr-top {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .ftr-btm {
    flex-direction: column;
    align-items: flex-start
  }

  .nav-legal {
    flex-direction: column;
    gap: 12px
  }
}

@media (max-width: 375px) {
  .ftr-shell {
    padding: 24px 12px 12px
  }

  .ftr-top {
    gap: 24px
  }

  .contact-grid {
    gap: 6px
  }
}

.consent-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #2e8a63f5 0%, #2e8a63fa 100%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 24px 48px;
  box-shadow: 0 8px 52px -1px #2e8a631f;
  z-index: 1500;
  display: none;
  transform: translateY(-100%);
  transition: transform .32s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.consent-bar.visible {
  transform: translateY(0)
}

.consent-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.consent-msg {
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  flex: 1 1 300px
}

.consent-acts {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap
}

.btn-consent {
  padding: 12px 24px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  font-family: 'Inconsolata', monospace;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 22px;
  cursor: pointer;
  transition: background .52s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .52s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .52s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .48s ease-in-out
}

.btn-consent:hover {
  background: #fff;
  color: #2E8A63;
  border-color: #fff
}

.btn-consent:focus {
  outline: 2px solid #EF00BC;
  outline-offset: 3px;
  transform: scale(1.02)
}

.link-consent {
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  text-decoration: underline;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 12px;
  font-family: 'Inconsolata', monospace;
  transition: color .52s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .48s ease-in-out
}

.link-consent:hover {
  color: #EDEBE0
}

.link-consent:focus {
  outline: 2px solid #EF00BC;
  outline-offset: 3px;
  transform: scale(1.02)
}

@media (max-width: 768px) {
  .consent-bar {
    padding: 24px
  }

  .consent-inner {
    flex-direction: column;
    align-items: flex-start
  }

  .consent-acts {
    width: 100%;
    justify-content: flex-start
  }
}

@media (max-width: 375px) {
  .consent-bar {
    padding: 12px
  }

  .consent-msg {
    font-size: 15px
  }

  .btn-consent,
  .link-consent {
    font-size: 15px;
    padding: 12px
  }

  .consent-acts {
    flex-direction: column;
    width: 100%
  }

  .btn-consent {
    width: 100%
  }
}

.doc-area {
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 24px;
  background: #fff
}

@media (min-width: 768px) {
  .doc-area {
    padding: 48px
  }
}

@media (min-width: 1366px) {
  .doc-area {
    padding: 48px 96px
  }
}

.doc-area h1 {
  font-size: 50px;
  line-height: 1.1;
  color: #1a1a2e;
  margin: 0 0 48px
}

.doc-area h2 {
  font-size: 20px;
  line-height: 1.4;
  color: #2a2a3e;
  margin: 48px 0 24px
}

.doc-area h3 {
  font-size: 17px;
  line-height: 1.4;
  color: #2a2a3e;
  margin: 24px 0 12px
}

.doc-area h4,
.doc-area h5,
.doc-area h6 {
  font-size: 17px;
  line-height: 1.4;
  color: #3a3a4e;
  margin: 24px 0 12px
}

.doc-area p {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2a3e;
  margin: 0 0 24px
}

.doc-area ul,
.doc-area ol {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2a3e;
  margin: 0 0 24px;
  padding: 0 0 0 24px
}

.doc-area li {
  margin: 0 0 12px
}

.doc-area li:last-child {
  margin-bottom: 0
}

.doc-area ul ul,
.doc-area ol ol,
.doc-area ul ol,
.doc-area ol ul {
  margin-top: 12px;
  margin-bottom: 12px
}

.doc-area strong,
.doc-area b {
  font-weight: 600;
  color: #1a1a2e
}

.doc-area em,
.doc-area i {
  font-style: italic
}

.doc-area a {
  color: #EF00BC;
  text-decoration: none;
  border-bottom: 1px solid #ef00bc4d;
  transition: border-color .5s ease-in-out, color .5s ease-in-out
}

.doc-area a:hover {
  color: #2E8A63;
  border-bottom-color: #2e8a6380
}

.doc-area a:focus {
  outline: 2px solid #EF00BC;
  outline-offset: 2px;
  border-radius: 2px
}

.doc-area div {
  margin: 0 0 24px
}

.doc-area h1+p,
.doc-area h1+div {
  margin-top: 0
}

.doc-area h2+p,
.doc-area h2+div,
.doc-area h2+ul,
.doc-area h2+ol {
  margin-top: 0
}

.doc-area h3+p,
.doc-area h3+div,
.doc-area h3+ul,
.doc-area h3+ol {
  margin-top: 0
}

@media (min-width: 768px) {
  .doc-area h1 {
    font-size: 68px
  }
}

@media (max-width: 767px) {
  .doc-area h1 {
    font-size: 50px
  }

  .doc-area h2 {
    font-size: 20px
  }

  .doc-area p,
  .doc-area ul,
  .doc-area ol {
    font-size: 15px
  }
}

.abt-pg {
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  overflow-x: clip
}

.abt-pg ::selection {
  background: #2E8A63;
  color: #fff
}

.abt-pg .bnr {
  position: relative;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 48px 24px;
  background: linear-gradient(197deg, #2E8A63 0%, #EF00BC 100%);
  overflow: hidden
}

.abt-pg .bnr::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 48px;
  background: #fff;
  clip-path: ellipse(60% 100% at 50% 100%)
}

.abt-pg .bnr__wrap {
  display: flex;
  align-items: center;
  gap: 48px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.abt-pg .bnr__img-frame {
  flex-shrink: 0;
  width: 420px;
  height: 420px;
  border-radius: 34px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 52px -1px #ef00bc1f
}

.abt-pg .bnr__img-frame::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(180deg, #2e8a6300 0%, #2e8a63d9 100%);
  z-index: 1;
  pointer-events: none
}

.abt-pg .bnr__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.abt-pg .bnr__txt {
  flex: 1;
  color: #fff
}

.abt-pg .bnr__hdg {
  font-size: 68px;
  line-height: 1.1;
  margin: 0 0 24px;
  font-weight: 700
}

.abt-pg .bnr__hdg-mark {
  position: relative;
  display: inline-block
}

.abt-pg .bnr__hdg-mark::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  height: 12px;
  background: #ffffff4d;
  z-index: -1
}

.abt-pg .bnr__desc {
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
  opacity: .95
}

.abt-pg .stry {
  padding: 48px 24px;
  background: #fff;
  position: relative
}

.abt-pg .stry::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(197deg, #2E8A63 0%, #EF00BC 100%);
  opacity: .15
}

.abt-pg .stry__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.abt-pg .stry__col {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.abt-pg .stry__card {
  background: #EDEBE0;
  padding: 24px;
  border-radius: 22px;
  position: relative;
  box-shadow: 0 5px 28px -1px #2e8a631c;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-pg .stry__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 52px -1px #2e8a631f
}

.abt-pg .stry__card-tag {
  position: absolute;
  top: -12px;
  right: 24px;
  background: #EF00BC;
  color: #fff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 5px 28px -1px #ef00bc1c
}

.abt-pg .stry__card-hdg {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 12px;
  font-weight: 700;
  color: #1a1a1a;
  text-shadow: 1px 1px 2px #2e8a6314
}

.abt-pg .stry__card-txt {
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  color: #2a2a2a
}

.abt-pg .stry__img-wrap {
  width: 100%;
  height: 280px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 28px -1px #2e8a631c
}

.abt-pg .stry__img-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2e8a6326;
  z-index: 1;
  pointer-events: none;
  transition: background .55s ease-in-out
}

.abt-pg .stry__img-wrap:hover::before {
  background: #ef00bc26
}

.abt-pg .stry__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-pg .stry__img-wrap:hover .stry__img {
  transform: scale(1.05)
}

.abt-pg .tm {
  padding: 48px 24px;
  background: #EDEBE0;
  position: relative
}

.abt-pg .tm::before {
  content: '';
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background: #2E8A63
}

.abt-pg .tm::after {
  content: '';
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #EF00BC;
  border-radius: 50%;
  box-shadow: 0 5px 28px -1px #ef00bc1c
}

.abt-pg .tm__inner {
  max-width: 1200px;
  margin: 0 auto
}

.abt-pg .tm__hdg {
  font-size: 50px;
  line-height: 1.1;
  text-align: center;
  margin: 0 0 48px;
  font-weight: 700;
  color: #1a1a1a;
  text-shadow: 2px 2px 4px #2e8a631a
}

.abt-pg .tm__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px
}

.abt-pg .tm__mbr {
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 28px -1px #2e8a631c;
  transition: transform .5s ease-in-out, box-shadow .5s ease-in-out
}

.abt-pg .tm__mbr:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 52px -1px #2e8a631f
}

.abt-pg .tm__mbr-photo-wrap {
  width: 160px;
  height: 160px;
  margin: 0 auto 24px;
  border-radius: 48px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 28px -1px #ef00bc1c
}

.abt-pg .tm__mbr-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-pg .tm__mbr:hover .tm__mbr-photo {
  transform: scale(1.08)
}

.abt-pg .tm__mbr-nm {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 6px;
  font-weight: 700;
  color: #1a1a1a
}

.abt-pg .tm__mbr-rl {
  font-size: 17px;
  line-height: 1.4;
  margin: 0 0 12px;
  color: #EF00BC;
  font-weight: 600
}

.abt-pg .tm__mbr-bio {
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  color: #2a2a2a
}

.abt-pg .tm__placeholder {
  background: linear-gradient(197deg, #2E8A63 0%, #EF00BC 100%);
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  box-shadow: 0 5px 28px -1px #ef00bc1c;
  transition: transform .5s ease-in-out
}

.abt-pg .tm__placeholder:hover {
  transform: translateY(-8px)
}

.abt-pg .tm__placeholder-icn {
  width: 80px;
  height: 80px;
  border-radius: 34px;
  background: #fff3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden
}

.abt-pg .tm__placeholder-icn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border: 4px solid #fff;
  border-radius: 50%
}

.abt-pg .tm__placeholder-icn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%
}

.abt-pg .tm__placeholder-nm {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  font-weight: 700;
  color: #fff
}

.abt-pg .tm__placeholder-rl {
  font-size: 17px;
  line-height: 1.4;
  margin: 0;
  color: #ffffffe6;
  font-weight: 600
}

.abt-pg .tm__placeholder-bio {
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  color: #fffffff2;
  text-align: center
}

.abt-pg .stry__num-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 48px 0 0
}

.abt-pg .stry__num-card {
  background: #fff;
  padding: 24px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 5px 28px -1px #ef00bc1c;
  position: relative;
  overflow: hidden;
  transition: transform .5s ease-in-out
}

.abt-pg .stry__num-card:hover {
  transform: scale(1.04)
}

.abt-pg .stry__num-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(197deg, #2E8A63 0%, #EF00BC 100%);
  animation: stry-clr-shift 15s linear infinite
}

@keyframes stry-clr-shift {
  0% {
    background: linear-gradient(197deg, #2E8A63 0%, #EF00BC 100%)
  }

  50% {
    background: linear-gradient(197deg, #EF00BC 0%, #2E8A63 100%)
  }

  100% {
    background: linear-gradient(197deg, #2E8A63 0%, #EF00BC 100%)
  }
}

.abt-pg .stry__num-val {
  font-size: 50px;
  line-height: 1.1;
  margin: 0 0 6px;
  font-weight: 700;
  background: linear-gradient(197deg, #2E8A63 0%, #EF00BC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.abt-pg .stry__num-lbl {
  font-size: 17px;
  line-height: 1.4;
  margin: 0;
  color: #2a2a2a;
  font-weight: 600
}

.abt-pg .hvr-txt {
  display: inline-block;
  position: relative
}

.abt-pg .hvr-txt span {
  display: inline-block;
  transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-pg .hvr-txt:hover span:nth-child(1) {
  color: #EF00BC !important;
  transition-delay: 0s
}

.abt-pg .hvr-txt:hover span:nth-child(2) {
  color: #EF00BC !important;
  transition-delay: .05s
}

.abt-pg .hvr-txt:hover span:nth-child(3) {
  color: #EF00BC !important;
  transition-delay: .1s
}

.abt-pg .hvr-txt:hover span:nth-child(4) {
  color: #EF00BC !important;
  transition-delay: .15s
}

.abt-pg .hvr-txt:hover span:nth-child(5) {
  color: #EF00BC !important;
  transition-delay: .2s
}

.abt-pg .hvr-txt:hover span:nth-child(6) {
  color: #EF00BC !important;
  transition-delay: .25s
}

.abt-pg .hvr-txt:hover span:nth-child(7) {
  color: #EF00BC !important;
  transition-delay: .3s
}

.abt-pg .hvr-txt:hover span:nth-child(8) {
  color: #EF00BC !important;
  transition-delay: .35s
}

.abt-pg .hvr-txt:hover span:nth-child(9) {
  color: #EF00BC !important;
  transition-delay: .4s
}

.abt-pg .hvr-txt:hover span:nth-child(10) {
  color: #EF00BC !important;
  transition-delay: .45s
}

@media (max-width: 1366px) {
  .abt-pg .bnr__wrap {
    gap: 24px
  }

  .abt-pg .bnr__img-frame {
    width: 360px;
    height: 360px
  }

  .abt-pg .bnr__hdg {
    font-size: 50px
  }

  .abt-pg .stry__inner {
    gap: 24px
  }

  .abt-pg .tm__grid {
    gap: 24px
  }
}

@media (max-width: 768px) {
  .abt-pg .bnr {
    padding: 24px 24px 48px
  }

  .abt-pg .bnr__wrap {
    flex-direction: column;
    gap: 24px
  }

  .abt-pg .bnr__img-frame {
    width: 100%;
    height: 320px
  }

  .abt-pg .bnr__hdg {
    font-size: 50px
  }

  .abt-pg .bnr__desc {
    font-size: 17px
  }

  .abt-pg .stry__inner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .abt-pg .stry__col {
    gap: 24px
  }

  .abt-pg .stry__num-grid {
    grid-template-columns: 1fr;
    margin: 24px 0 0
  }

  .abt-pg .tm__hdg {
    font-size: 50px
  }

  .abt-pg .tm__grid {
    grid-template-columns: 1fr;
    gap: 24px
  }
}

@media (max-width: 375px) {
  .abt-pg .bnr {
    padding: 24px 12px 48px
  }

  .abt-pg .bnr__hdg {
    font-size: 50px
  }

  .abt-pg .bnr__desc {
    font-size: 17px
  }

  .abt-pg .stry {
    padding: 24px 12px
  }

  .abt-pg .stry__card {
    padding: 24px
  }

  .abt-pg .tm {
    padding: 24px 12px
  }

  .abt-pg .tm__hdg {
    font-size: 50px
  }
}

.kstmgmt {
  max-width: 1440px;
  margin: 0 auto;
  background: #fff
}

.kstmgmt ::selection {
  background: #2E8A63;
  color: #fff
}

.kstmgmt img {
  max-width: 100%;
  height: auto
}

.kstmgmt .splt-hro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  position: relative;
  overflow: hidden
}

.kstmgmt .splt-hro__lft {
  background: #EF00BC;
  display: flex;
  align-items: flex-end;
  padding: 96px 48px 48px;
  position: relative
}

.kstmgmt .splt-hro__rght {
  background: #2E8A63;
  position: relative;
  overflow: hidden
}

.kstmgmt .splt-hro__img-wrp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.kstmgmt .splt-hro__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.kstmgmt .splt-hro__ovrl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #2e8a63d9 0%, #2e8a6333 100%);
  z-index: 1
}

.kstmgmt .splt-hro__ttl {
  font-size: 68px;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 2
}

.kstmgmt .splt-hro__wv {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 3
}

.kstmgmt .splt-hro__wv svg {
  display: block;
  width: 100%;
  height: 100%
}

.kstmgmt .mtrc-shwcs {
  padding: 96px 48px;
  background: #EDEBE0;
  position: relative
}

.kstmgmt .mtrc-shwcs__inr {
  max-width: 1200px;
  margin: 0 auto
}

.kstmgmt .mtrc-shwcs__hd {
  font-size: 50px;
  line-height: 1.1;
  color: #1a1a1a;
  margin: 0 0 48px;
  text-align: center;
  text-shadow: 1px 1px 2px #ef00bc1f
}

.kstmgmt .mtrc-shwcs__grd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px
}

.kstmgmt .mtrc-crd {
  background: #fff;
  border-radius: 22px;
  padding: 48px 24px;
  text-align: center;
  box-shadow: 0 5px 28px -1px #ef00bc1c 0 8px 52px -1px #ef00bc1f;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative
}

.kstmgmt .mtrc-crd:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 48px -1px #ef00bc2e 0 16px 72px -1px #ef00bc38
}

.kstmgmt .mtrc-crd__nmbr {
  font-size: 68px;
  line-height: 1.1;
  color: #EF00BC;
  margin: 0 0 12px;
  font-weight: 700
}

.kstmgmt .mtrc-crd__lbl {
  font-size: 20px;
  line-height: 1.4;
  color: #2E8A63;
  margin: 0 0 12px;
  font-weight: 600
}

.kstmgmt .mtrc-crd__txt {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 0
}

.kstmgmt .mtrc-crd__tg {
  position: absolute;
  top: -12px;
  right: 24px;
  background: linear-gradient(197deg, #2E8A63 0%, #EF00BC 100%);
  color: #fff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600
}

.kstmgmt .mtrc-shwcs__dcr {
  position: absolute;
  bottom: 48px;
  right: 48px;
  width: 240px;
  height: 240px;
  opacity: .08;
  pointer-events: none
}

.kstmgmt .mtrc-shwcs__dcr-crcl {
  position: absolute;
  border: 2px solid #EF00BC;
  border-radius: 50%
}

.kstmgmt .mtrc-shwcs__dcr-crcl:nth-child(1) {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: pls-1 3.2s ease-in-out infinite
}

.kstmgmt .mtrc-shwcs__dcr-crcl:nth-child(2) {
  width: 75%;
  height: 75%;
  top: 12.5%;
  left: 12.5%;
  animation: pls-2 3.2s ease-in-out infinite
}

.kstmgmt .mtrc-shwcs__dcr-crcl:nth-child(3) {
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
  animation: pls-3 3.2s ease-in-out infinite
}

@keyframes pls-1 {

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

  50% {
    transform: scale(1.15);
    opacity: .6
  }
}

@keyframes pls-2 {

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

  50% {
    transform: scale(1.25);
    opacity: .4
  }
}

@keyframes pls-3 {

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

  50% {
    transform: scale(1.35);
    opacity: .2
  }
}

.kstmgmt .prcss-xpln {
  padding: 96px 48px;
  background: #fff;
  position: relative
}

.kstmgmt .prcss-xpln__inr {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start
}

.kstmgmt .prcss-xpln__cntnt {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.kstmgmt .prcss-xpln__hd {
  font-size: 50px;
  line-height: 1.1;
  color: #1a1a1a;
  margin: 0 0 24px;
  text-shadow: 2px 2px 4px #2e8a6326
}

.kstmgmt .prcss-xpln__txt {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 24px
}

.kstmgmt .prcss-xpln__txt:last-child {
  margin: 0
}

.kstmgmt .prcss-stps {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  padding-left: 48px
}

.kstmgmt .prcss-stps::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: linear-gradient(197deg, #2E8A63 0%, #EF00BC 100%)
}

.kstmgmt .prcss-stp {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.kstmgmt .prcss-stp__nmbr {
  position: absolute;
  left: -48px;
  top: 0;
  width: 36px;
  height: 36px;
  background: #EF00BC;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  font-weight: 700
}

.kstmgmt .prcss-stp__ttl {
  font-size: 20px;
  line-height: 1.4;
  color: #2E8A63;
  margin: 0;
  font-weight: 600
}

.kstmgmt .prcss-stp__dsc {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 0
}

.kstmgmt .prcss-xpln__sdbr {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.kstmgmt .prcss-img-bx {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 5px 28px -1px #2e8a631c 0 8px 52px -1px #2e8a631f;
  position: relative
}

.kstmgmt .prcss-img-bx__img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block
}

.kstmgmt .prcss-xpln__dvdr {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1
}

.kstmgmt .prcss-xpln__dvdr svg {
  display: block;
  width: 100%;
  height: 100%
}

.kstmgmt .lng-trm-vl {
  padding: 96px 48px;
  background: #f5f5f5;
  position: relative
}

.kstmgmt .lng-trm-vl__inr {
  max-width: 1200px;
  margin: 0 auto
}

.kstmgmt .lng-trm-vl__hd {
  font-size: 50px;
  line-height: 1.1;
  color: #1a1a1a;
  margin: 0 0 48px;
  text-shadow: 1px 1px 3px #ef00bc1a
}

.kstmgmt .lng-trm-vl__grd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px
}

.kstmgmt .vl-crd {
  background: #fff;
  border-radius: 22px;
  padding: 48px;
  box-shadow: 0 1px 3px -1px #2e8a630f;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative
}

.kstmgmt .vl-crd:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 36px -1px #2e8a6324 0 12px 60px -1px #2e8a632e
}

.kstmgmt .vl-crd__img-wrp {
  width: 100%;
  height: 220px;
  border-radius: 14px;
  overflow: hidden
}

.kstmgmt .vl-crd__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.kstmgmt .vl-crd__ttl {
  font-size: 20px;
  line-height: 1.4;
  color: #2E8A63;
  margin: 0;
  font-weight: 600
}

.kstmgmt .vl-crd__txt {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  margin: 0
}

.kstmgmt .vl-crd__prf {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto
}

.kstmgmt .vl-crd__prf-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top
}

.kstmgmt .vl-crd__prf-inf {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.kstmgmt .vl-crd__prf-nm {
  font-size: 15px;
  line-height: 1.4;
  color: #1a1a1a;
  margin: 0;
  font-weight: 600
}

.kstmgmt .vl-crd__prf-rl {
  font-size: 15px;
  line-height: 1.4;
  color: #666;
  margin: 0
}

.kstmgmt .vl-crd__tg-crn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #EF00BC;
  color: #fff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600
}

@media (max-width: 1366px) {
  .kstmgmt .splt-hro {
    min-height: 460px
  }

  .kstmgmt .splt-hro__lft {
    padding: 72px 24px 24px
  }

  .kstmgmt .splt-hro__ttl {
    font-size: 50px
  }

  .kstmgmt .mtrc-shwcs {
    padding: 72px 24px
  }

  .kstmgmt .mtrc-shwcs__hd {
    font-size: 50px;
    margin: 0 0 24px
  }

  .kstmgmt .mtrc-shwcs__grd {
    gap: 24px
  }

  .kstmgmt .mtrc-crd {
    padding: 24px
  }

  .kstmgmt .prcss-xpln {
    padding: 72px 24px
  }

  .kstmgmt .prcss-xpln__inr {
    gap: 24px
  }

  .kstmgmt .prcss-xpln__hd {
    font-size: 50px
  }

  .kstmgmt .lng-trm-vl {
    padding: 72px 24px
  }

  .kstmgmt .lng-trm-vl__hd {
    font-size: 50px;
    margin: 0 0 24px
  }

  .kstmgmt .lng-trm-vl__grd {
    gap: 24px
  }

  .kstmgmt .vl-crd {
    padding: 24px
  }
}

@media (max-width: 768px) {
  .kstmgmt .splt-hro {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .kstmgmt .splt-hro__lft {
    padding: 48px 24px;
    min-height: 320px
  }

  .kstmgmt .splt-hro__rght {
    min-height: 280px
  }

  .kstmgmt .splt-hro__ttl {
    font-size: 50px
  }

  .kstmgmt .mtrc-shwcs {
    padding: 48px 24px
  }

  .kstmgmt .mtrc-shwcs__hd {
    font-size: 50px;
    margin: 0 0 24px
  }

  .kstmgmt .mtrc-shwcs__grd {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .kstmgmt .mtrc-shwcs__dcr {
    width: 180px;
    height: 180px;
    bottom: 24px;
    right: 24px
  }

  .kstmgmt .prcss-xpln {
    padding: 48px 24px
  }

  .kstmgmt .prcss-xpln__inr {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .kstmgmt .prcss-xpln__hd {
    font-size: 50px;
    margin: 0 0 24px
  }

  .kstmgmt .prcss-xpln__cntnt {
    gap: 24px
  }

  .kstmgmt .prcss-img-bx__img {
    height: 240px
  }

  .kstmgmt .lng-trm-vl {
    padding: 48px 24px
  }

  .kstmgmt .lng-trm-vl__hd {
    font-size: 50px;
    margin: 0 0 24px
  }

  .kstmgmt .lng-trm-vl__grd {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .kstmgmt .vl-crd {
    padding: 24px
  }

  .kstmgmt .vl-crd__img-wrp {
    height: 200px
  }
}

@media (max-width: 375px) {
  .kstmgmt .splt-hro__lft {
    padding: 24px 12px
  }

  .kstmgmt .splt-hro__ttl {
    font-size: 50px
  }

  .kstmgmt .mtrc-shwcs {
    padding: 24px 12px
  }

  .kstmgmt .mtrc-shwcs__hd {
    font-size: 50px
  }

  .kstmgmt .mtrc-crd {
    padding: 24px 12px
  }

  .kstmgmt .mtrc-crd__nmbr {
    font-size: 50px
  }

  .kstmgmt .prcss-xpln {
    padding: 24px 12px
  }

  .kstmgmt .prcss-xpln__hd {
    font-size: 50px
  }

  .kstmgmt .prcss-stps {
    padding-left: 24px
  }

  .kstmgmt .prcss-stp__nmbr {
    left: -24px;
    width: 24px;
    height: 24px;
    font-size: 15px
  }

  .kstmgmt .prcss-stps::before {
    left: 11px
  }

  .kstmgmt .lng-trm-vl {
    padding: 24px 12px
  }

  .kstmgmt .lng-trm-vl__hd {
    font-size: 50px
  }

  .kstmgmt .vl-crd {
    padding: 12px;
    gap: 12px
  }

  .kstmgmt .vl-crd__img-wrp {
    height: 180px
  }
}

.svc-pg {
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  overflow-x: clip
}

.svc-pg ::selection {
  background: #2E8A63;
  color: #fff
}

.svc-pg img {
  max-width: 100%;
  height: auto
}

.svc-pg .bnr {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(ellipse at 92% 8%, #ef00bc2e 0%, #fff0 58%);
  padding: 48px 24px
}

.svc-pg .bnr__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.svc-pg .bnr__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .14;
  mix-blend-mode: multiply
}

.svc-pg .bnr__atmos {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  filter: blur(84px);
  opacity: .07;
  pointer-events: none;
  z-index: 2
}

.svc-pg .bnr__atmos:nth-child(1) {
  background: #EF00BC;
  top: -120px;
  right: 12%
}

.svc-pg .bnr__atmos:nth-child(2) {
  background: #2E8A63;
  bottom: -80px;
  left: 8%
}

.svc-pg .bnr__txt {
  position: relative;
  z-index: 3;
  max-width: 920px;
  margin: 0 auto
}

.svc-pg .bnr__hd {
  font-size: 68px;
  line-height: 1.1;
  color: #0a0a14;
  margin: 0;
  text-shadow: 0 2px 18px #ef00bc14;
  animation: bnr-drop .58s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  opacity: 0
}

@keyframes bnr-drop {
  from {
    opacity: 0;
    transform: translateY(-48px)
  }

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

.svc-pg .ofr {
  padding: 48px 24px;
  background: linear-gradient(197deg, #2E8A63 0%, #EF00BC 100%);
  position: relative;
  overflow: hidden
}

.svc-pg .ofr__deco {
  position: absolute;
  width: 180px;
  height: 280px;
  bottom: -60px;
  right: 48px;
  opacity: .06;
  pointer-events: none
}

.svc-pg .ofr__deco::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  border-radius: 48px 8px 48px 8px;
  transform: rotate(12deg)
}

.svc-pg .ofr__deco::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border: 2px solid #fff;
  border-radius: 34px 14px 34px 14px;
  top: 24px;
  left: 24px;
  transform: rotate(-8deg)
}

.svc-pg .ofr__wrap {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.svc-pg .ofr__hd {
  font-size: 50px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 48px;
  text-align: center;
  text-shadow: 0 3px 12px #00000026
}

.svc-pg .ofr__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px
}

.svc-pg .ofr-crd {
  background: #fffffff7;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 5px 28px -1px #2e8a631c 0 8px 52px -1px #2e8a631f;
  transition: transform .52s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .52s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  animation: ofr-drop .62s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  opacity: 0
}

.svc-pg .ofr-crd:nth-child(1) {
  animation-delay: .1s
}

.svc-pg .ofr-crd:nth-child(2) {
  animation-delay: .2s
}

.svc-pg .ofr-crd:nth-child(3) {
  animation-delay: .3s
}

@keyframes ofr-drop {
  from {
    opacity: 0;
    transform: translateY(-36px)
  }

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

.svc-pg .ofr__grid:hover .ofr-crd:not(:hover) {
  transform: scale(0.96)
}

.svc-pg .ofr-crd:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 52px -1px #2e8a632e 0 12px 68px -1px #2e8a6338
}

.svc-pg .ofr-crd__ico {
  width: 68px;
  height: 68px;
  background: linear-gradient(197deg, #2e8a631f 0%, #ef00bc1f 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: transform .48s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.svc-pg .ofr-crd:hover .ofr-crd__ico {
  transform: rotate(8deg) scale(1.08)
}

.svc-pg .ofr-crd__ico svg {
  width: 36px;
  height: 36px;
  fill: #2E8A63
}

.svc-pg .ofr-crd__ttl {
  font-size: 20px;
  line-height: 1.4;
  color: #0a0a14;
  margin: 0 0 12px;
  font-weight: 600
}

.svc-pg .ofr-crd__dsc {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a44;
  margin: 0
}

.svc-pg .ofr__divider {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 48px;
  z-index: 2
}

.svc-pg .ofr__divider svg {
  width: 100%;
  height: 100%;
  display: block
}

.svc-pg .mth {
  padding: 48px 24px;
  background: #EDEBE0;
  position: relative
}

.svc-pg .mth__wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.svc-pg .mth__txt {
  position: relative
}

.svc-pg .mth__line {
  position: absolute;
  left: -24px;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(197deg, #2E8A63 0%, #EF00BC 100%);
  border-radius: 8px
}

.svc-pg .mth__hd {
  font-size: 50px;
  line-height: 1.1;
  color: #0a0a14;
  margin: 0 0 24px;
  text-shadow: 0 2px 6px #2e8a6314
}

.svc-pg .mth__steps {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative
}

.svc-pg .mth__steps::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 36px;
  bottom: 36px;
  width: 2px;
  background: linear-gradient(180deg, #2E8A63 0%, #EF00BC 100%);
  opacity: .3
}

.svc-pg .mth-stp {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  position: relative;
  animation: mth-drop .56s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  opacity: 0
}

.svc-pg .mth-stp:nth-child(1) {
  animation-delay: .15s
}

.svc-pg .mth-stp:nth-child(2) {
  animation-delay: .25s
}

.svc-pg .mth-stp:nth-child(3) {
  animation-delay: .35s
}

.svc-pg .mth-stp:nth-child(4) {
  animation-delay: .45s
}

@keyframes mth-drop {
  from {
    opacity: 0;
    transform: translateY(-24px)
  }

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

.svc-pg .mth-stp:last-child {
  margin-bottom: 0
}

.svc-pg .mth-stp__num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  color: #EF00BC;
  box-shadow: 0 3px 12px -1px #2e8a6324;
  position: relative;
  z-index: 1
}

.svc-pg .mth-stp__cnt {
  flex: 1;
  padding-top: 6px
}

.svc-pg .mth-stp__ttl {
  font-size: 17px;
  line-height: 1.4;
  color: #0a0a14;
  margin: 0 0 6px;
  font-weight: 600
}

.svc-pg .mth-stp__dsc {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a44;
  margin: 0
}

.svc-pg .mth__media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 5px 28px -1px #2e8a631c 0 8px 52px -1px #2e8a631f
}

.svc-pg .mth__media img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .58s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.svc-pg .mth__media:hover img {
  transform: scale(1.06)
}

.svc-pg .mth__media::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2E8A63;
  opacity: 0;
  transition: opacity .52s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
  mix-blend-mode: multiply
}

.svc-pg .mth__media:hover::after {
  opacity: .24
}

.svc-pg .tstm {
  padding: 48px 24px;
  background: #fff;
  position: relative;
  overflow: hidden
}

.svc-pg .tstm::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(ellipse at 50% 50%, #edebe066 0%, #fff0 68%);
  pointer-events: none
}

.svc-pg .tstm__wrap {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.svc-pg .tstm__hd {
  font-size: 50px;
  line-height: 1.1;
  color: #0a0a14;
  margin: 0 0 48px;
  text-align: center
}

.svc-pg .tstm__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px
}

.svc-pg .tstm-crd {
  background: #fff;
  border: 2px solid #EDEBE0;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 1px 3px -1px #2e8a630f;
  transition: transform .48s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .48s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .48s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: tstm-drop .54s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  opacity: 0
}

.svc-pg .tstm-crd:nth-child(1) {
  animation-delay: .12s
}

.svc-pg .tstm-crd:nth-child(2) {
  animation-delay: .24s
}

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

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

.svc-pg .tstm__grid:hover .tstm-crd:not(:hover) {
  transform: scale(0.97)
}

.svc-pg .tstm-crd:hover {
  transform: scale(1.02);
  border-color: #2E8A63;
  box-shadow: 0 5px 28px -1px #2e8a631c 0 8px 52px -1px #2e8a631f
}

.svc-pg .tstm-crd__top {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  align-items: center
}

.svc-pg .tstm-crd__pht {
  flex-shrink: 0;
  width: 84px;
  height: 126px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 12px -1px #2e8a6324
}

.svc-pg .tstm-crd__pht img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block
}

.svc-pg .tstm-crd__inf {
  flex: 1
}

.svc-pg .tstm-crd__nm {
  font-size: 17px;
  line-height: 1.4;
  color: #0a0a14;
  margin: 0 0 6px;
  font-weight: 600
}

.svc-pg .tstm-crd__rol {
  font-size: 15px;
  line-height: 1.4;
  color: #2E8A63;
  margin: 0
}

.svc-pg .tstm-crd__qt {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a44;
  margin: 0;
  font-style: italic
}

.svc-pg .faq {
  padding: 48px 24px;
  background: linear-gradient(197deg, #2e8a630a 0%, #ef00bc0a 100%);
  position: relative
}

.svc-pg .faq__wrap {
  max-width: 920px;
  margin: 0 auto
}

.svc-pg .faq__hd {
  font-size: 50px;
  line-height: 1.1;
  color: #0a0a14;
  margin: 0 0 48px;
  text-align: center
}

.svc-pg .faq-itm {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px -1px #2e8a630f;
  overflow: hidden;
  transition: box-shadow .48s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: faq-drop .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  opacity: 0
}

.svc-pg .faq-itm:nth-child(2) {
  animation-delay: .08s
}

.svc-pg .faq-itm:nth-child(3) {
  animation-delay: .16s
}

.svc-pg .faq-itm:nth-child(4) {
  animation-delay: .24s
}

.svc-pg .faq-itm:nth-child(5) {
  animation-delay: .32s
}

.svc-pg .faq-itm:nth-child(6) {
  animation-delay: .4s
}

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

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

.svc-pg .faq-itm:last-child {
  margin-bottom: 0
}

.svc-pg .faq-itm:hover {
  box-shadow: 0 3px 12px -1px #2e8a631a
}

.svc-pg .faq-itm__tgl {
  display: none
}

.svc-pg .faq-itm__hdr {
  padding: 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  transition: background-color .48s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  user-select: none
}

.svc-pg .faq-itm:hover .faq-itm__hdr {
  background: #edebe04d
}

.svc-pg .faq-itm__q {
  font-size: 17px;
  line-height: 1.4;
  color: #0a0a14;
  margin: 0;
  font-weight: 600;
  flex: 1
}

.svc-pg .faq-itm__arr {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(197deg, #2e8a631f 0%, #ef00bc1f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .48s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .48s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.svc-pg .faq-itm__arr svg {
  width: 16px;
  height: 16px;
  fill: #2E8A63;
  transition: transform .48s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.svc-pg .faq-itm__tgl:checked+.faq-itm__hdr .faq-itm__arr {
  background: #2E8A63
}

.svc-pg .faq-itm__tgl:checked+.faq-itm__hdr .faq-itm__arr svg {
  fill: #fff;
  transform: rotate(180deg)
}

.svc-pg .faq-itm__bdy {
  max-height: 0;
  overflow: hidden;
  transition: max-height .52s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding .52s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.svc-pg .faq-itm__tgl:checked+.faq-itm__hdr+.faq-itm__bdy {
  max-height: 600px;
  padding: 0 24px 24px
}

.svc-pg .faq-itm__ans {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a44;
  margin: 0
}

@media (max-width: 1366px) {
  .svc-pg .bnr {
    min-height: 360px;
    padding: 48px 24px
  }

  .svc-pg .bnr__hd {
    font-size: 50px
  }

  .svc-pg .ofr__hd,
  .svc-pg .mth__hd,
  .svc-pg .tstm__hd,
  .svc-pg .faq__hd {
    font-size: 50px
  }

  .svc-pg .mth__wrap {
    gap: 48px
  }

  .svc-pg .mth__media img {
    height: 460px
  }
}

@media (max-width: 768px) {
  .svc-pg .bnr {
    min-height: 280px;
    padding: 24px
  }

  .svc-pg .bnr__hd {
    font-size: 50px
  }

  .svc-pg .ofr {
    padding: 48px 24px
  }

  .svc-pg .ofr__hd {
    font-size: 50px;
    margin-bottom: 24px
  }

  .svc-pg .ofr__grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .svc-pg .mth {
    padding: 48px 24px
  }

  .svc-pg .mth__wrap {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .svc-pg .mth__hd {
    font-size: 50px;
    margin-bottom: 24px
  }

  .svc-pg .mth__media img {
    height: 380px
  }

  .svc-pg .tstm {
    padding: 48px 24px
  }

  .svc-pg .tstm__hd {
    font-size: 50px;
    margin-bottom: 24px
  }

  .svc-pg .tstm__grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .svc-pg .faq {
    padding: 48px 24px
  }

  .svc-pg .faq__hd {
    font-size: 50px;
    margin-bottom: 24px
  }

  .svc-pg .faq-itm__hdr {
    padding: 24px
  }

  .svc-pg .faq-itm__tgl:checked+.faq-itm__hdr+.faq-itm__bdy {
    padding: 0 24px 24px
  }
}

@media (max-width: 375px) {
  .svc-pg .bnr {
    min-height: 240px;
    padding: 24px 12px
  }

  .svc-pg .bnr__hd {
    font-size: 50px
  }

  .svc-pg .ofr {
    padding: 48px 12px
  }

  .svc-pg .ofr__hd {
    font-size: 50px
  }

  .svc-pg .ofr__grid {
    grid-template-columns: 1fr
  }

  .svc-pg .ofr-crd {
    padding: 24px
  }

  .svc-pg .mth {
    padding: 48px 12px
  }

  .svc-pg .mth__hd {
    font-size: 50px
  }

  .svc-pg .mth__media img {
    height: 320px
  }

  .svc-pg .tstm {
    padding: 48px 12px
  }

  .svc-pg .tstm__hd {
    font-size: 50px
  }

  .svc-pg .tstm-crd {
    padding: 24px
  }

  .svc-pg .tstm-crd__top {
    flex-direction: column;
    align-items: flex-start
  }

  .svc-pg .faq {
    padding: 48px 12px
  }

  .svc-pg .faq__hd {
    font-size: 50px
  }

  .svc-pg .faq-itm__hdr {
    padding: 24px
  }

  .svc-pg .faq-itm__tgl:checked+.faq-itm__hdr+.faq-itm__bdy {
    padding: 0 24px 24px
  }
}

.cntct-pg {
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  overflow-x: clip
}

.cntct-pg ::selection {
  background-color: #2E8A63;
  color: #fff
}

.cntct-pg input::placeholder,
.cntct-pg textarea::placeholder,
.cntct-pg select::placeholder {
  color: #ef00bc52
}

.cntct-pg .hdg-bnr {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 48px;
  padding: 48px;
  background: linear-gradient(197deg, #2E8A63 0%, #EF00BC 100%);
  overflow: hidden
}

.cntct-pg .hdg-bnr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle, #ffffff14 1px, transparent 1px), radial-gradient(circle, #ffffff0f 1px, transparent 1px);
  background-size: 24px 24px, 48px 48px;
  background-position: 0 0, 12px 12px;
  pointer-events: none;
  z-index: 1
}

.cntct-pg .hdg-bnr__txt-col {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0
}

.cntct-pg .hdg-bnr__img-col {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 420px
}

.cntct-pg .hdg-bnr__img-wrap {
  position: relative;
  width: 100%;
  max-width: 580px;
  height: 460px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 52px -1px #ef00bc1f;
  animation: zoomSettle .58s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  transform-origin: center center
}

@keyframes zoomSettle {
  0% {
    transform: scale(1.22);
    opacity: .85
  }

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

.cntct-pg .hdg-bnr__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.cntct-pg .hdg-bnr__ttl {
  font-size: 50px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 24px;
  text-shadow: 0 2px 12px #0000002e
}

.cntct-pg .hdg-bnr__ttl-accent {
  display: inline-block;
  padding: 6px 12px;
  background: #ffffff38;
  border-radius: 8px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px)
}

.cntct-pg .hdg-bnr__desc {
  font-size: 17px;
  line-height: 1.6;
  color: #fffffff0;
  margin: 0
}

.cntct-pg .frm-sec {
  position: relative;
  padding: 48px;
  background: #fefefe;
  clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%)
}

.cntct-pg .frm-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h80v80H0z' fill='%23EDEBE0' fill-opacity='0.04'/%3E%3C/svg%3E");
  background-size: 80px 80px;
  pointer-events: none;
  z-index: 0
}

.cntct-pg .frm-sec__inr {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto
}

.cntct-pg .frm-sec__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: start
}

.cntct-pg .frm-sec__left {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.cntct-pg .cntct-inf {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cntct-pg .cntct-inf__ttl {
  font-size: 20px;
  line-height: 1.4;
  color: #1a1a1a;
  margin: 0 0 12px;
  font-weight: 600
}

.cntct-pg .cntct-inf__itm {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #2e8a631f;
  transition: border-color .52s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .52s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cntct-pg .cntct-inf__itm:hover {
  border-color: #2e8a6352;
  box-shadow: 0 5px 28px -1px #2e8a631c
}

.cntct-pg .cntct-inf__lbl {
  font-size: 15px;
  line-height: 1.4;
  color: #666;
  margin: 0
}

.cntct-pg .cntct-inf__val {
  font-size: 17px;
  line-height: 1.4;
  color: #1a1a1a;
  margin: 0;
  font-weight: 500
}

.cntct-pg .cntct-inf__val a {
  color: inherit;
  text-decoration: none;
  transition: color .48s ease-in-out
}

.cntct-pg .cntct-inf__val a:hover {
  color: #EF00BC
}

.cntct-pg .hrs-blk {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  background: linear-gradient(197deg, #2e8a630d 0%, #ef00bc0d 100%);
  border-radius: 22px;
  border: 2px solid #edebe099
}

.cntct-pg .hrs-blk__ttl {
  font-size: 17px;
  line-height: 1.4;
  color: #1a1a1a;
  margin: 0 0 6px;
  font-weight: 600
}

.cntct-pg .hrs-blk__txt {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0
}

.cntct-pg .frm-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px;
  background: #fff;
  border-radius: 34px;
  box-shadow: 0 8px 52px -1px #ef00bc1f;
  animation: zoomSettle .62s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: .15s;
  opacity: 0
}

@keyframes zoomSettle {
  0% {
    transform: scale(1.18);
    opacity: 0
  }

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

.cntct-pg .frm-wrap__ttl {
  font-size: 20px;
  line-height: 1.4;
  color: #1a1a1a;
  margin: 0 0 6px;
  font-weight: 600;
  text-shadow: 0 1px 3px #2e8a6314
}

.cntct-pg .frm-wrap__sub {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin: 0 0 24px
}

.cntct-pg .frm {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cntct-pg .frm__fld {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.cntct-pg .frm__lbl {
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  margin: 0;
  font-weight: 500
}

.cntct-pg .frm__lbl-req {
  color: #EF00BC;
  margin-left: 2px
}

.cntct-pg .frm__inp {
  width: 100%;
  padding: 12px 24px;
  font-size: 17px;
  line-height: 1.4;
  color: #1a1a1a;
  background: #fafafa;
  border: 2px solid #edebe0cc;
  border-radius: 14px;
  transition: border-color .48s ease-in-out, background-color .48s ease-in-out, box-shadow .48s ease-in-out;
  outline: none
}

.cntct-pg .frm__inp:focus {
  background: #fff;
  border-color: #2E8A63;
  box-shadow: 0 5px 28px -1px #2e8a631c
}

.cntct-pg .frm__inp:hover:not(:focus) {
  border-color: #2e8a6366
}

.cntct-pg .frm__sel {
  width: 100%;
  padding: 12px 24px;
  font-size: 17px;
  line-height: 1.4;
  color: #1a1a1a;
  background: #fafafa;
  border: 2px solid #edebe0cc;
  border-radius: 14px;
  transition: border-color .48s ease-in-out, background-color .48s ease-in-out, box-shadow .48s ease-in-out;
  outline: none;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  padding-right: 48px
}

.cntct-pg .frm__sel:focus {
  background-color: #fff;
  border-color: #2E8A63;
  box-shadow: 0 5px 28px -1px #2e8a631c
}

.cntct-pg .frm__sel:hover:not(:focus) {
  border-color: #2e8a6366
}

.cntct-pg .frm__priv {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #edebe04d;
  border-radius: 14px;
  margin-top: 6px
}

.cntct-pg .frm__chk-wrap {
  position: relative;
  flex-shrink: 0;
  margin-top: 2px
}

.cntct-pg .frm__chk {
  width: 20px;
  height: 20px;
  cursor: pointer;
  appearance: none;
  border: 2px solid #2e8a6366;
  border-radius: 8px;
  background: #fff;
  transition: border-color .48s ease-in-out, background-color .48s ease-in-out;
  outline: none;
  position: relative
}

.cntct-pg .frm__chk:checked {
  background: #2E8A63;
  border-color: #2E8A63
}

.cntct-pg .frm__chk:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg)
}

.cntct-pg .frm__chk:focus {
  box-shadow: 0 0 0 3px #2e8a632e
}

.cntct-pg .frm__priv-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0
}

.cntct-pg .frm__priv-txt a {
  color: #2E8A63;
  text-decoration: none;
  font-weight: 500;
  transition: color .48s ease-in-out
}

.cntct-pg .frm__priv-txt a:hover {
  color: #EF00BC
}

.cntct-pg .frm__sbm {
  position: relative;
  padding: 12px 48px;
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  background: linear-gradient(197deg, #2E8A63 0%, #EF00BC 100%);
  border: none;
  border-radius: 22px;
  cursor: pointer;
  font-weight: 600;
  transition: transform .52s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .52s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 5px 28px -1px #ef00bc1c;
  overflow: hidden;
  align-self: flex-start
}

.cntct-pg .frm__sbm::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #fff3, transparent);
  transition: left .58s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cntct-pg .frm__sbm:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 52px -1px #ef00bc1f
}

.cntct-pg .frm__sbm:hover::before {
  left: 100%
}

.cntct-pg .frm__sbm:active {
  transform: translateY(0)
}

.cntct-pg .frm__sbm-txt {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px
}

.cntct-pg .frm__sbm-arr {
  display: inline-block;
  width: 18px;
  height: 18px;
  transition: transform .48s ease-in-out
}

.cntct-pg .frm__sbm:hover .frm__sbm-arr {
  transform: translateX(6px)
}

@media (max-width: 1366px) {
  .cntct-pg .hdg-bnr {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 48px 24px
  }

  .cntct-pg .hdg-bnr__img-col {
    min-height: 360px
  }

  .cntct-pg .hdg-bnr__img-wrap {
    max-width: 100%;
    height: 380px
  }

  .cntct-pg .frm-sec {
    padding: 48px 24px
  }

  .cntct-pg .frm-sec__grid {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .cntct-pg .frm-wrap {
    padding: 24px
  }
}

@media (max-width: 768px) {
  .cntct-pg .hdg-bnr {
    padding: 24px 12px;
    gap: 24px
  }

  .cntct-pg .hdg-bnr__txt-col {
    padding: 12px 0
  }

  .cntct-pg .hdg-bnr__ttl {
    font-size: 20px;
    margin: 0 0 12px
  }

  .cntct-pg .hdg-bnr__desc {
    font-size: 15px
  }

  .cntct-pg .hdg-bnr__img-col {
    min-height: 280px
  }

  .cntct-pg .hdg-bnr__img-wrap {
    height: 300px;
    border-radius: 14px
  }

  .cntct-pg .frm-sec {
    padding: 24px 12px
  }

  .cntct-pg .frm-sec__left {
    gap: 24px
  }

  .cntct-pg .cntct-inf {
    gap: 12px
  }

  .cntct-pg .cntct-inf__ttl {
    font-size: 17px;
    margin: 0 0 6px
  }

  .cntct-pg .cntct-inf__itm {
    padding: 12px;
    border-radius: 8px
  }

  .cntct-pg .hrs-blk {
    padding: 12px;
    border-radius: 14px;
    gap: 6px
  }

  .cntct-pg .hrs-blk__ttl {
    font-size: 15px
  }

  .cntct-pg .frm-wrap {
    padding: 24px 12px;
    border-radius: 22px;
    gap: 12px
  }

  .cntct-pg .frm-wrap__ttl {
    font-size: 17px;
    margin: 0 0 6px
  }

  .cntct-pg .frm-wrap__sub {
    margin: 0 0 12px
  }

  .cntct-pg .frm {
    gap: 12px
  }

  .cntct-pg .frm__fld {
    gap: 6px
  }

  .cntct-pg .frm__inp,
  .cntct-pg .frm__sel {
    padding: 12px;
    font-size: 15px;
    border-radius: 8px
  }

  .cntct-pg .frm__sel {
    background-position: right 12px center;
    padding-right: 36px
  }

  .cntct-pg .frm__priv {
    padding: 12px;
    border-radius: 8px
  }

  .cntct-pg .frm__sbm {
    padding: 12px 24px;
    font-size: 15px;
    border-radius: 14px;
    width: 100%;
    justify-content: center
  }

  .cntct-pg .frm__sbm-txt {
    justify-content: center
  }
}

@media (max-width: 375px) {
  .cntct-pg .hdg-bnr {
    padding: 24px 12px
  }

  .cntct-pg .hdg-bnr__img-wrap {
    height: 240px
  }

  .cntct-pg .frm-sec {
    padding: 24px 12px
  }

  .cntct-pg .frm-wrap {
    padding: 12px
  }
}

.success-page {
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  padding: 48px 24px
}

.success-page .confirm-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  text-align: center;
  padding: 48px 24px
}

.success-page .icon-container {
  width: 120px;
  height: 120px;
  background: linear-gradient(197deg, #2E8A63 0%, #EF00BC 100%);
  border-radius: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 48px;
  box-shadow: 0 5px 28px -1px #2e8a631c 0 8px 52px -1px #2e8a631f;
  animation: iconAppear .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

@keyframes iconAppear {
  0% {
    opacity: 0;
    transform: scale(0.85)
  }

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

.success-page .icon-container svg {
  width: 64px;
  height: 64px;
  stroke: #fff;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

.success-page .confirm-content {
  max-width: 680px
}

.success-page .confirm-content h1 {
  font-size: 50px;
  line-height: 1.1;
  color: #1a1a2e;
  margin: 0 0 24px;
  text-shadow: 0 2px 4px #2e8a6314
}

.success-page .confirm-content p {
  font-size: 17px;
  line-height: 1.6;
  color: #4a4a5e;
  margin: 0 0 48px
}

.success-page .action-set {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center
}

.success-page .action-set a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  line-height: 1.4;
  padding: 0;
  border: none;
  background: transparent;
  color: #EF00BC;
  text-decoration: none;
  transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.success-page .action-set a:hover {
  transform: translateX(6px)
}

.success-page .action-set a svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

.success-page .action-set .secondary-link {
  color: #2E8A63
}

.success-page .detail-block {
  background: linear-gradient(197deg, #2e8a630a 0%, #ef00bc0a 100%);
  border-radius: 22px;
  padding: 48px 24px;
  margin: 48px 0 0;
  text-align: center
}

.success-page .detail-block h2 {
  font-size: 20px;
  line-height: 1.4;
  color: #1a1a2e;
  margin: 0 0 24px
}

.success-page .detail-block .info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto
}

.success-page .detail-block .info-item {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 1px 3px -1px #2e8a630f;
  text-align: left
}

.success-page .detail-block .info-item strong {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  color: #2E8A63;
  margin: 0 0 6px
}

.success-page .detail-block .info-item span {
  font-size: 17px;
  line-height: 1.6;
  color: #4a4a5e
}

@media (min-width: 768px) {
  .success-page {
    padding: 48px
  }

  .success-page .confirm-wrapper {
    padding: 48px
  }

  .success-page .icon-container {
    width: 160px;
    height: 160px
  }

  .success-page .icon-container svg {
    width: 84px;
    height: 84px
  }

  .success-page .confirm-content h1 {
    font-size: 68px
  }

  .success-page .confirm-content p {
    font-size: 20px
  }

  .success-page .action-set {
    flex-direction: row;
    gap: 24px
  }

  .success-page .detail-block {
    padding: 48px
  }

  .success-page .detail-block .info-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width: 1366px) {
  .success-page .detail-block .info-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}