@charset "UTF-8";
/*____________________TOKENS_______________________*/
/* COLORS */
/* SPACES */
/* FONT-STYLES */
@font-face {
  font-display: swap;
  font-family: "Poppins-Regular";
  font-style: normal;
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Poppins-Medium";
  font-style: normal;
  src: url("../fonts/Poppins/Poppins-Medium.ttf") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Poppins-Light";
  font-style: normal;
  src: url("../fonts/Poppins/Poppins-Light.ttf") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  src: url("../fonts/Quicksand/Quicksand-VariableFont_wght.ttf") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* FONT SIZES */
/*LINE HEIGHTS*/
/* FONT WEIGHT */
/* CONTAINER */
/* BUTTONS */
/* BORDERS */
/* HERO */
/*ANIMATION*/
/*WIDTH*/
/* RESPONSIVENESS */
/* BREAKPOINTS */
/*PADDING-X*/
/* MIXINS: TEMPLATE ONLY */
/*______________________BASICS_________________________*/
.basic {
  /* FONT SIZES */
  /*  BACKGROUNDS  */
  /* MARGINS RIGHT*/
  /* MARGINS LEFT*/
  /* MARGINS BOTTOM*/
  /* MARGINS TOP*/
  /* PADDINGS */
  /*  CONTAINER  */
  /*  TAGS  */
  /*  LINKS  */
  /*  BUTTONS  */
  /* TABLET */
  /* MOBILE */
}
.basic__blocker {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.basic__max-width {
  max-width: 1100px;
  margin: 0 auto;
}
.basic__max-width--small {
  padding-right: 300px;
  box-sizing: border-box;
}
.basic__hidden {
  display: none;
}
.basic__h1 {
  font-size: 38px;
  font-weight: 500;
  font-family: "Poppins-Medium", sans-serif;
  line-height: 47.5px;
  margin: 5px 0 20px 0;
}
.basic__h2 {
  font-size: 27px;
  font-weight: 500;
  font-family: "Poppins-Medium", sans-serif;
  line-height: 33.21px;
  margin: 5px 0 20px 0;
}
.basic__h3 {
  font-size: 23px;
  font-weight: 500;
  font-family: "Poppins-Medium", sans-serif;
  line-height: 28.29px;
  margin: 5px 0 20px 0;
}
.basic__title {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins-Medium", sans-serif;
  line-height: 26px;
  text-transform: uppercase;
  color: #4d4d4d;
  margin: 0;
}
.basic__title--pink {
  color: #ff318c;
}
.basic__title--purple {
  color: #765af8;
}
.basic__subheader {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins-Medium", sans-serif;
  line-height: 26px;
  margin: 5px 0 20px;
}
.basic__small-header {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins-Medium", sans-serif;
  line-height: 22.4px;
  margin: 5px 0;
}
.basic__small-subheader {
  font-size: 16px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  line-height: 22.4px;
  margin: 5px 0;
}
.basic__bgCloud {
  background-color: #f9f9f9;
}
.basic__mr-10 {
  margin-right: 10px;
}
.basic__mr-20 {
  margin-right: 20px;
}
.basic__ml-10 {
  margin-left: 10px;
}
.basic__mb-0 {
  margin-bottom: 0px;
}
.basic__mb-30 {
  margin-bottom: 30px;
}
.basic__mb-50 {
  margin-bottom: 50px;
}
.basic__mb-100 {
  margin-bottom: 100px;
}
.basic__mb-150 {
  margin-bottom: 150px;
}
.basic__mt-10 {
  margin-top: 10px;
}
.basic__mt-15 {
  margin-top: 15px;
}
.basic__mt-30 {
  margin-top: 30px;
}
.basic__mt-50 {
  margin-top: 50px;
}
.basic__mt-100 {
  margin-top: 100px;
}
.basic__pt-60 {
  padding-top: 60px;
}
.basic__pb-60 {
  padding-bottom: 60px;
}
.basic__pb-150 {
  padding-bottom: 150px;
}
.basic__roundedContainer {
  border-radius: 22px;
  padding-bottom: 40px;
}
.basic__roundedContainer--navy {
  background-color: #051d40;
  color: #ffffff;
}
.basic__roundedContainer--white {
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
}
.basic__contentWrapper {
  padding: 20px 0 40px;
}
.basic__tag {
  font-family: "Poppins-Regular", sans-serif;
  border-radius: 8px;
  padding: 7px 12px;
  width: fit-content;
  display: inline;
  font-size: 14px;
  white-space: nowrap;
}
.basic__tag--contdown {
  position: absolute;
  top: 0;
  right: 30px;
  margin-top: 20px;
}
.basic__tag--navyTransparent {
  background-color: #1b2965;
  color: #ffffff;
}
.basic__tag--whiteNavy {
  background-color: #ffffff;
  color: #051d40;
  border: 1px solid #afb0be;
}
.basic__tag--whiteBlur {
  backdrop-filter: blur(10px);
  color: #ffffff;
  border: 1px solid #ffffff;
}
.basic__link {
  font-family: "Poppins-Regular", sans-serif;
  padding: 10px 20px 12px;
  font-size: 18px;
  border-radius: 22px;
  cursor: pointer;
}
.basic__link--disabled {
  cursor: default;
  color: #afb0be !important;
}
.basic__link:focus-visible {
  outline-width: 3px;
  outline-style: solid;
  outline-color: #051d40;
}
.basic__linkText {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 18px;
  border-radius: 22px;
  cursor: pointer;
  color: #ffffff;
}
.basic__linkText:focus-visible {
  outline-width: 3px;
  outline-style: solid;
  outline-color: #ffffff;
}
.basic__noDeco {
  text-decoration: none;
  color: inherit;
}
.basic__button {
  font-family: "Poppins-Regular", sans-serif;
  border-radius: 22px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  padding: 10px 20px 12px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: inline-block;
}
.basic__button img {
  position: inherit;
  top: 3px;
}
.basic__button:focus-visible {
  outline-width: 3px;
  outline-style: solid;
  outline-offset: 5px;
}
.basic__button--navyWhite {
  background-color: #051d40;
  color: #ffffff;
  border-color: #051d40;
  outline-color: #051d40;
}
.basic__button--whiteNavy {
  background-color: #ffffff;
  color: #051d40;
  border-color: #051d40;
  outline-color: #051d40;
}
.basic__button--whitePink {
  background-color: #ffffff;
  color: #ff318c;
  border-color: #ff318c;
  outline-color: #ff318c;
}
.basic__button--pinkWhite {
  background-color: #ff318c;
  color: #ffffff;
  border-color: #ff318c;
  outline-color: #ffffff;
}
.basic__button--pinkWhite:hover {
  border-color: #ffffff;
}
.basic__button--greyWhite {
  background-color: #afb0be;
  color: #ffffff;
  border-color: #afb0be;
  outline-color: #ffffff;
}
.basic__button--navyTransparentWhite {
  background-color: #1b2965;
  color: #ffffff;
  border-color: #1b2965;
  outline-color: #ffffff;
}
.basic__button--blocked {
  cursor: default;
}
.basic__button--blocked:hover {
  filter: brightness(0.8);
}
.basic__button--tab {
  width: fit-content;
  color: #ffffff;
  background-color: transparent;
  border: none;
  text-align: left;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  outline-color: #ffffff;
}
.basic__button--tab:not([aria-selected=true]):hover {
  background-color: #1b2965;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.8px);
  -webkit-backdrop-filter: blur(6.8px);
}
.basic__button--tab[aria-selected=true] {
  background-color: #1b2965;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.8px);
  -webkit-backdrop-filter: blur(6.8px);
}
@media (max-width: 1140px) {
  .basic__max-width--small {
    padding: 0 30px;
  }
  .basic__subheader {
    font-size: 17px;
    line-height: 23.8px;
  }
  .basic__small-subheader {
    font-size: 14px;
    line-height: 17.5px;
  }
}
@media (max-width: 768px) {
  .basic__max-width--small {
    padding: 0 20px;
  }
  .basic__h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .basic__button {
    font-size: 16px;
  }
}

/*______________________STYLING________________________*/
*, html {
  scroll-behavior: smooth !important;
}

body {
  font-family: "Quicksand", sans-serif;
  padding: 0;
  margin: 0;
  color: #051d40;
  font-size: 17px;
  line-height: 23.8px;
  scroll-behavior: smooth !important;
}
@media (max-width: 1140px) {
  body {
    font-size: 16px;
    line-height: 22.4px;
  }
}

p {
  margin: 10px 0;
  padding: 0;
}

.break-word {
  word-wrap: break-word;
  overflow-wrap: break-word;
}


/*______________________NAVIGATION________________________*/
.navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
.navigation__logo {
  height: 58px;
  margin-top: 18px;
}
.navigation__items {
  display: flex;
  border-radius: 22px;
}
.navigation__item {
  list-style-type: none;
  margin: 0 5px;
}
.navigation__item:first-child {
  display: none;
}
.navigation__link {
  display: block;
}
.navigation__nestedItems {
  display: none;
  position: absolute;
  background: #ffffff;
  color: #051d40;
  z-index: 100;
  padding: 20px 20px;
  margin: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.navigation__nestedItem {
  margin: 10px 5px;
  list-style-type: none;
}
.navigation__menu {
  display: none;
  background-color: transparent;
  border: none;
  width: 42px;
}
.navigation__menu img {
  height: 42px;
}
.navigation__close {
  background-color: transparent;
  border: none;
  width: 42px;
  padding: 0;
}
@media (max-width: 1140px) {
  .navigation {
    padding: 0 30px;
  }
  .navigation__items {
    position: fixed;
    display: none;
    background: #ffffff;
    color: #051d40;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 100;
    padding: 20px;
    text-align: right;
    margin: 0;
    border-radius: 0;
  }
  .navigation__nestedItems {
    display: block;
    position: relative;
    background: transparent;
    color: #4d4d4d;
    z-index: 100;
    padding: 0;
    margin: 0;
    box-shadow: none;
  }
  .navigation__nestedItem {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .navigation__nestedItem a {
    font-size: 14px;
    line-height: 17.5px;
    padding-top: 0;
  }
  .navigation__item {
    margin: 10px 5px;
  }
  .navigation__item:first-child {
    display: block;
  }
  .navigation__link:focus-visible {
    outline-color: #ffffff;
  }
  .navigation__menu {
    display: block;
  }
}
@media (max-width: 768px) {
  .navigation {
    padding: 0 20px;
  }
  .navigation__logo {
    height: 45px;
  }
}

/*______________________HERO________________________*/
.hero {
  display: grid;
  grid-template-columns: 5fr 3fr;
  height: fit-content;
  /* RESPONSIVENESS */
  /* TABLET */
  /* MOBILE */
}
.hero--fields p {
  max-width: 600px;
}
.hero--course {
  padding-bottom: 60px;
  grid-template-columns: auto 340px;
  position: relative;
}
.hero__content {
  margin-top: 100px;
  width: 90%;
}
.hero__title {
  font-size: 44px;
  line-height: 55px;
}
.hero__testimonialBadge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(-135deg, #f0f9ff 0%, #e0f2fe 100%);
  padding: 10px 18px;
  border-radius: 50px;
  margin-bottom: 20px;
  border: 1px solid #7ccefa;
  font-size: 14px;
}
.hero__testimonialBadgeStars {
  color: #f59e0b;
  letter-spacing: 1px;
}
.hero__testimonialBadgeStars span {
  color: #0369a1;
  font-weight: 500;
}
.hero__subtitle {
  font-family: "Quicksand", sans-serif;
  margin: 20px 0;
  font-weight: 400;
}
.hero__coursefields p, .hero__coursefields h3 {
  display: inline;
  line-height: 40px;
}
.hero__badges {
  display: flex;
}
.hero__badge {
  display: block;
  width: fit-content;
  padding: 0;
}
.hero__promo {
  margin: 40px 0 60px;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
  text-decoration: none;
  color: inherit;
  width: fit-content;
}
.hero__promo:hover .hero__promoIcon {
  transform: translateX(10px);
}
.hero__promoImage {
  height: 70px;
  width: 70px;
  align-self: center;
  animation: floatImage 3s ease-in-out infinite;
}
.hero__promoTitle {
  margin-bottom: 0;
}
.hero__promoSubtitle {
  margin-top: 5px;
}
.hero__promoIcon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: url("../icons/arrowright_navy_48.png");
  background-size: cover;
  background-repeat: no-repeat;
  align-self: center;
  transition: transform 0.3s ease-in-out;
}
@keyframes floatImage {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.hero__image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  max-width: 100%;
  margin-left: auto;
  align-self: center;
}
@media (max-width: 1140px) {
  .hero {
    padding: 30px;
  }
  .hero__title {
    font-size: 38px;
    line-height: 47.5px;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 20px;
    height: auto;
    grid-template-columns: 1fr;
  }
  .hero__content {
    margin-top: 0;
    width: 100%;
  }
  .hero__title {
    font-size: 32px;
    line-height: 40px;
  }
  .hero__promo {
    margin: 40px 0 0 0;
  }
  .hero__promoImage {
    height: 50px;
    width: 50px;
  }
  .hero__promoIcon {
    width: 30px;
    height: 30px;
  }
  .hero__image {
    background-image: url("/assets/header_img.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 25px auto auto;
    max-width: 90%;
  }
}

/*______________________SERVICES_________________________*/
.services {
  /* RESPONSIVENESS */
  /* TABLET */
  /* MOBILE */
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  text-align: center;
}
.services__card {
  padding: 40px 60px;
  transition: background-color 0.3s ease-in-out;
}
.services__card:hover {
  background-color: #1b2965;
}
.services__card--highlight {
  border: 3px solid #ff318c;
  position: relative;
}
.services__card--highlight::before {
  content: "⭐ meistgebucht";
  background-color: #ff318c;
  padding: 10px 20px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: -3px;
  font-size: 17px;
  font-weight: 400;
  font-family: "Poppins-Medium", sans-serif;
  line-height: 26px;
  border-radius: 0 22px 0 22px;
}
.services__cardHeader {
  margin-bottom: 20px;
}
@media (max-width: 1140px) {
  .services {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .services {
    padding: 20px;
  }
  .services__grid {
    grid-template-columns: 1fr;
  }
}
.services__list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem 0;
  text-align: left;
}
.services__list li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.8rem;
  line-height: 1.5;
  color: #ffffff;
}
.services__list li::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-weight: bold;
  font-size: 1rem;
}
.services__list li strong {
  font-weight: 600;
  color: #ffffff;
}

/*______________________OVERVIEW________________________*/
.overview {
  /* RESPONSIVENESS */
  /* TABLET */
  /* MOBILE */
}
.overview__content {
  display: grid;
  grid-template-columns: 3fr 4fr;
  margin-top: 40px;
}
.overview__infos {
  list-style-type: none;
  padding-left: 0;
}
.overview__info {
  padding-left: 35px;
  background-position: left 20%;
  background: url("../icons/star_3d_70.png") no-repeat 0 0;
  background-size: 24px 24px;
  margin-bottom: 10px;
}
.overview__info--check {
  background: url("../icons/check_3d_94.png") no-repeat 0 0;
  background-size: 48px 48px;
  padding-left: 80px;
  margin-bottom: 30px;
  min-height: 50px;
}
.overview__info--brick {
  background: url("../icons/brick_navy_48.png") no-repeat 0 0;
  background-size: 48px 48px;
  padding-left: 80px;
  margin-bottom: 30px;
  min-height: 50px;
}
.overview__info--confetti {
  background: url("../icons/confetti_navy_48.png") no-repeat 0 0;
  background-size: 48px 48px;
  padding-left: 80px;
  margin-bottom: 30px;
  min-height: 50px;
}
.overview__info--star {
  background: url("../icons/star_navy_48.png") no-repeat 0 0;
  background-size: 48px 48px;
  padding-left: 80px;
  margin-bottom: 30px;
  min-height: 50px;
}
.overview__info--learning {
  background: url("../icons/learning_navy_48.png") no-repeat 0 0;
  background-size: 48px 48px;
  padding-left: 80px;
  margin-bottom: 30px;
  min-height: 50px;
}
.overview__info--award {
  background: url("../icons/award_navy_48.png") no-repeat 0 0;
  background-size: 48px 48px;
  padding-left: 80px;
  margin-bottom: 30px;
  min-height: 50px;
}
.overview__info--drink {
  background: url("../icons/drink_navy_48.png") no-repeat 0 0;
  background-size: 48px 48px;
  padding-left: 80px;
  margin-bottom: 30px;
  min-height: 50px;
}
.overview__info--microcontroller {
  background: url("../icons/microcontroller_navy_48.png") no-repeat 0 0;
  background-size: 48px 48px;
  padding-left: 80px;
  margin-bottom: 30px;
  min-height: 50px;
}
.overview__info--design {
  background: url("../icons/design_navy_48.png") no-repeat 0 0;
  background-size: 48px 48px;
  padding-left: 80px;
  margin-bottom: 30px;
  min-height: 50px;
}
.overview__info--model {
  background: url("../icons/model_navy_48.png") no-repeat 0 0;
  background-size: 48px 48px;
  padding-left: 80px;
  margin-bottom: 30px;
  min-height: 50px;
}
.overview__info--coding {
  background: url("../icons/coding_navy_48.png") no-repeat 0 0;
  background-size: 48px 48px;
  padding-left: 80px;
  margin-bottom: 30px;
  min-height: 50px;
}
.overview__info--desktop {
  background: url("../icons/desktop_navy_48.png") no-repeat 0 0;
  background-size: 48px 48px;
  padding-left: 80px;
  margin-bottom: 30px;
  min-height: 50px;
}
.overview__info--apps {
  background: url("../icons/apps_navy_48.png") no-repeat 0 0;
  background-size: 48px 48px;
  padding-left: 80px;
  margin-bottom: 30px;
  min-height: 50px;
}
.overview__infoHeader {
  margin: 0 0 5px;
}
.overview__infoText {
  margin: 0;
  max-width: 500px;
}
.overview__image {
  width: 85%;
  height: auto;
}
.overview__video {
  position: relative;
  width: 85%;
  height: fit-content;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(33, 41, 44, 0) 64.6%, #21292c 100%);
}
.overview__videoThumbnail {
  width: 100%;
  position: relative;
  z-index: -1;
  border-radius: 22px;
}
.overview__videoPlaybutton {
  position: absolute;
  height: 80px;
  width: 80px;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  border-radius: 43% 57% 68% 32%/50% 49% 51% 50%;
  background-color: #ff318c;
  border: 3px solid #ff318c;
  cursor: pointer;
  padding: 25px;
}
.overview__videoPlaybutton:hover {
  filter: brightness(1.1);
  border-color: #ffffff;
}
.overview__videoPlaybutton:focus-visible {
  outline: solid 3px #ffffff;
  outline-offset: 5px;
}
@media (max-width: 1140px) {
  .overview {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .overview {
    padding: 0 20px;
  }
  .overview__content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .overview__image {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 30px;
  }
  .overview__video {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 30px;
  }
}

.videoOverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  cursor: pointer;
}
.videoOverlay__closeButton {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.videoOverlay__closeButton img {
  width: 30px;
  height: 30px;
}
.videoOverlay__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  max-width: 400px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.videoOverlay__container iframe {
  width: 100%;
  aspect-ratio: 3/5.3;
}

/*______________________COURSES________________________*/
.courses {
  /* RESPONSIVENESS */
  /* TABLET */
  /* MOBILE */
}
.courses__filters {
  margin-bottom: 30px;
}
.courses__filterButton {
  background-color: #ffffff;
  border-color: #051d40;
  color: #051d40;
  outline-color: #051d40;
}
.courses__filterButton--active {
  background-color: #051d40;
  border-color: #051d40;
  color: #ffffff;
}
.courses__introduction {
  max-width: 720px;
  margin-bottom: 30px;
}
.courses__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  position: relative;
}
.courses__item {
  position: relative;
  padding-bottom: 20px;
  max-width: 400px;
}
.courses__itemImage {
  width: 100%;
  height: 200px;
  display: block;
  background-color: #1b2965;
  border-radius: 22px 22px 0 0;
  opacity: 0.9;
  object-fit: cover;
}
.courses__itemSubtitle {
  font-family: "Poppins-Light", sans-serif;
}
.courses__itemTags {
  margin: 20px 0;
}
.courses__itemTag {
  margin-right: 5px;
}
.courses ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.courses li {
  padding-left: 30px;
  margin: 10px 0;
  background-position: left 50%;
}
.courses__itemDate {
  background: url("../icons/calendar_white_24.png") no-repeat 0 0;
  background-size: 18px 18px;
}
.courses__itemHeadphones {
  background: url("../icons/headphones_white_24.png") no-repeat 0 0;
  background-size: 18px 18px;
}
.courses__itemTime {
  background: url("../icons/time_white_24.png") no-repeat 0 0;
  background-size: 18px 18px;
}
.courses__itemLocation {
  background: url("../icons/school_white_24.png") no-repeat 0 0;
  background-size: 18px 18px;
}
.courses__itemLevel {
  background: url("../icons/chart_white_24.png") no-repeat 0 0;
  background-size: 18px 18px;
}
.courses__itemAge {
  background: url("../icons/age_white_24.png") no-repeat 0 0;
  background-size: 18px 18px;
}
.courses__itemText {
  padding: 20px 30px;
  position: relative;
}
.courses__itemText p {
  font-weight: 400;
  margin: 3px auto;
}
.courses__itemText img {
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.courses__itemMoreInformation {
  display: block;
  text-align: center;
  margin: 20px auto 0;
}
.courses__itemButton {
  margin: 20px auto 0;
  border-radius: 8px;
  line-height: 1.4rem;
  font-weight: 500;
  text-align: center;
  display: block;
}
.courses__itemButton span {
  font-size: 14px;
  font-weight: 300;
}
.courses__itemInstructor {
  margin: 15px auto;
  display: flex;
}
.courses__itemInstructorImage {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
@media (max-width: 1140px) {
  .courses {
    padding: 0 30px;
  }
  .courses__item {
    padding-bottom: 30px;
  }
  .courses__list {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .courses__itemTags {
    left: 20px;
  }
  .courses__itemTag {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .courses {
    padding: 0 20px;
  }
  .courses__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/*______________________AUDIENCE________________________*/
.audience {
  position: relative;
  margin-top: 230px;
  /* RESPONSIVENESS */
  /* TABLET */
  /* MOBILE */
}
.audience__headerToggle {
  color: #4841ad;
}
.audience__tabs {
  width: fit-content;
  border-radius: 22px;
  background-color: #f9f9f9;
  padding: 8px;
  position: relative;
  border-color: #051d40;
}
.audience__button {
  background-color: transparent;
  outline-color: #051d40;
  z-index: 10;
}
.audience__button[aria-selected=true] {
  color: #ffffff;
}
.audience__activeTabBg {
  width: 188px;
  height: 46px;
  left: 8px;
  position: absolute;
  background-color: #051d40;
  color: #ffffff;
  border-color: #051d40;
  border-radius: 22px;
  transition: 0.3s ease-out;
  z-index: 5;
}
.audience__grid {
  display: grid;
  grid-template-columns: 5fr 3fr;
}
.audience__controls {
  position: absolute;
  right: 30px;
  top: 0;
}
.audience__controlsButton {
  border-radius: 100%;
  border-width: 2px;
  height: 50px;
  width: 50px;
  padding: 0;
  margin-left: 10px;
}
.audience__controlsButton--next {
  background: url("../icons/arrowright_navy_48.png") no-repeat;
  background-position: center;
  background-size: 30px 30px;
}
.audience__controlsButton--prev {
  background: url("../icons/arrowleft_navy_48.png") no-repeat;
  background-position: center;
  background-size: 30px 30px;
}
.audience__controlsButton--disabled {
  border-color: #d4d4d4;
}
.audience__panelContent {
  padding-left: 10px;
  padding-right: 10px;
}
.audience__panelBenefits {
  color: #4d4d4d;
  width: 90%;
  list-style-type: none;
  padding-left: 0;
}
.audience__panelBenefits li {
  background: url("../icons/bulp_3d_70.png") no-repeat 0 0;
  background-size: 24px;
  padding-left: 35px;
  margin: 10px 0;
  background-position: left 20%;
  padding-right: 20px;
}
.audience__panelBenefits--learnings li {
  background: url("../icons/check_3d_94.png") no-repeat 0 0;
  background-size: 24px;
  padding-left: 35px;
  margin: 10px 0;
  background-position: left 20%;
  display: inline-block;
  vertical-align: top;
  width: 40%;
  min-width: 250px;
  min-height: 23px;
}
.audience__panelImage {
  width: 100%;
  height: auto;
}
@media (max-width: 1140px) {
  .audience {
    padding: 0 30px;
  }
  .audience__tabs {
    display: none;
  }
  .audience__controls {
    top: -80px;
  }
}
@media (max-width: 768px) {
  .audience {
    padding: 0 20px;
  }
  .audience__grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .audience__panelContent {
    order: 2;
  }
  .audience__panelImage {
    order: 1;
    max-width: 380px;
    margin: 30px auto 0;
  }
  .audience__panelBenefits {
    width: 100%;
  }
  .audience__panelBenefits li {
    padding-right: 0;
  }
}

/*______________________IMPRESSIONS________________________*/
.impressions {
  display: grid;
  gap: 30px;
  grid-template-columns: 2fr 5fr;
  /* RESPONSIVENESS */
  /* TABLET */
  /* MOBILE */
}
.impressions__gallery img {
  border-radius: 22px;
}
@media (max-width: 1140px) {
  .impressions {
    grid-template-columns: 1fr 1fr;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 768px) {
  .impressions {
    grid-template-columns: 1fr;
    padding: 60px 20px 40px;
    background-image: url("../img/impressions_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 90%;
  }
  .impressions .basic__button {
    display: none;
  }
  .impressions__gallery {
    width: 263px;
    margin: auto;
  }
}

/*______________________ABOUT________________________*/
.about {
  color: #ffffff;
}
.about__image {
  width: 85%;
  height: auto;
}
.about__contentWrapper {
  background-color: #051d40;
}
.about__content {
  display: grid;
  grid-template-columns: 3fr 4fr;
}
.about__link img {
  position: relative;
  top: 5px;
}
@media (max-width: 1140px) {
  .about__content {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .about__content {
    padding: 40px 20px;
    grid-template-columns: 1fr;
  }
  .about__image {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}

/*______________________REVIEWS________________________*/
.reviews {
  background-image: url("../img/gray_form_bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
}
.reviews__title, .reviews__subtitle {
  text-align: center;
}
.reviews__stars {
  color: #ff318c;
  text-align: center;
  font-size: 23px;
}
.reviews__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.reviews__item {
  background-color: #ffffff;
  border-radius: 22px;
  padding: 30px;
  border: 1px solid #f5f7f7;
}
.reviews__itemHeader {
  display: grid;
  grid-template-columns: 50px auto;
  gap: 20px;
}
.reviews__itemAbbr {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  background-color: #f1eeff;
  color: #051d40;
  text-align: center;
  text-transform: uppercase;
}
.reviews__itemName, .reviews__itemDescription {
  margin: 0;
}
.reviews__itemReview {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1140px) {
  .reviews__content {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .reviews__content {
    padding: 40px 20px;
  }
  .reviews__grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/*______________________THREE STEPS________________________*/
.threesteps__grid {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 80px;
}
.threesteps__image {
  text-align: center;
}
.threesteps__image img {
  width: 100%;
  max-width: 450px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1140px) {
  .threesteps {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .threesteps {
    padding: 0 20px;
  }
  .threesteps__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/*______________________FAQ________________________*/
.faq {
  /* RESPONSIVENESS */
  /* TABLET */
  /* MOBILE */
}
.faq__item {
  padding: 20px 30px 0;
  margin-bottom: 20px;
}
.faq__item h3 {
  margin: 0;
}
.faq__button {
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
  color: #051d40;
  font-size: 20px;
  font-family: "Poppins-Medium", sans-serif;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  border-radius: 22px;
}
.faq__button:focus-visible {
  outline: solid 3px #051d40;
  outline-offset: 10px;
}
.faq__button::after {
  content: "+";
  position: absolute;
  right: 20px;
  transform: rotate(-90deg);
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin: 10px 0 20px;
}
@media (max-width: 1140px) {
  .faq {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .faq {
    padding: 0 20px;
  }
}

/*______________________FOOTER________________________*/
.footer {
  background-color: #051d40;
  padding: 60px 0 40px;
  color: #ffffff;
  /* RESPONSIVENESS */
  /* TABLET */
  /* MOBILE */
}
.footer__logo {
  height: 58px;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__content {
  width: 200px;
  margin-bottom: 30px;
}
.footer__contactIcon img {
  margin-right: 10px;
  height: 14px;
  width: auto;
  margin-bottom: -2px;
}
.footer ul {
  list-style-type: none;
  padding-left: 0;
}
.footer li {
  margin: 10px 0;
}
@media (max-width: 1140px) {
  .footer {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 60px 20px 40px;
  }
}

/*______________________PARTNERS________________________*/
.partners {
  /* RESPONSIVENESS */
  /* TABLET */
  /* MOBILE */
}
.partners__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.partners__partner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  padding: 0 30px;
  border: 1px solid #d4d4d4;
  border-radius: 22px;
}
.partners__partnerLogo {
  width: auto;
  height: 67px;
  margin: auto;
  align-self: center;
}
.partners__partnerLogo--msj {
  height: 97px;
}
.partners__partnerLogo--arthur {
  height: 82px;
}
.partners__partnerLogo--fjr {
  height: 90px;
}
@media (max-width: 1140px) {
  .partners {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .partners {
    padding: 0 20px;
  }
  .partners__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .partners__partnerLogo {
    max-width: 100%;
  }
}

/*______________________TARGETGROUPS________________________*/
.targetgroups {
  /* RESPONSIVENESS */
  /* TABLET */
  /* MOBILE */
}
.targetgroups__title, .targetgroups__header {
  text-align: center;
}
.targetgroups__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
}
.targetgroups__card {
  padding: 30px 40px 40px;
  transition: background-color 0.3s ease-in-out;
}
.targetgroups__card:hover {
  background-color: #1b2965;
}
@media (max-width: 1140px) {
  .targetgroups {
    padding: 30px;
  }
  .targetgroups__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .targetgroups {
    padding: 20px;
  }
  .targetgroups__grid {
    grid-template-columns: 1fr;
  }
}

/*______________________INSTAGRAM________________________*/
.instagram {
  display: grid;
  grid-template-columns: 4fr 5fr;
  gap: 80px;
  /* RESPONSIVENESS */
  /* TABLET */
  /* MOBILE */
}
.instagram__galleryGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  grid-template-rows: 12fr 25fr 3fr 10fr 3fr 25fr 12fr;
  height: 800px;
}
.instagram__galleryGrid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 22px;
}
.instagram__galleryLeftTop {
  grid-column: 1/2;
  grid-row: 2/5;
}
.instagram__galleryLeftBottom {
  grid-column: 1/2;
  grid-row: 6/8;
}
.instagram__galleryRightTop {
  grid-column: 2/3;
  grid-row: 1/3;
}
.instagram__galleryRightBottom {
  grid-column: 2/3;
  grid-row: 4/7;
}
@media (max-width: 1140px) {
  .instagram {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .instagram {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .instagram__galleryGrid {
    grid-column-gap: 20px;
    grid-template-rows: 12fr 25fr 2fr 10fr 2fr 25fr 12fr;
    height: 500px;
  }
  .instagram__galleryGrid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 22px;
  }
}

/*______________________CTA________________________*/
.cta {
  text-align: center;
}
.cta__title {
  color: #d4d4d4;
}
.cta__headline {
  max-width: 700px;
  margin: 20px auto;
}
.cta__container {
  padding: 40px;
}
@media (max-width: 768px) {
  .cta__container {
    margin: 0 20px;
    padding: 40px 20px;
  }
}

/*______________________CONSULTATION REQUEST________________________*/
.consultationRequest {
  /* RESPONSIVENESS */
  /* TABLET */
  /* MOBILE */
}
.consultationRequest__grid {
  display: grid;
  grid-template-columns: 3fr 5fr;
  gap: 60px;
}
.consultationRequest__infoBox {
  padding: 40px;
}
.consultationRequest__formGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.consultationRequest__formGrid--alt {
  grid-template-columns: 1fr;
}
.consultationRequest__honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.consultationRequest label {
  margin-right: 30px;
  font-weight: 600;
}
.consultationRequest label:not([for]) {
  display: block;
  margin-bottom: 20px;
}
.consultationRequest #school_consultation_request_services label {
  font-weight: 400;
}
.consultationRequest input:not([type=checkbox]),
.consultationRequest textarea,
.consultationRequest select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
  padding: 0.75rem 1rem;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  background-color: white;
  font-size: 1rem;
  transition: border-color 0.2s ease-in-out;
}
.consultationRequest input:not([type=checkbox]):focus,
.consultationRequest textarea:focus,
.consultationRequest select:focus {
  outline: none;
  border-color: #051d40;
}
.consultationRequest input[type=checkbox] {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
}
.consultationRequest input[type=checkbox]:focus {
  outline: none;
  border-color: #ff318c;
  box-shadow: 0 0 0 2px rgba(255, 49, 140, 0.15);
}
.consultationRequest textarea {
  resize: vertical;
  min-height: 120px;
}
.consultationRequest .basic__small-text {
  font-size: 0.85rem;
  color: #4d4d4d;
  margin-top: 1rem;
}
.consultationRequest .basic__small-text a {
  color: #ff318c;
  text-decoration: underline;
}
.consultationRequest .basic__small-text a:hover {
  text-decoration: none;
}
@media (max-width: 1140px) {
  .consultationRequest {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .consultationRequest {
    padding: 20px;
  }
  .consultationRequest__infoBox {
    display: none;
  }
  .consultationRequest__grid, .consultationRequest__formGrid {
    grid-template-columns: 1fr;
  }
}

/*______________________POPUP_________________________*/
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  animation: fadeIn 0.3s ease-out;
}
.popup-overlay--closing {
  animation: fadeOut 0.3s ease-out forwards;
}

.popup {
  position: relative;
  background: #ffffff;
  border-radius: 22px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: slideUp 0.3s ease-out;
  /* TABLET */
  /* MOBILE */
}
.popup-overlay--closing .popup {
  animation: slideDown 0.3s ease-out forwards;
}
.popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  color: #afb0be;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__close:focus-visible {
  outline: 3px solid #051d40;
  outline-offset: 2px;
}
.popup__content {
  padding: 40px;
  text-align: center;
}
.popup__icon {
  margin-bottom: 20px;
}
.popup__icon img, .popup__icon svg {
  filter: drop-shadow(0 8px 16px rgba(135, 206, 235, 0.4));
  animation: float 3s ease-in-out infinite;
}
.popup__title {
  margin: 0 0 5px 0;
}
.popup__subtitle {
  margin: 0 0 15px 0;
}
.popup__description {
  color: #4d4d4d;
  margin: 0 0 30px 0;
}
.popup__button {
  display: inline-block;
  margin-bottom: 30px;
}
.popup__button:focus-visible {
  outline: 3px solid #ff318c;
  outline-offset: 5px;
}
.popup__benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup__benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.popup__check {
  flex-shrink: 0;
}
.popup__close-link {
  background: none;
  border: none;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  color: #4d4d4d;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s;
  padding: 8px;
}
.popup__close-link:hover {
  color: #051d40;
}
.popup__close-link:focus-visible {
  outline: 3px solid #051d40;
  outline-offset: 2px;
  border-radius: 8px;
}
@media (max-width: 1140px) {
  .popup {
    max-width: 420px;
  }
  .popup__content {
    padding: 30px;
  }
  .popup__title {
    font-size: 23px;
    line-height: 28.29px;
  }
  .popup__subtitle {
    font-size: 17px;
    line-height: 23.8px;
  }
  .popup__description {
    font-size: 16px;
    line-height: 22.4px;
  }
  .popup__button {
    font-size: 16px;
    padding: 12px 28px;
  }
  .popup__benefit {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .popup {
    max-width: 100%;
    margin: 10px;
  }
  .popup__content {
    padding: 20px;
  }
  .popup__icon svg {
    width: 48px;
    height: 48px;
  }
  .popup__title {
    font-size: 20px;
    line-height: 26px;
  }
  .popup__subtitle {
    font-size: 16px;
    line-height: 22.4px;
  }
  .popup__button {
    width: 100%;
    box-sizing: border-box;
  }
  .popup__benefits {
    align-items: flex-start;
    padding-left: 20px;
  }
}

/* ANIMATIONS */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
    filter: drop-shadow(0 8px 16px rgba(135, 206, 235, 0.4));
  }
  50% {
    transform: translateY(-10px);
    filter: drop-shadow(0 16px 24px rgba(135, 206, 235, 0.25));
  }
}
.banner {
  width: 100%;
  padding: 10px 30px;
  background-color: rgb(255, 50, 141);
  color: white;
  text-align: center;
  /* MOBILE */
}
@media (max-width: 768px) {
  .banner {
    padding: 10px 20px;
  }
}

/*______________________ABOUTUS PAGE________________________*/
.aboutus {
  /* RESPONSIVENESS */
  /* TABLET */
  /* MOBILE */
}
.aboutus__hero {
  grid-template-columns: 5fr 4fr;
  gap: 30px;
}
.aboutus__heroContent {
  margin-top: 50px;
}
.aboutus__teamGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.aboutus__teamImage {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 22px;
  margin-bottom: 20px;
}
@media (max-width: 1140px) {
  .aboutus__team {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .aboutus__hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .aboutus__team {
    padding: 20px;
  }
  .aboutus__teamGrid {
    grid-template-columns: 1fr;
  }
}

.courseinfo {
  background-color: #051d40;
  color: #ffffff;
  padding: 20px;
  border-radius: 22px;
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-sizing: content-box;
  /* TABLET */
  /* MOBILE */
}
.courseinfo__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
}
.courseinfo__videoPlaybutton {
  position: absolute;
  height: 80px;
  width: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 43% 57% 68% 32%/50% 49% 51% 50%;
  background-color: #ff318c;
  border: none;
  cursor: pointer;
  padding: 28px;
}
.courseinfo__videoPlaybutton:hover {
  filter: brightness(1.1);
}
.courseinfo__videoPlaybutton:focus-visible {
  outline: solid 3px #ffffff;
  outline-offset: 5px;
}
.courseinfo__details {
  list-style-type: none;
  padding: 0 10px;
  margin-bottom: 30px;
  color: #d4d4d4;
}
.courseinfo__detailTitle {
  color: #ffffff;
  margin-right: 5px;
}
.courseinfo__price {
  display: flex;
  color: #ffffff;
  justify-content: space-between;
  margin: 20px 0 0;
}
.courseinfo__priceFinal {
  line-height: 1.4rem;
}
.courseinfo__priceBefore {
  text-align: right;
  color: #d4d4d4;
}
.courseinfo__priceBefore span {
  text-decoration: line-through;
}
.courseinfo__detail {
  padding: 12px 0;
}
.courseinfo__detail:not(:last-child) {
  border-bottom: solid 1px #2f3a4a;
}
.courseinfo__detailTitle {
  font-family: "Poppins-Regular", sans-serif;
  margin-bottom: 10px;
}
.courseinfo__book {
  text-align: center;
}
@media (max-width: 1140px) {
  .courseinfo {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .courseinfo {
    margin-top: 60px;
    position: static;
    width: auto;
    max-width: 400px;
  }
}

.introduction {
  /* RESPONSIVENESS */
  /* TABLET */
  /* MOBILE */
}
.introduction__contentWrapper {
  max-width: calc(100% - 340px);
}
@media (max-width: 1140px) {
  .introduction {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .introduction {
    padding: 20px;
  }
  .introduction__contentWrapper {
    max-width: 100%;
  }
}

/*# sourceMappingURL=app.css.map */
