#the-program #intro {
  background-color: #FFC20F;
  padding-top: 90px;
  overflow: hidden; }
  #the-program #intro::before, #the-program #intro::after {
    content: "";
    width: 100%;
    background-size: cover;
    display: block;
    background-position: center; }
  #the-program #intro::after {
    background-image: url("../../images/program/program_top.svg"), -webkit-gradient(linear, left top, right top, from(#ffc211), to(#ed9104));
    background-image: url("../../images/program/program_top.svg"), linear-gradient(90deg, #ffc211 0%, #ed9104 100%);
    height: 72px; }
    @media screen and (min-width: 992px) {
      #the-program #intro::after {
        height: 140px; } }
    @media screen and (min-width: 1200px) {
      #the-program #intro::after {
        height: 210px; } }
  @media screen and (min-width: 992px) {
    #the-program #intro {
      padding-top: 220px; } }
  #the-program #intro h1 {
    margin-bottom: 30px; }
  #the-program #intro img {
    width: 100%;
    max-width: 549px;
    margin: 36px auto; }
    @media screen and (min-width: 1200px) {
      #the-program #intro img {
        margin-top: 0px; } }
  #the-program #intro .animation-container {
    position: relative;
    position: relative; }
    #the-program #intro .animation-container img {
      display: block; }
    #the-program #intro .animation-container .anim_circle {
      position: absolute;
      top: 0px;
      left: 20px;
      width: 30px;
      height: 30px;
      -webkit-animation: float 6s ease-in-out infinite;
              animation: float 6s ease-in-out infinite; }
      @media screen and (min-width: 768px) {
        #the-program #intro .animation-container .anim_circle {
          top: 70px;
          left: 20px;
          width: 77px;
          height: 77px;
          -webkit-animation: float 4s ease-in-out infinite;
                  animation: float 4s ease-in-out infinite; } }
    #the-program #intro .animation-container .anim_square {
      position: absolute;
      top: 30px;
      right: 2px;
      width: 40px;
      height: 40px;
      -webkit-animation: rotate 2s ease-in-out infinite;
              animation: rotate 2s ease-in-out infinite; }
      @media screen and (min-width: 768px) {
        #the-program #intro .animation-container .anim_square {
          top: 240px;
          right: 20px;
          width: 92px;
          height: 92px;
          -webkit-animation: rotate 4s ease-in-out infinite;
                  animation: rotate 4s ease-in-out infinite; } }
      @media screen and (min-width: 1200px) {
        #the-program #intro .animation-container .anim_square {
          top: 340px; } }
    #the-program #intro .animation-container .anim_shape {
      position: absolute;
      top: 120px;
      left: 20px;
      width: 100px;
      height: 60px; }
      @media screen and (min-width: 500px) {
        #the-program #intro .animation-container .anim_shape {
          top: 200px;
          width: 167px;
          height: 106px; } }
      @media screen and (min-width: 992px) {
        #the-program #intro .animation-container .anim_shape {
          top: 200px;
          left: 20px;
          width: 167px;
          height: 106px; } }
      @media screen and (min-width: 1200px) {
        #the-program #intro .animation-container .anim_shape {
          left: -40px;
          top: 280px; } }

@media screen and (max-width: 991px) {
  #the-program #program .wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #the-program #program .wrap .row > div:nth-child(1) {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    #the-program #program .wrap .row > div:nth-child(2) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

#the-program #program .wrap .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#the-program #program .wrap p {
  text-align: right;
  margin-top: 50px; }
  @media screen and (min-width: 992px) {
    #the-program #program .wrap p {
      margin-top: 200px; } }
  @media screen and (min-width: 1200px) {
    #the-program #program .wrap p {
      margin-top: 150px; } }

#the-program #program .wrap .animation-container {
  position: relative;
  text-align: center; }
  #the-program #program .wrap .animation-container .girl {
    margin: 50px auto;
    width: 100%;
    max-width: 312px; }
    @media screen and (min-width: 1200px) {
      #the-program #program .wrap .animation-container .girl {
        margin-bottom: 100px; } }
  #the-program #program .wrap .animation-container .anim_circle {
    position: absolute;
    top: 350px;
    left: 180px;
    width: 42px;
    height: 42px;
    -webkit-animation: float 4s ease-in-out infinite;
            animation: float 4s ease-in-out infinite;
    z-index: 3; }
    @media screen and (min-width: 992px) {
      #the-program #program .wrap .animation-container .anim_circle {
        top: 350px;
        left: 120px; } }
    @media screen and (min-width: 1200px) {
      #the-program #program .wrap .animation-container .anim_circle {
        top: 400px;
        left: 120px; } }
  #the-program #program .wrap .animation-container .anim_square {
    position: absolute;
    top: 270px;
    left: 60px;
    width: 45px;
    height: 45px;
    -webkit-animation: rotate 4s ease-in-out infinite;
            animation: rotate 4s ease-in-out infinite;
    z-index: 2; }
    @media screen and (min-width: 992px) {
      #the-program #program .wrap .animation-container .anim_square {
        top: 300px;
        left: 0px; } }
    @media screen and (min-width: 1200px) {
      #the-program #program .wrap .animation-container .anim_square {
        left: 0px;
        width: 45px; } }
  #the-program #program .wrap .animation-container .anim_shape {
    position: absolute;
    top: 290px;
    left: 80px;
    width: 167px;
    height: 106px;
    z-index: 1; }
    @media screen and (min-width: 992px) {
      #the-program #program .wrap .animation-container .anim_shape {
        left: 0px; } }

