/* Form */
/*  Form Elements
 --------------------------*/
input:focus, input:active, select:focus, select:active, button.btn:focus, button.btn:active {
  outline: none; }

/* Icons
------------------------*/
.chevron-arrow-left {
  display: inline-block;
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  width: 8px;
  height: 8px;
  transform: rotate(-225deg); }

.chevron-arrow-right {
  width: 5px;
  height: 5px;
  display: inline-block;
  transform: rotate(-45deg);
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8; }

/*Fonts - sizes
 --------------------------*/
body {
  font-size: 16px;
  line-height: 1.25;
  color: #212121;
  overflow-x: hidden; }

.page-wrapper,
.default-page-style,
[id="__next"] {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1920px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      box-shadow: 0 0 8px rgba(8, 15, 45, 0.5);
      -webkit-box-shadow: 0 0 8px rgba(8, 15, 45, 0.5);
      -moz-box-shadow: 0 0 8px rgba(8, 15, 45, 0.5); } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 1280px; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }

/* Heading Stylng */
h1, h2, h3, .title, .title2, .title3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.25;
  font-style: normal;
  font-stretch: normal;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin: 0 0 20px 0;
  padding: 0; }

h2 {
  font-size: 34px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px; } }

h3, .title, .title2, .title3 {
  font-size: 36px; }
  @media (max-width: 767px) {
    h3, .title, .title2, .title3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 24px;
  font-weight: 400; }

h5, .h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

p {
  font-size: 16px;
  line-height: 1.25; }
  @media (max-width: 767px) {
    p {
      line-height: 1.63 !important;
      font-size: 16px !important; } }
  p + p {
    margin-top: 15px; }

