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

html {
  box-sizing: border-box
}

* {
  box-sizing: inherit
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
  font-family: 'Archivo', sans-serif;
  background: #fff;
  color: #1F2633;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em
}

.top-band {
  background: linear-gradient(135deg, #F6EE1E 0%, #FDE8E7 100%);
  padding: 10px 0;
  position: relative
}

.top-band::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #1f263314
}

.top-band-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px
}

.brand-zone {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 24px;
  box-shadow: 0 1px 4px 0 #1f263314
}

.brand-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  background: #fff;
  border-radius: 4px;
  padding: 4px;
  box-shadow: inset 0 1px 2px #1f26330f
}

.brand-name {
  font-size: 17px;
  font-weight: 700;
  color: #1F2633;
  letter-spacing: -.01em
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 24px;
  box-shadow: 0 1px 4px 0 #1f263314
}

.badge-stars {
  display: flex;
  gap: 4px
}

.star-icon {
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #F6EE1E 0%, #FDE8E7 60%);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)
}

.badge-text {
  font-size: 14px;
  font-weight: 700;
  color: #1F2633;
  letter-spacing: .01em
}

.primary-nav {
  background: #1F2633;
  padding: 20px 0;
  position: relative
}

.primary-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 50%, #f6ee1e08 0%, transparent 50%), radial-gradient(circle at 80% 50%, #fde8e708 0%, transparent 50%);
  pointer-events: none
}

.primary-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  justify-content: center;
  align-items: center
}

.nav-item {
  margin: 0;
  padding: 0
}

.nav-link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .03em;
  padding: 10px 20px;
  border-radius: 4px;
  background: transparent;
  transition: background-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative
}

.nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, #f6ee1e08 2px, #f6ee1e08 4px);
  opacity: 0;
  transition: opacity .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 4px;
  pointer-events: none
}

.nav-link:hover {
  background: #f6ee1e26;
  color: #F6EE1E
}

.nav-link:hover::before {
  opacity: 1
}

.nav-link:focus {
  outline: 2px solid #F6EE1E;
  outline-offset: 4px
}

.primary-footer {
  background: linear-gradient(180deg, #1F2633 0%, #2a3240 100%);
  padding: 80px 0 40px;
  position: relative
}

.primary-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 2px 2px, #f6ee1e14 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none
}

.primary-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1
}

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

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

.footer-brand-identity {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff0d;
  padding: 20px;
  border-radius: 24px;
  box-shadow: 0 7px 25px 0 #f6ee1e17;
  backdrop-filter: blur(8px)
}

.footer-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  background: #fff;
  border-radius: 4px;
  padding: 6px;
  box-shadow: inset 0 2px 4px #1f263314
}

.footer-brand-name {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.01em
}

.footer-brand-description {
  font-size: 14px;
  line-height: 1.55;
  color: #ffffffb3;
  letter-spacing: .02em
}

.contact-card {
  background: #ffffff0d;
  padding: 20px;
  border-radius: 24px;
  box-shadow: 0 7px 25px 0 #f6ee1e17;
  backdrop-filter: blur(8px)
}

.contact-card-title {
  font-size: 15px;
  font-weight: 700;
  color: #F6EE1E;
  margin: 0 0 20px;
  letter-spacing: .03em
}

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

.contact-item {
  margin: 0;
  padding: 0
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffffd9;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: .02em;
  transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-link:hover {
  color: #F6EE1E
}

.contact-link:focus {
  outline: 2px solid #F6EE1E;
  outline-offset: 4px;
  border-radius: 4px
}

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

.phone-icon {
  background: #F6EE1E;
  clip-path: path('M3 2a1 1 0 011-1h12a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V2zm2 0v16h10V2H5zm3 14a1 1 0 112 0 1 1 0 01-2 0z')
}

.email-icon {
  background: #F6EE1E;
  clip-path: path('M2 4a2 2 0 012-2h12a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V4zm2 0v.01L10 9l6-4.99V4l-6 5-6-5zm0 2.83V16h12V6.83l-6 5-6-5z')
}

.location-icon {
  background: #F6EE1E;
  clip-path: path('M10 2a6 6 0 00-6 6c0 4.5 6 10 6 10s6-5.5 6-10a6 6 0 00-6-6zm0 8a2 2 0 110-4 2 2 0 010 4z')
}

.footer-links-section {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.footer-links-title {
  font-size: 15px;
  font-weight: 700;
  color: #F6EE1E;
  margin: 0 0 10px;
  letter-spacing: .03em
}

.footer-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.footer-links-item {
  margin: 0;
  padding: 0
}

.footer-link {
  color: #ffffffd9;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: .02em;
  transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block
}

.footer-link:hover {
  color: #F6EE1E
}

.footer-link:focus {
  outline: 2px solid #F6EE1E;
  outline-offset: 4px;
  border-radius: 4px
}

.footer-bottom {
  border-top: 1px solid #f6ee1e26;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center
}

.copyright {
  font-size: 14px;
  color: #fff9;
  text-align: center;
  line-height: 1.55;
  letter-spacing: .02em
}

.consent-popup-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1200;
  max-width: 420px;
  width: calc(100% - 40px)
}

.consent-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 12px 36px 0 #1f263321;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform .42s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .42s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.consent-card.visible {
  transform: translateY(0);
  opacity: 1
}

.consent-title {
  font-size: 17px;
  font-weight: 700;
  color: #1F2633;
  margin: 0 0 10px;
  letter-spacing: -.01em;
  line-height: 1.1
}

.consent-description {
  font-size: 14px;
  color: #1F2633;
  line-height: 1.55;
  margin: 0 0 20px;
  letter-spacing: .02em
}

.consent-categories {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px
}

.consent-category {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #f6ee1e0d;
  border-radius: 4px
}

.consent-checkbox {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #F6EE1E
}

.consent-checkbox:disabled {
  cursor: not-allowed;
  opacity: .5
}

.consent-checkbox:focus {
  outline: 2px solid #F6EE1E;
  outline-offset: 2px
}

.consent-label {
  font-size: 14px;
  color: #1F2633;
  letter-spacing: .02em;
  cursor: pointer;
  user-select: none
}

.consent-label.disabled {
  cursor: not-allowed
}

.consent-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.consent-button {
  flex: 1;
  min-width: 120px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  cursor: pointer;
  transition: background-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 200ms ease;
  font-family: 'Archivo', sans-serif
}

.consent-button:active {
  transform: scale(0.97)
}

.consent-button:focus {
  outline: 2px solid #F6EE1E;
  outline-offset: 4px
}

.accept-all {
  background: #F6EE1E;
  color: #1F2633
}

.accept-all:hover {
  background: #e5dd1a
}

