*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-family: var(--euclid, 'Euclid Circular A', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
  font-size: 16px;
  line-height: 1.25;
  background: #ffffff;
  color: rgba(37, 38, 94, 0.87);
}

body {
  margin: 0;
  min-height: 100%;
  background: #ffffff;
  color: rgba(37, 38, 94, 0.87);
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.preload * {
  transition: none !important;
}

a {
  color: #0556f3;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #043bcc;
  text-decoration: underline;
}

.pro-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  width: fit-content;
}

.pro-btn--default {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 20px;
}

.pro-btn--primary {
  background-color: #0556f3;
  color: #ffffff;
}

.pro-btn--primary:hover,
.pro-btn--primary:focus {
  background: #0047d1;
  color: #ffffff;
  text-decoration: none;
}

.pro-btn--primary:disabled,
.pro-btn--primary.disabled {
  background: #699af8;
  cursor: not-allowed;
  pointer-events: none;
}

.pro-btn--tertiary {
  background: #6501e5;
  color: #fff;
}
.pro-btn--default {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 20px;
}

.font-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.font-wrapper main {
  flex: 1;
}

.header-wrapper {
  background: #f8faff;
}

.header-wrapper + .pro-header__wrapper {
  display: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 744px) {
  .container {
    padding: 0 32px;
    width: 100%;
    max-width: 744px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container--black-november {
  z-index: 1;
}

@media (min-width: 744px) {
  .container--black-november {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 840px;
  }
}

@media (min-width: 1440px) {
  .container--black-november {
    max-width: 1440px;
    padding: 0 48px;
  }
}

.bg-img-wrapper {
  display: none;
}

.pro-header__wrapper {
  position: sticky;
  top: 0;
  z-index: 300;
  background: #ffffff;
  border-bottom: 1px solid transparent;
  transition:
    background-color 0.2s ease-out,
    border-bottom 0.2s ease-out;
}

.pro-header__wrapper.sticky {
  border-bottom: 1px solid #d3dce6;
  background: #ffffff;
  transition:
    background-color 0.3s ease-in,
    border-bottom 0.3s ease-in;
}

.pro-header__bottom-border {
  border-bottom: 1px solid #d3dce6;
}

.pro-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  min-height: 60px;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 744px) {
  .pro-header {
    padding: 16px 0;
    min-height: 68px;
  }
}

.pro-header__left,
.pro-header__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (min-width: 744px) {
  .pro-header__left {
    gap: 24px;
  }

  .pro-header__right {
    gap: 19px;
  }
}

.pro-header__nav-elements {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 744px) {
  .pro-header__nav-elements {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}

.pro-header__nav-item {
  all: unset;
  color: #25265e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  user-select: none;
}

.pro-header__nav-item:hover,
.pro-header__nav-item:focus {
  color: #0556f3;
  text-decoration: none;
}

.course-dropdown-relative {
  display: none;
}

.pro-header__nav-item.course-dropdown-toggle svg {
  transition: all 0.3s ease-in-out;
}

.pro-header__nav-item.course-dropdown-toggle__open {
  color: #0556f3;
}

.pro-header__nav-item.course-dropdown-toggle__open svg {
  transform: rotate(180deg);
}

.pro-header__nav-item.active {
  color: #0556f3;
}

.pro-header__nav-elements .search__element {
  margin: -2px 0;
}

.pro-header__navbar-brand--mobile {
  min-width: 13px;
  display: block;
}

.pro-header__navbar-brand--desktop {
  display: none;
}

@media (min-width: 1200px) {
  .pro-header__navbar-brand--mobile {
    display: none;
  }

  .pro-header__ham-burger {
    display: none;
  }

  .pro-header__navbar-brand--desktop {
    display: block;
  }
}

.pro-header__mobile-navigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: 400;
  display: flex;
  flex-direction: column;
}

.navigation-btn--join {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 4px;
  background: #0556f3;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.navigation-btn--log-in {
  color: #25265e;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.navigation-btn--log-in:hover {
  color: #0556f3;
}

.homepage-hero-section {
  padding-top: 56px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .homepage-hero-section {
    padding-top: 69px;
  }
}

.frame-background {
  position: absolute;
  left: -108px;
  bottom: -32px;
  display: none;
  z-index: -1;
}

.homepage-hero-section__wrapper {
  position: relative;
  gap: 42px;
}

.homepage-hero-section .image-background-circle {
  display: none;
}

@media (min-width: 744px) {
  .homepage-hero-section__wrapper {
    gap: 32px;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .homepage-hero-section__wrapper {
    gap: 58px;
  }
}

.homepage-hero-section__heading {
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 744px) {
  .homepage-hero-section__heading {
    justify-content: start;
    margin-bottom: 0;
    padding-top: 3.75rem;
    padding-bottom: 170px;
    padding-bottom: 204px;
  }
}

@media (min-width: 1200px) {
  .homepage-hero-section__heading {
    width: 497px;
    padding-bottom: 151px;
  }
}

.homepage-hero-section__heading__title {
  position: relative;
  font-size: 36px;
  line-height: 38px;
  font-weight: 600;
  color: #25265e;
  margin-top: 0;
  margin-bottom: 8px;
}

@media (min-width: 744px) {
  .homepage-hero-section__heading__title {
    line-height: 40px;
    white-space: nowrap;
    font-size: 48px;
    line-height: 60px;
  }
}
.homepage-hero-section__heading .circle {
  position: absolute;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #ffc33d;
  left: -36px;
  top: -19px;
  z-index: -100;
}

.homepage-hero-section__heading__description {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 24px;
  color: rgba(37, 38, 94, 0.87);
}

.homepage-hero-section__heading__btn-wrapper {
  width: max-content;
}

.homepage-hero-section__heading__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 20px;
  border-radius: 6px;
  background: #0556f3;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  border: none;
  box-shadow: 0 4px 4px rgba(45, 26, 1, 0.08);
}

@media (min-width: 1200px) {
  .homepage-hero-section__heading__btn {
    height: 64px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }
}

.homepage-hero-section__heading__btn:hover {
  background: #043bcc;
  color: #ffffff;
}

.whereto-start {
  background: #f0f4ff;
  padding: 89px 0 72px;
}

.whereto-start__heading {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
}

.whereto-start__heading h2 {
  margin: 0;
}

.whereto-start__sub-heading {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 91px;
  color: rgba(37, 38, 94, 0.67);
  height: 84px;
}

@media (min-width: 744px) {
  .whereto-start__sub-heading {
    margin-bottom: 5rem;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (min-width: 1200px) {
  .whereto-start__sub-heading {
    height: 31px;
    margin-bottom: 32px;
  }
}
.homepage-hero-section__extra-info {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: rgba(37, 38, 94, 0.67);
  text-align: center;
  display: block;
}

.homepage-hero-section__content {
  position: relative;
  margin-left: 11px;
  margin-bottom: -8px;
  padding: 28px 0 32px 20px;
  background: #fff2e9;
  border-radius: 32px 16px 16px 16px;
  max-width: 355px;
  box-shadow: -4px 4px 4px rgba(67, 27, 0, 0.06);
}

.homepage-hero-section__content::after {
  content: '';
  position: absolute;
  top: 17px;
  left: -16px;
  width: 100%;
  height: 100%;
  border-radius: 64px 16px 16px 16px;
  background: #f9f9ff;
  border: 2px solid #feccbf;
  z-index: -100;
}

@media (min-width: 744px) {
  .homepage-hero-section__content {
    padding: 40px 24px 32px 24px;
    margin-left: 22px;
    max-width: 402px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (min-width: 1200px) {
  .homepage-hero-section__content {
    margin: 0;
    min-width: 402px;
    padding: 40px 24px 32px 40px;
    border-radius: 64px 16px 16px 16px;
  }
}

.homepage-hero-section__content .texts {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: rgba(37, 38, 94, 0.67);
}

@media (min-width: 744px) {
  .homepage-hero-section__content .texts {
    font-size: 18px;
    line-height: 26px;
    color: #25265e;
    font-weight: 400;
    width: 337px;
    height: auto;
  }
}

.homepage-hero-section__content .texts-bottom {
  width: 168px;
}

@media (min-width: 744px) {
  .homepage-hero-section__content .texts-bottom {
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    width: 220px;
    line-height: 27px;
  }
}

.homepage-hero-section__content .name {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: rgba(37, 38, 94, 0.87);
}

.homepage-hero-section__content .designation {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 16px;
  color: rgba(37, 38, 94, 0.87);
}

@media (min-width: 744px) {
  .homepage-hero-section__content .name {
    margin-top: 27px;
    font-size: 16px;
    line-height: 24px;
    color: #25265e;
  }

  .homepage-hero-section__content .designation {
    font-size: 14px;
    line-height: 20px;
    color: rgba(37, 38, 94, 0.67);
  }
}

.homepage-hero-section__content__quote {
  position: absolute;
  top: -12px;
  left: -16px;
  z-index: 1;
}

@media (min-width: 1200px) {
  .homepage-hero-section__content__quote {
    top: -13px;
    left: -36px;
  }
}

.homepage-hero-section .image-background {
  display: none;
}

.homepage-hero-section .image-background img {
  width: 342px;
  height: 320px;
  object-fit: cover;
}

.selling-price-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.selling-price-wrapper > div:last-of-type {
  color: rgba(37, 38, 94, 0.87);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
}

.selling-price-wrapper > div:last-of-type span {
  color: #00a3ff;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}
