:root {
  --navy: #123c5d;
  --deep: #092c49;
  --blue: #1c6994;
  --sky: #47abd0;
  --ink: #28353d;
  --muted: #68737a;
  --line: #d9e0e4;
  --soft: #f2f5f6;
  --accent: #e5aa31;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f7f9fa;

  font-size: 14px;
  line-height: 1.75;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .38;
  background-image: linear-gradient(135deg, rgba(18,60,93,.025) 25%, transparent 25%, transparent 50%, rgba(18,60,93,.025) 50%, rgba(18,60,93,.025) 75%, transparent 75%);
  background-size: 22px 22px;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
input,
textarea,
select {
  outline: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.container {
  width: min(1250px, calc(100% - 30px));
  margin: 0 auto;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.topbar {
  min-height: 40px;
  background: #edf1f3;
  color: #6a747a;
  font-size: 13px;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
}

.topbar strong {
  color: var(--navy);
  font-weight: 700;
}

.site-header {
  position: relative;
  z-index: 20;
  background: var(--white);
  box-shadow: 0 2px 14px rgba(6, 44, 70, .08);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
}

.brand {
  display: flex;
  align-items: center;
  min-width: 215px;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  margin-right: 11px;
  color: var(--white);
  place-items: center;
  background: var(--navy);
  clip-path: polygon(50% 0, 100% 86%, 0 86%);
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 2px solid var(--accent);
  clip-path: polygon(50% 0, 100% 86%, 0 86%);
}

.brand-mark b {
  position: relative;
  top: 6px;
  z-index: 1;
  font-size: 18px;
  letter-spacing: .08em;
}

.brand-copy {
  color: var(--navy);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .12em;
}

.brand-copy span {
  display: block;
  margin-top: 6px;
  color: #72808a;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .2em;
}

.main-nav > ul {
  display: flex;
  align-items: stretch;
}

.main-nav li {
  position: relative;
}

.main-nav > ul > li > a {
  display: block;
  min-width: 82px;
  padding: 0 13px;
  color: #3b4a53;
  font-size: 15px;
  line-height: 100px;
  text-align: center;
  transition: color .25s, background .25s;
}

.main-nav > ul > li > a span {
  display: block;
  line-height: 20px;
}

.main-nav > ul > li > a em {
  display: block;
  color: #8a969d;
  font-size: 10px;
  font-style: normal;
  line-height: 14px;
  text-transform: uppercase;
}

.main-nav > ul > li:hover > a,
.main-nav > ul > li.active > a {
  color: var(--white);
  background: var(--navy);
}

.main-nav > ul > li:hover > a em,
.main-nav > ul > li.active > a em {
  color: #bdd6e4;
}

.sub-nav {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 205px;
  padding: 8px 0;
  visibility: hidden;
  opacity: 0;
  background: var(--navy);
  transform: translateY(8px);
  transition: .25s;
}

.main-nav li:hover .sub-nav {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.sub-nav a {
  display: block;
  padding: 8px 16px;
  color: #dcebf3;
  font-size: 13px;
  transition: background .25s, color .25s;
}

.sub-nav a:hover {
  color: var(--white);
  background: var(--blue);
}

.mobile-toggle {
  display: none;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
}

.mobile-toggle i,
.mobile-toggle::before,
.mobile-toggle::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
  content: "";
}

.hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: #111d27;
}

.hero-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: radial-gradient(circle at 75% 38%, rgba(226, 148, 60, .32), transparent 15%), linear-gradient(110deg, #050708 0 44%, #151e24 68%, #313c3c);
}

.hero-art::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .28;
  background: repeating-linear-gradient(115deg, transparent 0 70px, rgba(255,255,255,.14) 71px 73px, transparent 74px 150px);
}

.hero-art::after {
  position: absolute;
  right: 13%;
  bottom: -2%;
  width: 31%;
  height: 88%;
  border-radius: 46% 49% 12% 20%;
  content: "";
  opacity: .83;
  background: radial-gradient(circle at 50% 12%, #e5a56e 0 8%, transparent 8.5%), linear-gradient(78deg, transparent 18%, #a66546 19% 30%, transparent 31%), linear-gradient(92deg, transparent 36%, #c78357 37% 52%, transparent 53%), linear-gradient(80deg, transparent 51%, #7a4d39 52% 70%, transparent 71%);
  filter: blur(.3px);
  transform: rotate(4deg);
}

.hero-art-alt {
  background: linear-gradient(110deg, #102c43, #326c86 55%, #a98b67);
}

.hero-art-alt::after {
  right: 6%;
  width: 38%;
  height: 80%;
  border-radius: 48% 48% 8% 8%;
  opacity: .7;
  background: radial-gradient(circle at 50% 11%, #d99b70 0 7%, transparent 7.5%), linear-gradient(90deg, transparent 0 20%, #d4e0df 21% 32%, transparent 33%), linear-gradient(105deg, transparent 37%, #234c63 38% 76%, transparent 77%);
  transform: rotate(-4deg);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 610px;
}

.hero-card {
  width: 50%;
  padding: 35px 40px 50px;
  color: var(--white);
  background: rgba(0, 0, 0, .43);
  clip-path: polygon(0 0, 88% 0, 100% 14%, 88% 100%, 0 100%);
}

.hero-frame {
  width: min(470px, 100%);
  padding: 34px 32px 40px;
  border: 7px solid #f0c400;
  clip-path: polygon(50% 0, 100% 86%, 0 86%);
  text-align: center;
}

.hero-frame h1 {
  margin-top: 28px;
  font-size: clamp(50px, 6vw, 86px);
  line-height: .95;
  letter-spacing: .15em;
}

.hero-frame p {
  margin-top: 30px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .45em;
}

.hero-copy {
  width: 40%;
  margin-left: 6%;
  color: var(--white);
}

.hero-copy strong {
  display: block;
  color: #e5aa31;
  font-size: 18px;
  letter-spacing: .26em;
}

.hero-copy h2 {
  margin: 14px 0;
  font-size: clamp(32px, 4vw, 60px);
  line-height: 1.1;
  letter-spacing: .08em;
}

.hero-copy p {
  max-width: 360px;
  color: #d4dce0;
  font-size: 15px;
}

.slider-controls {
  position: absolute;
  top: 50%;
  right: 28px;
  left: 28px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}

.slider-controls button {
  width: 42px;
  height: 62px;
  border: 0;
  color: var(--white);
  background: rgba(0, 0, 0, .45);
  cursor: pointer;
  pointer-events: auto;
  transition: background .25s;
}

.slider-controls button:hover {
  background: var(--navy);
}

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 7px;
  transform: translateX(-50%);
}

.slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  cursor: pointer;
}

.slider-dots button.active {
  background: var(--accent);
}

.hero > [data-slide] {
  position: absolute;
  inset: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.035);
  transition: opacity .9s ease, transform 1.2s ease, visibility 1.2s;
}

.hero > [data-slide].is-active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.hero > [data-slide].is-active .hero-art {
  animation: heroImageBreath 5.2s ease-out both;
}

@keyframes heroImageBreath {
  from {
    transform: scale(1.02);
  }

  to {
    transform: scale(1.08);
  }
}

.section-title {
  position: relative;
  margin: 50px 0 35px;
  text-align: center;
}

.section-title h2 {
  color: #3c4a52;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.section-title p {
  color: #8a959b;
  font-size: 14px;
}

.section-title::after {
  display: block;
  width: 40px;
  height: 3px;
  margin: 4px auto 0;
  border-radius: 3px;
  content: "";
  background: var(--blue);
}

.section-title.light h2,
.section-title.light p {
  color: var(--white);
}

.about-section {
  padding: 60px 0 95px;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(239,245,247,.95));
}

