@import "https://fonts.googleapis.com/css2?family=Cormorant:wght@400;700&display=swap";

html {
  box-sizing: border-box;
  scroll-behavior: smooth
}

*,
:before,
:after {
  box-sizing: inherit
}

body {
  margin: 0;
  font-family: 'Cormorant', serif;
  background: linear-gradient(165deg, #0f0f0f 0%, #1a1a1a 35%, #151515 100%);
  color: #F3F3F3;
  font-size: 15px;
  line-height: 1.8;
  min-height: 100vh;
  display: flex;
  flex-direction: column
}

.masthead {
  background: linear-gradient(178deg, #0d0d0d 0%, #181818 100%);
  padding: 40px 20px;
  border-bottom: 1px solid #02ceaa26;
  box-shadow: 0 4px 28px 0 #02ceaa1a 0 1px 4px 0 #201f1f12;
  position: relative
}

.masthead__container {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: center
}

.brand-block {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.brand-block__logo-wrap {
  background: linear-gradient(135deg, #02ceaa14 0%, #201f1f26 100%);
  border: 2px solid #02ceaa40;
  box-shadow: 0 12px 48px 0 #02ceaa1c inset 0 1px 4px 0 #02ceaa12;
  padding: 12px 20px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  width: fit-content
}

.brand-block__logo {
  width: 78px;
  height: 78px;
  object-fit: contain;
  display: block
}

.brand-block__tagline {
  font-size: 24px;
  line-height: 1.5;
  color: #02CEAA;
  font-weight: 400;
  letter-spacing: -.02em;
  max-width: 520px
}

.nav-cluster {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end
}

.status-pill {
  background: linear-gradient(90deg, #02ceaa2e 0%, #02ceaa14 100%);
  border: 1px solid #02ceaa59;
  padding: 6px 20px;
  border-radius: 42px;
  font-size: 15px;
  color: #02CEAA;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 1px 4px 0 #02ceaa12
}

.status-pill__indicator {
  width: 8px;
  height: 8px;
  background: #02CEAA;
  border-radius: 50%;
  box-shadow: 0 0 12px #02ceaa99;
  animation: pulse-glow 2.8s ease-in-out infinite
}

@keyframes pulse-glow {

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

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

.primary-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end
}

.primary-links__item {
  margin: 0
}

.primary-links__anchor {
  color: #F3F3F3;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  padding: 12px 20px;
  display: block;
  border-radius: 7px;
  background: linear-gradient(135deg, #f3f3f30a 0%, #f3f3f303 100%);
  border: 1px solid #f3f3f31f;
  transition: background-color .18s ease-out, border-color .15s ease-out, color .16s ease-out;
  font-weight: 400;
  letter-spacing: -.01em
}

.primary-links__anchor:hover {
  background: linear-gradient(135deg, #02ceaa26 0%, #02ceaa14 100%);
  border-color: #02ceaa66;
  color: #02CEAA
}

.primary-links__anchor:focus {
  outline: none;
  border-color: #02CEAA;
  background: #02ceaa1a
}

@media (max-width: 1280px) {
  .masthead__container {
    gap: 40px
  }

  .brand-block__tagline {
    font-size: 24px
  }
}

@media (max-width: 768px) {
  .masthead {
    padding: 20px 12px
  }

  .masthead__container {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .brand-block__logo-wrap {
    padding: 12px 20px
  }

  .brand-block__logo {
    width: 70px;
    height: 70px
  }

  .brand-block__tagline {
    font-size: 24px;
    max-width: 100%
  }

  .nav-cluster {
    align-items: flex-start
  }

  .primary-links {
    justify-content: flex-start;
    width: 100%
  }

  .status-pill {
    align-self: flex-start
  }
}

@media (max-width: 390px) {
  .primary-links {
    flex-direction: column;
    gap: 12px
  }

  .primary-links__anchor {
    width: 100%
  }

  .brand-block__tagline {
    font-size: 24px
  }
}

main {
  flex: 1
}

.basement {
  background: linear-gradient(182deg, #0a0a0a 0%, #141414 100%);
  padding: 80px 20px 40px;
  border-top: 1px solid #02ceaa2e;
  box-shadow: 0 -4px 28px 0 #02ceaa1a 0 -12px 48px 0 #201f1f1c inset 0 1px 4px 0 #02ceaa12;
  position: relative
}

.basement__grid {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 80px
}

.firm-identity {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.firm-identity__logo-container {
  background: linear-gradient(135deg, #02ceaa0f 0%, #201f1f1f 100%);
  border: 2px solid #02ceaa38;
  padding: 20px;
  border-radius: 14px;
  width: fit-content;
  box-shadow: 0 4px 28px 0 #02ceaa1a 0 12px 48px 0 #201f1f1c inset 0 1px 4px 0 #02ceaa12
}

.firm-identity__logo-img {
  width: 85px;
  height: 85px;
  object-fit: contain;
  display: block
}

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

.reach-list__item {
  margin: 0
}

.reach-list__link {
  color: #F3F3F3;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #f3f3f308 0%, #f3f3f303 100%);
  border: 1px solid #f3f3f31a;
  border-radius: 7px;
  transition: background-color .22s ease-out, border-color .18s ease-out, transform .35s ease-out;
  width: fit-content
}

.reach-list__link:hover {
  background: linear-gradient(135deg, #02ceaa1f 0%, #02ceaa0f 100%);
  border-color: #02ceaa59;
  transform: scale(1.03)
}

.reach-list__link:focus {
  outline: none;
  border-color: #02CEAA;
  background: #02ceaa14
}

.reach-list__icon {
  width: 18px;
  height: 18px;
  fill: #02CEAA;
  flex-shrink: 0
}

.policy-nav {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.policy-nav__heading {
  font-size: 24px;
  line-height: 1.5;
  color: #02CEAA;
  font-weight: 700;
  letter-spacing: -.02em;
  margin: 0 0 12px
}

.policy-nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.policy-nav__menu-item {
  margin: 0
}

.policy-nav__menu-link {
  color: #F3F3F3;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  display: block;
  padding: 12px 20px;
  background: linear-gradient(135deg, #f3f3f308 0%, #f3f3f303 100%);
  border-left: 3px solid #02ceaa40;
  border-radius: 2px;
  transition: background-color .2s ease-out, border-left-color .17s ease-out, padding-left .38s ease-out
}

.policy-nav__menu-link:hover {
  background: linear-gradient(135deg, #02ceaa1a 0%, #02ceaa0a 100%);
  border-left-color: #02CEAA;
  padding-left: 26px
}

.policy-nav__menu-link:focus {
  outline: none;
  border-left-color: #02CEAA;
  background: #02ceaa14
}

.basement__legal {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid #f3f3f314;
  font-size: 15px;
  line-height: 1.5;
  color: #f3f3f3a6;
  text-align: center
}

@media (max-width: 1280px) {
  .basement__grid {
    gap: 40px
  }
}

@media (max-width: 768px) {
  .basement {
    padding: 40px 12px 20px
  }

  .basement__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px
  }

  .firm-identity__logo-container {
    padding: 20px
  }

  .firm-identity__logo-img {
    width: 75px;
    height: 75px
  }

  .reach-list__link {
    width: 100%
  }

  .basement__legal {
    padding-top: 20px;
    text-align: left
  }
}

@media (max-width: 390px) {
  .firm-identity__logo-img {
    width: 70px;
    height: 70px
  }
}

.doc-area {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 20px;
  background: hsl(0, 0%, 8%);
  color: #F3F3F3
}

.doc-area h1 {
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0 0 40px;
  color: #F3F3F3
}

.doc-area h2 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 80px 0 20px;
  color: #F3F3F3
}

.doc-area h3 {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 40px 0 20px;
  color: #F3F3F3
}

.doc-area h4 {
  font-size: 24px;
  line-height: 1.5;
  margin: 40px 0 12px;
  color: #F3F3F3
}

.doc-area h5 {
  font-size: 15px;
  line-height: 1.5;
  margin: 20px 0 12px;
  color: #F3F3F3;
  text-transform: uppercase;
  letter-spacing: .05em
}

.doc-area h6 {
  font-size: 15px;
  line-height: 1.5;
  margin: 20px 0 12px;
  color: #02CEAA
}

.doc-area p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 20px;
  color: #f3f3f3eb
}

.doc-area ul {
  margin: 0 0 20px;
  padding: 0 0 0 40px;
  list-style-type: disc
}

.doc-area ol {
  margin: 0 0 20px;
  padding: 0 0 40px;
  list-style-type: decimal
}

.doc-area li {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 12px;
  color: #f3f3f3eb
}

.doc-area ul ul {
  margin: 12px 0 0;
  padding: 0 0 0 40px
}

.doc-area ol ol {
  margin: 12px 0 0;
  padding: 0 0 0 40px
}

.doc-area strong {
  font-weight: 700;
  color: #F3F3F3
}

.doc-area b {
  font-weight: 700;
  color: #F3F3F3
}

.doc-area a {
  color: #02CEAA;
  text-decoration: none;
  border-bottom: 1px solid #02ceaa4d;
  transition: border-color .18s ease-out, color .15s ease-out
}

.doc-area a:hover {
  color: #F3F3F3;
  border-bottom-color: #F3F3F3
}

.doc-area hr {
  border: none;
  height: 1px;
  background: #f3f3f326;
  margin: 80px 0
}

@media (max-width: 1280px) {
  .doc-area {
    padding: 40px 20px
  }

  .doc-area h1 {
    font-size: 48px;
    margin: 0 0 40px
  }

  .doc-area h2 {
    font-size: 34px;
    margin: 40px 0 20px
  }

  .doc-area h3 {
    font-size: 24px
  }
}

@media (max-width: 768px) {
  .doc-area {
    padding: 40px 12px
  }

  .doc-area h1 {
    font-size: 34px;
    margin: 0 0 20px
  }

  .doc-area h2 {
    font-size: 24px;
    margin: 40px 0 12px
  }

  .doc-area h3 {
    font-size: 24px;
    margin: 20px 0 12px
  }

  .doc-area ul {
    padding: 0 0 0 20px
  }

  .doc-area ol {
    padding: 0 0 0 20px
  }

  .doc-area ul ul {
    padding: 0 0 0 20px
  }

  .doc-area ol ol {
    padding: 0 0 0 20px
  }

  .doc-area hr {
    margin: 40px 0
  }
}

@media (max-width: 390px) {
  .doc-area {
    padding: 20px 6px
  }

  .doc-area h1 {
    font-size: 24px
  }
}

.blg_dtl {
  background: #0d0d0d;
  color: #F3F3F3;
  min-height: 100vh;
  overflow-x: hidden
}

.blg_dtl .art_hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 85vh;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0a0a0a 0%, #151515 100%)
}

.blg_dtl .art_hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 85% 15%, #02ceaa14 0%, transparent 50%);
  pointer-events: none;
  z-index: 1
}

.blg_dtl .hero_img_wrap {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%)
}

.blg_dtl .hero_img_wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 0%, #0d0d0d4d 60%, #0d0d0dd9 100%);
  pointer-events: none;
  z-index: 2
}

.blg_dtl .hero_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.blg_dtl .hero_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 80px 80px 40px;
  position: relative;
  z-index: 2
}

.blg_dtl .hero_decor {
  position: absolute;
  bottom: 12%;
  right: 8%;
  width: 280px;
  height: 280px;
  border: 1px solid #02ceaa1f;
  border-radius: 50%;
  pointer-events: none
}

.blg_dtl .hero_decor::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #02ceaa14;
  border-radius: 50%
}

.blg_dtl .hero_decor::after {
  content: '';
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  border: 1px solid #02ceaa0d;
  border-radius: 50%
}

.blg_dtl .meta_pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #02ceaa14;
  padding: 6px 20px;
  border-radius: 42px;
  margin-bottom: 20px;
  width: fit-content;
  border: 1px solid #02ceaa26
}

.blg_dtl .cat_tag {
  font-size: 15px;
  color: #02CEAA;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 600
}

.blg_dtl .read_time {
  font-size: 15px;
  color: #b8b8b8
}

.blg_dtl .art_ttl {
  font-size: 64px;
  line-height: 1.1;
  margin: 0 0 20px;
  color: #F3F3F3;
  font-weight: 700;
  letter-spacing: -.02em
}

.blg_dtl .author_line {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px
}

.blg_dtl .auth_nm {
  font-size: 15px;
  color: #02CEAA;
  font-weight: 600
}

.blg_dtl .view_count {
  font-size: 15px;
  color: #8a8a8a;
  display: flex;
  align-items: center;
  gap: 6px
}

.blg_dtl .view_icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #8a8a8a;
  stroke-width: 2
}

.blg_dtl .content_main {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 40px;
  background: linear-gradient(90deg, #0a0a0a 0%, #121212 50%, #0a0a0a 100%);
  position: relative
}

.blg_dtl .content_main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #02ceaa26 50%, transparent 100%)
}

.blg_dtl .content_grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 80px;
  align-items: start
}

.blg_dtl .article_body {
  max-width: 820px
}

.blg_dtl .article_body p {
  font-size: 24px;
  line-height: 1.8;
  margin: 0 0 40px;
  color: #d4d4d4
}

.blg_dtl .article_body h2 {
  font-size: 48px;
  line-height: 1.1;
  margin: 80px 0 40px;
  color: #F3F3F3;
  font-weight: 700;
  letter-spacing: -.01em;
  text-transform: uppercase
}

.blg_dtl .article_body h2:first-child {
  margin-top: 0
}

.blg_dtl .article_body ul {
  margin: 0 0 40px;
  padding: 0;
  list-style: none
}

.blg_dtl .article_body li {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #d4d4d4;
  padding-left: 40px;
  position: relative
}

.blg_dtl .article_body li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: #02CEAA;
  border-radius: 50%
}

.blg_dtl .article_body blockquote {
  margin: 40px 0;
  padding: 40px;
  background: #02ceaa0d;
  border-left: 4px solid #02CEAA;
  border-radius: 2px;
  font-size: 24px;
  line-height: 1.8;
  color: #e8e8e8;
  font-style: italic
}

.blg_dtl .article_body ins {
  text-decoration: none;
  background: linear-gradient(to right, #02ceaa26 0%, #02ceaa14 100%);
  padding: 2px 6px;
  border-radius: 2px;
  color: #02CEAA;
  font-weight: 600
}

.blg_dtl .article_body abbr {
  text-decoration: none;
  border-bottom: 2px dotted #02CEAA;
  cursor: help;
  color: #F3F3F3
}

.blg_dtl .side_note {
  background: #0f0f0f;
  padding: 40px;
  border-radius: 14px;
  position: sticky;
  top: 40px;
  box-shadow: 0 4px 28px 0 #02ceaa1a inset 0 1px 4px 0 #02ceaa12;
  border: 1px solid #02ceaa1f
}

.blg_dtl .note_hdg {
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 20px;
  color: #02CEAA;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em
}

.blg_dtl .note_txt {
  font-size: 15px;
  line-height: 1.5;
  color: #b8b8b8;
  margin: 0
}

.blg_dtl .divider_zigzag {
  width: 100%;
  height: 80px;
  position: relative;
  overflow: hidden
}

.blg_dtl .divider_zigzag svg {
  width: 100%;
  height: 100%;
  display: block
}

.blg_dtl .pricing_sec {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 40px;
  background: #121212;
  position: relative;
  animation: edge_glow 4.2s ease-in-out infinite
}

@keyframes edge_glow {

  0%,
  100% {
    box-shadow: inset 0 0 0 1px #02ceaa14
  }

  50% {
    box-shadow: inset 0 0 0 1px #02ceaa2e
  }
}

.blg_dtl .pricing_hdg {
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 80px;
  color: #F3F3F3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .06em
}

.blg_dtl .price_tbl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

.blg_dtl .price_col {
  background: #0a0a0a;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 1px 4px 0 #02ceaa12;
  border: 1px solid #02ceaa14;
  transition: transform .28s ease-out, box-shadow .28s ease-out;
  position: relative
}

.blg_dtl .price_col:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 48px 0 #02ceaa1c
}

.blg_dtl .price_col.featured {
  border-color: #02CEAA;
  background: linear-gradient(135deg, #0d0d0d 0%, #0a0a0a 100%)
}

.blg_dtl .price_col.featured::before {
  content: 'Beliebt';
  position: absolute;
  top: -12px;
  right: 40px;
  background: #02CEAA;
  color: #0a0a0a;
  padding: 6px 20px;
  border-radius: 42px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em
}

.blg_dtl .plan_nm {
  font-size: 34px;
  line-height: 1.1;
  margin: 0 0 12px;
  color: #F3F3F3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em
}

.blg_dtl .plan_price {
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 6px;
  color: #02CEAA;
  font-weight: 700
}

.blg_dtl .plan_period {
  font-size: 15px;
  color: #8a8a8a;
  margin: 0 0 40px
}

.blg_dtl .plan_features {
  list-style: none;
  margin: 0 0 40px;
  padding: 0
}

.blg_dtl .plan_features li {
  font-size: 15px;
  line-height: 1.5;
  color: #d4d4d4;
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative
}

.blg_dtl .plan_features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border: 2px solid #02CEAA;
  border-radius: 50%
}

.blg_dtl .plan_features li::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #02CEAA;
  border-bottom: 2px solid #02CEAA;
  transform: rotate(45deg)
}

.blg_dtl .plan_btn {
  width: 100%;
  padding: 20px;
  background: #1a1a1a;
  color: #F3F3F3;
  border: 1px solid #02ceaa1f;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  cursor: pointer;
  transition: background .18s ease-out, transform .22s ease-out
}

.blg_dtl .plan_btn:hover {
  background: #202020;
  transform: scale(1.03)
}

.blg_dtl .featured .plan_btn {
  background: #02CEAA;
  color: #0a0a0a;
  border-color: #02CEAA
}

.blg_dtl .featured .plan_btn:hover {
  background: #03e0bc
}

.blg_dtl .interactive_sec {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 40px;
  background: linear-gradient(90deg, #0a0a0a 0%, #0f0f0f 100%);
  position: relative;
  overflow: hidden
}

.blg_dtl .interactive_sec::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #02ceaa26 50%, transparent 100%)
}

.blg_dtl .int_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center
}

