* {
  box-sizing: border-box;
  margin: 0;
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-family: "Manrope", sans-serif;
  background-color: #F2F4F6;
  color: #000;
}
body.modal-open {
  overflow: hidden;
}

.white-color {
  color: #fff;
}

.container {
  padding: 0 170px;
}

.d-f {
  display: flex;
}

.d-f-c {
  display: flex;
  flex-direction: column;
}

.s-b {
  justify-content: space-between;
}

.a-c {
  align-items: center;
}

.logo {
  height: 35px;
}

.common-btn {
  padding: 0 25px;
  cursor: pointer;
  border: 1px solid #C73E1D;
  color: #C73E1D;
  height: 58px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  border-radius: 50px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}
.common-btn.fill {
  background-color: #C73E1D;
  color: #EDECF0;
}
.common-btn img {
  width: 20px;
  height: 20px;
}

.text-btn {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  background-color: #fff;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #000;
  text-decoration: unset;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 18px 25px 18px 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  width: 100%;
}
input:focus {
  outline: 1px solid rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(0, 0, 0, 0.5);
}

header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 21px;
  height: 46px;
}
header nav {
  gap: 50px;
}
header .nav-link {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #000;
  text-decoration: unset;
}
header .nav-link:hover {
  text-decoration: underline;
}

.backdrop {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.56);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.backdrop.visible {
  opacity: 1;
  pointer-events: all;
}
.backdrop .modal {
  background-color: #fff;
  width: 50%;
  border-radius: 50px;
  padding: 50px 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  max-height: 80%;
  display: flex;
  flex-direction: column;
}
.backdrop .modal .content {
  overflow: auto;
}
.backdrop .modal h3 {
  margin-bottom: 20px;
}
.backdrop .modal p {
  margin-bottom: 10px;
}
.backdrop .modal button {
  width: 200px;
  justify-content: center;
  margin: 30px auto 0 auto;
}

