/**************************
@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;
  }
}
#igd-efforts {
  color: #fff;
  padding: 60px 0 0;
  background-color: #000;
  overflow: hidden;
}
#igd-efforts .container {
  max-width: 1300px;
  padding: 0 40px;
}
#igd-efforts .igd-efforts__content__body {
  text-align: center;
}
#igd-efforts .igd-efforts__content__body > p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
#igd-efforts .igd-efforts__content__body .three-pillars {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 576px) {
  #igd-efforts .igd-efforts__content__body .three-pillars {
    text-align: left;
  }
}
@media (min-width: 1140px) {
  #igd-efforts .igd-efforts__content__body .three-pillars {
    width: 1024px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  #igd-efforts .igd-efforts__content__body .three-pillars__row {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
#igd-efforts .igd-efforts__content__body .three-pillars__row__title {
  margin: 0 auto 15px;
  border-bottom: 1px solid #B3B6B7;
  width: 193px;
}
@media (min-width: 576px) {
  #igd-efforts .igd-efforts__content__body .three-pillars__row__title {
    width: 235px;
    padding: 30px 25px 30px 0;
    border-right: 1px solid #B3B6B7;
    border-bottom: none;
    margin-right: 30px;
  }
}
#igd-efforts .igd-efforts__content__body .three-pillars__row__title h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #igd-efforts .igd-efforts__content__body .three-pillars__row__title h3 {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  #igd-efforts .igd-efforts__content__body .three-pillars__row__details {
    width: calc(100% - 225px);
  }
}
#igd-efforts .igd-efforts__content__body .three-pillars__row__details p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#igd-efforts .igd-efforts__content__body .three-pillars__row:not(:last-child) {
  margin-bottom: 30px;
}
#igd-efforts .igd-efforts__content__body .three-pillars__row:nth-child(1) .three-pillars__row__title h3 {
  color: #DBCC00;
}
#igd-efforts .igd-efforts__content__body .three-pillars__row:nth-child(2) .three-pillars__row__title h3 {
  color: #3E8909;
}
#igd-efforts .igd-efforts__content__body .three-pillars__row:nth-child(3) .three-pillars__row__title h3 {
  color: #0768AF;
}
#igd-efforts .igd-efforts__content__image {
  display: none;
  text-align: center;
}
@media (min-width: 1140px) {
  #igd-efforts .igd-efforts__content__image {
    text-align: left;
  }
}
#igd-efforts .igd-efforts__content__image img {
  display: inline-block;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 1140px) {
  #igd-efforts .igd-efforts__content__image img {
    position: relative;
    top: 50%;
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width: 1300px) {
  #igd-efforts .igd-efforts__content__image img {
    max-width: 400px;
  }
}
