@import url("./fonts.css");
@import url("./grid.css");

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

html,
body {
  width: 100%;
  height: 100%;
}

div#mentors-wrapper {
  float: none;
  margin-top: 80px;
}

header,
footer {
  height: auto;
}

header ul li a {
  color: #000;
}

header ul li a:hover {
  text-decoration: none;
  color: #000;
}

@keyframes ticker {
  0% {
    transform: translate3d(25%, 0, 0);
  }

  100% {
    transform: translate3d(-25%, 0, 0);
  }
}

.icon-gfx {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.icon-gfx:not(:first-child) {
  margin-left: 20px;
}

.icon-instagram {
  background-image: url("../images/icon-instagram.svg");
}

.icon-tiktok {
  background-image: url("../images/icon-tiktok.svg");
}

.icon-youtube {
  background-image: url("../images/icon-youtube.svg");
}

.icon-facebook {
  background-image: url("../images/icon-facebook.svg");
}

.icon-twitter {
  background-image: url("../images/icon-twitter.svg");
}

.icon-telegram {
  background-image: url("../images/icon-telegram.svg");
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

#mentors-wrapper .ticker {
  width: 100vw;
  padding: 5px 0;
  background-color: #6ffe01;
  display: -webkit- flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: column;
  /* Safari */
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  overflow: hidden;
}

#mentors-wrapper .ticker .ticker-row {
  width: 200vw;
  display: -webkit- flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  transform: translate3d(25%, 0, 0);
  white-space: nowrap;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 30s;
}

#mentors-wrapper .ticker .ticker-row:hover {
  animation-play-state: paused;
}

#mentors-wrapper .ticker .ticker-row:nth-child(even) {
  animation-direction: reverse;
}

#mentors-wrapper .ticker .ticker-row span {
  text-transform: uppercase;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 101px;
  font-weight: 400;
  color: #000000;
  padding: 0 40px;
}

#mentors-wrapper .wrapper-body {
  padding: 40px 0 0 0;
}

#mentors-wrapper .wrapper-body .inner-body {
  width: 100%;
  float: left;
  padding: 30px 0;
  position: relative;
}

#mentors-wrapper .wrapper-body .inner-body:not(:first-child) {
  border-top: 1px solid black;
}

#mentors-wrapper .wrapper-body .inner-body:first-child {
  font-family: 'FranklinGotTExtCon';
  font-size: 306px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  line-height: 90%;
  padding-top: 0;
}

#mentors-wrapper .wrapper-body .inner-body:last-child {
  position: relative;
  display: flex;
  padding-bottom: 0;
}

#mentors-wrapper .wrapper-body .inner-body:last-child img {
  position: relative;
  width: 40%;
  top: -100px;
  left: 0;
}

#mentors-wrapper .wrapper-body .inner-body:last-child a {
  position: absolute;
  right: 0;
  top: -35px;
  padding: 5px 10px;
  border-radius: 50px;
  background-color: #1a0cff;
  text-decoration: none;
  color: #ffffff;
  font-family: 'Ritual-Bold';
  font-size: 48px;
}

#mentors-wrapper .wrapper-body .inner-body:last-child p {
  max-width: 85%;
  font-family: 'DreamPlanner';
  font-size: 50px;
  line-height: 55px;
  color: #000000;
  font-weight: 400;
  margin-top: 30px !important;
}

#mentors-wrapper .wrapper-body .inner-body:last-child .mentor-name {
  margin-top: 30px;
}

#mentors-wrapper .wrapper-body .txt-block {
  font-family: 'Ritual-Regular';
}

#mentors-wrapper .wrapper-body .txt-block p {
  margin: 0;
  color: #000000;
  line-height: 28px;
  font-size: 20px;
  margin-top: 10px;
}

#mentors-wrapper .wrapper-body .txt-block p.block-title {
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 10px;
  margin-top: 0;
}

#mentors-wrapper .wrapper-body .txt-block:not(:first-child) {
  margin-top: 40px;
}

#mentors-wrapper .wrapper-body .txt-block:last-child p {
  font-family: 'DreamPlanner' !important;
  font-size: 37px;
  text-transform: uppercase;
  color: #1A0CFF;
}

#mentors-wrapper .wrapper-body .txt-block:last-child .social-icons {
  margin: 10px 0 30px 0;
}

#mentors-wrapper .wrapper-body .txt-block:last-child a.btn-green {
  background-color: #00FF00;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Ritual-Bold';
  font-size: 19px;
  text-align: center;
  padding: 10px;
  border-radius: 30px;
  max-width: 360px;
  display: block;
  text-decoration: none;
}