.blg_dtl .int_txt_wrap {
  text-align: right
}

.blg_dtl .int_hdg {
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 40px;
  color: #F3F3F3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em
}

.blg_dtl .int_para {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 20px;
  color: #b8b8b8
}

.blg_dtl .int_para:last-of-type {
  margin-bottom: 0
}

.blg_dtl .int_cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px
}

.blg_dtl .int_card {
  background: #0f0f0f;
  padding: 40px;
  border-radius: 14px;
  border: 1px solid #02ceaa14;
  box-shadow: inset 0 1px 4px 0 #02ceaa12;
  transition: border-color .32s ease-out;
  position: relative;
  overflow: hidden
}

.blg_dtl .int_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #02ceaa0d;
  transition: width .42s ease-out;
  pointer-events: none
}

.blg_dtl .int_card:hover::before {
  width: 100%
}

.blg_dtl .int_card:hover {
  border-color: #02ceaa40
}

.blg_dtl .card_num {
  font-size: 64px;
  line-height: 1.1;
  margin: 0 0 12px;
  color: #02CEAA;
  font-weight: 700;
  opacity: .3
}

.blg_dtl .card_ttl {
  font-size: 34px;
  line-height: 1.1;
  margin: 0 0 12px;
  color: #F3F3F3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  position: relative;
  z-index: 1
}

