/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style/templates/education.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.topSection {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
}
.topSection .thumbnail, .topSection video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.topSection video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.topSection .container {
  padding-bottom: 130px;
}
.topSection .text {
  padding-bottom: 28px;
}
.topSection .text.white {
  color: #fff;
}
.topSection .text.white h1, .topSection .text.white h2, .topSection .text.white h3 {
  color: #fff;
}
.topSection .text.white .letter svg path {
  fill: #fff;
}
.topSection .text.white .letter svg rect {
  stroke: #fff;
}
.topSection .text.black .letter svg path {
  fill: #101828;
}
.topSection .text.black .letter svg rect {
  stroke: #101828;
}
.topSection .letter {
  display: inline-block;
  width: 56px;
  margin-bottom: 40px;
}
.topSection .letter svg {
  width: 100%;
  height: 100%;
}
.topSection .buttons {
  margin-bottom: 40px;
  font-size: 0;
}
.topSection .buttons .button {
  margin: 0 2px 4px;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
}
@media screen and (min-width: 768px) {
  .topSection .buttons .button {
    margin: 0 4px 8px;
  }
}
.topSection .logos {
  gap: 28px;
  align-items: center;
}
.topSection .logos .item img {
  max-height: 48px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .topSection h1 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1081px) {
  .topSection .container {
    padding-bottom: 100px;
  }
  .topSection .text {
    padding-bottom: 48px;
  }
  .topSection .buttons {
    margin-bottom: 56px;
  }
}

.videoBox {
  position: relative;
  padding: 48px 0 0;
}
.videoBox .container {
  padding: 10px 0;
}
.videoBox .videoWrap {
  position: relative;
  line-height: 1;
}
.videoBox .videoWrap span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.videoBox .videoWrap span:before, .videoBox .videoWrap span:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
.videoBox .videoWrap span:before {
  background: url("../images/Mute_Desktop..svg") 0 0/cover no-repeat;
}
.videoBox .videoWrap span:after {
  background: url("../images/Unmute_Desktop.svg") 0 0/cover no-repeat;
  opacity: 0;
  visibility: hidden;
}
.videoBox .videoWrap span.active:before {
  opacity: 0;
  visibility: hidden;
}
.videoBox .videoWrap span.active:after {
  opacity: 1;
  visibility: visible;
}
.videoBox video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media screen and (min-width: 1081px) {
  .videoBox .videoWrap {
    height: inherit;
  }
  .videoBox .videoWrap .container {
    height: inherit;
  }
  .videoBox .videoWrap span {
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
  }
  .videoBox .videoWrap span:before, .videoBox .videoWrap span:after {
    width: 50px;
    height: 50px;
  }
}

.bullets {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(to bottom, #EEBE90 0%, #9F7A57 100%);
}
.bullets .bg1 {
  background: radial-gradient(ellipse at center, #FA9E58 0%, #BC8860 100%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -420px;
  width: 1862px;
  height: 921px;
  filter: blur(100px);
  animation: bg1Float 30s ease-in-out infinite;
  border-radius: 50%;
}
.bullets .bg2 {
  background: #F4D4B5;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1264px;
  height: 625px;
  bottom: -320px;
  filter: blur(100px);
  animation: bg2Float 60s ease-in-out infinite;
  border-radius: 50%;
}
.bullets .bg3 {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.8) 29%, #FF815E 89%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -50px;
  width: 1938px;
  height: 231px;
  filter: blur(20px);
  border-radius: 50%;
}
.bullets .bg4 {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.8) 36%, #FFCB5C 100%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -50px;
  width: 1710px;
  height: 209px;
  filter: blur(40px);
  border-radius: 50%;
}

