*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

::before,
::after {
  content: none
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'PT Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #2a2a2a;
  background: #fff
}

.hd-shell {
  position: relative;
  background: linear-gradient(135deg, #F8F9FC 0%, #fff 100%);
  border-bottom: 1px solid #BFBDD6;
  overflow: visible
}

.hd-shell::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle at center, #4547b314 0%, #bfbdd608 50%, transparent 100%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0
}

.hd-shell::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 15%;
  width: 320px;
  height: 320px;
  background: radial-gradient(ellipse at center, #bfbdd60f 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0
}

.hd-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 36px 16px;
  position: relative;
  z-index: 1
}

.hd-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 16px
}

.brand-hold {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  border-bottom: 2px solid #4547B3;
  box-shadow: -1px 4px 28px 0 #4547b314
}

.brand-hold img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain
}

.loc-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.4;
  color: #4547B3;
  padding: 8px 16px;
  background: #4547b30a;
  border-radius: 20px;
  border: 1px solid #BFBDD6
}

.loc-info::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #4547B3;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px #4547b326
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2
}

.nav-bar a {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #4547B3;
  text-decoration: none;
  background: #fff;
  border: 1px solid #BFBDD6;
  border-radius: 20px;
  transition: background-color .18s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -1px 1px 2px 0 #4547b30f
}

.nav-bar a:hover {
  background: #4547B3;
  color: #fff;
  border-color: #4547B3;
  box-shadow: -1px 4px 28px 0 #4547b314
}

.nav-bar a:focus {
  outline: none;
  border-color: #4547B3;
  background: #4547b314;
  box-shadow: -1px 4px 28px 0 #4547b314 inset 0 1px 3px 0 #4547b31f
}

@media (max-width: 900px) {
  .hd-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .nav-bar {
    justify-content: flex-start;
    width: 100%
  }

  .loc-info {
    font-size: 13px
  }
}

@media (max-width: 600px) {
  .hd-inner {
    padding: 16px 8px
  }

  .nav-bar a {
    font-size: 13px;
    padding: 8px 12px
  }

  .brand-hold {
    padding: 12px
  }

  .brand-hold img {
    width: 40px;
    height: 40px
  }
}

.ft-shell {
  background: linear-gradient(180deg, #F8F9FC 0%, #fff 100%);
  border-top: 1px solid #BFBDD6;
  padding: 72px 0 36px;
  position: relative;
  overflow: hidden
}

.ft-shell::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -60px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle at center, #bfbdd61a 0%, #f8f9fc0d 60%, transparent 100%);
  border-radius: 50%;
  pointer-events: none
}

.ft-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  z-index: 1
}

.ft-primary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 72px;
  margin-bottom: 72px;
  flex-wrap: wrap
}

.brand-ft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px
}

.brand-ft-hold {
  display: inline-flex;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  border-bottom: 2px solid #4547B3;
  box-shadow: -1px 4px 28px 0 #4547b314
}

.brand-ft-hold img {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain
}

.tagline-ft {
  font-size: 15px;
  line-height: 1.4;
  color: #4547B3;
  font-weight: 700;
  max-width: 280px
}

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

.nav-ft a {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  color: #4547B3;
  text-decoration: none;
  background: #fff;
  border: 1px solid #BFBDD6;
  border-radius: 20px;
  transition: background-color .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -1px 1px 2px 0 #4547b30f
}

.nav-ft a:hover {
  background: #4547B3;
  color: #fff;
  border-color: #4547B3
}

.nav-ft a:focus {
  outline: none;
  border-color: #4547B3;
  background: #4547b314;
  box-shadow: inset 0 1px 3px 0 #4547b31f
}

.ft-bottom {
  padding-top: 36px;
  border-top: 1px solid #BFBDD6
}

.copy-ft {
  font-size: 13px;
  line-height: 1.4;
  color: #6a6a6a;
  text-align: center
}

@media (max-width: 900px) {
  .ft-primary {
    flex-direction: column;
    gap: 36px;
    margin-bottom: 36px
  }

  .nav-ft {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }
}

@media (max-width: 600px) {
  .ft-shell {
    padding: 36px 0 16px
  }

  .ft-inner {
    padding: 0 8px
  }

  .brand-ft-hold img {
    width: 56px;
    height: 56px
  }

  .tagline-ft {
    font-size: 13px
  }

  .nav-ft a {
    font-size: 13px;
    width: 100%
  }
}

.popup-consent {
  position: fixed;
  top: 16px;
  left: 16px;
  width: 360px;
  max-width: calc(100vw - 32px);
  background: #fff;
  border: 1px solid #BFBDD6;
  border-radius: 12px;
  box-shadow: -1px 12px 48px 0 #4547b324;
  padding: 16px;
  z-index: 8000;
  transform: translateX(-400px);
  opacity: 0;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1), opacity .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.popup-consent.vis {
  transform: translateX(0);
  opacity: 1
}

.popup-consent[hidden] {
  display: none
}

.consent-intro {
  font-size: 15px;
  line-height: 1.4;
  color: #2a2a2a;
  margin-bottom: 8px
}

.consent-list {
  font-size: 13px;
  line-height: 1.4;
  color: #6a6a6a;
  margin-bottom: 16px;
  padding-left: 16px
}

.consent-list li {
  margin-bottom: 4px
}

.consent-actions {
  display: flex;
  gap: 8px;
  margin-bottom: 8px
}

.btn-consent {
  flex: 1;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
  color: #4547B3;
  background: transparent;
  border: 1px solid #4547B3;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color .18s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.btn-consent:hover {
  background: #4547B3;
  color: #fff
}

.btn-consent:focus {
  outline: none;
  border-color: #4547B3;
  background: #4547b314
}

.btn-settings {
  padding: 8px;
  font-size: 13px;
  line-height: 1.4;
  font-family: 'PT Sans', sans-serif;
  color: #4547B3;
  background: transparent;
  border: 1px solid #BFBDD6;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color .18s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.btn-settings:hover {
  background: #4547b30a;
  border-color: #4547B3
}

.btn-settings:focus {
  outline: none;
  border-color: #4547B3;
  background: #4547b314
}

.settings-panel {
  display: none;
  padding-top: 16px;
  border-top: 1px solid #BFBDD6;
  margin-top: 8px
}

.settings-panel.open {
  display: block
}

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

.consent-opt input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer
}

.consent-opt label {
  font-size: 13px;
  line-height: 1.4;
  color: #2a2a2a;
  cursor: pointer
}

@media (max-width: 600px) {
  .popup-consent {
    width: calc(100vw - 32px);
    left: 16px
  }
}

.q-policy-view {
  max-width: 1170px;
  margin: 0 auto;
  padding: 72px 16px;
  background: #fff
}

.q-policy-view h1 {
  font-size: 50px;
  line-height: 1.15;
  color: #4547B3;
  margin: 0 0 36px
}

