html {
  box-sizing: border-box
}

body {
  margin: 0;
  min-height: 100dvh;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%
}

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

.site-head {
  position: relative;
  background: #123B5D;
  overflow: hidden
}

.site-head::before {
  content: "";
  position: absolute;
  top: -64px;
  right: -96px;
  width: 520px;
  height: 520px;
  background: linear-gradient(135deg, #5FB7FA18 0%, #5FB7FA04 100%);
  border-radius: 48px;
  pointer-events: none
}

.site-head::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 30%;
  width: 340px;
  height: 200px;
  background: linear-gradient(200deg, #A2541008 0%, #5FB7FA10 100%);
  border-radius: 48px;
  pointer-events: none
}

.head-top-bar {
  background: linear-gradient(90deg, #0d2d47 0%, #123B5D 60%, #1a4a72 100%);
  border-bottom: 1px solid #5FB7FA22;
  padding: 8px 0
}

.head-top-bar-hold {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px
}

.head-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5FB7FA;
  font-family: "Noto Serif", serif;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: .04em;
  text-decoration: none;
  transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.head-contact-item:hover,
.head-contact-item:focus-visible {
  color: #fff;
  outline: none
}

.head-contact-item i {
  font-size: 13px;
  color: #A25410
}

.head-region-sel {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5FB7FA;
  font-family: "Noto Serif", serif;
  font-size: 13px;
  letter-spacing: .04em;
  background: transparent;
  border: 1px solid #5FB7FA44;
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
  transition: border-color .45s ease-in-out, color .45s ease-in-out;
  appearance: none;
  -webkit-appearance: none
}

.head-region-sel:hover,
.head-region-sel:focus-visible {
  border-color: #5FB7FA;
  color: #fff;
  outline: none
}

.head-region-sel option {
  background: #123B5D;
  color: #fff
}

.head-main-row {
  max-width: 1170px;
  margin: 0 auto;
  padding: 32px 32px 0;
  display: flex;
  align-items: flex-start;
  gap: 32px
}

.brand-mount {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 16px
}

.brand-img-hold {
  width: 68px;
  height: 68px;
  border: 2px solid #5FB7FA;
  border-radius: 6px 48px 6px 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-shadow: -1px 7px 18px 0 #5fb7fa14;
  position: relative;
  z-index: 2
}

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

.brand-text-hold {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.brand-name {
  font-family: "Cormorant", serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  letter-spacing: .01em;
  text-decoration: none
}

.brand-tagline {
  font-family: "Noto Serif", serif;
  font-size: 13px;
  line-height: 1.15;
  color: #5FB7FA;
  letter-spacing: .08em;
  text-transform: uppercase
}

.brand-divider {
  width: 1px;
  height: 64px;
  background: linear-gradient(180deg, transparent 0%, #5FB7FA55 40%, #5FB7FA55 60%, transparent 100%);
  flex-shrink: 0;
  align-self: center
}

.primary-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 0
}

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

.nav-links-row li {
  display: flex
}

.nav-link {
  font-family: "Noto Serif", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.15;
  color: #c8dff0;
  text-decoration: none;
  padding: 16px;
  border-radius: 6px 6px 0 0;
  position: relative;
  transition: color .55s cubic-bezier(0.22, 1, 0.36, 1), background .55s cubic-bezier(0.22, 1, 0.36, 1);
  min-height: 44px;
  display: flex;
  align-items: center
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 2px;
  background: #A25410;
  border-radius: 6px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.nav-link:hover,
.nav-link:focus-visible {
  color: #fff;
  background: #5FB7FA12;
  outline: none
}

.nav-link:hover::after,
.nav-link:focus-visible::after {
  transform: scaleX(1)
}

.nav-link-active {
  color: #fff;
  background: #5FB7FA18
}

.nav-link-active::after {
  transform: scaleX(1);
  background: #5FB7FA
}

.head-accent-strip {
  height: 4px;
  background: linear-gradient(90deg, #A25410 0%, #5FB7FA 50%, #123B5D 100%);
  margin-top: 0
}

.site-foot {
  background: #f4f7fb;
  border-top: 1px solid #5FB7FA22;
  padding: 64px 0 0
}

.foot-grid {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: auto 1fr 1fr 1fr;
  gap: 64px;
  align-items: start
}

.foot-brand-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.foot-logo-hold {
  width: 64px;
  height: 64px;
  border: 2px solid #123B5D;
  border-radius: 48px 6px 6px 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-shadow: -1px 7px 18px 0 #123b5d14
}

.foot-logo-hold img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.foot-brand-name {
  font-family: "Cormorant", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.15;
  color: #123B5D;
  text-decoration: none
}

.foot-brand-desc {
  font-family: "Noto Serif", serif;
  font-size: 13px;
  line-height: 1.7;
  color: #3a5a78;
  max-width: 180px
}

.foot-col-label {
  font-family: "Noto Serif", serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #A25410;
  margin: 0 0 16px
}

.foot-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.foot-link-list li {
  display: flex
}

.foot-link {
  font-family: "Noto Serif", serif;
  font-size: 19px;
  line-height: 1.7;
  color: #1e3d58;
  text-decoration: none;
  transition: color .5s ease-in-out;
  display: flex;
  align-items: center;
  gap: 8px
}

.foot-link:hover,
.foot-link:focus-visible {
  color: #5FB7FA;
  outline: none
}

.foot-link i {
  font-size: 13px;
  color: #5FB7FA;
  flex-shrink: 0
}

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

.foot-contact-entry {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.foot-contact-label {
  font-family: "Noto Serif", serif;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: .06em;
  color: #A25410;
  text-transform: uppercase
}

.foot-contact-val {
  font-family: "Noto Serif", serif;
  font-size: 13px;
  line-height: 1.7;
  color: #1e3d58;
  text-decoration: none;
  transition: color .5s ease-in-out;
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.foot-contact-val:hover,
.foot-contact-val:focus-visible {
  color: #5FB7FA;
  outline: none
}

.foot-contact-val i {
  font-size: 13px;
  color: #5FB7FA;
  margin-top: 2px;
  flex-shrink: 0
}

.foot-bottom {
  margin-top: 64px;
  border-top: 1px solid #5FB7FA22;
  padding: 32px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

.foot-copy {
  font-family: "Noto Serif", serif;
  font-size: 13px;
  line-height: 1.15;
  color: #3a5a78;
  letter-spacing: .03em
}

.foot-legal-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap
}

.foot-legal-links li {
  display: flex
}

.foot-legal-link {
  font-family: "Noto Serif", serif;
  font-size: 13px;
  line-height: 1.15;
  color: #3a5a78;
  text-decoration: none;
  letter-spacing: .03em;
  transition: color .45s ease-in-out
}

.foot-legal-link:hover,
.foot-legal-link:focus-visible {
  color: #123B5D;
  outline: none
}

.consent-popup-shell {
  display: none;
  position: fixed;
  top: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  max-width: 640px;
  background: #fff;
  border-radius: 6px;
  box-shadow: -1px 12px 60px 0 #123b5d1f;
  z-index: 8000;
  padding: 32px;
  border-top: 3px solid #5FB7FA
}

.consent-popup-shell:focus-visible {
  outline: 2px solid #5FB7FA
}

.consent-head-text {
  font-family: "Cormorant", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.15;
  color: #123B5D;
  margin: 0 0 8px
}

.consent-body-text {
  font-family: "Noto Serif", serif;
  font-size: 13px;
  line-height: 1.7;
  color: #1e3d58;
  margin: 0 0 32px
}

.consent-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap
}

.consent-accept-btn {
  font-family: "Noto Serif", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
  background: #123B5D;
  border: none;
  border-radius: 6px;
  padding: 16px 32px;
  cursor: pointer;
  min-height: 44px;
  transition: background .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.consent-accept-btn:hover,
.consent-accept-btn:focus-visible {
  background: #5FB7FA;
  outline: none
}

.consent-decline-lnk {
  font-family: "Noto Serif", serif;
  font-size: 13px;
  line-height: 1.15;
  color: #3a5a78;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0;
  min-height: 44px;
  transition: color .45s ease-in-out
}

.consent-decline-lnk:hover,
.consent-decline-lnk:focus-visible {
  color: #123B5D;
  outline: none
}

@media (max-width: 1024px) {
  .foot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }

  .foot-brand-col {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px
  }

  .head-main-row {
    flex-wrap: wrap;
    gap: 16px;
    padding: 32px 16px 0
  }

  .brand-divider {
    display: none
  }

  .primary-nav {
    width: 100%
  }
}

@media (max-width: 768px) {
  .head-top-bar-hold {
    padding: 0 16px;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start
  }

  .head-main-row {
    padding: 16px 16px 0
  }

  .foot-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 16px
  }

  .foot-brand-col {
    flex-direction: column;
    gap: 16px
  }

  .foot-bottom {
    padding: 32px 16px;
    flex-direction: column;
    align-items: flex-start
  }

  .nav-links-row {
    gap: 8px
  }

  .nav-link {
    font-size: 13px;
    padding: 16px 8px
  }

  .brand-name {
    font-size: 25px
  }
}

@media (max-width: 320px) {
  .head-contact-item {
    font-size: 13px
  }

  .nav-link {
    padding: 16px 8px
  }

  .consent-popup-shell {
    padding: 16px;
    top: 8px
  }
}

.tsg-agreement-text {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 32px;
  color: #123B5D
}

.tsg-agreement-text h1 {
  font-size: 62px;
  line-height: 1.15;
  color: #123B5D;
  margin-bottom: 32px;
  margin-top: 0;
  letter-spacing: -.5px
}

.tsg-agreement-text h2 {
  font-size: 34px;
  line-height: 1.15;
  color: #123B5D;
  margin-top: 64px;
  margin-bottom: 16px;
  padding-left: 16px;
  border-left: 4px solid #5FB7FA;
  border-bottom: 1px solid #5fb7fa2e;
  padding-bottom: 8px
}

.tsg-agreement-text h3 {
  font-size: 25px;
  line-height: 1.15;
  color: #123B5D;
  margin-top: 32px;
  margin-bottom: 16px
}

.tsg-agreement-text h4 {
  font-size: 19px;
  line-height: 1.7;
  color: #A25410;
  margin-top: 32px;
  margin-bottom: 8px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.tsg-agreement-text h5 {
  font-size: 19px;
  line-height: 1.7;
  color: #123B5D;
  margin-top: 16px;
  margin-bottom: 8px
}

.tsg-agreement-text h6 {
  font-size: 13px;
  line-height: 1.7;
  color: #123B5D;
  margin-top: 16px;
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase
}

.tsg-agreement-text p {
  font-size: 19px;
  line-height: 1.7;
  color: #1e3a52;
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 72ch
}

.tsg-agreement-text strong,
.tsg-agreement-text b {
  font-weight: 700;
  color: #123B5D
}

.tsg-agreement-text a {
  color: #5FB7FA;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color .5s cubic-bezier(0.22, 1, 0.36, 1), text-decoration-color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.tsg-agreement-text a:hover {
  color: #A25410;
  text-decoration-color: #A25410
}

.tsg-agreement-text a:visited {
  color: #123B5D
}

.tsg-agreement-text table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 19px;
  line-height: 1.7;
  box-shadow: -1px 7px 18px 0 #5fb7fa14;
  border-radius: 6px;
  overflow: hidden
}

.tsg-agreement-text thead {
  background-color: #123B5D
}

.tsg-agreement-text thead th {
  color: #fff;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 16px;
  text-align: left;
  font-weight: 700;
  border: none
}

.tsg-agreement-text tbody tr {
  border-bottom: 1px solid #5fb7fa2e;
  transition: background-color .45s ease-in-out
}

.tsg-agreement-text tbody tr:last-child {
  border-bottom: none
}

.tsg-agreement-text tbody tr:nth-child(even) {
  background-color: #5fb7fa0d
}

.tsg-agreement-text tbody tr:hover {
  background-color: #5fb7fa1a
}

.tsg-agreement-text td {
  padding: 16px;
  color: #1e3a52;
  vertical-align: top;
  border: none
}

.tsg-agreement-text th {
  padding: 16px
}

@media (max-width: 768px) {
  .tsg-agreement-text {
    padding: 32px 16px
  }

  .tsg-agreement-text h1 {
    font-size: 34px
  }

  .tsg-agreement-text h2 {
    font-size: 25px;
    margin-top: 32px
  }

  .tsg-agreement-text h3 {
    font-size: 19px
  }

  .tsg-agreement-text table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 320px) {
  .tsg-agreement-text {
    padding: 16px 8px
  }

  .tsg-agreement-text h1 {
    font-size: 25px
  }

  .tsg-agreement-text p {
    font-size: 13px
  }

  .tsg-agreement-text td,
  .tsg-agreement-text thead th {
    padding: 8px;
    font-size: 13px
  }
}

.srvd {
  max-width: 100%;
  overflow-x: hidden
}

.srvd .pg-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px
}

.srvd .title-row {
  padding: 64px 0;
  background: #fff;
  position: relative
}

.srvd .title-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%235FB7FA' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none
}

.srvd .title-inner {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center;
  position: relative
}

.srvd .title-img-frame {
  flex: 0 0 420px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  box-shadow: -1px 12px 60px 0 #5fb7fa1f
}

.srvd .title-img-frame img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.srvd .title-img-frame:hover img {
  transform: scale(1.04)
}

.srvd .title-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #123b5d73, transparent);
  border-radius: 6px;
  pointer-events: none
}

.srvd .title-deco {
  position: absolute;
  top: -24px;
  left: -24px;
  width: 80px;
  height: 80px;
  border-radius: 6px;
  background: linear-gradient(to right, #5FB7FA, transparent);
  opacity: .22;
  pointer-events: none;
  animation: settle-rotate .7s cubic-bezier(0.22, 1, 0.36, 1) both
}

@keyframes settle-rotate {
  from {
    transform: rotate(-8deg) scale(0.85);
    opacity: 0
  }

  to {
    transform: rotate(0deg) scale(1);
    opacity: .22
  }
}

.srvd .title-text-zone {
  flex: 1;
  position: relative
}

.srvd .title-text-zone::before {
  content: "";
  position: absolute;
  top: -32px;
  left: -32px;
  width: 160px;
  height: 160px;
  border-radius: 48px;
  background: linear-gradient(to right, #5fb7fa17, transparent);
  pointer-events: none
}

.srvd .label-tag {
  display: inline-block;
  background: #5fb7fa1f;
  color: #123B5D;
  font-size: 13px;
  letter-spacing: .08em;
  padding: 8px 16px;
  border-radius: 48px;
  margin-bottom: 16px;
  font-weight: 600
}

.srvd .title-text-zone h1 {
  font-size: 62px;
  line-height: 1.15;
  color: #123B5D;
  margin: 0 0 16px;
  text-shadow: 0 2px 8px #123b5d1a
}

.srvd .title-text-zone h1 .pause-line {
  display: block;
  color: #5FB7FA
}

.srvd .price-badge {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
  background: #123B5D;
  color: #fff;
  border-radius: 6px;
  padding: 16px 32px;
  margin-top: 32px;
  box-shadow: -1px 7px 18px 0 #123b5d14
}

.srvd .price-badge .price-val {
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700
}

.srvd .price-badge .price-label {
  font-size: 13px;
  opacity: .7;
  letter-spacing: .06em
}

.srvd .divider-band-a {
  height: 6px;
  background: linear-gradient(to right, #5FB7FA, #5fb7fa00)
}

.srvd .desc-row {
  padding: 96px 0 64px;
  background: #f4f8fd;
  position: relative
}

.srvd .desc-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23123B5D' fill-opacity='0.03'%3E%3Cpath d='M0 0h40v40H0z'/%3E%3Cpath d='M0 0h1v40H0zm39 0h1v40h-1zM0 0h40v1H0zm0 39h40v1H0z' fill='%23123B5D' fill-opacity='0.05'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none
}

.srvd .desc-inner {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start;
  position: relative
}

.srvd .desc-main {
  flex: 1
}

.srvd .desc-main h2 {
  font-size: 34px;
  line-height: 1.15;
  color: #123B5D;
  margin: 0 0 16px;
  text-shadow: 1px 2px 6px #123b5d14
}

.srvd .desc-main p {
  font-size: 19px;
  line-height: 1.7;
  color: #1e3a52;
  margin: 0 0 16px
}

.srvd .desc-main h3 {
  font-size: 25px;
  line-height: 1.15;
  color: #123B5D;
  margin: 32px 0 8px;
  text-shadow: 1px 1px 4px #123b5d12
}

.srvd .desc-main ol,
.srvd .desc-main ul {
  padding-left: 32px;
  margin: 0 0 16px
}

.srvd .desc-main li {
  font-size: 19px;
  line-height: 1.7;
  color: #1e3a52;
  margin-bottom: 8px
}

.srvd .desc-main figure {
  margin: 32px 0;
  border-radius: 6px;
  overflow: hidden
}

.srvd .desc-main figure img {
  width: 100%;
  object-fit: cover;
  border-radius: 6px
}

.srvd .desc-main figcaption {
  font-size: 13px;
  color: #5a7a96;
  margin-top: 8px;
  letter-spacing: .04em
}

.srvd .desc-main details {
  border-radius: 6px;
  background: #fff;
  box-shadow: -1px 3px 5px 0 #5fb7fa14;
  margin-bottom: 16px;
  padding: 16px
}

.srvd .desc-main summary {
  font-size: 19px;
  color: #123B5D;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.srvd .desc-main summary::-webkit-details-marker {
  display: none
}

.srvd .desc-aside {
  flex: 0 0 300px
}

.srvd .aside-card {
  background: #fff;
  border-radius: 6px;
  padding: 32px;
  box-shadow: -1px 7px 18px 0 #123b5d14;
  margin-bottom: 32px
}

.srvd .aside-card h4 {
  font-size: 19px;
  line-height: 1.15;
  color: #123B5D;
  margin: 0 0 16px;
  font-weight: 700
}

.srvd .aside-card p {
  font-size: 13px;
  line-height: 1.7;
  color: #2a4a62;
  margin: 0 0 16px
}

.srvd .btn-primary {
  display: inline-block;
  background: #5FB7FA;
  color: #123B5D;
  font-size: 19px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: -1px 7px 18px 0 #5fb7fa14;
  transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden
}

.srvd .btn-primary:hover {
  background: #3da3f0;
  box-shadow: -1px 12px 60px 0 #5fb7fa1f
}

.srvd .btn-primary:focus {
  outline: 3px solid #A25410;
  outline-offset: 2px
}

.srvd .btn-primary::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background: #A25410;
  border-radius: 0 0 6px 6px;
  transition: width .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.srvd .btn-primary:active::after {
  width: 100%
}

.srvd .divider-band-b {
  height: 6px;
  background: linear-gradient(to right, #A25410, #a2541000)
}

.srvd .program-row {
  padding: 64px 0;
  background: #fff;
  position: relative
}

.srvd .program-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%235FB7FA' fill-opacity='0.03'%3E%3Ccircle cx='40' cy='40' r='30'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none
}

.srvd .program-inner {
  position: relative
}

.srvd .program-inner h2 {
  font-size: 34px;
  line-height: 1.15;
  color: #123B5D;
  margin: 0 0 32px;
  text-shadow: 1px 2px 6px #123b5d14
}

.srvd .program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px
}

.srvd .prog-item {
  background: #f4f8fd;
  border-radius: 6px;
  padding: 32px;
  box-shadow: -1px 3px 5px 0 #5fb7fa14;
  transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), transform .55s cubic-bezier(0.22, 1, 0.36, 1);
  animation: settle-rotate .65s cubic-bezier(0.22, 1, 0.36, 1) both
}

.srvd .prog-item:hover {
  box-shadow: -1px 12px 60px 0 #5fb7fa1f;
  transform: translateY(-4px)
}

.srvd .prog-item h3 {
  font-size: 25px;
  line-height: 1.15;
  color: #123B5D;
  margin: 0 0 8px;
  text-shadow: 1px 1px 4px #123b5d12
}

.srvd .prog-item p {
  font-size: 19px;
  line-height: 1.7;
  color: #1e3a52;
  margin: 0 0 8px
}

.srvd .prog-item small {
  font-size: 13px;
  color: #5a7a96;
  letter-spacing: .05em
}

.srvd .prog-item ul {
  padding-left: 16px;
  margin: 8px 0 0
}

.srvd .prog-item li {
  font-size: 19px;
  line-height: 1.7;
  color: #1e3a52;
  margin-bottom: 8px
}

.srvd .prog-item details {
  margin-top: 8px;
  border-radius: 6px;
  background: #fff;
  padding: 8px 16px
}

.srvd .prog-item summary {
  font-size: 13px;
  color: #5FB7FA;
  cursor: pointer;
  font-weight: 600;
  list-style: none
}

.srvd .prog-item summary::-webkit-details-marker {
  display: none
}

.srvd .prog-item h2 {
  font-size: 25px;
  line-height: 1.15;
  color: #123B5D;
  margin: 0 0 8px
}

.srvd .prog-item abbr {
  text-decoration: underline dotted;
  cursor: help;
  color: #A25410
}

.srvd .divider-band-c {
  height: 6px;
  background: linear-gradient(to right, #123B5D, #123b5d00)
}

.srvd .poll-row {
  padding: 64px 0 96px;
  background: linear-gradient(to right, #123b5d0f, #5fb7fa0f);
  position: relative
}

.srvd .poll-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='100' x='50' fill='%235FB7FA' fill-opacity='0.04'/%3E%3Crect width='100' height='1' y='50' fill='%235FB7FA' fill-opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none
}

.srvd .poll-inner {
  max-width: 640px;
  position: relative
}

.srvd .poll-inner h2 {
  font-size: 34px;
  line-height: 1.15;
  color: #123B5D;
  margin: 0 0 8px;
  text-shadow: 1px 2px 6px #123b5d14
}

.srvd .poll-inner p {
  font-size: 19px;
  line-height: 1.7;
  color: #1e3a52;
  margin: 0 0 32px
}

.srvd .poll-opts {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.srvd .poll-opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.srvd .poll-opt input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.srvd .poll-opt label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-size: 19px;
  line-height: 1.7;
  color: #1e3a52;
  background: #fff;
  border-radius: 6px;
  padding: 16px 32px;
  width: 100%;
  box-shadow: -1px 3px 5px 0 #5fb7fa14;
  transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative
}

.srvd .poll-opt label::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 48px;
  border: 2px solid #5FB7FA;
  flex-shrink: 0;
  background: #fff;
  transition: background .45s cubic-bezier(0.22, 1, 0.36, 1), border-color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.srvd .poll-opt input[type="radio"]:checked+label {
  background: #5fb7fa1f;
  box-shadow: -1px 7px 18px 0 #5fb7fa14;
  color: #123B5D;
  font-weight: 600
}

.srvd .poll-opt input[type="radio"]:checked+label::before {
  background: #5FB7FA;
  border-color: #123B5D
}

.srvd .poll-opt input[type="radio"]:focus+label {
  outline: 3px solid #A25410;
  outline-offset: 2px
}

.srvd .poll-submit {
  margin-top: 32px;
  display: inline-block;
  background: #A25410;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  box-shadow: -1px 7px 18px 0 #a2541014;
  transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden
}

.srvd .poll-submit:hover {
  background: #8a4510;
  box-shadow: -1px 12px 60px 0 #a254101f
}

.srvd .poll-submit:focus {
  outline: 3px solid #5FB7FA;
  outline-offset: 2px
}

.srvd .poll-submit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background: #5FB7FA;
  border-radius: 0 0 6px 6px;
  transition: width .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.srvd .poll-submit:active::after {
  width: 100%
}

.srvd .geo-deco {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
  height: 220px;
  pointer-events: none;
  animation: slow-spin 18s linear infinite
}

@keyframes slow-spin {
  from {
    transform: translateY(-50%) rotate(0deg)
  }

  to {
    transform: translateY(-50%) rotate(360deg)
  }
}

@media (max-width: 1024px) {
  .srvd .title-inner {
    flex-direction: column;
    gap: 32px
  }

  .srvd .title-img-frame {
    flex: 0 0 auto;
    width: 100%
  }

  .srvd .title-text-zone h1 {
    font-size: 34px
  }

  .srvd .desc-inner {
    flex-direction: column;
    gap: 32px
  }

  .srvd .desc-aside {
    flex: 0 0 auto;
    width: 100%
  }

  .srvd .program-grid {
    grid-template-columns: 1fr
  }

  .srvd .geo-deco {
    display: none
  }
}

@media (max-width: 768px) {
  .srvd .pg-wrap {
    padding: 0 16px
  }

  .srvd .title-row {
    padding: 32px 0
  }

  .srvd .title-text-zone h1 {
    font-size: 25px
  }

  .srvd .price-badge .price-val {
    font-size: 25px
  }

  .srvd .desc-row {
    padding: 64px 0 32px
  }

  .srvd .program-row {
    padding: 32px 0
  }

  .srvd .poll-row {
    padding: 32px 0 64px
  }

  .srvd .desc-main h2,
  .srvd .program-inner h2,
  .srvd .poll-inner h2 {
    font-size: 25px
  }
}

@media (max-width: 320px) {
  .srvd .title-text-zone h1 {
    font-size: 19px
  }

  .srvd .label-tag {
    font-size: 13px
  }
}

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

.srv-pg .pg-band {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.srv-pg .title-area {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 32px;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative
}

.srv-pg .title-area .img-side {
  position: relative
}

.srv-pg .title-area .img-side img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  filter: saturate(0.7) brightness(0.92) hue-rotate(0deg)
}

.srv-pg .title-area .img-side.right img {
  filter: saturate(0.6) brightness(0.88)
}

.srv-pg .title-area .dots-path {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  pointer-events: none
}

.srv-pg .title-area .dots-path span {
  width: 6px;
  height: 6px;
  border-radius: 48px;
  background: #5FB7FA;
  opacity: .5
}

.srv-pg .title-area .dots-path span:nth-child(2) {
  opacity: .7;
  background: #123B5D
}

.srv-pg .title-area .dots-path span:nth-child(3) {
  opacity: .9;
  background: #A25410
}

.srv-pg .title-area .dots-path span:nth-child(4) {
  opacity: .6;
  background: #5FB7FA
}

.srv-pg .title-area .dots-path span:nth-child(5) {
  opacity: .4;
  background: #123B5D
}

.srv-pg .txt-center {
  text-align: left;
  padding: 32px 16px
}

.srv-pg .txt-center .label-tag {
  font-size: 13px;
  letter-spacing: .12em;
  color: #A25410;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
  line-height: 1.15
}

.srv-pg .txt-center .h-big {
  font-size: 62px;
  line-height: 1.15;
  color: #123B5D;
  text-shadow: -1px 3px 5px 0 #123b5d14;
  margin-bottom: 8px
}

.srv-pg .txt-center .h-mid {
  font-size: 25px;
  line-height: 1.15;
  color: #5FB7FA;
  margin-bottom: 16px
}

.srv-pg .txt-center .sub-desc {
  font-size: 19px;
  line-height: 1.7;
  color: #2a4a62;
  max-width: 320px
}

.srv-pg .card-grid-area {
  background: linear-gradient(180deg, #f2f8fe 0%, #fff 100%);
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative
}

.srv-pg .card-grid-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, #123b5d0f 0%, transparent 70%);
  pointer-events: none
}

.srv-pg .sec-heading {
  font-size: 34px;
  line-height: 1.15;
  color: #123B5D;
  text-shadow: -1px 7px 18px 0 #123b5d14;
  margin-bottom: 8px
}

.srv-pg .sec-sub {
  font-size: 19px;
  line-height: 1.7;
  color: #4a6a82;
  margin-bottom: 32px;
  max-width: 560px
}

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

.srv-pg .svc-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: -1px 7px 18px 0 #5fb7fa14;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.srv-pg .svc-card:hover {
  box-shadow: -1px 12px 60px 0 #5fb7fa2e;
  transform: translateY(-4px)
}

.srv-pg .svc-card .card-img-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #d0e8f7;
  position: relative
}

.srv-pg .svc-card .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.srv-pg .svc-card:hover .card-img-wrap img {
  transform: scale(1.04)
}

.srv-pg .svc-card .card-img-wrap .img-skeleton {
  position: absolute;
  inset: 0;
  background: #cddde9;
  z-index: 1;
  transition: opacity .5s ease-in-out
}

.srv-pg .svc-card .card-img-wrap img.loaded+.img-skeleton,
.srv-pg .svc-card .card-img-wrap img[src]~.img-skeleton {
  opacity: 0;
  pointer-events: none
}

.srv-pg .card-body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px
}

