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

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

body {
  margin: 0
}

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

body {
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2a2a2a;
  background: #fff;
  letter-spacing: .01em
}

.top-bar {
  background: linear-gradient(135deg, #565A61 0%, #5C838A 100%);
  padding: 8px 0;
  position: relative;
  z-index: 100
}

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

.top-bar__contact {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.top-bar__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: opacity .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  letter-spacing: .02em
}

.top-bar__item:hover {
  opacity: .75
}

.top-bar__item:focus {
  transform: scale(1.02);
  outline: 2px solid #fff9;
  outline-offset: 3px;
  border-radius: 3px
}

.top-bar__icon {
  width: 18px;
  height: 18px;
  fill: currentColor
}

.top-bar__region {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 8px 16px;
  background: #ffffff1f;
  border-radius: 24px;
  letter-spacing: .03em
}

.top-bar__flag {
  width: 24px;
  height: 16px;
  border-radius: 3px;
  box-shadow: 2px 3px 6px 0 #565a6114
}

header {
  background: #fff;
  position: relative;
  z-index: 90;
  box-shadow: 2px 4px 20px 0 #5c838a17
}

.header__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0
}

.brand__link {
  display: block;
  width: 68px;
  height: 68px;
  padding: 8px;
  background: #fff;
  border: 1px solid #e8e9eb;
  border-radius: 13px;
  box-shadow: 2px 3px 6px 0 #5c838a14;
  transition: transform .24s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.brand__link:hover {
  transform: translateY(-2px);
  box-shadow: 2px 9px 52px 0 #5c838a1a
}

.brand__link:focus {
  transform: scale(1.02);
  outline: 2px solid #5C838A;
  outline-offset: 3px
}

.brand__link:active {
  transform: scale(0.97)
}

.brand__img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

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

.menu__link {
  display: block;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #565A61;
  text-decoration: none;
  border-radius: 7px;
  transition: background .26s cubic-bezier(0.68, -0.55, 0.27, 1.55), color .26s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform .2s cubic-bezier(0.34, 1.56, 0.64, 1);
  letter-spacing: .02em;
  white-space: nowrap
}

.menu__link:hover {
  background: #5c838a14;
  color: #5C838A
}

.menu__link:focus {
  transform: scale(1.02);
  outline: 2px solid #5C838A;
  outline-offset: 2px
}

.menu__link:active {
  transform: scale(0.96)
}

.menu__link--active {
  background: linear-gradient(135deg, #565a611a 0%, #5c838a1a 100%);
  color: #565A61;
  font-weight: 600
}

@media (max-width: 768px) {
  .top-bar__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }

  .top-bar__contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%
  }

  .top-bar__region {
    align-self: flex-start
  }

  .header__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
  }

  .menu {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px
  }

  .menu__link {
    text-align: left;
    padding: 16px
  }
}

footer {
  background: linear-gradient(180deg, #fff 0%, #f7f8f9 100%);
  border-top: 1px solid #e3e5e8;
  padding: 80px 0 40px;
  position: relative
}

.footer__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}

.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 40px;
  border-bottom: 2px solid #e3e5e8;
  margin-bottom: 40px
}

.footer__logo-wrap {
  width: 72px;
  height: 72px;
  padding: 8px;
  background: #fff;
  border: 1px solid #e3e5e8;
  border-radius: 13px;
  box-shadow: 2px 3px 6px 0 #5c838a14
}

.footer__logo {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.footer__description {
  font-size: 16px;
  line-height: 1.6;
  color: #565A61;
  max-width: 520px;
  margin: 0;
  letter-spacing: .01em
}

.footer__nav {
  margin-bottom: 40px
}

.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0
}

.footer__menu-link {
  display: inline-block;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #565A61;
  text-decoration: none;
  border-radius: 7px;
  transition: background .24s cubic-bezier(0.34, 1.56, 0.64, 1), color .24s cubic-bezier(0.34, 1.56, 0.64, 1);
  letter-spacing: .02em
}

.footer__menu-link:hover {
  background: #5c838a14;
  color: #5C838A
}

.footer__menu-link:focus {
  transform: scale(1.02);
  outline: 2px solid #5C838A;
  outline-offset: 2px
}

.footer__menu-link:active {
  transform: scale(0.96)
}

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

.footer__copy {
  font-size: 16px;
  color: #9C9FA7;
  margin: 0;
  letter-spacing: .01em
}

.footer__contact-group {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footer__contact-link {
  font-size: 16px;
  color: #565A61;
  text-decoration: none;
  transition: color .26s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  letter-spacing: .01em
}

.footer__contact-link:hover {
  color: #5C838A
}

.footer__contact-link:focus {
  transform: scale(1.02);
  outline: 2px solid #5C838A;
  outline-offset: 2px;
  border-radius: 3px
}

@media (max-width: 768px) {
  footer {
    padding: 40px 0 24px
  }

  .footer__brand {
    padding-bottom: 24px;
    margin-bottom: 24px
  }

  .footer__nav {
    margin-bottom: 24px
  }

  .footer__menu {
    flex-direction: column;
    gap: 8px
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 16px
  }
}

.consent-panel {
  position: fixed;
  top: 24px;
  right: 24px;
  max-width: 420px;
  width: calc(100% - 48px);
  background: #fff;
  border: 1px solid #e3e5e8;
  border-radius: 13px;
  box-shadow: 2px 9px 52px 0 #5c838a1a;
  padding: 24px;
  z-index: 1000;
  display: none;
  opacity: 0;
  transform: translateY(-16px);
  transition: opacity .32s cubic-bezier(0.34, 1.56, 0.64, 1), transform .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.consent-panel[data-visible="true"] {
  opacity: 1;
  transform: translateY(0)
}

.consent-panel__text {
  font-size: 16px;
  line-height: 1.6;
  color: #565A61;
  margin: 0 0 16px;
  letter-spacing: .01em
}

.consent-panel__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #565A61
}

.consent-panel__list-item {
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px
}

.consent-panel__list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #5C838A;
  border-radius: 40px
}

.consent-panel__actions {
  display: flex;
  gap: 16px;
  margin-bottom: 16px
}

.consent-panel__button {
  flex: 1;
  padding: 16px 24px;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: background .26s cubic-bezier(0.68, -0.55, 0.27, 1.55), color .26s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform .2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .26s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  letter-spacing: .02em
}

.consent-panel__button--primary {
  background: linear-gradient(135deg, #565A61 0%, #5C838A 100%);
  color: #fff;
  box-shadow: 2px 4px 20px 0 #5c838a17
}

.consent-panel__button--primary:hover {
  background: linear-gradient(135deg, #4a4e54 0%, #4f707a 100%);
  box-shadow: 2px 9px 52px 0 #5c838a1a
}

.consent-panel__button--primary:focus {
  transform: scale(1.02);
  outline: 2px solid #5C838A;
  outline-offset: 3px
}

.consent-panel__button--primary:active {
  transform: scale(0.96)
}

.consent-panel__button--secondary {
  background: #fff;
  color: #565A61;
  border: 1px solid #e3e5e8;
  box-shadow: 2px 3px 6px 0 #5c838a14
}

.consent-panel__button--secondary:hover {
  background: #5c838a0f;
  border-color: #5C838A
}

.consent-panel__button--secondary:focus {
  transform: scale(1.02);
  outline: 2px solid #5C838A;
  outline-offset: 2px
}

.consent-panel__button--secondary:active {
  transform: scale(0.96)
}

.consent-panel__toggle-link {
  display: inline-block;
  font-size: 16px;
  color: #5C838A;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: border-color .24s cubic-bezier(0.34, 1.56, 0.64, 1);
  letter-spacing: .01em
}

.consent-panel__toggle-link:hover {
  border-bottom-color: #5C838A
}

.consent-panel__toggle-link:focus {
  transform: scale(1.02);
  outline: 2px solid #5C838A;
  outline-offset: 2px;
  border-radius: 3px
}

.consent-panel__options {
  display: none;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e8e9eb
}

.consent-panel__option {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px
}

.consent-panel__checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #9C9FA7;
  border-radius: 3px;
  cursor: pointer;
  transition: border-color .24s cubic-bezier(0.34, 1.56, 0.64, 1), background .24s cubic-bezier(0.34, 1.56, 0.64, 1);
  flex-shrink: 0
}

.consent-panel__checkbox:hover {
  border-color: #5C838A
}

.consent-panel__checkbox:focus {
  transform: scale(1.02);
  outline: 2px solid #5C838A;
  outline-offset: 2px
}

.consent-panel__checkbox:checked {
  background: linear-gradient(135deg, #565A61 0%, #5C838A 100%);
  border-color: #5C838A
}

.consent-panel__label {
  font-size: 16px;
  line-height: 1.6;
  color: #565A61;
  cursor: pointer;
  letter-spacing: .01em
}

@media (max-width: 768px) {
  .consent-panel {
    top: auto;
    bottom: 24px;
    right: 24px;
    left: 24px;
    width: calc(100% - 48px);
    max-width: none
  }

  .consent-panel__actions {
    flex-direction: column;
    gap: 8px
  }

  .consent-panel__button {
    width: 100%
  }
}

::selection {
  background: #5c838a33;
  color: #2a2a2a
}

::-moz-selection {
  background: #5c838a33;
  color: #2a2a2a
}

input::placeholder,
textarea::placeholder {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .08em;
  color: #9C9FA7
}

.policy-sut-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 24px;
  background: #fff
}

.policy-sut-inner h1 {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #565A61;
  margin: 0 0 40px
}

.policy-sut-inner h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #565A61;
  margin: 80px 0 24px
}