.bg-white {
  background-color: #ffffff !important; }

.bg-gray {
  background-color: #eeeeee !important; }

.bg-yellow {
  background-color: #f2bd12 !important; }

.color-white {
  color: #ffffff !important; }

.color-gray {
  color: #212121 !important; }

.color-yellow {
  color: #f2bd12 !important; }

.title div {
  font-family: 'Playfair Display', serif;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s; }
  @media (max-width: 767px) {
    .title div {
      display: inline; } }
  .title div:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    z-index: -1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    width: 0; }
    @media (max-width: 767px) {
      .title div:after {
        content: none; } }

.title span {
  font-family: 'Playfair Display', serif; }

.title.subHeading-red span {
  background-color: #EF6D41;
  color: #ffffff; }
  @media (max-width: 767px) {
    .title.subHeading-red span {
      color: #212121; } }

.title.white div {
  color: #ffffff; }

.title.white:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title.red div {
  color: #ffffff; }

.title.red span {
  color: #ffffff; }

.title.red:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title.gray div {
  color: #909090; }

.title.gray:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title2 {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .title2 {
      margin-bottom: 20px; } }

.title3 {
  font-size: 32px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .title3 {
      margin-bottom: 20px;
      font-size: 28px !important; } }

.title4 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 900; }
  @media (max-width: 767px) {
    .title4 {
      margin-bottom: 20px; } }

.pm-stiac-page .title span:empty {
  display: none; }

@media (max-width: 767px) {
  .pm-stiac-page .title {
    max-width: 100%; } }

@media (max-width: 767px) {
  .pm-stiac-page .title:after {
    content: none; } }

strong {
  font-weight: 700; }

.readmore {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41; }
  .readmore:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/red-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readmore:hover:after {
    right: -15px; }
  .readmore.blue {
    color: #4454a4; }
    .readmore.blue:after {
      background-image: url("/assets/images/blue-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background-image: url("/assets/images/black-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background-image: url("/assets/images/white-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }

.btn-row {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .btn-row {
      margin-top: 20px; } }

.btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #FFBE00;
  padding: 12px;
  font-weight: 700;
  color: #212121;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .btn {
      vertical-align: middle; } }
  .btn:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/black-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    right: 0;
    position: relative; }
  .btn.white {
    background-color: #ffffff;
    color: #212121; }
  .btn.black {
    background-color: #212121;
    color: #ffffff; }
    .btn.black:after {
      background-image: url("/assets/images/white-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .btn span {
    position: relative;
    display: inline-block;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-right: 10px; }
  .btn:hover span {
    left: -5px; }
  .btn:hover:after {
    right: -5px; }
  .btn.style2 {
    background-color: #212121;
    color: #EF6D41;
    font-size: 14px;
    text-align: center;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
    .btn.style2:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transform: translateY(100px);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%); }
    .btn.style2:after {
      background-image: url("/assets/images/red-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .btn.style2:hover {
      color: #212121; }
      .btn.style2:hover:before {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        background-color: #ffffff; }
      .btn.style2:hover:after {
        background-image: url("/assets/images/black-arrow.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }

.downloadBtn {
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #212121; }
  .downloadBtn:after {
    content: '';
    width: 9px;
    height: 9px;
    background-image: url("/assets/images/download-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    display: inline-block;
    margin-left: 10px;
    border-bottom: 2px solid #212121; }

mark {
  display: inline-block;
  background-color: #e96c40;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 7px;
  font-weight: 700; }
  @media (max-width: 767px) {
    mark {
      font-size: 8px;
      line-height: 1.2; } }

.image-center img {
  display: table;
  margin: 0 auto; }

.show-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-mobile {
      display: block !important; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

.readblue {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41;
  color: #4454a4; }
  .readblue:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/blue-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readblue:hover:after {
    right: -15px; }
  @media (max-width: 767px) {
    .readblue {
      font-size: 14px; } }

.etg_objectives_section {
  background-color: #08102d;
  padding-top: 60px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .etg_objectives_section {
      padding-top: 40px; } }
  .etg_objectives_section .obj_heading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    z-index: 2; }
    .etg_objectives_section .obj_heading div {
      font-family: 'Playfair Display', serif;
      font-size: 36px;
      line-height: 0.83;
      letter-spacing: 1px;
      color: #ffffff;
      font-weight: 900;
      padding: 35px 65px;
      display: inline-block;
      background-image: url("/assets/images/objectives_heading_bg.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media (max-width: 767px) {
        .etg_objectives_section .obj_heading div {
          font-size: 28px;
          line-height: 1.07;
          padding: 20px;
          text-align: center;
          width: -moz-calc(100% - 40px);
          width: -webkit-calc(100% - 40px);
          width: calc(100% - 40px);
          margin: auto; } }

.etg_objectives_wrapper {
  position: relative;
  margin-top: 180px;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .etg_objectives_wrapper {
      margin: 0; } }
  .etg_objectives_wrapper .etg_objectives_circle_group {
    position: relative;
    height: 1175px;
    z-index: 1; }
    @media (max-width: 767px) {
      .etg_objectives_wrapper .etg_objectives_circle_group {
        background-image: url("/assets/images/etg-oval.svg");
        background-repeat: no-repeat;
        background-position: -425px -45px;
        background-size: 800px;
        height: 560px;
        width: 600px; } }
    .etg_objectives_wrapper .etg_objectives_circle_group [class^="obj-circle-"] {
      position: absolute; }
      @media (max-width: 767px) {
        .etg_objectives_wrapper .etg_objectives_circle_group [class^="obj-circle-"] {
          display: none; } }
    .etg_objectives_wrapper .etg_objectives_circle_group .obj-circle-1 {
      background-image: url("/assets/images/obj-circle-1.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 414px;
      height: 414px;
      top: 219px;
      left: -99px; }
    .etg_objectives_wrapper .etg_objectives_circle_group .obj-circle-2 {
      background-image: url("/assets/images/obj-circle-2.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 569px;
      height: 688px;
      top: 77px;
      left: -227px; }
    .etg_objectives_wrapper .etg_objectives_circle_group .obj-circle-3 {
      background-image: url("/assets/images/obj-circle-3.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 941px;
      height: 941px;
      top: -43px;
      left: -365px; }
    .etg_objectives_wrapper .etg_objectives_circle_group .obj-circle-4 {
      background-image: url("/assets/images/obj-circle-4.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 1081px;
      height: 1081px;
      top: -112px;
      left: -432px; }
    .etg_objectives_wrapper .etg_objectives_circle_group .obj-circle-5 {
      background-image: url("/assets/images/obj-circle-5.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 1344px;
      height: 1344px;
      top: -245px;
      left: -565px; }
  .etg_objectives_wrapper .etg_objectives_list {
    position: absolute;
    left: 0;
    z-index: 1;
    height: 1175px;
    width: 100%; }
    @media (max-width: 767px) {
      .etg_objectives_wrapper .etg_objectives_list {
        height: 560px;
        width: 100%;
        top: 0; } }
    .etg_objectives_wrapper .etg_objectives_list li {
      padding-left: 60px;
      color: #ffffff;
      font-size: 20px;
      line-height: 1.25;
      position: absolute;
      max-width: 500px;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      .etg_objectives_wrapper .etg_objectives_list li span {
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 2;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: #0029ff;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      .etg_objectives_wrapper .etg_objectives_list li:hover {
        cursor: pointer;
        font-weight: 700; }
        .etg_objectives_wrapper .etg_objectives_list li:hover span {
          background-color: #FFBE00; }
          .etg_objectives_wrapper .etg_objectives_list li:hover span:before, .etg_objectives_wrapper .etg_objectives_list li:hover span:after {
            content: '';
            position: absolute;
            top: -8px;
            left: -8px;
            width: 40px;
            height: 40px;
            background: rgba(255, 190, 0, 0.5);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            opacity: 0;
            transition: all 2s linear;
            -webkit-transition: all 2s linear;
            -moz-transition: all 2s linear;
            -ms-transition: all 2s linear;
            -o-transition: all 2s linear; }
          .etg_objectives_wrapper .etg_objectives_list li:hover span:before {
            -webkit-transform: Scale(1);
            -moz-transform: Scale(1);
            -ms-transform: Scale(1);
            -o-transform: Scale(1);
            transform: Scale(1);
            -webkit-animation: circlePulse 2s infinite linear;
            -moz-animation: circlePulse 2s infinite linear;
            -ms-animation: circlePulse 2s infinite linear;
            -o-animation: circlePulse 2s infinite linear;
            animation: circlePulse 2s infinite linear; }
          .etg_objectives_wrapper .etg_objectives_list li:hover span:after {
            -webkit-animation: circlePulse 2s 1s infinite linear;
            -moz-animation: circlePulse 2s 1s infinite linear;
            -ms-animation: circlePulse 2s 1s infinite linear;
            -o-animation: circlePulse 2s 1s infinite linear;
            animation: circlePulse 2s 1s infinite linear; }
      .etg_objectives_wrapper .etg_objectives_list li:nth-child(1) {
        top: 225px;
        left: 200px; }
      .etg_objectives_wrapper .etg_objectives_list li:nth-child(2) {
        top: 590px;
        left: 178px; }
      .etg_objectives_wrapper .etg_objectives_list li:nth-child(3) {
        left: 727px;
        top: 630px; }
      .etg_objectives_wrapper .etg_objectives_list li:nth-child(4) {
        top: 770px;
        left: 388px; }
      .etg_objectives_wrapper .etg_objectives_list li:nth-child(5) {
        left: 525px;
        top: 85px; }
      .etg_objectives_wrapper .etg_objectives_list li:nth-child(6) {
        left: 740px;
        top: 225px; }
      .etg_objectives_wrapper .etg_objectives_list li:nth-child(7) {
        left: 635px;
        top: 400px; }
      .etg_objectives_wrapper .etg_objectives_list li:nth-child(8) {
        left: 200px;
        top: -50px; }
      .etg_objectives_wrapper .etg_objectives_list li:nth-child(9) {
        left: 250px;
        top: 1055px; }

.ETG_obj_itemWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 560px;
  opacity: 0;
  visibility: hidden;
  transition: transform 1.5s ease-in;
  -webkit-transition: transform 1.5s ease-in;
  -moz-transition: transform 1.5s ease-in;
  -ms-transition: transform 1.5s ease-in;
  -o-transition: transform 1.5s ease-in; }
  .ETG_obj_itemWrap .ETG_obj_item {
    padding-left: 40px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.83;
    position: absolute;
    max-width: 260px;
    font-weight: 600;
    transition: transform 1.5s ease-out;
    -webkit-transition: transform 1.5s ease-out;
    -moz-transition: transform 1.5s ease-out;
    -ms-transition: transform 1.5s ease-out;
    -o-transition: transform 1.5s ease-out;
    transform-origin: left top;
    transform: rotate(180deg) translate(115px, -115px);
    -webkit-transform: rotate(180deg) translate(115px, -115px);
    -moz-transform: rotate(180deg) translate(115px, -115px);
    -ms-transform: rotate(180deg) translate(115px, -115px);
    -o-transform: rotate(180deg) translate(115px, -115px);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden !important; }
    .ETG_obj_itemWrap .ETG_obj_item span {
      position: absolute;
      top: 10px;
      left: 0;
      z-index: 2;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background-color: #0029ff;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
    .ETG_obj_itemWrap .ETG_obj_item:hover {
      cursor: pointer;
      font-weight: 700; }
      .ETG_obj_itemWrap .ETG_obj_item:hover span {
        background-color: #FFBE00; }
        .ETG_obj_itemWrap .ETG_obj_item:hover span:before, .ETG_obj_itemWrap .ETG_obj_item:hover span:after {
          content: '';
          position: absolute;
          top: -7px;
          left: -7px;
          width: 30px;
          height: 30px;
          background: rgba(255, 190, 0, 0.5);
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          opacity: 0;
          transition: all 2s linear;
          -webkit-transition: all 2s linear;
          -moz-transition: all 2s linear;
          -ms-transition: all 2s linear;
          -o-transition: all 2s linear; }
        .ETG_obj_itemWrap .ETG_obj_item:hover span:before {
          -webkit-transform: Scale(1);
          -moz-transform: Scale(1);
          -ms-transform: Scale(1);
          -o-transform: Scale(1);
          transform: Scale(1);
          -webkit-animation: circlePulse 2s infinite linear;
          -moz-animation: circlePulse 2s infinite linear;
          -ms-animation: circlePulse 2s infinite linear;
          -o-animation: circlePulse 2s infinite linear;
          animation: circlePulse 2s infinite linear; }
        .ETG_obj_itemWrap .ETG_obj_item:hover span:after {
          -webkit-animation: circlePulse 2s 1s infinite linear;
          -moz-animation: circlePulse 2s 1s infinite linear;
          -ms-animation: circlePulse 2s 1s infinite linear;
          -o-animation: circlePulse 2s 1s infinite linear;
          animation: circlePulse 2s 1s infinite linear; }
    .ETG_obj_itemWrap .ETG_obj_item:nth-child(1) {
      left: 50px;
      top: 72px; }
    .ETG_obj_itemWrap .ETG_obj_item:nth-child(2) {
      top: 268px;
      left: 110px; }
    .ETG_obj_itemWrap .ETG_obj_item:nth-child(3) {
      top: 405px;
      left: 70px; }
  .ETG_obj_itemWrap.active, .ETG_obj_itemWrap.lastActive {
    opacity: 1;
    visibility: visible; }
    .ETG_obj_itemWrap.active .ETG_obj_item, .ETG_obj_itemWrap.lastActive .ETG_obj_item {
      opacity: 1; }
  .ETG_obj_itemWrap.active .ETG_obj_item {
    transform: rotate(0deg) translate(0, 0);
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    -webkit-animation: fadeIn 1.5s linear both;
    -moz-animation: fadeIn 1.5s linear both;
    -ms-animation: fadeIn 1.5s linear both;
    -o-animation: fadeIn 1.5s linear both;
    animation: fadeIn 1.5s linear both; }
  .ETG_obj_itemWrap.lastActive .ETG_obj_item {
    transform: rotate(-180deg) translate(250px, -350px);
    -webkit-transform: rotate(-180deg) translate(250px, -350px);
    -moz-transform: rotate(-180deg) translate(250px, -350px);
    -ms-transform: rotate(-180deg) translate(250px, -350px);
    -o-transform: rotate(-180deg) translate(250px, -350px);
    -webkit-animation: fadeOut 1.5s linear both;
    -moz-animation: fadeOut 1.5s linear both;
    -ms-animation: fadeOut 1.5s linear both;
    -o-animation: fadeOut 1.5s linear both;
    animation: fadeOut 1.5s linear both; }

.p-up-scroll .ETG_obj_itemWrap {
  transition: transform 1.5s ease-out;
  -webkit-transition: transform 1.5s ease-out;
  -moz-transition: transform 1.5s ease-out;
  -ms-transition: transform 1.5s ease-out;
  -o-transition: transform 1.5s ease-out; }
  .p-up-scroll .ETG_obj_itemWrap .ETG_obj_item {
    transition: transform 1.5s ease-out;
    -webkit-transition: transform 1.5s ease-out;
    -moz-transition: transform 1.5s ease-out;
    -ms-transition: transform 1.5s ease-out;
    -o-transition: transform 1.5s ease-out;
    transform: rotate(-180deg) translate(250px, -350px);
    -webkit-transform: rotate(-180deg) translate(250px, -350px);
    -moz-transform: rotate(-180deg) translate(250px, -350px);
    -ms-transform: rotate(-180deg) translate(250px, -350px);
    -o-transform: rotate(-180deg) translate(250px, -350px); }
  .p-up-scroll .ETG_obj_itemWrap.active .ETG_obj_item {
    transform: rotate(0deg) translate(0, 0);
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0); }
  .p-up-scroll .ETG_obj_itemWrap.lastActive .ETG_obj_item {
    transform: rotate(180deg) translate(115px, -115px);
    -webkit-transform: rotate(180deg) translate(115px, -115px);
    -moz-transform: rotate(180deg) translate(115px, -115px);
    -ms-transform: rotate(180deg) translate(115px, -115px);
    -o-transform: rotate(180deg) translate(115px, -115px); }

@-webkit-keyframes circlePulse {
  0% {
    transform: scale(0.4);
    opacity: 0; }
  33% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }

@-moz-keyframes circlePulse {
  0% {
    transform: scale(0.4);
    opacity: 0; }
  33% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }

@-ms-keyframes circlePulse {
  0% {
    transform: scale(0.4);
    opacity: 0; }
  33% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }

@-o-keyframes circlePulse {
  0% {
    transform: scale(0.4);
    opacity: 0; }
  33% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }

@keyframes circlePulse {
  0% {
    transform: scale(0.4);
    opacity: 0; }
  33% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.50; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.50; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.50; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.50; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.50; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

@media (max-width: 767px) {
  .touch-surface {
    pointer-events: none; } }

@media (max-width: 767px) {
  .fixed-surface {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    pointer-events: all; } }

@media (max-width: 767px) {
  .bodyHidden {
    overflow: hidden; } }

.objectiveArea {
  padding: 0 0 260px; }
  .objectiveArea .itemBox {
    margin: 40px 0 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .objectiveArea .itemBox .contentBox {
      width: 100;
      margin: 0 auto;
      max-width: 900px; }
      .objectiveArea .itemBox .contentBox ul li {
        padding: 0px 15px;
        margin: 0 0 20px;
        font-size: 16px;
        color: #fff;
        background: #5561a1;
        display: flex;
        align-items: flex-start;
        border-radius: 10px; }
        .objectiveArea .itemBox .contentBox ul li p {
          padding: 10px 0; }
        .objectiveArea .itemBox .contentBox ul li span {
          margin-right: 15px;
          width: 60px;
          height: 60px;
          background: #47a5db;
          display: inline-block;
          border-radius: 100%;
          display: none; }

@media (max-width: 767px) {
  .objectiveArea {
    padding: 0 0 160px; }
    .objectiveArea .itemBox .contentBox {
      width: 100%;
      margin-left: 0; }
      .objectiveArea .itemBox .contentBox ul li {
        padding: 0 15px;
        margin: 50px 0 20px;
        border-radius: 10px;
        flex-wrap: wrap;
        text-align: center; }
        .objectiveArea .itemBox .contentBox ul li div {
          margin: -30px auto 0; }
        .objectiveArea .itemBox .contentBox ul li span {
          margin-right: 0; }
        .objectiveArea .itemBox .contentBox ul li p {
          width: 100%; } }

@media (max-width: 575px) {
  .objectiveArea .itemBox .contentBox ul li {
    align-items: center; }
    .objectiveArea .itemBox .contentBox ul li p {
      line-height: 1.4 !important;
      font-size: 14px !important; } }

/* Form */
/*  Form Elements
 --------------------------*/
input:focus, input:active, select:focus, select:active, button.btn:focus, button.btn:active {
  outline: none; }

/* Icons
------------------------*/
.chevron-arrow-left {
  display: inline-block;
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  width: 8px;
  height: 8px;
  transform: rotate(-225deg); }

.chevron-arrow-right {
  width: 5px;
  height: 5px;
  display: inline-block;
  transform: rotate(-45deg);
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8; }

/*Fonts - sizes
 --------------------------*/
body {
  font-size: 16px;
  line-height: 1.25;
  color: #212121;
  overflow-x: hidden; }

.page-wrapper,
.default-page-style,
[id="__next"] {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1920px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      box-shadow: 0 0 8px rgba(8, 15, 45, 0.5);
      -webkit-box-shadow: 0 0 8px rgba(8, 15, 45, 0.5);
      -moz-box-shadow: 0 0 8px rgba(8, 15, 45, 0.5); } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 1280px; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }

/* Heading Stylng */
h1, h2, h3, .title, .title2, .title3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.25;
  font-style: normal;
  font-stretch: normal;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin: 0 0 20px 0;
  padding: 0; }

h2 {
  font-size: 34px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px; } }

h3, .title, .title2, .title3 {
  font-size: 36px; }
  @media (max-width: 767px) {
    h3, .title, .title2, .title3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 24px;
  font-weight: 400; }

h5, .h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

p {
  font-size: 16px;
  line-height: 1.25; }
  @media (max-width: 767px) {
    p {
      line-height: 1.63 !important;
      font-size: 16px !important; } }
  p + p {
    margin-top: 15px; }

.bg-white {
  background-color: #ffffff !important; }

.bg-gray {
  background-color: #eeeeee !important; }

.bg-yellow {
  background-color: #f2bd12 !important; }

.color-white {
  color: #ffffff !important; }

.color-gray {
  color: #212121 !important; }

.color-yellow {
  color: #f2bd12 !important; }

.title div {
  font-family: 'Playfair Display', serif;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s; }
  @media (max-width: 767px) {
    .title div {
      display: inline; } }
  .title div:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    z-index: -1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    width: 0; }
    @media (max-width: 767px) {
      .title div:after {
        content: none; } }

.title span {
  font-family: 'Playfair Display', serif; }

.title.subHeading-red span {
  background-color: #EF6D41;
  color: #ffffff; }
  @media (max-width: 767px) {
    .title.subHeading-red span {
      color: #212121; } }

.title.white div {
  color: #ffffff; }

.title.white:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title.red div {
  color: #ffffff; }

.title.red span {
  color: #ffffff; }

.title.red:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title.gray div {
  color: #909090; }

.title.gray:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title2 {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .title2 {
      margin-bottom: 20px; } }

.title3 {
  font-size: 32px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .title3 {
      margin-bottom: 20px;
      font-size: 28px !important; } }

.title4 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 900; }
  @media (max-width: 767px) {
    .title4 {
      margin-bottom: 20px; } }

.pm-stiac-page .title span:empty {
  display: none; }

@media (max-width: 767px) {
  .pm-stiac-page .title {
    max-width: 100%; } }

@media (max-width: 767px) {
  .pm-stiac-page .title:after {
    content: none; } }

strong {
  font-weight: 700; }

.readmore {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41; }
  .readmore:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/red-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readmore:hover:after {
    right: -15px; }
  .readmore.blue {
    color: #4454a4; }
    .readmore.blue:after {
      background-image: url("/assets/images/blue-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background-image: url("/assets/images/black-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background-image: url("/assets/images/white-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }

.btn-row {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .btn-row {
      margin-top: 20px; } }

.btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #FFBE00;
  padding: 12px;
  font-weight: 700;
  color: #212121;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .btn {
      vertical-align: middle; } }
  .btn:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/black-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    right: 0;
    position: relative; }
  .btn.white {
    background-color: #ffffff;
    color: #212121; }
  .btn.black {
    background-color: #212121;
    color: #ffffff; }
    .btn.black:after {
      background-image: url("/assets/images/white-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .btn span {
    position: relative;
    display: inline-block;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-right: 10px; }
  .btn:hover span {
    left: -5px; }
  .btn:hover:after {
    right: -5px; }
  .btn.style2 {
    background-color: #212121;
    color: #EF6D41;
    font-size: 14px;
    text-align: center;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
    .btn.style2:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transform: translateY(100px);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%); }
    .btn.style2:after {
      background-image: url("/assets/images/red-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .btn.style2:hover {
      color: #212121; }
      .btn.style2:hover:before {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        background-color: #ffffff; }
      .btn.style2:hover:after {
        background-image: url("/assets/images/black-arrow.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }

.downloadBtn {
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #212121; }
  .downloadBtn:after {
    content: '';
    width: 9px;
    height: 9px;
    background-image: url("/assets/images/download-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    display: inline-block;
    margin-left: 10px;
    border-bottom: 2px solid #212121; }

mark {
  display: inline-block;
  background-color: #e96c40;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 7px;
  font-weight: 700; }
  @media (max-width: 767px) {
    mark {
      font-size: 8px;
      line-height: 1.2; } }

.image-center img {
  display: table;
  margin: 0 auto; }

.show-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-mobile {
      display: block !important; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

.readblue {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41;
  color: #4454a4; }
  .readblue:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/blue-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readblue:hover:after {
    right: -15px; }
  @media (max-width: 767px) {
    .readblue {
      font-size: 14px; } }

.intro-wrapper.no-intro {
  padding-right: 0 !important; }
  .intro-wrapper.no-intro .latest-updates-section {
    margin: 0 auto;
    margin-top: 0 !important; }

.intro-wrapper {
  display: flex;
  padding: 100px 100px 100px 0; }
  .intro-wrapper .introduction_section {
    padding: 0; }
    .intro-wrapper .introduction_section .detail_section {
      padding: 40px 40px 0px 100px; }
      .intro-wrapper .introduction_section .detail_section .title2 {
        margin-left: 80px; }
    @media (max-width: 767px) {
      .intro-wrapper .introduction_section .detail_section {
        padding: 40px 40px 0; } }
  .intro-wrapper .latest-updates-section {
    margin-top: 75px;
    max-width: 513px;
    min-width: 500px; }
    .intro-wrapper .latest-updates-section .updates-heading {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
    .intro-wrapper .latest-updates-section h4 {
      background-color: #d5d5d5;
      font-size: 20px;
      padding: 15px 0 15px 20px;
      margin-bottom: 0;
      font-weight: 900; }
      .intro-wrapper .latest-updates-section h4:before {
        content: '';
        background-image: url(/assets/images/announcements-yellow.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 24px;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        vertical-align: middle;
        filter: brightness(15%); }
    .intro-wrapper .latest-updates-section .info_section_links {
      padding: 5px 20px 0;
      max-height: 300px;
      overflow: auto;
      background-color: #f6f6f6;
      /* Handle */ }
      .intro-wrapper .latest-updates-section .info_section_links::-webkit-scrollbar {
        width: 5px; }
      .intro-wrapper .latest-updates-section .info_section_links::-webkit-scrollbar-thumb {
        background: rgba(33, 33, 33, 0.5); }
      .intro-wrapper .latest-updates-section .info_section_links li {
        color: #4454a5;
        font-size: 14px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(33, 33, 33, 0.2); }
        .intro-wrapper .latest-updates-section .info_section_links li .date-icon {
          color: #212121;
          font-size: 12px;
          display: block;
          margin-top: 5px; }
          .intro-wrapper .latest-updates-section .info_section_links li .date-icon:before {
            content: '';
            padding-left: 16px;
            width: 100%;
            background-image: url(/assets/images/calendar.svg);
            background-repeat: no-repeat;
            background-position: left 2px;
            background-size: 12px; }
          .intro-wrapper .latest-updates-section .info_section_links li .date-icon.sm-mobile {
            display: none; }
        .intro-wrapper .latest-updates-section .info_section_links li a {
          color: inherit; }
          .intro-wrapper .latest-updates-section .info_section_links li a:after {
            content: '';
            display: inline-block;
            width: 0;
            height: 10px;
            margin-left: 10px;
            background-image: url("/assets/images/blue-arrow.svg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s; }
        .intro-wrapper .latest-updates-section .info_section_links li:hover a {
          font-weight: 600; }
          .intro-wrapper .latest-updates-section .info_section_links li:hover a:after {
            width: 11px; }
        .intro-wrapper .latest-updates-section .info_section_links li:last-child {
          padding-bottom: 10px;
          border: none; }
  @media (max-width: 767px) {
    .intro-wrapper {
      padding: 60px 0;
      display: block; }
      .intro-wrapper .latest-updates-section {
        padding: 0 10px;
        margin: 0 auto;
        min-width: 300px;
        margin-top: 35px; }
        .intro-wrapper .latest-updates-section .info_section_links {
          padding: 5px 10px 0; }
          .intro-wrapper .latest-updates-section .info_section_links li {
            display: flex;
            align-items: center; }
            .intro-wrapper .latest-updates-section .info_section_links li .date-icon {
              min-width: 100px;
              margin-top: 0; }
              .intro-wrapper .latest-updates-section .info_section_links li .date-icon.sm-mobile {
                display: block !important; }
              .intro-wrapper .latest-updates-section .info_section_links li .date-icon.show-desktop {
                display: none !important; } }

.intro-wrapper.intro-part {
  padding-right: 0; }

.introContentBox {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .introContentBox .detail_section {
    width: 72%; }
  .introContentBox .rightBox {
    width: 27%; }
  .introContentBox .right_content {
    margin: 100px 0 0;
    border: 4px solid #FFBE00;
    border-right: 0; }
    .introContentBox .right_content ul {
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      position: relative; }
      .introContentBox .right_content ul:before {
        content: "";
        width: 255px;
        height: 1px;
        border: 1px solid rgba(33, 33, 33, 0.3);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .introContentBox .right_content ul:after {
        content: "";
        width: 1px;
        height: 254px;
        border: 1px solid rgba(33, 33, 33, 0.3);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .introContentBox .right_content ul li {
        padding: 40px 20px;
        width: 50%;
        text-align: center; }
        .introContentBox .right_content ul li span {
          font-weight: 700;
          font-size: 34px;
          margin: 0 0 15px;
          display: block; }
        .introContentBox .right_content ul li p {
          font-size: 18px;
          color: #000; }
  @media (max-width: 767px) {
    .introContentBox .detail_section {
      width: 100%; }
    .introContentBox .rightBox {
      width: 100%;
      padding-left: 20px; }
    .introContentBox .right_content {
      width: 100%;
      margin: 60px 0 0; }
      .introContentBox .right_content ul li {
        padding: 30px 10px; }
        .introContentBox .right_content ul li p {
          font-size: 14px !important; } }