.q-policy-view h2 {
  font-size: 21px;
  line-height: 1.4;
  color: #4547B3;
  margin: 72px 0 16px
}

.q-policy-view h3 {
  font-size: 17px;
  line-height: 1.4;
  color: #4547B3;
  margin: 36px 0 16px
}

.q-policy-view h4,
.q-policy-view h5,
.q-policy-view h6 {
  font-size: 15px;
  line-height: 1.4;
  color: #4547B3;
  margin: 36px 0 8px
}

.q-policy-view p {
  font-size: 15px;
  line-height: 1.6;
  color: #1a1a2e;
  margin: 0 0 16px
}

.q-policy-view ul,
.q-policy-view ol {
  font-size: 15px;
  line-height: 1.6;
  color: #1a1a2e;
  margin: 0 0 16px;
  padding: 0 0 0 36px
}

.q-policy-view li {
  margin: 0 0 8px
}

.q-policy-view li:last-child {
  margin-bottom: 0
}

.q-policy-view strong,
.q-policy-view b {
  color: #4547B3;
  font-weight: 600
}

.q-policy-view a {
  color: #4547B3;
  text-decoration: underline;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.q-policy-view a:hover {
  color: #3638a0
}

.q-policy-view table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 36px;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: -1px 1px 2px 0 #4547b30f;
  border-radius: 4px;
  overflow: hidden
}

.q-policy-view thead {
  background: #F8F9FC
}

.q-policy-view th {
  padding: 16px;
  text-align: left;
  font-weight: 600;
  color: #4547B3;
  border-bottom: 2px solid #BFBDD6
}

.q-policy-view td {
  padding: 16px;
  color: #1a1a2e;
  border-bottom: 1px solid #F8F9FC
}

.q-policy-view tbody tr:last-child td {
  border-bottom: none
}

.q-policy-view tbody tr:hover {
  background: #F8F9FC
}

@media (max-width: 900px) {
  .q-policy-view {
    padding: 36px 16px
  }

  .q-policy-view h1 {
    font-size: 21px;
    margin-bottom: 16px
  }

  .q-policy-view h2 {
    font-size: 17px;
    margin-top: 36px
  }

  .q-policy-view h3 {
    font-size: 15px;
    margin-top: 16px
  }

  .q-policy-view table {
    font-size: 13px
  }

  .q-policy-view th,
  .q-policy-view td {
    padding: 8px
  }
}

@media (max-width: 600px) {
  .q-policy-view {
    padding: 16px
  }

  .q-policy-view ul,
  .q-policy-view ol {
    padding-left: 16px
  }

  .q-policy-view table {
    display: block;
    overflow-x: auto
  }
}

.abt-us {
  max-width: 1170px;
  margin: 0 auto;
  background: #fff
}

.abt-us .bnr {
  display: flex;
  align-items: center;
  padding: 16px 36px;
  background: linear-gradient(0deg, #4547B3 0%, #BFBDD6 100%);
  position: relative;
  overflow: hidden
}

.abt-us .bnr::before,
.abt-us .bnr::after {
  content: '';
  position: absolute;
  width: 72px;
  height: 2px;
  background: #F8F9FC
}

.abt-us .bnr::before {
  top: 8px;
  left: 8px
}

.abt-us .bnr::after {
  bottom: 8px;
  right: 8px
}

.abt-us .bnr__txt {
  flex: 1;
  padding-right: 36px
}

.abt-us .bnr__h {
  font-size: 50px;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -.02em
}

.abt-us .bnr__h::first-letter {
  color: #F8F9FC;
  font-size: 62px
}

.abt-us .bnr__lnk {
  display: inline-block;
  padding: 8px 16px;
  background: #fff;
  color: #4547B3;
  text-decoration: none;
  border-radius: 4px;
  font-size: 15px;
  transition: background-color .2s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -1px 4px 28px 0 #4547b314
}

.abt-us .bnr__lnk:hover {
  background: #F8F9FC;
  color: #4547B3
}

.abt-us .bnr__img-wrap {
  flex: 1;
  position: relative
}

.abt-us .bnr__img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  opacity: 0;
  animation: fadeInImg .8s cubic-bezier(0.0, 0, 0.2, 1) .3s forwards;
  box-shadow: -1px 12px 48px 0 #4547b324
}

@keyframes fadeInImg {
  to {
    opacity: 1
  }
}

.abt-us .stry {
  padding: 72px 36px;
  background: #F8F9FC;
  position: relative
}

.abt-us .stry::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #4547B3
}

.abt-us .stry::after {
  content: '"';
  position: absolute;
  top: 36px;
  right: 36px;
  font-size: 180px;
  line-height: 1;
  color: #4547b314;
  pointer-events: none
}

.abt-us .stry__h {
  font-size: 21px;
  line-height: 1.4;
  color: #4547B3;
  margin: 0 0 36px;
  position: relative;
  display: inline-block
}

.abt-us .stry__h::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  background: #4547B3;
  animation: drawLine .6s cubic-bezier(0.4, 0, 0.2, 1) .5s forwards
}

@keyframes drawLine {
  to {
    width: 100%
  }
}

.abt-us .stry__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 36px;
  align-items: start
}

.abt-us .stry__txt {
  font-size: 15px;
  line-height: 1.6;
  color: #1a1a1a
}

.abt-us .stry__p {
  margin: 0 0 16px;
  position: relative;
  padding-left: 36px
}

.abt-us .stry__p::before {
  content: counter(para-num);
  counter-increment: para-num;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  font-weight: 700;
  color: #4547B3;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background: #4547b31a;
  display: flex;
  align-items: center;
  justify-content: center
}

.abt-us .stry__txt {
  counter-reset: para-num
}

.abt-us .stry__p:last-child {
  margin-bottom: 0
}

.abt-us .stry__p::first-letter {
  color: #4547B3;
  font-size: 19px
}

.abt-us .stry__img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  box-shadow: -1px 4px 28px 0 #4547b314
}

.abt-us .divdr-1 {
  width: 100%;
  height: 4px;
  background: #F8F9FC;
  position: relative;
  overflow: hidden
}

.abt-us .divdr-1 svg {
  width: 100%;
  height: 4px;
  display: block
}

.abt-us .vals {
  padding: 72px 36px;
  background: #fff;
  position: relative
}

.abt-us .vals::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0c3.3 7.4 7.4 11.7 12.3 12.9-4.9 1.2-9 5.5-12.3 12.9-3.3-7.4-7.4-11.7-12.3-12.9C22.6 11.7 26.7 7.4 30 0z' fill='%234547B3' fill-opacity='0.03'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  pointer-events: none;
  opacity: .5
}

.abt-us .vals__h {
  font-size: 21px;
  line-height: 1.4;
  color: #1a1a1a;
  margin: 0 0 36px;
  text-align: center
}

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

.abt-us .vl-crd {
  background: #F8F9FC;
  padding: 36px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.0, 0, 0.2, 1);
  box-shadow: -1px 1px 2px 0 #4547b30f
}