.policy-sut-inner h3 {
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #5C838A;
  margin: 40px 0 16px
}

.policy-sut-inner h4 {
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #565A61;
  margin: 24px 0 16px
}

.policy-sut-inner h5 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #5C838A;
  margin: 24px 0 8px
}

.policy-sut-inner h6 {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #9C9FA7;
  margin: 16px 0 8px;
  text-transform: uppercase
}

.policy-sut-inner p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .005em;
  color: #2a2a2a;
  margin: 0 0 16px
}

.policy-sut-inner ul,
.policy-sut-inner ol {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .005em;
  color: #2a2a2a;
  margin: 0 0 24px;
  padding: 0 0 0 40px
}

.policy-sut-inner ul {
  list-style-type: disc
}

.policy-sut-inner ol {
  list-style-type: decimal
}

.policy-sut-inner li {
  margin: 0 0 8px;
  padding: 0 0 0 8px
}

.policy-sut-inner li ul,
.policy-sut-inner li ol {
  margin: 8px 0
}

.policy-sut-inner strong,
.policy-sut-inner b {
  font-weight: 700;
  color: #565A61
}

.policy-sut-inner hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, #5c838a1a 0%, #5c838a66 50%, #5c838a1a 100%);
  margin: 80px 0
}

.policy-sut-inner div {
  margin: 0 0 24px
}

.policy-sut-inner a {
  color: #5C838A;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.policy-sut-inner a:hover {
  color: #565A61;
  filter: brightness(0.92)
}

@media (max-width: 1280px) {
  .policy-sut-inner {
    padding: 80px 24px
  }

  .policy-sut-inner h1 {
    font-size: 37px
  }

  .policy-sut-inner h2 {
    font-size: 27px;
    margin: 40px 0 24px
  }

  .policy-sut-inner h3 {
    font-size: 21px
  }
}

@media (max-width: 768px) {
  .policy-sut-inner {
    padding: 40px 16px
  }

  .policy-sut-inner h1 {
    font-size: 27px;
    margin: 0 0 24px
  }

  .policy-sut-inner h2 {
    font-size: 21px;
    margin: 40px 0 16px
  }

  .policy-sut-inner h3 {
    font-size: 18px;
    margin: 24px 0 16px
  }

  .policy-sut-inner h4 {
    font-size: 18px
  }

  .policy-sut-inner h5,
  .policy-sut-inner h6 {
    font-size: 16px
  }

  .policy-sut-inner p,
  .policy-sut-inner ul,
  .policy-sut-inner ol {
    font-size: 16px
  }

  .policy-sut-inner ul,
  .policy-sut-inner ol {
    padding: 0 0 0 24px
  }

  .policy-sut-inner hr {
    margin: 40px 0
  }
}

.guides-detail {
  background: #fefefe;
  color: #2a2a2a
}

.guides-detail .breadcrumb-nav {
  max-width: 1320px;
  margin: 0 auto;
  padding: 24px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.guides-detail .breadcrumb-nav a {
  font-size: 16px;
  color: #565A61;
  text-decoration: none;
  transition: color .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative
}

.guides-detail .breadcrumb-nav a:hover {
  color: #5C838A
}

.guides-detail .breadcrumb-nav a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: #5C838A;
  transition: width .32s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.guides-detail .breadcrumb-nav a:hover::after {
  width: 100%
}

.guides-detail .breadcrumb-nav .sep {
  font-size: 16px;
  color: #9C9FA7;
  user-select: none
}

.guides-detail .breadcrumb-nav .current {
  font-size: 16px;
  color: #9C9FA7
}

.guides-detail .title-zone {
  max-width: 1320px;
  margin: 0 auto 80px;
  padding: 0 16px 80px;
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 40px;
  align-items: center;
  position: relative
}

.guides-detail .title-zone::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 80px;
  height: 3px;
  background: #565A61
}

.guides-detail .title-zone::after {
  content: '';
  position: absolute;
  top: 0;
  right: 16px;
  width: 3px;
  height: 60px;
  background: #5C838A
}

.guides-detail .img-clip {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 380px;
  overflow: hidden;
  border-radius: 13px;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%)
}

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

.guides-detail .img-clip::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #5c838ab3, transparent 60%);
  z-index: 1;
  pointer-events: none
}

.guides-detail .text-zone {
  padding: 24px 0
}

.guides-detail .meta-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap
}

.guides-detail .tag-badge {
  display: inline-block;
  padding: 8px 16px;
  background: #565A61;
  color: #fefefe;
  font-size: 16px;
  border-radius: 40px;
  letter-spacing: .08em;
  text-transform: uppercase
}

.guides-detail .pub-date {
  font-size: 16px;
  color: #9C9FA7;
  letter-spacing: .03em
}

.guides-detail .text-zone h1 {
  font-size: 68px;
  line-height: 1.1;
  color: #565A61;
  margin: 0 0 16px;
  letter-spacing: -.02em
}

.guides-detail .text-zone .subtitle {
  font-size: 27px;
  line-height: 1.6;
  color: #5C838A;
  margin: 0;
  letter-spacing: .01em
}

.guides-detail .author-line {
  margin-top: 24px;
  font-size: 18px;
  color: #565A61;
  letter-spacing: .02em
}

.guides-detail .author-line .name {
  font-weight: 600;
  color: #5C838A
}

.guides-detail .article-body {
  max-width: 1320px;
  margin: 0 auto 80px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 40px
}

.guides-detail .side-accent {
  position: relative
}

.guides-detail .curve-connect {
  position: absolute;
  top: 40px;
  right: 0;
  width: 120px;
  height: 200px;
  pointer-events: none
}

.guides-detail .curve-connect svg {
  width: 100%;
  height: 100%
}

.guides-detail .curve-connect path {
  fill: none;
  stroke: #5C838A;
  stroke-width: 2;
  opacity: .4
}

.guides-detail .content-main {
  background: #fff;
  padding: 40px;
  border-radius: 13px;
  box-shadow: 2px 4px 20px 0 #5c838a17;
  position: relative;
  overflow: hidden
}

.guides-detail .content-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at 20% 30%, #5c838a08, transparent 50%), radial-gradient(ellipse at 80% 70%, #565a6105, transparent 50%), radial-gradient(ellipse at 50% 50%, #9c9fa705, transparent 60%);
  pointer-events: none;
  z-index: 0;
  animation: bg-pulse 8s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