.blg_dtl .card_desc {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  color: #b8b8b8;
  position: relative;
  z-index: 1
}

.blg_dtl .underline_hover_wrap {
  display: inline-block;
  position: relative
}

.blg_dtl .underline_hover_wrap::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #02CEAA;
  transition: width .38s ease-out
}

.blg_dtl .int_card:hover .underline_hover_wrap::after {
  width: 100%
}

@media (max-width: 1280px) {
  .blg_dtl .art_hero {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .blg_dtl .hero_img_wrap {
    clip-path: none;
    min-height: 50vh
  }

  .blg_dtl .hero_txt {
    padding: 40px
  }

  .blg_dtl .art_ttl {
    font-size: 48px
  }

  .blg_dtl .content_grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .blg_dtl .side_note {
    position: static
  }

  .blg_dtl .price_tbl {
    grid-template-columns: 1fr
  }

  .blg_dtl .int_grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .blg_dtl .int_txt_wrap {
    text-align: left
  }
}

@media (max-width: 768px) {
  .blg_dtl .hero_txt {
    padding: 40px 20px
  }

  .blg_dtl .art_ttl {
    font-size: 34px
  }

  .blg_dtl .content_main {
    padding: 40px 20px
  }

  .blg_dtl .article_body p,
  .blg_dtl .article_body li,
  .blg_dtl .article_body blockquote {
    font-size: 15px
  }

  .blg_dtl .article_body h2 {
    font-size: 34px;
    margin: 40px 0 20px
  }

  .blg_dtl .pricing_sec {
    padding: 40px 20px
  }

  .blg_dtl .pricing_hdg {
    font-size: 34px;
    margin-bottom: 40px
  }

  .blg_dtl .interactive_sec {
    padding: 40px 20px
  }

  .blg_dtl .int_hdg {
    font-size: 34px
  }

  .blg_dtl .int_para {
    font-size: 15px
  }

  .blg_dtl .plan_nm,
  .blg_dtl .card_ttl {
    font-size: 24px
  }

  .blg_dtl .plan_price {
    font-size: 34px
  }

  .blg_dtl .card_num {
    font-size: 48px
  }
}

@media (max-width: 390px) {
  .blg_dtl .hero_txt {
    padding: 20px
  }

  .blg_dtl .art_ttl {
    font-size: 24px
  }

  .blg_dtl .content_main,
  .blg_dtl .pricing_sec,
  .blg_dtl .interactive_sec {
    padding: 20px
  }

  .blg_dtl .side_note,
  .blg_dtl .price_col,
  .blg_dtl .int_card {
    padding: 20px
  }
}

.evnt__dtl {
  background: #0a0a0a;
  color: #F3F3F3;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow-x: clip
}

.evnt__dtl .tblock {
  background: linear-gradient(127deg, #201F1F 0%, #0d0d0d 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden
}

.evnt__dtl .tblock__inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.evnt__dtl .tblock h1 {
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 20px;
  letter-spacing: -.02em;
  font-weight: 700
}

.evnt__dtl .tblock h1 .accent {
  background: linear-gradient(135deg, #02CEAA 0%, #01a589 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.evnt__dtl .tblock__meta {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
  flex-wrap: wrap
}

.evnt__dtl .tblock__meta-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center
}

.evnt__dtl .tblock__meta-label {
  font-size: 15px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600
}

.evnt__dtl .tblock__meta-value {
  font-size: 24px;
  color: #F3F3F3;
  font-weight: 700
}

.evnt__dtl .tblock__actions {
  margin: 40px 0 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap
}

.evnt__dtl .btn__print {
  background: #1a1a1a;
  color: #F3F3F3;
  border: 2px solid #2a2a2a;
  padding: 12px 40px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 7px;
  cursor: pointer;
  transition: background .18s ease-out, border-color .18s ease-out, transform .22s ease-out, box-shadow .35s ease-out;
  text-transform: uppercase;
  letter-spacing: .05em;
  box-shadow: 0 4px 28px 0 #02ceaa1a;
  animation: shadow-pulse 3.2s ease-in-out infinite
}

.evnt__dtl .btn__print:hover {
  background: #252525;
  border-color: #02CEAA;
  transform: scale(1.05);
  box-shadow: 0 12px 48px 0 #02ceaa1c
}

@keyframes shadow-pulse {

  0%,
  100% {
    box-shadow: 0 4px 28px 0 #02ceaa1a
  }

  50% {
    box-shadow: 0 12px 48px 0 #02ceaa2e
  }
}

.evnt__dtl .visual__grid {
  background: #0f0f0f;
  padding: 80px 20px;
  position: relative
}

.evnt__dtl .visual__grid-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px
}

.evnt__dtl .visual__card {
  background: #151515;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 4px 0 #02ceaa12 inset 0 2px 8px 0 #0000004d;
  transition: transform .28s ease-out, box-shadow .28s ease-out;
  position: relative
}

.evnt__dtl .visual__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 48px 0 #02ceaa1c inset 0 2px 8px 0 #0000004d
}

.evnt__dtl .visual__card-img {
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden
}

.evnt__dtl .visual__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .42s ease-out
}

.evnt__dtl .visual__card:hover .visual__card-img img {
  transform: scale(1.08)
}

.evnt__dtl .visual__card-content {
  padding: 40px
}

.evnt__dtl .visual__card h2 {
  font-size: 34px;
  line-height: 1.1;
  margin: 0 0 20px;
  color: #F3F3F3;
  font-weight: 700;
  letter-spacing: -.01em;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px
}

.evnt__dtl .visual__card h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #02CEAA;
  border-radius: 2px
}

.evnt__dtl .visual__card-body {
  font-size: 15px;
  line-height: 1.8;
  color: #b8b8b8
}

.evnt__dtl .visual__card-body p {
  margin: 0 0 20px
}

.evnt__dtl .visual__card-body p:last-child {
  margin-bottom: 0
}

.evnt__dtl .visual__card-body h2 {
  font-size: 24px;
  margin: 40px 0 20px;
  color: #F3F3F3;
  font-weight: 600;
  text-transform: none;
  padding-left: 0
}

.evnt__dtl .visual__card-body h2::before {
  display: none
}

.evnt__dtl .visual__card-body ul,
.evnt__dtl .visual__card-body ol {
  margin: 20px 0;
  padding-left: 20px
}

.evnt__dtl .visual__card-body li {
  margin: 12px 0;
  color: #b8b8b8
}

.evnt__dtl .visual__card-body strong {
  color: #F3F3F3;
  font-weight: 600
}

.evnt__dtl .visual__card-body small {
  font-size: 15px;
  color: #888
}

.evnt__dtl .visual__card-body dl {
  margin: 20px 0
}

.evnt__dtl .visual__card-body dt {
  font-weight: 600;
  color: #F3F3F3;
  margin: 12px 0 6px
}

.evnt__dtl .visual__card-body dd {
  margin: 0 0 12px 20px;
  color: #b8b8b8
}

.evnt__dtl .visual__card-body details {
  margin: 20px 0;
  background: #1a1a1a;
  border-radius: 7px;
  padding: 20px
}

.evnt__dtl .visual__card-body summary {
  cursor: pointer;
  font-weight: 600;
  color: #F3F3F3;
  list-style: none;
  transition: color .18s ease-out
}

.evnt__dtl .visual__card-body summary:hover {
  color: #02CEAA
}

.evnt__dtl .visual__card-body abbr {
  text-decoration: none;
  border-bottom: 1px dashed #02CEAA;
  cursor: help
}

.evnt__dtl .timeline__wrap {
  background: #F3F3F3;
  padding: 80px 20px;
  position: relative
}

.evnt__dtl .timeline__header {
  max-width: 1400px;
  margin: 0 auto 80px;
  text-align: right
}

.evnt__dtl .timeline__header h2 {
  font-size: 48px;
  line-height: 1.1;
  color: #201F1F;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0
}

.evnt__dtl .timeline__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative
}

.evnt__dtl .timeline__line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #d0d0d0 0%, #201F1F 100%);
  transform: translateX(-50%);
  z-index: 1
}

.evnt__dtl .timeline__items {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 80px
}

.evnt__dtl .timeline__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative
}

.evnt__dtl .timeline__item:nth-child(even) {
  direction: rtl
}

.evnt__dtl .timeline__item:nth-child(even) .timeline__content {
  direction: ltr;
  text-align: left
}

.evnt__dtl .timeline__content {
  background: #201F1F;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 4px 28px 0 #201f1f1a inset 0 1px 6px 0 #0003;
  position: relative;
  transition: transform .32s ease-out, box-shadow .32s ease-out
}

.evnt__dtl .timeline__content:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 48px 0 #201f1f1c inset 0 1px 6px 0 #0003;
  animation: shadow-pulse 3.2s ease-in-out infinite
}

.evnt__dtl .timeline__item:nth-child(odd) .timeline__content {
  text-align: right
}

.evnt__dtl .timeline__dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #02CEAA;
  border-radius: 42px;
  border: 4px solid #F3F3F3;
  z-index: 3;
  box-shadow: 0 4px 28px 0 #02ceaa1a;
  animation: shadow-pulse 3.2s ease-in-out infinite
}

.evnt__dtl .timeline__content h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #F3F3F3;
  margin: 0 0 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em
}

.evnt__dtl .timeline__content p {
  font-size: 15px;
  line-height: 1.8;
  color: #b8b8b8;
  margin: 0
}

.evnt__dtl .timeline__content h2 {
  font-size: 24px;
  margin: 20px 0 12px;
  color: #F3F3F3;
  font-weight: 600
}

.evnt__dtl .timeline__content ul,
.evnt__dtl .timeline__content ol {
  margin: 12px 0;
  padding-left: 20px
}

.evnt__dtl .timeline__content li {
  margin: 6px 0;
  color: #b8b8b8
}