.reject-all {
  background: #1F2633;
  color: #fff
}

.reject-all:hover {
  background: #2a3240
}

.save-preferences {
  background: #FDE8E7;
  color: #1F2633
}

.save-preferences:hover {
  background: #fcd9d7
}

.data-sale-section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #1f26331a
}

.data-sale-title {
  font-size: 14px;
  font-weight: 700;
  color: #1F2633;
  margin: 0 0 10px;
  letter-spacing: .02em
}

.data-sale-toggle {
  display: flex;
  align-items: center;
  gap: 10px
}

.data-sale-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #F6EE1E
}

.data-sale-checkbox:focus {
  outline: 2px solid #F6EE1E;
  outline-offset: 2px
}

.data-sale-label {
  font-size: 14px;
  color: #1F2633;
  letter-spacing: .02em;
  cursor: pointer;
  user-select: none
}

@media (max-width: 768px) {
  .top-band-inner {
    flex-direction: column;
    align-items: stretch
  }

  .brand-zone,
  .trust-badge {
    justify-content: center
  }

  .nav-list {
    flex-direction: column;
    gap: 10px
  }

  .nav-link {
    text-align: center
  }

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

  .consent-popup-container {
    top: 10px;
    right: 10px;
    left: 10px;
    width: auto;
    max-width: none
  }

  .consent-card {
    padding: 20px
  }

  .consent-actions {
    flex-direction: column
  }

  .consent-button {
    width: 100%
  }
}

@media (max-width: 640px) {
  body {
    font-size: 14px
  }

  .brand-name,
  .footer-brand-name {
    font-size: 15px
  }

  .badge-text {
    font-size: 14px
  }

  .nav-link {
    font-size: 14px
  }

  .contact-card-title,
  .footer-links-title {
    font-size: 14px
  }
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr
  }
}

@media (min-width: 1280px) {

  .top-band-inner,
  .primary-nav-inner,
  .primary-footer-inner {
    padding: 0 40px
  }
}

.k-legal-data {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  background: #fff
}

.k-legal-data h1 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1F2633;
  margin: 0 0 40px
}

.k-legal-data h2 {
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #1F2633;
  margin: 80px 0 20px
}

.k-legal-data h3 {
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #1F2633;
  margin: 40px 0 20px
}

.k-legal-data h4 {
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #1F2633;
  margin: 40px 0 10px;
  font-weight: 600
}

.k-legal-data h5 {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #1F2633;
  margin: 40px 0 10px;
  font-weight: 600
}

.k-legal-data h6 {
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: .02em;
  color: #1F2633;
  margin: 40px 0 10px;
  font-weight: 600;
  text-transform: uppercase
}

.k-legal-data p {
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0;
  color: #1F2633;
  margin: 0 0 20px
}

.k-legal-data ul {
  margin: 0 0 20px;
  padding: 0 0 0 40px;
  list-style: none
}

.k-legal-data ol {
  margin: 0 0 20px;
  padding: 0 0 0 40px;
  list-style: none;
  counter-reset: policy-list
}

.k-legal-data ul li {
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0;
  color: #1F2633;
  margin: 0 0 10px;
  position: relative;
  padding: 0 0 0 20px
}

.k-legal-data ol li {
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0;
  color: #1F2633;
  margin: 0 0 10px;
  position: relative;
  padding: 0 0 0 20px;
  counter-increment: policy-list
}

.k-legal-data ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #F6EE1E;
  border-radius: 4px
}

.k-legal-data ol li::before {
  content: counter(policy-list) '.';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  color: #F6EE1E
}

.k-legal-data em,
.k-legal-data i {
  font-style: italic
}

.k-legal-data a {
  color: #1F2633;
  text-decoration: underline;
  text-decoration-color: #F6EE1E;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: text-decoration-color 200ms ease-in-out
}

.k-legal-data a:hover {
  text-decoration-color: #1F2633
}

.k-legal-data table {
  width: 100%;
  margin: 0 0 40px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: 0
}

.k-legal-data thead {
  background: #FDE8E7
}

.k-legal-data th {
  padding: 20px;
  text-align: left;
  font-weight: 600;
  color: #1F2633;
  border-bottom: 2px solid #F6EE1E
}

.k-legal-data td {
  padding: 20px;
  color: #1F2633;
  border-bottom: 1px solid #1f263314
}

.k-legal-data tbody tr:last-child td {
  border-bottom: none
}

.k-legal-data tbody tr:hover {
  background: #f6ee1e0d
}

.k-legal-data div {
  margin: 0 0 20px
}

@media (max-width: 768px) {
  .k-legal-data {
    padding: 40px 20px
  }

  .k-legal-data h1 {
    font-size: 32px;
    margin: 0 0 20px
  }

  .k-legal-data h2 {
    font-size: 24px;
    margin: 40px 0 20px
  }

  .k-legal-data h3 {
    font-size: 20px;
    margin: 40px 0 10px
  }

  .k-legal-data table {
    font-size: 14px
  }

  .k-legal-data th,
  .k-legal-data td {
    padding: 10px
  }
}

@media (max-width: 640px) {
  .k-legal-data {
    padding: 40px 10px
  }

  .k-legal-data h1 {
    font-size: 28px
  }

  .k-legal-data h2 {
    font-size: 20px
  }

  .k-legal-data p,
  .k-legal-data ul li,
  .k-legal-data ol li {
    font-size: 15px
  }

  .k-legal-data table {
    display: block;
    overflow-x: auto
  }
}

.prim {
  background: #fff;
  color: #1F2633;
  overflow-x: clip
}

.prim * {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

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

.prim button,
.prim input,
.prim textarea,
.prim select {
  font: inherit;
  color: inherit
}

.prim a {
  color: inherit;
  text-decoration: none
}

.prim ul,
.prim ol {
  list-style: none
}

.prim .opener {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.prim .opener-visual {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 7px 25px 0 #1f263317
}

.prim .opener-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: fadeVisual .65s ease-in-out
}

@keyframes fadeVisual {
  from {
    opacity: 0;
    transform: scale(1.05)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.prim .opener-text {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.prim .opener-title {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1F2633
}

.prim .opener-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: #F6EE1E;
  color: #1F2633;
  border-radius: 40px;
  font-size: 15px;
  line-height: 1.55;
  text-decoration: none;
  transition: transform 0.2s, box-shadow .2s;
  align-self: flex-start;
  box-shadow: 0 1px 4px 0 #1f263314
}

.prim .opener-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 25px 0 #1f263317
}

.prim .opener-action:active {
  transform: scale(0.97)
}

.prim .opener-pattern {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  opacity: .15
}

.prim .opener-pattern svg {
  width: 100%;
  height: 100%
}

.prim .invest-zone {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  position: relative
}

.prim .invest-zone::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: linear-gradient(180deg, #1F2633 0%, #3a4456 100%);
  z-index: -1;
  animation: breatheContrast 8s ease-in-out infinite
}

@keyframes breatheContrast {

  0%,
  100% {
    filter: contrast(1)
  }

  50% {
    filter: contrast(1.08)
  }
}

.prim .invest-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 40px;
  align-items: start
}

.prim .invest-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px 20px;
  box-shadow: 0 12px 36px 0 #1f263321;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden
}