@keyframes bg-pulse {

  0%,
  100% {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

.guides-detail .content-main>* {
  position: relative;
  z-index: 1
}

.guides-detail .content-main h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #565A61;
  margin: 40px 0 16px;
  letter-spacing: -.01em
}

.guides-detail .content-main h2:first-child {
  margin-top: 0
}

.guides-detail .content-main p {
  font-size: 18px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0 0 24px;
  letter-spacing: .01em
}

.guides-detail .content-main abbr {
  text-decoration: none;
  border-bottom: 2px dotted #5C838A;
  cursor: help;
  color: #565A61
}

.guides-detail .content-main ul {
  margin: 24px 0;
  padding-left: 40px;
  list-style: none
}

.guides-detail .content-main ul li {
  font-size: 18px;
  line-height: 1.6;
  color: #2a2a2a;
  margin-bottom: 16px;
  position: relative;
  letter-spacing: .01em
}

.guides-detail .content-main ul li::before {
  content: '';
  position: absolute;
  left: -40px;
  top: 10px;
  width: 12px;
  height: 12px;
  background: #5C838A;
  border-radius: 3px;
  transform: rotate(45deg)
}

.guides-detail .content-main blockquote {
  margin: 40px 0;
  padding: 24px 24px 24px 40px;
  background: #f7f8f9;
  border-radius: 7px;
  position: relative;
  box-shadow: inset 0 3px 6px #565a6114
}

.guides-detail .content-main blockquote::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  background: linear-gradient(135deg, #565A61, #5C838A);
  border-radius: 7px 0 0 7px
}

.guides-detail .content-main blockquote p {
  font-size: 21px;
  line-height: 1.6;
  color: #565A61;
  margin: 0;
  font-style: italic
}

.guides-detail .content-main cite {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  color: #9C9FA7;
  font-style: normal;
  letter-spacing: .05em
}

.guides-detail .content-main table {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 2px 3px 6px 0 #5c838a14
}

.guides-detail .content-main table th {
  background: #565A61;
  color: #fefefe;
  padding: 16px;
  text-align: left;
  font-size: 18px;
  letter-spacing: .05em;
  text-transform: uppercase
}

.guides-detail .content-main table td {
  padding: 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #2a2a2a;
  border-bottom: 1px solid #e8e9eb
}

.guides-detail .content-main table tr:last-child td {
  border-bottom: none
}

.guides-detail .content-main table tbody tr {
  background: #fff;
  transition: background .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.guides-detail .content-main table tbody tr:hover {
  background: #f7f8f9
}

.guides-detail .comparison-block {
  max-width: 1320px;
  margin: 0 auto 80px;
  padding: 80px 16px;
  background: linear-gradient(247deg, #5c838a14, #9c9fa70d, #565a610f);
  position: relative;
  overflow: hidden
}

.guides-detail .comparison-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="%235C838A" opacity="0.1"/></svg>') repeat;
  background-size: 40px 40px;
  pointer-events: none;
  opacity: .3
}

.guides-detail .comparison-inner {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.guides-detail .comparison-heading {
  text-align: center;
  margin-bottom: 40px
}

.guides-detail .comparison-heading h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #565A61;
  margin: 0 0 16px;
  letter-spacing: -.01em
}

.guides-detail .comparison-heading p {
  font-size: 18px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0
}

.guides-detail .compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px
}

.guides-detail .compare-card {
  background: #fff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 2px 9px 52px 0 #565a611a;
  position: relative;
  transition: transform .26s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .26s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.guides-detail .compare-card:hover {
  transform: translateY(-8px);
  box-shadow: 2px 12px 64px 0 #565a6124
}

.guides-detail .compare-card .label-circle {
  position: absolute;
  top: -16px;
  left: 40px;
  width: 64px;
  height: 64px;
  background: #565A61;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  font-weight: 700;
  color: #fefefe;
  box-shadow: 2px 4px 20px 0 #565a6117
}

.guides-detail .compare-card.after .label-circle {
  background: #5C838A
}

.guides-detail .compare-card h3 {
  font-size: 27px;
  line-height: 1.1;
  color: #565A61;
  margin: 24px 0 16px;
  letter-spacing: -.01em
}

.guides-detail .compare-card p {
  font-size: 18px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0 0 16px
}

.guides-detail .compare-card p:last-child {
  margin-bottom: 0
}

.guides-detail .metric-showcase {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px 80px
}

.guides-detail .metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  perspective: 1000px
}

.guides-detail .metric-item {
  background: #fff;
  padding: 40px 24px;
  border-radius: 13px;
  text-align: center;
  box-shadow: 2px 3px 6px 0 #5c838a14;
  position: relative;
  transition: transform .32s cubic-bezier(0.68, -0.55, 0.27, 1.55), box-shadow .32s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.guides-detail .metric-item:hover {
  transform: scale(1.05);
  box-shadow: 2px 9px 52px 0 #5c838a1a
}

.guides-detail .metric-item:hover~.metric-item {
  transform: translateX(8px)
}

.guides-detail .metric-number {
  font-size: 68px;
  line-height: 1.1;
  color: #5C838A;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: -.03em
}

.guides-detail .metric-label {
  font-size: 18px;
  line-height: 1.6;
  color: #565A61;
  margin: 0;
  letter-spacing: .08em;
  text-transform: uppercase
}

.guides-detail .metric-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #9C9FA7;
  margin: 8px 0 0
}

@media (max-width: 1280px) {
  .guides-detail .title-zone {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .guides-detail .img-clip {
    min-height: 320px
  }

  .guides-detail .article-body {
    grid-template-columns: 1fr
  }

  .guides-detail .curve-connect {
    display: none
  }

  .guides-detail .metric-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 768px) {
  .guides-detail .text-zone h1 {
    font-size: 37px
  }

  .guides-detail .text-zone .subtitle {
    font-size: 21px
  }

  .guides-detail .content-main {
    padding: 24px
  }

  .guides-detail .content-main h2 {
    font-size: 27px
  }

  .guides-detail .content-main p,
  .guides-detail .content-main ul li {
    font-size: 16px
  }

  .guides-detail .compare-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .guides-detail .metric-grid {
    grid-template-columns: 1fr
  }

  .guides-detail .metric-number {
    font-size: 37px
  }

  .guides-detail .comparison-block {
    padding: 40px 16px
  }

  .guides-detail .compare-card {
    padding: 24px
  }
}

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

.about .founder {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 24px;
  background: linear-gradient(127deg, #5c838a0a 0%, #9c9fa70f 48%, #565a6108 100%);
  position: relative
}

.about .founder::after {
  content: '';
  position: absolute;
  top: 40px;
  right: 80px;
  width: 120px;
  height: 4px;
  background: repeating-linear-gradient(90deg, #5c838a26 0px, #5c838a26 18px, transparent 18px, transparent 24px);
  transform: rotate(-12deg)
}

.about .founder::before {
  content: '';
  position: absolute;
  top: 52px;
  right: 76px;
  width: 120px;
  height: 4px;
  background: repeating-linear-gradient(90deg, #5c838a26 0px, #5c838a26 18px, transparent 18px, transparent 24px);
  transform: rotate(-12deg)
}

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

.about .founder__text h1 {
  font-size: 68px;
  line-height: 1.1;
  color: #565A61;
  margin: 0 0 24px;
  letter-spacing: -.02em;
  animation: slideFromRight .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about .founder__text p {
  font-size: 18px;
  line-height: 1.6;
  color: #565A61;
  margin: 0 0 16px;
  letter-spacing: .01em;
  animation: slideFromRight .32s cubic-bezier(0.34, 1.56, 0.64, 1) .08s backwards
}

.about .founder__text p:last-of-type {
  margin-bottom: 0;
  animation-delay: .16s
}

.about .founder__image {
  position: relative;
  animation: slideFromRight .24s cubic-bezier(0.68, -0.55, 0.27, 1.55) .24s backwards
}

.about .founder__image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 13px;
  display: block;
  border: 1px solid #5c838a1f;
  box-shadow: 2px 9px 52px 0 #565a611a;
  position: relative
}

.about .founder__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 13px;
  background: radial-gradient(ellipse at center, transparent 40%, #00000059 100%);
  pointer-events: none
}

.about .founder__image::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
  background: #5C838A;
  border-radius: 3px 3px 0 0
}

@keyframes slideFromRight {
  from {
    opacity: 0;
    transform: translateX(60px)
  }

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

.about .values {
  background: #f4f5f6;
  padding: 80px 24px;
  position: relative
}

.about .values::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(90deg, #5C838A 0px, #5C838A 40px, transparent 40px, transparent 80px);
  transform: scaleY(1)
}

.about .values::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(90deg, #5C838A 0px, #5C838A 40px, transparent 40px, transparent 80px);
  transform: scaleY(1)
}

.about .values__container {
  max-width: 1320px;
  margin: 0 auto
}

.about .values h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #565A61;
  margin: 0 0 40px;
  text-align: center;
  letter-spacing: -.01em
}

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

.about .values__card {
  background: #fff;
  padding: 40px 24px;
  border-radius: 7px;
  border: 1px solid #5c838a1a;
  box-shadow: 2px 3px 6px 0 #565a6114;
  transition: transform .27s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .27s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative
}

.about .values__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #5C838A;
  border-radius: 7px 7px 0 0
}

.about .values__card:hover {
  transform: translateY(-4px);
  box-shadow: 2px 9px 52px 0 #5c838a1a
}

.about .values__card:active {
  transform: translateY(-2px) scale(0.98)
}

.about .values__card h3 {
  font-size: 27px;
  line-height: 1.1;
  color: #565A61;
  margin: 0 0 16px;
  letter-spacing: -.005em
}

.about .values__card p {
  font-size: 16px;
  line-height: 1.6;
  color: #565A61;
  margin: 0;
  letter-spacing: .015em
}

.about .values__accent {
  background: linear-gradient(147deg, #5c838a14 0%, #9c9fa71f 100%);
  border: 1px solid #5c838a2e
}

.about .stats {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 24px;
  background: #fff
}

.about .stats__wrapper {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: center
}

.about .stats__content h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #565A61;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.about .stats__content p {
  font-size: 18px;
  line-height: 1.6;
  color: #565A61;
  margin: 0 0 40px;
  letter-spacing: .01em
}

.about .stats__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.about .stats__box {
  background: #fff;
  padding: 24px;
  border-radius: 13px;
  border: 2px solid #5C838A;
  box-shadow: 2px 4px 20px 0 #5c838a17;
  text-align: center;
  transition: transform .23s cubic-bezier(0.68, -0.55, 0.27, 1.55), border-color .23s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.about .stats__box:hover {
  transform: scale(1.05);
  border-color: #565A61
}

.about .stats__box:active {
  transform: scale(0.96)
}

.about .stats__number {
  font-size: 68px;
  line-height: 1.1;
  color: #5C838A;
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: -.03em
}

.about .stats__label {
  font-size: 16px;
  line-height: 1.6;
  color: #565A61;
  margin: 0;
  letter-spacing: .12em;
  text-transform: uppercase
}

.about .stats__images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px
}

.about .stats__img {
  position: relative
}

.about .stats__img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
  border: 1px solid #5c838a1f;
  box-shadow: 2px 3px 6px 0 #565a6114
}

.about .stats__img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  background: radial-gradient(ellipse at center, transparent 40%, #00000059 100%);
  pointer-events: none
}

.about .team {
  background: #fff;
  padding: 80px 24px;
  position: relative
}

.about .team__container {
  max-width: 1320px;
  margin: 0 auto
}

.about .team h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #565A61;
  margin: 0 0 16px;
  letter-spacing: -.01em
}

.about .team__intro {
  font-size: 18px;
  line-height: 1.6;
  color: #565A61;
  margin: 0 0 40px;
  max-width: 820px;
  letter-spacing: .01em
}

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

.about .team__member {
  position: relative
}

.about .team__photo {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 40px
}

.about .team__photo img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  border: 1px solid #5c838a1f;
  transition: transform .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about .team__photo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, transparent 40%, #00000059 100%);
  pointer-events: none;
  border-radius: 40px
}