#mentors-wrapper .wrapper-body .rgt-col {
  color: #000000;
}

#mentors-wrapper .wrapper-body .rgt-col .fnt-FranklinGotTExtCon {
  font-size: 80px;
  text-transform: uppercase;
  text-align: center;
}

#mentors-wrapper .wrapper-body .rgt-col .fnt-FranklinGotItcTEEDemCom {
  font-size: 49px;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
}

#mentors-wrapper .wrapper-body .rgt-col .fnt-Wikolia-Regular {
  font-size: 20px;
}

#mentors-wrapper .wrapper-body .rgt-col ul {
  padding: 0;
  margin: 70px 0 0 0;
  list-style-type: none;
}

#mentors-wrapper .wrapper-body .rgt-col ul li {
  max-width: 60%;
  margin: 0 20% !important;
  line-height: 26px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
}

#mentors-wrapper .wrapper-body .rgt-col ul li p {
  margin: 0;
}

#mentors-wrapper .wrapper-body .rgt-col ul li:first-child {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin-bottom: 40px !important;
}

#mentors-wrapper .wrapper-body .rgt-col ul li:first-child span {
  background-image: url("../images/txt-bg-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  padding: 0 10px;
}

#mentors-wrapper .wrapper-body .rgt-col ul li:last-child {
  border-bottom: 1px solid #000000;
}

#mentors-wrapper .wrapper-body .rgt-col ul li:not(:first-child) {
  padding: 15px;
  position: relative;
}

#mentors-wrapper .wrapper-body .rgt-col ul li:not(:first-child) p {
  max-width: 80%;
}

#mentors-wrapper .wrapper-body .rgt-col ul li:not(:first-child) span {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
}

#mentors-wrapper .altie-intro {
  width: 80%;
}

#mentors-wrapper .classes-wrapper {
  margin-top: -100px;
}

#mentors-wrapper .classes-wrapper .ticker {
  background-color: #000000;
}

#mentors-wrapper .classes-wrapper .ticker .ticker-row span {
  color: #ffffff;
  font-size: 66px;
}

#mentors-wrapper .classes-wrapper .cols {
  padding: 40px 0;
}

#mentors-wrapper .classes-wrapper .lft-col {
  padding-right: 20px;
}

#mentors-wrapper .classes-wrapper .lft-col .fnt-Ritual-Regular,
#mentors-wrapper .classes-wrapper .lft-col .fnt-Ritual-Bold {
  font-size: 25px;
  color: #000000;
}

#mentors-wrapper .classes-wrapper .rgt-col {
  padding-left: 20px;
}

#mentors-wrapper .classes-wrapper .rgt-col .fnt-FranklinGotTExtCon {
  text-align: center;
  font-size: 90px;
  color: #000000;
}

#mentors-wrapper .classes-wrapper .rgt-col .fnt-Ritual-Regular {
  font-size: 23px;
}

#mentors-wrapper .classes-wrapper .rgt-col .dates-wrapper {
  text-align: center;
}

#mentors-wrapper .prefooter {
  padding: 40px 0;
  background-color: #6ffe01;
}

#mentors-wrapper .prefooter .lvl-1 {
  align-items: center;
}

#mentors-wrapper .prefooter .lft-col {
  padding-right: 20px;
}

#mentors-wrapper .prefooter .rgt-col {
  padding-left: 20px;
}

#mentors-wrapper .prefooter .fnt-FranklinGotTExtCon {
  font-size: 150px;
  color: #1A0CFF;
  text-align: center;
}

#mentors-wrapper .prefooter .mntr-hldr {
  text-align: center;
}

#mentors-wrapper .prefooter a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  display: block;
  background-color: #000000;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
}

#mentors-wrapper .prefooter img {
  width: 100%;
  position: relative;
  z-index: 1;
}

#mentors-wrapper .prefooter img.mntr-img {
  width: auto;
  height: 300px;
  margin-top: -130px;
}