.evnt__dtl .timeline__content dl {
  margin: 12px 0
}

.evnt__dtl .timeline__content dt {
  font-weight: 600;
  color: #F3F3F3;
  margin: 12px 0 6px
}

.evnt__dtl .timeline__content dd {
  margin: 0 0 12px 20px;
  color: #b8b8b8
}

.evnt__dtl .timeline__content abbr {
  text-decoration: none;
  border-bottom: 1px dashed #02CEAA;
  cursor: help
}

.evnt__dtl .timeline__empty {
  opacity: 0;
  pointer-events: none
}

.evnt__dtl .timeline__path {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0
}

.evnt__dtl .timeline__path svg {
  position: absolute;
  top: 12%;
  left: 5%;
  width: 90%;
  height: 76%
}

.evnt__dtl .timeline__path path {
  fill: none;
  stroke: #02ceaa26;
  stroke-width: 2;
  stroke-dasharray: 8 12;
  stroke-linecap: round
}

.evnt__dtl .divider__thick {
  height: 6px;
  background: linear-gradient(to right, #1a1a1a 0%, #02CEAA 100%);
  margin: 0;
  border: none
}

@media (max-width: 1280px) {
  .evnt__dtl .tblock h1 {
    font-size: 34px
  }

  .evnt__dtl .tblock__meta {
    gap: 20px
  }

  .evnt__dtl .visual__card h2 {
    font-size: 24px
  }

  .evnt__dtl .timeline__header h2 {
    font-size: 34px
  }

  .evnt__dtl .timeline__line {
    left: 40px
  }

  .evnt__dtl .timeline__item {
    grid-template-columns: 1fr;
    padding-left: 80px
  }

  .evnt__dtl .timeline__item:nth-child(even) {
    direction: ltr
  }

  .evnt__dtl .timeline__content {
    text-align: left !important
  }

  .evnt__dtl .timeline__dot {
    left: 40px
  }

  .evnt__dtl .timeline__empty {
    display: none
  }
}

@media (max-width: 768px) {
  .evnt__dtl .tblock {
    padding: 40px 20px
  }

  .evnt__dtl .tblock h1 {
    font-size: 24px
  }

  .evnt__dtl .tblock__meta {
    flex-direction: column;
    gap: 20px
  }

  .evnt__dtl .tblock__meta-value {
    font-size: 15px
  }

  .evnt__dtl .tblock__actions {
    flex-direction: column
  }

  .evnt__dtl .btn__print {
    width: 100%
  }

  .evnt__dtl .visual__grid {
    padding: 40px 20px
  }

  .evnt__dtl .visual__card-img {
    height: 240px
  }

  .evnt__dtl .visual__card-content {
    padding: 20px
  }

  .evnt__dtl .visual__card h2 {
    font-size: 24px
  }

  .evnt__dtl .timeline__wrap {
    padding: 40px 20px
  }

  .evnt__dtl .timeline__header {
    margin-bottom: 40px
  }

  .evnt__dtl .timeline__header h2 {
    font-size: 24px
  }

  .evnt__dtl .timeline__items {
    gap: 40px
  }

  .evnt__dtl .timeline__item {
    padding-left: 60px
  }

  .evnt__dtl .timeline__line {
    left: 20px
  }

  .evnt__dtl .timeline__dot {
    left: 20px;
    width: 14px;
    height: 14px
  }

  .evnt__dtl .timeline__content {
    padding: 20px
  }

  .evnt__dtl .timeline__content h3 {
    font-size: 15px
  }
}

@media (max-width: 390px) {
  .evnt__dtl .tblock h1 {
    font-size: 24px
  }

  .evnt__dtl .visual__card h2 {
    font-size: 15px
  }

  .evnt__dtl .timeline__header h2 {
    font-size: 15px
  }
}

.blg {
  background: #0d0d0d;
  color: #F3F3F3;
  margin: 0;
  padding: 0;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: clip
}

.blg__title-stage {
  position: relative;
  background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
  padding: 80px 20px;
  overflow: hidden
}

.blg__title-stage::before {
  content: '';
  position: absolute;
  top: 20px;
  right: 40px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle at top right, #02ceaa14 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none
}

.blg__title-stage::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #02ceaa4d 50%, transparent 100%)
}

.blg__title-wrap {
  max-width: 960px;
  margin: 0 auto;
  position: relative
}

.blg__main-heading {
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #F3F3F3
}

.blg__main-heading span {
  display: inline-block;
  opacity: 0;
  animation: blg-letter-drop .32s ease-out forwards
}

.blg__main-heading span:nth-child(1) {
  animation-delay: .03s
}

.blg__main-heading span:nth-child(2) {
  animation-delay: .06s
}

.blg__main-heading span:nth-child(3) {
  animation-delay: .09s
}

.blg__main-heading span:nth-child(4) {
  animation-delay: .12s
}

.blg__main-heading span:nth-child(5) {
  animation-delay: .15s
}

.blg__main-heading span:nth-child(6) {
  animation-delay: .18s
}

.blg__main-heading span:nth-child(7) {
  animation-delay: .21s
}

.blg__main-heading span:nth-child(8) {
  animation-delay: .24s
}

.blg__main-heading span:nth-child(9) {
  animation-delay: .27s
}

.blg__main-heading span:nth-child(10) {
  animation-delay: .3s
}

.blg__main-heading span:nth-child(11) {
  animation-delay: .33s
}

.blg__main-heading span:nth-child(12) {
  animation-delay: .36s
}

.blg__main-heading span:nth-child(13) {
  animation-delay: .39s
}

.blg__main-heading span:nth-child(14) {
  animation-delay: .42s
}

@keyframes blg-letter-drop {
  0% {
    opacity: 0;
    transform: translateY(-60px) rotateX(-90deg)
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0)
  }
}

.blg__subtitle {
  font-size: 24px;
  line-height: 1.5;
  margin: 40px 0 0;
  color: #f3f3f3bf;
  max-width: 720px;
  letter-spacing: .01em
}

.blg__curve-connector {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 80px;
  background: linear-gradient(180deg, #02ceaa99 0%, transparent 100%)
}

.blg__curve-connector::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #02CEAA;
  border-radius: 50%;
  box-shadow: 0 0 20px #02ceaa99
}

.blg__post-grid {
  padding: 120px 20px 80px;
  background: #0a0a0a;
  position: relative
}

.blg__post-grid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 49px, #02ceaa08 49px, #02ceaa08 50px), repeating-linear-gradient(90deg, transparent, transparent 49px, #02ceaa08 49px, #02ceaa08 50px);
  pointer-events: none;
  opacity: .4
}

.blg__grid-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 40px;
  position: relative;
  z-index: 1
}

.blg__post-card {
  background: #141414;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 #f3f3f30d 0 4px 28px 0 #02ceaa1a;
  transition: transform .35s ease-out, box-shadow .35s ease-out;
  position: relative;
  display: flex;
  flex-direction: column
}

.blg__post-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #02CEAA 0%, transparent 100%);
  opacity: .15;
  pointer-events: none;
  border-radius: 0 14px 0 0;
  z-index: 1
}

.blg__post-card:hover {
  transform: translateY(-8px);
  box-shadow: inset 0 1px 0 #f3f3f314 0 12px 48px 0 #02ceaa1c
}

.blg__card-img-wrap {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #0d0d0d
}

.blg__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .42s ease-out, opacity .42s ease-out
}

.blg__post-card:hover .blg__card-img {
  transform: scale(1.08);
  opacity: .85
}

.blg__img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(180deg, transparent 0%, #0d0d0df2 100%);
  color: #F3F3F3;
  font-size: 15px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .28s ease-out, transform .28s ease-out;
  pointer-events: none
}

.blg__post-card:hover .blg__img-caption {
  opacity: 1;
  transform: translateY(0)
}

.blg__card-body {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column
}

.blg__card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap
}

.blg__card-tag {
  font-size: 15px;
  color: #02CEAA;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700
}

.blg__card-meta-sep {
  width: 4px;
  height: 4px;
  background: #f3f3f34d;
  border-radius: 50%
}

.blg__card-read {
  font-size: 15px;
  color: #f3f3f380
}

.blg__card-title {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 12px;
  color: #F3F3F3;
  font-weight: 700
}

.blg__card-title a {
  color: inherit;
  text-decoration: none;
  transition: color .18s ease-out
}

.blg__card-title a:hover {
  color: #02CEAA
}

.blg__card-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #f3f3f3b3;
  margin: 0 0 20px;
  flex-grow: 1
}

.blg__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #f3f3f31a
}

.blg__card-author {
  font-size: 15px;
  color: #f3f3f399;
  display: flex;
  align-items: center;
  gap: 6px
}

.blg__author-icon {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.blg__card-views {
  font-size: 15px;
  color: #f3f3f380;
  display: flex;
  align-items: center;
  gap: 6px
}

.blg__views-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .22s ease-out
}

.blg__post-card:hover .blg__views-icon {
  transform: scale(1.15)
}

.blg__insight-stage {
  background: radial-gradient(circle at top right, #121212 0%, #0a0a0a 100%);
  padding: 80px 20px;
  position: relative
}

.blg__insight-stage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #02ceaa4d 50%, transparent 100%)
}

.blg__insight-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start
}