footer {
  background: rgb(30, 30, 36);
}
footer.container {
  padding-top: 92px;
  padding-bottom: 100px;
}
footer .inner-content {
  padding: 0 94px;
}
footer .contact {
  gap: 20px;
  margin-bottom: 150px;
}
footer .contact .left {
  padding: 50px;
  border-radius: 50px;
  background: rgb(255, 255, 255);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
footer .contact input + input {
  margin-top: 20px;
}
footer .contact .button-bar {
  margin-top: 30px;
  overflow: hidden;
}
footer .contact button {
  width: 226px;
  transition: all 0.8s ease;
  white-space: nowrap;
  opacity: 1;
}
footer .contact button.sent {
  width: 0;
  padding: 0;
  border-width: 0;
  opacity: 0;
}
footer .contact .success-message {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  transition: all 0.6s ease;
  transition-delay: 0.8s;
  opacity: 0;
}
footer .contact .success-message.visible {
  opacity: 1;
}
footer .contact .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}
footer .contact p {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
footer .contact .right {
  width: 326px;
  padding: 30px;
  border-radius: 50px;
  background: rgb(255, 255, 255);
  flex-shrink: 0;
}
footer .contact .right > img {
  margin-bottom: 20px;
  width: 80px;
}
footer .contact .right p {
  margin-bottom: 30px;
}
footer .contact .right .text-btn + .text-btn {
  margin-top: 10px;
}
footer .links {
  display: grid;
  padding: 0 39px;
  grid-template-columns: 400px 296px 1fr 287px;
  color: #fff;
}
footer .links .first img {
  margin-bottom: 66px;
}
footer .links .first .label {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.7;
  margin-bottom: 9px;
}
footer .links .first a {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  color: white;
  text-decoration: unset;
}
footer .links .second .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 39px;
}
footer .links .second .footer-link {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
  text-decoration: unset;
  margin-bottom: 8px;
}
footer .links .socials {
  gap: 17px;
  margin-bottom: 99px;
}
footer .links .useful-links a {
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 900px) {
  .desktop-only {
    display: none !important;
  }
  body {
    overflow-x: hidden;
  }
  .container {
    padding: 0 16px;
  }
  .logo {
    height: 20px;
  }
  .burger-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: none;
    background: rgb(241, 143, 1);
    border-radius: 50%;
  }
  .common-btn {
    width: 100%;
    justify-content: center;
  }
  header .logo {
    height: 20px;
  }
  header .inner-content {
    padding: 0;
  }
  header .nav-backdrop {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.56);
    z-index: 4;
    top: -21px;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
  }
  header .nav-backdrop.visible {
    opacity: 1;
    pointer-events: all;
  }
  header nav {
    width: 88%;
    border-radius: 25px 0px 0px 25px;
    height: 100vh;
    padding-right: 16px;
    padding-top: 100px;
    padding-left: 50px;
    position: fixed;
    top: 0;
    right: -88%;
    background-color: #fff;
    z-index: 5;
    flex-direction: column;
    gap: 20px;
    transition: all 0.3s ease-in-out;
  }
  header nav.visible {
    right: 0;
  }
  header nav button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: none;
    background: rgb(241, 143, 1);
    border-radius: 50%;
    position: absolute;
    right: 16px;
    top: 21px;
  }
  header .nav-link {
    font-size: 18px;
    line-height: 22px;
  }
  .backdrop .modal {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    padding: 30px 15px;
    border-radius: 30px;
    width: 90%;
    max-height: 80vh;
    display: grid;
    grid-template-rows: max-content 1fr 68px;
    gap: 20px;
  }
  .backdrop .modal h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 0;
  }
  .backdrop .modal .content {
    overflow: auto;
  }
  .backdrop .modal button {
    margin-top: 10px;
  }
  footer.container {
    padding: 40px 16px;
  }
  footer .inner-content {
    padding: 0;
  }
  footer .contact {
    flex-direction: column;
    margin-bottom: 50px;
  }
  footer .contact .title {
    font-size: 25px;
    font-weight: 700;
    line-height: 120%;
  }
  footer .contact p {
    font-size: 17px;
    font-weight: 400;
    line-height: 120%;
  }
  footer .contact .right {
    width: unset;
    padding: 20px;
    border-radius: 30px;
  }
  footer .contact .right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 15px;
  }
  footer .contact .right button {
    margin-top: unset;
  }
  footer .contact .left {
    padding: 20px;
    border-radius: 30px;
    grid-template-columns: 100%;
    text-align: center;
  }
  footer .contact .left button {
    width: 100%;
    flex-shrink: 0;
  }
  footer .contact .left button.sent {
    width: 0;
  }
  footer .links {
    padding: 0;
    grid-template-columns: 100%;
  }
  footer .links .first img {
    margin-bottom: 40px;
  }
  footer .links .second {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  footer .links .socials {
    margin-bottom: 40px;
  }
}
@media (min-width: 901px) {
  .mobile-only {
    display: none !important;
  }
}
#hero {
  background-color: white;
  height: 900px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-top: 137px;
}
#hero .left {
  width: 853px;
}
#hero h1 {
  font-size: 80px;
  line-height: 104%;
  margin-bottom: 25px;
  font-weight: 600;
}
#hero p {
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 50px;
}
#hero .buttons-bar {
  gap: 17px;
}
#hero .right {
  display: grid;
  grid-template-columns: 340px 340px;
  gap: 20px;
  height: 631px;
  grid-template-rows: 211px 1fr 211px;
}
#hero .video-container {
  position: relative;
}
#hero .video-container .bubble {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 168px;
  border-radius: 50px;
  background: rgb(199, 62, 29);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
}
#hero .grid-item {
  border-radius: 50px;
}
#hero .grid-item:nth-child(2), #hero .grid-item:nth-child(3) {
  grid-row: span 2;
  overflow: hidden;
}
#hero .grid-item:last-child {
  background-color: #F18F01;
  padding: 30px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  color: #fff;
  gap: 15px;
  position: relative;
}
#hero .feature-item {
  gap: 10px;
  align-items: flex-start;
}
#hero .feature-item img {
  margin-top: 5px;
}
#hero .students {
  display: flex;
  align-items: center;
  gap: -10;
  padding: 10px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50px;
  box-shadow: 5px 10px 13.5px 0px rgba(0, 0, 0, 0.2);
  background: rgb(242, 244, 246);
  position: absolute;
  right: -45px;
  bottom: -45px;
}
#hero .students img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero .students img + img {
  margin-left: -10px;
}
#hero .students .overall-count {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: -10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 110%;
  background: rgb(199, 62, 29);
  display: flex;
  align-items: center;
  justify-content: center;
}