.about .team__member:hover .team__photo img {
  transform: scale(1.08)
}

.about .team__name {
  font-size: 21px;
  line-height: 1.1;
  color: #565A61;
  margin: 0 0 8px;
  letter-spacing: -.005em
}

.about .team__role {
  font-size: 16px;
  line-height: 1.6;
  color: #9C9FA7;
  margin: 0;
  letter-spacing: .08em;
  text-transform: uppercase
}

.about .team__large {
  grid-column: span 2
}

.about .team__large .team__photo img {
  height: 480px
}

.about .approach {
  background: #f4f5f6;
  padding: 80px 24px
}

.about .approach__container {
  max-width: 1320px;
  margin: 0 auto
}

.about .approach__layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start
}

.about .approach__text h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #565A61;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.about .approach__text p {
  font-size: 18px;
  line-height: 1.6;
  color: #565A61;
  margin: 0 0 16px;
  letter-spacing: .01em
}

.about .approach__text p:last-of-type {
  margin-bottom: 0
}

.about .approach__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.about .approach__item {
  background: #fff;
  padding: 24px;
  border-radius: 3px;
  border: 1px solid #5c838a1a;
  box-shadow: 2px 3px 6px 0 #565a6114;
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden
}

.about .approach__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #5C838A
}

.about .approach__item:hover {
  transform: translateY(-3px)
}

.about .approach__item:active {
  transform: translateY(-1px) scale(0.98)
}

.about .approach__icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #5c838a1f 0%, #9c9fa72e 100%);
  border-radius: 13px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  color: #5C838A;
  box-shadow: inset 0 -2px 4px 0 #5c838a26
}

.about .approach__item h4 {
  font-size: 21px;
  line-height: 1.1;
  color: #565A61;
  margin: 0 0 8px;
  letter-spacing: -.005em
}

.about .approach__item p {
  font-size: 16px;
  line-height: 1.6;
  color: #565A61;
  margin: 0;
  letter-spacing: .015em
}

.about .timeline {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 24px;
  background: #fff
}

.about .timeline h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #565A61;
  margin: 0 0 40px;
  text-align: center;
  letter-spacing: -.01em
}

.about .timeline__track {
  position: relative;
  padding: 40px 0
}

.about .timeline__line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #5c838a33 0%, #5c838a99 50%, #5c838a33 100%);
  transform: translateX(-50%)
}

.about .timeline__events {
  display: flex;
  flex-direction: column;
  gap: 80px
}

.about .timeline__event {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative
}

.about .timeline__event.left .timeline__content {
  grid-column: 1;
  text-align: right
}

.about .timeline__event.left .timeline__year {
  grid-column: 2;
  justify-self: start
}

.about .timeline__event.right .timeline__content {
  grid-column: 2;
  text-align: left
}

.about .timeline__event.right .timeline__year {
  grid-column: 1;
  justify-self: end
}

.about .timeline__year {
  font-size: 68px;
  line-height: 1.1;
  color: #5C838A;
  font-weight: 700;
  letter-spacing: -.03em;
  position: relative
}

.about .timeline__year::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: #5C838A;
  border-radius: 40px;
  border: 4px solid #fff;
  box-shadow: 2px 3px 6px 0 #5c838a14;
  transform: translateY(-50%)
}

.about .timeline__event.left .timeline__year::after {
  left: -50px
}

.about .timeline__event.right .timeline__year::after {
  right: -50px
}

.about .timeline__content h4 {
  font-size: 21px;
  line-height: 1.1;
  color: #565A61;
  margin: 0 0 8px;
  letter-spacing: -.005em
}

.about .timeline__content p {
  font-size: 16px;
  line-height: 1.6;
  color: #565A61;
  margin: 0;
  letter-spacing: .015em
}

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

  .about .values__grid {
    grid-template-columns: 1fr 1fr
  }

  .about .stats__wrapper {
    gap: 40px
  }

  .about .team__grid {
    grid-template-columns: 1fr 1fr
  }

  .about .approach__layout {
    gap: 40px
  }

  .about .timeline__event {
    gap: 40px
  }
}

@media (max-width: 768px) {
  .about .founder {
    padding: 40px 16px
  }

  .about .founder::after,
  .about .founder::before {
    display: none
  }

  .about .founder__grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .about .founder__text h1 {
    font-size: 37px;
    margin-bottom: 16px
  }

  .about .founder__image img {
    height: 360px
  }

  .about .values {
    padding: 40px 16px
  }

  .about .values h2 {
    font-size: 27px;
    margin-bottom: 24px
  }

  .about .values__grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .about .values__card {
    padding: 24px 16px
  }

  .about .values__card h3 {
    font-size: 21px
  }

  .about .stats {
    padding: 40px 16px
  }

  .about .stats__wrapper {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .about .stats__content h2 {
    font-size: 27px;
    margin-bottom: 16px
  }

  .about .stats__content p {
    margin-bottom: 24px
  }

  .about .stats__metrics {
    grid-template-columns: 1fr
  }

  .about .stats__number {
    font-size: 37px
  }

  .about .stats__img img {
    height: 220px
  }

  .about .team {
    padding: 40px 16px
  }

  .about .team h2 {
    font-size: 27px
  }

  .about .team__grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .about .team__large {
    grid-column: span 1
  }

  .about .team__photo img,
  .about .team__large .team__photo img {
    height: 320px
  }

  .about .approach {
    padding: 40px 16px
  }

  .about .approach__layout {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .about .approach__text h2 {
    font-size: 27px
  }

  .about .approach__features {
    grid-template-columns: 1fr
  }

  .about .timeline {
    padding: 40px 16px
  }

  .about .timeline h2 {
    font-size: 27px;
    margin-bottom: 24px
  }

  .about .timeline__line {
    left: 24px
  }

  .about .timeline__event {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .about .timeline__event.left .timeline__content,
  .about .timeline__event.right .timeline__content {
    grid-column: 1;
    text-align: left;
    padding-left: 64px
  }

  .about .timeline__event.left .timeline__year,
  .about .timeline__event.right .timeline__year {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    font-size: 37px;
    padding-left: 64px
  }

  .about .timeline__event.left .timeline__year::after,
  .about .timeline__event.right .timeline__year::after {
    left: -40px
  }
}

.opening {
  background: #fff;
  color: #2a2a2a;
  overflow-x: clip
}

.opening__title-zone {
  background: linear-gradient(117deg, #565A61 0%, #5C838A 48%, #9C9FA7 100%);
  color: #fff;
  padding: 80px 24px;
  position: relative;
  overflow: hidden
}

.opening__title-zone::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, #ffffff08 2px, #ffffff08 4px), repeating-linear-gradient(90deg, transparent, transparent 2px, #ffffff08 2px, #ffffff08 4px);
  pointer-events: none
}

.opening__title-zone::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><filter id="n"><feTurbulence baseFrequency="0.9" numOctaves="4"/></filter><rect width="400" height="400" filter="url(%23n)" opacity="0.08"/></svg>');
  pointer-events: none
}

.opening__title-container {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.opening__title-h1 {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  font-weight: 700
}

.opening__title-tagline {
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: .01em;
  margin: 0 0 40px;
  opacity: .95;
  max-width: 680px
}

.opening__title-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap
}

.opening__title-link {
  display: inline-block;
  padding: 16px 40px;
  background: #ffffff26;
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  font-size: 18px;
  letter-spacing: .02em;
  font-weight: 600;
  border: 2px solid #ffffff4d;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), background .24s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .24s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 2px 4px 20px 0 #565a6117
}

.opening__title-link:hover {
  background: #ffffff40;
  border-color: #ffffff80;
  transform: translateY(-2px)
}

.opening__title-link:active {
  transform: scale(0.97)
}

.opening__title-link.primary {
  background: #fff;
  color: #565A61;
  border-color: #fff
}

.opening__title-link.primary:hover {
  background: #ffffffe6;
  border-color: #ffffffe6
}

.opening__qualified {
  padding: 80px 24px;
  background: #fafbfc;
  position: relative
}

.opening__qualified-container {
  max-width: 1320px;
  margin: 0 auto
}

.opening__qualified-header {
  text-align: center;
  margin: 0 0 80px
}

.opening__qualified-h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #565A61;
  margin: 0 0 24px;
  font-weight: 700
}

.opening__qualified-intro {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .005em;
  color: #3a3a3a;
  max-width: 720px;
  margin: 0 auto
}

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

.opening__qualified-card {
  background: #fff;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 2px 3px 6px 0 #565a6114;
  transition: transform .32s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .26s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
  transform: translateY(40px);
  animation: slideUpReveal .7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

.opening__qualified-card:nth-child(1) {
  animation-delay: .1s
}

.opening__qualified-card:nth-child(2) {
  animation-delay: .2s
}

.opening__qualified-card:nth-child(3) {
  animation-delay: .3s
}

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

.opening__qualified-card:hover {
  transform: translateY(-6px);
  box-shadow: 2px 9px 52px 0 #565a611a
}

.opening__qualified-img-wrap {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border: 1px solid #565a6114;
  border-bottom: none
}

.opening__qualified-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

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

.opening__qualified-content {
  padding: 24px
}

.opening__qualified-h3 {
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #565A61;
  margin: 0 0 16px;
  font-weight: 700
}

.opening__qualified-text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #4a4a4a;
  margin: 0
}

.opening__adaptive {
  padding: 80px 24px;
  background: #fff;
  position: relative
}

.opening__adaptive::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(60deg, transparent 49.5%, #5c838a05 49.5%, #5c838a05 50.5%, transparent 50.5%), linear-gradient(-60deg, transparent 49.5%, #5c838a05 49.5%, #5c838a05 50.5%, transparent 50.5%);
  background-size: 40px 69.28px;
  pointer-events: none;
  z-index: 0
}

.opening__adaptive-container {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.opening__adaptive-layout {
  display: flex;
  gap: 80px;
  align-items: center
}

.opening__adaptive-visual {
  flex: 0 0 480px
}

.opening__adaptive-img-wrap {
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid #565a611f;
  box-shadow: 2px 4px 20px 0 #5c838a17;
  opacity: 0;
  transform: translateX(-50px);
  animation: slideFromLeft .8s cubic-bezier(0.34, 1.56, 0.64, 1) .2s forwards
}

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

.opening__adaptive-img {
  width: 100%;
  height: auto;
  display: block
}

.opening__adaptive-text-zone {
  flex: 1
}

.opening__adaptive-h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #565A61;
  margin: 0 0 24px;
  font-weight: 700
}

.opening__adaptive-p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .005em;
  color: #3a3a3a;
  margin: 0 0 24px
}