.abt-us .vl-crd:hover {
  transform: translateY(-4px);
  box-shadow: -1px 12px 48px 0 #4547b324
}

.abt-us .vl-crd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  background: #4547b30d;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: width .3s cubic-bezier(0.4, 0, 0.2, 1), height .3s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .vl-crd:hover::before {
  width: 400px;
  height: 400px
}

.abt-us .vl-crd__bdg {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 36px;
  height: 36px;
  background: #4547B3;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  box-shadow: -1px 4px 28px 0 #4547b314;
  z-index: 2
}

.abt-us .vl-crd__h {
  font-size: 17px;
  line-height: 1.4;
  color: #4547B3;
  margin: 0 0 8px;
  position: relative;
  z-index: 1
}

.abt-us .vl-crd__txt {
  font-size: 15px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 0;
  position: relative;
  z-index: 1
}

.abt-us .divdr-2 {
  width: 100%;
  height: 4px;
  background: #F8F9FC;
  position: relative;
  overflow: hidden
}

.abt-us .divdr-2 svg {
  width: 100%;
  height: 4px;
  display: block
}

.abt-us .tm {
  padding: 72px 36px;
  background: linear-gradient(0deg, #F8F9FC 0%, #fff 100%);
  position: relative
}

.abt-us .tm::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: #BFBDD6
}

.abt-us .tm__h {
  font-size: 21px;
  line-height: 1.4;
  color: #1a1a1a;
  margin: 0 0 36px;
  position: relative;
  display: inline-block
}

.abt-us .tm__h::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #BFBDD6
}

.abt-us .tm__layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 36px;
  align-items: start
}

.abt-us .tm__img-wrap {
  position: relative;
  animation: bounceIn .6s cubic-bezier(0.4, 0, 0.2, 1) .4s both
}

@keyframes bounceIn {
  0% {
    transform: translateY(-40px);
    opacity: 0
  }

  60% {
    transform: translateY(8px);
    opacity: 1
  }

  80% {
    transform: translateY(-4px)
  }

  100% {
    transform: translateY(0)
  }
}

.abt-us .tm__img {
  width: 280px;
  height: 360px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  box-shadow: -1px 4px 28px 0 #bfbdd614
}

.abt-us .tm__cnt {
  padding-top: 16px
}

.abt-us .tm__nm {
  font-size: 21px;
  line-height: 1.4;
  color: #4547B3;
  margin: 0 0 8px
}

.abt-us .tm__role {
  font-size: 15px;
  line-height: 1.4;
  color: #BFBDD6;
  margin: 0 0 16px;
  letter-spacing: .08em;
  text-transform: uppercase
}

.abt-us .tm__bio {
  font-size: 15px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 0 0 16px
}

.abt-us .tm__bio:last-child {
  margin-bottom: 0
}

.abt-us .tm__bio::first-letter {
  color: #4547B3;
  font-size: 19px
}

@media (max-width: 900px) {
  .abt-us .bnr {
    flex-direction: column;
    padding: 36px 16px
  }

  .abt-us .bnr__txt {
    padding-right: 0;
    margin-bottom: 16px;
    text-align: center
  }

  .abt-us .bnr__h {
    font-size: 21px
  }

  .abt-us .bnr__h::first-letter {
    font-size: 28px
  }

  .abt-us .bnr__img {
    height: 200px
  }

  .abt-us .stry {
    padding: 36px 16px
  }

  .abt-us .stry::after {
    font-size: 100px;
    top: 16px;
    right: 16px
  }

  .abt-us .stry__grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .abt-us .stry__img {
    height: 240px
  }

  .abt-us .vals {
    padding: 36px 16px
  }

  .abt-us .vals__grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .abt-us .vl-crd {
    padding: 16px
  }

  .abt-us .tm {
    padding: 36px 16px
  }

  .abt-us .tm__layout {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .abt-us .tm__img {
    width: 100%;
    height: 320px
  }
}

@media (max-width: 600px) {
  .abt-us .bnr__h {
    font-size: 17px
  }

  .abt-us .bnr__h::first-letter {
    font-size: 22px
  }

  .abt-us .stry__h,
  .abt-us .vals__h,
  .abt-us .tm__h,
  .abt-us .tm__nm {
    font-size: 17px
  }

  .abt-us .stry__p {
    padding-left: 28px
  }

  .abt-us .stry::after {
    font-size: 72px
  }
}

.lrn-prg {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  background: #fff
}

.lrn-prg__title-strip {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 36px;
  padding: 16px 72px;
  background: linear-gradient(to top, #BFBDD6, #4547B3);
  position: relative;
  overflow: hidden
}

.lrn-prg__title-strip::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 340px;
  height: 100%;
  background: #4547b31f;
  border-radius: 20px 0 0 20px;
  z-index: 1
}

.lrn-prg__title-txt {
  display: flex;
  align-items: center;
  z-index: 2
}

.lrn-prg__title-txt h1 {
  font-size: 50px;
  line-height: 1.15;
  color: #fff;
  margin: 0;
  letter-spacing: -.02em;
  animation: lrnPrgTitleExpand .28s cubic-bezier(0.0, 0, 0.2, 1) forwards
}

@keyframes lrnPrgTitleExpand {
  from {
    letter-spacing: -.08em;
    opacity: .6
  }

  to {
    letter-spacing: -.02em;
    opacity: 1
  }
}

.lrn-prg__title-img-wrap {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  overflow: hidden
}

.lrn-prg__title-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  display: block
}

.lrn-prg__comp-zone {
  padding: 72px 16px;
  background: #F8F9FC;
  position: relative
}

.lrn-prg__comp-zone::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(45deg, transparent, transparent 8px, #4547b305 8px, #4547b305 16px);
  pointer-events: none
}

.lrn-prg__comp-inner {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.lrn-prg__comp-hdr {
  margin-bottom: 72px
}

.lrn-prg__comp-hdr h2 {
  font-size: 21px;
  line-height: 1.4;
  color: #1a1a2e;
  margin: 0 0 16px;
  position: relative;
  display: inline-block
}

.lrn-prg__comp-hdr h2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #4547B3;
  animation: lrnPrgUnderlineGrow .22s cubic-bezier(0.4, 0, 0.2, 1) .15s forwards
}

@keyframes lrnPrgUnderlineGrow {
  to {
    width: 100%
  }
}

.lrn-prg__comp-hdr p {
  font-size: 15px;
  line-height: 1.6;
  color: #2d2d44;
  margin: 0
}

.lrn-prg__comp-hdr p::first-letter {
  font-size: 21px;
  color: #4547B3;
  font-weight: 600
}

.lrn-prg__comp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  margin-bottom: 72px
}