.prim .invest-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, #f6ee1e08 10px, #f6ee1e08 20px);
  opacity: 0;
  transition: opacity .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none
}

.prim .invest-card:hover::before {
  opacity: 1
}

.prim .invest-card:hover {
  transform: translateY(-8px)
}

.prim .invest-number {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  color: #F6EE1E
}

.prim .invest-label {
  font-size: 17px;
  line-height: 1.55;
  color: #1F2633
}

.prim .invest-main {
  background: #FDE8E7;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 7px 25px 0 #1f263317
}

.prim .invest-heading {
  font-size: 17px;
  line-height: 1.55;
  color: #1F2633;
  font-weight: 700
}

.prim .invest-list {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.prim .invest-item {
  font-size: 15px;
  line-height: 1.55;
  color: #1F2633;
  padding-left: 20px;
  position: relative
}

.prim .invest-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #F6EE1E;
  border-radius: 50%
}

.prim .differ-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.prim .differ-top {
  text-align: center
}

.prim .differ-heading {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.02em;
  background: linear-gradient(180deg, #1F2633 0%, #F6EE1E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

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

.prim .differ-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative
}

.prim .differ-image-wrap {
  width: 100%;
  height: 240px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 7px 25px 0 #1f263317;
  position: relative
}

.prim .differ-image-wrap::after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #F6EE1E;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity .55s ease-in-out, transform .55s ease-in-out
}

.prim .differ-block:hover .differ-image-wrap::after {
  opacity: 1;
  transform: scale(1)
}

.prim .differ-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prim .differ-block:hover .differ-image-wrap img {
  transform: scale(1.05)
}

.prim .differ-caption {
  font-size: 17px;
  line-height: 1.55;
  color: #1F2633
}

.prim .differ-spiral {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  opacity: .06;
  pointer-events: none
}

.prim .differ-spiral svg {
  width: 100%;
  height: 100%
}

.prim .condition-area {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  position: relative
}

.prim .condition-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  overflow: hidden
}

.prim .condition-divider svg {
  width: 100%;
  height: 100%
}

.prim .condition-layout {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: start
}

.prim .condition-content {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.prim .condition-heading {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1F2633
}

.prim .condition-heading span {
  color: #F6EE1E
}

.prim .condition-flow {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative
}

.prim .condition-flow::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 40px;
  bottom: 40px;
  width: 2px;
  background: linear-gradient(180deg, #F6EE1E 0%, #FDE8E7 100%)
}

.prim .condition-step {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: start;
  position: relative
}

.prim .condition-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #F6EE1E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  color: #1F2633;
  flex-shrink: 0;
  box-shadow: 0 1px 4px 0 #1f263314;
  transition: transform .55s ease-in-out, box-shadow .55s ease-in-out;
  position: relative;
  z-index: 1
}

.prim .condition-step:hover .condition-num {
  transform: scale(1.15);
  box-shadow: 0 7px 25px 0 #f6ee1e4d
}

.prim .condition-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px
}

.prim .condition-title {
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
  color: #1F2633
}

.prim .condition-desc {
  font-size: 15px;
  line-height: 1.55;
  color: #1F2633
}

.prim .condition-aside {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.prim .condition-profile {
  background: #FDE8E7;
  border-radius: 24px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
  box-shadow: 0 7px 25px 0 #1f263317;
  transition: transform .45s ease-in-out;
  position: relative
}

.prim .condition-profile:hover {
  transform: translateY(-6px)
}

.prim .condition-profile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: repeating-linear-gradient(135deg, transparent, transparent 8px, #1f263305 8px, #1f263305 16px);
  opacity: 0;
  transition: opacity .45s ease-in-out;
  pointer-events: none
}

.prim .condition-profile:hover::before {
  opacity: 1
}

.prim .condition-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 7px 25px 0 #1f263317;
  flex-shrink: 0
}

.prim .condition-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top
}

.prim .condition-name {
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
  color: #1F2633
}

.prim .condition-role {
  font-size: 14px;
  line-height: 1.55;
  color: #1F2633;
  opacity: .7
}

.prim .condition-quote {
  font-size: 15px;
  line-height: 1.55;
  color: #1F2633;
  font-style: italic
}

.prim .condition-image-block {
  width: 100%;
  height: 280px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 7px 25px 0 #1f263317;
  position: relative
}

.prim .condition-image-block::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, #1f263326 100%);
  opacity: 0;
  transition: opacity .45s ease-in-out;
  pointer-events: none
}

.prim .condition-image-block:hover::after {
  opacity: 1
}

.prim .condition-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.prim .condition-tag {
  display: inline-block;
  padding: 10px 20px;
  background: #F6EE1E;
  color: #1F2633;
  border-radius: 40px;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
  box-shadow: 0 1px 4px 0 #1f263314;
  position: relative;
  transition: transform .2s
}

.prim .condition-tag:hover {
  transform: scale(1.05)
}

.prim .condition-tag::after {
  content: attr(data-label);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(10px, -50%);
  background: #1F2633;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease-in-out, transform .45s ease-in-out;
  box-shadow: 0 7px 25px 0 #1f263321
}

.prim .condition-tag:hover::after {
  opacity: 1;
  transform: translate(15px, -50%)
}

.prim .condition-tag:focus::after {
  opacity: 1;
  transform: translate(15px, -50%)
}