.opening__adaptive-p:last-child {
  margin: 0
}

.opening__adaptive-highlight {
  background: #5c838a14;
  padding: 24px;
  border-radius: 7px;
  border-left: 4px solid #5C838A;
  margin: 24px 0 0;
  box-shadow: inset 0 2px 4px 0 #5c838a0f
}

.opening__adaptive-highlight-text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #2a2a2a;
  margin: 0;
  font-weight: 600
}

.opening__commitment {
  padding: 80px 24px;
  background: radial-gradient(ellipse at 28% 42%, #5c838a0a 0%, #9c9fa708 47%, #565a6105 100%);
  position: relative
}

.opening__commitment-container {
  max-width: 1320px;
  margin: 0 auto
}

.opening__commitment-h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #565A61;
  margin: 0 0 80px;
  text-align: center;
  font-weight: 700
}

.opening__commitment-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px
}

.opening__commitment-col {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.opening__commitment-block {
  background: #fff;
  padding: 40px;
  border-radius: 13px;
  border: 3px dashed #5c838a33;
  box-shadow: 2px 3px 6px 0 #565a6114;
  transition: border-color .27s cubic-bezier(0.34, 1.56, 0.64, 1), transform .29s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
  transform: translateY(30px);
  animation: slideUpReveal .7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

.opening__commitment-col:nth-child(1) .opening__commitment-block:nth-child(1) {
  animation-delay: .1s
}

.opening__commitment-col:nth-child(1) .opening__commitment-block:nth-child(2) {
  animation-delay: .3s
}

.opening__commitment-col:nth-child(2) .opening__commitment-block:nth-child(1) {
  animation-delay: .2s
}

.opening__commitment-col:nth-child(2) .opening__commitment-block:nth-child(2) {
  animation-delay: .4s
}

.opening__commitment-block:hover {
  border-color: #5c838a80;
  transform: translateY(-4px)
}

.opening__commitment-icon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 0 24px
}

.opening__commitment-icon-item {
  text-align: center
}

.opening__commitment-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 8px;
  background: linear-gradient(135deg, #5C838A 0%, #9C9FA7 100%);
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 -2px 4px 0 #0000001a;
  transition: transform .25s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.opening__commitment-block:hover .opening__commitment-icon {
  transform: scale(1.12)
}

.opening__commitment-icon svg {
  width: 28px;
  height: 28px;
  fill: #fff
}

.opening__commitment-icon-label {
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #565A61;
  font-weight: 600;
  margin: 0
}

.opening__commitment-icon-desc {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .005em;
  color: #5a5a5a;
  margin: 8px 0 0
}

.opening__commitment-h3 {
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -.005em;
  color: #565A61;
  margin: 0 0 16px;
  font-weight: 700
}

.opening__commitment-p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #4a4a4a;
  margin: 0 0 16px
}

.opening__commitment-p:last-child {
  margin: 0
}

.opening__commitment-img-wrap {
  margin: 24px 0 0;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #565a611f
}

.opening__commitment-img {
  width: 100%;
  height: auto;
  display: block
}

.opening__commitment-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0
}

.opening__commitment-list-item {
  position: relative;
  padding: 0 0 0 32px;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #4a4a4a
}

.opening__commitment-list-item:last-child {
  margin: 0
}

.opening__commitment-list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #5C838A;
  box-shadow: inset 0 -1px 2px 0 #00000026
}