.srv-pg .card-body .card-title {
  font-size: 25px;
  line-height: 1.15;
  color: #123B5D;
  text-shadow: -1px 3px 5px 0 #123b5d14
}

.srv-pg .card-body .card-desc {
  font-size: 19px;
  line-height: 1.7;
  color: #3a5a72;
  flex: 1
}

.srv-pg .card-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px
}

.srv-pg .price-tag {
  font-size: 25px;
  line-height: 1.15;
  color: #A25410;
  font-weight: 700
}

.srv-pg .btn-detail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #123B5D;
  color: #fff;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden
}

.srv-pg .btn-detail:hover {
  background: #5FB7FA;
  box-shadow: -1px 7px 18px 0 #5fb7fa2e
}

.srv-pg .btn-detail:focus {
  outline: 2px solid #A25410;
  outline-offset: 2px
}

.srv-pg .btn-detail .hold-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #5fb7fa40;
  transition: width .6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none
}

.srv-pg .btn-detail:active .hold-fill {
  width: 100%
}

.srv-pg .approach-area {
  background: #123B5D;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  overflow: hidden
}

.srv-pg .approach-area .vignette-layer {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 90% at 50% 50%, transparent 40%, #08162473 100%);
  pointer-events: none;
  animation: vignette-breathe 5s ease-in-out infinite alternate
}