h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
}

#teachers .inner-content {
  padding: 95px 80px 50px 130px;
}
#teachers h2 {
  width: 85%;
  margin-bottom: 72px;
}
#teachers .left {
  display: grid;
  grid-template-columns: 248px max-content;
  gap: 120px 40px;
}
#teachers .grid-item {
  gap: 10px;
}
#teachers .stat {
  font-size: 100px;
  line-height: 104%;
}
#teachers p {
  font-size: 18px;
  line-height: 140%;
}
#teachers .right {
  position: relative;
}
#teachers .label {
  position: absolute;
  right: 79px;
  top: -120px;
}

#stories {
  overflow: hidden;
}
#stories .inner-content {
  padding-top: 150px;
  padding-left: 130px;
}
#stories .story-cards-container {
  gap: 20px;
  margin-top: 70px;
  transition: all 0.3s ease-in-out;
}
#stories .story-card {
  width: 603px;
  height: 658px;
  padding: 30px;
  background-color: #fff;
  border-radius: 50px;
  flex-shrink: 0;
}
#stories .top-part {
  display: grid;
  grid-template-columns: 1fr 277px;
  gap: 0 30px;
}
#stories .top-part img {
  grid-row: span 2;
}
#stories .prices {
  gap: 25px;
  font-size: 20px;
  line-height: 110%;
  margin-bottom: 60px;
}
@media (min-width: 901px) {
  #stories .prices.narrow-margin {
    margin-bottom: 36px;
  }
}
#stories .labeled-price {
  gap: 5px;
}
#stories .labeled-price.orange {
  color: #F18F01;
}
#stories .price {
  font-size: 40px;
  line-height: 110%;
}
#stories .name-and-course {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
}
#stories .name-and-course span {
  font-weight: 400;
}
#stories .profile-link {
  font-size: 16px;
  line-height: 140%;
  color: #000;
  text-decoration: none;
}
#stories .profile-link.empty {
  opacity: 0;
  pointer-events: none;
}
#stories .story-content {
  align-items: flex-start;
  margin-top: 60px;
  flex-grow: 1;
}
#stories h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 20px;
}
#stories p {
  font-size: 18px;
  line-height: 140%;
}
#stories .story-photo {
  border-radius: 30px;
  width: 277px;
  height: 309px;
  -o-object-fit: cover;
     object-fit: cover;
}

#programs {
  padding-top: 150px;
  padding-bottom: 150px;
}
#programs .inner-content {
  padding: 0 130px;
}
#programs h2 {
  margin-bottom: 10px;
}
#programs p {
  width: 80%;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 70px;
}
#programs .courses {
  display: grid;
  grid-template-columns: 425px 425px 425px;
  gap: 20px;
}
#programs .course-card {
  padding: 30px;
  padding-top: 209px;
  border-radius: 50px;
  background: rgb(255, 255, 255);
  height: 477px;
  position: relative;
  text-decoration: none;
  color: #000;
  overflow: hidden;
}
#programs .course-card:hover .details {
  padding-right: 54px;
}
#programs .course-card:hover .details span {
  opacity: 1;
  width: 102px;
}
#programs .course-card:hover .details img {
  right: 20px;
}
#programs .badges {
  gap: 10px;
  margin-bottom: 15px;
}
#programs .course-badge {
  padding: 1px 10px 3px 10px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 140%;
  background: rgba(204, 204, 204, 0.5);
}
#programs .course-badge.accent {
  background-color: #C73E1D;
  color: #fff;
}
#programs h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 5px;
}
#programs .course-description {
  font-size: 16px;
  line-height: 130%;
}
#programs .details {
  position: absolute;
  left: 30px;
  bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  min-width: 50px;
  background-color: #F18F01;
  border-color: #F18F01;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #fff;
}
#programs .details span {
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: width 0.4s ease;
}
#programs .details img {
  position: absolute;
  right: 9px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
}
#programs .hint {
  position: absolute;
  font-weight: bold;
  font-size: 20px;
  left: 30px;
  bottom: 35px;
}
#programs .back {
  position: absolute;
  right: 0;
  top: 0;
}
#programs .back.special {
  left: 26px;
  top: 17px;
  bottom: unset;
}