.lrn-prg__comp-card {
  background: #fff;
  padding: 36px;
  border-radius: 12px;
  border: 1px solid #4547b31f;
  box-shadow: -1px 4px 28px 0 #4547b314;
  transition: transform .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prg__comp-card:hover {
  transform: translateY(-4px);
  box-shadow: -1px 12px 48px 0 #4547b324
}

.lrn-prg__comp-card:nth-child(odd) {
  margin-left: 0;
  margin-right: 72px
}

.lrn-prg__comp-card:nth-child(even) {
  margin-left: 72px;
  margin-right: 0
}

.lrn-prg__card-tag {
  display: inline-block;
  padding: 4px 16px;
  background: linear-gradient(to top, #F8F9FC, #fff);
  border: 1px solid #4547B3;
  border-radius: 20px;
  font-size: 13px;
  line-height: 1.4;
  color: #4547B3;
  margin-bottom: 16px;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prg__comp-card:hover .lrn-prg__card-tag {
  background: linear-gradient(to top, #BFBDD6, #F8F9FC)
}

.lrn-prg__card-ttl {
  font-size: 17px;
  line-height: 1.4;
  color: #1a1a2e;
  margin: 0 0 16px;
  font-weight: 600
}

.lrn-prg__card-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #2d2d44;
  margin: 0 0 8px
}

.lrn-prg__card-num {
  font-size: 13px;
  line-height: 1.4;
  color: #4547B3;
  margin: 0;
  font-weight: 600
}

.lrn-prg__infog-wrap {
  background: #fff;
  padding: 36px;
  border-radius: 20px;
  border: 2px solid #4547B3;
  border-left-width: 8px;
  box-shadow: -1px 1px 2px 0 #bfbdd60f
}

.lrn-prg__infog-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

.lrn-prg__infog-item {
  flex: 1;
  text-align: center;
  padding: 16px;
  border-radius: 4px;
  background: linear-gradient(to top, #F8F9FC, #fff);
  transition: background .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.lrn-prg__infog-item:hover {
  background: linear-gradient(to top, #BFBDD6, #F8F9FC)
}

.lrn-prg__infog-ico {
  width: 48px;
  height: 48px;
  margin: 0 auto 8px;
  border-radius: 2px;
  background: #4547B3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.lrn-prg__infog-ico::before {
  content: '';
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 2px
}

.lrn-prg__infog-val {
  font-size: 21px;
  line-height: 1.15;
  color: #4547B3;
  margin: 0 0 4px;
  font-weight: 700
}

.lrn-prg__infog-lbl {
  font-size: 13px;
  line-height: 1.4;
  color: #2d2d44;
  margin: 0
}

.lrn-prg__mthd-zone {
  padding: 72px 36px;
  background: #fff
}

.lrn-prg__mthd-inner {
  max-width: 840px;
  margin: 0 auto
}

.lrn-prg__mthd-hdr {
  text-align: center;
  margin-bottom: 72px
}

.lrn-prg__mthd-hdr h2 {
  font-size: 21px;
  line-height: 1.4;
  color: #1a1a2e;
  margin: 0 0 16px;
  position: relative;
  display: inline-block
}

.lrn-prg__mthd-hdr h2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #4547B3;
  animation: lrnPrgUnderlineGrowCenter .22s cubic-bezier(0.4, 0, 0.2, 1) .15s forwards
}

@keyframes lrnPrgUnderlineGrowCenter {
  to {
    width: 80%
  }
}

.lrn-prg__mthd-intro {
  font-size: 15px;
  line-height: 1.6;
  color: #2d2d44;
  margin: 0
}

.lrn-prg__mthd-intro::first-letter {
  font-size: 21px;
  color: #4547B3;
  font-weight: 600
}

.lrn-prg__prof-list {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.lrn-prg__prof-item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 36px;
  padding: 36px;
  background: linear-gradient(to top, #F8F9FC, #fff);
  border-radius: 12px;
  border: 1px solid #bfbdd64d;
  box-shadow: -1px 1px 2px 0 #4547b30f;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prg__prof-item:hover {
  box-shadow: -1px 4px 28px 0 #4547b314
}

.lrn-prg__prof-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  width: 140px;
  height: 140px
}

.lrn-prg__prof-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.88);
  transition: filter .24s cubic-bezier(0.0, 0, 0.2, 1)
}

.lrn-prg__prof-item:hover .lrn-prg__prof-img {
  filter: brightness(1.08)
}

.lrn-prg__prof-cnt {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.lrn-prg__prof-nm {
  font-size: 17px;
  line-height: 1.4;
  color: #1a1a2e;
  margin: 0 0 8px;
  font-weight: 600
}

.lrn-prg__prof-role {
  font-size: 13px;
  line-height: 1.4;
  color: #4547B3;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.lrn-prg__prof-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #2d2d44;
  margin: 0
}

.lrn-prg__vis-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  margin-top: 72px
}

.lrn-prg__vis-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 1px 2px 0 #4547b30f;
  transition: box-shadow .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prg__vis-card:hover {
  box-shadow: -1px 12px 48px 0 #4547b324
}

.lrn-prg__vis-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.88);
  transition: filter .24s cubic-bezier(0.0, 0, 0.2, 1)
}

.lrn-prg__vis-card:hover .lrn-prg__vis-img {
  filter: brightness(1.08)
}

.lrn-prg__vis-ovr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 36px;
  background: linear-gradient(to top, #4547b3eb, transparent)
}

.lrn-prg__vis-ttl {
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  font-weight: 600
}

@media (max-width: 1200px) {
  .lrn-prg {
    max-width: 100%
  }

  .lrn-prg__title-strip {
    padding: 16px 36px
  }

  .lrn-prg__comp-zone {
    padding: 72px 36px
  }

  .lrn-prg__comp-card:nth-child(odd) {
    margin-right: 36px
  }

  .lrn-prg__comp-card:nth-child(even) {
    margin-left: 36px
  }
}

@media (max-width: 900px) {
  .lrn-prg__title-strip {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px
  }

  .lrn-prg__title-strip::before {
    display: none
  }

  .lrn-prg__title-img-wrap {
    height: 180px
  }

  .lrn-prg__title-txt h1 {
    font-size: 21px
  }

  .lrn-prg__comp-zone {
    padding: 36px 16px
  }

  .lrn-prg__comp-hdr {
    margin-bottom: 36px
  }

  .lrn-prg__comp-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 36px
  }

  .lrn-prg__comp-card:nth-child(odd),
  .lrn-prg__comp-card:nth-child(even) {
    margin-left: 0;
    margin-right: 0
  }

  .lrn-prg__mthd-zone {
    padding: 36px 16px
  }

  .lrn-prg__mthd-hdr {
    margin-bottom: 36px
  }

  .lrn-prg__prof-item {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px
  }

  .lrn-prg__prof-img-wrap {
    width: 120px;
    height: 120px;
    margin: 0 auto
  }

  .lrn-prg__vis-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 36px
  }

  .lrn-prg__infog-row {
    flex-direction: column
  }
}