.blg__insight-main {
  background: linear-gradient(135deg, #1a1a1a 0%, #141414 100%);
  padding: 40px;
  border-radius: 14px;
  box-shadow: inset 0 2px 8px #0000004d 0 4px 28px 0 #02ceaa1a;
  position: relative
}

.blg__insight-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(225deg, #02ceaa33 0%, transparent 100%);
  border-radius: 14px 0 14px 0;
  pointer-events: none
}

.blg__insight-heading {
  font-size: 34px;
  line-height: 1.5;
  margin: 0 0 20px;
  color: #F3F3F3;
  font-weight: 700;
  letter-spacing: -.01em
}

.blg__insight-text {
  font-size: 15px;
  line-height: 1.8;
  color: #f3f3f3bf;
  margin: 0 0 20px
}

.blg__insight-text:last-child {
  margin-bottom: 0
}

.blg__insight-aside {
  background: #0f0f0f;
  padding: 40px;
  border-radius: 7px;
  box-shadow: inset 0 2px 8px #0006 0 1px 4px 0 #02ceaa12;
  text-align: right
}

.blg__aside-label {
  font-size: 15px;
  line-height: 1.5;
  color: #f3f3f380;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 12px;
  font-weight: 700
}

.blg__aside-value {
  font-size: 48px;
  line-height: 1.1;
  color: #02CEAA;
  margin: 0;
  font-weight: 700;
  letter-spacing: -.02em
}

.blg__visual-stage {
  background: linear-gradient(180deg, #0a0a0a 0%, #0f0f0f 100%);
  padding: 80px 20px;
  position: relative
}

.blg__visual-stage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f3f3f30d
}

.blg__visual-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: start
}

.blg__visual-double {
  grid-column: span 2
}

.blg__visual-card {
  background: #141414;
  border-radius: 42px;
  padding: 40px;
  box-shadow: inset 0 3px 12px #00000059 0 4px 28px 0 #02ceaa1a;
  position: relative;
  transition: transform .38s ease-out, box-shadow .38s ease-out
}

.blg__visual-card:hover {
  transform: scale(1.02);
  box-shadow: inset 0 3px 12px #00000059 0 12px 48px 0 #02ceaa1c
}

.blg__visual-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, #02ceaa0d 0%, transparent 70%);
  border-radius: 42px;
  pointer-events: none
}

.blg__visual-heading {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 20px;
  color: #F3F3F3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em
}

.blg__visual-text {
  font-size: 15px;
  line-height: 1.8;
  color: #f3f3f3b3;
  margin: 0
}

.blg__visual-img-wrap {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 7px;
  margin-bottom: 20px;
  background: #0d0d0d
}

.blg__visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease-out, filter .45s ease-out
}

.blg__visual-card:hover .blg__visual-img {
  transform: scale(1.1);
  filter: brightness(1.1)
}

.blg__visual-img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(180deg, transparent 0%, #0d0d0deb 100%);
  color: #F3F3F3;
  font-size: 15px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .3s ease-out, transform .3s ease-out
}

.blg__visual-card:hover .blg__visual-img-caption {
  opacity: 1;
  transform: translateY(0)
}

.blg__visual-small {
  grid-column: span 1
}

.blg__cta-stage {
  background: radial-gradient(circle at center, #141414 0%, #0a0a0a 100%);
  padding: 80px 20px;
  position: relative
}

.blg__cta-stage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #02ceaa4d 50%, transparent 100%)
}

.blg__cta-container {
  max-width: 960px;
  margin: 0 auto;
  text-align: center
}

.blg__cta-heading {
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 20px;
  color: #F3F3F3;
  font-weight: 700;
  letter-spacing: -.02em
}

.blg__cta-text {
  font-size: 24px;
  line-height: 1.5;
  color: #f3f3f3b3;
  margin: 0 0 40px
}

.blg__cta-btn {
  display: inline-block;
  padding: 20px 40px;
  background: #1a1a1a;
  color: #F3F3F3;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-decoration: none;
  border-radius: 2px;
  box-shadow: 0 4px 28px 0 #02ceaa1a;
  transition: transform .25s ease-out, background .18s ease-out, box-shadow .25s ease-out;
  border: 2px solid #02ceaa4d
}

.blg__cta-btn:hover {
  transform: scale(1.05);
  background: #202020;
  box-shadow: 0 12px 48px 0 #02ceaa1c;
  border-color: #02ceaa99
}

@media (max-width: 1280px) {
  .blg__visual-container {
    grid-template-columns: 1fr 1fr
  }

  .blg__visual-double {
    grid-column: span 2
  }

  .blg__visual-small {
    grid-column: span 1
  }
}

@media (max-width: 768px) {
  .blg__main-heading {
    font-size: 48px
  }

  .blg__subtitle {
    font-size: 15px
  }

  .blg__grid-container {
    grid-template-columns: 1fr
  }

  .blg__insight-container {
    grid-template-columns: 1fr
  }

  .blg__visual-container {
    grid-template-columns: 1fr
  }

  .blg__visual-double,
  .blg__visual-small {
    grid-column: span 1
  }

  .blg__cta-heading {
    font-size: 34px
  }

  .blg__cta-text {
    font-size: 15px
  }

  .blg__insight-main,
  .blg__insight-aside {
    padding: 20px
  }
}

@media (max-width: 390px) {
  .blg__title-stage {
    padding: 40px 12px
  }

  .blg__main-heading {
    font-size: 34px
  }

  .blg__post-grid {
    padding: 80px 12px 40px
  }

  .blg__grid-container {
    gap: 20px
  }

  .blg__card-body {
    padding: 12px
  }
}

.ent {
  background: #0d0d0d;
  color: #F3F3F3;
  overflow-x: clip;
  max-width: 100%
}

.ent__tblk {
  position: relative;
  padding: 120px 20px 60px;
  background: radial-gradient(circle at 85% 15%, #02CEAA, #201F1F 65%, #0d0d0d);
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto
}

.ent__tblk::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #f3f3f308 1px, transparent 1px), radial-gradient(circle, #02ceaa0a 1px, transparent 1px);
  background-size: 40px 40px, 60px 60px;
  background-position: 0 0, 20px 20px;
  opacity: .6;
  pointer-events: none
}

.ent__tblk-inn {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.ent__tblk-h {
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  font-weight: 700
}

.ent__tblk-h span {
  background: linear-gradient(135deg, #02CEAA, #F3F3F3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.ent__tblk-tx {
  font-size: 24px;
  line-height: 1.5;
  opacity: .85;
  margin: 0
}

.ent__conn {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 20px;
  background: linear-gradient(180deg, #0d0d0d 0%, #151515 100%);
  position: relative
}

.ent__conn::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, transparent, #02CEAA, transparent);
  opacity: .4
}

.ent__conn-inn {
  max-width: 720px;
  margin: 0 auto
}

.ent__conn-h {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 40px;
  text-align: right
}

.ent__conn-gr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px
}

.ent__conn-crd {
  background: #1a1a1a;
  padding: 40px;
  border-radius: 14px;
  border: 1px solid #02ceaa1a;
  box-shadow: inset 0 2px 6px 0 #02ceaa08;
  transition: border-color .35s ease-out, transform .28s ease-out;
  position: relative;
  overflow: hidden
}

.ent__conn-crd::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 14px;
  opacity: 0;
  transition: opacity .38s ease-out;
  pointer-events: none
}

.ent__conn-crd::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 2px solid #02CEAA;
  border-right: 2px solid #02CEAA;
  border-bottom: 2px solid #02CEAA;
  border-left: 2px solid #02CEAA;
  border-radius: 14px;
  opacity: 0;
  transition: opacity .42s ease-out;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  pointer-events: none
}

.ent__conn-crd:hover {
  border-color: #02ceaa4d;
  transform: translateY(-3px)
}

.ent__conn-crd:hover::after {
  opacity: 1;
  animation: ent__draw 1.2s ease-out forwards
}

@keyframes ent__draw {
  0% {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%)
  }

  25% {
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0)
  }

  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%)
  }

  75% {
    clip-path: polygon(100% 100%, 100% 100%, 0% 100%, 0 100%)
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
  }
}

.ent__conn-crd-lbl {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #02CEAA;
  margin: 0 0 12px;
  font-weight: 600
}

.ent__conn-crd-tx {
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
  font-weight: 500
}

.ent__map {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 20px;
  background: #121212
}

.ent__map-inn {
  max-width: 1200px;
  margin: 0 auto
}

.ent__map-h {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 40px;
  text-align: center
}

.ent__map-gr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px
}