@media (max-width: 1280px) {
  .opening__title-h1 {
    font-size: 37px
  }

  .opening__title-tagline {
    font-size: 18px
  }

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

  .opening__adaptive-layout {
    flex-direction: column;
    gap: 40px
  }

  .opening__adaptive-visual {
    flex: 0 0 auto;
    width: 100%
  }

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

@media (max-width: 768px) {
  .opening__title-zone {
    padding: 40px 16px
  }

  .opening__title-h1 {
    font-size: 27px
  }

  .opening__title-tagline {
    font-size: 16px
  }

  .opening__title-actions {
    flex-direction: column
  }

  .opening__title-link {
    width: 100%;
    text-align: center
  }

  .opening__qualified {
    padding: 40px 16px
  }

  .opening__qualified-header {
    margin: 0 0 40px
  }

  .opening__qualified-h2 {
    font-size: 27px
  }

  .opening__qualified-intro {
    font-size: 16px
  }

  .opening__adaptive {
    padding: 40px 16px
  }

  .opening__adaptive-h2 {
    font-size: 27px
  }

  .opening__adaptive-p {
    font-size: 16px
  }

  .opening__commitment {
    padding: 40px 16px
  }

  .opening__commitment-h2 {
    font-size: 27px;
    margin: 0 0 40px
  }

  .opening__commitment-h3 {
    font-size: 21px
  }

  .opening__commitment-icon-grid {
    grid-template-columns: 1fr
  }
}

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

.contact-us .req-block {
  position: relative;
  padding: 80px 24px 160px;
  background: linear-gradient(127deg, #f8f9fa 0%, #f4f5f6 47%, #f7f8f9 100%);
  overflow: hidden
}

.contact-us .req-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 40px, #565a6105 40px, #565a6105 80px);
  pointer-events: none
}

.contact-us .req-block::after {
  content: '01';
  position: absolute;
  top: -40px;
  right: 80px;
  font-size: 340px;
  font-weight: 700;
  color: #565a6108;
  line-height: 1;
  pointer-events: none;
  z-index: 1
}

.contact-us .req-inner {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.contact-us .req-head {
  margin: 0 0 80px
}

.contact-us .req-head h1 {
  font-size: 68px;
  line-height: 1.1;
  color: #565A61;
  margin: 0 0 16px;
  letter-spacing: -.02em
}

.contact-us .req-caption {
  font-size: 16px;
  line-height: 1.6;
  color: #9C9FA7;
  text-transform: uppercase;
  letter-spacing: .18em;
  padding-top: 16px;
  border-top: 2px solid #5C838A;
  display: inline-block
}

.contact-us .req-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.contact-us .req-info {
  position: relative
}

.contact-us .req-info h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #565A61;
  margin: 0 0 40px;
  letter-spacing: -.01em
}

.contact-us .req-details {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.contact-us .req-item {
  position: relative;
  padding-left: 40px;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us .req-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background: #5C838A;
  border-radius: 3px;
  transition: transform .24s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.contact-us .req-item:hover {
  transform: translateX(8px)
}

.contact-us .req-item:hover::before {
  transform: rotate(45deg)
}

.contact-us .req-label {
  font-size: 16px;
  line-height: 1.6;
  color: #9C9FA7;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin: 0 0 8px;
  display: block
}

.contact-us .req-value {
  font-size: 21px;
  line-height: 1.6;
  color: #565A61;
  margin: 0
}

.contact-us .req-value a {
  color: #565A61;
  text-decoration: none;
  transition: color .26s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us .req-value a:hover {
  color: #5C838A
}

.contact-us .req-form-wrap {
  background: #fff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 2px 9px 52px 0 #565a611a;
  position: relative
}

.contact-us .req-form-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #5C838A 0%, #9C9FA7 100%);
  border-radius: 24px 24px 0 0
}

.contact-us .req-form h3 {
  font-size: 27px;
  line-height: 1.1;
  color: #565A61;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.contact-us .req-field {
  margin: 0 0 24px
}

.contact-us .req-field label {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #565A61;
  margin: 0 0 8px;
  letter-spacing: .02em
}

.contact-us .req-field input,
.contact-us .req-field select {
  width: 100%;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.6;
  color: #565A61;
  background: #f8f9fa;
  border: 2px solid transparent;
  border-radius: 13px;
  transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), background .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  outline: none
}

.contact-us .req-field input::placeholder {
  color: #9C9FA7;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .08em
}

.contact-us .req-field input:focus,
.contact-us .req-field select:focus {
  background: #fff;
  border-color: #5C838A;
  box-shadow: inset 0 -3px 8px 0 #5c838a14
}

.contact-us .req-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='%235C838A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  padding-right: 56px;
  cursor: pointer
}

.contact-us .req-privacy {
  margin: 0 0 24px;
  display: flex;
  align-items: start;
  gap: 16px
}

.contact-us .req-privacy input[type="checkbox"] {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: 2px 0 0;
  cursor: pointer;
  accent-color: #5C838A
}

.contact-us .req-privacy label {
  font-size: 16px;
  line-height: 1.6;
  color: #565A61;
  margin: 0;
  cursor: pointer
}

.contact-us .req-privacy a {
  color: #5C838A;
  text-decoration: none;
  transition: color .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us .req-privacy a:hover {
  color: #565A61
}

.contact-us .req-submit {
  width: 100%;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  background: #5C838A;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: background .26s cubic-bezier(0.34, 1.56, 0.64, 1), transform .26s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .26s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 2px 4px 20px 0 #5c838a17;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 600
}

.contact-us .req-submit:hover {
  background: #4d6f75;
  box-shadow: 2px 9px 52px 0 #5c838a1a;
  transform: translateY(-2px)
}

.contact-us .req-submit:active {
  transform: scale(0.98) translateY(0)
}

.contact-us .pulse-geo {
  position: relative;
  padding: 80px 24px;
  background: #fafbfc;
  overflow: hidden
}

.contact-us .pulse-geo::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  margin: -300px 0 0 -300px;
  border: 2px solid #5c838a14;
  border-radius: 50%;
  animation: pulse-ring 4.2s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
  pointer-events: none
}

.contact-us .pulse-geo::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px;
  border: 2px solid #565a610f;
  border-radius: 50%;
  animation: pulse-ring 4.2s cubic-bezier(0.34, 1.56, 0.64, 1) 1.4s infinite;
  pointer-events: none
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.8);
    opacity: 0
  }

  50% {
    opacity: 1
  }

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

.contact-us .pulse-inner {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.contact-us .pulse-layout {
  display: flex;
  gap: 80px;
  align-items: center
}

.contact-us .pulse-media {
  flex: 0 0 480px;
  position: relative
}

.contact-us .pulse-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 2px 4px 20px 0 #5c838a17;
  transition: box-shadow .32s cubic-bezier(0.34, 1.56, 0.64, 1), transform .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us .pulse-img-wrap:hover {
  box-shadow: 2px 9px 52px 0 #5c838a1a;
  transform: translateY(-4px)
}

.contact-us .pulse-img-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #565a611a 0%, #5c838a33 100%);
  z-index: 1;
  pointer-events: none
}

.contact-us .pulse-img-wrap img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
  border: 3px solid #fff;
  border-radius: 24px
}

.contact-us .pulse-content {
  flex: 1
}

.contact-us .pulse-content h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #565A61;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.contact-us .pulse-text {
  font-size: 18px;
  line-height: 1.6;
  color: #565A61;
  margin: 0 0 24px
}

.contact-us .pulse-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.contact-us .pulse-list li {
  font-size: 18px;
  line-height: 1.6;
  color: #565A61;
  padding-left: 40px;
  position: relative
}

.contact-us .pulse-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  background: #5C838A;
  border-radius: 50%;
  box-shadow: 2px 3px 6px 0 #5c838a14
}

.contact-us .pulse-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.contact-us .pulse-metric {
  background: #fff;
  padding: 24px;
  border-radius: 13px;
  box-shadow: 2px 3px 6px 0 #565a6114;
  transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us .pulse-metric:hover {
  box-shadow: 2px 4px 20px 0 #5c838a17;
  transform: translateY(-3px)
}

.contact-us .pulse-num {
  font-size: 37px;
  line-height: 1.1;
  color: #5C838A;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: -.02em
}

.contact-us .pulse-label {
  font-size: 16px;
  line-height: 1.6;
  color: #9C9FA7;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0
}

@media (max-width: 1280px) {
  .contact-us .req-block::after {
    font-size: 240px;
    right: 40px
  }

  .contact-us .req-grid {
    gap: 40px
  }

  .contact-us .pulse-layout {
    gap: 40px
  }

  .contact-us .pulse-media {
    flex: 0 0 400px
  }

  .contact-us .pulse-img-wrap img {
    height: 480px
  }
}

@media (max-width: 768px) {
  .contact-us .req-block {
    padding: 40px 16px 80px
  }

  .contact-us .req-block::after {
    font-size: 160px;
    right: 16px;
    top: -20px
  }

  .contact-us .req-head h1 {
    font-size: 37px
  }

  .contact-us .req-head {
    margin: 0 0 40px
  }

  .contact-us .req-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .contact-us .req-info h2 {
    font-size: 27px;
    margin: 0 0 24px
  }

  .contact-us .req-details {
    gap: 24px
  }

  .contact-us .req-form-wrap {
    padding: 24px
  }

  .contact-us .pulse-geo {
    padding: 40px 16px
  }

  .contact-us .pulse-layout {
    flex-direction: column;
    gap: 40px
  }

  .contact-us .pulse-media {
    flex: 0 0 auto;
    width: 100%
  }

  .contact-us .pulse-img-wrap img {
    height: 400px
  }

  .contact-us .pulse-content h2 {
    font-size: 27px
  }

  .contact-us .pulse-text {
    font-size: 16px
  }

  .contact-us .pulse-list li {
    font-size: 16px
  }

  .contact-us .pulse-metrics {
    grid-template-columns: 1fr
  }

  .contact-us .pulse-num {
    font-size: 27px
  }
}

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

.guides__title-zone {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 120px 24px 80px;
  background: linear-gradient(127deg, #565A61 0%, #5C838A 48%, #9C9FA7 100%)
}

.guides__title-zone::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 8%;
  width: 12px;
  height: 12px;
  background: #ffffff26;
  border-radius: 50%;
  animation: pattern-pulse-1 2.8s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

.guides__title-zone::after {
  content: '';
  position: absolute;
  top: 80px;
  right: 15%;
  width: 8px;
  height: 8px;
  background: #ffffff1f;
  border-radius: 50%;
  animation: pattern-pulse-2 3.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite
}

@keyframes pattern-pulse-1 {

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

  50% {
    transform: scale(1.4);
    opacity: .3
  }
}

@keyframes pattern-pulse-2 {

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

  50% {
    transform: scale(1.6);
    opacity: .25
  }
}

.guides__pattern-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ffffff1a;
  border-radius: 50%
}

.guides__pattern-dot:nth-child(1) {
  top: 160px;
  left: 20%
}

.guides__pattern-dot:nth-child(2) {
  top: 200px;
  left: 25%
}

.guides__pattern-dot:nth-child(3) {
  top: 140px;
  right: 18%
}

.guides__title-content {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%
}

.guides__heading {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #fff;
  margin: 0 0 24px;
  font-weight: 700
}

.guides__heading span {
  display: block
}

.guides__description {
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #ffffffeb;
  max-width: 680px;
  margin: 0 0 40px
}

.guides__title-image-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42%;
  height: 35%;
  overflow: hidden;
  border-radius: 24px 0 0 0
}

.guides__title-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative
}

.guides__title-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #565a6100 0%, #565a61b3 100%);
  pointer-events: none
}