@keyframes vignette-breathe {
  from {
    opacity: .7
  }

  to {
    opacity: 1
  }
}

.srv-pg .approach-area .pg-band {
  position: relative;
  z-index: 2
}

.srv-pg .approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.srv-pg .approach-txt .sec-heading-light {
  font-size: 34px;
  line-height: 1.15;
  color: #fff;
  text-shadow: -1px 7px 18px 0 #5fb7fa2e;
  margin-bottom: 16px
}

.srv-pg .approach-txt .body-light {
  font-size: 19px;
  line-height: 1.7;
  color: #a8cde8;
  margin-bottom: 32px
}

.srv-pg .approach-txt .body-light-sm {
  font-size: 13px;
  line-height: 1.7;
  color: #7aaec9;
  letter-spacing: .04em
}

.srv-pg .diagram-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.srv-pg .diag-row {
  display: flex;
  align-items: center;
  gap: 16px
}

.srv-pg .diag-node {
  width: 56px;
  height: 56px;
  border-radius: 48px;
  background: #5fb7fa26;
  border: 2px solid #5fb7fa66;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), border-color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.srv-pg .diag-node:hover {
  background: #5fb7fa4d;
  border-color: #5FB7FA
}

.srv-pg .diag-node i {
  font-size: 25px;
  color: #5FB7FA
}