#the-program #bncc {
  margin-top: -150px;
  position: relative;
  z-index: 2; }
  #the-program #bncc::before, #the-program #bncc::after {
    content: "";
    width: 100%;
    background-size: cover;
    display: block;
    background-position: center; }
  #the-program #bncc::before {
    background-image: url("../../images/program/bncc_top.svg");
    height: 110px;
    background-color: transparent; }
    @media screen and (min-width: 1200px) {
      #the-program #bncc::before {
        height: 134px; } }
  #the-program #bncc .wrap {
    padding-bottom: 40px;
    text-align: center; }
    @media screen and (min-width: 1200px) {
      #the-program #bncc .wrap {
        padding-top: 100px;
        padding-bottom: 240px; } }
    #the-program #bncc .wrap h2 {
      color: #FFC20F;
      margin-bottom: 30px;
      text-align: left; }
    #the-program #bncc .wrap p {
      color: #ffffff;
      text-align: left; }
    #the-program #bncc .wrap img {
      width: 100%;
      max-width: 325px;
      margin: 20px auto; }
      #the-program #bncc .wrap img.parallax_horizontal_scroll {
        margin-top: 60px;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        position: absolute;
        left: 40px; }

#the-program #unesco-pillars::before, #the-program #unesco-pillars::after {
  content: "";
  width: 100%;
  background-size: cover;
  display: block;
  background-position: center; }

#the-program #unesco-pillars::before {
  background-image: url("../../images/program/unesco_pillars_top.svg");
  height: 20px; }
  @media screen and (min-width: 500px) {
    #the-program #unesco-pillars::before {
      height: 60px; } }
  @media screen and (min-width: 768px) {
    #the-program #unesco-pillars::before {
      height: 80px; } }
  @media screen and (min-width: 1200px) {
    #the-program #unesco-pillars::before {
      height: 115px; } }

#the-program #unesco-pillars::after {
  background-image: url("../../images/program/unesco_pillars_bottom.svg");
  height: 50px; }
  @media screen and (min-width: 1200px) {
    #the-program #unesco-pillars::after {
      height: 112px; } }

#the-program #unesco-pillars .wrap {
  padding-top: 40px; }
  #the-program #unesco-pillars .wrap p {
    text-align: center; }
  #the-program #unesco-pillars .wrap ul {
    margin-top: 60px; }
    #the-program #unesco-pillars .wrap ul li {
      margin-left: 20px;
      width: calc(100% - 40px);
      text-align: center; }
      #the-program #unesco-pillars .wrap ul li img {
        width: 80%;
        max-width: 220px;
        display: inline-block; }
        @media screen and (min-width: 1200px) {
          #the-program #unesco-pillars .wrap ul li img {
            float: left; } }
      @media screen and (min-width: 1200px) {
        #the-program #unesco-pillars .wrap ul li .unesco-pillars-contents {
          float: left;
          width: calc(100% - 260px);
          margin-left: 40px; } }
      #the-program #unesco-pillars .wrap ul li .unesco-pillars-contents h3 {
        font-size: 16px;
        margin-bottom: 16px;
        margin-top: 24px;
        font-family: "neo-sans", sans-serif;
        font-weight: 700;
        text-align: center; }
        @media screen and (min-width: 1200px) {
          #the-program #unesco-pillars .wrap ul li .unesco-pillars-contents h3 {
            text-align: left; } }
      #the-program #unesco-pillars .wrap ul li .unesco-pillars-contents p {
        text-align: center; }
        @media screen and (min-width: 1200px) {
          #the-program #unesco-pillars .wrap ul li .unesco-pillars-contents p {
            text-align: left; } }
  #the-program #unesco-pillars .wrap .owl-carousel .owl-dots {
    margin-top: 36px;
    text-align: center; }
    #the-program #unesco-pillars .wrap .owl-carousel .owl-dots .owl-dot {
      width: 22px;
      height: 22px;
      border: 2px solid #ffffff;
      border-radius: 22px;
      margin-right: 8px; }
      #the-program #unesco-pillars .wrap .owl-carousel .owl-dots .owl-dot.active {
        background-color: #ffffff; }
  #the-program #unesco-pillars .wrap .owl-carousel .owl-next,
  #the-program #unesco-pillars .wrap .owl-carousel .owl-prev {
    position: absolute;
    top: 80px;
    border-left: 5px solid #DC3F5E;
    border-bottom: 5px solid #DC3F5E;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #the-program #unesco-pillars .wrap .owl-carousel .owl-next:hover,
    #the-program #unesco-pillars .wrap .owl-carousel .owl-prev:hover {
      border-left: 5px solid #000000;
      border-bottom: 5px solid #000000; }
    #the-program #unesco-pillars .wrap .owl-carousel .owl-next span,
    #the-program #unesco-pillars .wrap .owl-carousel .owl-prev span {
      display: none; }
  #the-program #unesco-pillars .wrap .owl-carousel .owl-prev {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: -60px; }
  #the-program #unesco-pillars .wrap .owl-carousel .owl-next {
    right: -60px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }

#the-program #purpose-vision .wrap {
  padding-top: 100px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    #the-program #purpose-vision .wrap .purporse-vision-container {
      background-image: url("../../images/program/divider.svg");
      background-position: top 130px center;
      background-repeat: no-repeat; } }
  @media screen and (min-width: 992px) {
    #the-program #purpose-vision .wrap .purporse-vision-container > div:nth-child(1) {
      text-align: right; } }
  #the-program #purpose-vision .wrap .purporse-vision-container > div:nth-child(2) {
    margin-top: 48px; }
    @media screen and (min-width: 992px) {
      #the-program #purpose-vision .wrap .purporse-vision-container > div:nth-child(2) {
        text-align: left;
        margin-top: 0px; } }
  #the-program #purpose-vision .wrap h3 {
    font-size: 25px;
    margin-top: 35px;
    margin-bottom: 25px; }

#the-program #crescemos-pillars .wrap {
  padding-top: 115px;
  padding-bottom: 100px; }
  #the-program #crescemos-pillars .wrap h2 {
    text-align: center;
    text-transform: lowercase; }
  #the-program #crescemos-pillars .wrap p {
    margin-top: 14px;
    text-align: center; }
  #the-program #crescemos-pillars .wrap ul li {
    text-align: center;
    margin-top: 40px; }
    #the-program #crescemos-pillars .wrap ul li p {
      font-family: "neo-sans", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      line-height: 24px; }
    #the-program #crescemos-pillars .wrap ul li img {
      width: 80%;
      max-width: 240px; }

#the-program #practices::before, #the-program #practices::after {
  content: "";
  width: 100%;
  background-size: cover;
  display: block;
  background-position: center; }

#the-program #practices::before {
  background-image: url("../../images/program/practices_top.svg");
  height: 75px; }
  @media screen and (min-width: 992px) {
    #the-program #practices::before {
      height: 130px; } }
  @media screen and (min-width: 1200px) {
    #the-program #practices::before {
      height: 210px; } }

#the-program #practices::after {
  background-image: url("../../images/program/practices_bottom.svg");
  background-color: #DC3F5E;
  height: 40px; }
  @media screen and (min-width: 500px) {
    #the-program #practices::after {
      height: 70px; } }
  @media screen and (min-width: 768px) {
    #the-program #practices::after {
      height: 90px; } }
  @media screen and (min-width: 992px) {
    #the-program #practices::after {
      height: 120px; } }
  @media screen and (min-width: 1200px) {
    #the-program #practices::after {
      height: 173px; } }