.guides__divider-rhythm {
  height: 2px;
  max-width: 1320px;
  margin: 0 auto;
  background: repeating-linear-gradient(to right, #9C9FA7 0px, #9C9FA7 8px, transparent 8px, transparent 16px, #9C9FA7 16px, #9C9FA7 18px, transparent 18px, transparent 32px);
  opacity: .3
}

.guides__posts-section {
  padding: 80px 24px;
  background: #fefefe
}

.guides__posts-container {
  max-width: 1320px;
  margin: 0 auto
}

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

.guides__post-card {
  background: #fff;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 2px 4px 20px 0 #5c838a17;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  flex-direction: column;
  border: 1px solid #9c9fa71f
}

.guides__post-card:hover {
  transform: translateY(-6px);
  box-shadow: 2px 9px 52px 0 #5c838a1a
}

.guides__post-card:active {
  transform: translateY(-4px) scale(0.99)
}

.guides__post-image-wrap {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #f4f4f4
}

.guides__post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .32s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.guides__post-card:hover .guides__post-image {
  transform: scale(1.08)
}

.guides__post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #565a61d9;
  opacity: 0;
  transition: opacity .26s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none
}

.guides__post-card:hover .guides__post-overlay {
  opacity: 1
}

.guides__overlay-text {
  color: #fff;
  font-size: 18px;
  letter-spacing: .02em;
  font-weight: 600
}

.guides__post-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #5c838af2;
  color: #fff;
  font-size: 16px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 3px;
  font-weight: 600;
  z-index: 2
}

.guides__post-content {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column
}

.guides__post-title {
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #565A61;
  margin: 0 0 16px;
  font-weight: 700
}

.guides__post-subtitle {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #5C838A;
  margin: 0 0 16px;
  font-weight: 600
}

.guides__post-description {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #565A61;
  margin: 0 0 24px;
  flex-grow: 1
}

.guides__post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #9c9fa726
}

.guides__post-author {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #565A61;
  font-weight: 600
}

.guides__post-date {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #9C9FA7
}

.guides__post-link {
  text-decoration: none;
  display: block;
  height: 100%
}

.guides__split-zone {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: stretch;
  overflow: hidden
}

.guides__split-left {
  width: 58%;
  background: #f9f9f9;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.guides__split-left::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #5c838a0a 0%, #9c9fa70f 100%);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  pointer-events: none
}

.guides__split-right {
  width: 42%;
  background: linear-gradient(217deg, #5C838A 0%, #565A61 100%);
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%)
}

.guides__split-content {
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.guides__split-heading {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #565A61;
  margin: 0 0 24px;
  font-weight: 700
}

.guides__split-text {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #565A61;
  margin: 0
}

.guides__split-heading.light {
  color: #fff
}

.guides__split-text.light {
  color: #ffffffeb
}

.guides__quote-mark {
  position: absolute;
  top: -24px;
  left: -40px;
  font-size: 180px;
  line-height: 1;
  color: #5c838a14;
  font-weight: 700;
  z-index: 0;
  pointer-events: none
}

.guides__metrics-section {
  padding: 80px 24px;
  background: #fff;
  position: relative
}

.guides__metrics-container {
  max-width: 1320px;
  margin: 0 auto
}

.guides__metrics-heading {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #565A61;
  margin: 0 0 40px;
  text-align: center;
  font-weight: 700
}

.guides__metrics-dual {
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: center
}

.guides__metric-item {
  text-align: center;
  animation: reveal-metric .8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  clip-path: circle(0% at 50% 50%)
}

.guides__metric-item:nth-child(1) {
  animation-delay: .2s
}

.guides__metric-item:nth-child(2) {
  animation-delay: .4s
}

@keyframes reveal-metric {
  to {
    clip-path: circle(100% at 50% 50%)
  }
}

.guides__metric-value {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #5C838A;
  font-weight: 700;
  margin: 0 0 16px
}

.guides__metric-label {
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #565A61;
  margin: 0;
  font-weight: 600
}

.guides__icon-flow {
  padding: 80px 24px;
  background: linear-gradient(168deg, #5c838a08 0%, #9c9fa70d 48%, #fff0 100%);
  position: relative
}

.guides__icon-container {
  max-width: 1320px;
  margin: 0 auto
}

.guides__icon-heading {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #565A61;
  margin: 0 0 40px;
  text-align: center;
  font-weight: 700
}

.guides__icon-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: relative
}

.guides__icon-box {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 3px 6px 0 #5c838a14;
  transition: transform .24s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .24s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  border: 2px solid #5c838a1f
}

.guides__icon-box:hover {
  transform: scale(1.12);
  box-shadow: 2px 9px 52px 0 #5c838a1a
}

.guides__icon-shape {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #5C838A 0%, #9C9FA7 100%);
  border-radius: 13px;
  transform: rotate(45deg)
}

.guides__icon-connector {
  width: 80px;
  height: 2px;
  background: repeating-linear-gradient(to right, #9C9FA7 0px, #9C9FA7 6px, transparent 6px, transparent 12px);
  opacity: .4
}

.guides__process-section {
  padding: 80px 24px;
  background: #fff
}

.guides__process-container {
  max-width: 1320px;
  margin: 0 auto
}

.guides__process-heading {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #565A61;
  margin: 0 0 40px;
  font-weight: 700
}

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

.guides__process-card {
  background: #fafafa;
  padding: 40px 24px;
  border-radius: 7px;
  border: 1px solid #9c9fa726;
  transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.guides__process-card:hover {
  background: #f4f4f4;
  transform: translateY(-4px)
}

.guides__process-number {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #5c838a33;
  font-weight: 700;
  margin: 0 0 16px
}

.guides__process-title {
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #565A61;
  margin: 0 0 16px;
  font-weight: 700
}

.guides__process-text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #565A61;
  margin: 0
}

.guides__process-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0
}

.guides__process-list li {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #565A61;
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px
}

.guides__process-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #5C838A;
  border-radius: 50%
}

@media (max-width: 1280px) {
  .guides__heading {
    font-size: 37px
  }

  .guides__description {
    font-size: 18px
  }

  .guides__title-image-wrap {
    width: 50%;
    height: 30%
  }

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

  .guides__split-left,
  .guides__split-right {
    width: 50%
  }

  .guides__metrics-dual {
    gap: 40px
  }

  .guides__metric-value {
    font-size: 37px
  }

  .guides__metric-label {
    font-size: 18px
  }

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

@media (max-width: 768px) {
  .guides__title-zone {
    min-height: 420px;
    padding: 80px 16px 40px
  }

  .guides__heading {
    font-size: 27px
  }

  .guides__description {
    font-size: 16px
  }

  .guides__title-image-wrap {
    width: 100%;
    height: 25%;
    border-radius: 13px 13px 0 0
  }

  .guides__posts-section {
    padding: 40px 16px
  }

  .guides__post-image-wrap {
    height: 220px
  }

  .guides__post-content {
    padding: 16px
  }

  .guides__post-title {
    font-size: 21px
  }

  .guides__post-subtitle {
    font-size: 16px
  }

  .guides__split-zone {
    flex-direction: column
  }

  .guides__split-left,
  .guides__split-right {
    width: 100%;
    padding: 40px 24px
  }

  .guides__split-right {
    clip-path: none
  }

  .guides__split-left::after {
    clip-path: none
  }

  .guides__split-heading {
    font-size: 27px
  }

  .guides__split-text {
    font-size: 16px
  }

  .guides__metrics-section {
    padding: 40px 16px
  }

  .guides__metrics-heading {
    font-size: 27px;
    margin: 0 0 24px
  }

  .guides__metrics-dual {
    flex-direction: column;
    gap: 24px
  }

  .guides__metric-value {
    font-size: 27px
  }

  .guides__metric-label {
    font-size: 16px
  }

  .guides__icon-flow {
    padding: 40px 16px
  }

  .guides__icon-heading {
    font-size: 27px;
    margin: 0 0 24px
  }

  .guides__icon-row {
    flex-direction: column;
    gap: 24px
  }

  .guides__icon-connector {
    width: 2px;
    height: 40px;
    background: repeating-linear-gradient(to bottom, #9C9FA7 0px, #9C9FA7 6px, transparent 6px, transparent 12px)
  }

  .guides__process-section {
    padding: 40px 16px
  }

  .guides__process-heading {
    font-size: 27px
  }

  .guides__process-number {
    font-size: 37px
  }

  .guides__process-title {
    font-size: 18px
  }

  .guides__quote-mark {
    font-size: 120px;
    top: -16px;
    left: -24px
  }
}

.learning-program {
  background: #fff;
  position: relative;
  overflow-x: clip
}

.learning-program::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, #fff0 0%, #fff6 25%, #fff9 50%, #fff6 75%, #fff0 100%);
  pointer-events: none;
  z-index: 1;
  animation: fog-drift 28s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

@keyframes fog-drift {
  0% {
    transform: translateX(-50%)
  }

  100% {
    transform: translateX(0%)
  }
}

.learning-program .intro {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 24px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  position: relative;
  z-index: 2
}

.learning-program .intro__text {
  flex: 1;
  max-width: 820px
}

.learning-program .intro__label {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #5C838A;
  margin: 0 0 16px;
  font-weight: 600
}

.learning-program .intro__heading {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #565A61;
  margin: 0 0 24px;
  font-weight: 700
}

.learning-program .intro__heading span {
  display: block
}

.learning-program .intro__visual {
  width: 380px;
  flex-shrink: 0;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 2px 4px 20px 0 #565a6117
}

.learning-program .intro__visual::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: linear-gradient(180deg, #565a6199 0%, #565a6100 100%);
  pointer-events: none
}

.learning-program .intro__image {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  border: 1px solid #565a611f;
  border-radius: 13px
}

.learning-program .intro__decoration {
  position: absolute;
  top: 40px;
  right: -120px;
  font-size: 280px;
  line-height: 1;
  color: #5c838a0f;
  font-weight: 700;
  pointer-events: none;
  z-index: -1;
  user-select: none
}

.learning-program .divider-zigzag {
  width: 100%;
  height: 32px;
  display: block
}

.learning-program .curriculum {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #f4f5f6 100%);
  padding: 80px 0
}

.learning-program .curriculum__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}

.learning-program .curriculum__header {
  text-align: center;
  margin: 0 0 80px
}

.learning-program .curriculum__title {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #565A61;
  margin: 0 0 24px;
  font-weight: 700
}

.learning-program .curriculum__intro {
  font-size: 18px;
  line-height: 1.6;
  color: #565A61;
  max-width: 720px;
  margin: 0 auto
}

.learning-program .curriculum__grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1.6fr;
  gap: 24px
}

