body {
  margin: 0;
  scrollbar-gutter: stable;
  min-height: 100vh;
  word-break: break-word;
  overflow-wrap: anywhere
}

:focus {
  outline: none;
  box-shadow: 0 0 0 3px #7cbee48c
}

.sitehdr {
  position: relative;
  z-index: 100;
  background: linear-gradient(135deg, #3D3F8B 0%, #2e3070 60%, #3D3F8B 100%);
  overflow: hidden
}

.sitehdr-decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.sitehdr-decor::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -60px;
  width: 320px;
  height: 320px;
  border-radius: 46px;
  background: #7cbee414;
  transform: rotate(24deg)
}

.sitehdr-decor::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 30%;
  width: 180px;
  height: 180px;
  border-radius: 46px;
  background: #7cbee40d;
  transform: rotate(-15deg)
}

.sitehdr-top {
  max-width: 1366px;
  margin: 0 auto;
  padding: 20px 40px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px
}

.brandmark-box {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  text-decoration: none
}

.logoimg-box {
  width: 48px;
  height: 48px;
  border-radius: 46px;
  background: #FAFBFB;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px 1px #3d3f8b0d 0 6px 22px 1px #3d3f8b14 inset 0 0 0 2px #7cbee44d;
  flex-shrink: 0
}

.logoimg-box img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block
}

.brandname {
  font-family: 'Manrope', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
  color: #FAFBFB;
  letter-spacing: .02em;
  white-space: nowrap
}

.sitehdr-tagline {
  font-family: 'Oxygen', sans-serif;
  font-size: 13px;
  line-height: 1.35;
  color: #7cbee4e6;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: right;
  flex-shrink: 0
}

.sitehdr-bottom {
  max-width: 1366px;
  margin: 0 auto;
  padding: 8px 40px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end
}

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

.primernav li {
  flex-shrink: 0
}

.primernav a {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  font-family: 'Oxygen', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fafbfbd1;
  text-decoration: none;
  border-radius: 46px;
  border: 1px solid transparent;
  transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s ease;
  min-height: 44px;
  white-space: nowrap
}

.primernav a:hover {
  color: #FAFBFB;
  background: #7cbee42e;
  border-color: #7cbee459
}

.primernav a.active {
  color: #FAFBFB;
  background: #7cbee438;
  border-color: #7cbee480
}

.sitehdr-divider {
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, #7cbee480 30%, #7cbee4cc 50%, #7cbee480 70%, transparent 100%)
}

.siteftr {
  position: relative;
  background: #3D3F8B;
  overflow: hidden
}

.siteftr-wave {
  display: block;
  width: 100%;
  line-height: 0;
  margin-bottom: -1px
}

.siteftr-wave svg {
  display: block;
  width: 100%;
  height: 60px
}

.siteftr-body {
  max-width: 1366px;
  margin: 0 auto;
  padding: 40px 40px 20px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 40px;
  align-items: start
}

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

.ftr-brandmark {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none
}

.ftr-logobox {
  width: 44px;
  height: 44px;
  border-radius: 46px;
  background: #FAFBFB;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px 1px #3d3f8b0d 0 6px 22px 1px #3d3f8b14 inset 0 0 0 2px #7cbee440;
  flex-shrink: 0
}

.ftr-logobox img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block
}

.ftr-brandname {
  font-family: 'Manrope', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
  color: #FAFBFB
}

.ftr-desc {
  font-family: 'Oxygen', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #fafbfba6
}

.ftr-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.ftr-links-label {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7cbee4e6;
  margin-bottom: 8px;
  align-self: center
}

.ftr-links a {
  font-family: 'Oxygen', sans-serif;
  font-size: 13px;
  line-height: 1.35;
  color: #fafbfbb8;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 2px;
  transition: color .55s ease, background .55s ease;
  text-align: center
}

.ftr-links a:hover {
  color: #FAFBFB;
  background: #7cbee426
}

.ftr-contacts {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.ftr-contacts-label {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7cbee4e6
}

.ftr-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.ftr-contact-item i {
  font-size: 19px;
  color: #7cbee4cc;
  flex-shrink: 0;
  margin-top: 2px
}

.ftr-contact-text {
  font-family: 'Oxygen', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #fafbfbb8
}

.ftr-contact-text a {
  color: #fafbfbb8;
  text-decoration: none;
  transition: color .55s ease
}

.ftr-contact-text a:hover {
  color: #FAFBFB
}

.siteftr-bottom {
  max-width: 1366px;
  margin: 0 auto;
  padding: 20px 40px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #7cbee42e
}

.ftr-copy {
  font-family: 'Oxygen', sans-serif;
  font-size: 13px;
  line-height: 1.35;
  color: #fafbfb73;
  letter-spacing: .04em
}

.cookiepopup-mount {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 8000;
  width: 360px;
  max-width: calc(100vw - 40px)
}

.cookiepopup-mount .cpanel {
  background: #FAFBFB;
  border-radius: 8px;
  box-shadow: 0 12px 52px 1px #3d3f8b24;
  padding: 20px;
  font-family: 'Oxygen', sans-serif
}

.cookiepopup-mount .cpanel-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #3D3F8B;
  margin-bottom: 20px
}

.cookiepopup-mount .cpanel-desc a {
  color: #3D3F8B;
  font-weight: 700;
  text-decoration: underline
}

.cookiepopup-mount .cpanel-title {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #3D3F8B;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.cookiepopup-mount .cpanel-toggles {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px
}

.cookiepopup-mount .ctoggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

.cookiepopup-mount .ctoggle-label {
  font-size: 13px;
  line-height: 1.35;
  color: #3D3F8B
}

.cookiepopup-mount .ctoggle-switch {
  position: relative;
  width: 40px;
  height: 22px;
  flex-shrink: 0
}

.cookiepopup-mount .ctoggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute
}

.cookiepopup-mount .ctoggle-track {
  position: absolute;
  inset: 0;
  background: #3d3f8b33;
  border-radius: 46px;
  cursor: pointer;
  transition: background .6s ease
}

.cookiepopup-mount .ctoggle-track::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 46px;
  background: #FAFBFB;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cookiepopup-mount .ctoggle-switch input:checked+.ctoggle-track {
  background: #3D3F8B
}

.cookiepopup-mount .ctoggle-switch input:checked+.ctoggle-track::after {
  transform: translateX(18px)
}

.cookiepopup-mount .cpanel-btns {
  display: flex;
  gap: 8px
}

.cookiepopup-mount .cbtn {
  flex: 1;
  padding: 8px 20px;
  font-family: 'Oxygen', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  border-radius: 46px;
  border: 2px solid #3D3F8B;
  cursor: pointer;
  background: transparent;
  color: #3D3F8B;
  min-height: 44px;
  transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .7s ease
}

.cookiepopup-mount .cbtn:hover {
  background: #3D3F8B;
  color: #FAFBFB;
  box-shadow: 0 6px 22px 1px #3d3f8b2e
}

.cookiepopup-mount .cbtn.solid {
  background: #3D3F8B;
  color: #FAFBFB
}

.cookiepopup-mount .cbtn.solid:hover {
  background: #2e3070;
  box-shadow: 0 6px 22px 1px #3d3f8b38
}

@media (max-width: 900px) {
  .sitehdr-top {
    padding: 20px 20px 8px;
    flex-wrap: wrap;
    gap: 8px
  }

  .sitehdr-bottom {
    padding: 8px 20px 20px
  }

  .primernav {
    justify-content: flex-end
  }

  .siteftr-body {
    grid-template-columns: 1fr;
    padding: 40px 20px 20px;
    gap: 40px
  }

  .ftr-links {
    align-items: flex-start
  }

  .siteftr-bottom {
    padding: 20px 20px 40px
  }
}

@media (max-width: 600px) {
  .sitehdr-tagline {
    display: none
  }

  .primernav a {
    padding: 8px;
    font-size: 13px
  }
}

.info-legal-zvxb {
  max-width: 1366px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #2a2c4e;
  line-height: 1.8
}

.info-legal-zvxb h1 {
  font-size: 62px;
  line-height: 1.1;
  color: #3D3F8B;
  margin-bottom: 40px;
  margin-top: 0;
  letter-spacing: -.5px
}

.info-legal-zvxb h2 {
  font-size: 46px;
  line-height: 1.1;
  color: #3D3F8B;
  margin-top: 80px;
  margin-bottom: 20px;
  letter-spacing: -.2px
}

.info-legal-zvxb h3 {
  font-size: 19px;
  line-height: 1.35;
  color: #3D3F8B;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 8px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.info-legal-zvxb h4 {
  font-size: 19px;
  line-height: 1.35;
  color: #2a2c4e;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 8px
}

.info-legal-zvxb h5 {
  font-size: 13px;
  line-height: 1.6;
  color: #3D3F8B;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 4px;
  letter-spacing: .08em;
  text-transform: uppercase
}

.info-legal-zvxb h6 {
  font-size: 13px;
  line-height: 1.6;
  color: #5a5c8a;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 4px;
  letter-spacing: .06em
}

.info-legal-zvxb p {
  font-size: 19px;
  line-height: 1.8;
  color: #2a2c4e;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 72ch
}

.info-legal-zvxb strong,
.info-legal-zvxb b {
  font-weight: 700;
  color: #3D3F8B
}

.info-legal-zvxb em,
.info-legal-zvxb i {
  font-style: italic;
  color: #4a4c7a
}