.srv-pg .diag-connector {
  width: 2px;
  height: 24px;
  background: linear-gradient(180deg, #5fb7fa66 0%, #5fb7fa1a 100%);
  margin-left: 27px
}

.srv-pg .diag-label {
  font-size: 19px;
  line-height: 1.15;
  color: #d4eaf8
}

.srv-pg .diag-sub {
  font-size: 13px;
  line-height: 1.7;
  color: #7aaec9;
  letter-spacing: .04em
}

.srv-pg .metrics-area {
  background: #fff;
  padding-top: 64px;
  padding-bottom: 64px
}

.srv-pg .metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 32px
}

.srv-pg .metric-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 32px;
  background: linear-gradient(135deg, #f5fbff 0%, #fff 100%);
  border-radius: 6px;
  box-shadow: -1px 3px 5px 0 #5fb7fa14;
  transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.srv-pg .metric-item:hover {
  box-shadow: -1px 12px 60px 0 #5fb7fa1f
}

.srv-pg .ring-wrap {
  position: relative;
  width: 80px;
  height: 80px;
  flex-shrink: 0
}

.srv-pg .ring-wrap svg {
  width: 80px;
  height: 80px;
  transform: rotate(-90deg)
}

.srv-pg .ring-bg {
  fill: none;
  stroke: #e0eef8;
  stroke-width: 6
}

.srv-pg .ring-fill {
  fill: none;
  stroke: #5FB7FA;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 220;
  transition: stroke-dashoffset .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.srv-pg .ring-fill.orange {
  stroke: #A25410
}

.srv-pg .ring-fill.dark {
  stroke: #123B5D
}

.srv-pg .ring-num {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 1.15;
  color: #123B5D;
  font-weight: 700
}

.srv-pg .metric-label {
  font-size: 19px;
  line-height: 1.15;
  color: #123B5D
}

.srv-pg .metric-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #4a6a82;
  letter-spacing: .03em
}

.srv-pg .faq-area {
  background: linear-gradient(180deg, #f0f7fd 0%, #e8f3fb 100%);
  padding-top: 64px;
  padding-bottom: 96px;
  position: relative
}

.srv-pg .faq-area .vignette-edges {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 100% at 50% 50%, transparent 50%, #123b5d12 100%);
  pointer-events: none
}

.srv-pg .faq-area .pg-band {
  position: relative;
  z-index: 2
}

.srv-pg .faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: start;
  margin-top: 32px
}

.srv-pg .faq-aside .aside-num {
  font-size: 62px;
  line-height: 1.15;
  color: #5FB7FA;
  opacity: .25
}

.srv-pg .faq-aside .aside-label {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #A25410;
  margin-top: 8px
}

.srv-pg .faq-aside .aside-body {
  font-size: 19px;
  line-height: 1.7;
  color: #2a4a62;
  margin-top: 16px
}

.srv-pg .faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.srv-pg .faq-item {
  background: #fff;
  border-radius: 6px;
  box-shadow: -1px 3px 5px 0 #123b5d14;
  overflow: hidden
}

.srv-pg .faq-item .faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 32px;
  text-align: left;
  font-size: 19px;
  line-height: 1.15;
  color: #123B5D;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: background .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.srv-pg .faq-item .faq-q:hover {
  background: #f0f7fd
}

.srv-pg .faq-item .faq-q:focus {
  outline: 2px solid #5FB7FA;
  outline-offset: -2px
}