.ent__map-tg {
  background: linear-gradient(135deg, #1a1a1a, #0f0f0f);
  padding: 20px;
  border-radius: 7px;
  text-align: center;
  border: 1px solid #f3f3f30d;
  transition: background .32s ease-out, border-color .25s ease-out, transform .18s ease-out;
  cursor: pointer
}

.ent__map-tg:hover {
  background: linear-gradient(135deg, #201F1F, #151515);
  border-color: #02ceaa4d;
  transform: scale(1.05)
}

.ent__map-tg-nm {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .05em;
  margin: 0 0 6px;
  font-weight: 600;
  color: #F3F3F3
}

.ent__map-tg-cnt {
  font-size: 15px;
  line-height: 1.5;
  color: #02CEAA;
  margin: 0
}

.ent__div1 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.ent__div1-svg {
  width: 100%;
  height: 100%;
  max-width: 800px
}

.ent__wrt {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 20px;
  background: linear-gradient(180deg, #151515 0%, #0d0d0d 100%);
  position: relative
}

.ent__wrt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, transparent, #02CEAA 50%, transparent);
  opacity: .5
}

.ent__wrt-inn {
  max-width: 720px;
  margin: 0 auto
}

.ent__wrt-h {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 40px
}

.ent__wrt-tx {
  font-size: 24px;
  line-height: 1.8;
  margin: 0 0 20px;
  opacity: .9
}

.ent__wrt-tx:last-child {
  margin-bottom: 0
}

.ent__posts {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 20px;
  background: #0d0d0d
}

.ent__posts-inn {
  max-width: 1200px;
  margin: 0 auto
}

.ent__posts-h {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 40px
}

.ent__posts-lst {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px
}

.ent__posts-itm {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
  background: #1a1a1a;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #f3f3f30d;
  box-shadow: inset 0 3px 8px 0 #02ceaa0a;
  transition: border-color .35s ease-out, box-shadow .4s ease-out
}

.ent__posts-itm:hover {
  border-color: #02ceaa33;
  box-shadow: 0 8px 36px 0 #02ceaa14
}

.ent__posts-img-wr {
  position: relative;
  overflow: hidden;
  background: #0f0f0f
}

.ent__posts-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease-out, filter .38s ease-out
}

.ent__posts-itm:hover .ent__posts-img {
  transform: scale(1.08);
  filter: brightness(1.15)
}

.ent__posts-cnt {
  padding: 40px 40px 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.ent__posts-meta {
  display: flex;
  gap: 20px;
  margin: 0 0 12px;
  flex-wrap: wrap
}

.ent__posts-tg {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #02CEAA;
  font-weight: 600
}

.ent__posts-auth {
  font-size: 15px;
  line-height: 1.5;
  color: #f3f3f399
}

.ent__posts-rt {
  font-size: 15px;
  line-height: 1.5;
  color: #f3f3f399
}

.ent__posts-ttl {
  font-size: 34px;
  line-height: 1.1;
  margin: 0 0 12px;
  font-weight: 700
}

.ent__posts-lnk {
  color: #F3F3F3;
  text-decoration: none;
  transition: color .22s ease-out
}

.ent__posts-lnk:hover {
  color: #02CEAA
}

.ent__posts-dsc {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 12px;
  opacity: .8
}

.ent__posts-vw {
  font-size: 15px;
  line-height: 1.5;
  color: #f3f3f380
}

.ent__div2 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.ent__div2-svg {
  width: 100%;
  height: 100%;
  max-width: 800px
}

.ent__entr {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 20px;
  background: #121212
}

.ent__entr-inn {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px
}

.ent__entr-crd {
  background: linear-gradient(135deg, #1a1a1a, #0f0f0f);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #02ceaa1a;
  box-shadow: 0 6px 32px 0 #02ceaa0f;
  transition: transform .32s ease-out, box-shadow .4s ease-out
}

.ent__entr-crd:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 48px 0 #02ceaa1c
}

.ent__entr-img-wr {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #0d0d0d
}

.ent__entr-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .42s ease-out
}

.ent__entr-crd:hover .ent__entr-img {
  transform: scale(1.1)
}

.ent__entr-cnt {
  padding: 40px
}

.ent__entr-h {
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 12px;
  font-weight: 700;
  letter-spacing: .02em
}

.ent__entr-tx {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  opacity: .85
}

.ent__act {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 20px;
  background: linear-gradient(180deg, #0d0d0d 0%, #151515 100%);
  position: relative
}

.ent__act::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, transparent, #02CEAA, transparent);
  opacity: .4
}

.ent__act-inn {
  max-width: 720px;
  margin: 0 auto;
  text-align: right
}

.ent__act-h {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px
}

.ent__act-tx {
  font-size: 24px;
  line-height: 1.8;
  margin: 0 0 40px;
  opacity: .9
}

.ent__act-btn {
  display: inline-block;
  padding: 20px 40px;
  background: #02CEAA;
  color: #201F1F;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 7px;
  text-decoration: none;
  border: 2px solid #02CEAA;
  transition: background .28s ease-out, color .28s ease-out, transform .2s ease-out
}

.ent__act-btn:hover {
  background: transparent;
  color: #02CEAA;
  transform: scale(1.08)
}

.ent__rhy {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 20px;
  background: #0d0d0d;
  position: relative
}

.ent__rhy::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, transparent, #02CEAA 50%, transparent);
  opacity: .5
}

.ent__rhy-inn {
  max-width: 720px;
  margin: 0 auto
}

.ent__rhy-h {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 40px
}

.ent__rhy-tx {
  font-size: 24px;
  line-height: 1.8;
  margin: 0 0 20px;
  opacity: .9
}

.ent__rhy-tx:last-child {
  margin-bottom: 0
}

.ent__rhy-lst {
  margin: 40px 0 0;
  padding: 0;
  list-style: none
}

.ent__rhy-itm {
  padding: 20px 0;
  border-bottom: 1px solid #f3f3f31a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: border-color .3s ease-out
}

.ent__rhy-itm:hover {
  border-color: #02ceaa4d
}

.ent__rhy-itm-lbl {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .05em;
  font-weight: 600
}

.ent__rhy-itm-val {
  font-size: 15px;
  line-height: 1.5;
  color: #02CEAA
}

@media (max-width: 1280px) {
  .ent__tblk {
    padding: 100px 20px 50px
  }

  .ent__tblk-h {
    font-size: 48px
  }

  .ent__conn-gr {
    grid-template-columns: 1fr
  }

  .ent__map-gr {
    grid-template-columns: repeat(2, 1fr)
  }

  .ent__posts-itm {
    grid-template-columns: 300px 1fr;
    gap: 20px
  }

  .ent__entr-inn {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .ent__tblk {
    padding: 80px 20px 40px
  }

  .ent__tblk-h {
    font-size: 34px
  }

  .ent__tblk-tx {
    font-size: 15px
  }

  .ent__conn {
    padding: 60px 20px
  }

  .ent__conn-h {
    font-size: 24px;
    text-align: left
  }

  .ent__conn-crd {
    padding: 20px
  }

  .ent__map {
    padding: 60px 20px
  }

  .ent__map-h {
    font-size: 34px
  }

  .ent__map-gr {
    grid-template-columns: 1fr
  }

  .ent__wrt {
    padding: 60px 20px
  }

  .ent__wrt-h {
    font-size: 24px
  }

  .ent__wrt-tx {
    font-size: 15px
  }

  .ent__posts {
    padding: 60px 20px
  }

  .ent__posts-h {
    font-size: 34px
  }

  .ent__posts-itm {
    grid-template-columns: 1fr
  }

  .ent__posts-img-wr {
    height: 240px
  }

  .ent__posts-cnt {
    padding: 20px
  }

  .ent__posts-ttl {
    font-size: 24px
  }

  .ent__entr {
    padding: 60px 20px
  }

  .ent__entr-img-wr {
    height: 200px
  }

  .ent__entr-cnt {
    padding: 20px
  }

  .ent__act {
    padding: 60px 20px
  }

  .ent__act-inn {
    text-align: left
  }

  .ent__act-h {
    font-size: 24px
  }

  .ent__act-tx {
    font-size: 15px
  }

  .ent__rhy {
    padding: 60px 20px
  }

  .ent__rhy-h {
    font-size: 34px
  }

  .ent__rhy-tx {
    font-size: 15px
  }
}

@media (max-width: 390px) {
  .ent__tblk-h {
    font-size: 24px
  }

  .ent__conn-h {
    font-size: 15px
  }

  .ent__map-h {
    font-size: 24px
  }

  .ent__wrt-h {
    font-size: 15px
  }

  .ent__posts-h {
    font-size: 24px
  }

  .ent__posts-ttl {
    font-size: 15px
  }

  .ent__act-h {
    font-size: 15px
  }

  .ent__rhy-h {
    font-size: 24px
  }
}

.ent__brkt-l,
.ent__brkt-r {
  position: absolute;
  width: 60px;
  height: 140px;
  pointer-events: none
}

.ent__brkt-l {
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 4px solid #02CEAA;
  border-top: 4px solid #02CEAA;
  border-bottom: 4px solid #02CEAA;
  opacity: 0;
  animation: ent__glow-l 2s ease-out .4s forwards
}

.ent__brkt-r {
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  border-right: 4px solid #02CEAA;
  border-top: 4px solid #02CEAA;
  border-bottom: 4px solid #02CEAA;
  opacity: 0;
  animation: ent__glow-r 2s ease-out .4s forwards
}

@keyframes ent__glow-l {
  0% {
    opacity: 0;
    filter: drop-shadow(0 0 0 #02ceaa00)
  }

  100% {
    opacity: .6;
    filter: drop-shadow(0 0 12px #02ceaa66)
  }
}

@keyframes ent__glow-r {
  0% {
    opacity: 0;
    filter: drop-shadow(0 0 0 #02ceaa00)
  }

  100% {
    opacity: .6;
    filter: drop-shadow(0 0 12px #02ceaa66)
  }
}

.ent__conn-crd {
  position: relative
}

.ent__entr-crd {
  position: relative
}

@media (max-width: 1280px) {

  .ent__brkt-l,
  .ent__brkt-r {
    display: none
  }
}

.auth-prof {
  background: #0d0d0d;
  color: #F3F3F3;
  max-width: 1600px;
  margin: 0 auto
}

.auth-prof__hero {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(147deg, #1a1a1a 0%, #0a0a0a 100%);
  padding: 80px 20px;
  overflow: hidden
}

.auth-prof__hero-img-wrap {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px;
  border-radius: 7px;
  overflow: hidden
}

.auth-prof__hero-img-wrap::before,
.auth-prof__hero-img-wrap::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #02CEAA;
  z-index: 2
}

.auth-prof__hero-img-wrap::before {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
  border-radius: 7px 0 0 0
}

.auth-prof__hero-img-wrap::after {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
  border-radius: 0 0 7px 0
}

.auth-prof__hero-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  opacity: .4;
  display: block;
  transition: opacity .38s ease-out
}

.auth-prof__hero-img:hover {
  opacity: .6
}

.auth-prof__hero-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center
}

.auth-prof__hero-label {
  display: inline-block;
  font-size: 15px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #02CEAA;
  margin-bottom: 20px;
  font-weight: 700
}

.auth-prof__hero-h1 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #F3F3F3
}

.auth-prof__hero-txt {
  font-size: 24px;
  line-height: 1.5;
  color: #b8b8b8;
  max-width: 680px;
  margin: 0 auto
}

.auth-prof__hero-sidebar {
  display: none
}

@media (min-width: 1280px) {
  .auth-prof__hero {
    flex-direction: row;
    align-items: flex-start;
    padding: 120px 40px;
    gap: 80px
  }

  .auth-prof__hero-img-wrap {
    flex: 0 0 480px;
    margin: 0;
    height: 640px
  }

  .auth-prof__hero-img {
    height: 100%
  }

  .auth-prof__hero-content {
    flex: 1;
    text-align: left;
    margin: 0
  }

  .auth-prof__hero-sidebar {
    display: block;
    flex: 0 0 280px;
    background: radial-gradient(circle at top right, #02ceaa1f 0%, transparent 70%);
    border: 1px dashed #02ceaa4d;
    border-radius: 14px;
    padding: 40px
  }

  .auth-prof__sidebar-h {
    font-size: 15px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #02CEAA;
    margin-bottom: 20px;
    font-weight: 700
  }

  .auth-prof__sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0
  }

  .auth-prof__sidebar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f3f3f314;
    font-size: 15px;
    line-height: 1.5;
    color: #d4d4d4
  }

  .auth-prof__sidebar-item:last-child {
    border-bottom: none
  }

  .auth-prof__sidebar-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #02CEAA;
    flex-shrink: 0;
    position: relative;
    transition: transform .27s ease-out
  }

  .auth-prof__sidebar-icon::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background: #F3F3F3;
    border-radius: 50%;
    border: 2px solid #0d0d0d
  }

  .auth-prof__sidebar-item:hover .auth-prof__sidebar-icon {
    transform: scale(1.15)
  }

  .auth-prof__sidebar-icon-1 {
    animation: auth-prof-pulse-1 3.6s ease-in-out infinite
  }

  .auth-prof__sidebar-icon-2 {
    animation: auth-prof-pulse-2 3.6s ease-in-out infinite;
    animation-delay: .6s
  }

  .auth-prof__sidebar-icon-3 {
    animation: auth-prof-pulse-3 3.6s ease-in-out infinite;
    animation-delay: 1.2s
  }

  .auth-prof__sidebar-icon-4 {
    animation: auth-prof-pulse-4 3.6s ease-in-out infinite;
    animation-delay: 1.8s
  }

  .auth-prof__sidebar-icon-5 {
    animation: auth-prof-pulse-5 3.6s ease-in-out infinite;
    animation-delay: 2.4s
  }

  @keyframes auth-prof-pulse-1 {

    0%,
    100% {
      box-shadow: 0 0 0 0 #02ceaab3
    }

    16.67% {
      box-shadow: 0 0 0 12px #02ceaa00
    }
  }

  @keyframes auth-prof-pulse-2 {

    0%,
    100% {
      box-shadow: 0 0 0 0 #02ceaab3
    }

    16.67% {
      box-shadow: 0 0 0 12px #02ceaa00
    }
  }

  @keyframes auth-prof-pulse-3 {

    0%,
    100% {
      box-shadow: 0 0 0 0 #02ceaab3
    }

    16.67% {
      box-shadow: 0 0 0 12px #02ceaa00
    }
  }

  @keyframes auth-prof-pulse-4 {

    0%,
    100% {
      box-shadow: 0 0 0 0 #02ceaab3
    }

    16.67% {
      box-shadow: 0 0 0 12px #02ceaa00
    }
  }

  @keyframes auth-prof-pulse-5 {

    0%,
    100% {
      box-shadow: 0 0 0 0 #02ceaab3
    }

    16.67% {
      box-shadow: 0 0 0 12px #02ceaa00
    }
  }
}