#request-help {
  padding: 100px 0;
  background: rgb(30, 30, 36);
}
#request-help .inner-content {
  padding: 0 73px;
  gap: 20px;
}
#request-help .left {
  padding: 50px;
  border-radius: 50px;
  background: rgb(255, 255, 255);
  text-align: center;
  flex-grow: 1;
  align-items: center;
}
#request-help .left p {
  width: 500px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
#request-help h2 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}
#request-help .right {
  width: 367px;
  padding: 30px;
  border-radius: 50px;
  background: rgb(255, 255, 255);
}
#request-help .right p {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  margin-top: 10px;
  margin-bottom: 30px;
}
#request-help .right .text-btn + .text-btn {
  margin-top: 10px;
}

#graduates {
  padding-top: 150px;
  overflow: hidden;
}
#graduates .inner-content {
  padding: 0 140px;
}
#graduates p {
  margin-top: 10px;
  margin-bottom: 96px;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}
#graduates .companies {
  height: 110px;
  align-items: center;
  background: rgb(199, 62, 29);
}
#graduates .companies img {
  transition: all 3s linear;
}
#graduates .companies img.with-margin {
  transform: translateX(-100%);
}

#features {
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}
#features .inner-content {
  padding-left: 130px;
}
#features .feature-cards {
  gap: 20px;
  margin-top: 70px;
  transition: all 0.3s ease-in-out;
}
#features .feature-card {
  padding: 30px 50px;
  border-radius: 50px;
  background: rgb(255, 255, 255);
  width: 595px;
  height: 450px;
  position: relative;
  flex-shrink: 0;
}
#features .feature-card img {
  position: absolute;
  bottom: 30px;
  right: 50px;
}
#features h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 20px;
}
#features ul {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  padding-left: 30px;
}
#features .feature-number {
  position: absolute;
  bottom: 30px;
  left: 50px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 80px;
  font-weight: 600;
  line-height: 110%;
}

.carousel-buttons {
  gap: 20px;
}
.carousel-buttons .carousel-btn {
  width: 100px;
  height: 100px;
  border: 1px solid rgb(204, 204, 204);
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.carousel-buttons .carousel-btn.left {
  transform: rotateZ(180deg);
}
.carousel-buttons .carousel-btn:hover {
  border: 1px solid rgb(155, 155, 155);
}

#honor-board {
  background: rgb(32, 32, 32);
  padding-top: 125px;
  position: relative;
  overflow: hidden;
}
#honor-board .overlay {
  box-sizing: content-box;
  width: 246px;
  height: 246px;
  position: absolute;
  left: 50%;
  top: -1070px;
  transform: translateX(-50%);
  border: 1400px solid rgb(32, 32, 32);
  border-radius: 50%;
}
#honor-board .left-label {
  position: absolute;
  left: 170px;
  top: 216px;
  font-size: 25px;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
}
#honor-board .right-label {
  position: absolute;
  right: 170px;
  top: 216px;
  text-align: right;
  font-size: 25px;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
}
#honor-board .photos {
  display: grid;
  grid-template-columns: repeat(12, 8.33%);
}
#honor-board .photos img {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#honor-board .stripe {
  padding: 20px 0px;
  color: #fff;
  position: absolute;
  bottom: 39px;
  left: -20px;
  right: -20px;
  gap: 23px;
  font-size: 35px;
  font-weight: 600;
  line-height: 120%;
  align-items: center;
}
#honor-board .stripe-join {
  transform: rotate(3.04deg);
  background: rgb(241, 143, 1);
}
#honor-board .stripe-students {
  transform: rotate(-6.99deg);
  background: rgb(199, 62, 29);
  right: -60px;
}
#honor-board .stripe-students span,
#honor-board .stripe-students img {
  flex-shrink: 0;
}