.srv-pg .faq-item .faq-q i {
  font-size: 19px;
  color: #5FB7FA;
  flex-shrink: 0;
  transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.srv-pg .faq-item.open .faq-q i {
  transform: rotate(180deg)
}

.srv-pg .faq-ans {
  font-size: 19px;
  line-height: 1.7;
  color: #3a5a72;
  padding: 0 32px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .55s cubic-bezier(0.22, 1, 0.36, 1), padding .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.srv-pg .faq-item.open .faq-ans {
  max-height: 400px;
  padding: 16px 32px
}

@media (max-width: 1024px) {
  .srv-pg .title-area {
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 16px
  }

  .srv-pg .txt-center .h-big {
    font-size: 34px
  }

  .srv-pg .cards-grid {
    grid-template-columns: 1fr 1fr
  }

  .srv-pg .approach-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .srv-pg .metrics-grid {
    grid-template-columns: 1fr 1fr
  }

  .srv-pg .faq-layout {
    grid-template-columns: 1fr;
    gap: 32px
  }
}

@media (max-width: 768px) {
  .srv-pg .title-area {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .srv-pg .title-area .img-side {
    display: none
  }

  .srv-pg .txt-center .h-big {
    font-size: 34px
  }

  .srv-pg .cards-grid {
    grid-template-columns: 1fr
  }

  .srv-pg .metrics-grid {
    grid-template-columns: 1fr
  }

  .srv-pg .pg-band {
    padding-left: 16px;
    padding-right: 16px
  }
}

@media (max-width: 320px) {
  .srv-pg .txt-center .h-big {
    font-size: 25px
  }

  .srv-pg .sec-heading {
    font-size: 25px
  }

  .srv-pg .card-body {
    padding: 16px
  }
}

.cu-page {
  background: #fff;
  max-width: 100%;
  overflow-x: hidden
}

.cu-page .container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.cu-page .title-strip {
  background: #123B5D;
  padding: 96px 32px 64px;
  position: relative
}

.cu-page .title-strip::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, #5FB7FA, transparent)
}

.cu-page .title-strip .t-inner {
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px
}

.cu-page .title-strip .t-img-left,
.cu-page .title-strip .t-img-right {
  flex: 0 0 220px;
  height: 280px;
  border-radius: 6px;
  overflow: hidden;
  opacity: .28;
  box-shadow: -1px 12px 60px 0 #5fb7fa1f;
  transition: opacity .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.cu-page .title-strip .t-img-left:hover,
.cu-page .title-strip .t-img-right:hover {
  opacity: .4
}

.cu-page .title-strip .t-img-left img,
.cu-page .title-strip .t-img-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.cu-page .title-strip .t-text {
  flex: 1 1 auto;
  text-align: left;
  position: relative;
  z-index: 1
}

.cu-page .title-strip .t-blob {
  position: absolute;
  border-radius: 48px;
  filter: blur(48px);
  pointer-events: none;
  z-index: 0
}

.cu-page .title-strip .blob-a {
  width: 260px;
  height: 180px;
  background: #5fb7fa2e;
  top: -40px;
  left: -60px
}

.cu-page .title-strip .blob-b {
  width: 200px;
  height: 140px;
  background: #a2541024;
  bottom: -30px;
  right: -40px
}

.cu-page .title-strip .eyebrow {
  font-size: 13px;
  letter-spacing: .12em;
  color: #5FB7FA;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.cu-page .title-strip .eyebrow i {
  font-size: 13px
}

.cu-page .title-strip .sym-pair {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px
}

.cu-page .title-strip .sym-pair i {
  color: #5FB7FA;
  font-size: 19px;
  opacity: .7
}

.cu-page .t-heading {
  font-size: 62px;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 16px;
  text-shadow: 0 2px 18px #123b5d80
}

.cu-page .t-heading span {
  color: #5FB7FA
}

.cu-page .t-sub {
  font-size: 19px;
  line-height: 1.7;
  color: #ffffffc7;
  max-width: 480px;
  margin: 0
}

.cu-page .divider-tri {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 0;
  background: #fff
}

.cu-page .divider-tri svg {
  display: block
}

.cu-page .form-area {
  background: linear-gradient(to top, #f2f8ff, #fff);
  padding: 96px 32px
}

.cu-page .form-area .f-inner {
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.cu-page .form-area .f-aside {
  flex: 0 0 320px
}

.cu-page .f-aside .aside-label {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #A25410;
  margin-bottom: 16px
}

.cu-page .f-aside .aside-heading {
  font-size: 34px;
  line-height: 1.15;
  color: #123B5D;
  margin: 0 0 16px;
  text-shadow: 1px 1px 8px #123b5d1a
}

.cu-page .f-aside .aside-body {
  font-size: 19px;
  line-height: 1.7;
  color: #2d4a60;
  margin: 0 0 32px
}

.cu-page .f-aside .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cu-page .f-aside .contact-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  font-size: 13px;
  line-height: 1.7;
  color: #123B5D
}

.cu-page .f-aside .contact-list .c-icon {
  flex: 0 0 36px;
  height: 36px;
  border-radius: 6px;
  background: #5FB7FA;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px 7px 18px 0 #5fb7fa14
}

.cu-page .f-aside .contact-list .c-icon i {
  color: #fff;
  font-size: 16px
}

.cu-page .f-aside .contact-list .c-data {
  display: flex;
  flex-direction: column;
  gap: 0
}

.cu-page .f-aside .contact-list .c-label {
  font-size: 13px;
  color: #A25410;
  letter-spacing: .06em;
  text-transform: uppercase
}

.cu-page .f-aside .contact-list a {
  color: #123B5D;
  text-decoration: none !important;
  transition: color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.cu-page .f-aside .contact-list a:hover {
  color: #5FB7FA
}

.cu-page .form-area .f-form-col {
  flex: 1 1 auto
}

.cu-page .f-form {
  background: #fff;
  border-radius: 6px;
  padding: 64px;
  box-shadow: -1px 12px 60px 0 #123b5d1f;
  position: relative
}

.cu-page .f-form::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #5FB7FA, #A25410);
  border-radius: 6px 0 0 6px
}

.cu-page .f-form .corner-bracket {
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none
}

.cu-page .f-form .cb-tr {
  top: 16px;
  right: 16px;
  border-top: 2px solid #5FB7FA;
  border-right: 2px solid #5FB7FA;
  border-radius: 0 6px 0 0
}

.cu-page .f-form .cb-bl {
  bottom: 16px;
  left: 24px;
  border-bottom: 2px solid #A25410;
  border-left: 2px solid #A25410;
  border-radius: 0 0 0 6px
}

.cu-page .f-form .form-heading {
  font-size: 25px;
  line-height: 1.15;
  color: #123B5D;
  margin: 0 0 8px;
  text-shadow: 0 1px 6px #123b5d1a
}

.cu-page .f-form .form-sub {
  font-size: 13px;
  line-height: 1.7;
  color: #5a7a94;
  margin: 0 0 32px
}

.cu-page .f-form .field-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 16px
}

.cu-page .f-form .field-row.single {
  flex-direction: column;
  gap: 0
}

.cu-page .f-form .field-grp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto
}

.cu-page .f-form label.f-label {
  font-size: 13px;
  color: #123B5D;
  letter-spacing: .05em;
  font-weight: 600
}

.cu-page .f-form input[type="text"],
.cu-page .f-form input[type="email"],
.cu-page .f-form input[type="tel"],
.cu-page .f-form select,
.cu-page .f-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #d0e4f2;
  border-radius: 6px;
  font-size: 13px;
  color: #123B5D;
  background: #f7fbff;
  outline: none;
  transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
  box-sizing: border-box
}

.cu-page .f-form input::placeholder,
.cu-page .f-form textarea::placeholder {
  color: #5fb7fa8c
}

.cu-page .f-form input:focus,
.cu-page .f-form select:focus,
.cu-page .f-form textarea:focus {
  border-color: #5FB7FA;
  box-shadow: -1px 3px 5px 0 #5fb7fa14;
  background: #fff
}

.cu-page .f-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235FB7FA' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
  cursor: pointer
}

.cu-page .f-form textarea {
  resize: vertical;
  min-height: 96px
}

.cu-page .f-form .radio-grp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px
}

.cu-page .f-form .radio-grp .r-label {
  font-size: 13px;
  color: #123B5D;
  letter-spacing: .05em;
  font-weight: 600;
  margin-bottom: 8px
}

.cu-page .f-form .radio-options {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.cu-page .f-form .radio-opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
  color: #2d4a60;
  padding: 8px 16px;
  border: 1.5px solid #d0e4f2;
  border-radius: 6px;
  transition: border-color .45s cubic-bezier(0.22, 1, 0.36, 1), background .45s cubic-bezier(0.22, 1, 0.36, 1);
  background: #f7fbff
}

.cu-page .f-form .radio-opt:has(input:checked) {
  border-color: #5FB7FA;
  background: #eaf6ff
}

.cu-page .f-form .radio-opt input[type="radio"] {
  accent-color: #5FB7FA;
  width: 16px;
  height: 16px;
  cursor: pointer;
  flex-shrink: 0
}

.cu-page .f-form .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 32px;
  margin-top: 16px
}

.cu-page .f-form .privacy-row input[type="checkbox"] {
  accent-color: #5FB7FA;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer
}

.cu-page .f-form .privacy-text {
  font-size: 13px;
  line-height: 1.7;
  color: #5a7a94
}

.cu-page .f-form .privacy-text a {
  color: #5FB7FA;
  text-decoration: none !important;
  transition: color .45s ease-in-out
}

.cu-page .f-form .privacy-text a:hover {
  color: #123B5D
}

.cu-page .f-form .submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #123B5D;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 16px 32px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: -1px 7px 18px 0 #123b5d14;
  transition: background .55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), transform .4s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden
}

.cu-page .f-form .submit-btn::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #5FB7FA;
  transition: width .6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0
}

.cu-page .f-form .submit-btn:active::after {
  width: 100%
}

.cu-page .f-form .submit-btn span,
.cu-page .f-form .submit-btn i {
  position: relative;
  z-index: 1
}

.cu-page .f-form .submit-btn:hover {
  background: #0d2e4a;
  box-shadow: -1px 12px 60px 0 #123b5d1f;
  transform: translateY(-1px)
}

.cu-page .f-form .submit-btn:focus {
  outline: 2px solid #5FB7FA;
  outline-offset: 3px
}

.cu-page .f-form .field-sep {
  margin-bottom: 16px
}

@media (max-width: 1024px) {

  .cu-page .title-strip .t-img-left,
  .cu-page .title-strip .t-img-right {
    flex: 0 0 160px;
    height: 220px
  }

  .cu-page .t-heading {
    font-size: 34px
  }

  .cu-page .form-area .f-inner {
    flex-direction: column;
    gap: 32px
  }

  .cu-page .form-area .f-aside {
    flex: 0 0 auto;
    width: 100%
  }

  .cu-page .f-form {
    padding: 32px
  }
}

@media (max-width: 768px) {
  .cu-page .title-strip {
    padding: 64px 16px 32px
  }

  .cu-page .title-strip .t-img-left,
  .cu-page .title-strip .t-img-right {
    display: none
  }

  .cu-page .t-heading {
    font-size: 25px
  }

  .cu-page .t-sub {
    font-size: 13px
  }

  .cu-page .form-area {
    padding: 64px 16px
  }

  .cu-page .f-form .field-row {
    flex-direction: column
  }

  .cu-page .f-form {
    padding: 32px 16px
  }

  .cu-page .radio-options {
    flex-direction: column
  }
}

@media (max-width: 320px) {
  .cu-page .t-heading {
    font-size: 19px
  }

  .cu-page .form-area {
    padding: 32px 8px
  }

  .cu-page .f-form {
    padding: 16px 8px
  }
}

.cu-page .img-skel {
  position: relative;
  background: #d8e8f5
}

.cu-page .img-skel img {
  position: relative;
  z-index: 1;
  transition: opacity .6s ease-in-out
}

.cu-page .img-skel.loaded img {
  opacity: 1
}

.opn {
  max-width: 100%;
  overflow-x: hidden
}