.info-legal-zvxb hr {
  border: none;
  border-top: 2px solid #7CBEE4;
  margin-top: 80px;
  margin-bottom: 80px;
  opacity: .35;
  border-radius: 2px
}

.info-legal-zvxb table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 22px 1px #3d3f8b14
}

.info-legal-zvxb thead {
  background-color: #3D3F8B;
  color: #FAFBFB
}

.info-legal-zvxb thead th {
  padding: 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: left;
  color: #FAFBFB;
  border: none
}

.info-legal-zvxb tbody tr {
  background-color: #FAFBFB;
  transition: background-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.info-legal-zvxb tbody tr:nth-child(even) {
  background-color: #eef4fa
}

.info-legal-zvxb tbody tr:hover {
  background-color: #d8ecf7
}

.info-legal-zvxb td {
  padding: 20px;
  font-size: 13px;
  line-height: 1.6;
  color: #2a2c4e;
  border-bottom: 1px solid #7cbee440;
  vertical-align: top
}

.info-legal-zvxb th {
  padding: 20px;
  font-size: 13px;
  line-height: 1.6;
  vertical-align: top
}

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

  .info-legal-zvxb h1 {
    font-size: 46px
  }

  .info-legal-zvxb h2 {
    font-size: 46px;
    margin-top: 40px
  }

  .info-legal-zvxb hr {
    margin-top: 40px;
    margin-bottom: 40px
  }

  .info-legal-zvxb table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

.abtUs {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #FAFBFB
}

.abtUs .pgWrap {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px
}

.abtUs .flickBg {
  position: absolute;
  border-radius: 46px;
  pointer-events: none;
  animation: flick 6s ease infinite
}

@keyframes flick {

  0%,
  100% {
    opacity: .03
  }

  50% {
    opacity: .07
  }
}

.abtUs .titleBlk {
  position: relative;
  padding: 80px 0;
  background: #FAFBFB
}

.abtUs .titleBlk .flickBg {
  width: 320px;
  height: 320px;
  background: #3D3F8B;
  top: -40px;
  right: 80px
}

.abtUs .titleBlk .flickBg2 {
  width: 180px;
  height: 180px;
  background: #7CBEE4;
  bottom: 40px;
  left: 120px;
  animation-delay: 2.5s
}

.abtUs .titleInner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 80px
}

.abtUs .titleImgCol {
  flex: 0 0 320px;
  position: relative
}

.abtUs .titleImgFrame {
  width: 320px;
  height: 420px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 52px 1px #3d3f8b24;
  position: relative
}

.abtUs .titleImgFrame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
 
  transition: filter .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abtUs .titleImgFrame:hover img {
  filter: blur(0)
}

.abtUs .titleImgFrame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(73deg, #3d3f8b2e 0%, transparent 70%);
  border-radius: 8px;
  pointer-events: none
}

.abtUs .bgNum {
  position: absolute;
  font-size: 160px;
  font-weight: 900;
  color: #3D3F8B;
  opacity: .05;
  line-height: 1.1;
  bottom: -20px;
  right: -30px;
  pointer-events: none;
  letter-spacing: -8px;
  z-index: 0
}

.abtUs .titleTextCol {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1
}

.abtUs .titleLabel {
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .12em;
  color: #7CBEE4;
  text-transform: uppercase;
  font-weight: 600
}

.abtUs .titleH1 {
  font-size: 62px;
  line-height: 1.1;
  color: #3D3F8B;
  margin: 0;
  font-weight: 800
}

.abtUs .titleH1 .accentWord {
  display: inline-block;
  color: #7CBEE4;
  position: relative
}

.abtUs .titleH1 .accentWord::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 3px;
  background: linear-gradient(73deg, #7CBEE4, #3D3F8B);
  border-radius: 2px
}

.abtUs .titleDesc {
  font-size: 19px;
  line-height: 1.6;
  color: #2a2c5a;
  max-width: 520px;
  margin: 0
}

.abtUs .titleMeta {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 8px
}