@media (max-width: 1024px) {
  .prim .opener {
    padding: 40px 20px;
    gap: 20px
  }

  .prim .opener-visual {
    height: 320px
  }

  .prim .opener-title {
    font-size: 48px
  }

  .prim .invest-zone {
    padding: 40px 20px
  }

  .prim .invest-inner {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .prim .invest-main {
    padding: 20px
  }

  .prim .differ-wrap {
    padding: 40px 20px;
    gap: 20px
  }

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

  .prim .condition-area {
    padding: 40px 20px
  }

  .prim .condition-layout {
    flex-direction: column;
    gap: 20px
  }

  .prim .condition-heading {
    font-size: 48px
  }

  .prim .condition-tag::after {
    display: none
  }
}

@media (max-width: 768px) {
  .prim .opener-title {
    font-size: 48px
  }

  .prim .opener-visual {
    height: 240px
  }

  .prim .differ-heading {
    font-size: 48px
  }

  .prim .condition-heading {
    font-size: 48px
  }

  .prim .condition-image-block {
    height: 200px
  }
}

@media (max-width: 640px) {
  .prim .opener {
    padding: 20px
  }

  .prim .opener-title {
    font-size: 48px
  }

  .prim .invest-zone {
    padding: 20px
  }

  .prim .invest-card {
    padding: 20px
  }

  .prim .differ-wrap {
    padding: 20px
  }

  .prim .differ-heading {
    font-size: 48px
  }

  .prim .condition-area {
    padding: 20px
  }

  .prim .condition-heading {
    font-size: 48px
  }

  .prim .condition-profile {
    padding: 20px
  }

  .prim .condition-avatar {
    width: 100px;
    height: 100px
  }
}

.learn-prog {
  background: #fff;
  color: #1F2633;
  overflow-x: clip
}

.learn-prog .grad-intro {
  background: linear-gradient(180deg, #F6EE1E 0%, #f6ee1e00 100%);
  padding: 120px 20px 60px;
  position: relative;
  overflow: hidden
}

.learn-prog .grad-intro::before {
  content: '';
  position: absolute;
  top: 40px;
  right: 60px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, #fde8e766 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(50px);
  pointer-events: none
}

.learn-prog .grad-intro::after {
  content: '';
  position: absolute;
  bottom: 80px;
  left: 40px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, #1f263326 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none
}

.learn-prog .intro-contain {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1
}

.learn-prog .eyebrow {
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #1F2633;
  opacity: .7
}

.learn-prog .intro-head {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.02em;
  text-align: center;
  max-width: 900px;
  color: #1F2633;
  margin: 0
}

.learn-prog .intro-visual {
  width: 100%;
  max-width: 700px;
  height: 380px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 36px 0 #1f263321
}

.learn-prog .intro-visual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, #1f26334d 0%, transparent 60%), radial-gradient(circle at 80% 80%, #1f26334d 0%, transparent 60%);
  pointer-events: none;
  z-index: 1
}

.learn-prog .intro-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.learn-prog .structure-map {
  background: #FDE8E7;
  padding: 80px 20px;
  position: relative;
  overflow: hidden
}

.learn-prog .structure-map::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, #1f263308 2px, #1f263308 4px), repeating-linear-gradient(90deg, transparent, transparent 2px, #1f263308 2px, #1f263308 4px);
  pointer-events: none
}

.learn-prog .structure-map::after {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 300px;
  height: 300px;
  border: 2px solid #f6ee1e33;
  border-radius: 50%;
  transform: rotate(45deg);
  pointer-events: none
}

.learn-prog .structure-contain {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.learn-prog .structure-head {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.02em;
  text-align: center;
  margin: 0 0 80px;
  background: linear-gradient(180deg, #1F2633 0%, #F6EE1E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.learn-prog .module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative
}

.learn-prog .module-grid::before {
  content: '';
  position: absolute;
  top: 80px;
  left: 16.666%;
  right: 16.666%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #F6EE1E 50%, transparent 100%);
  pointer-events: none
}

.learn-prog .module-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center
}

.learn-prog .module-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 7px 25px 0 #1f263317;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.learn-prog .module-node:hover .module-icon {
  transform: scale(1.08)
}

.learn-prog .module-icon svg {
  width: 60px;
  height: 60px;
  fill: #1F2633
}

.learn-prog .module-label {
  font-size: 17px;
  line-height: 1.55;
  color: #1F2633;
  margin: 0;
  font-weight: 600
}

.learn-prog .module-desc {
  font-size: 15px;
  line-height: 1.55;
  color: #1F2633;
  opacity: .8;
  margin: 0
}

.learn-prog .step-flow {
  background: linear-gradient(180deg, #fff 0%, #FDE8E7 100%);
  padding: 80px 20px;
  position: relative
}

.learn-prog .step-contain {
  max-width: 1200px;
  margin: 0 auto
}

.learn-prog .step-head {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  color: #1F2633
}

.learn-prog .step-intro {
  font-size: 17px;
  line-height: 1.55;
  color: #1F2633;
  margin: 0 0 80px;
  max-width: 800px
}

.learn-prog .step-intro-wide {
  font-size: 17px;
  line-height: 1.55;
  color: #1F2633;
  margin: 0 0 40px
}

.learn-prog .step-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px
}

.learn-prog .step-column {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.learn-prog .step-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  position: relative
}

.learn-prog .step-item::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 60px;
  bottom: -40px;
  width: 2px;
  background: linear-gradient(180deg, #F6EE1E 0%, transparent 100%)
}

.learn-prog .step-item:last-child::before {
  display: none
}

.learn-prog .step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F6EE1E;
  color: #1F2633;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  flex-shrink: 0;
  position: relative;
  z-index: 1
}

.learn-prog .step-content {
  flex: 1;
  padding-top: 10px
}

.learn-prog .step-label {
  font-size: 17px;
  line-height: 1.55;
  color: #1F2633;
  margin: 0 0 10px;
  font-weight: 600
}

.learn-prog .step-text {
  font-size: 15px;
  line-height: 1.55;
  color: #1F2633;
  opacity: .8;
  margin: 0
}

.learn-prog .outcome-proof {
  background: #fff;
  padding: 80px 20px;
  position: relative;
  overflow: hidden
}

.learn-prog .outcome-proof::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  border: 80px solid #f6ee1e0d;
  border-radius: 50%;
  pointer-events: none;
  animation: outcome-breathe 10s ease-in-out infinite
}

@keyframes outcome-breathe {

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

  50% {
    transform: scale(1.15)
  }
}

.learn-prog .outcome-contain {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px
}

.learn-prog .outcome-header {
  text-align: center;
  max-width: 800px
}

.learn-prog .outcome-head {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  background: linear-gradient(180deg, #1F2633 0%, #F6EE1E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.learn-prog .outcome-desc {
  font-size: 17px;
  line-height: 1.55;
  color: #1F2633;
  margin: 0
}

.learn-prog .outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%
}

.learn-prog .outcome-card {
  background: #FDE8E7;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
  transition: transform .5s ease-in-out
}

.learn-prog .outcome-card:hover {
  transform: translateY(-10px)
}

.learn-prog .outcome-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, #1f263305 10px, #1f263305 20px);
  opacity: 0;
  transition: opacity .5s ease-in-out;
  pointer-events: none
}

.learn-prog .outcome-card:hover::before {
  opacity: 1
}

.learn-prog .outcome-card-top {
  display: flex;
  align-items: center;
  gap: 20px
}