.about-layout {
  display: grid;
  grid-template-columns: 31% 1fr;
  gap: 8%;
  align-items: center;
}

.about-visual {
  position: relative;
  min-height: 410px;
  background: linear-gradient(140deg, #d8e6ea, #6a91a5 56%, #123c5d);
}

.about-visual::before {
  position: absolute;
  top: -33px;
  left: -33px;
  width: 92%;
  height: 96%;
  border: 2px solid var(--blue);
  content: "";
}

.about-visual::after {
  position: absolute;
  right: 18%;
  bottom: 0;
  width: 28%;
  height: 82%;
  border-radius: 48% 48% 0 0;
  content: "";
  background: linear-gradient(90deg, transparent 0 22%, rgba(13,49,69,.9) 23% 78%, transparent 79%), radial-gradient(circle at 50% 12%, #d4976f 0 8%, transparent 9%), linear-gradient(120deg, transparent 42%, #192e3d 43% 70%, transparent 71%);
}

.about-content h2 {
  position: relative;
  padding-left: 45px;
  color: #3c4448;
  font-size: 40px;
  line-height: 1.2;
}

.about-content h2::before {
  position: absolute;
  top: 22px;
  left: 0;
  width: 35px;
  height: 4px;
  content: "";
  background: var(--blue);
}

.about-content p {
  padding: 25px 0 33px;
  color: #606c72;
  font-size: 15px;
  line-height: 2;
}

.outline-button,
.more-button {
  display: inline-flex;
  justify-content: center;
  min-width: 140px;
  padding: 0 25px;
  border: 2px solid var(--blue);
  border-radius: 5px;
  color: var(--blue);
  font-size: 15px;
  line-height: 43px;
  transition: color .25s, background .25s;
}

.outline-button:hover,
.more-button:hover {
  color: var(--white);
  background: var(--blue);
}

.course-section {
  padding: 1px 0 45px;
  background: linear-gradient(145deg, rgba(5, 37, 61, .88), rgba(18, 70, 98, .78)), url("../images/course-bg.jpg") center / cover no-repeat;
}

.tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 35px;
}

.tabs button {
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 5px;
  color: var(--white);
  background: transparent;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  transition: .25s;
}

.tabs button:hover,
.tabs button.active {
  border-color: var(--deep);
  background: rgba(7, 39, 64, .9);
}

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

.course-card {
  position: relative;
  min-height: 275px;
  overflow: hidden;
  background: #f4f7f8;
  cursor: pointer;
}

.course-art {
  position: absolute;
  inset: 0;
  transition: filter .25s, transform .5s;
}

.course-art::before,
.course-art::after {
  position: absolute;
  content: "";
}

.course-art::before {
  right: 24%;
  bottom: -4%;
  width: 22%;
  height: 76%;
  border-radius: 45% 45% 0 0;
  background: linear-gradient(90deg, transparent 0 18%, rgba(13,30,42,.86) 20% 82%, transparent 84%);
  transform: skewX(-8deg);
}

.course-art::after {
  right: 6%;
  bottom: 16%;
  width: 35%;
  height: 12%;
  border: 11px solid rgba(16, 26, 35, .7);
  border-radius: 50%;
  transform: rotate(-10deg);
}

.course-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 48px;
  padding: 8px 15px;
  text-align: center;
  background: rgba(255,255,255,.86);
  transition: min-height .35s, background .35s;
}

.course-overlay h3 {
  color: #333f45;
  font-size: 18px;
  line-height: 32px;
}

.course-overlay p {
  max-height: 0;
  overflow: hidden;
  color: #667278;
  font-size: 13px;
  line-height: 1.7;
  transition: max-height .35s;
}

.course-card:hover .course-art {
  filter: brightness(.85);
  transform: scale(1.04);
}

.course-card:hover .course-overlay {
  min-height: 112px;
  background: rgba(255,255,255,.96);
}

.course-card:hover .course-overlay h3 {
  display: inline-block;
  padding: 0 25px;
  color: var(--white);
  background: rgba(9,44,73,.92);
  line-height: 34px;
  transform: translateY(-22px);
}

.course-card:hover .course-overlay p {
  max-height: 52px;
  margin-top: -12px;
}

.more-row {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.more-row .more-button {
  border-color: var(--white);
  color: var(--blue);
  background: var(--white);
}

.team-section {
  padding: 1px 0 48px;
  text-align: center;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.team-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: linear-gradient(145deg, #dfe9ed, #7192a0 60%, #143d5a);
}

.team-card::before {
  position: absolute;
  top: 12%;
  left: 50%;
  width: 26%;
  height: 14%;
  border-radius: 50%;
  content: "";
  background: #d29a70;
  transform: translateX(-50%);
}

.team-card::after {
  position: absolute;
  bottom: 0;
  left: 18%;
  width: 64%;
  height: 77%;
  border-radius: 48% 48% 0 0;
  content: "";
  background: linear-gradient(90deg, transparent 0 16%, #223845 18% 82%, transparent 84%);
}

.team-card .team-mask {
  position: absolute;
  right: 5%;
  bottom: 5%;
  left: 5%;
  z-index: 2;
  min-height: 50px;
  padding: 0 12px;
  color: var(--white);
  background: rgba(9,44,73,.9);
  transition: min-height .35s, background .35s;
}

.team-card h3 {
  font-size: 18px;
  line-height: 50px;
}

.team-card .team-meta,
.team-card .outline-button {
  display: none;
}

.team-card:hover .team-mask {
  min-height: 90%;
  padding: 30px 15px;
  background: rgba(0,0,0,.77);
}

.team-card:hover .team-meta {
  display: block;
  margin: 18px 0;
  color: #f4f7f8;
  font-size: 14px;
  line-height: 2;
}

.team-card:hover .outline-button {
  display: inline-flex;
  min-width: 118px;
  color: var(--navy);
  border-color: var(--white);
  background: var(--white);
}

.job-section {
  padding: 1px 0 45px;
  background: linear-gradient(145deg, rgba(17, 35, 46, .98), rgba(48, 93, 111, .98));
}

.job-circle-row {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 30px auto 18px;
}

.job-badge {
  position: relative;
  display: flex;
  width: 210px;
  height: 126px;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 16px;
  color: var(--white);
  background: #284e62 center / cover no-repeat;
  box-shadow: 0 12px 25px rgba(0,0,0,.2);
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .08em;
  transition: border-color .25s, filter .25s;
}

.job-badge::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(9,34,49,.02), rgba(9,34,49,.82));
}

.job-badge span {
  position: relative;
  z-index: 1;
  padding-bottom: 17px;
  text-shadow: 0 2px 8px rgba(0,0,0,.32);
}

.job-badge:hover {
  border-color: var(--white);
  filter: brightness(1.08);
}

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

.job-feature {
  display: grid;
  width: 62%;
  aspect-ratio: 1;
  min-height: 0;
  margin: 0 auto;
  padding: 24px;
  border-radius: 50%;
  place-items: center;
  text-align: center;
  background: #fff;
  transition: color .25s, background .25s;
}

.job-feature:hover {
  color: var(--white);
  background: var(--blue);
}

.job-feature h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 17px;
}