.auth-prof__divider {
  position: relative;
  height: 80px;
  background: #0d0d0d;
  overflow: hidden
}

.auth-prof__divider-svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.auth-prof__story {
  position: relative;
  background-image: url(./image_gallery/2025-09-27-8978.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px
}

.auth-prof__story::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(217deg, #0d0d0de0 0%, #1a1a1aeb 100%);
  z-index: 1
}

.auth-prof__story-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px
}

.auth-prof__story-block {
  background: #0a0a0ab3;
  border-radius: 42px;
  padding: 40px;
  box-shadow: inset 0 4px 28px 0 #02ceaa1a;
  border: 1px solid #02ceaa26;
  transition: transform .31s ease-out, box-shadow .31s ease-out
}

.auth-prof__story-block:hover {
  transform: translateY(-6px);
  box-shadow: inset 0 4px 28px 0 #02ceaa1a 0 12px 48px 0 #02ceaa1c
}

.auth-prof__story-h2 {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #F3F3F3
}

.auth-prof__story-p {
  font-size: 15px;
  line-height: 1.8;
  color: #c9c9c9;
  margin-bottom: 20px
}

.auth-prof__story-p:last-child {
  margin-bottom: 0
}

.auth-prof__story-accent {
  text-align: right;
  background: radial-gradient(circle at top right, #02ceaa26 0%, transparent 70%)
}

.auth-prof__story-accent .auth-prof__story-h2 {
  color: #02CEAA
}

.auth-prof__metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px
}

.auth-prof__metric {
  background: #02ceaa14;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  border: 1px solid #02ceaa33;
  transition: background .23s ease-out, border-color .23s ease-out
}

.auth-prof__metric:hover {
  background: #02ceaa24;
  border-color: #02ceaa59
}

.auth-prof__metric-num {
  display: block;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  color: #02CEAA;
  margin-bottom: 6px
}

.auth-prof__metric-label {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: #d4d4d4;
  letter-spacing: .05em;
  text-transform: uppercase
}

.auth-prof__gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 80px
}

.auth-prof__gal-item {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 4px 28px 0 #02ceaa1a
}

.auth-prof__gal-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  transition: transform .42s ease-out
}

.auth-prof__gal-item:hover .auth-prof__gal-img {
  transform: scale(1.08)
}

@media (min-width: 768px) {
  .auth-prof__story-inner {
    grid-template-columns: repeat(2, 1fr)
  }

  .auth-prof__metrics {
    grid-template-columns: repeat(4, 1fr)
  }

  .auth-prof__gallery {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width: 1280px) {
  .auth-prof__story {
    padding: 160px 40px
  }

  .auth-prof__story-block {
    padding: 80px
  }
}

.auth-prof__cta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
  justify-content: center
}

@media (min-width: 1280px) {
  .auth-prof__cta-wrap {
    justify-content: flex-start
  }
}

.auth-prof__btn {
  display: inline-block;
  padding: 12px 40px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  transition: transform .19s ease-out, background .19s ease-out, color .19s ease-out;
  border: none;
  cursor: pointer;
  letter-spacing: .08em;
  text-transform: uppercase
}

.auth-prof__btn:hover {
  transform: scale(1.06)
}

.auth-prof__btn--primary {
  background: #02CEAA;
  color: #201F1F
}

.auth-prof__btn--primary:hover {
  background: #03e0bc
}

.auth-prof__btn--secondary {
  background: #1a1a1a;
  color: #F3F3F3;
  border: 1px solid #02ceaa4d
}

.auth-prof__btn--secondary:hover {
  background: #252525;
  border-color: #02ceaa80
}

.auth-prof__link-inline {
  color: #F3F3F3;
  text-decoration: underline;
  text-decoration-color: #02ceaa66;
  transition: background .17s ease-out, color .17s ease-out, padding .17s ease-out;
  padding: 2px 6px;
  border-radius: 2px
}

.auth-prof__link-inline:hover {
  background: #02CEAA;
  color: #201F1F;
  text-decoration: none;
  padding: 2px 6px
}

@media (max-width: 767px) {
  .auth-prof__hero-h1 {
    font-size: 34px
  }

  .auth-prof__hero-txt {
    font-size: 15px
  }

  .auth-prof__story-h2 {
    font-size: 24px
  }

  .auth-prof__metric-num {
    font-size: 34px
  }

  .auth-prof__gal-img {
    height: 380px
  }
}

@media (max-width: 389px) {
  .auth-prof__hero {
    padding: 40px 12px
  }

  .auth-prof__story {
    padding: 80px 12px
  }

  .auth-prof__story-block {
    padding: 20px;
    border-radius: 14px
  }

  .auth-prof__metrics {
    grid-template-columns: 1fr
  }
}

.evts {
  background: #0d0d0d;
  color: #F3F3F3;
  overflow-x: clip
}

.evts__hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  overflow: hidden
}

.evts__hero-img-wrap {
  position: relative;
  overflow: hidden
}

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

.evts__hero-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to bottom, #0d0d0dd9, transparent);
  pointer-events: none
}

.evts__hero-txt {
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.evts__hero-txt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #02CEAA
}

.evts__hero-h {
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0
}

.evts__math-symbol {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 280px;
  height: 280px;
  opacity: .08;
  pointer-events: none
}

.evts__math-symbol svg {
  width: 100%;
  height: 100%;
  stroke: #02CEAA;
  stroke-width: 2;
  fill: none
}

.evts__list-area {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 40px
}

.evts__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

.evts__card {
  background: #1a1a1a;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 28px 0 #02ceaa1a;
  transition: transform .38s ease-out, box-shadow .38s ease-out;
  display: flex;
  flex-direction: column;
  position: relative;
  animation: evts-slide-in .42s ease-out backwards
}

.evts__card:nth-child(1) {
  animation-delay: .08s
}

.evts__card:nth-child(2) {
  animation-delay: .16s
}

.evts__card:nth-child(3) {
  animation-delay: .24s
}

.evts__card:nth-child(4) {
  animation-delay: .32s
}

.evts__card:nth-child(5) {
  animation-delay: .4s
}

@keyframes evts-slide-in {
  from {
    opacity: 0;
    transform: translateX(-60px)
  }

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

.evts__card:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 48px 0 #02ceaa1c
}

.evts__card-img-wrap {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative
}

.evts__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease-out
}

.evts__card:hover .evts__card-img {
  transform: scale(1.08)
}

.evts__card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column
}

.evts__card-title {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 12px;
  font-weight: 700
}

.evts__card-desc {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 20px;
  color: #b8b8b8
}

.evts__card-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px
}

.evts__meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 1.5
}