.learn-prog .outcome-portrait {
  width: 80px;
  height: 112px;
  border-radius: 40px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 7px 25px 0 #1f263317
}

.learn-prog .outcome-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top
}

.learn-prog .outcome-person {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.learn-prog .outcome-name {
  font-size: 17px;
  line-height: 1.55;
  color: #1F2633;
  margin: 0;
  font-weight: 600
}

.learn-prog .outcome-role {
  font-size: 14px;
  line-height: 1.55;
  color: #1F2633;
  opacity: .6;
  margin: 0
}

.learn-prog .outcome-quote {
  font-size: 15px;
  line-height: 1.55;
  color: #1F2633;
  margin: 0
}

@media (max-width: 1024px) {
  .learn-prog .grad-intro {
    padding: 100px 20px 60px
  }

  .learn-prog .intro-head {
    font-size: 40px
  }

  .learn-prog .intro-visual {
    height: 320px
  }

  .learn-prog .module-grid {
    grid-template-columns: 1fr;
    gap: 60px
  }

  .learn-prog .module-grid::before {
    display: none
  }

  .learn-prog .step-body {
    grid-template-columns: 1fr
  }

  .learn-prog .outcome-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 640px) {
  .learn-prog .grad-intro {
    padding: 80px 20px 40px
  }

  .learn-prog .intro-head {
    font-size: 32px
  }

  .learn-prog .intro-visual {
    height: 260px
  }

  .learn-prog .structure-map {
    padding: 60px 20px
  }

  .learn-prog .structure-head,
  .learn-prog .step-head,
  .learn-prog .outcome-head {
    font-size: 32px;
    margin-bottom: 40px
  }

  .learn-prog .module-icon {
    width: 100px;
    height: 100px
  }

  .learn-prog .module-icon svg {
    width: 50px;
    height: 50px
  }

  .learn-prog .step-flow {
    padding: 60px 20px
  }

  .learn-prog .outcome-proof {
    padding: 60px 20px
  }

  .learn-prog .outcome-contain {
    gap: 60px
  }

  .learn-prog .outcome-card {
    padding: 30px
  }
}

.contact-reach {
  background: #fff;
  color: #1F2633;
  overflow-x: clip;
  position: relative
}

.contact-reach * {
  box-sizing: border-box
}

.contact-reach .cr-title-zone {
  position: relative;
  background: linear-gradient(157deg, #1F2633 0%, #1F2633 52%, #F6EE1E 52%, #F6EE1E 100%);
  padding: 80px 20px;
  overflow: hidden
}

.cr-title-zone .cr-title-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.cr-title-zone .cr-giant-letter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 480px;
  line-height: 1.1;
  font-weight: 700;
  color: #f6ee1e14;
  z-index: 1;
  pointer-events: none;
  user-select: none
}

.cr-title-zone .cr-main-heading {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  color: #fff;
  max-width: 620px
}

.cr-title-zone .cr-main-heading .cr-accent-word {
  color: #F6EE1E;
  font-weight: 700
}

.cr-title-zone .cr-title-image-wrapper {
  margin: 40px 0 0;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  max-width: 720px
}

.cr-title-zone .cr-title-image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(180deg, #1f2633bf 0%, #1f263300 100%);
  z-index: 1;
  pointer-events: none
}

.cr-title-zone .cr-title-image {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block
}

@keyframes cr-bg-flicker {
  0% {
    opacity: 1
  }

  12% {
    opacity: .96
  }

  24% {
    opacity: 1
  }

  38% {
    opacity: .94
  }

  52% {
    opacity: 1
  }

  61% {
    opacity: .97
  }

  73% {
    opacity: 1
  }

  85% {
    opacity: .95
  }

  100% {
    opacity: 1
  }
}

.cr-form-section {
  position: relative;
  padding: 80px 20px;
  background: linear-gradient(ellipse at center, #FDE8E7 0%, #fff 68%)
}

.cr-form-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  animation: cr-bg-flicker 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 0
}

.cr-form-section .cr-form-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 80px;
  position: relative;
  z-index: 1
}

.cr-form-section .cr-form-main {
  background: #fff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 12px 36px 0 #1f263321;
  border: 3px solid #F6EE1E;
  position: relative
}

.cr-form-section .cr-form-main::after {
  content: '';
  position: absolute;
  inset: -8px;
  border: 1px solid #1f26331f;
  border-radius: 26px;
  pointer-events: none
}

.cr-form-section .cr-form-heading {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0 0 10px;
  background: linear-gradient(180deg, #1F2633 0%, #F6EE1E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.cr-form-section .cr-form-intro {
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 40px;
  color: #1F2633
}

.cr-form-section .cr-form-element {
  margin: 0 0 20px
}

.cr-form-section .cr-form-label {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 10px;
  color: #1F2633;
  font-weight: 600
}

.cr-form-section .cr-form-input {
  width: 100%;
  padding: 20px;
  font-size: 15px;
  line-height: 1.55;
  border: 2px solid #1f263326;
  border-radius: 4px;
  background: #fff;
  color: #1F2633;
  transition: border-color .55s ease-in-out, box-shadow .55s ease-in-out;
  box-shadow: inset 0 2px 4px 0 #1f26330a
}

.cr-form-section .cr-form-input:focus {
  outline: none;
  border-color: #F6EE1E;
  box-shadow: inset 0 2px 4px 0 #1f26330a 0 0 0 3px #f6ee1e33
}

.cr-form-section .cr-form-input::placeholder {
  color: #1f263366
}

.cr-form-section .cr-checkbox-group {
  margin: 0 0 20px
}

.cr-form-section .cr-checkbox-group-label {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 10px;
  color: #1F2633;
  font-weight: 600
}

.cr-form-section .cr-checkbox-item {
  margin: 0 0 10px;
  display: flex;
  align-items: flex-start
}

.cr-form-section .cr-checkbox-input {
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  cursor: pointer;
  accent-color: #F6EE1E;
  flex-shrink: 0
}

.cr-form-section .cr-checkbox-text {
  font-size: 15px;
  line-height: 1.55;
  color: #1F2633;
  cursor: pointer;
  user-select: none
}

.cr-form-section .cr-privacy-wrapper {
  margin: 0 0 20px;
  display: flex;
  align-items: flex-start
}

.cr-form-section .cr-privacy-checkbox {
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  cursor: pointer;
  accent-color: #F6EE1E;
  flex-shrink: 0
}

.cr-form-section .cr-privacy-text {
  font-size: 14px;
  line-height: 1.55;
  color: #1F2633
}

.cr-form-section .cr-privacy-text a {
  color: #1F2633;
  text-decoration: underline;
  transition: color .45s ease-in-out
}

.cr-form-section .cr-privacy-text a:hover {
  color: #F6EE1E
}

.cr-form-section .cr-submit-button {
  width: 100%;
  padding: 20px 40px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
  background: #F6EE1E;
  color: #1F2633;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow .55s ease-in-out;
  box-shadow: 0 7px 25px 0 #1f263317;
  text-transform: lowercase;
  position: relative;
  overflow: hidden
}

.cr-form-section .cr-submit-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, #1f26330d 10px, #1f26330d 20px);
  transition: left .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none
}