.job-feature h3::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 30px;
  height: 2px;
  content: "";
  background: currentColor;
  transform: translateX(50%);
}

.job-feature p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.9;
}

.honor-section {
  padding: 1px 0 50px;
  text-align: center;
}

.honor-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 25px 0 15px;
}

.honor-card {
  position: relative;
  display: flex;
  min-height: 250px;
  align-items: flex-end;
  overflow: hidden;
  padding: 0;
  border: 0;
  color: var(--white);
  background: #244e63 center / cover no-repeat;
  box-shadow: 0 8px 20px rgba(16, 45, 62, .18);
  text-align: left;
  transition: filter .25s, box-shadow .25s;
}

.honor-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(9, 44, 73, .02), rgba(9, 44, 73, .88));
}

.honor-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 22px 20px;
}

.honor-card strong {
  display: block;
  color: var(--white);
  font-size: 15px;
}

.honor-card span {
  display: block;
  margin-top: 10px;
  color: #e3eef1;
  font-size: 12px;
  line-height: 1.7;
}

.honor-card:hover {
  color: var(--white);
  box-shadow: 0 12px 25px rgba(16, 45, 62, .24);
  filter: brightness(1.08);
}

.wide-art {
  min-height: 200px;
  overflow: hidden;
  background: linear-gradient(110deg, #173a56 0 44%, #527a8c 44% 60%, #c59263 60% 72%, #172f44 72%);
}

.wide-art::after {
  display: block;
  height: 200px;
  content: "";
  opacity: .35;
  background: repeating-linear-gradient(125deg, transparent 0 60px, rgba(255,255,255,.45) 61px 64px, transparent 65px 130px);
}

.news-section {
  padding: 1px 0 45px;
  background: linear-gradient(135deg, #d8e3e6, #f8fafb 50%, #b1c6cd);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 25px 0 30px;
}

.news-card {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 15px;
  padding: 15px 15px 10px 10px;
  background: var(--white);
  transition: color .25s, background .25s;
}

.news-card:hover {
  color: var(--white);
  background: #18415f;
}

.news-date {
  border-right: 1px solid #ccd4d8;
  color: #58666d;
  text-align: center;
}

.news-card:hover .news-date {
  border-color: rgba(255,255,255,.25);
  color: var(--white);
}

.news-date b {
  display: block;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

.news-date span {
  display: block;
  font-size: 12px;
  line-height: 15px;
}

.news-card h3 {
  font-size: 16px;
  line-height: 25px;
}

.news-card p {
  display: -webkit-box;
  margin-top: 5px;
  overflow: hidden;
  color: #718089;
  font-size: 13px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-card:hover p {
  color: #dceaf0;
}

.partner-section {
  padding: 1px 0 48px;
}

.partner-track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  padding-top: 25px;
}

.partner-card {
  display: grid;
  min-height: 126px;
  grid-template-rows: 1fr auto;
  gap: 8px;
  padding: 12px 10px 11px;
  border: 1px solid #e1e7e9;
  place-items: center;
  color: #547080;
  background: var(--white);
  box-shadow: 0 3px 8px rgba(0,0,0,.07);
  font-size: 13px;
  letter-spacing: .08em;
  transition: color .25s, border .25s;
}

.partner-card img {
  display: block;
  width: 100%;
  height: 68px;
  object-fit: contain;
}

.partner-card span {
  font-size: 12px;
  letter-spacing: .08em;
}

.partner-card:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.site-footer {
  color: #dce8ed;
  background: #12354e;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1.4fr;
  gap: 60px;
  padding: 48px 0;
}

.footer-block h2 {
  margin-bottom: 16px;
  color: var(--white);
  font-size: 21px;
  font-weight: 400;
}

.footer-phone {
  color: var(--white);
  font-size: 26px;
  line-height: 1.2;
}

.footer-list li {
  margin-top: 7px;
  color: #c6d6dc;
  font-size: 13px;
}

.footer-list em {
  display: inline-block;
  min-width: 42px;
  color: #8bb0c0;
  font-style: normal;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 14px;
}

.footer-nav a {
  color: #c6d6dc;
  font-size: 13px;
  transition: color .25s;
}

.footer-nav a:hover {
  color: var(--accent);
}

.message-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.message-form input,
.message-form textarea {
  width: 100%;
  padding: 9px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 3px;
  color: var(--white);
  background: rgba(255,255,255,.08);
}

.message-form textarea {
  grid-column: 1 / -1;
  min-height: 80px;
  resize: vertical;
}

.message-form input::placeholder,
.message-form textarea::placeholder {
  color: #a9c0c9;
}

.message-form button {
  grid-column: 1 / -1;
  border: 1px solid #90baca;
  border-radius: 3px;
  color: var(--white);
  background: transparent;
  cursor: pointer;
  line-height: 38px;
  transition: background .25s;
}

.message-form button:hover {
  background: var(--blue);
}

.copyright {
  padding: 14px 15px;
  color: #9eb7c2;
  background: #0c2940;
  font-size: 12px;
  text-align: center;
}

.page-hero {
  position: relative;
  min-height: 285px;
  overflow: hidden;
  background: linear-gradient(115deg, #0b2b46, #1c6281 62%, #88a4a7);
}

.page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .22;
  background: repeating-linear-gradient(135deg, transparent 0 70px, rgba(255,255,255,.42) 71px 73px, transparent 74px 145px);
}

.page-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 285px;
}

.page-hero h1 {
  color: var(--white);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.15;
}

.page-hero p {
  margin-top: 10px;
  color: #d5e5ea;
  font-size: 15px;
}

.page-hero .crumb {
  position: absolute;
  right: 15px;
  bottom: 24px;
  color: #d5e5ea;
  font-size: 13px;
}

.interior {
  padding: 45px 0 70px;
}

.interior-layout {
  display: grid;
  grid-template-columns: 275px 1fr;
  gap: 40px;
  align-items: start;
}

.interior-layout.without-sidebar {
  display: block;
}

.side-panel {
  overflow: hidden;
  border-radius: 5px;
  background: #f0f3f4;
}

.side-heading {
  padding: 20px 15px;
  color: var(--white);
  background: var(--blue);
}

.side-heading h2 {
  font-size: 22px;
  line-height: 25px;
}

.side-heading span {
  font-size: 14px;
}

.side-links a {
  display: block;
  position: relative;
  padding: 0 30px 0 36px;
  border-top: 1px solid #d1d9dc;
  color: #4c5c64;
  background: #f0f3f4;
  font-size: 15px;
  line-height: 45px;
  transition: color .25s, background .25s;
}

.side-links a::before {
  position: absolute;
  left: 15px;
  content: ">";
  color: #6c7a81;
}

.side-links a:hover,
.side-links a.active {
  color: var(--white);
  background: var(--blue);
}

.side-links a.active {
  cursor: default;
}

.side-links a:hover::before,
.side-links a.active::before {
  color: var(--white);
}

.side-info {
  margin-top: 25px;
  padding: 22px 20px;
  background: #eef2f3;
}

.side-info h3 {
  color: #4d5d64;
  font-size: 18px;
}

.side-info p {
  margin-top: 6px;
  color: var(--blue);
  font-size: 13px;
}

.content-panel {
  min-width: 0;
}

.content-heading {
  padding-bottom: 13px;
  border-bottom: 1px dashed #cfd8dc;
}

.content-heading h2 {
  color: #334751;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
}

.content-heading p {
  margin-top: 4px;
  color: #8b979d;
  font-size: 13px;
}

.content-panel p {
  color: #5f6c73;
  font-size: 15px;
  line-height: 2;
}

.content-copy {
  padding-top: 20px;
}

.content-copy p + p {
  margin-top: 14px;
}

.course-intro-list {
  display: grid;
  gap: 20px;
  margin-top: 25px;
}

.course-intro-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 150px;
  overflow: hidden;
  border: 1px solid #dbe3e6;
  background: var(--white);
  transition: box-shadow .25s, border .25s;
}

.course-intro-card:hover {
  border-color: var(--blue);
  box-shadow: 0 8px 18px rgba(13, 57, 82, .1);
}

.course-intro-art {
  min-height: 150px;
  background: linear-gradient(135deg, #14384f, #8ca6ad 56%, #d2a36f);
}

.course-intro-card:nth-child(2) .course-intro-art {
  background: linear-gradient(135deg, #122e44, #4b8899 50%, #bf8861);
}

.course-intro-card:nth-child(3) .course-intro-art {
  background: linear-gradient(135deg, #31586a, #d5c2ae 50%, #183950);
}

.course-intro-card:nth-child(4) .course-intro-art {
  background: linear-gradient(135deg, #1a2732, #b77653 45%, #486f81);
}

.course-intro-card div:last-child {
  padding: 22px 25px;
}

.course-intro-card h3 {
  color: #173d56;
  font-size: 22px;
  line-height: 1.35;
}

.course-intro-card p {
  margin-top: 8px;
  font-size: 14px;
}

.course-detail-list {
  display: grid;
  gap: 20px;
  margin-top: 25px;
}

.detail-item {
  position: relative;
  padding: 26px 25px 25px 90px;
  border-radius: 5px;
  background: var(--white);
  box-shadow: 0 3px 11px rgba(16, 46, 63, .08);
}

.detail-number {
  position: absolute;
  top: 27px;
  left: 24px;
  color: var(--blue);

  font-size: 46px;
  line-height: 1;
}

.detail-item h3 {
  color: #173d56;
  font-size: 21px;
}

.detail-item h3 span {
  float: right;
  color: var(--blue);
  font-size: 15px;
}

.detail-item p {
  padding-top: 12px;
  font-size: 14px;
}

.grid-3,
.grid-4 {
  display: grid;
  gap: 20px;
  margin-top: 25px;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.profile-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #dbe6e8;
}

.profile-art {
  min-height: 310px;
  background: linear-gradient(145deg, #d7e5e8, #6e909e 55%, #163c55);
}

.profile-art::before {
  display: block;
  width: 29%;
  height: 15%;
  margin: 16% auto 0;
  border-radius: 50%;
  content: "";
  background: #d09a70;
}

.profile-art::after {
  display: block;
  width: 62%;
  height: 70%;
  margin: -2% auto 0;
  border-radius: 46% 46% 0 0;
  content: "";
  background: linear-gradient(90deg, transparent 0 18%, #233a47 19% 81%, transparent 82%);
}

.profile-card .profile-copy {
  padding: 14px;
  background: var(--white);
}

.profile-card h3 {
  color: #173d56;
  font-size: 18px;
  line-height: 1.3;
}

.profile-card p {
  margin-top: 4px;
  font-size: 13px;
}

.cert-card {
  position: relative;
  display: flex;
  min-height: 205px;
  align-items: flex-end;
  overflow: hidden;
  padding: 0;
  border: 0;
  color: var(--white);
  background: #244e63 center / cover no-repeat;
  box-shadow: 0 5px 15px rgba(18, 60, 93, .12);
  text-align: left;
  transition: filter .25s, box-shadow .25s;
}

.cert-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(9, 44, 73, .02), rgba(9, 44, 73, .88));
}

.cert-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 18px;
}

.cert-card strong {
  display: block;
  color: var(--white);
  font-size: 17px;
}

.cert-card span {
  display: block;
  margin-top: 8px;
  color: #e3eef1;
  font-size: 12px;
  line-height: 1.7;
}

.cert-card:hover {
  color: var(--white);
  box-shadow: 0 10px 22px rgba(18, 60, 93, .2);
  filter: brightness(1.08);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 28px 0;
  padding: 25px 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 12px rgba(18, 60, 93, .08);
}

.stat {
  position: relative;
  text-align: center;
}

.stat + .stat::before {
  position: absolute;
  top: 10%;
  left: 0;
  width: 1px;
  height: 80%;
  content: "";
  background: var(--blue);
}

.stat strong {
  display: block;
  color: var(--blue);
 
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
}

.stat span {
  color: #55656d;
  font-size: 14px;
}

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

.employment-card {
  min-height: 215px;
  padding: 25px 20px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(16, 46, 63, .08);
}

.employment-card h3 {
  color: var(--navy);
  font-size: 20px;
}

.employment-card p {
  margin-top: 10px;
  font-size: 14px;
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 35px;
  padding: 28px 0;
  background: linear-gradient(145deg, #0e3957, #4b8799);
}

.process-step {
  position: relative;
  text-align: center;
}

.process-step + .process-step::before {
  position: absolute;
  top: 40px;
  left: -2px;
  width: 4px;
  height: 1px;
  content: "";
  background: rgba(255,255,255,.55);
}

.process-step b {
  display: grid;
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--navy);
  background: var(--white);

  font-size: 32px;
}

.process-step h3 {
  color: var(--white);
  font-size: 15px;
}

.process-step p {
  margin-top: 4px;
  color: #d9edf1;
  font-size: 12px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 25px;
}

.gallery-item {
  min-height: 180px;
  overflow: hidden;
  background: linear-gradient(140deg, #173d56, #8aaab2 55%, #cb925f);
  transition: filter .25s;
}

.gallery-item:nth-child(2n) {
  background: linear-gradient(140deg, #d1e2e2, #547c8b 55%, #1b3c51);
}

.gallery-item:nth-child(3n) {
  background: linear-gradient(140deg, #233e4e, #c7ab91 55%, #6c96a1);
}

.gallery-item:hover {
  filter: brightness(1.12);
}

.registration-form {
  margin-top: 25px;
  padding: 30px;
  border: 1px solid #dce4e7;
  border-radius: 5px;
  background: var(--white);
}

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

.form-grid label {
  display: block;
  color: #52626a;
  font-size: 14px;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid #d6e0e4;
  border-radius: 3px;
  color: #536068;
  background: #fbfcfc;
}

.form-grid textarea,
.form-full {
  grid-column: 1 / -1;
}

.form-grid textarea {
  min-height: 135px;
  resize: vertical;
}

.submit-button {
  width: 180px;
  margin: 22px auto 0;
  border: 0;
  border-radius: 4px;
  color: var(--white);
  background: var(--navy);
  cursor: pointer;
  line-height: 45px;
  transition: background .25s;
}

.submit-button:hover {
  background: var(--blue);
}

.article-list {
  display: grid;
  gap: 22px;
  margin-top: 25px;
}

.article-card {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 22px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d0d8db;
}

.article-date {
  color: #5e6d74;
  text-align: center;
}

.article-date strong {
  display: block;

  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.article-date span {
  font-size: 13px;
}

.article-card h3 {
  font-size: 19px;
  line-height: 1.35;
}

.article-card h3 a:hover {
  color: var(--blue);
}

.article-card p {
  display: -webkit-box;
  margin-top: 9px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.article-meta {
  display: block;
  margin-top: 8px;
  color: #89969b;
  font-size: 12px;
}

.article-detail {
  max-width: 900px;
  margin: 25px auto 0;
}

.article-detail h2 {
  padding-bottom: 14px;
  border-bottom: 1px dashed #d0d8db;
  color: #2f424c;
  font-size: 27px;
  line-height: 1.35;
  text-align: center;
}

.article-detail .article-meta {
  text-align: center;
}

.article-body {
  padding: 25px 0 15px;
}

.article-body p {
  margin-top: 14px;
}

.article-callout {
  margin: 25px 0;
  padding: 24px;
  border-left: 4px solid var(--blue);
  color: #50616a;
  background: #eef4f6;
  font-size: 16px;
}

.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1439px) {
  .main-nav > ul > li > a {
    min-width: 70px;
    padding: 0 8px;
  }

  .footer-main {
    gap: 30px;
  }
}

@media (max-width: 1100px) {
  .nav-shell {
    min-height: 82px;
  }

  .main-nav > ul > li > a {
    font-size: 13px;
    line-height: 82px;
  }

  .main-nav > ul > li > a em {
    font-size: 9px;
  }

  .hero,
  .hero-inner {
    min-height: 530px;
  }

  .about-layout {
    gap: 5%;
  }

  .interior-layout {
    gap: 25px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 13px;
  }

  .container {
    width: min(100% - 24px, 600px);
  }

  .topbar .container {
    min-height: 34px;
    font-size: 11px;
  }

  .topbar p:last-child {
    display: none;
  }

  .nav-shell {
    min-height: 70px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 45px;
    height: 45px;
    margin-right: 8px;
  }

  .brand-mark b {
    font-size: 13px;
  }

  .brand-copy {
    font-size: 13px;
  }

  .brand-copy span {
    margin-top: 3px;
    font-size: 8px;
  }

  .mobile-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 70px;
    right: 12px;
    left: 12px;
    display: none;
    padding: 8px 0;
    border: 1px solid #d8e0e3;
    background: var(--white);
    box-shadow: 0 8px 18px rgba(10, 43, 66, .12);
  }

  .main-nav.open {
    display: block;
  }

  .main-nav > ul {
    display: block;
  }

  .main-nav > ul > li > a {
    min-width: 0;
    padding: 6px 15px;
    line-height: 1.4;
    text-align: left;
  }

  .main-nav > ul > li > a span,
  .main-nav > ul > li > a em {
    display: inline;
  }

  .main-nav > ul > li > a em {
    margin-left: 8px;
  }

  .sub-nav {
    position: static;
    display: none;
    min-width: 0;
    padding: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .main-nav li:hover .sub-nav {
    display: block;
  }

  .sub-nav a {
    padding-left: 30px;
    font-size: 12px;
  }

  .hero,
  .hero-inner {
    min-height: 580px;
  }

  .hero-art::after {
    right: -12%;
    width: 65%;
    height: 80%;
  }

  .hero-inner {
    display: block;
    padding-top: 35px;
  }

  .hero-card {
    width: 90%;
    padding: 20px 20px 35px;
  }

  .hero-frame {
    width: 100%;
    padding: 20px 17px 30px;
    border-width: 5px;
  }

  .hero-frame h1 {
    margin-top: 20px;
    font-size: 55px;
  }

  .hero-frame p {
    margin-top: 20px;
    font-size: 12px;
  }

  .hero-copy {
    width: 74%;
    margin: 15px 0 0 18%;
  }

  .hero-copy h2 {
    font-size: 32px;
  }

  .hero-copy p {
    font-size: 13px;
  }

  .slider-controls {
    right: 10px;
    left: 10px;
  }

  .slider-controls button {
    width: 34px;
    height: 50px;
  }

  .section-title {
    margin: 38px 0 25px;
  }

  .section-title h2 {
    font-size: 25px;
  }

  .about-section {
    padding: 35px 0 62px;
  }

  .about-layout {
    display: block;
  }

  .about-visual {
    width: 75%;
    min-height: 330px;
    margin: 0 auto 42px;
  }

  .about-visual::before {
    top: -20px;
    left: -20px;
  }

  .about-content h2 {
    font-size: 32px;
  }

  .about-content p {
    font-size: 14px;
  }

  .course-section,
  .job-section {
    padding-bottom: 35px;
  }

  .tabs {
    gap: 7px;
    margin-bottom: 25px;
  }

  .tabs button {
    padding: 0 12px;
    font-size: 13px;
    line-height: 36px;
  }

  .course-grid,
  .team-grid,
  .news-grid,
  .grid-3,
  .employment-grid {
    grid-template-columns: 1fr;
  }

  .course-card {
    min-height: 245px;
  }

  .team-card {
    min-height: 370px;
  }

  .team-card:hover .team-mask {
    min-height: 50px;
    padding: 0 12px;
    background: rgba(9,44,73,.9);
  }

  .team-card:hover .team-meta,
  .team-card:hover .outline-button {
    display: none;
  }

  .job-circle-row {
    gap: 10px;
  }

  .job-badge {
    width: auto;
    height: 104px;
    flex: 1 1 0;
    font-size: 14px;
  }

  .job-badge span {
    padding-bottom: 13px;
  }

  .job-feature-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .job-feature {
    width: 62%;
    min-height: 0;
  }

  .honor-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .honor-card {
    min-height: 190px;
  }

  .partner-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-main {
    display: block;
    padding: 35px 0;
  }

  .footer-block + .footer-block {
    margin-top: 28px;
  }

  .page-hero,
  .page-hero .container {
    min-height: 220px;
  }

  .page-hero h1 {
    font-size: 38px;
  }

  .page-hero .crumb {
    right: 12px;
    bottom: 16px;
    font-size: 11px;
  }

  .interior {
    padding: 30px 0 50px;
  }

  .interior-layout {
    display: block;
  }

  .side-panel {
    margin-bottom: 25px;
  }

  .side-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .side-links a {
    font-size: 12px;
    line-height: 38px;
  }

  .side-info {
    display: none;
  }

  .content-heading h2 {
    font-size: 24px;
  }

  .content-panel p {
    font-size: 14px;
  }

  .course-intro-card {
    grid-template-columns: 105px 1fr;
    min-height: 125px;
  }

  .course-intro-art {
    min-height: 125px;
  }

  .course-intro-card div:last-child {
    padding: 15px;
  }

  .course-intro-card h3 {
    font-size: 17px;
  }

  .course-intro-card p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .detail-item {
    padding: 20px 18px 20px 65px;
  }

  .detail-number {
    top: 20px;
    left: 18px;
    font-size: 35px;
  }

  .detail-item h3 {
    font-size: 18px;
  }

  .detail-item h3 span {
    float: none;
    display: block;
    margin-top: 4px;
  }

  .grid-4,
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .profile-art {
    min-height: 220px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }

  .stat:nth-child(3)::before {
    display: none;
  }

  .stat strong {
    font-size: 32px;
  }

  .process {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 0;
  }

  .process-step:nth-child(3)::before {
    display: none;
  }

  .process-step + .process-step::before {
    top: 40px;
  }

  .registration-form {
    padding: 20px 15px;
  }

  .form-grid,
  .message-form {
    grid-template-columns: 1fr;
  }

  .form-grid textarea,
  .form-full,
  .message-form textarea,
  .message-form button {
    grid-column: auto;
  }

  .article-card {
    grid-template-columns: 75px 1fr;
    gap: 12px;
  }

  .article-date strong {
    font-size: 35px;
  }

  .article-card h3 {
    font-size: 17px;
  }

  .article-card p {
    font-size: 13px;
  }

  .article-detail h2 {
    font-size: 23px;
  }
}

.hero-art {
  background: #111d27 url("../images/fitness-hero.jpg") center / cover no-repeat;
}

.hero-art::after,
.hero-art-alt::after {
  display: none;
}

.hero-art-alt {
  background: #214e67 url("../images/fitness-hero-alt.jpg") center / cover no-repeat;
}

.about-visual {
  background: #6a91a5 url("../images/home-about.jpg") center / cover no-repeat;
}

.about-visual::after {
  display: none;
}

.course-art {
  background: #244e63 url("../images/course-card-1.jpg") center / cover no-repeat;
}

.course-art::before,
.course-art::after {
  display: none;
}

.team-card {
  background: #6f95a2 url("../images/fitness-team.jpg") center / cover no-repeat;
}

.team-card::before,
.team-card::after {
  display: none;
}

.job-section {
  background: linear-gradient(rgba(17, 35, 46, .6), rgba(48, 93, 111, .64)), url("../images/fitness-hero.jpg") center / cover no-repeat;
}

.wide-art {
  background: #173a56 url("../images/home-consult.jpg") center / cover no-repeat;
}

.wide-art::after {
  display: none;
}

.news-section {
  background: linear-gradient(rgba(216, 227, 230, .56), rgba(248, 250, 251, .78)), url("../images/fitness-news.jpg") center / cover no-repeat;
}

.profile-art {
  background: #6e909e url("../images/fitness-team.jpg") center / cover no-repeat;
}

.profile-art::before,
.profile-art::after {
  display: none;
}

.gallery-item {
  background: #1a4058 url("../images/fitness-studio.jpg") center / cover no-repeat;
}

.gallery-item:nth-child(2n) {
  background: #547c8b url("../images/fitness-course.jpg") center / cover no-repeat;
}

.gallery-item:nth-child(3n) {
  background: #233e4e url("../images/fitness-team.jpg") center / cover no-repeat;
}

.page-hero {
  background: #1c6281 url("../images/page-banner.jpg") center / cover no-repeat;
}

.course-intro-list {
  max-width: 1030px;
  margin: 38px auto 0;
}

.course-intro-card {
  position: relative;
  display: grid;
  grid-template-columns: 58% 42%;
  min-height: 285px;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: #e7e7e7;
  box-shadow: 0 5px 14px rgba(18, 60, 93, .08);
}

.course-intro-card::before,
.course-intro-card::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
  transform: skewX(-32deg);
}

.course-intro-card::before {
  top: -42%;
  right: 25%;
  width: 12%;
  height: 190%;
  background: rgba(255, 255, 255, .94);
}

.course-intro-card::after {
  right: 5%;
  bottom: -62%;
  width: 56%;
  height: 120%;
  background: rgba(255, 255, 255, .9);
}

.course-intro-card .course-intro-art {
  grid-column: 2;
  grid-row: 1;
  min-height: 285px;
  z-index: 2;
  background: #849ba3 center / cover no-repeat;
}

.course-intro-card:nth-child(1) .course-intro-art {
  background: #244e63 url("../images/home-course-coach.jpg") center / cover no-repeat;
}

.course-intro-card:nth-child(2) .course-intro-art {
  background: #214e67 url("../images/home-course-strength.jpg") center / cover no-repeat;
}

.course-intro-card:nth-child(3) .course-intro-art {
  background: #6f95a2 url("../images/home-course.jpg") center / cover no-repeat;
}

.course-intro-card:nth-child(4) .course-intro-art {
  background: #173a56 url("../images/home-course-functional.jpg") center / cover no-repeat;
}

.course-intro-card > div:last-child {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  padding: 38px 20px 38px 38px;
}

.course-intro-card h3 {
  color: #0b3d5c;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}

.course-intro-card h4 {
  margin-top: 8px;
  color: #0d405f;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.45;
}

.course-intro-card p {
  max-width: 610px;
  margin-top: 25px;
  color: #526067;
  font-size: 15px;
  line-height: 1.9;
}

.course-intro-card:hover {
  border-color: transparent;
  box-shadow: 0 9px 20px rgba(18, 60, 93, .14);
}

.course-intro-card:hover .course-intro-art {
  filter: saturate(1.08) contrast(1.03);
}

@media (max-width: 767px) {
  .course-intro-list {
    margin-top: 25px;
  }

  .course-intro-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .course-intro-card .course-intro-art {
    grid-column: 1;
    grid-row: 1;
    min-height: 170px;
  }

  .course-intro-card > div:last-child {
    grid-column: 1;
    grid-row: 2;
    padding: 22px 18px 25px;
  }

  .course-intro-card h3 {
    font-size: 25px;
  }

  .course-intro-card h4 {
    font-size: 16px;
  }

  .course-intro-card p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.75;
  }
}

.course-detail-list {
  max-width: 1030px;
  margin: 32px auto 0;
}

.detail-item {
  min-height: 82px;
  padding: 25px 30px 24px 90px;
  border: 1px solid #e1e7e9;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(18, 60, 93, .08);
  transition: color .25s, background .25s, border .25s, box-shadow .25s;
}

.detail-item:hover {
  border-color: #0b3d5c;
  color: #fff;
  background: #0b3d5c;
  box-shadow: 0 8px 18px rgba(18, 60, 93, .17);
}

.detail-number {
  color: #0b6591;
  font-size: 38px;
}

.detail-item h3 {
  color: #173d56;
  font-size: 21px;
}

.detail-item h3 span {
  color: #0b6591;
  font-size: 15px;
}

.detail-item p {
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
  opacity: 0;
  color: #d8e8ed;
  transition: max-height .3s, padding-top .3s, opacity .3s;
}

.detail-item:hover h3,
.detail-item:hover h3 span,
.detail-item:hover .detail-number {
  color: #fff;
}

.detail-item:hover p {
  max-height: 100px;
  padding-top: 12px;
  opacity: 1;
}

@media (max-width: 767px) {
  .course-detail-list {
    margin-top: 24px;
  }

  .detail-item {
    min-height: 0;
    padding: 20px 18px 18px 64px;
  }

  .detail-number {
    top: 20px;
    left: 18px;
    font-size: 32px;
  }

  .detail-item h3 {
    font-size: 18px;
  }

  .detail-item h3 span {
    display: block;
    margin-top: 4px;
  }

  .detail-item p,
  .detail-item:hover p {
    max-height: none;
    padding-top: 10px;
    opacity: 1;
    color: #5f6c73;
  }

  .detail-item:hover p {
    color: #d8e8ed;
  }
}

.feature-page .content-panel {
  width: 100%;
}

.feature-page .content-heading {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.feature-page .content-heading::after {
  display: block;
  width: 38px;
  height: 3px;
  margin: 14px auto 0;
  content: "";
  background: var(--blue);
}

.feature-page .content-copy {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.feature-team-grid,
.student-team-grid {
  max-width: 1080px;
  margin: 38px auto 0;
}

.feature-team-grid .team-card {
  min-height: 430px;
  box-shadow: 0 8px 22px rgba(14, 54, 76, .14);
}

.feature-team-grid .team-card:nth-child(2),
.student-team-grid .team-card:nth-child(2) {
  background-image: linear-gradient(rgba(10, 38, 55, .08), rgba(10, 38, 55, .48)), url("../images/fitness-hero-alt.jpg");
  background-position: center 32%;
}

.feature-team-grid .team-card:nth-child(3),
.student-team-grid .team-card:nth-child(3) {
  background-image: linear-gradient(rgba(10, 38, 55, .08), rgba(10, 38, 55, .48)), url("../images/fitness-course.jpg");
  background-position: center 35%;
}

.feature-team-grid .team-card:nth-child(4),
.student-team-grid .team-card:nth-child(4) {
  background-image: linear-gradient(rgba(10, 38, 55, .08), rgba(10, 38, 55, .48)), url("../images/fitness-wide.jpg");
  background-position: center 36%;
}

.feature-team-grid .team-card:nth-child(5),
.student-team-grid .team-card:nth-child(5) {
  background-image: linear-gradient(rgba(10, 38, 55, .08), rgba(10, 38, 55, .48)), url("../images/fitness-news.jpg");
  background-position: center 30%;
}

.feature-team-grid .team-card:nth-child(6),
.student-team-grid .team-card:nth-child(6) {
  background-image: linear-gradient(rgba(10, 38, 55, .08), rgba(10, 38, 55, .48)), url("../images/fitness-studio.jpg");
  background-position: center 34%;
}

.student-team-grid .team-card {
  min-height: 305px;
  box-shadow: 0 8px 22px rgba(14, 54, 76, .12);
}

.student-team-grid .team-card:first-child {
  background-image: linear-gradient(rgba(10, 38, 55, .08), rgba(10, 38, 55, .48)), url("../images/fitness-about.jpg");
  background-position: center 38%;
}

.student-team-grid .team-card:nth-child(7) {
  background-image: linear-gradient(rgba(10, 38, 55, .08), rgba(10, 38, 55, .48)), url("../images/fitness-hero.jpg");
  background-position: center 36%;
}

.student-team-grid .team-card:nth-child(8) {
  background-image: linear-gradient(rgba(10, 38, 55, .08), rgba(10, 38, 55, .48)), url("../images/fitness-wide.jpg");
  background-position: center 34%;
}

.student-team-grid .team-mask {
  min-height: 58px;
}

.student-team-grid .team-card:hover .team-mask {
  min-height: 86%;
}

.employment-page .stats-grid {
  grid-template-columns: repeat(5, 1fr);
  max-width: 1080px;
  margin: 35px auto 0;
}

.career-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  max-width: 1080px;
  margin: 30px auto 0;
  padding: 36px 42px;
  color: var(--white);
  background: linear-gradient(110deg, rgba(7, 36, 55, .98), rgba(24, 95, 119, .94));
  box-shadow: 0 10px 25px rgba(13, 49, 69, .18);
}

.career-message > div {
  max-width: 680px;
}

.eyebrow {
  display: block;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
}

.career-message h3 {
  margin-top: 8px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.35;
}

.career-message p {
  margin-top: 10px;
  color: #d9e9ee;
  font-size: 14px;
  line-height: 1.9;
}

.career-message .outline-button {
  flex: 0 0 auto;
  border-color: rgba(255,255,255,.8);
  color: var(--white);
}

.career-message .outline-button:hover {
  color: var(--navy);
  background: var(--white);
}

.employment-page .employment-grid {
  max-width: 1080px;
  margin: 46px auto 0;
  align-items: start;
}

.employment-page .employment-card {
  position: relative;
  min-height: 235px;
  padding: 30px 26px 28px;
  border-top: 4px solid var(--blue);
  border-radius: 0;
  box-shadow: 0 8px 20px rgba(16, 46, 63, .1);
}

.employment-page .employment-card:nth-child(2) {
  margin-top: 38px;
  border-top-color: var(--accent);
}

.employment-page .employment-card:nth-child(3) {
  margin-top: 76px;
  border-top-color: #6f9da6;
}

.card-index {
  display: block;
  color: #b1c2c8;

  font-size: 34px;
  line-height: 1;
}

.employment-page .employment-card h3 {
  margin-top: 18px;
  font-size: 20px;
}

.employment-page .employment-card p {
  margin-top: 12px;
  color: #647279;
  line-height: 1.9;
}

.employment-page .process {
  max-width: 1080px;
  margin: 48px auto 0;
}

.registration-page .content-copy {
  max-width: 760px;
}

.registration-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1080px;
  margin: 36px auto 0;
}

.registration-notes article {
  min-height: 180px;
  padding: 24px 22px;
  border: 1px solid #dce5e8;
  background: #fff;
  box-shadow: 0 7px 18px rgba(18, 60, 93, .08);
}

.registration-notes span {
  display: block;
  color: var(--blue);

  font-size: 30px;
  line-height: 1;
}

.registration-notes h3 {
  margin-top: 18px;
  color: #173d56;
  font-size: 19px;
}

.registration-notes p {
  margin-top: 7px;
  color: #647279;
  font-size: 13px;
  line-height: 1.8;
}

.registration-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1080px;
  margin: 36px auto 0;
  padding: 26px 0;
  background: linear-gradient(110deg, #0c3652, #4a8798);
}

.registration-process .process-step b {
  width: 68px;
  height: 68px;
  margin-bottom: 12px;
  font-size: 25px;
}

.registration-page .registration-form {
  max-width: 1080px;
  margin: 34px auto 0;
  padding: 34px 38px 38px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 9px 24px rgba(18, 60, 93, .1);
}

.form-caption {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #d3dfe3;
}

.form-caption h3 {
  margin-top: 7px;
  color: #173d56;
  font-size: 24px;
  font-weight: 400;
}

.form-caption p {
  margin-top: 4px;
  color: #8a969c;
  font-size: 13px;
}

.about-page .content-panel {
  width: 100%;
}

.about-intro {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 8%;
  max-width: 1080px;
  margin: 0 auto;
  align-items: center;
}

.about-intro .about-visual {
  min-height: 430px;
  margin: 0;
  box-shadow: 0 10px 24px rgba(18, 60, 93, .15);
}

.about-intro-copy {
  padding: 15px 0;
}

.about-intro-copy h2 {
  margin-top: 10px;
  color: #334751;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.25;
}

.about-intro-copy p {
  margin-top: 18px;
  color: #5f6c73;
  font-size: 15px;
  line-height: 2;
}

.about-intro-copy .outline-button {
  margin-top: 23px;
}

.about-stats {
  max-width: 1080px;
  margin: 42px auto 0;
}

.about-campus,
.about-contact {
  display: grid;
  grid-template-columns: 38% 62%;
  max-width: 1080px;
  min-height: 330px;
  margin: 42px auto 0;
  overflow: hidden;
}

.about-campus {
  background: linear-gradient(110deg, #0d3652, #245f75);
}

.about-campus-copy {
  padding: 42px 35px;
  color: var(--white);
}

.about-campus-copy h2,
.about-contact-copy h2 {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.35;
}

.about-campus-copy p,
.about-contact-copy p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.9;
}

.about-campus-copy p {
  color: #d4e7ec;
}

.about-campus-copy .more-button {
  margin-top: 22px;
  color: var(--navy);
  background: var(--white);
}

.about-campus-copy .more-button:hover {
  color: var(--white);
  background: var(--blue);
}

.about-campus-art {
  min-height: 330px;
}

.about-campus-art .wide-art,
.about-contact-art .wide-art {
  height: 100%;
  min-height: 330px;
}

.about-contact {
  grid-template-columns: 52% 48%;
  background: #fff;
  box-shadow: 0 8px 22px rgba(18, 60, 93, .1);
}

.about-contact-art {
  min-height: 330px;
}

.about-contact-copy {
  padding: 38px 35px;
}

.about-contact-copy p {
  color: #647279;
}

.about-contact-copy ul {
  margin-top: 18px;
  border-top: 1px solid #e0e7e9;
}

.about-contact-copy li {
  display: flex;
  gap: 15px;
  padding: 9px 0;
  border-bottom: 1px solid #e0e7e9;
  color: #5f6c73;
  font-size: 13px;
}

.about-contact-copy li strong {
  min-width: 58px;
  color: var(--navy);
}

.about-contact-copy .outline-button {
  margin-top: 22px;
}

@media (max-width: 1100px) {
  .feature-team-grid,
  .student-team-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .employment-page .stats-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .about-intro,
  .about-campus,
  .about-contact {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .feature-page .content-copy {
    padding-top: 15px;
  }

  .feature-team-grid,
  .student-team-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 25px;
  }

  .feature-team-grid .team-card,
  .student-team-grid .team-card {
    min-height: 350px;
  }

  .feature-team-grid .team-card:hover .team-mask,
  .student-team-grid .team-card:hover .team-mask {
    min-height: 58px;
    padding: 0 12px;
    background: rgba(9,44,73,.9);
  }

  .feature-team-grid .team-card:hover .team-meta,
  .feature-team-grid .team-card:hover .outline-button,
  .student-team-grid .team-card:hover .team-meta {
    display: none;
  }

  .employment-page .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    margin-top: 25px;
  }

  .employment-page .stat:nth-child(3)::before,
  .employment-page .stat:nth-child(5)::before {
    display: none;
  }

  .career-message {
    display: block;
    margin-top: 22px;
    padding: 26px 22px;
  }

  .career-message h3 {
    font-size: 23px;
  }

  .career-message p {
    font-size: 13px;
  }

  .career-message .outline-button {
    margin-top: 20px;
  }

  .employment-page .employment-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 25px;
  }

  .employment-page .employment-card:nth-child(2),
  .employment-page .employment-card:nth-child(3) {
    margin-top: 0;
  }

  .employment-page .process {
    margin-top: 28px;
  }

  .registration-notes {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 25px;
  }

  .registration-notes article {
    min-height: 0;
    padding: 20px;
  }

  .registration-process {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    margin-top: 25px;
  }

  .registration-process .process-step:nth-child(3)::before {
    display: none;
  }

  .registration-page .registration-form {
    margin-top: 25px;
    padding: 24px 18px 26px;
  }

  .form-caption h3 {
    font-size: 21px;
  }

  .about-intro {
    display: block;
  }

  .about-intro .about-visual {
    width: 82%;
    min-height: 330px;
    margin: 0 auto 32px;
  }

  .about-intro-copy {
    padding: 0;
  }

  .about-intro-copy h2 {
    font-size: 30px;
  }

  .about-intro-copy p {
    margin-top: 12px;
    font-size: 14px;
  }

  .about-stats {
    margin-top: 30px;
  }

  .about-campus,
  .about-contact {
    display: block;
    min-height: 0;
    margin-top: 30px;
  }

  .about-campus-copy,
  .about-contact-copy {
    padding: 28px 22px;
  }

  .about-campus-copy h2,
  .about-contact-copy h2 {
    font-size: 24px;
  }

  .about-campus-art,
  .about-contact-art {
    min-height: 220px;
  }

  .about-campus-art .wide-art,
  .about-contact-art .wide-art {
    min-height: 220px;
  }

  .about-contact-copy li {
    display: block;
  }

  .about-contact-copy li strong,
  .about-contact-copy li span {
    display: block;
  }

  .about-contact-copy li span {
    margin-top: 3px;
  }
}