.opn .frame {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.opn .lead {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #fff;
  position: relative
}

.opn .lead .frame {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 64px
}

.opn .lead-text {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px
}

.opn .lead-quote-mark {
  position: absolute;
  top: 0;
  left: -16px;
  font-size: 200px;
  line-height: 1.15;
  color: #5FB7FA;
  opacity: .09;
  pointer-events: none;
  user-select: none;
  font-weight: 900;
  z-index: 0
}

.opn .lead-text-body {
  position: relative;
  z-index: 1
}

.opn .lead-eyebrow {
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: .12em;
  color: #A25410;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.opn .lead-h1 {
  font-size: 62px;
  line-height: 1.15;
  color: #123B5D;
  margin-bottom: 32px;
  text-shadow: -1px 3px 5px 0 #5fb7fa14
}

.opn .lead-h1 .accent-word {
  color: #A25410
}

.opn .lead-desc {
  font-size: 19px;
  line-height: 1.7;
  color: #1a3a52;
  margin-bottom: 32px
}

.opn .lead-link {
  display: inline-block;
  background: #123B5D;
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: -1px 7px 18px 0 #123b5d14;
  transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
  align-self: flex-start
}

.opn .lead-link:hover {
  background: #5FB7FA;
  box-shadow: -1px 12px 60px 0 #5fb7fa1f;
  color: #123B5D
}

.opn .lead-img-col {
  flex: 1 1 0;
  position: relative;
  min-height: 480px
}

.opn .lead-img-wrap {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -1px 12px 60px 0 #123b5d1f;
  animation: imgscale .7s cubic-bezier(0.22, 1, 0.36, 1) both
}

@keyframes imgscale {
  from {
    transform: scale(0.97);
    opacity: .7
  }

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

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

.opn .lead-img-vignette {
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background: radial-gradient(ellipse at 100% 0%, #123b5d47 0%, transparent 55%), radial-gradient(ellipse at 0% 100%, #123b5d38 0%, transparent 50%);
  pointer-events: none
}

.opn .lead::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(170deg, #eef7ff 0%, #fff 100%);
  z-index: 0;
  pointer-events: none
}

.opn .lead>.frame {
  position: relative;
  z-index: 1
}

.opn .lead-geo {
  position: absolute;
  bottom: 32px;
  right: 32px;
  width: 120px;
  height: 120px;
  border: 2px solid #5fb7fa2e;
  border-radius: 48px;
  pointer-events: none;
  animation: geoPulse 3.5s ease-in-out infinite;
  z-index: 0
}

.opn .lead-geo-inner {
  position: absolute;
  inset: 16px;
  border: 1.5px solid #a2541021;
  border-radius: 48px;
  animation: geoPulse 3.5s ease-in-out .8s infinite
}

@keyframes geoPulse {

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

  50% {
    opacity: 1;
    transform: scale(1.05)
  }
}

.opn .rep {
  padding-top: 96px;
  padding-bottom: 96px;
  background: linear-gradient(100deg, #123B5D 0%, #1d5480 100%);
  position: relative;
  overflow: hidden
}

.opn .rep-geo {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 260px;
  height: 260px;
  border: 2px solid #5fb7fa1a;
  border-radius: 48px;
  pointer-events: none;
  animation: geoPulse 4s ease-in-out .4s infinite
}

.opn .rep .frame {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.opn .rep-text {
  color: #fff
}

.opn .rep-label {
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #5FB7FA;
  display: block;
  margin-bottom: 16px
}

.opn .rep-h2 {
  font-size: 34px;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 32px;
  text-shadow: -1px 7px 18px 0 #5fb7fa14
}

.opn .rep-h2 .accent-word {
  color: #5FB7FA
}

.opn .rep-para {
  font-size: 19px;
  line-height: 1.7;
  color: #ffffffe0;
  margin-bottom: 16px
}

.opn .rep-para-sm {
  font-size: 13px;
  line-height: 1.7;
  color: #ffffffa6
}

.opn .rep-stats {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.opn .rep-stat-item {
  background: #ffffff0f;
  border-radius: 6px;
  padding: 32px;
  box-shadow: -1px 7px 18px 0 #123b5d14;
  transition: background .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.opn .rep-stat-item:hover {
  background: #5fb7fa1f
}

.opn .rep-stat-num {
  font-size: 62px;
  line-height: 1.15;
  color: #5FB7FA;
  font-weight: 700;
  text-shadow: -1px 3px 5px 0 #5fb7fa14;
  display: block
}

.opn .rep-stat-label {
  font-size: 13px;
  line-height: 1.7;
  color: #ffffffbf;
  letter-spacing: .06em;
  display: block;
  margin-top: 8px
}

.opn .rep-stat-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #ffffff80;
  margin-top: 8px
}

.opn .journey {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #f4f8fc;
  position: relative
}

.opn .journey-geo {
  position: absolute;
  top: 32px;
  right: 64px;
  width: 180px;
  height: 180px;
  border: 1.5px solid #a254101a;
  border-radius: 48px;
  pointer-events: none;
  animation: geoPulse 5s ease-in-out 1.2s infinite
}

.opn .journey .frame {
  display: flex;
  flex-direction: column;
  gap: 64px
}

.opn .journey-top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  align-items: start
}

.opn .journey-heading-block {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.opn .journey-label {
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #A25410;
  display: block
}

.opn .journey-h2 {
  font-size: 34px;
  line-height: 1.15;
  color: #123B5D;
  text-shadow: -1px 3px 5px 0 #123b5d14
}

.opn .journey-h2 .accent-word {
  color: #A25410
}

.opn .journey-intro {
  font-size: 19px;
  line-height: 1.7;
  color: #2a4a62
}

.opn .journey-side-img {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -1px 12px 60px 0 #123b5d1f;
  animation: imgscale .7s cubic-bezier(0.22, 1, 0.36, 1) .1s both
}

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

.opn .journey-phases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.opn .phase-card {
  background: #fff;
  border-radius: 6px;
  padding: 32px;
  box-shadow: -1px 7px 18px 0 #123b5d14;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.opn .phase-card:hover {
  box-shadow: -1px 12px 60px 0 #123b5d1f
}

.opn .phase-icon {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: linear-gradient(90deg, #5FB7FA 0%, #5fb7fa00 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.opn .phase-icon i {
  font-size: 25px;
  color: #123B5D
}

.opn .phase-h4 {
  font-size: 19px;
  line-height: 1.15;
  color: #123B5D;
  text-shadow: -1px 3px 5px 0 #123b5d14
}

.opn .phase-text {
  font-size: 13px;
  line-height: 1.7;
  color: #3a5a72
}

.opn .environ {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #fff;
  position: relative
}

.opn .environ-geo {
  position: absolute;
  bottom: 64px;
  left: 32px;
  width: 140px;
  height: 140px;
  border: 1.5px solid #5fb7fa26;
  border-radius: 48px;
  pointer-events: none;
  animation: geoPulse 4.5s ease-in-out .6s infinite
}

.opn .environ .frame {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start
}

.opn .environ-img-stack {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.opn .environ-img-a {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -1px 7px 18px 0 #123b5d14;
  animation: imgscale .65s cubic-bezier(0.22, 1, 0.36, 1) .15s both
}

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

.opn .environ-img-b {
  width: 75%;
  aspect-ratio: 4/3;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -1px 7px 18px 0 #5fb7fa14;
  align-self: flex-end;
  animation: imgscale .65s cubic-bezier(0.22, 1, 0.36, 1) .25s both
}

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

.opn .environ-text {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.opn .environ-label {
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #A25410;
  display: block
}

.opn .environ-h2 {
  font-size: 34px;
  line-height: 1.15;
  color: #123B5D;
  text-shadow: -1px 3px 5px 0 #123b5d14
}

.opn .environ-h2 .accent-word {
  color: #5FB7FA
}

.opn .environ-para {
  font-size: 19px;
  line-height: 1.7;
  color: #2a4a62
}

.opn .environ-para-sm {
  font-size: 13px;
  line-height: 1.7;
  color: #4a6a82
}

.opn .environ-voices {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.opn .voice-item {
  background: #f4f8fc;
  border-radius: 6px;
  padding: 32px;
  box-shadow: -1px 3px 5px 0 #123b5d14;
  transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.opn .voice-item:hover {
  box-shadow: -1px 7px 18px 0 #123b5d14
}

.opn .voice-text {
  font-size: 13px;
  line-height: 1.7;
  color: #2a4a62;
  font-style: italic;
  margin-bottom: 8px
}

.opn .voice-name {
  font-size: 13px;
  line-height: 1.15;
  color: #A25410;
  letter-spacing: .06em;
  font-weight: 600
}

.opn .environ-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #5FB7FA;
  color: #123B5D;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: -1px 7px 18px 0 #5fb7fa14;
  transition: background .55s cubic-bezier(0.22, 1, 0.36, 1), color .55s cubic-bezier(0.22, 1, 0.36, 1);
  align-self: flex-start
}

.opn .environ-cta-link:hover {
  background: #123B5D;
  color: #fff
}

@media (max-width: 1024px) {
  .opn .lead .frame {
    gap: 32px
  }

  .opn .lead-h1 {
    font-size: 34px
  }

  .opn .rep .frame {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .opn .rep-stats {
    flex-direction: row;
    flex-wrap: wrap
  }

  .opn .rep-stat-item {
    flex: 1 1 200px
  }

  .opn .journey-top {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .opn .journey-side-img {
    max-width: 300px;
    aspect-ratio: 3/4
  }

  .opn .journey-phases {
    grid-template-columns: 1fr 1fr;
    gap: 16px
  }

  .opn .environ .frame {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .opn .environ-img-stack {
    flex-direction: row;
    align-items: flex-start
  }

  .opn .environ-img-a {
    flex: 1;
    aspect-ratio: 3/4
  }

  .opn .environ-img-b {
    flex: 1;
    width: 100%;
    aspect-ratio: 4/3
  }
}

@media (max-width: 768px) {
  .opn .frame {
    padding-left: 16px;
    padding-right: 16px
  }

  .opn .lead .frame {
    flex-direction: column;
    gap: 32px
  }

  .opn .lead-text {
    flex: none
  }

  .opn .lead-img-col {
    min-height: 280px
  }

  .opn .lead-img-wrap {
    min-height: 280px
  }

  .opn .lead::before {
    display: none
  }

  .opn .lead {
    padding-top: 32px;
    padding-bottom: 32px
  }

  .opn .rep {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .opn .rep-stats {
    flex-direction: column
  }

  .opn .journey {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .opn .journey-phases {
    grid-template-columns: 1fr
  }

  .opn .environ {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .opn .environ-img-stack {
    flex-direction: column
  }

  .opn .environ-img-b {
    width: 75%
  }
}

@media (max-width: 320px) {
  .opn .lead-h1 {
    font-size: 25px
  }

  .opn .rep-stat-num {
    font-size: 34px
  }

  .opn .environ-img-b {
    width: 100%
  }
}

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

.evts-pg .band-top {
  background: linear-gradient(135deg, #eef7ff 0%, #f5f0eb 100%);
  padding: 64px 16px;
  position: relative
}

.evts-pg .band-top::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 1.5px solid #5fb7fa38;
  border-radius: 6px;
  pointer-events: none
}

.evts-pg .band-top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 320px;
  background: #5fb7fa12;
  border-radius: 48px;
  transform: rotate(28deg) translate(-80px, -80px);
  pointer-events: none
}

.evts-pg .top-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  position: relative;
  z-index: 1
}

.evts-pg .top-text {
  flex: 1 1 0;
  min-width: 0
}

.evts-pg .top-label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .12em;
  color: #A25410;
  background: #a2541014;
  border-radius: 48px;
  padding: 8px 16px;
  margin-bottom: 16px;
  line-height: 1.15;
  text-transform: uppercase
}

.evts-pg .top-h1 {
  font-size: 62px;
  line-height: 1.15;
  color: #123B5D;
  margin: 0 0 16px;
  text-shadow: -1px 3px 5px #123b5d1a
}

.evts-pg .top-desc {
  font-size: 19px;
  line-height: 1.7;
  color: #2a4a62;
  margin: 0;
  max-width: 480px
}

.evts-pg .top-img-wrap {
  flex: 0 0 380px;
  position: relative
}

.evts-pg .top-img-frame {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -1px 12px 60px 0 #5fb7fa1f;
  position: relative
}

.evts-pg .top-img-frame img {
  width: 380px;
  height: 260px;
  object-fit: cover;
  display: block;
  filter: saturate(1.15) brightness(0.95) sepia(0.12);
  transition: filter .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.evts-pg .top-img-frame img:hover {
  filter: saturate(1.25) brightness(1.0) sepia(0.06)
}

.evts-pg .top-shape-a {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 3px solid #5fb7fa59;
  border-radius: 6px;
  bottom: -24px;
  right: -24px;
  pointer-events: none
}

.evts-pg .top-shape-b {
  position: absolute;
  width: 44px;
  height: 44px;
  background: #a254101f;
  border-radius: 48px;
  top: -20px;
  left: -20px;
  pointer-events: none
}

.evts-pg .top-counter {
  position: absolute;
  top: -16px;
  right: 16px;
  background: #A25410;
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
  border-radius: 48px;
  padding: 8px 16px;
  font-weight: 700;
  box-shadow: -1px 7px 18px 0 #a254102e
}

.evts-pg .zigzag-div {
  display: block;
  width: 100%;
  line-height: 0
}

.evts-pg .evts-list-band {
  background: #f0f6fc;
  padding: 96px 16px;
  position: relative
}

.evts-pg .evts-list-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle 120px at 10% 20%, #5fb7fa0f 0%, transparent 100%), radial-gradient(circle 200px at 90% 80%, #123b5d0d 0%, transparent 100%);
  pointer-events: none
}

.evts-pg .evts-list-inner {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.evts-pg .list-head {
  margin-bottom: 64px
}

.evts-pg .list-head-label {
  font-size: 13px;
  letter-spacing: .1em;
  color: #5FB7FA;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  line-height: 1.15
}

.evts-pg .list-head-h2 {
  font-size: 34px;
  line-height: 1.15;
  color: #123B5D;
  margin: 0 0 16px;
  text-shadow: -1px 3px 5px #123b5d14
}

.evts-pg .list-head-p {
  font-size: 19px;
  line-height: 1.7;
  color: #2a4a62;
  margin: 0;
  max-width: 560px
}

.evts-pg .evts-grid {
  display: grid;
  grid-template-columns: 2fr 1.4fr 1fr;
  gap: 32px;
  align-items: start
}

.evts-pg .evt-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: -1px 7px 18px 0 #5fb7fa14;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), transform .55s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative
}

.evts-pg .evt-card:hover {
  box-shadow: -1px 12px 60px 0 #5fb7fa29;
  transform: translateY(-4px)
}

.evts-pg .evt-card.featured {
  grid-row: span 2
}

.evts-pg .evt-img-wrap {
  position: relative;
  overflow: hidden
}

.evts-pg .evt-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.evts-pg .evt-card:hover .evt-img-wrap img {
  transform: scale(1.04)
}

.evts-pg .evt-type-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #123B5D;
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
  border-radius: 48px;
  padding: 8px 16px;
  letter-spacing: .06em
}

.evts-pg .evt-count-badge {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: #ffffffeb;
  color: #A25410;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  border-radius: 48px;
  padding: 8px 16px;
  box-shadow: -1px 3px 5px 0 #5fb7fa1a
}

.evts-pg .evt-body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 auto
}

.evts-pg .evt-meta {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap
}

.evts-pg .evt-meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #5a7a96;
  line-height: 1.15
}

.evts-pg .evt-meta-item i {
  color: #5FB7FA;
  font-size: 16px
}

.evts-pg .evt-h3 {
  font-size: 25px;
  line-height: 1.15;
  color: #123B5D;
  margin: 0;
  text-shadow: -1px 2px 4px #123b5d12
}

.evts-pg .evt-h4 {
  font-size: 19px;
  line-height: 1.15;
  color: #123B5D;
  margin: 0
}

.evts-pg .evt-p {
  font-size: 13px;
  line-height: 1.7;
  color: #3a5a74;
  margin: 0
}

.evts-pg .evt-topics {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.evts-pg .evt-topic-tag {
  font-size: 13px;
  line-height: 1.15;
  color: #A25410;
  background: #a2541017;
  border-radius: 48px;
  padding: 8px 16px
}

.evts-pg .evt-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  margin-top: 8px
}

.evts-pg .btn-reg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #5FB7FA;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  border-radius: 6px;
  padding: 16px 32px;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  transition: background .45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .45s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: -1px 7px 18px 0 #5fb7fa2e;
  position: relative;
  overflow: hidden
}

.evts-pg .btn-reg::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #ffffff80;
  transition: width .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.evts-pg .btn-reg:hover {
  background: #123B5D;
  box-shadow: -1px 12px 60px 0 #123b5d2e
}

.evts-pg .btn-reg:active::after {
  width: 100%
}

.evts-pg .btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #123B5D;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  border-radius: 6px;
  padding: 16px 32px;
  border: 2px solid #123B5D;
  cursor: pointer;
  text-decoration: none !important;
  transition: border-color .45s cubic-bezier(0.22, 1, 0.36, 1), color .45s cubic-bezier(0.22, 1, 0.36, 1), background .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.evts-pg .btn-outline:hover {
  background: #123B5D;
  color: #fff
}

.evts-pg .evt-card.compact .evt-body {
  padding: 16px 32px 32px
}

.evts-pg .evt-card.compact .evt-img-wrap img {
  height: 160px
}

.evts-pg .evt-card.slim .evt-img-wrap {
  display: none
}

.evts-pg .evt-card.slim .evt-body {
  padding: 32px
}

.evts-pg .evt-card.slim {
  background: linear-gradient(135deg, #fff 60%, #eef7ff 100%)
}

.evts-pg .slim-icon-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px
}

.evts-pg .slim-icon {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: linear-gradient(135deg, #5FB7FA 0%, #5fb7fa4d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.evts-pg .slim-icon i {
  font-size: 22px;
  color: #123B5D
}

.evts-pg .slim-count {
  font-size: 34px;
  font-weight: 700;
  color: #5FB7FA;
  line-height: 1.15
}

.evts-pg .slim-count-label {
  font-size: 13px;
  color: #5a7a96;
  line-height: 1.15
}

.evts-pg .sep-accent {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #5FB7FA 0%, transparent 100%);
  border-radius: 48px;
  margin: 8px 0
}

.evts-pg .reveal-mask {
  clip-path: inset(0 100% 0 0);
  animation: revealX .7s cubic-bezier(0.22, 1, 0.36, 1) .15s forwards
}

@keyframes revealX {
  to {
    clip-path: inset(0 0% 0 0)
  }
}

.evts-pg .reveal-up {
  clip-path: inset(0 0 100% 0);
  animation: revealUp .65s cubic-bezier(0.22, 1, 0.36, 1) .25s forwards
}

@keyframes revealUp {
  to {
    clip-path: inset(0 0 0% 0)
  }
}

@media (max-width: 1024px) {
  .evts-pg .top-h1 {
    font-size: 34px
  }

  .evts-pg .top-img-wrap {
    flex: 0 0 280px
  }

  .evts-pg .top-img-frame img {
    width: 280px;
    height: 200px
  }

  .evts-pg .evts-grid {
    grid-template-columns: 1fr 1fr
  }

  .evts-pg .evt-card.featured {
    grid-row: span 1
  }

  .evts-pg .evt-card.slim {
    grid-column: span 2
  }
}

@media (max-width: 768px) {
  .evts-pg .top-inner {
    flex-direction: column;
    gap: 32px
  }

  .evts-pg .top-img-wrap {
    flex: none;
    width: 100%
  }

  .evts-pg .top-img-frame img {
    width: 100%;
    height: 220px
  }

  .evts-pg .top-h1 {
    font-size: 34px
  }

  .evts-pg .evts-grid {
    grid-template-columns: 1fr
  }

  .evts-pg .evt-card.slim {
    grid-column: span 1
  }

  .evts-pg .band-top {
    padding: 64px 16px
  }

  .evts-pg .evts-list-band {
    padding: 64px 16px
  }
}

@media (max-width: 320px) {
  .evts-pg .top-h1 {
    font-size: 25px
  }

  .evts-pg .evt-h3 {
    font-size: 19px
  }

  .evts-pg .btn-reg,
  .evts-pg .btn-outline {
    padding: 16px
  }
}

.abt-pg {
  max-width: 100%;
  overflow-x: hidden
}

.abt-pg .abt-row {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.abt-pg .lead-block {
  padding-top: 96px;
  padding-bottom: 64px;
  background: #fff;
  position: relative
}

.abt-pg .lead-block .bg-circles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.abt-pg .lead-block .bg-circles span {
  position: absolute;
  border-radius: 48px;
  border: 1.5px solid #5fb7fa1a;
  background: transparent
}

.abt-pg .lead-block .bg-circles span:nth-child(1) {
  width: 320px;
  height: 320px;
  top: -80px;
  right: 8%
}

.abt-pg .lead-block .bg-circles span:nth-child(2) {
  width: 180px;
  height: 180px;
  bottom: 32px;
  left: 5%;
  border-color: #a2541014
}

.abt-pg .lead-block .bg-circles span:nth-child(3) {
  width: 500px;
  height: 500px;
  top: 50%;
  right: -120px;
  transform: translateY(-50%);
  border-color: #123b5d0f
}

.abt-pg .lead-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  align-items: start
}

.abt-pg .lead-img-col {
  position: relative
}

.abt-pg .lead-img-wrap {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -1px 12px 60px 0 #5fb7fa1f
}

.abt-pg .lead-img-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  transition: opacity .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-pg .lead-img-wrap .img-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent, #ffffff8c);
  pointer-events: none
}

.abt-pg .lead-text-col {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abt-pg .accent-bar {
  display: flex;
  align-items: stretch;
  gap: 16px
}

.abt-pg .accent-line {
  width: 3px;
  border-radius: 6px;
  background: #5FB7FA;
  flex-shrink: 0
}

.abt-pg .head-stack {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-pg .head-sm {
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: .12em;
  color: #5FB7FA;
  text-transform: uppercase;
  font-weight: 600
}

.abt-pg .head-lg {
  font-size: 62px;
  line-height: 1.15;
  color: #123B5D;
  font-weight: 800;
  text-shadow: 0 2px 8px #123b5d1a;
  margin: 0
}

.abt-pg .head-md {
  font-size: 34px;
  line-height: 1.15;
  color: #A25410;
  font-weight: 700;
  text-shadow: 0 1px 4px #a254101a;
  margin: 0
}

.abt-pg .lead-desc {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-pg .lead-desc p {
  font-size: 19px;
  line-height: 1.7;
  color: #1e3a52;
  margin: 0
}

.abt-pg .lead-desc p.micro {
  font-size: 19px;
  line-height: 1.15;
  font-weight: 600;
  color: #123B5D
}

.abt-pg .stat-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  flex-wrap: wrap
}

.abt-pg .stat-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 6px;
  background: #f0f7ff;
  box-shadow: -1px 3px 5px 0 #5fb7fa14;
  min-width: 120px;
  animation: elastic-in .6s cubic-bezier(0.22, 1, 0.36, 1) both
}

.abt-pg .stat-item:nth-child(2) {
  animation-delay: .12s
}

.abt-pg .stat-item:nth-child(3) {
  animation-delay: .22s
}

@keyframes elastic-in {
  0% {
    opacity: 0;
    transform: scale(0.85) translateY(18px)
  }

  70% {
    transform: scale(1.04) translateY(-4px)
  }

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

.abt-pg .stat-num {
  font-size: 34px;
  line-height: 1.15;
  font-weight: 800;
  color: #5FB7FA
}

.abt-pg .stat-label {
  font-size: 13px;
  line-height: 1.15;
  color: #123B5D;
  letter-spacing: .08em
}

.abt-pg .divider-band {
  height: 4px;
  background: linear-gradient(to right, #5FB7FA, transparent)
}

.abt-pg .team-block {
  padding-top: 64px;
  padding-bottom: 96px;
  background: #f4f8fc;
  position: relative
}

.abt-pg .team-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: .5
}

.abt-pg .team-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 64px
}

.abt-pg .team-heading {
  font-size: 34px;
  line-height: 1.15;
  color: #123B5D;
  font-weight: 700;
  text-shadow: 1px 1px 0 #5fb7fa2e;
  margin: 0
}

.abt-pg .team-sub {
  font-size: 19px;
  line-height: 1.7;
  color: #2a4a62;
  max-width: 480px;
  margin: 0
}

.abt-pg .card-list {
  display: flex;
  flex-direction: row;
  gap: 32px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: #5fb7fa4d transparent
}

.abt-pg .person-card {
  flex: 0 0 260px;
  border-radius: 6px;
  background: #fff;
  box-shadow: -1px 7px 18px 0 #123b5d14;
  overflow: hidden;
  transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative
}

.abt-pg .person-card:hover {
  box-shadow: -1px 12px 60px 0 #123b5d1f;
  transform: translateY(-4px)
}

.abt-pg .person-card .card-img-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden
}

.abt-pg .person-card .card-img-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-pg .person-card:hover .card-img-wrap img {
  transform: scale(1.04)
}

.abt-pg .card-top-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #5FB7FA
}

.abt-pg .card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-pg .card-name {
  font-size: 19px;
  line-height: 1.15;
  font-weight: 700;
  color: #123B5D;
  margin: 0
}

.abt-pg .card-role {
  font-size: 13px;
  line-height: 1.15;
  color: #A25410;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-weight: 600
}

.abt-pg .card-detail {
  font-size: 13px;
  line-height: 1.7;
  color: #2a4a62;
  margin: 0
}

.abt-pg .expand-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5FB7FA;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .07em;
  margin-top: 8px;
  transition: color .45s ease-in-out
}

.abt-pg .expand-toggle:hover {
  color: #123B5D
}

.abt-pg .expand-toggle i {
  font-size: 16px;
  transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-pg .card-extra {
  font-size: 13px;
  line-height: 1.7;
  color: #2a4a62;
  margin: 0;
  display: none;
  padding-top: 8px
}

.abt-pg .person-card.open .card-extra {
  display: block
}

.abt-pg .person-card.open .expand-toggle i {
  transform: rotate(180deg)
}

.abt-pg .values-strip {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 64px;
  flex-wrap: wrap
}

.abt-pg .val-item {
  flex: 1 1 200px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 6px;
  background: #fff;
  box-shadow: -1px 3px 5px 0 #5fb7fa14
}

.abt-pg .val-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #5FB7FA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.abt-pg .val-icon i {
  color: #fff;
  font-size: 19px
}

.abt-pg .val-text h5 {
  font-size: 13px;
  line-height: 1.15;
  font-weight: 700;
  color: #123B5D;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.abt-pg .val-text p {
  font-size: 13px;
  line-height: 1.7;
  color: #2a4a62;
  margin: 0
}

@media (max-width: 1024px) {
  .abt-pg .lead-grid {
    grid-template-columns: 220px 1fr;
    gap: 32px
  }

  .abt-pg .head-lg {
    font-size: 34px
  }

  .abt-pg .head-md {
    font-size: 25px
  }
}

@media (max-width: 768px) {
  .abt-pg .lead-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .abt-pg .lead-img-wrap img {
    height: 240px
  }

  .abt-pg .lead-block {
    padding-top: 64px;
    padding-bottom: 32px
  }

  .abt-pg .team-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px
  }

  .abt-pg .abt-row {
    padding-left: 16px;
    padding-right: 16px
  }

  .abt-pg .stat-row {
    gap: 16px
  }

  .abt-pg .values-strip {
    gap: 16px;
    margin-top: 32px
  }
}

@media (max-width: 320px) {
  .abt-pg .head-lg {
    font-size: 25px
  }

  .abt-pg .card-list {
    gap: 16px
  }

  .abt-pg .person-card {
    flex: 0 0 220px
  }
}

.success-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 32px;
  background: #fff
}

.success-page .result-wrap {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  box-shadow: -1px 12px 60px 0 #5fb7fa1f;
  padding: 64px;
  text-align: left
}

.success-page .icon-mark {
  width: 56px;
  height: 56px;
  border-radius: 48px;
  background: linear-gradient(to right, #5FB7FA, #5fb7fa00);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px
}

.success-page .icon-mark svg {
  display: block
}

.success-page .result-heading {
  font-size: 34px;
  line-height: 1.15;
  color: #123B5D;
  margin: 0 0 16px;
  text-shadow: 0 2px 8px #123b5d1a
}

.success-page .result-body {
  font-size: 19px;
  line-height: 1.7;
  color: #123B5D;
  margin: 0 0 32px
}

.success-page .result-note {
  font-size: 13px;
  line-height: 1.7;
  color: #A25410;
  letter-spacing: .04em;
  margin: 0 0 32px
}

.success-page .back-link {
  display: inline-block;
  background: #123B5D;
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: .06em;
  padding: 16px 32px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: -1px 7px 18px 0 #123b5d14;
  transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.success-page .back-link:hover,
.success-page .back-link:focus {
  background: #5FB7FA;
  box-shadow: -1px 12px 60px 0 #5fb7fa1f;
  outline: none
}

.success-page .back-link:focus-visible {
  outline: 2px solid #A25410;
  outline-offset: 3px
}

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

  .success-page .result-wrap {
    padding: 32px
  }

  .success-page .result-heading {
    font-size: 25px
  }
}

@media (max-width: 320px) {
  .success-page .result-wrap {
    padding: 16px
  }
}