@media screen and (max-width: 1050px) {
  #mentors-wrapper .wrapper-body .inner-body:first-child {
    font-size: 270px;
  }

  #mentors-wrapper .wrapper-body .inner-body:last-child p {
    font-size: 70px;
    line-height: 60px;
  }

  #mentors-wrapper .wrapper-body .inner-body:last-child img {
    top: 0;
  }

  #mentors-wrapper .wrapper-body .txt-block p {
    font-size: 15px;
  }

  #mentors-wrapper .wrapper-body .txt-block p.block-title {
    font-size: 20px;
  }

  #mentors-wrapper .wrapper-body .txt-block:last-child p {
    font-size: 27px;
  }

  #mentors-wrapper .wrapper-body .rgt-col .fnt-FranklinGotTExtCon {
    font-size: 70px;
  }

  #mentors-wrapper .wrapper-body .rgt-col ul li {
    max-width: 80%;
    margin: 0 10% !important;
  }

  #mentors-wrapper .classes-wrapper {
    margin-top: 0 !important;
  }

  #mentors-wrapper .classes-wrapper .uk-grid {
    display: inline-block !important;
    width: 100%;
  }

  #mentors-wrapper .classes-wrapper .lft-col,
  #mentors-wrapper .classes-wrapper .rgt-col {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  #mentors-wrapper .prefooter .lvl-1 {
    display: inline-block;
    width: 100%;
  }

  #mentors-wrapper .prefooter .lft-col {
    text-align: center;
  }

  #mentors-wrapper .prefooter .lft-col .lft-gfx {
    width: 50%;
  }

  #mentors-wrapper .prefooter img {
    width: 50%;
  }

  #mentors-wrapper .altie-single {
    width: 20%;
  }
}

@media screen and (max-width: 950px) {
  #mentors-wrapper .ticker .ticker-row {
    width: 250vw;
  }

  #mentors-wrapper .wrapper-body .inner-body:last-child {
    flex-direction: column-reverse;
    align-items: center;
  }

  #mentors-wrapper .wrapper-body .inner-body:last-child p {
    text-align: center;
    max-width: 100%;
    margin-bottom: 30px;
  }

  #mentors-wrapper .wrapper-body .inner-body:last-child img {
    margin-bottom: 20px;
  }

  #mentors-wrapper .prefooter span {
    font-size: 17px;
  }

  #mentors-wrapper .prefooter .mentors-reel .mentor {
    min-height: auto;
  }
}