@media (max-width: 600px) {
  .lrn-prg__title-txt h1 {
    font-size: 17px
  }

  .lrn-prg__comp-hdr h2,
  .lrn-prg__mthd-hdr h2 {
    font-size: 17px
  }

  .lrn-prg__card-ttl,
  .lrn-prg__prof-nm,
  .lrn-prg__vis-ttl {
    font-size: 15px
  }

  .lrn-prg__infog-val {
    font-size: 17px
  }

  .lrn-prg__comp-card,
  .lrn-prg__prof-item,
  .lrn-prg__infog-wrap {
    padding: 16px
  }

  .lrn-prg__vis-ovr {
    padding: 16px
  }
}

.cntct {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  background: #fff
}

.cntct__hero {
  position: relative;
  padding: 72px 16px;
  overflow: hidden;
  background: linear-gradient(0deg, #4547B3 0%, #F8F9FC 100%)
}

.cntct__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #BFBDD6
}

.cntct__hero-inner {
  max-width: 720px;
  position: relative;
  z-index: 2
}

.cntct__hero-title {
  font-size: 50px;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 36px;
  letter-spacing: -.02em
}

.cntct__hero-title::first-letter {
  color: #BFBDD6;
  font-size: 62px
}

.cntct__hero-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #F8F9FC;
  margin: 0;
  max-width: 580px
}

.cntct__mosaic {
  padding: 72px 16px;
  background: #F8F9FC;
  position: relative
}

.cntct__mosaic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #fff;
  clip-path: polygon(0% 50%, 2% 45%, 4% 40%, 6% 35%, 8% 30%, 10% 28%, 12% 26%, 14% 24%, 16% 22%, 18% 21%, 20% 20%, 22% 19%, 24% 18%, 26% 17%, 28% 16%, 30% 15%, 32% 14%, 34% 13%, 36% 12%, 38% 11%, 40% 10%, 42% 9%, 44% 8%, 46% 7%, 48% 6%, 50% 5%, 52% 4%, 54% 3%, 56% 2%, 58% 1%, 60% 0%, 62% 1%, 64% 2%, 66% 3%, 68% 4%, 70% 5%, 72% 6%, 74% 7%, 76% 8%, 78% 9%, 80% 10%, 82% 12%, 84% 14%, 86% 16%, 88% 18%, 90% 20%, 92% 25%, 94% 30%, 96% 35%, 98% 40%, 100% 45%, 100% 100%, 0% 100%)
}

.cntct__mosaic-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 36px;
  max-width: 1170px;
  margin: 0 auto
}

.cntct__info-card {
  grid-column: 1 / 7;
  background: #fff;
  padding: 36px;
  border-radius: 12px;
  position: relative;
  box-shadow: -1px 4px 28px 0 #4547b314
}

.cntct__info-card::before,
.cntct__info-card::after {
  content: '';
  position: absolute;
  border: 1px solid #BFBDD6;
  border-radius: 12px;
  pointer-events: none
}

.cntct__info-card::before {
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px
}

.cntct__info-card::after {
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px
}

.cntct__info-title {
  font-size: 21px;
  line-height: 1.4;
  color: #4547B3;
  margin: 0 0 36px;
  position: relative;
  display: inline-block
}

.cntct__info-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  background: #4547B3;
  transition: width .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.cntct__info-card:hover .cntct__info-title::after {
  width: 100%
}

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

.cntct__info-item {
  margin: 0 0 16px;
  padding: 0
}

.cntct__info-item:last-child {
  margin-bottom: 0
}

.cntct__info-label {
  font-size: 13px;
  line-height: 1.4;
  color: #BFBDD6;
  display: block;
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.cntct__info-value {
  font-size: 15px;
  line-height: 1.6;
  color: #1a1a2e;
  display: block
}

.cntct__info-value a {
  color: #4547B3;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cntct__info-value a:hover {
  color: #2e3085
}

.cntct__visual-block {
  grid-column: 7 / 13;
  background: linear-gradient(180deg, #4547B3 0%, #BFBDD6 100%);
  border-radius: 20px;
  padding: 36px;
  position: relative;
  box-shadow: 8px 8px 0 0 #4547b324;
  border: 2px solid #4547B3
}

.cntct__visual-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h60v60H0z' fill='none'/%3E%3Cpath d='M30 0v60M0 30h60' stroke='%23ffffff' stroke-width='0.5' opacity='0.1'/%3E%3C/svg%3E");
  opacity: .3;
  border-radius: 18px;
  pointer-events: none
}

.cntct__visual-content {
  position: relative;
  z-index: 2
}

.cntct__visual-title {
  font-size: 21px;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 16px
}

.cntct__visual-text {
  font-size: 15px;
  line-height: 1.6;
  color: #F8F9FC;
  margin: 0
}

.cntct__process {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 36px
}

.cntct__step {
  flex: 1;
  background: #ffffff26;
  padding: 16px;
  border-radius: 4px;
  text-align: center;
  position: relative
}

.cntct__step-num {
  font-size: 21px;
  line-height: 1.15;
  color: #fff;
  display: block;
  margin: 0 0 4px;
  font-weight: 700
}

.cntct__step-label {
  font-size: 13px;
  line-height: 1.4;
  color: #F8F9FC;
  display: block
}

.cntct__arrow {
  width: 24px;
  height: 2px;
  background: #fff;
  position: relative;
  flex-shrink: 0
}

.cntct__arrow::after {
  content: '';
  position: absolute;
  right: -4px;
  top: -3px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg)
}

.cntct__form-section {
  padding: 72px 16px;
  background: #fff;
  position: relative
}

.cntct__form-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 100%;
  background: radial-gradient(ellipse at 30% 20%, #4547b308 0%, transparent 50%);
  pointer-events: none;
  animation: cntct-drift 18s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

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

  100% {
    transform: translateX(-50%) translateY(20px)
  }
}

.cntct__form-wrap {
  max-width: 680px;
  margin: 0 auto
}

.cntct__form-header {
  text-align: center;
  margin: 0 0 36px
}

.cntct__form-title {
  font-size: 50px;
  line-height: 1.15;
  color: #4547B3;
  margin: 0 0 16px
}

.cntct__form-subtitle {
  font-size: 17px;
  line-height: 1.6;
  color: #6a6a8e;
  margin: 0
}

.cntct__form {
  background: #F8F9FC;
  padding: 36px;
  border-radius: 12px;
  box-shadow: -1px 12px 48px 0 #4547b324
}

.cntct__field-group {
  margin: 0 0 36px
}

.cntct__field-group:last-of-type {
  margin-bottom: 36px
}

.cntct__label {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  color: #4547B3;
  margin: 0 0 8px;
  font-weight: 600
}

.cntct__input,
.cntct__textarea,
.cntct__select {
  width: 100%;
  padding: 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #1a1a2e;
  background: #fff;
  border: 2px solid #BFBDD6;
  border-radius: 4px;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none
}