@keyframes bg1Float {
  0% {
    transform: translate(-50%, 0);
  }
  25% {
    transform: translate(-40%, -30%);
  }
  50% {
    transform: translate(-60%, -60%);
  }
  75% {
    transform: translate(-50%, -30%);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes bg2Float {
  0% {
    transform: translate(-50%, 0);
  }
  20% {
    transform: translate(-30%, -20%);
  }
  50% {
    transform: translate(-70%, -50%);
  }
  80% {
    transform: translate(-50%, -20%);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.content {
  background: #000;
  position: relative;
}
.content h2 {
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.firstPart {
  background: #0F0D0D;
}
.firstPart:before {
  background: #0F0D0D;
}

.secondPart {
  background: #000;
}

.statistics {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.statistics .statBox {
  width: 778px;
  max-width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  margin: 0 auto;
}
.statistics .statBox svg {
  width: 100%;
}
.statistics .statBox .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.statistics .statBox .info figure img {
  width: 132px;
  margin: 0 auto;
}
.statistics .statBox .info .number {
  font-size: 93px;
  line-height: 1;
  padding: 0 10px;
  margin-bottom: 18px;
  letter-spacing: -8px;
  background: radial-gradient(circle at 75% 25%, #FBE6C5, #EBCE93, #E4886A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.statistics .statBox .info .text {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #EBC88F;
  letter-spacing: 2px;
  width: 275px;
  margin: 0 auto;
}
.statistics .small {
  animation: rotate 40s linear infinite;
  transform-origin: center;
}
.statistics .big {
  animation: rotate 50s linear infinite;
  transform-origin: center;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1080px) {
  .statistics .stats {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .statistics .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1081px) {
  .statistics {
    height: 100vh;
  }
  .statistics .statBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .statistics .statBox:before {
    content: "";
    background: radial-gradient(ellipse at center, #0F0D0D 0%, #A55713 50%, rgba(255, 123, 80, 0) 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 996px;
    height: 700px;
    filter: blur(100px);
    opacity: 0.4;
    border-radius: 50%;
  }
  .statistics .statBox svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .statistics .statBox .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .statistics .statBox .info figure img {
    width: 216px;
  }
  .statistics .statBox .info .number {
    font-size: 160px;
    margin-bottom: 25px;
  }
  .statistics .item {
    position: absolute;
    width: 280px;
    bottom: 50%;
    transform: translateY(100vh);
    will-change: transform;
  }
  .statistics .item1 {
    left: 21%;
  }
  .statistics .item2 {
    right: 21%;
  }
  .statistics .item3 {
    right: 5%;
  }
  .statistics .item4 {
    right: 40%;
  }
  .statistics .item5 {
    left: 5%;
  }
}

.exampleSlider {
  padding: 0 0 72px;
  position: relative;
}
.exampleSlider:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1400px;
  height: 1400px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.5;
  background: radial-gradient(circle at center, #A55513, rgba(255, 123, 80, 0));
}
.exampleSlider .item {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
  position: relative;
}
.exampleSlider .item .info {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 24px 16px;
  font-size: 26px;
}
.exampleSlider .item .info p:last-child {
  padding-bottom: 0;
}
.exampleSlider .item figure {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
}
@media screen and (max-width: 1080px) {
  .exampleSlider .swiper-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .exampleSlider .item .info {
    padding: 50px 16px;
  }
}
@media screen and (min-width: 768px) {
  .exampleSlider {
    padding: 88px 0;
  }
  .exampleSlider .item {
    grid-template-columns: repeat(2, 1fr);
  }
  .exampleSlider .item .info {
    align-items: center;
  }
}
@media screen and (min-width: 1081px) {
  .exampleSlider .item .info {
    font-size: 36px;
    padding: 24px 64px 24px 34px;
  }
}

.auditory {
  display: grid;
  gap: 8px;
}
.auditory .item {
  border-radius: 2px;
  padding: 32px;
  background: linear-gradient(to bottom, rgba(123, 111, 98, 0.2) 0%, rgba(98, 79, 63, 0.2) 100%);
}
.auditory .item figure {
  width: 48px;
  margin-bottom: 24px;
}
.auditory .item figure svg {
  width: 100%;
  height: 100%;
}
.auditory .item h3 {
  font-weight: 400;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .auditory {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .auditory {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 120px;
  }
}

.coursesBox {
  background: #fff;
  padding: 40px 16px;
  margin-bottom: 8px;
  border-radius: 24px;
}
.coursesBox .coursesTabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 24px;
  margin-top: 24px;
}
.coursesBox .coursesTabs .item {
  display: inline-block;
  font-size: 18px;
  padding: 10px 5px;
  color: #000;
  opacity: 0.4;
  transition: all 0.4s ease;
  position: relative;
  cursor: pointer;
}
.coursesBox .coursesTabs .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  transition: all 0.4s ease;
  background: #000;
}
.coursesBox .coursesTabs .item:hover, .coursesBox .coursesTabs .item.active {
  opacity: 1;
}
.coursesBox .coursesTabs .item.active {
  cursor: default;
}
.coursesBox .coursesTabs .item.active:after {
  width: 100%;
}
.coursesBox .courses .item {
  display: none;
}
.coursesBox .courses .item:first-child {
  display: block;
}
.coursesBox .text {
  margin-bottom: 48px;
}
.coursesBox .lecture-item {
  padding: 32px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.coursesBox .lecture-item:first-child {
  border: none;
  padding-top: 0;
}
.coursesBox .lecture-item:last-child {
  padding-bottom: 0;
}
.coursesBox .lecture-item ol:last-child {
  margin-bottom: 0;
}
.coursesBox .lecture-item p:last-child {
  padding-bottom: 0;
}
.coursesBox .lecture-title {
  font-size: 20px;
  color: #000;
  margin-bottom: 8px;
}
@media screen and (min-width: 1081px) {
  .coursesBox {
    padding: 60px 32px;
  }
  .coursesBox .coursesTabs {
    margin-top: 40px;
    margin-bottom: 54px;
  }
  .coursesBox .coursesTabs .item {
    font-size: 28px;
  }
  .coursesBox .text {
    width: 461px;
    max-width: 100%;
  }
  .coursesBox .lectures {
    width: 50%;
  }
  .coursesBox .lecture-item {
    padding: 48px 0;
  }
}

.speakersBox {
  background: #fff;
  padding: 40px 16px;
  margin-bottom: 8px;
  border-radius: 24px;
}
.speakersBox .speakers {
  display: grid;
  gap: 32px 8px;
  grid-template-columns: 1fr;
  padding-bottom: 80px;
}
.speakersBox .speakers figure {
  margin-bottom: 20px;
}
.speakersBox .speakers .info .name {
  font-size: 20px;
  margin-bottom: 8px;
  color: #000;
}
.speakersBox .speakers .info p {
  font-size: 15px;
}
.speakersBox .speakers .so-me a {
  display: inline-block;
  margin-right: 16px;
  color: #000;
  font-size: 0;
  opacity: 0.6;
}
.speakersBox .speakers .so-me a:before {
  font-size: 24px;
}
.speakersBox .speakers .so-me a:hover {
  opacity: 1;
}
.speakersBox .partners {
  padding: 30px 0;
  background: #fff;
}
.speakersBox .partners .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
@media screen and (min-width: 768px) {
  .speakersBox .speakers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1081px) {
  .speakersBox {
    padding: 40px 32px;
  }
  .speakersBox h2 {
    width: 33%;
  }
  .speakersBox .speakers {
    flex: 1;
    padding-bottom: 96px;
  }
}

.testimonials {
  position: relative;
}
.testimonials .swiper {
  overflow: visible;
}
.testimonials .swiper-wrapper {
  align-items: stretch !important;
}
.testimonials .item {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.testimonials .desc {
  font-size: 16px;
}
.testimonials .member {
  justify-content: flex-start;
  margin-bottom: 25px;
}
.testimonials figure {
  margin-right: 16px;
}
.testimonials figure img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.testimonials .name {
  color: #000;
  font-weight: 600;
  line-height: 1;
}
.testimonials .position {
  line-height: 1;
}
.testimonials .navBox {
  margin-left: auto;
  padding-top: 24px;
}
.testimonials .navBox .navbutton {
  font-size: 24px;
  line-height: 1;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .testimonials .swiper {
    padding-right: 13%;
  }
}
@media screen and (min-width: 1081px) {
  .testimonials:before, .testimonials:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
    z-index: 2;
    display: block;
  }
  .testimonials:before {
    left: 0;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 80%);
  }
  .testimonials:after {
    right: 0;
    background: linear-gradient(to left, #000000 0%, rgba(0, 0, 0, 0) 80%);
  }
}

.faqBox {
  padding: 64px 0;
}
.faqBox .item {
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.faqBox .item h3 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 0;
  position: relative;
  cursor: pointer;
  padding-right: 50px;
}
.faqBox .item h3 span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 20px;
  height: 20px;
}
.faqBox .item h3 span:before, .faqBox .item h3 span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  background: #fff;
}
.faqBox .item h3 span:before {
  width: 17px;
  height: 1px;
}
.faqBox .item h3 span:after {
  width: 1px;
  height: 17px;
}
.faqBox .item h3.active span:after {
  opacity: 0;
}
.faqBox .item div {
  padding-top: 8px;
  padding-right: 50px;
  font-size: 15px;
  display: none;
}
.faqBox .item:first-child div {
  display: block;
}
.faqBox .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .faqBox h2 {
    flex: 1;
    margin-right: 24px;
  }
  .faqBox .faq {
    width: 66%;
  }
}
@media screen and (min-width: 1081px) {
  .faqBox .faq {
    width: 50%;
  }
}

.popup {
  display: none;
  width: 740px;
}

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