@media screen and (max-width: 750px) {
  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  #mentors-wrapper .ticker .ticker-row {
    width: 390vw;
  }

  #mentors-wrapper .ticker .ticker-row span {
    font-size: 25px;
  }

  #mentors-wrapper .classes-wrapper .ticker .ticker-row span {
    font-size: 25px;
  }

  #mentors-wrapper .wrapper-body {
    padding: 20px 0 0 0;
  }

  #mentors-wrapper .wrapper-body .uk-container {
    padding: 0;
  }

  #mentors-wrapper .wrapper-body .inner-body:first-child {
    font-size: 100px;
    position: relative;
  }

  #mentors-wrapper .wrapper-body .inner-body:first-child img {
    position: absolute;
    right: 0;
    margin-top: 30px;
  }

  #mentors-wrapper .wrapper-body .inner-body:first-child p.fnt-FranklinGotTExtCon {
    font-size: 58px;
    margin: 0;
    line-height: 100%;
  }

  #mentors-wrapper .wrapper-body .inner-body:not(:first-child) {
    border-top: 0;
  }

  #mentors-wrapper .wrapper-body .inner-body:nth-child(2) {
    margin-top: 120px;
    padding: 0 40px;
  }

  #mentors-wrapper .wrapper-body .inner-body:nth-child(2) .uk-grid {
    display: inline-block;
  }

  #mentors-wrapper .wrapper-body .inner-body:last-child {
    display: block;
    text-align: center;
    border-top: 1px solid #000000;
    margin-top: 30px;
  }

  #mentors-wrapper .wrapper-body .rgt-col ul {
    margin-top: 0;
  }

  #mentors-wrapper .wrapper-body .inner-body:last-child div {
    padding: 0 40px;
  }

  #mentors-wrapper .wrapper-body .inner-body:last-child a {
    font-size: 20px;
    top: -20px;
  }

  #mentors-wrapper .wrapper-body .inner-body:last-child p {
    font-size: 50px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
  }

  #mentors-wrapper .wrapper-body .inner-body:last-child img {
    width: 70%;
    left: 0;
    top: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }

  #mentors-wrapper .wrapper-body .txt-block:last-child {
    text-align: center;
  }

  #mentors-wrapper .wrapper-body .txt-block:last-child .btn-green {
    margin: 0 auto;
  }

  #mentors-wrapper .classes-wrapper .uk-container {
    padding: 0;
  }

  #mentors-wrapper .classes-wrapper .rgt-col .altie-hldr {
    height: 240px;
    overflow: hidden;
    border-bottom: 2px solid #000000;
  }

  #mentors-wrapper .classes-wrapper .rgt-col img.altie-single {
    margin: 0 auto;
    width: 40%;
  }

  #mentors-wrapper .prefooter span {
    bottom: 4px;
    font-size: 15px;
  }

  #mentors-wrapper .prefooter .lft-col,
  #mentors-wrapper .prefooter .rgt-col {
    padding: 0;
  }

  #mentors-wrapper .prefooter .uk-container {
    padding: 0 !important;
  }

  #mentors-wrapper .altie-intro {
    width: 60%;
    margin: 0 15%;
  }

  #mentors-wrapper .prefooter .altie-hldr {
    height: 340px;
    overflow: hidden;
    position: relative;
    margin-top: -70px;
    padding-right: 40px;
    border-bottom: 2px solid #000000;
  }

  #mentors-wrapper .prefooter .altie-hldr img {
    width: 100%;
  }

  #mentors-wrapper .prefooter .mentors-hldr {
    padding: 0 40px;
  }

  #mentors-wrapper .prefooter .mentors-hldr .lft-col {
    padding-right: 20px !important;
  }

  #mentors-wrapper .prefooter .mentors-hldr .rgt-col {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 450px) {
  .icon-gfx {
    width: 30px;
    height: 30px;
  }

  #mentors-wrapper .uk-container {
    padding-left: 0;
    padding-right: 0;
  }

  #mentors-wrapper .wrapper-body {
    padding: 20px 0 0 0;
  }

  #mentors-wrapper .wrapper-body .inner-body:first-child {
    font-size: 90px;
  }

  #mentors-wrapper .wrapper-body .inner-body:nth-child(2) {
    padding: 0 20px;
    margin-top: 170px;
  }

  #mentors-wrapper .wrapper-body .inner-body:last-child {
    padding: 40px 20px 0 20px;
  }

  #mentors-wrapper .wrapper-body .inner-body:last-child div {
    padding: 0;
  }

  #mentors-wrapper .wrapper-body .inner-body:last-child p {
    font-size: 40px;
    line-height: 30px;
    margin-top: 0 !important;
  }

  #mentors-wrapper .wrapper-body .inner-body:last-child img {
    width: 100%;
    margin: 0;
  }

  #mentors-wrapper .wrapper-body .txt-block:last-child p {
    text-align: center;
  }

  #mentors-wrapper .wrapper-body .rgt-col .fnt-FranklinGotTExtCon {
    font-size: 50px;
    margin: 0;
  }

  #mentors-wrapper .wrapper-body .rgt-col .fnt-FranklinGotItcTEEDemCom {
    font-size: 40px;
    line-height: 110%;
  }

  #mentors-wrapper .wrapper-body .rgt-col .fnt-Wikolia-Regular {
    font-size: 17px;
  }

  #mentors-wrapper .wrapper-body .rgt-col ul {
    margin: 0;
  }

  #mentors-wrapper .wrapper-body .rgt-col ul li {
    max-width: 100%;
    margin: 0 !important;
  }

  #mentors-wrapper .classes-wrapper .rgt-col .altie-hldr {
    height: 165px;
  }

  #mentors-wrapper .classes-wrapper .rgt-col img.altie-single {
    width: 50%;
  }

  #mentors-wrapper .classes-wrapper .rgt-col .fnt-Ritual-Regular {
    font-size: 17px;
  }

  #mentors-wrapper .classes-wrapper .rgt-col .fnt-FranklinGotTExtCon {
    font-size: 70px;
  }

  #mentors-wrapper .altie-intro {
    width: 70%;
    margin: 0 15%;
  }

  #mentors-wrapper .altie-single {
    width: 40%;
    margin-bottom: 20px;
  }

  #mentors-wrapper .prefooter {
    padding: 40px 0;
  }

  #mentors-wrapper .prefooter .altie-hldr {
    margin-top: -40px;
    height: 190px;
  }

  #mentors-wrapper .prefooter .mentors-hldr .lft-col,
  #mentors-wrapper .prefooter .mentors-hldr .rgt-col {
    padding: 0 20px !important;
  }

  #mentors-wrapper .prefooter img.mntr-img {
    height: 200px;
  }

  #mentors-wrapper .prefooter .rgt-col,
  #mentors-wrapper .prefooter .lft-col {
    padding: 0;
  }

  #mentors-wrapper .prefooter .fnt-FranklinGotTExtCon {
    font-size: 130px;
  }
}