.cntct__input::placeholder,
.cntct__textarea::placeholder {
  color: #BFBDD6
}

.cntct__input:focus,
.cntct__textarea:focus,
.cntct__select:focus {
  border-color: #4547B3;
  box-shadow: inset 0 -2px 0 0 #4547b31a
}

.cntct__textarea {
  min-height: 140px;
  resize: vertical
}

.cntct__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234547B3' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
  cursor: pointer
}

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

.cntct__radio-wrap {
  position: relative
}

.cntct__radio-input {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.cntct__radio-label {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #fff;
  border: 2px solid #BFBDD6;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), background-color .2s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 15px;
  line-height: 1.6;
  color: #1a1a2e
}

.cntct__radio-label::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #BFBDD6;
  border-radius: 999px;
  margin-right: 12px;
  flex-shrink: 0;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), background-color .2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative
}

.cntct__radio-input:checked+.cntct__radio-label {
  border-color: #4547B3;
  background: #4547b30d
}

.cntct__radio-input:checked+.cntct__radio-label::before {
  border-color: #4547B3;
  background: #4547B3;
  box-shadow: inset 0 0 0 4px #fff
}

.cntct__conditional {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .28s cubic-bezier(0.4, 0, 0.2, 1), opacity .28s cubic-bezier(0.4, 0, 0.2, 1), margin .28s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0
}

.cntct__radio-input:checked~.cntct__conditional {
  max-height: 500px;
  opacity: 1;
  margin-top: 16px
}

.cntct__privacy {
  margin: 0 0 36px
}

.cntct__privacy-wrap {
  position: relative
}

.cntct__privacy-input {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.cntct__privacy-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.6;
  color: #6a6a8e;
  padding-left: 32px;
  position: relative
}

.cntct__privacy-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #BFBDD6;
  border-radius: 2px;
  background: #fff;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), background-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cntct__privacy-label::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 5px;
  width: 8px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) scale(0);
  transition: transform .22s cubic-bezier(0.0, 0, 0.2, 1)
}

.cntct__privacy-input:checked+.cntct__privacy-label::before {
  border-color: #4547B3;
  background: #4547B3
}

.cntct__privacy-input:checked+.cntct__privacy-label::after {
  transform: rotate(45deg) scale(1)
}

.cntct__privacy-label a {
  color: #4547B3;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.cntct__privacy-label a:hover {
  border-bottom-color: #4547B3
}

.cntct__submit {
  width: 100%;
  padding: 16px 36px;
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  background: #4547B3;
  border: 2px solid #4547B3;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1), transform .15s cubic-bezier(0.0, 0, 0.2, 1);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em
}

.cntct__submit:hover {
  background: #2e3085;
  border-color: #2e3085
}

.cntct__submit:active {
  transform: translateY(2px)
}

.cntct__submit:disabled {
  background: #BFBDD6;
  border-color: #BFBDD6;
  cursor: not-allowed;
  transform: none
}

@media (max-width: 900px) {
  .cntct__hero {
    padding: 36px 16px
  }

  .cntct__hero-title {
    font-size: 36px;
    margin-bottom: 16px
  }

  .cntct__hero-title::first-letter {
    font-size: 44px
  }

  .cntct__mosaic {
    padding: 36px 16px
  }

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

  .cntct__info-card {
    grid-column: 1 / -1;
    padding: 16px
  }

  .cntct__visual-block {
    grid-column: 1 / -1;
    padding: 16px
  }

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

  .cntct__arrow {
    width: 2px;
    height: 24px;
    transform: rotate(90deg)
  }

  .cntct__arrow::after {
    right: -3px;
    top: -4px
  }

  .cntct__form-section {
    padding: 36px 16px
  }

  .cntct__form-title {
    font-size: 36px
  }

  .cntct__form {
    padding: 16px
  }

  .cntct__field-group {
    margin-bottom: 16px
  }

  .cntct__privacy {
    margin-bottom: 16px
  }
}

@media (max-width: 600px) {
  .cntct__hero-title {
    font-size: 28px
  }

  .cntct__hero-title::first-letter {
    font-size: 36px
  }

  .cntct__form-title {
    font-size: 28px
  }

  .cntct__info-title,
  .cntct__visual-title,
  .cntct__step-num {
    font-size: 17px
  }

  .cntct__submit {
    font-size: 15px;
    padding: 16px
  }
}

.frst {
  max-width: 1170px;
  margin: 0 auto;
  background: #fff
}

.frst__ld {
  display: none
}

.frst__ttl {
  position: relative;
  padding: 72px 16px;
  background: radial-gradient(ellipse at center, #F8F9FC 0%, #fff 100%);
  overflow: hidden
}

.frst__ttl-deco {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #BFBDD6;
  opacity: .08;
  pointer-events: none
}

.frst__ttl-deco:nth-child(1) {
  top: -140px;
  left: -80px
}

.frst__ttl-deco:nth-child(2) {
  bottom: -100px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: #4547B3;
  opacity: .06
}

.frst__ttl-wrap {
  position: relative;
  z-index: 2
}

.frst__ttl-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 36px;
  position: relative;
  filter: brightness(0.75);
  mask-image: linear-gradient(to bottom, #0006 0%, #000f 100%);
  -webkit-mask-image: linear-gradient(to bottom, #0006 0%, #000f 100%)
}

.frst__ttl-h {
  font-size: 50px;
  line-height: 1.15;
  color: #1a0f3d;
  margin: 0 0 16px;
  letter-spacing: -.02em
}

.frst__ttl-h::first-letter {
  color: #4547B3;
  font-size: 62px
}

.frst__ttl-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #4a4a6a;
  max-width: 680px
}

@media (min-width: 600px) {
  .frst__ttl {
    padding: 72px 36px
  }

  .frst__ttl-img {
    height: 520px
  }
}

@media (min-width: 900px) {
  .frst__ttl-img {
    height: 580px
  }
}

.frst__aprch {
  padding: 72px 16px;
  background: #fff;
  position: relative
}

.frst__aprch-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: start
}

.frst__aprch-txt {
  order: 2
}

.frst__aprch-h {
  font-size: 21px;
  line-height: 1.4;
  color: #1a0f3d;
  margin: 0 0 16px;
  position: relative;
  display: inline-block
}

.frst__aprch-h::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(to bottom, #BFBDD6 0%, #4547B3 100%);
  animation: frst-line-draw .8s cubic-bezier(0.4, 0, 0.2, 1) .2s forwards
}

@keyframes frst-line-draw {
  to {
    width: 100%
  }
}

.frst__aprch-p {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a6a;
  margin: 0 0 16px;
  position: relative;
  padding-left: 28px
}

.frst__aprch-p::before {
  content: '1';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  color: #4547B3;
  font-weight: 600
}

.frst__aprch-p:nth-of-type(2)::before {
  content: '2'
}

.frst__aprch-p:nth-of-type(3)::before {
  content: '3'
}