.learning-program .phase {
  background: #fff;
  border-radius: 13px;
  padding: 40px;
  box-shadow: 2px 3px 6px 0 #5c838a14;
  border: 1px solid #565a6114;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative
}

.learning-program .phase:hover {
  transform: translateY(-4px);
  box-shadow: 2px 9px 52px 0 #5c838a1a
}

.learning-program .phase:active {
  transform: translateY(-2px) scale(0.98)
}

.learning-program .phase__number {
  font-size: 68px;
  line-height: 1;
  letter-spacing: -.03em;
  color: #5c838a26;
  margin: 0 0 16px;
  font-weight: 700
}

.learning-program .phase__name {
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #565A61;
  margin: 0 0 24px;
  font-weight: 700
}

.learning-program .phase__steps {
  list-style: none;
  padding: 0;
  margin: 0
}

.learning-program .phase__step {
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid #565a6114
}

.learning-program .phase__step:last-child {
  margin: 0;
  padding: 0;
  border: none
}

.learning-program .phase__step-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 0 8px;
  gap: 16px
}

.learning-program .phase__step-title {
  font-size: 18px;
  line-height: 1.6;
  color: #565A61;
  font-weight: 600;
  margin: 0
}

.learning-program .phase__step-duration {
  font-size: 16px;
  line-height: 1.6;
  color: #5C838A;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0
}

.learning-program .phase__step-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #9C9FA7;
  margin: 0
}

.learning-program .phase.first {
  background: linear-gradient(135deg, #fff 0%, #f9fafa 100%)
}

.learning-program .phase.second {
  background: linear-gradient(135deg, #fff 0%, #f7f9f9 100%)
}

.learning-program .phase.third {
  background: linear-gradient(135deg, #fff 0%, #f5f7f8 100%)
}

@media (max-width: 1280px) {
  .learning-program .intro {
    padding: 80px 24px
  }

  .learning-program .intro__heading {
    font-size: 37px
  }

  .learning-program .intro__visual {
    width: 320px
  }

  .learning-program .intro__image {
    height: 400px
  }

  .learning-program .intro__decoration {
    font-size: 200px;
    right: -80px
  }

  .learning-program .curriculum__grid {
    grid-template-columns: 1fr 1fr
  }

  .learning-program .phase.third {
    grid-column: 1 / -1
  }
}

@media (max-width: 768px) {
  .learning-program .intro {
    flex-direction: column;
    padding: 40px 16px
  }

  .learning-program .intro__text {
    max-width: 100%
  }

  .learning-program .intro__heading {
    font-size: 27px
  }

  .learning-program .intro__visual {
    width: 100%;
    max-width: 480px
  }

  .learning-program .intro__image {
    height: 320px
  }

  .learning-program .intro__decoration {
    display: none
  }

  .learning-program .curriculum {
    padding: 40px 0
  }

  .learning-program .curriculum__container {
    padding: 0 16px
  }

  .learning-program .curriculum__header {
    margin: 0 0 40px
  }

  .learning-program .curriculum__title {
    font-size: 27px
  }

  .learning-program .curriculum__grid {
    grid-template-columns: 1fr
  }

  .learning-program .phase {
    padding: 24px
  }

  .learning-program .phase__number {
    font-size: 37px
  }

  .learning-program .phase__name {
    font-size: 21px
  }

  .learning-program .phase.third {
    grid-column: auto
  }
}

.learning-program ::selection {
  background: #5c838a33;
  color: #565A61
}

.success-outcome {
  background: linear-gradient(217deg, #f8f9fb 0%, #fff 35%, #f4f6f9 100%);
  padding: 80px 16px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center
}

.success-outcome .confirm-wrap {
  max-width: 680px;
  margin: 0 auto;
  text-align: center
}

.success-outcome .icon-frame {
  width: 120px;
  height: 120px;
  margin: 0 auto 40px;
  background: linear-gradient(135deg, #5C838A 0%, #565A61 100%);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 9px 52px 0 #5c838a1a;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.success-outcome .icon-frame:hover {
  transform: scale(1.05)
}

.success-outcome .checkmark {
  width: 56px;
  height: 56px;
  border: 5px solid #fff;
  border-radius: 50%;
  position: relative
}

.success-outcome .checkmark::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 28px;
  border: solid #fff;
  border-width: 0 5px 5px 0;
  top: 6px;
  left: 14px;
  transform: rotate(45deg)
}

.success-outcome .main-title {
  font-size: 68px;
  line-height: 1.1;
  color: #565A61;
  margin: 0 0 24px;
  letter-spacing: -.02em
}

.success-outcome .lead-text {
  font-size: 27px;
  line-height: 1.6;
  color: #5C838A;
  margin: 0 0 40px;
  letter-spacing: .01em
}

.success-outcome .detail-box {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  margin: 0 0 40px;
  box-shadow: 2px 4px 20px 0 #565a6117;
  text-align: left
}

.success-outcome .detail-box .section-label {
  font-size: 18px;
  line-height: 1.6;
  color: #9C9FA7;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 16px
}

.success-outcome .detail-box .info-text {
  font-size: 21px;
  line-height: 1.6;
  color: #565A61;
  margin: 0
}

.success-outcome .detail-box .info-text.strong {
  font-size: 27px;
  color: #5C838A;
  margin: 0 0 24px
}

.success-outcome .action-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap
}

.success-outcome .btn {
  padding: 16px 40px;
  font-size: 18px;
  line-height: 1.6;
  text-decoration: none;
  border-radius: 13px;
  display: inline-block;
  transition: transform .23s cubic-bezier(0.68, -0.55, 0.27, 1.55), filter .23s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.success-outcome .btn:hover {
  filter: brightness(0.92)
}

.success-outcome .btn:active {
  transform: scale(0.97)
}

.success-outcome .btn.primary {
  background: linear-gradient(135deg, #5C838A 0%, #565A61 100%);
  color: #fff;
  box-shadow: 2px 3px 6px 0 #5c838a14
}

.success-outcome .btn.secondary {
  background: #fff;
  color: #565A61;
  border: 2px solid #9C9FA7
}

.success-outcome .note-block {
  margin: 40px 0 0;
  padding: 24px;
  background: #5c838a0f;
  border-radius: 13px
}

.success-outcome .note-block .note-title {
  font-size: 21px;
  line-height: 1.6;
  color: #565A61;
  margin: 0 0 8px
}

.success-outcome .note-block .note-text {
  font-size: 18px;
  line-height: 1.6;
  color: #5C838A;
  margin: 0
}

@media (max-width: 768px) {
  .success-outcome {
    padding: 40px 16px
  }

  .success-outcome .icon-frame {
    width: 96px;
    height: 96px;
    margin: 0 auto 24px
  }

  .success-outcome .checkmark {
    width: 44px;
    height: 44px;
    border-width: 4px
  }

  .success-outcome .checkmark::after {
    width: 12px;
    height: 22px;
    border-width: 0 4px 4px 0;
    top: 4px;
    left: 11px
  }

  .success-outcome .main-title {
    font-size: 37px;
    margin: 0 0 16px
  }

  .success-outcome .lead-text {
    font-size: 21px;
    margin: 0 0 24px
  }

  .success-outcome .detail-box {
    padding: 24px;
    margin: 0 0 24px
  }

  .success-outcome .detail-box .info-text.strong {
    font-size: 21px;
    margin: 0 0 16px
  }

  .success-outcome .action-row {
    flex-direction: column;
    gap: 16px
  }

  .success-outcome .btn {
    width: 100%;
    padding: 16px 24px
  }

  .success-outcome .note-block {
    margin: 24px 0 0;
    padding: 16px
  }
}