.evts__meta-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}

.evts__meta-icon svg {
  width: 100%;
  height: 100%;
  fill: #02CEAA
}

.evts__price-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px
}

.evts__price-main {
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
  color: #02CEAA
}

.evts__price-terms {
  font-size: 15px;
  line-height: 1.5;
  color: #888
}

.evts__card-btn {
  background: #2a2a2a;
  color: #F3F3F3;
  border: none;
  border-radius: 7px;
  padding: 12px 20px;
  font-size: 15px;
  cursor: pointer;
  transition: background .18s ease-out, transform .18s ease-out;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  margin-top: auto
}

.evts__card-btn:hover {
  background: #3a3a3a;
  transform: scale(1.05)
}

.evts__divider-stepped {
  height: 60px;
  background: linear-gradient(90deg, #0d0d0d 0%, #0d0d0d 25%, #1a1a1a 25%, #1a1a1a 50%, #0d0d0d 50%, #0d0d0d 75%, #1a1a1a 75%, #1a1a1a 100%);
  max-width: 1600px;
  margin: 0 auto
}

.evts__why {
  background: #0f0f0f;
  padding: 80px 40px
}

.evts__why-inner {
  max-width: 1600px;
  margin: 0 auto
}

.evts__why-h {
  font-size: 48px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin: 0 0 40px;
  text-align: right
}

.evts__why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px
}

.evts__why-item {
  background: #1a1a1a;
  padding: 20px;
  border-radius: 14px;
  box-shadow: inset 0 1px 4px 0 #02ceaa12;
  position: relative
}

.evts__why-item::before {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%2302CEAA" d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat center;
  background-size: contain
}

.evts__why-item-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 12px
}

.evts__why-item-txt {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  color: #b8b8b8
}

.evts__process {
  background: url(./image_gallery/2025-08-22-11-2025-05-15.jpg) center/cover no-repeat;
  position: relative;
  padding: 80px 40px
}

.evts__process::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0d0d0de0;
  pointer-events: none
}

.evts__process-inner {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.evts__process-h {
  font-size: 48px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin: 0 0 40px
}

.evts__steps {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 40px
}

.evts__step {
  background: #1a1a1ab3;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 4px 28px 0 #02ceaa1a;
  backdrop-filter: blur(12px)
}

.evts__step:nth-child(1) {
  border: 2px solid #02ceaa4d
}

.evts__step:nth-child(2) {
  border: 2px solid #f3f3f333
}

.evts__step:nth-child(3) {
  border: 2px solid #201f1f66
}

.evts__step-num {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 700;
  color: #02CEAA;
  margin: 0 0 12px
}

.evts__step-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 12px
}

.evts__step-txt {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  color: #b8b8b8
}

.evts__faq {
  background: #0d0d0d;
  padding: 80px 40px
}

.evts__faq-inner {
  max-width: 1600px;
  margin: 0 auto
}

.evts__faq-h {
  font-size: 48px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin: 0 0 40px
}

.evts__faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.evts__faq-block {
  background: #1a1a1a;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 4px 0 #02ceaa12
}

.evts__faq-q-wrap {
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transition: background .18s ease-out
}

.evts__faq-q-wrap:hover {
  background: #222
}

.evts__faq-q {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0
}

.evts__faq-toggle {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  position: relative;
  transition: transform .28s ease-out
}

.evts__faq-toggle::before,
.evts__faq-toggle::after {
  content: '';
  position: absolute;
  background: #02CEAA;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform .28s ease-out
}

.evts__faq-toggle::before {
  width: 20px;
  height: 2px
}

.evts__faq-toggle::after {
  width: 2px;
  height: 20px
}

.evts__faq-a-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height .42s ease-out, padding .42s ease-out
}

.evts__faq-a {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  color: #b8b8b8
}

.evts__faq-block input[type="checkbox"] {
  display: none
}

.evts__faq-block input[type="checkbox"]:checked~.evts__faq-a-wrap {
  max-height: 500px;
  padding: 0 20px 20px
}

.evts__faq-block input[type="checkbox"]:checked~.evts__faq-q-wrap .evts__faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0
}

.evts__cta {
  background: radial-gradient(circle at 90% 10%, #02ceaa26, transparent 70%);
  padding: 80px 40px;
  position: relative
}

.evts__cta-inner {
  max-width: 1600px;
  margin: 0 auto;
  text-align: right
}

.evts__cta-h {
  font-size: 48px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin: 0 0 20px
}

.evts__cta-txt {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 40px;
  color: #b8b8b8
}

.evts__cta-btn {
  background: #02CEAA;
  color: #0d0d0d;
  border: none;
  border-radius: 7px;
  padding: 20px 40px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  transition: background .18s ease-out, transform .18s ease-out;
  display: inline-block;
  text-decoration: none
}

.evts__cta-btn:hover {
  background: #03e0bc;
  transform: scale(1.05)
}

@media (max-width: 1280px) {
  .evts__hero {
    grid-template-columns: 1fr
  }

  .evts__hero-img-wrap {
    height: 400px
  }

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

  .evts__why-grid {
    grid-template-columns: 1fr 1fr
  }

  .evts__steps {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .evts__hero-txt {
    padding: 40px
  }

  .evts__hero-h {
    font-size: 48px
  }

  .evts__list-area {
    padding: 40px 20px
  }

  .evts__grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .evts__why {
    padding: 40px 20px
  }

  .evts__why-h {
    font-size: 34px;
    text-align: left
  }

  .evts__why-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .evts__process {
    padding: 40px 20px
  }

  .evts__process-h {
    font-size: 34px
  }

  .evts__faq {
    padding: 40px 20px
  }

  .evts__faq-h {
    font-size: 34px
  }

  .evts__faq-q {
    font-size: 15px
  }

  .evts__cta {
    padding: 40px 20px
  }

  .evts__cta-inner {
    text-align: left
  }

  .evts__cta-h {
    font-size: 34px
  }

  .evts__cta-txt {
    font-size: 15px
  }

  .evts__cta-btn {
    font-size: 15px;
    padding: 12px 20px
  }
}

@media (max-width: 390px) {
  .evts__hero-h {
    font-size: 34px
  }

  .evts__hero-txt {
    padding: 20px
  }

  .evts__list-area {
    padding: 20px 12px
  }

  .evts__card-body {
    padding: 12px
  }
}

.success-page {
  background: linear-gradient(135deg, #0a0a0a 0%, #141414 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px
}

.success-page .confirm-wrap {
  max-width: 680px;
  width: 100%;
  background: #121212;
  border-radius: 14px;
  padding: 80px 40px;
  text-align: center;
  box-shadow: 0 12px 48px 0 #02ceaa1c;
  position: relative;
  overflow: hidden
}

.success-page .confirm-wrap::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at top right, #02ceaa14 0%, transparent 70%);
  pointer-events: none
}

.success-page .status-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 40px;
  position: relative
}

.success-page .status-icon svg {
  width: 100%;
  height: 100%
}

.success-page .status-icon circle {
  fill: none;
  stroke: #02CEAA;
  stroke-width: 3;
  stroke-linecap: round;
  animation: drawCircle .4s ease-out forwards
}

.success-page .status-icon polyline {
  fill: none;
  stroke: #02CEAA;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: drawCheck .35s .25s ease-out forwards
}

@keyframes drawCircle {
  from {
    stroke-dasharray: 0 300
  }

  to {
    stroke-dasharray: 300 300
  }
}

@keyframes drawCheck {
  to {
    stroke-dashoffset: 0
  }
}

.success-page .confirm-title {
  font-size: 48px;
  line-height: 1.1;
  color: #F3F3F3;
  margin: 0 0 20px;
  letter-spacing: -.02em;
  font-weight: 700
}

.success-page .confirm-msg {
  font-size: 24px;
  line-height: 1.5;
  color: #A8A8A8;
  margin: 0 0 40px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto
}

.success-page .action-set {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap
}

.success-page .btn-primary {
  background: #02CEAA;
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 600;
  padding: 20px 40px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: transform .18s ease-out, background .18s ease-out;
  box-shadow: 0 4px 28px 0 #02ceaa1a
}

.success-page .btn-primary:hover {
  background: #03E0BE;
  transform: scale(1.04)
}

.success-page .btn-secondary {
  background: transparent;
  color: #F3F3F3;
  font-size: 15px;
  font-weight: 600;
  padding: 20px 40px;
  border: 2px solid #2A2A2A;
  border-radius: 7px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: border-color .2s ease-out, background .2s ease-out
}

.success-page .btn-secondary:hover {
  border-color: #02CEAA;
  background: #02ceaa0d
}

.success-page .detail-info {
  margin: 60px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #1F1F1F
}

.success-page .info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5
}

.success-page .info-label {
  color: #707070
}

.success-page .info-value {
  color: #F3F3F3;
  font-weight: 600
}

.success-page .support-note {
  margin: 40px 0 0;
  padding: 20px;
  background: #02ceaa08;
  border-radius: 7px;
  border: 1px solid #02ceaa1a
}

.success-page .support-note p {
  font-size: 15px;
  line-height: 1.8;
  color: #A8A8A8;
  margin: 0
}

.success-page .support-note a {
  color: #02CEAA;
  text-decoration: none;
  transition: color .17s ease-out
}

.success-page .support-note a:hover {
  color: #03E0BE
}

@media (max-width: 768px) {
  .success-page .confirm-wrap {
    padding: 60px 20px
  }

  .success-page .confirm-title {
    font-size: 34px
  }

  .success-page .confirm-msg {
    font-size: 15px
  }

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

  .success-page .btn-primary,
  .success-page .btn-secondary {
    width: 100%
  }

  .success-page .info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px
  }
}

@media (max-width: 390px) {
  .success-page .status-icon {
    width: 72px;
    height: 72px
  }

  .success-page .confirm-title {
    font-size: 24px
  }
}