.frst__aprch-img-wrap {
  order: 1;
  position: relative
}

.frst__aprch-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: -1px 4px 28px 0 #4547b314
}

.frst__aprch-curve {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  border: 3px solid #BFBDD6;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  pointer-events: none;
  opacity: .6
}

@media (min-width: 600px) {
  .frst__aprch {
    padding: 72px 36px
  }
}

@media (min-width: 900px) {
  .frst__aprch-grid {
    grid-template-columns: 1fr 1fr;
    gap: 72px
  }

  .frst__aprch-txt {
    order: 1
  }

  .frst__aprch-img-wrap {
    order: 2
  }

  .frst__aprch-img {
    height: 460px
  }
}

.frst__prf {
  padding: 72px 16px;
  background: #F8F9FC;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px))
}

.frst__prf-h {
  font-size: 21px;
  line-height: 1.4;
  color: #1a0f3d;
  margin: 0 0 36px;
  text-align: center
}

.frst__prf-blocks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto
}

.frst__prf-blk {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: -1px 1px 2px 0 #4547b30f;
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #bfbdd633
}

.frst__prf-blk:hover {
  transform: translateY(-2px);
  box-shadow: -1px 12px 48px 0 #4547b324;
  background: #f8f9fc99;
  backdrop-filter: blur(8px)
}

.frst__prf-blk-h {
  font-size: 15px;
  line-height: 1.4;
  color: #4547B3;
  margin: 0 0 8px;
  font-weight: 600
}

.frst__prf-blk-txt {
  font-size: 13px;
  line-height: 1.6;
  color: #4a4a6a;
  margin: 0
}

@media (min-width: 600px) {
  .frst__prf {
    padding: 72px 36px
  }

  .frst__prf-blocks {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
  }
}

@media (min-width: 900px) {
  .frst__prf-blocks {
    grid-template-columns: repeat(3, 1fr)
  }
}

.frst__tstm {
  padding: 72px 16px;
  background: #fff
}

.frst__tstm-h {
  font-size: 21px;
  line-height: 1.4;
  color: #1a0f3d;
  margin: 0 0 36px
}

.frst__tstm-h::first-letter {
  color: #4547B3;
  font-size: 26px
}

.frst__tstm-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center
}

.frst__tstm-img-wrap {
  position: relative
}

.frst__tstm-img {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  box-shadow: -1px 4px 28px 0 #4547b314;
  margin: 0 auto;
  display: block
}

.frst__tstm-curve {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 100px;
  height: 100px;
  border: 3px solid #4547B3;
  border-radius: 50%;
  border-bottom-color: transparent;
  border-right-color: transparent;
  pointer-events: none;
  opacity: .4
}

.frst__tstm-cont {
  background: #F8F9FC;
  padding: 36px;
  border-radius: 12px;
  position: relative
}

.frst__tstm-nm {
  font-size: 17px;
  line-height: 1.4;
  color: #4547B3;
  margin: 0 0 8px;
  font-weight: 600
}

.frst__tstm-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a6a;
  margin: 0 0 16px
}

.frst__tstm-txt:last-child {
  margin-bottom: 0
}

@media (min-width: 600px) {
  .frst__tstm {
    padding: 72px 36px
  }
}

@media (min-width: 900px) {
  .frst__tstm-grid {
    grid-template-columns: 320px 1fr;
    gap: 72px
  }
}

.frst__cnd {
  padding: 72px 16px;
  background: linear-gradient(to top, #BFBDD6 0%, #4547B3 100%);
  position: relative
}

.frst__cnd::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 60%;
  background: #fff3
}

.frst__cnd-h {
  font-size: 21px;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 36px;
  text-align: center
}

.frst__cnd-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  max-width: 900px;
  margin: 0 auto
}

.frst__cnd-col {
  background: #fffffff2;
  padding: 36px;
  border-radius: 12px;
  box-shadow: -1px 12px 48px 0 #4547b324
}

.frst__cnd-col-h {
  font-size: 17px;
  line-height: 1.4;
  color: #4547B3;
  margin: 0 0 16px;
  font-weight: 600
}

.frst__cnd-p {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a6a;
  margin: 0 0 16px;
  position: relative;
  padding-left: 28px
}

.frst__cnd-p::before {
  content: '1';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  color: #4547B3;
  font-weight: 600
}

.frst__cnd-p:nth-of-type(2)::before {
  content: '2'
}

.frst__cnd-p:last-child {
  margin-bottom: 0
}

@media (min-width: 600px) {
  .frst__cnd {
    padding: 72px 36px
  }
}

@media (min-width: 900px) {
  .frst__cnd-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 72px
  }
}

.frst__grad {
  padding: 72px 16px;
  background: #fff;
  position: relative
}

.frst__grad-h {
  font-size: 21px;
  line-height: 1.4;
  color: #1a0f3d;
  margin: 0 0 36px;
  position: relative;
  display: inline-block
}

.frst__grad-h::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(to bottom, #BFBDD6 0%, #4547B3 100%);
  animation: frst-line-draw-2 .8s cubic-bezier(0.4, 0, 0.2, 1) .3s forwards
}

@keyframes frst-line-draw-2 {
  to {
    width: 100%
  }
}

.frst__grad-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px
}

.frst__grad-img-wrap {
  position: relative
}

.frst__grad-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: -1px 4px 28px 0 #4547b314
}

.frst__grad-curve {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 140px;
  height: 140px;
  border: 3px solid #4547B3;
  border-radius: 50%;
  border-bottom-color: transparent;
  border-left-color: transparent;
  pointer-events: none;
  opacity: .5
}

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

.frst__grad-p {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a6a;
  margin: 0;
  position: relative;
  padding-left: 28px
}

.frst__grad-p::before {
  content: '1';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  color: #4547B3;
  font-weight: 600
}

.frst__grad-p:nth-of-type(2)::before {
  content: '2'
}

.frst__grad-p:nth-of-type(3)::before {
  content: '3'
}

.frst__grad-bar-wrap {
  margin-top: 16px
}

.frst__grad-bar-lbl {
  font-size: 13px;
  line-height: 1.4;
  color: #4a4a6a;
  margin: 0 0 8px;
  display: flex;
  justify-content: space-between
}

.frst__grad-bar {
  width: 100%;
  height: 24px;
  background: #F8F9FC;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  box-shadow: inset 0 2px 4px #4547b314
}

