/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/*******************************************************************
DIN NEXT Font
*******************************************************************/
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
#investing-next-gen {
  color: #fff;
  padding: 60px 0;
  background-color: #000;
  overflow-x: clip;
  overflow-y: visible;
}
#investing-next-gen .investing-next-gen__content {
  position: relative;
}
#investing-next-gen .investing-next-gen__content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  right: -40%;
  top: 45%;
  opacity: 0.5;
  background: radial-gradient(circle, rgba(62, 137, 9, 0.8) 0%, rgba(62, 137, 9, 0.4) 40%, rgba(62, 137, 9, 0) 70%);
  border-radius: 50%;
}
@media (min-width: 1024px) {
  #investing-next-gen .investing-next-gen__content:after {
    border-radius: 50%;
    width: 600px;
    right: -25%;
    opacity: 0.7;
    background: radial-gradient(circle, rgba(62, 137, 9, 0.5) 0%, rgba(62, 137, 9, 0) 70%), radial-gradient(circle, rgba(62, 137, 9, 0.3) 0%, rgba(62, 137, 9, 0) 90%);
    top: 50%;
  }
}
@media (min-width: 992px) {
  #investing-next-gen .investing-next-gen__content .mobile {
    display: none;
  }
}
#investing-next-gen .investing-next-gen__content .desktop {
  display: none;
}
@media (min-width: 992px) {
  #investing-next-gen .investing-next-gen__content .desktop {
    display: grid;
  }
}
#investing-next-gen .investing-next-gen__content__img {
  position: relative;
  z-index: 1;
}
#investing-next-gen .investing-next-gen__content__img ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
#investing-next-gen .investing-next-gen__content__img ul img {
  width: 100%;
  height: auto;
}
#investing-next-gen .investing-next-gen__content__body {
  position: relative;
  z-index: 1;
}
#investing-next-gen .investing-next-gen__content__body__details {
  text-align: center;
}
@media (min-width: 992px) {
  #investing-next-gen .investing-next-gen__content__body__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 60px;
    height: 100%;
  }
}
#investing-next-gen .investing-next-gen__content__body__details h2 {
  font-family: "DIN Next LT Pro";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  #investing-next-gen .investing-next-gen__content__body__details h2 {
    width: 65%;
  }
}
#investing-next-gen .investing-next-gen__content__body__details .bar {
  border-top: 1px solid rgba(179, 182, 183, 0.5);
}
#investing-next-gen .investing-next-gen__content__body__details p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 40px auto;
}
@media (min-width: 768px) {
  #investing-next-gen .investing-next-gen__content__body__details p {
    width: 75%;
  }
}