.cr-form-section .cr-submit-button:hover::before {
  left: 0
}

.cr-form-section .cr-submit-button:hover {
  box-shadow: 0 12px 36px 0 #1f263321
}

.cr-form-section .cr-submit-button:active {
  transform: scale(0.97)
}

.cr-form-section .cr-sidebar-panel {
  background: #1F2633;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 12px 36px 0 #1f263321;
  position: relative;
  overflow: hidden
}

.cr-form-section .cr-sidebar-panel::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 40%, #f6ee1e14 50%, transparent 60%);
  animation: cr-gradient-rotate 12s linear infinite;
  pointer-events: none
}

@keyframes cr-gradient-rotate {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.cr-form-section .cr-sidebar-heading {
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 20px;
  color: #F6EE1E;
  font-weight: 700;
  position: relative;
  z-index: 1
}

.cr-form-section .cr-contact-block {
  margin: 0 0 40px;
  position: relative;
  z-index: 1
}

.cr-form-section .cr-contact-block:last-of-type {
  margin: 0
}

.cr-form-section .cr-contact-label {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 10px;
  color: #fff9
}

.cr-form-section .cr-contact-value {
  font-size: 15px;
  line-height: 1.55;
  color: #fff;
  margin: 0
}

.cr-form-section .cr-contact-link {
  color: #fff;
  text-decoration: none;
  transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  position: relative
}

.cr-form-section .cr-contact-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #F6EE1E;
  transition: width .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cr-form-section .cr-contact-link:hover {
  color: #F6EE1E
}

.cr-form-section .cr-contact-link:hover::after {
  width: 100%
}

.cr-form-section .cr-icon-sequence {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 40px 0 0;
  position: relative;
  z-index: 1
}

.cr-form-section .cr-icon-item {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: #f6ee1e26;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.cr-form-section .cr-icon-item svg {
  width: 24px;
  height: 24px;
  fill: #F6EE1E
}

.cr-form-section .cr-icon-connector {
  flex: 1;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #F6EE1E 0, #F6EE1E 8px, transparent 8px, transparent 16px)
}

.cr-form-section .cr-divider-svg {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 2
}

@media (max-width: 1024px) {
  .cr-form-section .cr-form-container {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .cr-form-section .cr-sidebar-panel {
    order: -1
  }
}

@media (max-width: 768px) {
  .cr-title-zone {
    padding: 40px 20px
  }

  .cr-title-zone .cr-main-heading {
    font-size: 17px
  }

  .cr-title-zone .cr-giant-letter {
    font-size: 240px
  }

  .cr-title-zone .cr-title-image {
    height: 220px
  }

  .cr-form-section {
    padding: 40px 20px
  }

  .cr-form-section .cr-form-main {
    padding: 20px
  }

  .cr-form-section .cr-form-heading {
    font-size: 17px
  }

  .cr-form-section .cr-sidebar-panel {
    padding: 20px
  }

  .cr-form-section .cr-icon-sequence {
    flex-wrap: wrap
  }
}

@media (max-width: 640px) {
  .cr-title-zone .cr-title-image-wrapper {
    margin: 20px 0 0
  }

  .cr-form-section .cr-form-intro {
    margin: 0 0 20px
  }

  .cr-form-section .cr-icon-sequence {
    gap: 10px
  }

  .cr-form-section .cr-icon-item {
    width: 40px;
    height: 40px
  }

  .cr-form-section .cr-icon-item svg {
    width: 20px;
    height: 20px
  }
}

::selection {
  background: #F6EE1E;
  color: #1F2633
}

.abt-us {
  background: #fff;
  color: #1F2633;
  line-height: 1.55;
  max-width: 100%;
  overflow-x: clip
}

.abt-us * {
  box-sizing: border-box
}

.abt-us .grad-hero {
  background: linear-gradient(180deg, #F6EE1E 0%, #FDE8E7 100%);
  padding: 80px 20px 160px;
  position: relative;
  overflow: hidden
}

.abt-us .grad-hero::before {
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle at 30% 40%, #1f26330f 0%, transparent 50%), radial-gradient(circle at 70% 60%, #fde8e714 0%, transparent 50%), radial-gradient(circle at 50% 50%, #f6ee1e0a 0%, transparent 60%);
  pointer-events: none
}

.abt-us .grad-hero::after {
  content: '';
  position: absolute;
  top: 20%;
  left: 10%;
  width: 300px;
  height: 300px;
  background-image: repeating-linear-gradient(0deg, #1f263308 0px, #1f263308 1px, transparent 1px, transparent 20px), repeating-linear-gradient(90deg, #1f263308 0px, #1f263308 1px, transparent 1px, transparent 20px);
  pointer-events: none
}

.abt-us .hero-contain {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.abt-us .hero-hd {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  color: #1F2633
}

.abt-us .hero-num {
  color: #1F2633;
  font-weight: 700
}

.abt-us .hero-txt {
  font-size: 17px;
  line-height: 1.55;
  max-width: 680px;
  margin: 0;
  color: #1F2633
}

.abt-us .story-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  position: relative
}

.abt-us .story-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, #FDE8E7 0%, #fde8e700 100%);
  pointer-events: none;
  z-index: 0
}

.abt-us .story-wrap::after {
  content: '';
  position: absolute;
  top: 120px;
  right: 40px;
  width: 400px;
  height: 300px;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, #f6ee1e05 10px, #f6ee1e05 20px);
  pointer-events: none;
  z-index: 0;
  clip-path: inset(0)
}

.abt-us .story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
  position: relative;
  z-index: 1
}

.abt-us .story-intro {
  max-width: 800px
}

.abt-us .story-intro-hd {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 0 0 40px;
  background: linear-gradient(180deg, #1F2633 0%, #F6EE1E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.abt-us .story-intro-p {
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 20px
}

.abt-us .story-intro-p:last-child {
  margin-bottom: 0
}

.abt-us .story-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px
}

.abt-us .story-col-txt {
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 20px
}

.abt-us .story-col-txt:last-child {
  margin-bottom: 0
}

.abt-us .mission-zone {
  background: #1F2633;
  padding: 80px 20px;
  position: relative;
  overflow: hidden
}

.abt-us .mission-zone::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at center, #f6ee1e14 0%, transparent 70%);
  animation: wave-drift 8s ease-in-out infinite;
  pointer-events: none
}

@keyframes wave-drift {

  0%,
  100% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(120px, 80px)
  }
}