#career {
  padding-top: 150px;
  padding-bottom: 190px;
}
#career .inner-content {
  padding: 0 130px;
}
#career h2 {
  margin-bottom: 50px;
}
#career .features {
  gap: 40px;
}
#career .left {
  flex-grow: 1;
  padding-top: 20px;
  gap: 30px;
}
#career .right {
  width: 514px;
  height: 400px;
  position: relative;
}
#career .feature-item {
  align-items: center;
  gap: 20px;
  font-size: 25px;
  font-weight: 400;
  line-height: 120%;
}
#career .feature-item svg {
  flex-shrink: 0;
}
#career .rocket {
  position: absolute;
  left: 9px;
  bottom: -119px;
}

@media (max-width: 900px) {
  #hero {
    padding-top: 84px;
    height: unset;
    padding-bottom: 95px;
  }
  #hero .container {
    flex-direction: column;
  }
  #hero .common-btn {
    height: 70px;
  }
  #hero h1 {
    font-size: 31px;
    font-weight: 600;
    line-height: 110%;
  }
  #hero p {
    display: none;
  }
  #hero .common-btn:last-child {
    display: none;
  }
  #hero .left {
    width: unset;
  }
  #hero .right {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    height: unset;
    margin-top: 75px;
  }
  #hero .video-container {
    display: none;
  }
  #hero .grid-item:nth-child(3) {
    display: none;
  }
  #hero .grid-item:last-child {
    padding-bottom: 70px;
  }
  #hero .students {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
  h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 115%;
  }
  #teachers {
    padding-top: 50px;
  }
  #teachers .inner-content {
    padding: 0;
  }
  #teachers h2 {
    width: unset;
    margin-bottom: 50px;
  }
  #teachers .teachers {
    flex-direction: column;
  }
  #teachers .left {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    margin-bottom: 56px;
  }
  #teachers .stat {
    font-size: 60px;
    font-weight: 400;
    line-height: 104%;
  }
  #teachers p {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }
  #teachers .right img:first-child {
    width: 100%;
  }
  #teachers .label {
    width: 99px;
    top: -48px;
    right: 41px;
  }
  #stories {
    overflow: hidden;
    padding: 0;
  }
  #stories .inner-content {
    padding-top: 70px;
    padding-left: 0;
  }
  #stories .top-part {
    padding: 0 16px;
  }
  #stories .carousel-buttons {
    display: none;
  }
  #stories .story-cards-container {
    margin-top: 40px;
    gap: 8px;
    transform: translateX(8px);
    overflow: auto;
  }
  #stories .story-card {
    padding: 20px;
    border-radius: 30px;
    flex-shrink: 0;
    height: unset;
    width: calc(100vw - 32px);
  }
  #stories .top-part {
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
  #stories .prices {
    flex-direction: row;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    gap: unset;
    justify-content: space-between;
  }
  #stories .price {
    font-size: 30px;
    font-weight: 400;
    line-height: 110%;
  }
  #stories .story-photo {
    width: 100%;
    height: 200px;
    -o-object-position: top;
       object-position: top;
  }
  #stories .story-card:nth-child(2) .story-photo {
    -o-object-position: center;
       object-position: center;
  }
  #stories .story-card:nth-child(4) .story-photo {
    -o-object-position: center -120px;
       object-position: center -120px;
  }
  #stories .story-card:nth-child(5) .story-photo {
    -o-object-position: center -54px;
       object-position: center -54px;
  }
  #stories .name-and-course {
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
  }
  #stories .story-content {
    margin-top: 30px;
  }
  #stories h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 10px;
  }
  #stories p {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 15px;
  }
  #stories .profile-link {
    text-decoration: underline;
  }
  #programs {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #programs .inner-content {
    padding: 0;
  }
  #programs .badges {
    flex-wrap: wrap;
  }
  #programs p {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    width: unset;
    margin-bottom: 40px;
  }
  #programs .courses {
    padding: 0;
    grid-template-columns: 1fr;
  }
  #programs .course-card {
    height: auto;
    padding: 20px;
    padding-top: 179px;
    border-radius: 30px;
  }
  #programs .course-card:hover .details {
    padding-right: 20px;
  }
  #programs .badges {
    margin-bottom: 30px;
  }
  #programs h3 {
    font-size: 25px;
  }
  #programs .details {
    position: static;
    margin-top: 32px;
    width: auto;
  }
  #programs .details span {
    opacity: 1;
    width: auto;
  }
  #programs .details img {
    position: static;
  }
  #programs .hint {
    position: static;
    margin-top: 32px;
  }
  #programs img {
    width: 75%;
  }
  #programs img.prompt {
    width: 80%;
  }
  #programs img.special {
    width: 120px;
    left: 13px;
    top: 15px;
  }
  #request-help {
    padding: 40px 0;
  }
  #request-help .inner-content {
    flex-direction: column;
    padding: 0;
  }
  #request-help .left {
    padding: 20px;
    border-radius: 30px;
  }
  #request-help .left p {
    font-size: 17px;
    font-weight: 400;
    line-height: 120%;
    width: unset;
  }
  #request-help h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 120%;
  }
  #request-help .right {
    width: unset;
    padding: 20px;
    border-radius: 30px;
  }
  #request-help .right p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }
  #graduates {
    padding-top: 70px;
  }
  #graduates .inner-content {
    padding: 0;
  }
  #graduates p {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 40px;
  }
  #graduates p br {
    display: none;
  }
  #graduates .companies {
    height: 80px;
  }
  #graduates .companies img {
    width: 130px;
  }
  #features {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }
  #features .inner-content {
    padding: 0;
  }
  #features .top-part {
    padding: 0 16px;
  }
  #features .carousel-buttons {
    display: none;
  }
  #features .feature-cards {
    margin-top: 40px;
    gap: 8px;
    transform: translateX(8px);
    overflow: auto;
  }
  #features .feature-card {
    padding: 20px;
    border-radius: 30px;
    height: 342px;
    width: calc(100vw - 40px);
  }
  #features .feature-card img {
    height: 115px;
    right: 14px;
    bottom: 20px;
    width: unset !important;
  }
  #features h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 110%;
  }
  #features ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }
  #features .feature-number {
    font-size: 50px;
    font-weight: 600;
    line-height: 110%;
    bottom: 20px;
    left: 20px;
  }
  #honor-board {
    padding-top: 50px;
  }
  #honor-board .photos {
    grid-template-columns: repeat(7, 14.29%);
  }
  #honor-board .photos img {
    -o-object-position: center !important;
       object-position: center !important;
  }
  #honor-board .stripe {
    padding: 8.25px 0px;
    gap: 10px;
    font-size: 14.44px;
    font-weight: 600;
    line-height: 120%;
    left: -223px;
    right: -223px;
    bottom: 108px;
  }
  #honor-board .stripe span {
    flex-shrink: 0;
  }
  #honor-board .stripe img {
    height: 8px;
  }
  #honor-board .stripe-join {
    transform: rotate(15deg);
  }
  #honor-board .stripe-students {
    transform: rotate(-15deg);
  }
  #career {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #career .inner-content {
    padding: 0;
  }
  #career h2 {
    margin-bottom: 40px;
  }
  #career .features {
    flex-direction: column;
    gap: 30px;
  }
  #career .left {
    gap: 16px;
  }
  #career .feature-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }
  #career .right {
    width: unset;
    height: unset;
  }
  #career .right img {
    width: 100%;
  }
}/*# sourceMappingURL=home.css.map */