/* 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, .st-clusters-container,
.default-page-style,
[id="__next"] {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1920px) {
    .page-wrapper, .st-clusters-container,
    .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, .st-clusters-container,
    .default-page-style,
    [id="__next"] {
      width: 1280px; } }
  @media (max-width: 767px) {
    .page-wrapper, .st-clusters-container,
    .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; } }

.st-clusters-container .tI20 {
  text-indent: 20px !important; }

.st-clusters-container .tI40 {
  text-indent: 40px !important; }

.st-clusters-container .tIm20 {
  text-indent: -20px !important; }

.st-clusters-container .tI0 {
  text-indent: 0px !important; }

@media (max-width: 767px) {
  .st-clusters-container .common-banner .top_section .info {
    padding: 40px 20px 0; } }

.st-clusters-container .common-banner .top_section .right_section .polygon-banner-image img {
  top: 100px; }

@media (max-width: 767px) {
  .st-clusters-container .common-banner .top_section .right_section {
    padding: 0 20px; }
    .st-clusters-container .common-banner .top_section .right_section .polygon-banner-image img {
      top: 0px; } }

.st-clusters-container .common-banner .title2 {
  color: #ffffff; }

.st-clusters-container .introduction_section {
  padding: 140px 0 0px 0; }
  .st-clusters-container .introduction_section strong {
    font-weight: bold; }
  @media (max-width: 767px) {
    .st-clusters-container .introduction_section {
      padding: 60px 0; }
      .st-clusters-container .introduction_section .detail_section {
        padding: 40px 40px 0; } }
  .st-clusters-container .introduction_section.cluster-intor-block {
    position: relative; }
    .st-clusters-container .introduction_section.cluster-intor-block:after {
      content: '';
      width: 727px;
      max-width: 768px;
      height: 1200px;
      opacity: 0.5;
      background-image: url("/assets/images/links-st-cluster.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      right: -50px;
      bottom: -390px;
      z-index: -1;
      overflow: hidden; }
      @media (max-width: 767px) {
        .st-clusters-container .introduction_section.cluster-intor-block:after {
          display: none; } }
  .st-clusters-container .introduction_section .corner_hexagon_img {
    top: 209px; }
    @media (max-width: 767px) {
      .st-clusters-container .introduction_section .corner_hexagon_img {
        width: 50px;
        top: 170px; } }

.st-clusters-container .cluster-intro p {
  padding: 0px 100px 0px 290px;
  font-size: 20px;
  line-height: 1.46;
  text-align: justify; }
  .st-clusters-container .cluster-intro p + p {
    margin-top: 15px; }
  @media (max-width: 767px) {
    .st-clusters-container .cluster-intro p {
      padding: 0 40px;
      padding-right: 20px; } }
  .st-clusters-container .cluster-intro p.show-desktop {
    margin: 60px 0 !important;
    padding: 60px 0;
    min-height: 578px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #05112e;
    position: relative; }
    .st-clusters-container .cluster-intro p.show-desktop:before {
      content: '';
      width: 73px;
      height: 115px;
      background-image: url("/assets/images/corner_shape.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      position: absolute;
      top: -55px;
      left: -20px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .st-clusters-container .cluster-intro p.show-desktop:after {
      content: '';
      width: 475px;
      height: 473px;
      background-image: url("/assets/images/cluster-diamond-shape.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      position: absolute;
      bottom: -295px;
      left: -210px; }
    .st-clusters-container .cluster-intro p.show-desktop img {
      margin: 0 auto;
      display: block; }
  .st-clusters-container .cluster-intro p.show-mobile {
    margin: 60px 0;
    padding: 60px 0;
    text-align: center;
    min-height: 578px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #05112e;
    position: relative; }
    .st-clusters-container .cluster-intro p.show-mobile:before {
      content: '';
      width: 73px;
      height: 115px;
      background-image: url("/assets/images/corner_shape.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      position: absolute;
      top: -55px;
      left: -20px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  @media (max-width: 767px) {
    .st-clusters-container .cluster-intro p.show-desktop {
      display: none; }
      .st-clusters-container .cluster-intro p.show-desktop:after {
        background-image: url("/assets/images/");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%; } }

.st-clusters-container .cluster-objectives {
  background-color: #eeeeee;
  padding: 60px 0 100px 0;
  position: relative; }
  .st-clusters-container .cluster-objectives .head {
    margin-bottom: 30px; }
  .st-clusters-container .cluster-objectives img {
    max-width: 1060px;
    margin-bottom: 40px; }
  .st-clusters-container .cluster-objectives p {
    font-size: 20px;
    line-height: 1.46;
    padding-left: 20px;
    text-indent: -20px;
    text-align: justify; }
  .st-clusters-container .cluster-objectives:after {
    content: '';
    width: 200px;
    height: 270px;
    background-image: url("/assets/images/st-cluster-mask.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 269px;
    left: 0; }
  .st-clusters-container .cluster-objectives strong {
    font-weight: bold; }
  @media (max-width: 767px) {
    .st-clusters-container .cluster-objectives img {
      max-width: 100%; }
    .st-clusters-container .cluster-objectives:after {
      content: none; }
    .st-clusters-container .cluster-objectives .head {
      margin-bottom: 15px; }
      .st-clusters-container .cluster-objectives .head h6 {
        padding: 0 15px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif; } }

.st-clusters-container .other-info {
  padding: 60px 0 100px 0; }
  @media (max-width: 479px) {
    .st-clusters-container .other-info {
      padding: 60px 20px; } }
  .st-clusters-container .other-info .pdf-icon {
    position: relative; }
    .st-clusters-container .other-info .pdf-icon a {
      padding-left: 25px; }
      .st-clusters-container .other-info .pdf-icon a:before {
        content: '';
        width: 17px;
        height: 20px;
        background-image: url("/assets/images/pdf-file.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        top: -3px;
        left: 0; }

.st-clusters-container .featured_articles .featured_articles_wrapper {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .st-clusters-container .featured_articles .featured_articles_wrapper {
      padding: 60px 20px; } }

.st-clusters-container .from_psa {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .st-clusters-container .from_psa {
      padding: 60px 20px; } }

.st-clusters-container .challenges {
  padding: 60px 0;
  position: relative; }
  .st-clusters-container .challenges .event-challenge-tab {
    justify-content: center; }
    .st-clusters-container .challenges .event-challenge-tab .tab {
      text-transform: capitalize; }
  .st-clusters-container .challenges .UpComingChallenges {
    z-index: 0; }
  .st-clusters-container .challenges .container:after {
    content: '';
    background-image: url("/assets/images/events-page-vector-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -255px;
    right: -130px;
    z-index: -1;
    width: 780px;
    height: 1060px;
    opacity: 0.5; }
    @media (max-width: 767px) {
      .st-clusters-container .challenges .container:after {
        content: none; } }
  .st-clusters-container .challenges .container .UpComingChallengesSlider {
    position: relative; }
    .st-clusters-container .challenges .container .UpComingChallengesSlider:before {
      content: '';
      background-image: url("/assets/images/trophy-icon.svg");
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: -225px;
      bottom: 30px;
      left: -48px;
      z-index: -1;
      width: 258px;
      height: 264px;
      opacity: 0.5; }
      @media (max-width: 767px) {
        .st-clusters-container .challenges .container .UpComingChallengesSlider:before {
          transform: scale(0.5);
          top: 50px;
          left: -55px; } }

.st-clusters-container .clusterNews {
  background-color: #08102d;
  padding: 100px 0; }
  @media (max-width: 767px) {
    .st-clusters-container .clusterNews {
      padding: 60px 0; } }
  .st-clusters-container .clusterNews .detail_section {
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 40px 100px 0px 180px; }
    @media (max-width: 767px) {
      .st-clusters-container .clusterNews .detail_section {
        padding: 30px 75px 0px 20px; } }
    .st-clusters-container .clusterNews .detail_section .draw_line {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 290px;
      height: 24px;
      border-top: 5px solid #f2bd12;
      border-right: 5px solid #f2bd12;
      background-color: transparent; }
      @media (max-width: 767px) {
        .st-clusters-container .clusterNews .detail_section .draw_line {
          width: 125px; } }
  .st-clusters-container .clusterNews .slick-slide > div {
    max-width: 1111px;
    position: relative; }
    .st-clusters-container .clusterNews .slick-slide > div img {
      width: 100%;
      height: 340px;
      border-top: 6px solid #FFBE00; }
    .st-clusters-container .clusterNews .slick-slide > div .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 6px;
      left: 0;
      background: rgba(0, 0, 0, 0.2); }
    .st-clusters-container .clusterNews .slick-slide > div .head {
      position: absolute;
      top: 35%;
      left: 120px;
      max-width: 650px;
      z-index: 1; }
      .st-clusters-container .clusterNews .slick-slide > div .head h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        color: #ffffff; }
    .st-clusters-container .clusterNews .slick-slide > div .btn:after {
      margin-left: 5px; }
    @media (max-width: 767px) {
      .st-clusters-container .clusterNews .slick-slide > div img {
        height: auto;
        min-height: 200px;
        margin: 0 auto; }
      .st-clusters-container .clusterNews .slick-slide > div .head {
        top: 40px;
        left: 40px; }
        .st-clusters-container .clusterNews .slick-slide > div .head h2 {
          font-size: 28px; } }
  .st-clusters-container .clusterNews .news-slider {
    position: relative;
    margin-right: 60px; }
    @media (max-width: 767px) {
      .st-clusters-container .clusterNews .news-slider {
        margin-right: 0; } }
  .st-clusters-container .clusterNews .customSliderBtn {
    background-color: #FFBE00;
    border: none;
    position: absolute;
    right: -55px;
    top: calc(50% - 30px); }
  .st-clusters-container .clusterNews .slick-dots {
    top: 370px;
    width: 100%;
    text-align: center;
    bottom: auto; }
    @media (max-width: 767px) {
      .st-clusters-container .clusterNews .slick-dots {
        position: static;
        width: 100%;
        margin-top: 15px; } }
    .st-clusters-container .clusterNews .slick-dots li {
      width: 12px;
      height: 12px;
      margin: 0 6px;
      vertical-align: middle; }
      .st-clusters-container .clusterNews .slick-dots li button {
        background-color: rgba(255, 255, 255, 0.5);
        height: 100%;
        width: 100%;
        padding: 0;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%; }
        .st-clusters-container .clusterNews .slick-dots li button:before {
          content: none; }
      .st-clusters-container .clusterNews .slick-dots li.slick-active button {
        background-color: #ffffff; }

.st-clusters {
  padding: 105px 0 45px;
  background: url(/assets/images/cluster-background.png) no-repeat center 0;
  background-size: 2566px 835px;
  overflow: hidden;
  position: relative; }
  .st-clusters.pt55 {
    padding-top: 165px; }
  @media (max-width: 767px) {
    .st-clusters {
      padding: 40px 0;
      background-position: center -16px;
      background-size: 1407px 458px; }
      .st-clusters.pt55 {
        padding-top: 90px; } }
  .st-clusters h2 {
    text-align: center; }
    @media (max-width: 767px) {
      .st-clusters h2 {
        font-size: 24px; } }
  .st-clusters .clusters-hexagon {
    max-width: 600px;
    min-height: 600px;
    margin: auto;
    position: relative; }
    @media (max-width: 767px) {
      .st-clusters .clusters-hexagon {
        max-width: 325px;
        transform: scale(0.56);
        min-height: 310px;
        left: -26px;
        top: -26px; } }
    .st-clusters .clusters-hexagon li {
      position: absolute; }
      @media (max-width: 767px) {
        .st-clusters .clusters-hexagon li {
          transform: translate(-50%, -50%); } }
      .st-clusters .clusters-hexagon li .hex-text {
        position: absolute;
        z-index: 2;
        text-align: center;
        width: 100%;
        transform: translate(0px, -50%);
        top: 50%; }
        .st-clusters .clusters-hexagon li .hex-text .img {
          max-width: 80%;
          margin: 0 auto; }
        .st-clusters .clusters-hexagon li .hex-text p {
          font-weight: 500;
          font-size: 20px;
          padding-top: 10px;
          color: #000000; }
        .st-clusters .clusters-hexagon li .hex-text .hover-text {
          display: none; }
      .st-clusters .clusters-hexagon li:first-child {
        top: 35px;
        left: 104px; }
      .st-clusters .clusters-hexagon li:nth-child(2) {
        top: 35px;
        left: 312px; }
      .st-clusters .clusters-hexagon li:nth-child(3) {
        top: 214px;
        left: 417px; }
      .st-clusters .clusters-hexagon li:nth-child(4) {
        top: 394px;
        left: 311px; }
      .st-clusters .clusters-hexagon li:nth-child(5) {
        top: 214px;
        left: 0; }
      .st-clusters .clusters-hexagon li:nth-child(6) {
        top: 394px;
        left: 100px; }
      .st-clusters .clusters-hexagon li.coming:hover .hexagon {
        background-color: #bebbbb; }
      .st-clusters .clusters-hexagon li.coming:hover img {
        display: none; }
      .st-clusters .clusters-hexagon li.coming:hover p {
        display: none; }
      .st-clusters .clusters-hexagon li.coming:hover .hover-text {
        display: block;
        font-size: 28px;
        color: #ffffff; }
      .st-clusters .clusters-hexagon li.coming:hover .hex-text p {
        font-weight: bold; }
      .st-clusters .clusters-hexagon li.coming:hover .hexagon {
        border: none;
        box-shadow: none; }
      .st-clusters .clusters-hexagon li.coming:hover .hexagon::before, .st-clusters .clusters-hexagon li.coming:hover .hexagon::after {
        box-shadow: none;
        border: none; }
      .st-clusters .clusters-hexagon li:last-child {
        top: 214px;
        left: 208px; }
        .st-clusters .clusters-hexagon li:last-child .hex-text p {
          font-size: 32px;
          padding: 20px;
          color: #000000;
          font-weight: 800;
          font-family: 'Playfair Display', serif; }
        .st-clusters .clusters-hexagon li:last-child .hexagon {
          transition: none;
          background-color: #f7f7f8;
          border-left: solid 2px #f7f7f8;
          border-right: solid 2px #f7f7f8; }
        .st-clusters .clusters-hexagon li:last-child .hexagon:before {
          border-top: solid 2.8284px #f7f7f8;
          border-right: solid 2.8284px #f7f7f8; }
        .st-clusters .clusters-hexagon li:last-child .hexagon:after {
          border-bottom: solid 2.8284px #f7f7f8;
          border-left: solid 2.8284px #f7f7f8; }
        .st-clusters .clusters-hexagon li:last-child:hover .hex-text p {
          font-weight: 800; }
        .st-clusters .clusters-hexagon li:last-child:hover .hexagon {
          background-color: #f7f7f8;
          border: none;
          box-shadow: none; }
        .st-clusters .clusters-hexagon li:last-child:hover .hexagon::before, .st-clusters .clusters-hexagon li:last-child:hover .hexagon::after {
          box-shadow: none;
          border: none; }
      .st-clusters .clusters-hexagon li:hover {
        /*cover up extra shadows*/ }
        .st-clusters .clusters-hexagon li:hover .hex-text p {
          font-weight: 700; }
        .st-clusters .clusters-hexagon li:hover .hexagon {
          background-color: #fbbe14;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
          border-left: solid 0px #fbbe14;
          border-right: solid 0px #fbbe14;
          z-index: 0; }
        .st-clusters .clusters-hexagon li:hover .hexagon:before,
        .st-clusters .clusters-hexagon li:hover .hexagon:after {
          content: "";
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); }
        .st-clusters .clusters-hexagon li:hover .hexagon:before {
          border-top: solid 0.0000px #fbbe14;
          border-right: solid 0.0000px #fbbe14; }
        .st-clusters .clusters-hexagon li:hover .hexagon:after {
          border-bottom: solid 0.0000px #fbbe14;
          border-left: solid 0.0000px #fbbe14; }
        .st-clusters .clusters-hexagon li:hover .hexagon span {
          display: block;
          position: absolute;
          top: 0px;
          left: 0;
          width: 186px;
          height: 107.3872px;
          z-index: 2;
          background: inherit; }
  .st-clusters .hexagon {
    position: relative;
    width: 186px;
    height: 107.39px;
    background-color: #fff2cc;
    margin: 53.69px 0;
    border-left: solid 2px #fbbe14;
    border-right: solid 2px #fbbe14;
    transition: all 0.2s; }
  .st-clusters .hexagon:before,
  .st-clusters .hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 131.52px;
    height: 131.52px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 25.2391px; }
  .st-clusters .hexagon:before {
    top: -65.7609px;
    border-top: solid 2.8284px #fbbe14;
    border-right: solid 2.8284px #fbbe14; }
  .st-clusters .hexagon:after {
    bottom: -65.7609px;
    border-bottom: solid 2.8284px #fbbe14;
    border-left: solid 2.8284px #fbbe14; }