.abtUs .metaItem {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abtUs .metaNum {
  font-size: 46px;
  line-height: 1.1;
  font-weight: 800;
  color: #3D3F8B
}

.abtUs .metaLbl {
  font-size: 13px;
  line-height: 1.35;
  color: #7CBEE4;
  letter-spacing: .08em;
  text-transform: uppercase
}

.abtUs .storyBlk {
  padding: 80px 0;
  background: linear-gradient(73deg, #3D3F8B 0%, #5557a8 55%, #7CBEE4 100%);
  position: relative;
  overflow: hidden
}

.abtUs .storyBlk .flickBg {
  width: 400px;
  height: 400px;
  background: #fff;
  opacity: .03;
  top: -80px;
  left: -80px;
  animation-delay: 1s
}

.abtUs .storyBlk .flickBg2 {
  width: 250px;
  height: 250px;
  background: #7CBEE4;
  opacity: .08;
  bottom: -40px;
  right: 200px;
  animation-delay: 3s
}

.abtUs .storyGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.abtUs .storyLeft {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.abtUs .storyTagline {
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .14em;
  color: #ffffffa6;
  text-transform: uppercase
}

.abtUs .storyH2 {
  font-size: 46px;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  font-weight: 800
}

.abtUs .storyBody {
  font-size: 19px;
  line-height: 1.6;
  color: #ffffffd9;
  margin: 0
}

.abtUs .storyImgRow {
  display: flex;
  flex-direction: row;
  gap: 20px
}

.abtUs .storyImg {
  flex: 1;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 22px 1px #3d3f8b24
}

.abtUs .storyImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;

  transition: filter .6s ease
}

.abtUs .storyImg:hover img {
  filter: blur(0)
}

.abtUs .storyRight {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px
}

.abtUs .stepsLbl {
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .12em;
  color: #fff9;
  text-transform: uppercase
}

.abtUs .stepsList {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abtUs .stepItem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border-radius: 8px;
  background: #ffffff12;
  border: 1px solid #ffffff1f;
  transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s ease
}

.abtUs .stepItem:hover {
  background: #ffffff21;
  border-color: #ffffff38
}

.abtUs .stepNum {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #7cbee440;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 800;
  color: #7CBEE4;
  border: 1px solid #7cbee44d
}

.abtUs .stepContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abtUs .stepTitle {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase
}

.abtUs .stepDesc {
  font-size: 13px;
  line-height: 1.6;
  color: #ffffffb8;
  margin: 0
}

.abtUs .stepIcon {
  flex: 0 0 24px;
  color: #7cbee4b3;
  font-size: 19px;
  margin-top: 4px
}

.abtUs .teamBlk {
  padding: 80px 0;
  background: #fff;
  position: relative
}

.abtUs .teamBlk .flickBg {
  width: 300px;
  height: 300px;
  background: #7CBEE4;
  top: 40px;
  right: -40px;
  animation-delay: 1.8s
}

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

.abtUs .teamLeft {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 40px
}

.abtUs .teamLbl {
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .12em;
  color: #7CBEE4;
  text-transform: uppercase
}

.abtUs .teamH2 {
  font-size: 46px;
  line-height: 1.1;
  color: #3D3F8B;
  margin: 0;
  font-weight: 800
}

.abtUs .teamDesc {
  font-size: 19px;
  line-height: 1.6;
  color: #2a2c5a;
  margin: 0
}

.abtUs .expertCard {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #3d3f8b1a;
  border-left: 4px solid #3D3F8B;
  box-shadow: 0 1px 4px 1px #3d3f8b0d;
  background: #FAFBFB;
  margin-top: 20px;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abtUs .expertCard:hover {
  box-shadow: 0 6px 22px 1px #3d3f8b1f
}

.abtUs .expertPortrait {
  flex: 0 0 80px;
  width: 80px;
  height: 112px;
  border-radius: 8px;
  overflow: hidden
}

.abtUs .expertPortrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abtUs .expertInfo {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abtUs .expertName {
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
  color: #3D3F8B
}

.abtUs .expertRole {
  font-size: 13px;
  line-height: 1.35;
  color: #7CBEE4;
  letter-spacing: .06em;
  text-transform: uppercase
}

.abtUs .expertBio {
  font-size: 13px;
  line-height: 1.6;
  color: #4a4c7a;
  margin: 4px 0 0
}

.abtUs .teamRight {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.abtUs .valuesGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.abtUs .valCard {
  padding: 40px 20px 20px;
  border-radius: 8px;
  background: #FAFBFB;
  border: 1px solid #3d3f8b14;
  box-shadow: 0 1px 4px 1px #3d3f8b0d;
  position: relative;
  overflow: hidden;
  transition: box-shadow .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .6s ease
}

.abtUs .valCard:hover {
  background: #fff;
  box-shadow: 0 6px 22px 1px #3d3f8b1a
}

.abtUs .valCard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(73deg, #3D3F8B, #7CBEE4);
  border-radius: 2px 2px 0 0
}

.abtUs .valDot {
  width: 10px;
  height: 10px;
  border-radius: 46px;
  background: #7CBEE4;
  display: inline-block;
  margin-bottom: 8px
}

.abtUs .valTitle {
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
  color: #3D3F8B;
  margin: 0 0 8px;
  display: block
}

.abtUs .valText {
  font-size: 13px;
  line-height: 1.6;
  color: #4a4c7a;
  margin: 0
}

.abtUs .imgStrip {
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: 200px
}

.abtUs .stripImg {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 22px 1px #3d3f8b14
}

.abtUs .stripImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;

  transition: filter .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abtUs .stripImg:hover img {
  filter: blur(0)
}

.abtUs .stripImg.wide {
  flex: 2
}

@media (max-width: 900px) {
  .abtUs .titleInner {
    flex-direction: column;
    gap: 40px
  }

  .abtUs .titleImgCol {
    flex: none;
    width: 100%
  }

  .abtUs .titleImgFrame {
    width: 100%;
    height: 280px
  }

  .abtUs .titleH1 {
    font-size: 46px
  }

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

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

  .abtUs .teamLeft {
    position: static
  }

  .abtUs .valuesGrid {
    grid-template-columns: 1fr
  }

  .abtUs .pgWrap {
    padding: 0 20px
  }

  .abtUs .titleMeta {
    gap: 20px
  }

  .abtUs .imgStrip {
    height: 140px
  }
}

@media (max-width: 600px) {
  .abtUs .storyImgRow {
    flex-direction: column;
    height: auto
  }

  .abtUs .storyImg {
    height: 160px
  }

  .abtUs .imgStrip {
    flex-direction: column;
    height: auto
  }

  .abtUs .stripImg {
    height: 140px
  }

  .abtUs .stripImg.wide {
    flex: none
  }
}

.supp {
  background: #FAFBFB;
  overflow-x: clip;
  position: relative
}

.supp .titblk {
  position: relative;
  background: linear-gradient(73deg, #3D3F8B 0%, #3D3F8B 48%, #7CBEE4 100%);
  padding: 80px 40px;
  overflow: hidden
}

.supp .titblk-in {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 2
}

.supp .titblk-txt {
  flex: 0 0 auto;
  width: 480px
}

.supp .titblk-tag {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .12em;
  color: #7CBEE4;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block
}

.supp .titblk-h {
  font-size: 62px;
  line-height: 1.1;
  color: #FAFBFB;
  margin: 0 0 20px
}

.supp .titblk-sub {
  font-size: 19px;
  line-height: 1.6;
  color: #fafbfbd1;
  margin: 0 0 40px
}

.supp .titblk-link {
  display: inline-block;
  background: #FAFBFB;
  color: #3D3F8B;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 40px;
  border-radius: 2px;
  box-shadow: 0 6px 22px 1px #3d3f8b14;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .5s ease
}

.supp .titblk-link:hover {
  box-shadow: 0 12px 52px 1px #3d3f8b24;
  background: #e8eaf5
}

.supp .titblk-imgside {
  flex: 1 1 auto;
  position: relative;
  min-height: 360px
}

.supp .titblk-imgwrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 360px
}

.supp .titblk-imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.supp .titblk-imgwrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(73deg, #3D3F8B 0%, #3d3f8b66 50%, transparent 100%);
  pointer-events: none
}

.supp .titblk-decor {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 2px solid #7cbee447;
  animation: titrotate 18s linear infinite;
  pointer-events: none
}

.supp .titblk-decor::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 1px solid #7cbee42e
}

@keyframes titrotate {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.supp .titblk-badge {
  position: absolute;
  bottom: 20px;
  left: -20px;
  background: #FAFBFB;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 6px 22px 1px #3d3f8b14;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  z-index: 4
}

.supp .titblk-badge-num {
  font-size: 46px;
  line-height: 1.1;
  color: #3D3F8B
}

.supp .titblk-badge-lbl {
  font-size: 13px;
  line-height: 1.35;
  color: #3D3F8B;
  letter-spacing: .06em
}

.supp .faqblk {
  padding: 80px 40px;
  background: #FAFBFB;
  position: relative;
  overflow: hidden
}

.supp .faqblk-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  animation: tempshift 14s ease-in-out infinite alternate
}

@keyframes tempshift {
  0% {
    background: #3d3f8b08
  }

  50% {
    background: #7cbee40f
  }

  100% {
    background: #3d3f8b0d
  }
}

.supp .faqblk-geom {
  position: absolute;
  top: 80px;
  right: 80px;
  width: 180px;
  height: 180px;
  border: 2px solid #7cbee42e;
  border-radius: 2px;
  animation: slowrot 28s linear infinite;
  pointer-events: none
}

@keyframes slowrot {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.supp .faqblk-in {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 80px;
  position: relative;
  z-index: 2
}

.supp .faqblk-left {
  flex: 0 0 360px;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.supp .faqblk-h {
  font-size: 46px;
  line-height: 1.1;
  color: #3D3F8B;
  margin: 0
}

.supp .faqblk-desc {
  font-size: 19px;
  line-height: 1.6;
  color: #2a2b4a;
  margin: 0
}

.supp .faqblk-contact {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.supp .faqblk-citem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #FAFBFB;
  border-radius: 8px;
  border: 1px solid #3d3f8b1a;
  box-shadow: 0 1px 4px 1px #3d3f8b0d;
  transition: box-shadow .55s ease
}

.supp .faqblk-citem:hover {
  box-shadow: 0 6px 22px 1px #3d3f8b14
}

.supp .faqblk-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(73deg, #3D3F8B, #7CBEE4);
  display: flex;
  align-items: center;
  justify-content: center
}

.supp .faqblk-icon i {
  color: #FAFBFB;
  font-size: 19px
}

.supp .faqblk-cinfo {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.supp .faqblk-clbl {
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7CBEE4
}

.supp .faqblk-cval {
  font-size: 19px;
  line-height: 1.35;
  color: #3D3F8B;
  text-decoration: none;
  transition: color .5s ease
}

.supp .faqblk-cval:hover {
  color: #7CBEE4
}

.supp .faqblk-portrait {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: linear-gradient(73deg, #3d3f8b0f, #7cbee414);
  border-radius: 8px
}

.supp .faqblk-portimg {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 80px;
  border: 2px solid #3d3f8b26
}

.supp .faqblk-portimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.supp .faqblk-portname {
  font-size: 19px;
  line-height: 1.35;
  color: #3D3F8B;
  display: block
}

.supp .faqblk-portrole {
  font-size: 13px;
  line-height: 1.6;
  color: #2a2b4a;
  letter-spacing: .06em
}

.supp .faqblk-right {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.supp .faqblk-steps {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 40px;
  flex-wrap: wrap
}

.supp .faqblk-step {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto
}

.supp .faqblk-stepnum {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #3D3F8B;
  color: #FAFBFB;
  font-size: 13px;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  letter-spacing: .04em
}

.supp .faqblk-steplbl {
  font-size: 13px;
  line-height: 1.35;
  color: #3D3F8B;
  letter-spacing: .04em
}

.supp .faqblk-stepline {
  flex: 1 1 auto;
  height: 1px;
  background: #3d3f8b33;
  min-width: 20px
}

.supp .faqitem {
  border-radius: 8px;
  border: 1px solid #3d3f8b1a;
  background: #FAFBFB;
  overflow: hidden;
  box-shadow: 0 1px 4px 1px #3d3f8b0d;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.supp .faqitem:hover {
  box-shadow: 0 6px 22px 1px #3d3f8b14
}

.supp .faqitem-q {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  text-align: left
}

.supp .faqitem-qtxt {
  font-size: 19px;
  line-height: 1.35;
  color: #3D3F8B
}

.supp .faqitem-arr {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #3d3f8b14;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .5s ease, transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.supp .faqitem-arr i {
  color: #3D3F8B;
  font-size: 13px;
  transition: color .5s ease
}

.supp .faqitem-q:hover .faqitem-arr {
  background: #3D3F8B
}

.supp .faqitem-q:hover .faqitem-arr i {
  color: #FAFBFB
}

.supp .faqitem-q:focus-visible {
  outline: 2px solid #3D3F8B;
  outline-offset: 2px
}

.supp .faqitem-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding .5s ease;
  padding: 0 20px
}

.supp .faqitem-body-in {
  padding-bottom: 20px
}

.supp .faqitem-body p {
  font-size: 19px;
  line-height: 1.6;
  color: #2a2b4a;
  margin: 0
}

.supp .faqitem input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none
}

.supp .faqitem input[type="checkbox"]:checked~.faqitem-body {
  max-height: 400px;
  padding: 0 20px
}

.supp .faqitem input[type="checkbox"]:checked~.faqitem-q .faqitem-arr {
  transform: rotate(180deg);
  background: #3D3F8B
}

.supp .faqitem input[type="checkbox"]:checked~.faqitem-q .faqitem-arr i {
  color: #FAFBFB
}

.supp .faqitem-lbl {
  display: block;
  cursor: pointer;
  width: 100%
}

.supp .ringstat {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: linear-gradient(73deg, #3d3f8b0f, #7cbee414);
  border-radius: 8px;
  margin-top: 20px
}

.supp .ringstat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.supp .ringstat-ring {
  position: relative;
  width: 56px;
  height: 56px;
  flex: 0 0 56px
}

.supp .ringstat-ring svg {
  width: 56px;
  height: 56px;
  transform: rotate(-90deg)
}

.supp .ringstat-ring-bg {
  fill: none;
  stroke: #3d3f8b1f;
  stroke-width: 4
}

.supp .ringstat-ring-fill {
  fill: none;
  stroke: #3D3F8B;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 138;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.supp .ringstat-ring-num {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.1;
  color: #3D3F8B
}

.supp .ringstat-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.supp .ringstat-val {
  font-size: 19px;
  line-height: 1.35;
  color: #3D3F8B
}

.supp .ringstat-lbl {
  font-size: 13px;
  line-height: 1.35;
  color: #2a2b4a;
  letter-spacing: .05em
}

@media (max-width: 1024px) {
  .supp .titblk-in {
    flex-direction: column;
    gap: 40px
  }

  .supp .titblk-txt {
    width: 100%
  }

  .supp .titblk-imgside {
    width: 100%
  }

  .supp .faqblk-in {
    flex-direction: column;
    gap: 40px
  }

  .supp .faqblk-left {
    flex: none;
    width: 100%
  }

  .supp .titblk-h {
    font-size: 46px
  }
}

@media (max-width: 640px) {
  .supp .titblk {
    padding: 40px 20px
  }

  .supp .titblk-h {
    font-size: 46px
  }

  .supp .faqblk {
    padding: 40px 20px
  }

  .supp .faqblk-steps {
    flex-direction: column;
    gap: 8px
  }

  .supp .faqblk-stepline {
    display: none
  }

  .supp .ringstat {
    flex-direction: column;
    align-items: flex-start
  }

  .supp .titblk-badge {
    left: 0
  }
}

.srvsPage {
  background: #FAFBFB;
  overflow-x: clip
}

.srvsPage .revealEl {
  opacity: 0;
  transform: scale(0.96);
  animation: revealUp .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.srvsPage .revealEl.d1 {
  animation-delay: .1s
}

.srvsPage .revealEl.d2 {
  animation-delay: .25s
}

.srvsPage .revealEl.d3 {
  animation-delay: .4s
}

.srvsPage .revealEl.d4 {
  animation-delay: .55s
}

.srvsPage .revealEl.d5 {
  animation-delay: .7s
}

@keyframes revealUp {
  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes gradShift {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.srvsPage ::selection {
  background: #3D3F8B;
  color: #FAFBFB
}

.srvsPage .pgWrap {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px
}

.srvsPage .divBand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0
}

.srvsPage .divBand span {
  display: block;
  width: 80px;
  height: 2px;
  border-radius: 46px;
  background: linear-gradient(73deg, #3D3F8B, #7CBEE4)
}

.srvsPage .titBlock {
  padding: 80px 0;
  position: relative;
  background: #FAFBFB
}

.srvsPage .titBlock .blobA {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 46px;
  background: linear-gradient(73deg, #3d3f8b17, #7cbee41f);
  filter: blur(60px);
  top: -40px;
  left: -80px;
  pointer-events: none
}

.srvsPage .titBlock .blobB {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 46px;
  background: linear-gradient(73deg, #7cbee41c, #3d3f8b12);
  filter: blur(48px);
  bottom: 20px;
  right: -60px;
  pointer-events: none
}

.srvsPage .titBlock .dotGroup {
  position: absolute;
  top: 40px;
  right: 80px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-end;
  pointer-events: none
}

.srvsPage .titBlock .dotGroup span {
  display: block;
  border-radius: 46px;
  background: #7CBEE4;
  opacity: .35
}

.srvsPage .titBlock .dotGroup span:nth-child(1) {
  width: 6px;
  height: 6px
}

.srvsPage .titBlock .dotGroup span:nth-child(2) {
  width: 10px;
  height: 10px
}

.srvsPage .titBlock .dotGroup span:nth-child(3) {
  width: 16px;
  height: 16px
}

.srvsPage .titBlock .dotGroup span:nth-child(4) {
  width: 10px;
  height: 10px
}

.srvsPage .titBlock .titInner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: start
}

.srvsPage .titBlock .eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .12em;
  color: #3D3F8B;
  text-transform: uppercase;
  border: 1px solid #3d3f8b40;
  border-radius: 46px;
  padding: 4px 20px;
  margin-bottom: 20px
}

.srvsPage .titBlock .titH1 {
  font-size: 62px;
  line-height: 1.1;
  color: #1b1c3a;
  margin: 0 0 20px
}

.srvsPage .titBlock .titH1 em {
  font-style: normal;
  color: #3D3F8B
}

.srvsPage .titBlock .titSub {
  font-size: 19px;
  line-height: 1.6;
  color: #3a3c5a;
  margin: 0 0 40px;
  max-width: 520px
}

.srvsPage .titBlock .metaRow {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.srvsPage .titBlock .metaNum {
  font-size: 46px;
  line-height: 1.1;
  color: #3D3F8B;
  font-weight: 700
}

.srvsPage .titBlock .metaLabel {
  font-size: 13px;
  line-height: 1.35;
  color: #5a5c7a;
  letter-spacing: .06em
}

.srvsPage .titBlock .titRight {
  position: relative
}

.srvsPage .titBlock .imgCard {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 52px 1px #3d3f8b24
}

.srvsPage .titBlock .imgCard img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  animation: revealUp .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s forwards;
  filter: grayscale(30%);
  transition: filter .6s ease
}

.srvsPage .titBlock .imgCard:hover img {
  filter: grayscale(0%)
}

.srvsPage .titBlock .imgCard .imgOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(73deg, #3d3f8b38, #7cbee414);
  pointer-events: none
}

.srvsPage .titBlock .shadowCard {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  border: 2px solid #3d3f8b26;
  transform: translate(10px, 10px);
  pointer-events: none;
  z-index: 0;
  box-shadow: 0 6px 22px 1px #3d3f8b14
}

.srvsPage .titBlock .imgCardWrap {
  position: relative;
  padding-bottom: 10px;
  padding-right: 10px
}

.srvsPage .srvGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px
}

.srvsPage .srvCard {
  background: #fff;
  border-radius: 8px;
  padding: 40px 20px;
  border: 1px solid #3d3f8b1a;
  box-shadow: 0 1px 4px 1px #3d3f8b0d;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s ease;
  position: relative;
  overflow: hidden
}

.srvsPage .srvCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(73deg, #3D3F8B, #7CBEE4);
  border-radius: 2px 2px 0 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srvsPage .srvCard:hover::before {
  transform: scaleX(1)
}

.srvsPage .srvCard:hover {
  box-shadow: 0 12px 52px 1px #3d3f8b24;
  transform: translateY(-4px)
}

.srvsPage .srvCard .cardIcon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(73deg, #3d3f8b1a, #7cbee426);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px
}

.srvsPage .srvCard .cardIcon i {
  font-size: 22px;
  color: #3D3F8B
}

.srvsPage .srvCard .cardH {
  font-size: 19px;
  line-height: 1.35;
  color: #1b1c3a;
  margin: 0 0 8px
}

.srvsPage .srvCard .cardTxt {
  font-size: 13px;
  line-height: 1.6;
  color: #4a4c6a;
  margin: 0
}

.srvsPage .frmBlock {
  padding: 80px 0;
  background: linear-gradient(73deg, #3D3F8B 0%, #2a2c6a 60%, #1e2050 100%);
  background-size: 200% 200%;
  animation: gradShift 8s ease infinite;
  position: relative
}

.srvsPage .frmBlock .dotGroupB {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none
}

.srvsPage .frmBlock .dotGroupB span {
  display: block;
  border-radius: 46px;
  background: #7CBEE4;
  opacity: .2
}

.srvsPage .frmBlock .dotGroupB span:nth-child(1) {
  width: 20px;
  height: 20px
}

.srvsPage .frmBlock .dotGroupB span:nth-child(2) {
  width: 12px;
  height: 12px
}

.srvsPage .frmBlock .dotGroupB span:nth-child(3) {
  width: 8px;
  height: 8px
}

.srvsPage .frmBlock .frmInner {
  display: grid;
  grid-template-columns: 1fr 580px;
  gap: 80px;
  align-items: start
}

.srvsPage .frmBlock .frmEyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .12em;
  color: #7CBEE4;
  text-transform: uppercase;
  border: 1px solid #7cbee44d;
  border-radius: 46px;
  padding: 4px 20px;
  margin-bottom: 20px
}

.srvsPage .frmBlock .frmH2 {
  font-size: 46px;
  line-height: 1.1;
  color: #FAFBFB;
  margin: 0 0 20px
}

.srvsPage .frmBlock .frmDesc {
  font-size: 19px;
  line-height: 1.6;
  color: #fafbfbbf;
  margin: 0 0 40px
}

.srvsPage .frmBlock .reviewRow {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start
}

.srvsPage .frmBlock .reviewCard {
  background: #ffffff12;
  border: 1px solid #7cbee433;
  border-radius: 8px;
  padding: 20px;
  flex: 1
}

.srvsPage .frmBlock .reviewCard .rName {
  font-size: 13px;
  color: #7CBEE4;
  letter-spacing: .06em;
  margin: 0 0 4px
}

.srvsPage .frmBlock .reviewCard .rTxt {
  font-size: 13px;
  line-height: 1.6;
  color: #fafbfbcc;
  margin: 0
}

.srvsPage .frmBlock .portRow {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 8px
}

.srvsPage .frmBlock .portThumb {
  width: 44px;
  height: 44px;
  border-radius: 46px;
  overflow: hidden;
  border: 2px solid #7cbee466;
  flex-shrink: 0
}

.srvsPage .frmBlock .portThumb img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  object-position: center;
  display: block
}

.srvsPage .frmBlock .ratingRow {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  margin-bottom: 8px
}

.srvsPage .frmBlock .ratingRow .starIcon {
  width: 14px;
  height: 14px
}

.srvsPage .frmBlock .ratingRow .starIcon polygon {
  fill: #7CBEE4
}

.srvsPage .frmBlock .ratingNum {
  font-size: 13px;
  color: #7CBEE4;
  margin-left: 4px
}

.srvsPage .frmBlock .frmBox {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 12px 52px 1px #3d3f8b24
}

.srvsPage .frmBlock .frmBoxH {
  font-size: 19px;
  line-height: 1.35;
  color: #1b1c3a;
  margin: 0 0 20px
}

.srvsPage .frmBlock .fldGroup {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.srvsPage .frmBlock .fldRow {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.srvsPage .frmBlock .fldLabel {
  font-size: 13px;
  color: #3D3F8B;
  letter-spacing: .06em
}

.srvsPage .frmBlock .fldInput {
  font-size: 13px;
  line-height: 1.6;
  color: #1b1c3a;
  background: #FAFBFB;
  border: 1px solid #3d3f8b33;
  border-radius: 8px;
  padding: 8px 20px;
  outline: none;
  transition: border-color .5s ease, box-shadow .5s ease;
  width: 100%;
  box-sizing: border-box
}

.srvsPage .frmBlock .fldInput:focus {
  border-color: #3D3F8B;
  box-shadow: 0 0 0 3px #3d3f8b1a
}

.srvsPage .frmBlock .fldInput::placeholder {
  color: #3d3f8b59;
  transition: opacity .6s ease
}

.srvsPage .frmBlock .fldInput:focus::placeholder {
  opacity: 0
}

.srvsPage .frmBlock .sizeLabel {
  font-size: 13px;
  color: #3D3F8B;
  letter-spacing: .06em;
  margin-bottom: 8px;
  display: block
}

.srvsPage .frmBlock .radioGroup {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.srvsPage .frmBlock .radioOpt {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer
}

.srvsPage .frmBlock .radioOpt input[type="radio"] {
  accent-color: #3D3F8B;
  width: 16px;
  height: 16px;
  cursor: pointer
}

.srvsPage .frmBlock .radioOpt .radioTxt {
  font-size: 13px;
  color: #3a3c5a;
  line-height: 1.35
}

.srvsPage .frmBlock .privRow {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start
}

.srvsPage .frmBlock .privRow input[type="checkbox"] {
  accent-color: #3D3F8B;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer
}

.srvsPage .frmBlock .privTxt {
  font-size: 13px;
  line-height: 1.6;
  color: #4a4c6a;
  margin: 0
}

.srvsPage .frmBlock .privTxt a {
  color: #3D3F8B;
  text-decoration: underline;
  transition: color .5s ease
}

.srvsPage .frmBlock .privTxt a:hover {
  color: #7CBEE4
}

.srvsPage .frmBlock .submitBtn {
  width: 100%;
  background: linear-gradient(73deg, #3D3F8B, #7CBEE4);
  color: #FAFBFB;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: none;
  border-radius: 46px;
  padding: 20px 40px;
  cursor: pointer;
  box-shadow: 0 6px 22px 1px #3d3f8b14;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s ease
}

.srvsPage .frmBlock .submitBtn:hover {
  box-shadow: 0 12px 52px 1px #3d3f8b38;
  transform: translateY(-2px)
}

.srvsPage .frmBlock .submitBtn:focus {
  outline: 3px solid #7CBEE4;
  outline-offset: 2px
}

.srvsPage .frmBlock .submitBtn:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px 1px #3d3f8b0d
}

@media (max-width: 1024px) {
  .srvsPage .titBlock .titInner {
    grid-template-columns: 1fr;
    gap: 40px
  }

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

  .srvsPage .frmBlock .frmInner {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

@media (max-width: 640px) {
  .srvsPage .pgWrap {
    padding: 0 20px
  }

  .srvsPage .titBlock {
    padding: 40px 0
  }

  .srvsPage .titBlock .titH1 {
    font-size: 46px
  }

  .srvsPage .srvGrid {
    grid-template-columns: 1fr
  }

  .srvsPage .metaRow {
    flex-wrap: wrap;
    gap: 20px
  }

  .srvsPage .frmBlock {
    padding: 40px 0
  }

  .srvsPage .frmBlock .frmH2 {
    font-size: 46px
  }

  .srvsPage .frmBlock .reviewRow {
    flex-direction: column
  }

  .srvsPage .frmBlock .frmBox {
    padding: 20px
  }

  .srvsPage .radioGroup {
    flex-direction: column
  }
}

.lrnprog {
  background: #FAFBFB;
  overflow-x: clip;
  position: relative
}

.lrnprog .pg-schema {
  display: none
}

.lrnprog .titblk {
  position: relative;
  background: #FAFBFB;
  padding: 0
}

.lrnprog .titblk-img {
  width: 100%;
  height: 480px;
  overflow: hidden;
  position: relative
}

.lrnprog .titblk-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: contrast(1.08) saturate(1.12)
}

.lrnprog .titblk-img:hover img {
  transform: scale(1.04) translateX(12px)
}

.lrnprog .titblk-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(73deg, #3d3f8b61 0%, #7cbee41f 100%);
  pointer-events: none
}

.lrnprog .titblk-lower {
  max-width: 1366px;
  margin: 0 auto;
  padding: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  position: relative
}

.lrnprog .titblk-dotgrid {
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  height: 100%;
  background-image: radial-gradient(circle, #3d3f8b21 1.5px, transparent 1.5px);
  background-size: 22px 22px;
  pointer-events: none;
  z-index: 0
}

.lrnprog .titblk-text {
  position: relative;
  z-index: 1
}

.lrnprog .titblk-label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .12em;
  color: #7CBEE4;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600
}

.lrnprog .titblk-h1 {
  font-size: 62px;
  line-height: 1.1;
  color: #3D3F8B;
  margin: 0 0 20px;
  font-weight: 800
}

.lrnprog .titblk-h1 span {
  display: block
}

.lrnprog .titblk-desc {
  font-size: 19px;
  line-height: 1.6;
  color: #2a2c5a;
  margin: 0 0 40px;
  max-width: 480px
}

.lrnprog .titblk-meta {
  display: flex;
  flex-direction: row;
  gap: 40px;
  position: relative;
  z-index: 1;
  align-items: flex-start;
  padding-top: 40px
}

.lrnprog .titblk-stat {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lrnprog .titblk-statnum {
  font-size: 46px;
  line-height: 1.1;
  color: #3D3F8B;
  font-weight: 800
}

.lrnprog .titblk-statlbl {
  font-size: 13px;
  line-height: 1.35;
  color: #5a5c8a;
  letter-spacing: .08em;
  text-transform: uppercase
}

.lrnprog .titblk-divider {
  width: 1px;
  height: 60px;
  background: #3d3f8b2e;
  align-self: center
}

.lrnprog .titbtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #3D3F8B;
  color: #FAFBFB;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .5s ease;
  box-shadow: 0 1px 4px 1px #3d3f8b0d 0 6px 22px 1px #3d3f8b14
}

.lrnprog .titbtn:hover {
  background: #2e3070;
  box-shadow: 0 1px 4px 1px #3d3f8b14 0 6px 22px 1px #3d3f8b29 0 12px 52px 1px #3d3f8b24
}

.lrnprog .titbtn:focus {
  outline: 3px solid #7CBEE4;
  outline-offset: 3px
}

.lrnprog .progsteps {
  background: linear-gradient(73deg, #3D3F8B 0%, #5a5caa 55%, #7CBEE4 100%);
  padding: 80px 0;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  padding-bottom: 120px
}

.lrnprog .progsteps-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 80px
}

.lrnprog .progsteps-hd {
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px
}

.lrnprog .progsteps-h2 {
  font-size: 46px;
  line-height: 1.1;
  color: #FAFBFB;
  font-weight: 800;
  margin: 0;
  max-width: 480px
}

.lrnprog .progsteps-h2 span {
  display: block
}

.lrnprog .progsteps-sub {
  font-size: 19px;
  line-height: 1.6;
  color: #fafbfbd1;
  max-width: 380px;
  margin: 0
}

.lrnprog .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.lrnprog .stepcard {
  background: #fafbfb17;
  border: 1px solid #fafbfb2e;
  border-radius: 8px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: background .6s ease, box-shadow .6s ease;
  cursor: default
}

.lrnprog .stepcard::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: border-color .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none
}

.lrnprog .stepcard:hover::before {
  border-color: #7cbee4b3
}

.lrnprog .stepcard:hover {
  background: #fafbfb26;
  box-shadow: 0 6px 22px 1px #3d3f8b2e 0 12px 52px 1px #3d3f8b24
}

.lrnprog .stepcard-num {
  font-size: 62px;
  line-height: 1.1;
  color: #7cbee438;
  font-weight: 900;
  position: absolute;
  top: 20px;
  right: 20px;
  pointer-events: none;
  user-select: none
}

.lrnprog .stepcard-icon {
  width: 48px;
  height: 48px;
  border-radius: 46px;
  background: #7cbee42e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative
}

.lrnprog .stepcard-icon i {
  font-size: 22px;
  color: #7CBEE4
}

.lrnprog .stepcard-icon svg {
  width: 22px;
  height: 22px
}

.lrnprog .stepcard-h {
  font-size: 19px;
  line-height: 1.35;
  color: #FAFBFB;
  font-weight: 700;
  margin: 0 0 8px
}

.lrnprog .stepcard-p {
  font-size: 13px;
  line-height: 1.8;
  color: #fafbfbc7;
  margin: 0
}

.lrnprog .faqblk {
  background: #FAFBFB;
  padding: 120px 0 80px
}

.lrnprog .faqblk-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 80px;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 80px;
  align-items: start
}

.lrnprog .faqblk-tag {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7CBEE4;
  font-weight: 600;
  margin-bottom: 20px;
  display: block
}

.lrnprog .faqblk-h2 {
  font-size: 46px;
  line-height: 1.1;
  color: #3D3F8B;
  font-weight: 800;
  margin: 0 0 40px
}

.lrnprog .faqlist {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lrnprog .faqitem {
  border: 1px solid #3d3f8b1f;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 4px 1px #3d3f8b0d;
  transition: box-shadow .5s ease
}

.lrnprog .faqitem:hover {
  box-shadow: 0 6px 22px 1px #3d3f8b14
}

.lrnprog .faqitem details {
  width: 100%
}

.lrnprog .faqitem summary {
  font-size: 19px;
  line-height: 1.35;
  color: #3D3F8B;
  font-weight: 600;
  padding: 20px;
  cursor: pointer;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition: background .5s ease
}

.lrnprog .faqitem summary::-webkit-details-marker {
  display: none
}

.lrnprog .faqitem summary:hover {
  background: #7cbee414
}

.lrnprog .faqitem summary:focus {
  outline: 3px solid #7CBEE4;
  outline-offset: -3px
}

.lrnprog .faqitem-arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #7CBEE4;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrnprog .faqitem details[open] .faqitem-arrow {
  transform: rotate(180deg)
}

.lrnprog .faqitem-body {
  font-size: 13px;
  line-height: 1.8;
  color: #3a3c60;
  padding: 0 20px 20px;
  margin: 0
}

.lrnprog .faqblk-right {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.lrnprog .portcard {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  box-shadow: 0 1px 4px 1px #3d3f8b0d 0 6px 22px 1px #3d3f8b14;
  transition: box-shadow .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrnprog .portcard:hover {
  box-shadow: 0 6px 22px 1px #3d3f8b1f 0 12px 52px 1px #3d3f8b24
}

.lrnprog .portcard-img {
  width: 80px;
  height: 100px;
  border-radius: 46px;
  overflow: hidden;
  flex-shrink: 0
}

.lrnprog .portcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrnprog .portcard:hover .portcard-img img {
  transform: scale(1.06)
}

.lrnprog .portcard-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lrnprog .portcard-name {
  font-size: 19px;
  line-height: 1.35;
  color: #3D3F8B;
  font-weight: 700;
  margin: 0
}

.lrnprog .portcard-role {
  font-size: 13px;
  line-height: 1.35;
  color: #7CBEE4;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0
}

.lrnprog .portcard-quote {
  font-size: 13px;
  line-height: 1.6;
  color: #5a5c8a;
  margin: 4px 0 0
}

.lrnprog .svcblk {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 4px 1px #3d3f8b0d 0 6px 22px 1px #3d3f8b14;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lrnprog .svcblk-h {
  font-size: 13px;
  line-height: 1.35;
  color: #3D3F8B;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0
}

.lrnprog .svcblk-img {
  width: 100%;
  height: 180px;
  border-radius: 8px;
  overflow: hidden
}

.lrnprog .svcblk-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrnprog .svcblk:hover .svcblk-img img {
  transform: translateY(-8px)
}

.lrnprog .svcblk-p {
  font-size: 13px;
  line-height: 1.6;
  color: #5a5c8a;
  margin: 0
}

.lrnprog .geomotif {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 0;
  pointer-events: none;
  overflow: hidden
}

.lrnprog .geomotif-dot {
  width: 6px;
  height: 6px;
  border-radius: 46px;
  background: #7cbee480;
  flex-shrink: 0
}

@keyframes gradshift {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.lrnprog .progsteps {
  background: linear-gradient(73deg, #3D3F8B, #4e50a8, #7CBEE4, #4e50a8, #3D3F8B);
  background-size: 300% 300%;
  animation: gradshift 8s ease-in-out infinite
}

@media (max-width: 1024px) {
  .lrnprog .titblk-lower {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px
  }

  .lrnprog .cards-grid {
    grid-template-columns: 1fr 1fr
  }

  .lrnprog .faqblk-inner {
    grid-template-columns: 1fr;
    padding: 0 40px
  }

  .lrnprog .faqblk-right {
    flex-direction: row;
    flex-wrap: wrap
  }

  .lrnprog .portcard {
    flex: 1 1 280px
  }

  .lrnprog .progsteps-inner {
    padding: 0 40px
  }

  .lrnprog .progsteps-hd {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 680px) {
  .lrnprog .titblk-img {
    height: 260px
  }

  .lrnprog .titblk-lower {
    padding: 40px 20px;
    gap: 20px
  }

  .lrnprog .titblk-h1 {
    font-size: 46px
  }

  .lrnprog .titblk-meta {
    flex-direction: column;
    gap: 20px
  }

  .lrnprog .titblk-divider {
    display: none
  }

  .lrnprog .cards-grid {
    grid-template-columns: 1fr
  }

  .lrnprog .progsteps-inner {
    padding: 0 20px
  }

  .lrnprog .progsteps-h2 {
    font-size: 46px
  }

  .lrnprog .faqblk-inner {
    padding: 0 20px
  }

  .lrnprog .faqblk-h2 {
    font-size: 46px
  }

  .lrnprog .faqblk-right {
    flex-direction: column
  }

  .lrnprog .portcard {
    flex: 1 1 100%
  }
}

.ctus {
  background: #FAFBFB;
  overflow-x: clip;
  position: relative
}

.ctus .reach-strip {
  background: linear-gradient(73deg, #3D3F8B 0%, #6668b8 55%, #FAFBFB 100%);
  padding: 80px 40px;
  position: relative;
  overflow: hidden
}

.ctus .reach-strip::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  border: 2px solid #7cbee42e;
  border-radius: 46px;
  animation: spinSlow 22s linear infinite;
  pointer-events: none
}

.ctus .reach-strip::after {
  content: '';
  position: absolute;
  bottom: -80px;
  right: 80px;
  width: 200px;
  height: 200px;
  border: 1.5px solid #7cbee41c;
  border-radius: 46px;
  animation: spinSlow 34s linear infinite reverse;
  pointer-events: none
}

@keyframes spinSlow {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes bgshift {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

@keyframes slideFromLeft {
  from {
    opacity: 0;
    transform: translateX(-48px)
  }

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

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

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

@keyframes slideFromBottom {
  from {
    opacity: 0;
    transform: translateY(40px)
  }

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

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

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

.ctus .reach-inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.ctus .reach-text {
  flex: 1 1 340px;
  animation: slideFromLeft .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.ctus .reach-dash {
  display: inline-block;
  width: 32px;
  height: 3px;
  background: #7CBEE4;
  border-radius: 2px;
  margin-bottom: 20px;
  vertical-align: middle
}

.ctus .reach-label {
  font-size: 13px;
  letter-spacing: .14em;
  color: #7CBEE4;
  line-height: 1.35;
  text-transform: uppercase;
  margin-bottom: 20px
}

.ctus .reach-h1 {
  font-size: 62px;
  line-height: 1.1;
  color: #FAFBFB;
  margin-bottom: 20px;
  font-weight: 800
}

.ctus .reach-h1 span {
  color: #7CBEE4;
  display: block
}

.ctus .reach-desc {
  font-size: 19px;
  line-height: 1.6;
  color: #fafbfbd1;
  margin-bottom: 40px;
  max-width: 420px
}

.ctus .reach-contacts {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.ctus .reach-citem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  animation: slideFromLeft .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.ctus .reach-citem:nth-child(2) {
  animation-delay: .12s
}

.ctus .reach-citem:nth-child(3) {
  animation-delay: .22s
}

.ctus .reach-citem:nth-child(4) {
  animation-delay: .32s
}

.ctus .reach-icon {
  width: 44px;
  height: 44px;
  background: #7cbee42e;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #7cbee447;
  transition: background .5s ease, box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctus .reach-icon i {
  font-size: 19px;
  color: #7CBEE4
}

.ctus .reach-citem:hover .reach-icon {
  background: #7cbee452;
  box-shadow: 0 6px 22px 1px #3d3f8b14
}

.ctus .reach-clabel {
  font-size: 13px;
  letter-spacing: .1em;
  color: #fafbfb8c;
  line-height: 1.35;
  text-transform: uppercase;
  margin-bottom: 4px
}

.ctus .reach-cval {
  font-size: 19px;
  line-height: 1.35;
  color: #FAFBFB
}

.ctus .reach-cval a {
  color: #FAFBFB;
  text-decoration: none;
  border-bottom: 1px solid #7cbee466;
  transition: border-color .5s ease, color .5s ease
}

.ctus .reach-cval a:hover {
  color: #7CBEE4;
  border-color: #7CBEE4
}

.ctus .reach-imgzone {
  flex: 0 0 420px;
  position: relative;
  animation: slideFromRight .75s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s both
}

.ctus .reach-imgwrap {
  width: 420px;
  height: 480px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 52px 1px #3d3f8b24
}

.ctus .reach-imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .55;
  display: block
}

.ctus .reach-imgoverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(73deg, #3d3f8bb3 0%, #3d3f8b33 100%);
  border-radius: 8px;
  pointer-events: none
}

.ctus .reach-diag {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 60px;
  overflow: hidden;
  pointer-events: none
}

.ctus .reach-diag svg {
  display: block;
  width: 100%;
  height: 60px
}

.ctus .stripe-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0
}

.ctus .stripe-bg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .04
}

.ctus .form-area {
  padding: 80px 40px;
  background: #FAFBFB;
  position: relative
}

.ctus .form-inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.ctus .form-meta {
  flex: 0 0 300px;
  animation: slideFromLeft .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s both
}

.ctus .form-meta-label {
  font-size: 13px;
  letter-spacing: .14em;
  color: #3D3F8B;
  text-transform: uppercase;
  line-height: 1.35;
  margin-bottom: 20px
}

.ctus .form-meta h2 {
  font-size: 46px;
  line-height: 1.1;
  color: #3D3F8B;
  font-weight: 800;
  margin-bottom: 20px
}

.ctus .form-meta h2 em {
  font-style: normal;
  color: #7CBEE4
}

.ctus .form-meta-desc {
  font-size: 19px;
  line-height: 1.6;
  color: #3c3c5a;
  margin-bottom: 40px
}

.ctus .form-meta-note {
  font-size: 13px;
  line-height: 1.6;
  color: #6a6a8a;
  padding: 20px;
  background: #3d3f8b0d;
  border-radius: 8px;
  border-left: 3px solid #7CBEE4;
  border-top: 1px solid #7cbee433;
  border-right: 1px solid #7cbee41a;
  border-bottom: 1px solid #7cbee41a
}

.ctus .form-card {
  flex: 1 1 480px;
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 6px 22px 1px #3d3f8b14 0 1px 4px 1px #3d3f8b0d;
  animation: slideFromBottom .75s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s both
}

.ctus .frow {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px
}

.ctus .fgroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 0
}

.ctus .fgroup label {
  font-size: 13px;
  letter-spacing: .08em;
  color: #3D3F8B;
  line-height: 1.35;
  font-weight: 600;
  text-transform: uppercase
}

.ctus .fgroup input[type="text"],
.ctus .fgroup input[type="tel"] {
  width: 100%;
  padding: 8px 20px;
  font-size: 19px;
  line-height: 1.6;
  color: #2a2a48;
  background: #FAFBFB;
  border: 1.5px solid #3d3f8b2e;
  border-radius: 8px;
  outline: none;
  box-sizing: border-box;
  transition: border-color .55s ease, box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: inset 0 4px 8px #3d3f8b0d
}

.ctus .fgroup input[type="text"]::placeholder,
.ctus .fgroup input[type="tel"]::placeholder {
  color: #3d3f8b59;
  transition: opacity .6s ease
}

.ctus .fgroup input[type="text"]:focus::placeholder,
.ctus .fgroup input[type="tel"]:focus::placeholder {
  opacity: 0
}

.ctus .fgroup input[type="text"]:focus,
.ctus .fgroup input[type="tel"]:focus {
  border-color: #3D3F8B;
  box-shadow: inset 0 4px 8px #3d3f8b12 0 0 0 3px #3d3f8b17
}

.ctus .fgroup input[type="text"]:focus-visible,
.ctus .fgroup input[type="tel"]:focus-visible {
  outline: 3px solid #3D3F8B !important;
  outline-offset: 2px !important
}

.ctus .checks-label {
  font-size: 13px;
  letter-spacing: .08em;
  color: #3D3F8B;
  line-height: 1.35;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block
}

.ctus .checks-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 20px
}

.ctus .check-opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: #FAFBFB;
  border: 1.5px solid #3d3f8b24;
  border-radius: 8px;
  cursor: pointer;
  transition: background .55s ease, border-color .55s ease, box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctus .check-opt:hover {
  background: #7cbee41a;
  border-color: #7cbee480;
  box-shadow: 0 1px 4px 1px #7cbee40d
}

.ctus .check-opt input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #3D3F8B;
  flex-shrink: 0;
  cursor: pointer
}

.ctus .check-opt input[type="checkbox"]:focus-visible {
  outline: 3px solid #3D3F8B !important;
  outline-offset: 2px !important
}

.ctus .check-opt span {
  font-size: 13px;
  line-height: 1.35;
  color: #3c3c5a
}

.ctus .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 20px;
  padding: 20px;
  background: #3d3f8b0a;
  border-radius: 8px;
  border: 1px solid #3d3f8b1a
}

.ctus .privacy-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #3D3F8B;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer
}

.ctus .privacy-row input[type="checkbox"]:focus-visible {
  outline: 3px solid #3D3F8B !important;
  outline-offset: 2px !important
}

.ctus .privacy-row span {
  font-size: 13px;
  line-height: 1.6;
  color: #3c3c5a
}

.ctus .privacy-row span a {
  color: #3D3F8B;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .5s ease
}

.ctus .privacy-row span a:hover {
  color: #7CBEE4
}

.ctus .privacy-row span a:focus-visible {
  outline: 3px solid #3D3F8B !important;
  outline-offset: 2px !important
}

.ctus .submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 20px 40px;
  background: #3D3F8B;
  color: #FAFBFB;
  font-size: 19px;
  line-height: 1.35;
  border: none;
  border-radius: 46px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .04em;
  box-shadow: 0 6px 22px 1px #3d3f8b14;
  transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .65s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s ease;
  position: relative;
  overflow: hidden
}

.ctus .submit-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #7cbee42e;
  opacity: 0;
  border-radius: 46px;
  transition: opacity .55s ease;
  pointer-events: none
}

.ctus .submit-btn:hover {
  background: #2e3070;
  box-shadow: 0 12px 52px 1px #3d3f8b24 0 6px 22px 1px #3d3f8b1a
}

.ctus .submit-btn:hover::before {
  opacity: 1
}

.ctus .submit-btn:focus-visible {
  outline: 3px solid #3D3F8B !important;
  outline-offset: 3px !important
}

.ctus .submit-btn:active {
  background: #272968;
  box-shadow: inset 0 6px 10px #3d3f8b2e
}

.ctus .submit-btn i {
  font-size: 19px
}

.ctus .form-area-spot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 500px;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, #7cbee417 0%, transparent 70%);
  pointer-events: none;
  border-radius: 46px
}

.ctus .form-img-accent {
  position: absolute;
  right: 0;
  top: 80px;
  width: 180px;
  height: 260px;
  border-radius: 8px;
  overflow: hidden;
  opacity: .22;
  pointer-events: none
}

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

@media (max-width: 1100px) {

  .ctus .reach-inner,
  .ctus .form-inner {
    flex-direction: column;
    gap: 40px
  }

  .ctus .reach-imgzone,
  .ctus .reach-imgwrap {
    width: 100%;
    flex: unset
  }

  .ctus .reach-imgwrap {
    height: 300px
  }

  .ctus .form-meta {
    flex: unset
  }

  .ctus .form-img-accent {
    display: none
  }
}

@media (max-width: 680px) {
  .ctus .reach-h1 {
    font-size: 46px
  }

  .ctus .frow {
    flex-direction: column
  }

  .ctus .checks-grid {
    grid-template-columns: 1fr
  }

  .ctus .form-card {
    padding: 20px
  }

  .ctus .reach-strip,
  .ctus .form-area {
    padding: 40px 20px
  }

  .ctus .form-meta h2 {
    font-size: 46px
  }
}

.prtl {
  width: 100%;
  overflow-x: clip;
  background: #FAFBFB
}

.prtl .scanlines {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background: repeating-linear-gradient(to bottom, transparent, transparent 3px, #3d3f8b05 3px, #3d3f8b05 4px);
  animation: scanDrift 18s linear infinite
}

@keyframes scanDrift {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 0 80px
  }
}

.prtl .maxw {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px
}

@media (max-width: 900px) {
  .prtl .maxw {
    padding-left: 20px;
    padding-right: 20px
  }
}

.prtl .titband {
  position: relative;
  background: linear-gradient(73deg, #3D3F8B 0%, #7CBEE4 60%, #FAFBFB 100%);
  padding-top: 40px;
  padding-bottom: 40px
}

.prtl .titband .dotfield {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.prtl .titband .dotfield::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #ffffff2e 1px, transparent 1px);
  background-size: 28px 28px
}

.prtl .titband .titin {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px
}

.prtl .titband .tittext {
  flex: 1 1 0
}

.prtl .titband .titlabel {
  display: inline-block;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .12em;
  color: #ffffffd1;
  text-transform: uppercase;
  margin-bottom: 8px
}

.prtl .titband .tith1 {
  font-size: 62px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 20px
}

.prtl .titband .tith1 span {
  display: block
}

.prtl .titband .titthesis {
  font-size: 19px;
  line-height: 1.6;
  color: #ffffffe6;
  margin: 0 0 8px;
  max-width: 480px
}

.prtl .titband .titimg {
  flex: 0 0 340px;
  width: 340px;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
  position: relative
}

.prtl .titband .titimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prtl .titband .titimg:hover img {
  transform: scale(1.04)
}

@media (max-width: 900px) {
  .prtl .titband .titin {
    flex-direction: column
  }

  .prtl .titband .tith1 {
    font-size: 46px
  }

  .prtl .titband .titimg {
    flex: 0 0 auto;
    width: 100%;
    height: 200px
  }
}

.prtl .sitblock {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #FAFBFB;
  position: relative
}

.prtl .sitblock .sitarrow {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .07;
  pointer-events: none
}

.prtl .sitblock .sitarrow svg {
  width: 120px;
  height: 120px
}

.prtl .sitblock .sithead {
  font-size: 46px;
  line-height: 1.1;
  color: #3D3F8B;
  margin: 0 0 40px;
  max-width: 600px
}

.prtl .sitblock .sithead span {
  display: block
}

.prtl .sitgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

@media (max-width: 900px) {
  .prtl .sitgrid {
    grid-template-columns: 1fr
  }
}

.prtl .sitcard {
  background: #fff;
  border-radius: 8px;
  padding: 40px 20px 20px;
  position: relative;
  box-shadow: 0 6px 22px 1px #3d3f8b14;
  overflow: hidden;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s ease
}

.prtl .sitcard::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(73deg, #7CBEE4, #3D3F8B);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  border-radius: 0 8px 0 0
}

.prtl .sitcard:hover {
  box-shadow: 0 12px 52px 1px #3d3f8b24;
  transform: translateY(-4px)
}

.prtl .sitcard .sitcicon {
  margin-bottom: 20px;
  color: #3D3F8B
}

.prtl .sitcard .sitcicon i {
  font-size: 28px
}

.prtl .sitcard .sitcttl {
  font-size: 19px;
  line-height: 1.35;
  color: #3D3F8B;
  margin: 0 0 8px
}

.prtl .sitcard .sitcdesc {
  font-size: 13px;
  line-height: 1.8;
  color: #2a2c5e;
  margin: 0
}

.prtl .sitcard .sitcimg {
  width: 100%;
  height: 140px;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 20px;
  position: relative
}

.prtl .sitcard .sitcimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 2px solid transparent;
  transition: border-color .55s ease, transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prtl .sitcard:hover .sitcimg img {
  border-color: #7CBEE4;
  transform: scale(1.03)
}

.prtl .sitgrid:hover .sitcard {
  opacity: .72;
  transition: opacity .5s ease, box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s ease
}

.prtl .sitgrid:hover .sitcard:hover {
  opacity: 1
}

.prtl .diffblock {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(73deg, #3D3F8B 0%, #5a5da8 100%);
  position: relative
}

.prtl .diffblock .scanlines2 {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  background: repeating-linear-gradient(to bottom, transparent, transparent 5px, #ffffff06 5px, #ffffff06 6px)
}

.prtl .diffblock .diffin {
  position: relative;
  z-index: 1
}

.prtl .diffblock .diffhead {
  font-size: 46px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 40px
}

.prtl .diffblock .diffhead span {
  display: block
}

.prtl .diffcols {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
  align-items: start
}

@media (max-width: 1000px) {
  .prtl .diffcols {
    grid-template-columns: 1fr
  }
}

.prtl .diffcols .diffleft {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.prtl .diffcols .diffleft .diffimg {
  width: 100%;
  height: 260px;
  border-radius: 8px;
  overflow: hidden;
  position: relative
}

.prtl .diffcols .diffleft .diffimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 2px solid transparent;
  transition: border-color .7s ease
}

.prtl .diffcols .diffleft .diffimg:hover img {
  border-color: #7CBEE4
}

.prtl .diffcols .diffleft .diffstat {
  background: #ffffff1a;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #ffffff2e;
  box-shadow: inset 0 6px 10px #3d3f8b1f
}

.prtl .diffcols .diffleft .diffstat .dsnum {
  font-size: 46px;
  line-height: 1.1;
  color: #7CBEE4;
  display: block
}

.prtl .diffcols .diffleft .diffstat .dslabel {
  font-size: 13px;
  line-height: 1.6;
  color: #fffc;
  letter-spacing: .08em
}

.prtl .diffright {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.prtl .compcards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

@media (max-width: 700px) {
  .prtl .compcards {
    grid-template-columns: 1fr
  }
}

.prtl .compcard {
  background: #ffffff14;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #ffffff24;
  transition: background .55s ease
}

.prtl .compcard:hover {
  background: #ffffff26
}

.prtl .compcard .ccttl {
  font-size: 13px;
  line-height: 1.35;
  color: #7CBEE4;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 8px
}

.prtl .compcard .ccitem {
  font-size: 13px;
  line-height: 1.8;
  color: #ffffffd9;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 4px
}

.prtl .compcard .ccitem i {
  color: #7CBEE4;
  margin-top: 2px;
  flex-shrink: 0
}

.prtl .diffright .diffpara {
  font-size: 19px;
  line-height: 1.6;
  color: #ffffffe6;
  margin: 0
}

.prtl .recblock {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
  position: relative
}

.prtl .recblock .recarrow {
  position: absolute;
  left: 40px;
  bottom: 40px;
  opacity: .06;
  pointer-events: none
}

.prtl .recblock .recarrow svg {
  width: 80px;
  height: 80px
}

.prtl .recblock .rechead {
  font-size: 46px;
  line-height: 1.1;
  color: #3D3F8B;
  margin: 0 0 8px
}

.prtl .recblock .rechead span {
  display: block
}

.prtl .recblock .recsub {
  font-size: 13px;
  line-height: 1.6;
  color: #5a5da8;
  letter-spacing: .08em;
  margin: 0 0 40px
}

.prtl .recrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

@media (max-width: 900px) {
  .prtl .recrow {
    grid-template-columns: 1fr
  }
}

.prtl .recrow .recleft {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.prtl .recrow .recleft .recimgbig {
  width: 100%;
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
  position: relative
}

.prtl .recrow .recleft .recimgbig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 2px solid transparent;
  transition: border-color .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .65s ease
}

.prtl .recrow .recleft .recimgbig:hover img {
  border-color: #3D3F8B;
  transform: scale(1.03)
}

.prtl .recrow .recleft .recimgpair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.prtl .recrow .recleft .recimgpair .recimgsm {
  height: 160px;
  border-radius: 8px;
  overflow: hidden
}

.prtl .recrow .recleft .recimgpair .recimgsm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 2px solid transparent;
  transition: border-color .6s ease
}

.prtl .recrow .recleft .recimgpair .recimgsm:hover img {
  border-color: #7CBEE4
}

.prtl .recrow .recright {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.prtl .recrow .recright .recpara {
  font-size: 19px;
  line-height: 1.6;
  color: #2a2c5e;
  margin: 0
}

.prtl .recrow .recright .recpara small {
  display: block;
  font-size: 13px;
  line-height: 1.8;
  color: #5a5da8;
  margin-top: 8px
}

.prtl .teamrow {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 20px
}

.prtl .teamcard {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  background: #FAFBFB;
  border-radius: 8px;
  padding: 20px;
  flex: 1 1 0;
  box-shadow: 0 1px 4px 1px #3d3f8b0d;
  transition: box-shadow .55s ease
}

.prtl .teamcard:hover {
  box-shadow: 0 6px 22px 1px #3d3f8b14
}

.prtl .teamcard .tcportrait {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0
}

.prtl .teamcard .tcportrait img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: center;
  display: block
}

.prtl .teamcard .tcinfo .tcname {
  font-size: 13px;
  line-height: 1.35;
  color: #3D3F8B;
  margin: 0 0 4px
}

.prtl .teamcard .tcinfo .tcrole {
  font-size: 13px;
  line-height: 1.6;
  color: #5a5da8;
  margin: 0
}

.prtl .ratingrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  background: linear-gradient(73deg, #3D3F8B, #7CBEE4);
  border-radius: 8px;
  padding: 20px 40px;
  margin-top: 20px
}

.prtl .ratingrow .ratnum {
  font-size: 62px;
  line-height: 1.1;
  color: #fff
}

.prtl .ratingrow .ratdetail {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.prtl .ratingrow .ratstars {
  display: flex;
  flex-direction: row;
  gap: 4px
}

.prtl .ratingrow .ratstars i {
  color: #FAFBFB;
  font-size: 19px
}

.prtl .ratingrow .ratcount {
  font-size: 13px;
  line-height: 1.6;
  color: #fffc
}

@media (max-width: 700px) {
  .prtl .teamrow {
    flex-direction: column
  }
}

.successPage {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: linear-gradient(73deg, #3D3F8B 0%, #FAFBFB 100%)
}

.successPage .cardWrap {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 80px 40px;
  box-shadow: 0 12px 52px 1px #3d3f8b24;
  text-align: center
}

.successPage .iconCircle {
  width: 72px;
  height: 72px;
  border-radius: 46px;
  background: linear-gradient(73deg, #3D3F8B 0%, #7CBEE4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  box-shadow: 0 6px 22px 1px #7cbee414
}

.successPage .iconCircle svg {
  display: block
}

.successPage .mainHeading {
  font-size: 46px;
  line-height: 1.1;
  color: #3D3F8B;
  margin: 0 0 20px;
  letter-spacing: -.5px
}

.successPage .subText {
  font-size: 19px;
  line-height: 1.6;
  color: #3a3c5e;
  margin: 0 0 40px
}

.successPage .dividerLine {
  width: 48px;
  height: 2px;
  background: #7CBEE4;
  border-radius: 2px;
  margin: 0 auto 40px
}

.successPage .metaNote {
  font-size: 13px;
  line-height: 1.8;
  color: #5a5c7a;
  letter-spacing: .04em;
  margin: 0 0 40px
}

.successPage .backBtn {
  display: inline-block;
  padding: 20px 40px;
  background: #3D3F8B;
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .08em;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 22px 1px #3d3f8b14;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .5s ease
}

.successPage .backBtn:hover {
  background: #2e3070;
  box-shadow: 0 12px 52px 1px #3d3f8b24
}

.successPage .backBtn:focus {
  outline: 3px solid #7CBEE4;
  outline-offset: 4px
}

@media (max-width: 600px) {
  .successPage .cardWrap {
    padding: 40px 20px
  }

  .successPage .mainHeading {
    font-size: 46px
  }
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
.soc{
  text-decoration:none;
  color: #fafbfbb8;
}