.frst__grad-bar-seg {
  height: 100%;
  transition: width .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.frst__grad-bar-seg:first-child {
  background: #4547B3;
  width: 68%
}

.frst__grad-bar-seg:last-child {
  background: #BFBDD6;
  width: 32%
}

@media (min-width: 600px) {
  .frst__grad {
    padding: 72px 36px
  }
}

@media (min-width: 900px) {
  .frst__grad-layout {
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center
  }

  .frst__grad-img {
    height: 480px
  }
}

.frst__aud {
  padding: 72px 16px;
  background: #F8F9FC;
  position: relative
}

.frst__aud-h {
  font-size: 21px;
  line-height: 1.4;
  color: #1a0f3d;
  margin: 0 0 36px;
  text-align: center
}

.frst__aud-h::first-letter {
  color: #4547B3;
  font-size: 26px
}

.frst__aud-wrap {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px
}

.frst__aud-side {
  background: #fff;
  padding: 36px;
  border-radius: 12px;
  box-shadow: -1px 1px 2px 0 #4547b30f;
  border: 2px solid transparent;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.frst__aud-side:hover {
  border-color: #4547B3
}

.frst__aud-side-h {
  font-size: 17px;
  line-height: 1.4;
  color: #4547B3;
  margin: 0 0 16px;
  font-weight: 600
}

.frst__aud-p {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a6a;
  margin: 0 0 16px;
  position: relative;
  padding-left: 28px
}

.frst__aud-p::before {
  content: '1';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  color: #4547B3;
  font-weight: 600
}

.frst__aud-p:nth-of-type(2)::before {
  content: '2'
}

.frst__aud-p:nth-of-type(3)::before {
  content: '3'
}

.frst__aud-p:last-child {
  margin-bottom: 0
}

.frst__aud-img-wrap {
  position: relative;
  margin-top: 36px
}

.frst__aud-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: -1px 4px 28px 0 #4547b314
}

.frst__aud-curve {
  position: absolute;
  bottom: -16px;
  left: -16px;
  width: 100px;
  height: 100px;
  border: 3px solid #BFBDD6;
  border-radius: 50%;
  border-top-color: transparent;
  border-right-color: transparent;
  pointer-events: none;
  opacity: .6
}

@media (min-width: 600px) {
  .frst__aud {
    padding: 72px 36px
  }
}

@media (min-width: 900px) {
  .frst__aud-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 72px
  }
}

.suc-pg {
  max-width: 1170px;
  margin: 0 auto;
  padding: 72px 16px;
  background: #fff
}

.suc-pg .conf-wrap {
  text-align: center;
  padding: 72px 36px;
  background: linear-gradient(0deg, #BFBDD6 0%, #4547B3 100%);
  border-radius: 20px;
  box-shadow: -1px 4px 28px 0 #4547b314;
  margin: 0 0 72px
}

.suc-pg .ico-check {
  width: 84px;
  height: 84px;
  margin: 0 auto 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px 1px 2px 0 #4547b30f
}

.suc-pg .ico-check svg {
  width: 48px;
  height: 48px;
  stroke: #4547B3;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

.suc-pg .conf-wrap h1 {
  font-size: 50px;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 16px
}

.suc-pg .conf-wrap p {
  font-size: 17px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto
}

.suc-pg .det-sec {
  background: #F8F9FC;
  padding: 36px;
  border-radius: 12px;
  margin: 0 0 72px;
  border: 1px solid #BFBDD6
}

.suc-pg .det-sec h2 {
  font-size: 21px;
  line-height: 1.4;
  color: #4547B3;
  margin: 0 0 16px;
  position: relative;
  display: inline-block
}

.suc-pg .det-sec h2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #4547B3;
  transform: scaleX(0);
  transform-origin: left;
  animation: ln-draw .25s cubic-bezier(0.4, 0, 0.2, 1) .2s forwards
}

@keyframes ln-draw {
  to {
    transform: scaleX(1)
  }
}

.suc-pg .det-sec .info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 16px
}

.suc-pg .det-sec .info-item {
  flex: 1;
  min-width: 240px;
  background: #fff;
  padding: 16px;
  border-radius: 4px;
  box-shadow: -1px 1px 2px 0 #4547b30f
}

.suc-pg .det-sec .info-item .lbl {
  font-size: 13px;
  line-height: 1.4;
  color: #4547B3;
  letter-spacing: .05em;
  margin: 0 0 4px;
  text-transform: uppercase
}

.suc-pg .det-sec .info-item .val {
  font-size: 17px;
  line-height: 1.6;
  color: #1a1a2e;
  margin: 0
}

.suc-pg .nxt-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 36px;
  margin: 0 0 72px
}

.suc-pg .nxt-card {
  background: #fff;
  padding: 36px;
  border-radius: 12px;
  border: 2px solid #BFBDD6;
  transition: transform .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.suc-pg .nxt-card:hover {
  transform: translateY(-4px);
  box-shadow: -1px 12px 48px 0 #4547b324
}

.suc-pg .nxt-card h3 {
  font-size: 21px;
  line-height: 1.4;
  color: #4547B3;
  margin: 0 0 16px
}

.suc-pg .nxt-card .txt {
  font-size: 15px;
  line-height: 1.6;
  color: #1a1a2e;
  margin: 0 0 16px
}

.suc-pg .nxt-card .txt:first-letter {
  font-size: 21px;
  color: #4547B3
}

.suc-pg .nxt-card .num {
  font-size: 13px;
  line-height: 1.4;
  color: #4547B3;
  margin: 0 0 8px
}

.suc-pg .act-zone {
  text-align: center;
  padding: 36px;
  background: #fff;
  border-radius: 2px;
  box-shadow: inset 0 2px 4px 0 #4547b30f
}

.suc-pg .act-zone h2 {
  font-size: 21px;
  line-height: 1.4;
  color: #1a1a2e;
  margin: 0 0 36px
}

.suc-pg .btn-grp {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap
}

.suc-pg .btn-prim {
  display: inline-block;
  padding: 16px 36px;
  background: #4547B3;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -1px 4px 28px 0 #4547b314
}

.suc-pg .btn-prim:hover {
  background: #3638a0
}

.suc-pg .btn-sec {
  display: inline-block;
  padding: 16px 36px;
  background: #F8F9FC;
  color: #4547B3;
  font-size: 15px;
  line-height: 1.4;
  border: 2px solid #BFBDD6;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s cubic-bezier(0.0, 0, 0.2, 1), border-color .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.suc-pg .btn-sec:hover {
  background: #fff;
  border-color: #4547B3
}

@media (max-width: 900px) {
  .suc-pg {
    padding: 36px 16px
  }

  .suc-pg .conf-wrap {
    padding: 36px 16px;
    margin: 0 0 36px
  }

  .suc-pg .conf-wrap h1 {
    font-size: 21px
  }

  .suc-pg .det-sec {
    padding: 16px;
    margin: 0 0 36px
  }

  .suc-pg .nxt-wrap {
    gap: 16px;
    margin: 0 0 36px
  }

  .suc-pg .nxt-card {
    padding: 16px
  }

  .suc-pg .act-zone {
    padding: 16px
  }

  .suc-pg .btn-grp {
    flex-direction: column
  }

  .suc-pg .btn-prim,
  .suc-pg .btn-sec {
    width: 100%
  }
}

@media (max-width: 600px) {
  .suc-pg .det-sec .info-item {
    min-width: 100%
  }
}