#the-program #practices .wrap {
  padding-bottom: 20px; }
  #the-program #practices .wrap h2 {
    color: #FFC20F;
    text-align: center;
    font-size: 30px; }
  #the-program #practices .wrap > p {
    text-align: center;
    color: #ffffff;
    margin-top: 40px; }
  #the-program #practices .wrap ul:first-of-type {
    margin-top: 56px; }
  #the-program #practices .wrap ul li {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #the-program #practices .wrap ul li p {
      width: 100%;
      color: #000000;
      text-align: center;
      font-size: 18px;
      line-height: 24px;
      font-family: "neo-sans", sans-serif;
      font-weight: 700; }
    #the-program #practices .wrap ul li.pattern-font-13 p {
      font-size: 13px;
      line-height: 16px; }
    #the-program #practices .wrap ul li.pattern-font-14 p {
      font-size: 14px;
      line-height: 17px; }
    #the-program #practices .wrap ul li.pattern-font-18 p {
      font-size: 18px;
      line-height: 24px; }
    #the-program #practices .wrap ul li.pattern-font-20 p {
      font-size: 20px;
      line-height: 24px; }
    #the-program #practices .wrap ul li.pattern-font-22 p {
      font-size: 22px; }
    #the-program #practices .wrap ul li.pattern-font-24 p {
      font-size: 24px; }
    #the-program #practices .wrap ul li.pattern-font-27 p {
      font-size: 27px;
      line-height: 32px; }
    #the-program #practices .wrap ul li.pattern-font-29 p {
      font-size: 29px; }
    #the-program #practices .wrap ul li.pattern-font-35 p {
      font-size: 35px; }
    #the-program #practices .wrap ul li.pattern-1 {
      background-image: url("../../images/program/list_pattern1.svg"); }
      #the-program #practices .wrap ul li.pattern-1 p {
        margin-top: 10px; }
    #the-program #practices .wrap ul li.pattern-2 {
      background-image: url("../../images/program/list_pattern2.svg"); }
    #the-program #practices .wrap ul li.pattern-3 {
      background-image: url("../../images/program/list_pattern3.svg"); }
      #the-program #practices .wrap ul li.pattern-3 p {
        margin-top: 10px; }
    #the-program #practices .wrap ul li.pattern-4 {
      background-image: url("../../images/program/list_pattern4.svg"); }

#the-program #books::before, #the-program #books::after {
  content: "";
  width: 100%;
  background-size: cover;
  display: block;
  background-position: center; }

#the-program #books::after {
  background-image: url("../../images/program/books_bottom.svg");
  background-color: #DC3F5E;
  height: 90px; }
  @media screen and (min-width: 1200px) {
    #the-program #books::after {
      height: 210px; } }

#the-program #books .wrap {
  padding-top: 100px; }
  #the-program #books .wrap h2 {
    text-align: center;
    color: #A6CF4D;
    text-transform: lowercase;
    margin-bottom: 20px; }
  #the-program #books .wrap > p {
    color: #ffffff;
    text-align: center;
    width: 100%; }
  #the-program #books .wrap .owl-carousel .owl-dots {
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    text-align: center; }
    #the-program #books .wrap .owl-carousel .owl-dots .owl-dot {
      width: 22px;
      height: 22px;
      border: 2px solid #ffffff;
      border-radius: 22px;
      margin-right: 8px; }
      #the-program #books .wrap .owl-carousel .owl-dots .owl-dot.active {
        background-color: #ffffff; }
  #the-program #books .wrap ul {
    text-align: center;
    margin-top: 100px; }
    #the-program #books .wrap ul li {
      width: calc(100% - 40px);
      margin-left: 20px; }
      #the-program #books .wrap ul li img {
        width: 100%; }
      #the-program #books .wrap ul li span {
        color: #FFC20F;
        font-size: 20px;
        font-family: "neo-sans", sans-serif;
        font-weight: 700;
        margin-top: 16px;
        display: inline-block; }
      #the-program #books .wrap ul li p {
        margin-top: 36px;
        font-size: 20px;
        line-height: 30px;
        font-family: "neo-sans", sans-serif;
        font-weight: 700;
        color: #ffffff; }

#the-program #services .wrap {
  padding-top: 100px;
  padding-bottom: 100px; }
  #the-program #services .wrap h2 {
    text-align: center;
    text-transform: lowercase;
    margin-bottom: 20px; }
  #the-program #services .wrap > p {
    text-align: center; }
  #the-program #services .wrap ul {
    margin-top: 50px; }
    @media screen and (min-width: 1200px) {
      #the-program #services .wrap ul {
        margin-top: 110px; } }
    #the-program #services .wrap ul li {
      min-height: 92px;
      margin-bottom: 20px; }
      #the-program #services .wrap ul li .service-contents {
        background-color: #A6CF4D;
        border-radius: 32px;
        color: #ffffff;
        padding-left: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 100px;
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.33);
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.33); }
        @media screen and (min-width: 1200px) {
          #the-program #services .wrap ul li .service-contents {
            height: 92px; } }
        #the-program #services .wrap ul li .service-contents img {
          margin-right: 20px;
          position: absolute; }
        #the-program #services .wrap ul li .service-contents p {
          font-size: 16px;
          line-height: 20px;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-right: 30px;
          font-family: "neo-sans", sans-serif;
          font-weight: 400;
          padding-left: 80px; }
          @media screen and (min-width: 1200px) {
            #the-program #services .wrap ul li .service-contents p {
              font-size: 20px;
              line-height: 24px; } }
      #the-program #services .wrap ul li.box-large .service-contents {
        min-height: 150px; }