.abt-us .mission-zone::after {
  content: '';
  position: absolute;
  bottom: -150px;
  right: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at center, #fde8e70f 0%, transparent 70%);
  animation: wave-drift-alt 10s ease-in-out infinite;
  pointer-events: none
}

@keyframes wave-drift-alt {

  0%,
  100% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-100px, -60px)
  }
}

.abt-us .mission-contain {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.abt-us .mission-hd {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 0 0 80px;
  color: #F6EE1E;
  text-align: center
}

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

.abt-us .mission-card {
  background: #ffffff0a;
  border: 1px solid #f6ee1e1f;
  border-radius: 24px;
  padding: 40px;
  position: relative;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .mission-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #F6EE1E 0%, #FDE8E7 100%);
  border-radius: 24px 24px 0 0;
  opacity: 0;
  transition: opacity .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .mission-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 36px 0 #f6ee1e21
}

.abt-us .mission-card:hover::before {
  opacity: 1
}

.abt-us .mission-card-num {
  font-size: 48px;
  line-height: 1.1;
  color: #F6EE1E;
  margin: 0 0 20px;
  font-weight: 700
}

.abt-us .mission-card-hd {
  font-size: 17px;
  line-height: 1.55;
  color: #fff;
  margin: 0 0 20px;
  font-weight: 600
}

.abt-us .mission-card-txt {
  font-size: 15px;
  line-height: 1.55;
  color: #fffc;
  margin: 0
}

.abt-us .team-section {
  padding: 80px 20px;
  background: #fff;
  position: relative
}

.abt-us .team-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #1f26331a 50%, transparent 100%)
}

.abt-us .team-contain {
  max-width: 1200px;
  margin: 0 auto
}

.abt-us .team-hd {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 0 0 40px;
  color: #1F2633
}

.abt-us .team-intro {
  font-size: 17px;
  line-height: 1.55;
  max-width: 700px;
  margin: 0 0 80px;
  color: #1F2633
}

.abt-us .team-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 80px;
  align-items: start
}

.abt-us .team-profile {
  position: relative
}

.abt-us .team-img-wrap {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 20px;
  border: 4px solid #F6EE1E;
  box-shadow: 0 7px 25px 0 #1f263317;
  animation: gentle-shake 4s ease-in-out infinite
}

@keyframes gentle-shake {

  0%,
  100% {
    transform: rotate(0deg)
  }

  25% {
    transform: rotate(1deg)
  }

  75% {
    transform: rotate(-1deg)
  }
}

.abt-us .team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top
}

.abt-us .team-profile-name {
  font-size: 17px;
  line-height: 1.55;
  color: #1F2633;
  margin: 0 0 10px;
  font-weight: 600
}

.abt-us .team-profile-role {
  font-size: 15px;
  line-height: 1.55;
  color: #1f2633b3;
  margin: 0
}

.abt-us .team-content {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.abt-us .team-block {
  position: relative
}

.abt-us .team-block::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -40px;
  width: 2px;
  height: calc(100% + 40px);
  background: linear-gradient(180deg, #F6EE1E 0%, transparent 100%)
}

.abt-us .team-block-hd {
  font-size: 17px;
  line-height: 1.55;
  color: #1F2633;
  margin: 0 0 20px;
  font-weight: 600
}

.abt-us .team-block-txt {
  font-size: 15px;
  line-height: 1.55;
  color: #1F2633;
  margin: 0
}

.abt-us .values-zone {
  background: linear-gradient(180deg, #fff 0%, #FDE8E7 100%);
  padding: 80px 20px;
  position: relative;
  overflow: hidden
}

.abt-us .values-zone::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 300px;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, #1f263304 2px, #1f263304 4px), repeating-linear-gradient(90deg, transparent, transparent 2px, #1f263304 2px, #1f263304 4px);
  background-size: 40px 40px;
  transform: translateY(-50%);
  pointer-events: none
}

.abt-us .values-contain {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.abt-us .values-hd {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 0 0 80px;
  color: #1F2633;
  text-align: center
}

.abt-us .values-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: values-counter
}

.abt-us .values-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 40px;
  counter-increment: values-counter;
  position: relative
}

.abt-us .values-item::before {
  content: counter(values-counter, decimal-leading-zero);
  font-size: 48px;
  line-height: 1.1;
  color: #F6EE1E;
  font-weight: 700
}

.abt-us .values-item::after {
  content: '';
  position: absolute;
  top: 60px;
  left: 40px;
  width: 2px;
  height: calc(100% - 40px);
  background: linear-gradient(180deg, #1F2633 0%, transparent 100%)
}

.abt-us .values-item:last-child::after {
  display: none
}

.abt-us .values-item-hd {
  font-size: 17px;
  line-height: 1.55;
  color: #1F2633;
  margin: 0 0 20px;
  font-weight: 600
}

.abt-us .values-item-txt {
  font-size: 15px;
  line-height: 1.55;
  color: #1F2633;
  margin: 0
}

.abt-us .gallery-section {
  padding: 80px 20px;
  background: #fff
}

.abt-us .gallery-contain {
  max-width: 1200px;
  margin: 0 auto
}

.abt-us .gallery-hd {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 0 0 40px;
  color: #1F2633
}

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

.abt-us .gallery-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 7px 25px 0 #1f263317;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .gallery-card:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 36px 0 #1f263321
}

.abt-us .gallery-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #F6EE1E 0%, #FDE8E7 100%);
  z-index: 1
}

.abt-us .gallery-img-wrap {
  width: 100%;
  height: 360px;
  overflow: hidden
}

.abt-us .gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .gallery-card:hover .gallery-img {
  transform: scale(1.08)
}

.abt-us .gallery-caption {
  padding: 20px;
  background: #fff
}

.abt-us .gallery-caption-txt {
  font-size: 15px;
  line-height: 1.55;
  color: #1F2633;
  margin: 0
}

.abt-us .divider-svg {
  display: block;
  width: 100%;
  height: 60px;
  fill: #1F2633
}

@media (max-width: 1024px) {
  .abt-us .grad-hero {
    padding: 60px 20px 120px
  }

  .abt-us .hero-hd {
    font-size: 40px
  }

  .abt-us .story-wrap {
    padding: 60px 20px
  }

  .abt-us .story-grid {
    gap: 60px
  }

  .abt-us .story-intro-hd {
    font-size: 40px
  }

  .abt-us .story-cols {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .abt-us .mission-zone {
    padding: 60px 20px
  }

  .abt-us .mission-hd {
    font-size: 40px;
    margin: 0 0 60px
  }

  .abt-us .mission-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .abt-us .team-section {
    padding: 60px 20px
  }

  .abt-us .team-hd {
    font-size: 40px
  }

  .abt-us .team-intro {
    margin: 0 0 60px
  }

  .abt-us .team-layout {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .abt-us .team-img-wrap {
    width: 240px;
    height: 240px
  }

  .abt-us .values-zone {
    padding: 60px 20px
  }

  .abt-us .values-hd {
    font-size: 40px;
    margin: 0 0 60px
  }

  .abt-us .values-item {
    grid-template-columns: 60px 1fr;
    gap: 20px
  }

  .abt-us .gallery-section {
    padding: 60px 20px
  }

  .abt-us .gallery-hd {
    font-size: 40px
  }

  .abt-us .gallery-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .abt-us .gallery-img-wrap {
    height: 280px
  }
}

@media (max-width: 640px) {
  .abt-us .grad-hero {
    padding: 40px 20px 80px
  }

  .abt-us .hero-hd {
    font-size: 32px
  }

  .abt-us .hero-txt {
    font-size: 15px
  }

  .abt-us .story-wrap {
    padding: 40px 20px
  }

  .abt-us .story-grid {
    gap: 40px
  }

  .abt-us .story-intro-hd {
    font-size: 32px;
    margin: 0 0 20px
  }

  .abt-us .story-intro-p {
    font-size: 15px
  }

  .abt-us .story-col-txt {
    font-size: 14px
  }

  .abt-us .mission-zone {
    padding: 40px 20px
  }

  .abt-us .mission-hd {
    font-size: 32px;
    margin: 0 0 40px
  }

  .abt-us .mission-card {
    padding: 20px
  }

  .abt-us .mission-card-num {
    font-size: 40px
  }

  .abt-us .mission-card-hd {
    font-size: 15px
  }

  .abt-us .mission-card-txt {
    font-size: 14px
  }

  .abt-us .team-section {
    padding: 40px 20px
  }

  .abt-us .team-hd {
    font-size: 32px;
    margin: 0 0 20px
  }

  .abt-us .team-intro {
    font-size: 15px;
    margin: 0 0 40px
  }

  .abt-us .team-img-wrap {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px
  }

  .abt-us .team-profile-name {
    font-size: 15px;
    text-align: center
  }

  .abt-us .team-profile-role {
    font-size: 14px;
    text-align: center
  }

  .abt-us .team-content {
    gap: 20px
  }

  .abt-us .team-block::before {
    left: -20px
  }

  .abt-us .team-block-hd {
    font-size: 15px
  }

  .abt-us .team-block-txt {
    font-size: 14px
  }

  .abt-us .values-zone {
    padding: 40px 20px
  }

  .abt-us .values-hd {
    font-size: 32px;
    margin: 0 0 40px
  }

  .abt-us .values-list {
    gap: 20px
  }

  .abt-us .values-item {
    grid-template-columns: 50px 1fr;
    gap: 20px
  }

  .abt-us .values-item::before {
    font-size: 40px
  }

  .abt-us .values-item::after {
    left: 25px
  }

  .abt-us .values-item-hd {
    font-size: 15px
  }

  .abt-us .values-item-txt {
    font-size: 14px
  }

  .abt-us .gallery-section {
    padding: 40px 20px
  }

  .abt-us .gallery-hd {
    font-size: 32px;
    margin: 0 0 20px
  }

  .abt-us .gallery-img-wrap {
    height: 220px
  }

  .abt-us .gallery-caption {
    padding: 10px
  }

  .abt-us .gallery-caption-txt {
    font-size: 14px
  }
}

.success-pg {
  background: linear-gradient(180deg, #1F2633 0%, #F6EE1E 100%);
  min-height: 100vh;
  padding: 80px 20px
}

.success-pg .wrap {
  max-width: 1200px;
  margin: 0 auto
}

.success-pg .confirm-box {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 12px 36px 0 #1f263321;
  margin: 0 auto 40px;
  max-width: 680px;
  padding: 80px 40px;
  text-align: center
}

.success-pg .icon-mark {
  align-items: center;
  background: #F6EE1E;
  border-radius: 40px;
  display: inline-flex;
  height: 120px;
  justify-content: center;
  margin: 0 0 40px;
  width: 120px
}

.success-pg .icon-mark svg {
  fill: #1F2633;
  height: 64px;
  width: 64px
}

.success-pg .confirm-box h1 {
  color: #1F2633;
  font-size: 48px;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin: 0 0 20px
}

.success-pg .confirm-box p {
  color: #1F2633;
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 40px
}

.success-pg .confirm-box .msg-detail {
  background: #FDE8E7;
  border-radius: 4px;
  color: #1F2633;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 40px;
  padding: 20px;
  text-align: left
}

.success-pg .confirm-box .msg-detail strong {
  display: block;
  margin: 0 0 10px
}

.success-pg .btn-home {
  background: #1F2633;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  letter-spacing: .01em;
  padding: 20px 40px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow .5s ease-in-out
}

.success-pg .btn-home:hover {
  box-shadow: 0 7px 25px 0 #1f263317;
  transform: translateY(-2px)
}

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

.success-pg .info-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin: 0 auto;
  max-width: 1200px
}

.success-pg .info-card {
  background: #fffffff2;
  border-radius: 24px;
  padding: 40px;
  transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.success-pg .info-card:hover {
  box-shadow: 0 7px 25px 0 #1f263317
}

.success-pg .info-card h2 {
  color: #1F2633;
  font-size: 17px;
  letter-spacing: .01em;
  line-height: 1.1;
  margin: 0 0 20px
}

.success-pg .info-card p {
  color: #1F2633;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 20px
}

.success-pg .info-card p:last-child {
  margin: 0
}

.success-pg .info-card a {
  color: #1F2633;
  text-decoration: underline;
  transition: opacity .5s ease-in-out
}

.success-pg .info-card a:hover {
  opacity: .7
}

.success-pg .contact-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.success-pg .contact-list li {
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 10px
}

.success-pg .contact-list li:last-child {
  margin: 0
}

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

  .success-pg .confirm-box {
    padding: 40px 20px
  }

  .success-pg .confirm-box h1 {
    font-size: 48px
  }

  .success-pg .icon-mark {
    height: 100px;
    margin: 0 0 20px;
    width: 100px
  }

  .success-pg .icon-mark svg {
    height: 48px;
    width: 48px
  }

  .success-pg .info-grid {
    grid-template-columns: 1fr
  }

  .success-pg .info-card {
    padding: 20px
  }
}

@media (max-width: 640px) {
  .success-pg .confirm-box h1 {
    font-size: 48px
  }
}