﻿@import url(../fonts/stylesheet.css);
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  background-color: #fff;
  font-optical-sizing: auto;
  scroll-behavior: smooth;
  font-feature-settings: "liga" 0;
  font-kerning: normal; }

ul, ol {
  list-style: none; }

a, img {
  text-decoration: none;
  outline: none; }

/* media Queries */
h1 {
  text-align: center;
  font: 500 2.5rem/1.2 "Clash Grotesk", sans-serif;
  color: #1C3434; }
  @media (max-width: 1024px) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-family: "Clash Grotesk", sans-serif; }

.popMenu {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #1C3434;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 6vw;
  top: 29px; }
  @media (max-width: 1024px) {
    .popMenu {
      display: flex; } }
  @media (max-width: 768px) {
    .popMenu {
      top: 24px; } }
  .popMenu img {
    display: block;
    width: 20px; }

header {
  width: 100%;
  padding: 16px 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background-color: #EDECE3; }
  @media (max-width: 768px) {
    header {
      flex-flow: column; } }
  header .logo {
    width: auto; }
    @media (max-width: 768px) {
      header .logo {
        width: 100%; } }
    header .logo a {
      display: inline-block;
      width: auto; }
      header .logo a img {
        display: block;
        width: 100%;
        max-width: 272px; }
  header .links {
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: .5rem; }
    @media (max-width: 1024px) {
      header .links {
        padding: 0 72px 0 0; } }
    @media (max-width: 768px) {
      header .links {
        width: 100%;
        padding: 0; } }
    header .links a {
      display: inline-block;
      width: auto;
      border-radius: 6px;
      padding: 0 1rem;
      text-align: center;
      line-height: 40px;
      background-color: #FFB803;
      color: #1C3434;
      font: 500 1rem/2.5rem "Clash Grotesk", sans-serif; }
      header .links a:hover {
        background-color: #ffcf55; }
    header .links .socialLinks {
      width: auto;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin: 0 0 0 8px; }
      @media (max-width: 834px) {
        header .links .socialLinks {
          display: none; } }
      header .links .socialLinks a {
        display: block;
        width: 40px;
        aspect-ratio: 1 / 1;
        padding: 0;
        background-color: transparent; }
        header .links .socialLinks a img {
          display: block;
          width: 100%; }

nav {
  width: 100%;
  padding: 0 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1C3434; }
  @media (max-width: 1024px) {
    nav {
      width: 100%;
      height: 100%;
      position: fixed;
      right: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.78);
      display: flex;
      flex-flow: column;
      align-items: flex-end;
      transform: translateX(100%);
      transition: 1s ease;
      padding: 0;
      z-index: 9999; } }
  nav ul {
    width: auto;
    display: inline-flex;
    align-items: center; }
    @media (max-width: 1024px) {
      nav ul {
        flex-flow: column;
        justify-content: center;
        max-width: 300px;
        width: 100%;
        background-color: #fff;
        height: 100%;
        padding: 1.5rem;
        gap: .825rem; } }
    nav ul li {
      width: auto;
      position: relative;
      z-index: 100; }
      @media (max-width: 1024px) {
        nav ul li {
          width: 100%; } }
      nav ul li:hover a {
        background-color: #ffd66e;
        color: #1C3434; }
      nav ul li a {
        display: inline-block;
        width: auto;
        padding: 0 1.75rem;
        font: 500 0.875rem/3rem "Inter", sans-serif;
        color: #fff;
        position: relative;
        z-index: 100;
        background-color: #1C3434; }
        @media (max-width: 1024px) {
          nav ul li a {
            width: 100%;
            display: block;
            text-align: center;
            color: #1C3434;
            border-radius: 8px;
            background-color: #fff; } }
        nav ul li a.active {
          background-color: #FFB803;
          color: #1C3434; }
      nav ul li .sub_menu {
        width: auto;
        min-width: 260px;
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 98;
        padding: 48px 0 0 0; }
        @media (max-width: 1024px) {
          nav ul li .sub_menu {
            min-width: unset;
            width: 100%;
            position: relative;
            padding: 0; } }
        nav ul li .sub_menu.right {
          left: unset;
          right: 0; }
        nav ul li .sub_menu .submenuinenr {
          width: 100%;
          padding: 12px;
          border-radius: 0 0 12px 12px;
          background-color: #fff;
          display: flex;
          flex-flow: column;
          gap: 6px;
          border: 1px solid #ddd; }
          nav ul li .sub_menu .submenuinenr a {
            display: block;
            width: 100%;
            height: auto;
            font-size: 1rem;
            line-height: 1;
            font-weight: 500;
            color: #313131;
            padding: 0;
            border-radius: 8px;
            transition: .5s ease;
            border: none;
            padding: .875rem 1rem;
            background-color: #fff; }
            nav ul li .sub_menu .submenuinenr a:hover {
              color: #313131;
              transition: .5s ease;
              background-color: #FFB803; }
  nav .closePop {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #EDECE3;
    cursor: pointer; }
    nav .closePop:hover {
      background-color: #eee; }
    @media (max-width: 1024px) {
      nav .closePop {
        position: absolute;
        right: 24px;
        top: 24px;
        display: flex; } }
    nav .closePop img {
      display: block;
      width: 20px; }

.slider {
  width: 100%;
  background-color: #EDECE3; }

.empowerWrapper {
  width: 100%;
  padding: 2.5rem 6vw;
  display: flex;
  flex-flow: column;
  /*gap: 3rem;*/
  background-color: #EDECE3; }
  .empowerWrapper h1 {
    /*padding: 0 12rem;*/
    text-align: center;
    font: 500 1.5rem/1.2 "Clash Grotesk", sans-serif;
    color: #000; }
    @media (max-width: 1024px) {
      .empowerWrapper h1 {
        padding: 0; } }
  .empowerWrapper .empowerContainer {
    width: 100%; }
    .empowerWrapper .empowerContainer ul {
      width: 100%;
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
      @media (max-width: 834px) {
        .empowerWrapper .empowerContainer ul {
          grid-template-columns: repeat(1, minmax(0, 1fr)); } }
      .empowerWrapper .empowerContainer ul li {
        width: 100%; }
        .empowerWrapper .empowerContainer ul li a {
          display: block;
          width: 100%; }
          .empowerWrapper .empowerContainer ul li a:hover .photo img {
            transform: scale(1.1);
            transition: .25s ease; }
          .empowerWrapper .empowerContainer ul li a:hover .photo span {
            background-color: #ffcf55;
            transition: .25s ease; }
            .empowerWrapper .empowerContainer ul li a:hover .photo span img {
              transform: scale(1); }
          .empowerWrapper .empowerContainer ul li a .photo {
            width: 100%;
            aspect-ratio: 4 / 3;
            position: relative;
            overflow: hidden; }
            .empowerWrapper .empowerContainer ul li a .photo img {
              display: block;
              width: 100%;
              transition: .25s ease; }
            .empowerWrapper .empowerContainer ul li a .photo span {
              width: 48px;
              aspect-ratio: 1 / 1;
              display: flex;
              align-items: center;
              justify-content: center;
              background-color: #FFB803;
              position: absolute;
              right: 0;
              bottom: 0;
              transition: .25s ease; }
              .empowerWrapper .empowerContainer ul li a .photo span img {
                display: block;
                width: 24px; }
          .empowerWrapper .empowerContainer ul li a .text {
            width: 100%;
            display: flex;
            flex-flow: column;
            gap: 8px;
            padding: 1.5rem;
            background-color: #EDECE3; }
            .empowerWrapper .empowerContainer ul li a .text b {
              display: block;
              width: 100%;
              text-align: left;
              font: 500 1.25rem/1.2 "Clash Grotesk", sans-serif;
              color: #1C3434; }
            .empowerWrapper .empowerContainer ul li a .text p {
              text-align: left;
              font: 400 0.875rem/1.4 "Inter", sans-serif;
              color: #404E4F; }

.message_wrapp {
  width: 100%;
  padding: 4.5rem 6vw;
  background-color: #1C3434; }
  .message_wrapp .message_wrapper_inn {
    width: 100%;
    position: relative; }
    .message_wrapp .message_wrapper_inn .message_wrapper {
      width: 100%;
      height: 100%;
      display: grid;
      align-items: center;
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
      @media (max-width: 834px) {
        .message_wrapp .message_wrapper_inn .message_wrapper {
          grid-template-columns: repeat(1, minmax(0, 1fr)); } }
      .message_wrapp .message_wrapper_inn .message_wrapper .photo {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .message_wrapp .message_wrapper_inn .message_wrapper .photo img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .message_wrapp .message_wrapper_inn .message_wrapper .text {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        gap: 32px;
        padding: 3rem;
        background-color: #fff; }
        @media (max-width: 480px) {
          .message_wrapp .message_wrapper_inn .message_wrapper .text {
            padding: 2rem; } }
        .message_wrapp .message_wrapper_inn .message_wrapper .text .by {
          width: 100%;
          display: flex;
          flex-flow: column;
          gap: 6px; }
          .message_wrapp .message_wrapper_inn .message_wrapper .text .by h1 {
            text-align: left;
            font: 500 1.5rem/1.2 "Clash Grotesk", sans-serif; }
          .message_wrapp .message_wrapper_inn .message_wrapper .text .by b {
            display: block;
            width: 100%;
            text-align: left;
            font: 400 1rem "Inter", sans-serif;
            color: #404E4F; }
            @media (max-width: 480px) {
              .message_wrapp .message_wrapper_inn .message_wrapper .text .by b {
                font-size: 1rem; } }
        .message_wrapp .message_wrapper_inn .message_wrapper .text p {
          text-align: left;
          font: 400 1.125rem/1.4 "Inter", sans-serif;
          color: #404E4F; }
          @media (max-width: 480px) {
            .message_wrapp .message_wrapper_inn .message_wrapper .text p {
              font-size: 1rem; } }

.news_and_eventsWrapper {
  width: 100%;
  padding: 4.5rem 6vw;
  background-color: #EDECE3;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr)); }
  @media (max-width: 834px) {
    .news_and_eventsWrapper {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }
  .news_and_eventsWrapper .eventsWrapper {
    width: 100%;
    border: 1px solid #1C3434;
    border-radius: 12px;
    overflow: hidden; }
    .news_and_eventsWrapper .eventsWrapper h2 {
      width: 100%;
      text-align: left;
      font: 500 1.25rem/3.5rem "Clash Grotesk", sans-serif;
      color: #1C3434;
      padding: 0 24px;
      background-color: #1C3434;
      color: #fff; }
    .news_and_eventsWrapper .eventsWrapper .eventContainer {
      width: 100%;
      padding: 12px 24px; }
      .news_and_eventsWrapper .eventsWrapper .eventContainer .eventContainerInner {
        width: 100%; }
        .news_and_eventsWrapper .eventsWrapper .eventContainer .eventContainerInner ul {
          width: 100%;
          display: flex;
          flex-flow: column; }
          .news_and_eventsWrapper .eventsWrapper .eventContainer .eventContainerInner ul li {
            width: 100%;
            padding: 8px 0; }
            .news_and_eventsWrapper .eventsWrapper .eventContainer .eventContainerInner ul li a {
              width: 100%;
              display: grid;
              grid-template-columns: 80px auto;
              align-items: center; }
              .news_and_eventsWrapper .eventsWrapper .eventContainer .eventContainerInner ul li a .date {
                width: 100%;
                height: 100%;
                display: flex;
                flex-flow: column;
                justify-content: center;
                gap: 4px;
                padding: 8px;
                background-color: #FFB803; }
                .news_and_eventsWrapper .eventsWrapper .eventContainer .eventContainerInner ul li a .date b {
                  display: block;
                  width: 100%;
                  text-align: center;
                  font: 500 2rem/1 "Clash Grotesk", sans-serif;
                  color: #1C3434; }
                .news_and_eventsWrapper .eventsWrapper .eventContainer .eventContainerInner ul li a .date small {
                  display: block;
                  width: 100%;
                  text-align: center;
                  font: 500 1rem/1 "Clash Grotesk", sans-serif;
                  color: #1C3434;
                  text-transform: uppercase; }
              .news_and_eventsWrapper .eventsWrapper .eventContainer .eventContainerInner ul li a .text {
                width: 100%;
                padding: 1rem;
                background-color: #fff;
                display: flex;
                flex-flow: column;
                gap: 4px; }
                .news_and_eventsWrapper .eventsWrapper .eventContainer .eventContainerInner ul li a .text b {
                  width: 100%;
                  text-align: left;
                  font: 500 1.05rem "Clash Grotesk", sans-serif;
                  color: #404E4F; }
                .news_and_eventsWrapper .eventsWrapper .eventContainer .eventContainerInner ul li a .text p {
                  text-align: left;
                  font: 400 13px "Inter", sans-serif;
                  color: #808080; }
  .news_and_eventsWrapper .newsWrapper {
    width: 100%;
    background-color: #fff;
    border: 1px solid #FFB803;
    border-radius: 12px;
    overflow: hidden; }
    .news_and_eventsWrapper .newsWrapper .heading {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      padding: 8px 24px;
      background-color: #FFB803; }
      .news_and_eventsWrapper .newsWrapper .heading h2 {
        text-align: left;
        font: 500 1.25rem/1 "Clash Grotesk", sans-serif;
        color: #1C3434; }
      .news_and_eventsWrapper .newsWrapper .heading a {
        display: inline-block;
        width: auto;
        font: 500 0.875rem/2.5rem "Inter", sans-serif;
        color: #fff;
        background-color: #1C3434;
        padding: 0 24px;
        border-radius: 8px; }
    .news_and_eventsWrapper .newsWrapper .newsContainer {
      width: 100%;
      padding: 12px 24px 0 24px; }
      .news_and_eventsWrapper .newsWrapper .newsContainer .newsContainerInner {
        width: 100%; }
        .news_and_eventsWrapper .newsWrapper .newsContainer .newsContainerInner ul {
          width: 100%;
          display: flex;
          flex-flow: column; }
          .news_and_eventsWrapper .newsWrapper .newsContainer .newsContainerInner ul li {
            width: 100%;
            border-bottom: 1px solid #e0e0e0; }
            .news_and_eventsWrapper .newsWrapper .newsContainer .newsContainerInner ul li a {
              width: 100%;
              display: grid;
              gap: 8px;
              grid-template-columns: 20px auto;
              padding: 12px 0; }
              .news_and_eventsWrapper .newsWrapper .newsContainer .newsContainerInner ul li a:hover .newss b {
                text-decoration: underline;
                color: #1C3434; }
              .news_and_eventsWrapper .newsWrapper .newsContainer .newsContainerInner ul li a span {
                display: block;
                width: 100%; }
                .news_and_eventsWrapper .newsWrapper .newsContainer .newsContainerInner ul li a span img {
                  display: block;
                  width: 100%; }
              .news_and_eventsWrapper .newsWrapper .newsContainer .newsContainerInner ul li a .newss {
                width: 100%;
                display: flex;
                flex-flow: column;
                gap: 6px; }
                .news_and_eventsWrapper .newsWrapper .newsContainer .newsContainerInner ul li a .newss b {
                  display: block;
                  width: 100%;
                  text-align: left;
                  font: 500 1.05rem "Clash Grotesk", sans-serif;
                  color: #404E4F; }
                .news_and_eventsWrapper .newsWrapper .newsContainer .newsContainerInner ul li a .newss p {
                  display: block;
                  width: 100%;
                  text-align: left;
                  font: 400 13px "Inter", sans-serif;
                  color: #808080; }

.discoverWrapper {
  width: 100%;
  padding: 4.5rem 6vw;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem; }
  @media (max-width: 834px) {
    .discoverWrapper {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }
  .discoverWrapper .text {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 24px; }
    .discoverWrapper .text h1 {
      text-align: left; }
    .discoverWrapper .text .textinner {
      width: 100%;
      display: flex;
      flex-flow: column;
      gap: 16px; }
      .discoverWrapper .text .textinner p {
        text-align: left;
        font: 400 1.025rem/1.4 "Inter", sans-serif;
        color: #404E4F; }
  .discoverWrapper .photo {
    width: 100%; }
    .discoverWrapper .photo img {
      display: block;
      width: 100%; }
    .discoverWrapper .photo iframe {
      width: 100%;
      aspect-ratio: 16 / 9; }

.definesWrapper {
  width: 100%;
  padding: 4.5rem 6vw;
  background-color: #EDECE3;
  display: flex;
  flex-flow: column;
  gap: 3rem; }
  .definesWrapper ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px; }
    @media (max-width: 834px) {
      .definesWrapper ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (max-width: 480px) {
      .definesWrapper ul {
        grid-template-columns: repeat(1, minmax(0, 1fr)); } }
    .definesWrapper ul li {
      width: 100%;
      display: flex;
      flex-flow: column;
      gap: 16px; }
      .definesWrapper ul li b {
        display: block;
        width: 100%;
        text-align: left;
        font: 500 1.7rem/1 "Clash Grotesk", sans-serif;
        color: #1C3434; }
        @media (max-width: 480px) {
          .definesWrapper ul li b {
            font-size: 1.25rem; } }
      .definesWrapper ul li p {
        text-align: left;
        font: 400 1rem/1.4 "Inter", sans-serif;
        color: #404E4F; }
        @media (max-width: 480px) {
          .definesWrapper ul li p {
            font-size: .875rem; } }
      .definesWrapper ul li .definesCon {
        width: 100%;
        height: 100%;
        background-color: #1C3434;
        padding: 2.5rem;
        border-radius: 1rem;
        display: flex;
        flex-flow: column;
        gap: 16px;
        transform: rotate(-2deg); }
        @media (max-width: 480px) {
          .definesWrapper ul li .definesCon {
            padding: 1.5rem; } }
        .definesWrapper ul li .definesCon b {
          color: #fff; }
        .definesWrapper ul li .definesCon p {
          color: #fff; }
      .definesWrapper ul li .defines_Con {
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding: 2.5rem;
        border-radius: 1rem;
        display: flex;
        flex-flow: column;
        gap: 16px; }
        @media (max-width: 480px) {
          .definesWrapper ul li .defines_Con {
            padding: 1.5rem; } }

.visionWrapper {
  width: 100%;
  padding: 4.5rem 6vw;
  background-color: #1C3434;
  display: flex;
  flex-flow: column;
  gap: 3rem; }
  .visionWrapper h1 {
    color: #fff; }
  .visionWrapper ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px; }
    @media (max-width: 768px) {
      .visionWrapper ul {
        grid-template-columns: repeat(1, minmax(0, 1fr)); } }
    .visionWrapper ul li {
      width: 100%;
      height: 100%;
      background-color: #EDECE3;
      padding: 2.5rem;
      border-radius: 1rem;
      display: flex;
      flex-flow: column;
      gap: 16px; }
      .visionWrapper ul li b {
        display: block;
        width: 100%;
        text-align: left;
        font: 500 1.7rem/1 "Clash Grotesk", sans-serif;
        color: #1C3434; }
      .visionWrapper ul li p {
        text-align: left;
        font: 400 1rem/1.4 "Inter", sans-serif;
        color: #404E4F; }

.philosophyWrappr {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  gap: 3rem;
  padding: 4.5rem 6vw; }
  .philosophyWrappr .philosophyContainer {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 1.5rem; }
    .philosophyWrappr .philosophyContainer .philosophyWrapp {
      padding: 4.5rem 4.5rem 0 4.5rem;
      border-radius: 2rem;
      background-color: #EDECE3;
      width: 100%;
      display: grid;
      gap: 3rem;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      position: sticky;
      top: 48px; }
      .philosophyWrappr .philosophyContainer .philosophyWrapp:nth-child(2) {
        top: calc(48px + 12px); }
      .philosophyWrappr .philosophyContainer .philosophyWrapp:nth-child(3) {
        top: calc(48px + 24px); }
      .philosophyWrappr .philosophyContainer .philosophyWrapp:nth-child(4) {
        top: calc(48px + 36px); }
      .philosophyWrappr .philosophyContainer .philosophyWrapp:nth-child(5) {
        top: calc(48px + 48px); }
      .philosophyWrappr .philosophyContainer .philosophyWrapp:nth-child(6) {
        top: calc(48px + 60px); }
      .philosophyWrappr .philosophyContainer .philosophyWrapp:nth-child(7) {
        top: calc(48px + 72px); }
      @media (max-width: 834px) {
        .philosophyWrappr .philosophyContainer .philosophyWrapp {
          padding: 2rem 2rem 0 2rem; } }
      @media (max-width: 768px) {
        .philosophyWrappr .philosophyContainer .philosophyWrapp {
          grid-template-columns: repeat(1, minmax(0, 1fr)); } }
      .philosophyWrappr .philosophyContainer .philosophyWrapp.colored {
        background-color: #1C3434; }
        .philosophyWrappr .philosophyContainer .philosophyWrapp.colored .text b {
          color: #fff; }
        .philosophyWrappr .philosophyContainer .philosophyWrapp.colored .text p {
          color: #fff; }
      .philosophyWrappr .philosophyContainer .philosophyWrapp .text {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 1rem; }
        .philosophyWrappr .philosophyContainer .philosophyWrapp .text b {
          display: block;
          width: 100%;
          text-align: left;
          font: 500 2.125rem "Clash Grotesk", sans-serif;
          color: #1C3434; }
          @media (max-width: 834px) {
            .philosophyWrappr .philosophyContainer .philosophyWrapp .text b {
              font-size: 1.5rem; } }
        .philosophyWrappr .philosophyContainer .philosophyWrapp .text p {
          text-align: left;
          font: 400 1.125rem "Inter", sans-serif;
          color: #404E4F; }
          @media (max-width: 834px) {
            .philosophyWrappr .philosophyContainer .philosophyWrapp .text p {
              font-size: 1rem; } }
      .philosophyWrappr .philosophyContainer .philosophyWrapp .photos {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 1.5rem; }
        .philosophyWrappr .philosophyContainer .philosophyWrapp .photos .photo1 {
          width: 100%;
          aspect-ratio: 4 / 2;
          border-radius: 1.5rem;
          overflow: hidden; }
          .philosophyWrappr .philosophyContainer .philosophyWrapp .photos .photo1 img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .philosophyWrappr .philosophyContainer .philosophyWrapp .photos .photo2 {
          width: 100%;
          aspect-ratio: 4 / 2;
          border-radius: 1.5rem 1.5rem 0 0;
          overflow: hidden; }
          .philosophyWrappr .philosophyContainer .philosophyWrapp .photos .photo2 img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }

.newsroomWrapper {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 48px;
  background-color: #1C3434;
  padding: 72px 6vw; }
  .newsroomWrapper h1 {
    color: #fff; }
  .newsroomWrapper .newsroomContainer {
    width: 100%; }
    .newsroomWrapper .newsroomContainer .newsContainer {
      width: 100%; }
      .newsroomWrapper .newsroomContainer .newsContainer a {
        display: block;
        width: 100%;
        background-color: #fff; }
        .newsroomWrapper .newsroomContainer .newsContainer a:hover .photo span {
          background-color: #EDECE3; }
        .newsroomWrapper .newsroomContainer .newsContainer a .photo {
          width: 100%;
          position: relative;
          aspect-ratio: 4 / 3;
          overflow: hidden; }
          .newsroomWrapper .newsroomContainer .newsContainer a .photo img {
            display: block;
            width: 100%;
            /*height:100%;*/
            object-fit: cover; }
          .newsroomWrapper .newsroomContainer .newsContainer a .photo span {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: #FFB803;
            position: absolute;
            right: 0;
            bottom: 0; }
            .newsroomWrapper .newsroomContainer .newsContainer a .photo span img {
              display: block;
              width: 24px; }
        .newsroomWrapper .newsroomContainer .newsContainer a .text {
          width: 100%;
          display: flex;
          flex-flow: column;
          gap: 8px;
          padding: 20px; }
          .newsroomWrapper .newsroomContainer .newsContainer a .text b {
            display: block;
            width: 100%;
            text-align: left;
            font: 500 1.25rem/1.2 "Clash Grotesk", sans-serif;
            color: #1C3434; }
          .newsroomWrapper .newsroomContainer .newsContainer a .text p {
            text-align: left;
            font: 400 0.875rem/1.4 "Inter", sans-serif;
            color: #404E4F; }
          .newsroomWrapper .newsroomContainer .newsContainer a .text small {
            display: block;
            width: 100%;
            padding: 4px 0 0 0;
            text-align: left;
            font: 400 13px "Inter", sans-serif;
            color: #959796; }

.studentLifeWrapper {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 48px;
  padding: 4.5rem 6vw;
  background: linear-gradient(0deg, white 0%, white 50%, #1c3434 50%, #1c3434 100%); }
  .studentLifeWrapper .heading {
    width: 100%; }
    .studentLifeWrapper .heading ul {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 4rem; }
      @media (max-width: 834px) {
        .studentLifeWrapper .heading ul {
          flex-flow: column;
          align-items: flex-start;
          gap: 1.5rem; } }
      .studentLifeWrapper .heading ul li {
        flex: 1;
        display: flex;
        flex-flow: column;
        gap: 1rem; }
        .studentLifeWrapper .heading ul li small {
          display: block;
          width: 100%;
          text-align: left;
          font: 500 1rem "Clash Grotesk", sans-serif;
          color: #fff;
          text-transform: uppercase;
          letter-spacing: 3px; }
        .studentLifeWrapper .heading ul li h1 {
          text-align: left;
          color: #fff; }
        .studentLifeWrapper .heading ul li p {
          text-align: left;
          font: 400 1rem "Inter", sans-serif;
          color: #fff;
          padding: 0 0 0 4rem;
          border-left: 1px solid #fff; }
          @media (max-width: 834px) {
            .studentLifeWrapper .heading ul li p {
              padding: 0 0 0 2rem;
              font-size: .875rem; } }
  .studentLifeWrapper .studentLifeContainer {
    width: 100%; }
    .studentLifeWrapper .studentLifeContainer .studentLifeLink {
      display: block;
      height: 100%;
      width: 100%;
      background-color: #EDECE3; }
      .studentLifeWrapper .studentLifeContainer .studentLifeLink .photo {
        width: 100%;
        position: relative; }
        .studentLifeWrapper .studentLifeContainer .studentLifeLink .photo img {
          display: block;
          width: 100%; }
        .studentLifeWrapper .studentLifeContainer .studentLifeLink .photo span {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 40px;
          height: 40px;
          background-color: #FFB803;
          position: absolute;
          right: 0;
          bottom: 0; }
          .studentLifeWrapper .studentLifeContainer .studentLifeLink .photo span img {
            display: block;
            width: 24px; }
      .studentLifeWrapper .studentLifeContainer .studentLifeLink .text {
        width: 100%;
        min-height: 160px;
        height: 100%;
        display: flex;
        flex-flow: column;
        gap: 8px;
        padding: 20px; }
        .studentLifeWrapper .studentLifeContainer .studentLifeLink .text b {
          display: block;
          width: 100%;
          text-align: left;
          font: 500 1.75rem/1.2 "Clash Grotesk", sans-serif;
          color: #1C3434; }
        .studentLifeWrapper .studentLifeContainer .studentLifeLink .text p {
          text-align: left;
          font: 400 1rem/1.4 "Inter", sans-serif;
          color: #404E4F; }

.commitmentWrapper {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 48px;
  padding: 4.5rem 6vw;
  background-color: #1C3434; }
  .commitmentWrapper .heading {
    width: 100%; }
    .commitmentWrapper .heading ul {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 4rem; }
      @media (max-width: 834px) {
        .commitmentWrapper .heading ul {
          flex-flow: column;
          align-items: flex-start;
          gap: 1.5rem; } }
      .commitmentWrapper .heading ul li {
        flex: 1;
        display: flex;
        flex-flow: column;
        gap: 1rem; }
        .commitmentWrapper .heading ul li small {
          display: block;
          width: 100%;
          text-align: left;
          font: 500 1rem "Clash Grotesk", sans-serif;
          color: #fff;
          text-transform: uppercase;
          letter-spacing: 3px; }
        .commitmentWrapper .heading ul li h1 {
          text-align: left;
          color: #fff; }
        .commitmentWrapper .heading ul li p {
          text-align: left;
          font: 400 1rem "Inter", sans-serif;
          color: #fff;
          padding: 0 0 0 4rem;
          border-left: 1px solid #fff; }
          @media (max-width: 834px) {
            .commitmentWrapper .heading ul li p {
              padding: 0 0 0 2rem;
              font-size: .875rem; } }
  .commitmentWrapper .commitmentContainer {
    width: 100%; }
    .commitmentWrapper .commitmentContainer ul {
      width: 100%;
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(5, minmax(0, 1fr)); }
      @media (max-width: 1024px) {
        .commitmentWrapper .commitmentContainer ul {
          grid-template-columns: repeat(3, minmax(0, 1fr)); } }
      @media (max-width: 768px) {
        .commitmentWrapper .commitmentContainer ul {
          grid-template-columns: repeat(2, minmax(0, 1fr)); } }
      @media (max-width: 480px) {
        .commitmentWrapper .commitmentContainer ul {
          grid-template-columns: repeat(1, minmax(0, 1fr)); } }
      .commitmentWrapper .commitmentContainer ul li {
        width: 100%;
        height: 100%;
        padding: 1.5rem;
        display: flex;
        flex-flow: column;
        gap: 1rem;
        background-color: #EDECE3;
        border-radius: .5rem; }
        .commitmentWrapper .commitmentContainer ul li:first-child {
          background-color: #FFB803; }
        .commitmentWrapper .commitmentContainer ul li:last-child {
          padding: 0;
          overflow: hidden; }
          .commitmentWrapper .commitmentContainer ul li:last-child img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .commitmentWrapper .commitmentContainer ul li b {
          width: 100%;
          display: block;
          text-align: left;
          font: 500 1.25rem/1.2 "Clash Grotesk", sans-serif;
          color: #1C3434; }
        .commitmentWrapper .commitmentContainer ul li p {
          text-align: left;
          font: 400 0.875rem/1.4 "Inter", sans-serif;
          color: #404E4F; }

.safetyWrapper {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 48px;
  padding: 4.5rem 6vw;
  background-color: #EDECE3; }
  .safetyWrapper .heading {
    width: 100%; }
    .safetyWrapper .heading ul {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 4rem; }
      @media (max-width: 834px) {
        .safetyWrapper .heading ul {
          flex-flow: column;
          align-items: flex-start;
          gap: 1.5rem; } }
      .safetyWrapper .heading ul li {
        flex: 1;
        display: flex;
        flex-flow: column;
        gap: 1rem; }
        .safetyWrapper .heading ul li small {
          display: block;
          width: 100%;
          text-align: left;
          font: 500 1rem "Clash Grotesk", sans-serif;
          color: #404E4F;
          text-transform: uppercase;
          letter-spacing: 3px; }
        .safetyWrapper .heading ul li h1 {
          text-align: left;
          color: #1C3434; }
        .safetyWrapper .heading ul li p {
          text-align: left;
          font: 400 1rem "Inter", sans-serif;
          color: #404E4F;
          padding: 0 0 0 4rem;
          border-left: 1px solid #404E4F; }
          @media (max-width: 834px) {
            .safetyWrapper .heading ul li p {
              padding: 0 0 0 2rem;
              font-size: .875rem; } }
  .safetyWrapper .safetyContainer {
    width: 100%; }
    .safetyWrapper .safetyContainer ul {
      width: 100%;
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
      @media (max-width: 1024px) {
        .safetyWrapper .safetyContainer ul {
          grid-template-columns: repeat(3, minmax(0, 1fr)); } }
      @media (max-width: 834px) {
        .safetyWrapper .safetyContainer ul {
          grid-template-columns: repeat(2, minmax(0, 1fr)); } }
      @media (max-width: 480px) {
        .safetyWrapper .safetyContainer ul {
          grid-template-columns: repeat(1, minmax(0, 1fr)); } }
      .safetyWrapper .safetyContainer ul li {
        width: 100%;
        height: 100%;
        padding: 1.25rem;
        display: flex;
        align-items: center;
        gap: .75rem;
        background-color: #fff;
        border-radius: .5rem; }
        .safetyWrapper .safetyContainer ul li span {
          flex-shrink: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 3rem;
          height: 3rem;
          background-color: #FFB803;
          border-radius: 50%; }
          .safetyWrapper .safetyContainer ul li span img {
            display: block;
            width: 22px; }
        .safetyWrapper .safetyContainer ul li b {
          width: 100%;
          display: block;
          text-align: left;
          font: 500 1.125rem/1.2 "Clash Grotesk", sans-serif;
          color: #1C3434; }

.globalNetWrapper {
  width: 100%;
  padding: 4.5rem 6vw;
  display: flex;
  flex-flow: column;
  gap: 3rem; }
  .globalNetWrapper ul {
    width: 100%;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
    @media (max-width: 834px) {
      .globalNetWrapper ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    .globalNetWrapper ul li {
      width: 100%; }
      .globalNetWrapper ul li dl {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 1rem; }
        .globalNetWrapper ul li dl dt {
          width: 100%;
          background-color: #EDECE3;
          border-radius: 1rem; }
          .globalNetWrapper ul li dl dt.one {
            aspect-ratio: 1 / 1;
            padding: 2rem;
            display: flex;
            flex-flow: column;
            gap: .5rem;
            justify-content: center;
            align-items: flex-start; }
            .globalNetWrapper ul li dl dt.one span {
              display: block;
              width: 62px; }
              @media (max-width: 1024px) {
                .globalNetWrapper ul li dl dt.one span {
                  width: 48px; } }
              @media (max-width: 834px) {
                .globalNetWrapper ul li dl dt.one span {
                  width: 32px; } }
              .globalNetWrapper ul li dl dt.one span img {
                display: block;
                width: 100%; }
            .globalNetWrapper ul li dl dt.one b {
              display: block;
              width: 100%;
              text-align: left;
              font: 500 3rem "Clash Grotesk", sans-serif;
              color: #1C3434;
              margin: 16px 0 0 0; }
              @media (max-width: 1024px) {
                .globalNetWrapper ul li dl dt.one b {
                  font-size: 2rem; } }
              @media (max-width: 834px) {
                .globalNetWrapper ul li dl dt.one b {
                  font-size: 1.5rem; } }
            .globalNetWrapper ul li dl dt.one p {
              text-align: left;
              text-transform: uppercase;
              font: 500 1.5rem/1 "Clash Grotesk", sans-serif;
              color: #1C3434; }
              @media (max-width: 1024px) {
                .globalNetWrapper ul li dl dt.one p {
                  font-size: 1rem; } }
              @media (max-width: 834px) {
                .globalNetWrapper ul li dl dt.one p {
                  font-size: .875rem; } }
          .globalNetWrapper ul li dl dt.two {
            aspect-ratio: 9 / 12;
            overflow: hidden; }
            .globalNetWrapper ul li dl dt.two img {
              display: block;
              width: 100%;
              height: 100%;
              object-fit: cover; }

.photoGalleryWrapper {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 48px;
  padding: 4.5rem 0;
  background: linear-gradient(0deg, white 0%, white 50%, #1c3434 50%, #1c3434 100%); }
  .photoGalleryWrapper .photoGallery {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 3rem; }
    .photoGalleryWrapper .photoGallery .heading {
      width: 100%;
      padding: 0 6vw; }
      .photoGalleryWrapper .photoGallery .heading ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px; }
        @media (max-width: 480px) {
          .photoGalleryWrapper .photoGallery .heading ul {
            flex-flow: column; } }
        .photoGalleryWrapper .photoGallery .heading ul li {
          width: auto;
          text-align: left; }
          @media (max-width: 480px) {
            .photoGalleryWrapper .photoGallery .heading ul li {
              width: 100%; } }
          .photoGalleryWrapper .photoGallery .heading ul li h1 {
            text-align: left;
            color: #fff; }
          .photoGalleryWrapper .photoGallery .heading ul li a {
            display: inline-block;
            width: auto;
            text-align: center;
            font: 500 0.875rem/3rem "Inter", sans-serif;
            text-transform: uppercase;
            letter-spacing: 1px;
            background-color: #FFB803;
            border-radius: .25rem;
            padding: 0 3rem;
            color: #1C3434;
            transition: .25s ease; }
            @media (max-width: 480px) {
              .photoGalleryWrapper .photoGallery .heading ul li a {
                width: 100%; } }
            .photoGalleryWrapper .photoGallery .heading ul li a:hover {
              background-color: #ffcf55;
              color: #1C3434;
              transition: .25s ease; }
    .photoGalleryWrapper .photoGallery .gallery {
      width: 100%; }
      .photoGalleryWrapper .photoGallery .gallery .photo_gallery_box {
        width: 100%;
        height: 100%; }
        .photoGalleryWrapper .photoGallery .gallery .photo_gallery_box .photo_gallery_link {
          width: 100%;
          height: 100%; }
          .photoGalleryWrapper .photoGallery .gallery .photo_gallery_box .photo_gallery_link a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative; }
            .photoGalleryWrapper .photoGallery .gallery .photo_gallery_box .photo_gallery_link a:hover span {
              opacity: .78;
              transition: .25s ease; }
            .photoGalleryWrapper .photoGallery .gallery .photo_gallery_box .photo_gallery_link a .photo {
              width: 100%;
              aspect-ratio: 4 / 3;
              overflow: hidden; }
              .photoGalleryWrapper .photoGallery .gallery .photo_gallery_box .photo_gallery_link a .photo img {
                display: block;
                width: 100%;
                object-fit: cover;
                height: 100%; }
            .photoGalleryWrapper .photoGallery .gallery .photo_gallery_box .photo_gallery_link a span {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              height: 100%;
              background-color: #1C3434;
              position: absolute;
              opacity: 0;
              left: 0;
              top: 0;
              transition: .25s ease; }
              .photoGalleryWrapper .photoGallery .gallery .photo_gallery_box .photo_gallery_link a span i {
                display: flex;
                align-items: center;
                justify-content: center;
                height: 3rem;
                width: 3rem;
                border-radius: 50%;
                border: 1px solid #EDECE3; }
                .photoGalleryWrapper .photoGallery .gallery .photo_gallery_box .photo_gallery_link a span i img {
                  display: block;
                  width: 1.5rem; }

.app_wrapp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: #FFB803;
  padding: 1.5rem 6vw; }
  @media (max-width: 1024px) {
    .app_wrapp {
      flex-flow: column; } }
  .app_wrapp b {
    display: inline-block;
    width: auto;
    font: 400 1rem "Clash Grotesk", sans-serif;
    color: #1C3434;
    text-align: center; }
    .app_wrapp b span {
      font-weight: 500; }
  .app_wrapp .links {
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: .5rem; }
    @media (max-width: 480px) {
      .app_wrapp .links {
        flex-flow: column; } }
    .app_wrapp .links a {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: .5rem 1.5rem .5rem 1rem;
      border-radius: .5rem;
      background-color: #fff; }
      .app_wrapp .links a:hover {
        background-color: #EDECE3; }
      .app_wrapp .links a span {
        display: block;
        width: 24px;
        flex-shrink: 0; }
        .app_wrapp .links a span img {
          display: block;
          width: 100%; }
      .app_wrapp .links a i {
        display: inline-block;
        width: auto;
        font: 500 1rem "Clash Grotesk", sans-serif;
        color: #1C3434; }

footer {
  width: 100%;
  padding: 4.5rem 6vw;
  background-color: #1C3434; }
  footer ul {
    width: 100%;
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
    @media (max-width: 834px) {
      footer ul {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 3rem; } }
    footer ul li {
      width: 100%;
      display: flex;
      flex-flow: column;
      gap: 2rem; }
      footer ul li h2 {
        text-align: left;
        font: 500 1.5rem "Clash Grotesk", sans-serif;
        color: #fff; }
      footer ul li .links {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 1rem;
        align-items: flex-start; }
        footer ul li .links a {
          display: inline-block;
          width: auto;
          font: 400 1rem "Clash Grotesk", sans-serif;
          color: rgba(255, 255, 255, 0.78); }
          footer ul li .links a:hover {
            color: #FFB803;
            text-decoration: underline; }
      footer ul li dl {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 1rem; }
        footer ul li dl dt {
          width: 100%;
          display: flex;
          flex-flow: column;
          gap: 4px;
          align-items: flex-start; }
          footer ul li dl dt span {
            width: 100%;
            display: flex;
            align-items: center;
            gap: 6px;
            font: 400 12px "Inter", sans-serif;
            color: #fff;
            opacity: .78; }
            footer ul li dl dt span i {
              display: block;
              width: 22px; }
              footer ul li dl dt span i img {
                display: block;
                width: 100%; }
          footer ul li dl dt p {
            text-align: left;
            font: 500 1rem "Clash Grotesk", sans-serif;
            color: #fff;
            padding: 0 0 0 1.7rem; }
      footer ul li .logo {
        width: 100%; }
        footer ul li .logo img {
          display: block;
          width: 100%;
          max-width: 300px; }
      footer ul li p {
        text-align: left;
        font: 400 1rem/1.3 "Clash Grotesk", sans-serif;
        color: #fff; }
      footer ul li .socialLinks {
        width: 100%;
        display: flex;
        align-items: center;
        gap: .5rem; }
        footer ul li .socialLinks a {
          display: block;
          width: 2.5rem; }
          footer ul li .socialLinks a img {
            display: block;
            width: 100%; }
      footer ul li .unified_apps {
        width: 100%;
        text-align: left; }
        footer ul li .unified_apps a {
          display: inline-block;
          width: 100%;
          max-width: 260px; }
          footer ul li .unified_apps a:hover img {
            transition: .25s ease;
            transform: scale(1.1); }
          footer ul li .unified_apps a img {
            transition: .25s ease;
            display: block;
            width: 100%; }

.copyrightWrapper {
  width: 100%;
  padding: 2rem 6vw;
  background-color: #1C3434;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid #404E4F; }
  @media (max-width: 480px) {
    .copyrightWrapper {
      flex-flow: column;
      gap: .5rem; } }
  .copyrightWrapper p {
    text-align: left;
    font: 400 0.925rem "Clash Grotesk", sans-serif;
    color: #fff; }
    .copyrightWrapper p a {
      display: inline-block;
      width: auto;
      color: #FFB803;
      font-weight: 500; }
      .copyrightWrapper p a:hover {
        color: #fff; }

.aboutWrapp {
  width: 100%;
  padding: 3rem 6vw; }
  .aboutWrapp .aboutus {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 1.5rem; }
    .aboutWrapp .aboutus h1 {
      text-align: left;
      font: 500 2rem "Clash Grotesk", sans-serif;
      color: #1C3434; }
    .aboutWrapp .aboutus h2 {
      text-align: left;
      font: 600 32px "Clash Grotesk", sans-serif;
      color: #313131; }
    .aboutWrapp .aboutus .photo {
      width: 100%;
      margin: 0 0 40px 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .aboutWrapp .aboutus .photo img {
        display: block;
        width: 100%;
        max-width: 560px; }
    .aboutWrapp .aboutus p {
      text-align: left;
      font: 400 15px/1.4 "Clash Grotesk", sans-serif;
      color: #505055;
      margin: 24px 0 0 0; }
    .aboutWrapp .aboutus .share {
      height: auto;
      width: 100%;
      margin-top: 60px; }
      .aboutWrapp .aboutus .share h4 {
        text-align: left;
        font: 600 14px "Clash Grotesk", sans-serif;
        color: #515778;
        text-transform: uppercase; }
      .aboutWrapp .aboutus .share .share_infra {
        height: auto;
        width: 100%;
        margin-top: 15px;
        display: flex;
        flex-flow: row nowrap;
        align-items: center; }
        .aboutWrapp .aboutus .share .share_infra a {
          height: 30px;
          width: 30px;
          display: block;
          margin-right: 2px;
          border-radius: 2px;
          background: url(../icons/share_links.png) no-repeat #ddd;
          font-size: 0px; }
          .aboutWrapp .aboutus .share .share_infra a.face {
            background-position: 0 0; }
          .aboutWrapp .aboutus .share .share_infra a.twi {
            background-position: -32px 0; }
          .aboutWrapp .aboutus .share .share_infra a.in {
            background-position: -64px 0; }
          .aboutWrapp .aboutus .share .share_infra a.wapp {
            background-position: -96px 0; }

.contentWrapp {
  width: 100%;
  padding: 3rem 6vw; }
  .contentWrapp .content {
    width: 100%; }
    .contentWrapp .content h1 {
      text-align: left;
      font: 700 3rem "Clash Grotesk", sans-serif;
      color: #1C3434; }
    .contentWrapp .content .photo {
      width: 100%;
      margin: 24px 0 0 0;
      align-items: center;
      text-align: center; }
      .contentWrapp .content .photo img {
        width: 40%; }
    .contentWrapp .content p {
      text-align: left;
      margin: 24px 0 0 0;
      font: 500 13px "Clash Grotesk", sans-serif; }
      .contentWrapp .content p span {
        width: auto; }
    .contentWrapp .content .contentTable {
      width: 100%;
      margin: 24px 0 0 0;
      overflow-x: auto; }
      .contentWrapp .content .contentTable embed {
        display: block;
        width: 100%;
        height: 100vh; }
      .contentWrapp .content .contentTable table {
        width: 100%;
        border-collapse: collapse; }
        .contentWrapp .content .contentTable table th {
          text-align: center;
          font: 500 13px "Clash Grotesk", sans-serif;
          color: #000;
          border: 1px solid #d0d0d0;
          padding: 8px 6px;
          background-color: #f2f2f2; }
        .contentWrapp .content .contentTable table td {
          text-align: center;
          font: 400 13px "Clash Grotesk", sans-serif;
          color: #505050;
          border: 1px solid #d0d0d0;
          padding: 8px 6px;
          background-color: #fff; }

.docWrapp {
  width: 100%;
  padding: 3rem 6vw; }
  .docWrapp .docCon {
    width: 100%; }
    .docWrapp .docCon h1 {
      text-align: left;
      font: 700 3rem "Clash Grotesk", sans-serif;
      color: #1C3434; }
    .docWrapp .docCon table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0 32px 0; }
      .docWrapp .docCon table tbody {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 36px; }
        .docWrapp .docCon table tbody tr {
          display: block;
          width: 100%; }
          .docWrapp .docCon table tbody tr td {
            display: block;
            width: 100%; }
            .docWrapp .docCon table tbody tr td h3 {
              text-align: left;
              font: 600 24px "Clash Grotesk", sans-serif;
              color: #1C3434; }
            .docWrapp .docCon table tbody tr td table {
              width: 100%;
              border-collapse: collapse;
              margin: 16px 0 0 0; }
              .docWrapp .docCon table tbody tr td table tbody {
                width: 100%;
                display: grid;
                grid-gap: 24px;
                grid-template-columns: repeat(4, 1fr); }
                @media (max-width: 834px) {
                  .docWrapp .docCon table tbody tr td table tbody {
                    grid-template-columns: repeat(3, 1fr); } }
                @media (max-width: 768px) {
                  .docWrapp .docCon table tbody tr td table tbody {
                    grid-template-columns: repeat(2, 1fr); } }
                @media (max-width: 480px) {
                  .docWrapp .docCon table tbody tr td table tbody {
                    grid-template-columns: repeat(1, 1fr); } }
                .docWrapp .docCon table tbody tr td table tbody tr {
                  display: block;
                  width: 100%; }
                  .docWrapp .docCon table tbody tr td table tbody tr td {
                    display: block;
                    width: 100%; }
                    .docWrapp .docCon table tbody tr td table tbody tr td .doc {
                      width: 100%; }
                      .docWrapp .docCon table tbody tr td table tbody tr td .doc a {
                        display: block;
                        width: 100%;
                        border: 1px solid #e0e0e0; }
                        .docWrapp .docCon table tbody tr td table tbody tr td .doc a:hover {
                          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }
                        .docWrapp .docCon table tbody tr td table tbody tr td .doc a span {
                          height: 148px;
                          width: 100%;
                          display: flex;
                          align-items: center;
                          justify-content: center;
                          border-bottom: 1px solid #e0e0e0; }
                          .docWrapp .docCon table tbody tr td table tbody tr td .doc a span.pdf {
                            background-color: #FFF7E4; }
                          .docWrapp .docCon table tbody tr td table tbody tr td .doc a span.excel {
                            background-color: #D6FFE3; }
                          .docWrapp .docCon table tbody tr td table tbody tr td .doc a span.xls {
                            background-color: #E9F0FF; }
                          .docWrapp .docCon table tbody tr td table tbody tr td .doc a span.ppt {
                            background-color: #FADFFF; }
                          .docWrapp .docCon table tbody tr td table tbody tr td .doc a span img {
                            display: block;
                            width: 100%;
                            max-width: 62px; }
                        .docWrapp .docCon table tbody tr td table tbody tr td .doc a b {
                          display: block;
                          text-align: left;
                          font: 500 14px "Clash Grotesk", sans-serif;
                          color: #000;
                          padding: 16px 20px;
                          box-sizing: border-box; }

.photoGalleryWrapp {
  width: 100%;
  padding: 3rem 6vw; }
  .photoGalleryWrapp .photogalleryCon {
    width: 100%; }
    .photoGalleryWrapp .photogalleryCon h1 {
      text-align: left;
      color: #1C3434; }
    .photoGalleryWrapp .photogalleryCon .photo_gallery_inner {
      width: 100%;
      margin: 32px auto;
      display: grid;
      grid-gap: 16px;
      grid-template-columns: repeat(4, 1fr);
      box-sizing: border-box; }
      @media (max-width: 834px) {
        .photoGalleryWrapp .photogalleryCon .photo_gallery_inner {
          grid-template-columns: repeat(3, 1fr); } }
      @media (max-width: 768px) {
        .photoGalleryWrapp .photogalleryCon .photo_gallery_inner {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 480px) {
        .photoGalleryWrapp .photogalleryCon .photo_gallery_inner {
          grid-template-columns: repeat(1, 1fr); } }
      .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box {
        width: 100%;
        height: auto; }
        .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box .photo_gallery_link {
          width: 100%;
          position: relative; }
          .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box .photo_gallery_link span {
            width: 100%;
            display: block;
            text-align: left;
            font: 500 15px "Clash Grotesk", sans-serif;
            color: #fff;
            background: black;
            background: linear-gradient(180deg, transparent 0%, black 100%);
            position: absolute;
            left: 0;
            bottom: 0;
            padding: 62px 16px 16px 16px;
            box-sizing: border-box; }
          .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box .photo_gallery_link a {
            display: block;
            width: 100%;
            height: 100%; }
            .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box .photo_gallery_link a img {
              display: block;
              width: 100%;
              height: 100%;
              object-fit: cover;
              aspect-ratio: 4 /3; }
            .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box .photo_gallery_link a .text {
              width: 100%;
              padding: 1rem .5rem;
              background: #EDECE3; }
              .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box .photo_gallery_link a .text b {
                display: block;
                width: 100%;
                text-align: center;
                font: 400 1rem "Inter", sans-serif;
                color: #212832; }

.contact_us {
  width: 100%;
  padding: 3rem 6vw; }
  .contact_us .contact_us_inner {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 24px; }
    .contact_us .contact_us_inner .heading {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 48px; }
      @media (max-width: 768px) {
        .contact_us .contact_us_inner .heading {
          flex-flow: column; } }
      .contact_us .contact_us_inner .heading .heading_left {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 16px; }
        .contact_us .contact_us_inner .heading .heading_left b {
          display: block;
          width: 100%;
          text-align: left;
          font: 500 14px "Clash Grotesk", sans-serif;
          color: #404E4F;
          text-transform: uppercase;
          letter-spacing: 1px; }
        .contact_us .contact_us_inner .heading .heading_left h1 {
          text-align: left;
          font: 500 3rem/1.2 "Clash Grotesk", sans-serif;
          color: #1C3434;
          white-space: pre-line; }
          @media (max-width: 768px) {
            .contact_us .contact_us_inner .heading .heading_left h1 {
              font-size: 2rem; } }
      .contact_us .contact_us_inner .heading .heading_right {
        width: 100%;
        max-width: 354px; }
        .contact_us .contact_us_inner .heading .heading_right img {
          display: block;
          width: 100%; }
    .contact_us .contact_us_inner .map {
      width: 100%; }
      .contact_us .contact_us_inner .map a {
        display: block;
        width: 100%; }
        .contact_us .contact_us_inner .map a img {
          display: block;
          width: 100%;
          border-radius: 16px; }
    .contact_us .contact_us_inner .contactInfo {
      width: 100%; }
      .contact_us .contact_us_inner .contactInfo ul {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 32px;
        align-items: flex-start; }
        @media (max-width: 1024px) {
          .contact_us .contact_us_inner .contactInfo ul {
            grid-template-columns: repeat(2, minmax(0, 1fr)); } }
        @media (max-width: 768px) {
          .contact_us .contact_us_inner .contactInfo ul {
            grid-template-columns: repeat(1, minmax(0, 1fr)); } }
        .contact_us .contact_us_inner .contactInfo ul li {
          display: flex;
          flex-flow: column;
          align-items: center;
          width: 100%;
          height: 100%;
          padding: 48px;
          background-color: #fff;
          border-radius: 16px; }
          .contact_us .contact_us_inner .contactInfo ul li.add {
            background-color: #EDECE3; }
            .contact_us .contact_us_inner .contactInfo ul li.add span {
              background-color: #1C3434; }
          .contact_us .contact_us_inner .contactInfo ul li.call {
            background-color: #EDECE3; }
            .contact_us .contact_us_inner .contactInfo ul li.call span {
              background-color: #1C3434; }
          .contact_us .contact_us_inner .contactInfo ul li.whatsapp {
            background-color: #EDECE3; }
            .contact_us .contact_us_inner .contactInfo ul li.whatsapp span {
              background-color: #1C3434; }
          .contact_us .contact_us_inner .contactInfo ul li.email {
            background-color: #EDECE3; }
            .contact_us .contact_us_inner .contactInfo ul li.email span {
              background-color: #1C3434; }
          .contact_us .contact_us_inner .contactInfo ul li span {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 6rem;
            background-color: #000;
            aspect-ratio: 1 / 1;
            margin: 0 0 2rem 0;
            border-radius: 4px 32px 4px 32px; }
            .contact_us .contact_us_inner .contactInfo ul li span img {
              display: block;
              width: 100%;
              max-width: 32px; }
          .contact_us .contact_us_inner .contactInfo ul li b {
            display: block;
            width: 100%;
            text-align: center;
            font: 700 16px "Clash Grotesk", sans-serif;
            color: #1C3434;
            text-transform: uppercase;
            margin: 0 0 8px 0; }
          .contact_us .contact_us_inner .contactInfo ul li p {
            text-align: center;
            font: 500 15px/1.2 "Inter", sans-serif;
            color: #404E4F; }
    .contact_us .contact_us_inner .contactForm {
      width: 100%;
      max-width: 660px;
      margin: 0 auto;
      padding: 0 24px 72px 24px;
      display: flex;
      flex-flow: column;
      gap: 40px; }
      .contact_us .contact_us_inner .contactForm h2 {
        text-align: center;
        font: 500 36px "Clash Grotesk", sans-serif;
        color: #20202d; }
      .contact_us .contact_us_inner .contactForm ul {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 16px; }
        .contact_us .contact_us_inner .contactForm ul li {
          width: 100%;
          display: flex;
          flex-flow: column;
          align-items: center;
          gap: 8px; }
          .contact_us .contact_us_inner .contactForm ul li label {
            display: block;
            width: 100%;
            text-align: left;
            font: 400 14px "Inter", sans-serif;
            color: #505055; }
            .contact_us .contact_us_inner .contactForm ul li label span {
              display: inline-block;
              font-size: 16px;
              color: red; }
          .contact_us .contact_us_inner .contactForm ul li input[type=text], .contact_us .contact_us_inner .contactForm ul li input[type=email] {
            display: block;
            width: 100%;
            height: 48px;
            border-radius: 8px;
            border: 1px solid #d0d0d0;
            padding: 8px 12px;
            text-align: left;
            font: 400 14px "Inter", sans-serif;
            color: #1C3434; }
            .contact_us .contact_us_inner .contactForm ul li input[type=text]:focus, .contact_us .contact_us_inner .contactForm ul li input[type=email]:focus {
              outline: none;
              border-color: #1C3434;
              color: #fff; }
          .contact_us .contact_us_inner .contactForm ul li textarea {
            display: block;
            width: 100%;
            height: 72px;
            border-radius: 8px;
            border: 1px solid #d0d0d0;
            padding: 8px 12px;
            text-align: left;
            font: 400 14px "Inter", sans-serif;
            color: #1C3434; }
            .contact_us .contact_us_inner .contactForm ul li textarea:focus {
              outline: none;
              border-color: #1C3434; }
          .contact_us .contact_us_inner .contactForm ul li select {
            display: block;
            width: 100%;
            height: 48px;
            border-radius: 8px;
            border: 1px solid #d0d0d0;
            padding: 8px 12px;
            text-align: left;
            font: 400 14px "Inter", sans-serif;
            color: #1C3434; }
            .contact_us .contact_us_inner .contactForm ul li select:focus {
              outline: none;
              border-color: #1C3434; }
          .contact_us .contact_us_inner .contactForm ul li input[type=submit] {
            width: 100%;
            max-width: 180px;
            height: 48px;
            border-radius: 8px;
            text-align: center;
            font: 400 14px "Inter", sans-serif;
            color: #1C3434;
            background-color: #FFB803;
            cursor: pointer;
            border: none;
            margin: 8px 0 0 0; }
            @media (max-width: 480px) {
              .contact_us .contact_us_inner .contactForm ul li input[type=submit] {
                max-width: 100%; } }
            .contact_us .contact_us_inner .contactForm ul li input[type=submit]:focus {
              outline: none; }
            .contact_us .contact_us_inner .contactForm ul li input[type=submit]:hover {
              background-color: #ffcf55; }

.simplePopupWrap {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.78);
  z-index: 9999; }
  .simplePopupWrap .simplePopup {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    overflow: hidden; }
    .simplePopupWrap .simplePopup .simplePopup_outer {
      width: auto;
      max-width: 400px;
      height: auto;
      max-height: 90vh;
      position: relative; }
      .simplePopupWrap .simplePopup .simplePopup_outer .closepopup {
        display: block;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: url(../icons/close_black.svg) no-repeat center #F05555;
        background-size: 22px;
        position: absolute;
        top: -12px;
        right: -12px;
        font-size: 0;
        z-index: 99; }
      .simplePopupWrap .simplePopup .simplePopup_outer .closepopup:hover {
        background-color: red; }
      .simplePopupWrap .simplePopup .simplePopup_outer .simplePopup_inner {
        width: auto;
        max-width: 100%;
        max-height: 100%;
        height: auto;
        padding: 16px;
        box-sizing: border-box;
        background-color: #fff; }
        .simplePopupWrap .simplePopup .simplePopup_outer .simplePopup_inner p {
          width: auto;
          max-width: 100%;
          max-height: 100%;
          height: auto; }
          .simplePopupWrap .simplePopup .simplePopup_outer .simplePopup_inner p img {
            display: inline-block;
            width: auto;
            max-width: 100%;
            height: auto;
            max-height: 100%; }

.allNewsWrapp {
  width: 100%;
  padding: 3rem 6vw;
  display: flex;
  flex-flow: column; }
  .allNewsWrapp h1 {
    text-align: left;
    font: 700 3rem "Clash Grotesk", sans-serif;
    color: #1C3434; }
    @media (max-width: 768px) {
      .allNewsWrapp h1 {
        font-size: 2rem; } }
  .allNewsWrapp .allNewscon {
    width: 100%; }
    .allNewsWrapp .allNewscon table {
      width: 100%;
      border-collapse: collapse; }
      .allNewsWrapp .allNewscon table tbody {
        width: 100%;
        display: grid;
        grid-gap: 24px;
        grid-template-columns: repeat(3, 1fr); }
        @media (max-width: 834px) {
          .allNewsWrapp .allNewscon table tbody {
            grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 480px) {
          .allNewsWrapp .allNewscon table tbody {
            grid-template-columns: repeat(1, 1fr); } }
        .allNewsWrapp .allNewscon table tbody tr {
          display: block;
          width: 100%;
          height: 100%; }
          .allNewsWrapp .allNewscon table tbody tr td {
            display: block;
            width: 100%;
            height: 100%; }
            .allNewsWrapp .allNewscon table tbody tr td .news {
              width: 100%;
              height: 100%; }
              .allNewsWrapp .allNewscon table tbody tr td .news a {
                display: block;
                width: 100%;
                height: 100%;
                border-radius: 8px;
                overflow: hidden;
                border: 1px solid #a0a0a0;
                padding: 0 0 16px 0; }
                .allNewsWrapp .allNewscon table tbody tr td .news a:hover {
                  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }
                .allNewsWrapp .allNewscon table tbody tr td .news a .photo {
                  width: 100%; }
                  .allNewsWrapp .allNewscon table tbody tr td .news a .photo img {
                    display: block;
                    width: 100%;
                    aspect-ratio: 16 / 9; }
                .allNewsWrapp .allNewscon table tbody tr td .news a b {
                  display: block;
                  width: 100%;
                  text-align: left;
                  font: 500 1rem "Clash Grotesk", sans-serif;
                  color: #313131;
                  padding: 16px 16px 8px 16px; }
                .allNewsWrapp .allNewscon table tbody tr td .news a span {
                  display: block;
                  width: 100%;
                  text-align: left;
                  font: 400 0.775rem/18px "Clash Grotesk", sans-serif;
                  color: #53524E;
                  padding: 0 0 0 42px;
                  background: url(../icons/calendar.png) no-repeat left 16px center;
                  background-size: 16px;
                  box-sizing: border-box; }

.request {
  height: 48px;
  width: 192px;
  position: fixed;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  transform: rotate(-90deg);
  z-index: 9999;
  margin-right: -72px; }
  .request a {
    text-align: center;
    font: 400 15px/48px 'Inter', sans-serif;
    color: #202020;
    background-color: #FFB803;
    border-radius: 8px 8px 0 0;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); }

.schoolAppWrapper {
  width: 100%;
  background-color: #FFFDFC; }
  .schoolAppWrapper .schoolAppwrapp {
    width: 100%;
    max-width: 1280px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    margin: 0 auto;
    padding: 72px 0 0 24px; }
    @media (max-width: 480px) {
      .schoolAppWrapper .schoolAppwrapp {
        padding: 24px 0 0 24px;
        grid-template-columns: repeat(1, 1fr); } }
    .schoolAppWrapper .schoolAppwrapp .appText {
      width: auto;
      display: inline-flex;
      flex-flow: column;
      align-items: center;
      gap: 40px;
      padding: 0 0 62px 0; }
      @media (max-width: 480px) {
        .schoolAppWrapper .schoolAppwrapp .appText {
          padding: 0 24px 62px 0; } }
      .schoolAppWrapper .schoolAppwrapp .appText .introd {
        width: auto;
        display: inline-flex;
        flex-flow: column;
        align-items: center; }
        .schoolAppWrapper .schoolAppwrapp .appText .introd h1 {
          text-align: center;
          font: 400 78px "dk_au_revoirregular", serif;
          color: #EA4F23; }
        .schoolAppWrapper .schoolAppwrapp .appText .introd b {
          display: inline-block;
          width: auto;
          text-align: center;
          font: 700 var(--h3) "Rubik", sans-serif;
          color: #EA4F23; }
      .schoolAppWrapper .schoolAppwrapp .appText .unified {
        width: auto;
        display: inline-flex;
        flex-flow: column;
        gap: 16px; }
        .schoolAppWrapper .schoolAppwrapp .appText .unified b {
          display: inline-block;
          width: auto;
          text-align: center;
          font: 700 var(--h4) "Rubik", sans-serif;
          color: #EA4F23; }
        .schoolAppWrapper .schoolAppwrapp .appText .unified .edusecurelogo {
          width: auto;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          .schoolAppWrapper .schoolAppwrapp .appText .unified .edusecurelogo img {
            display: block;
            width: 100%;
            max-width: 248px; }
      .schoolAppWrapper .schoolAppwrapp .appText .code {
        width: auto;
        display: inline-block;
        font: 600 16px "Rubik", sans-serif;
        color: #fff;
        background-color: #EA4F23;
        padding: 12px 32px;
        border-radius: 4px 24px 4px 24px; }
      .schoolAppWrapper .schoolAppwrapp .appText .appStore {
        width: auto;
        display: inline-flex;
        align-items: center;
        gap: 24px; }
        @media (max-width: 480px) {
          .schoolAppWrapper .schoolAppwrapp .appText .appStore {
            gap: 16px; } }
        .schoolAppWrapper .schoolAppwrapp .appText .appStore a {
          display: inline-block;
          width: auto; }
          .schoolAppWrapper .schoolAppwrapp .appText .appStore a img {
            display: block;
            width: 100%;
            max-width: 200px; }
    .schoolAppWrapper .schoolAppwrapp .appPhoto {
      width: 100%;
      background: url(../icons/mobilebg.svg) no-repeat right bottom;
      background-size: 100%; }
      .schoolAppWrapper .schoolAppwrapp .appPhoto img {
        display: block;
        width: 100%; }

.appfeatures {
  width: 100%;
  padding: 62px 0;
  background-color: #EA4F23; }
  .appfeatures .appfeaturesInner {
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 48px; }
    .appfeatures .appfeaturesInner h1 {
      text-align: center;
      font: 700 40px "Rubik", sans-serif;
      color: #fff;
      padding: 0 148px; }
      @media (max-width: 768px) {
        .appfeatures .appfeaturesInner h1 {
          padding: 0 48px; } }
      @media (max-width: 480px) {
        .appfeatures .appfeaturesInner h1 {
          padding: 0; } }
    .appfeatures .appfeaturesInner .featuresCon {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      align-items: flex-start;
      grid-gap: 20px; }
      @media (max-width: 768px) {
        .appfeatures .appfeaturesInner .featuresCon {
          grid-template-columns: repeat(3, minmax(0, 1fr)); } }
      @media (max-width: 480px) {
        .appfeatures .appfeaturesInner .featuresCon {
          grid-template-columns: repeat(2, minmax(0, 1fr)); } }
      .appfeatures .appfeaturesInner .featuresCon .featureCC {
        width: 100%;
        height: 100%;
        min-height: 204px;
        display: flex;
        flex-flow: column;
        gap: 32px;
        padding: 48px 24px 24px 24px;
        background-color: #fff;
        border-radius: 16px; }
        .appfeatures .appfeaturesInner .featuresCon .featureCC span {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%; }
          .appfeatures .appfeaturesInner .featuresCon .featureCC span img {
            display: block;
            width: 100%;
            max-width: 48px; }
            @media (max-width: 480px) {
              .appfeatures .appfeaturesInner .featuresCon .featureCC span img {
                max-width: 36px; } }
        .appfeatures .appfeaturesInner .featuresCon .featureCC b {
          display: block;
          width: 100%;
          text-align: center;
          font: 400 var(--body) "Rubik", sans-serif;
          color: #EA4F23; }
          @media (max-width: 480px) {
            .appfeatures .appfeaturesInner .featuresCon .featureCC b {
              font-size: 14px; } }

.about_photo {
  width: 100%; }
  .about_photo img {
    display: block;
    width: 100%; }

.about_links {
  width: 100%;
  padding: 0 6vw;
  background-color: #1C3434;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1024px) {
    .about_links {
      padding: 0; } }
  @media (max-width: 480px) {
    .about_links {
      flex-flow: column;
      padding: 0; } }
  .about_links a {
    display: inline-block;
    width: auto;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    padding: 1.5rem 3rem;
    border-bottom: 3px solid #1C3434;
    font-family: "Inter", sans-serif; }
    @media (max-width: 1262px) {
      .about_links a {
        flex: 1;
        text-align: center;
        padding: 1.5rem 0; } }
    @media (max-width: 768px) {
      .about_links a {
        flex: unset;
        width: 50%;
        text-align: center;
        padding: 1.5rem; } }
    @media (max-width: 480px) {
      .about_links a {
        display: block;
        width: 100%;
        text-align: center; } }
    .about_links a:hover {
      background-color: rgba(0, 0, 0, 0.1);
      border-color: rgba(255, 255, 255, 0.5); }
    .about_links a.active {
      background-color: rgba(0, 0, 0, 0.25);
      border-color: #FFB803; }

.about_us_wrapper {
  width: 100%;
  padding: 4.5rem 6vw;
  display: flex;
  flex-flow: column;
  gap: 3rem; }
  .about_us_wrapper .heading {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 1.5rem; }
    .about_us_wrapper .heading h1 {
      text-align: left;
      color: #1C3434; }
    .about_us_wrapper .heading b {
      display: block;
      width: 100%;
      text-align: left;
      font-size: 1.05rem;
      font-weight: 500;
      line-height: 1.4;
      font-family: "Inter", sans-serif; }
  .about_us_wrapper ul {
    width: 100%;
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center; }
    @media (max-width: 768px) {
      .about_us_wrapper ul {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1.5rem; } }
    .about_us_wrapper ul li {
      width: 100%;
      display: flex;
      flex-flow: column;
      gap: 3rem; }
      @media (max-width: 768px) {
        .about_us_wrapper ul li {
          gap: 1.5rem; } }
      .about_us_wrapper ul li .photo {
        width: 100%; }
        .about_us_wrapper ul li .photo img {
          display: block;
          width: 100%; }
      .about_us_wrapper ul li p {
        text-align: left;
        font-size: 1.05rem;
        font-weight: 500;
        line-height: 1.4;
        font-family: "Inter", sans-serif; }

.v_m_m_wrapper {
  width: 100%;
  padding: 4.5rem 6vw;
  display: flex;
  flex-flow: column;
  gap: 3rem; }
  .v_m_m_wrapper .heading {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 1.5rem; }
    .v_m_m_wrapper .heading h1 {
      text-align: left;
      color: #1C3434; }
    .v_m_m_wrapper .heading b {
      display: block;
      width: 100%;
      text-align: left;
      font-size: 1.75rem;
      font-weight: 500;
      line-height: 1.4;
      font-family: "Inter", sans-serif; }
  .v_m_m_wrapper ul {
    width: 100%;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
    @media (max-width: 834px) {
      .v_m_m_wrapper ul {
        grid-template-columns: repeat(1, minmax(0, 1fr)); } }
    .v_m_m_wrapper ul li {
      width: 100%;
      padding: 2rem;
      background-color: #F5F3ED;
      display: flex;
      flex-flow: column;
      gap: 1.5rem;
      height: 100%; }
      .v_m_m_wrapper ul li:last-child {
        background-color: #F8F0FF; }
      .v_m_m_wrapper ul li b {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 2rem;
        font-weight: 600;
        color: #313131;
        font-family: "Inter", sans-serif; }
      .v_m_m_wrapper ul li .text {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 1rem; }
        .v_m_m_wrapper ul li .text p {
          text-align: left;
          line-height: 1.4;
          font-size: 1.125rem;
          font-family: "Inter", sans-serif; }

.visionary_wrapper {
  width: 100%;
  display: flex;
  flex-flow: column; }
  .visionary_wrapper .chairperson_cc {
    width: 100%;
    padding: 4.5rem 6vw;
    display: flex;
    gap: 4.5rem;
    align-items: center; }
    .visionary_wrapper .chairperson_cc.trustee {
      background-color: #F8F0FF; }
      .visionary_wrapper .chairperson_cc.trustee .cc_txt h1 {
        color: #1C3434; }
    .visionary_wrapper .chairperson_cc.principal {
      background-color: #F5F3ED; }
      .visionary_wrapper .chairperson_cc.principal .cc_txt h1 {
        color: #7A776B; }
    @media (max-width: 1262px) {
      .visionary_wrapper .chairperson_cc {
        padding: 3rem 6vw;
        align-items: flex-start; } }
    @media (max-width: 768px) {
      .visionary_wrapper .chairperson_cc {
        flex-flow: column; } }
    .visionary_wrapper .chairperson_cc .cc_photo {
      width: 100%; }
      .visionary_wrapper .chairperson_cc .cc_photo img {
        display: block;
        width: 100%; }
    .visionary_wrapper .chairperson_cc .cc_txt {
      width: 100%;
      display: flex;
      flex-flow: column;
      gap: 3rem; }
      .visionary_wrapper .chairperson_cc .cc_txt h1 {
        width: 100%;
        flex-shrink: 0;
        color: #818181;
        text-align: left;
        font-size: 3.5rem;
        line-height: 1; }
        @media (max-width: 1262px) {
          .visionary_wrapper .chairperson_cc .cc_txt h1 {
            font-size: 3rem; } }
        @media (max-width: 768px) {
          .visionary_wrapper .chairperson_cc .cc_txt h1 {
            font-size: 2.5rem; } }
      .visionary_wrapper .chairperson_cc .cc_txt p {
        text-align: left;
        font-size: 1.25rem;
        line-height: 1.4;
        font-weight: 500;
        font-family: "Inter", sans-serif; }
      .visionary_wrapper .chairperson_cc .cc_txt .by {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 1rem; }
        .visionary_wrapper .chairperson_cc .cc_txt .by .photo {
          width: 4.5rem;
          aspect-ratio: 1 / 1;
          flex-shrink: 0;
          overflow: hidden;
          border-radius: 50%; }
          .visionary_wrapper .chairperson_cc .cc_txt .by .photo img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .visionary_wrapper .chairperson_cc .cc_txt .by .text {
          display: flex;
          flex-flow: column;
          gap: .25rem;
          width: 100%; }
          .visionary_wrapper .chairperson_cc .cc_txt .by .text b {
            display: block;
            width: 100%;
            text-align: left;
            font-weight: 600;
            font-size: 1.5rem;
            color: #313131;
            font-family: "Inter", sans-serif; }
          .visionary_wrapper .chairperson_cc .cc_txt .by .text small {
            display: block;
            width: 100%;
            text-align: left;
            font-size: 1rem;
            font-family: "Inter", sans-serif; }
  .visionary_wrapper ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
    @media (max-width: 834px) {
      .visionary_wrapper ul {
        grid-template-columns: repeat(1, minmax(0, 1fr)); } }
    .visionary_wrapper ul li {
      width: 100%;
      padding: 3rem 6vw;
      background-color: #F8F0FF;
      display: flex;
      flex-flow: column;
      gap: 1.5rem;
      height: 100%; }
      .visionary_wrapper ul li:last-child {
        background-color: #F5F3ED; }
        .visionary_wrapper ul li:last-child b {
          color: #7A776B; }
      .visionary_wrapper ul li b {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 2rem;
        font-weight: 600;
        color: #1C3434;
        font-family: "Inter", sans-serif; }
      .visionary_wrapper ul li p {
        text-align: left;
        line-height: 1.4;
        font-size: 1.125rem;
        font-family: "Inter", sans-serif; }
      .visionary_wrapper ul li .by {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 1rem; }
        .visionary_wrapper ul li .by .photo {
          width: 4.5rem;
          aspect-ratio: 1 / 1;
          flex-shrink: 0;
          overflow: hidden;
          border-radius: 50%; }
          .visionary_wrapper ul li .by .photo img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .visionary_wrapper ul li .by .text {
          display: flex;
          flex-flow: column;
          gap: .25rem;
          width: 100%; }
          .visionary_wrapper ul li .by .text b {
            display: block;
            width: 100%;
            text-align: left;
            font-weight: 600;
            font-size: 1.5rem;
            color: #313131;
            font-family: "Inter", sans-serif; }
          .visionary_wrapper ul li .by .text small {
            display: block;
            width: 100%;
            text-align: left;
            font-size: 1rem;
            font-family: "Inter", sans-serif; }

.affiliation_wrapper {
  width: 100%;
  padding: 4.5rem 6vw;
  display: flex;
  flex-flow: column;
  gap: 3rem; }
  .affiliation_wrapper .heading {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 1.5rem; }
    .affiliation_wrapper .heading h1 {
      text-align: left;
      color: #1C3434; }
    .affiliation_wrapper .heading b {
      display: block;
      width: 100%;
      text-align: left;
      font-size: 1.05rem;
      font-weight: 500;
      line-height: 1.4;
      font-family: "Inter", sans-serif; }
  .affiliation_wrapper ul {
    width: 100%;
    display: grid;
    gap: 8rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: flex-start; }
    @media (max-width: 834px) {
      .affiliation_wrapper ul {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1.5rem; } }
    .affiliation_wrapper ul li {
      width: 100%;
      display: flex;
      flex-flow: column;
      gap: 3rem; }
      @media (max-width: 768px) {
        .affiliation_wrapper ul li {
          gap: 1.5rem; } }
      .affiliation_wrapper ul li .photo {
        width: 100%; }
        .affiliation_wrapper ul li .photo img {
          display: block;
          width: 100%; }
      .affiliation_wrapper ul li h1 {
        text-align: left;
        color: #1C3434; }
      .affiliation_wrapper ul li b {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 1.05rem;
        font-weight: 500;
        line-height: 1.4;
        font-family: "Inter", sans-serif; }

.quality_education_wrapper {
  width: 100%;
  padding: 4.5rem 0 0 0;
  display: flex;
  flex-flow: column;
  gap: 4.5rem; }
  .quality_education_wrapper .heading {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 1.5rem;
    padding: 0 6vw; }
    .quality_education_wrapper .heading h1 {
      text-align: left;
      color: #1C3434; }
    .quality_education_wrapper .heading b {
      display: block;
      width: 100%;
      text-align: left;
      font-size: 1.05rem;
      font-weight: 500;
      line-height: 1.4;
      font-family: "Inter", sans-serif; }
  .quality_education_wrapper .q_edu_wrapp {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 3rem; }
    .quality_education_wrapper .q_edu_wrapp h2 {
      text-align: left;
      font-weight: 600;
      font-size: 3rem;
      color: #404E4F;
      padding: 0 6vw;
      font-family: "Clash Grotesk", sans-serif; }
      @media (max-width: 834px) {
        .quality_education_wrapper .q_edu_wrapp h2 {
          font-size: 2.5rem; } }
      @media (max-width: 480px) {
        .quality_education_wrapper .q_edu_wrapp h2 {
          font-size: 2rem; } }
    .quality_education_wrapper .q_edu_wrapp .q_edu_con {
      width: 100%;
      display: flex;
      flex-flow: column; }
      .quality_education_wrapper .q_edu_wrapp .q_edu_con ul {
        width: 100%;
        display: grid;
        gap: 6rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: center;
        padding: 3.5rem 6vw;
        background-color: #F7EFFF; }
        @media (max-width: 1262px) {
          .quality_education_wrapper .q_edu_wrapp .q_edu_con ul {
            gap: 3rem; } }
        @media (max-width: 1024px) {
          .quality_education_wrapper .q_edu_wrapp .q_edu_con ul {
            gap: 2rem; } }
        @media (max-width: 768px) {
          .quality_education_wrapper .q_edu_wrapp .q_edu_con ul {
            display: flex;
            flex-flow: column;
            gap: 2rem; } }
        @media (max-width: 768px) {
          .quality_education_wrapper .q_edu_wrapp .q_edu_con ul:nth-child(odd) {
            flex-flow: column-reverse; } }
        .quality_education_wrapper .q_edu_wrapp .q_edu_con ul:nth-child(2) {
          background-color: #e9e6dc; }
        .quality_education_wrapper .q_edu_wrapp .q_edu_con ul:nth-child(3) {
          background-color: #dbe3f1; }
        .quality_education_wrapper .q_edu_wrapp .q_edu_con ul:nth-child(4) {
          background-color: #ecf8ef; }
        .quality_education_wrapper .q_edu_wrapp .q_edu_con ul:nth-child(5) {
          background-color: #e9e6dc; }
        .quality_education_wrapper .q_edu_wrapp .q_edu_con ul:nth-child(6) {
          background-color: #dbe3f1; }
        .quality_education_wrapper .q_edu_wrapp .q_edu_con ul:nth-child(7) {
          background-color: #ecf8ef; }
        .quality_education_wrapper .q_edu_wrapp .q_edu_con ul li {
          width: 100%;
          display: flex;
          flex-flow: column;
          gap: 1rem; }
          .quality_education_wrapper .q_edu_wrapp .q_edu_con ul li b {
            color: #1C3434;
            display: block;
            width: 100%;
            text-align: left;
            font-size: 2.5rem;
            font-weight: 600;
            font-family: "Inter", sans-serif; }
            @media (max-width: 834px) {
              .quality_education_wrapper .q_edu_wrapp .q_edu_con ul li b {
                font-size: 2rem; } }
            @media (max-width: 480px) {
              .quality_education_wrapper .q_edu_wrapp .q_edu_con ul li b {
                font-size: 1.75rem; } }
          .quality_education_wrapper .q_edu_wrapp .q_edu_con ul li p {
            font-size: 1.25rem;
            font-family: "Inter", sans-serif; }
            @media (max-width: 834px) {
              .quality_education_wrapper .q_edu_wrapp .q_edu_con ul li p {
                font-size: 1rem; } }
          .quality_education_wrapper .q_edu_wrapp .q_edu_con ul li .photo {
            width: 100%; }
            .quality_education_wrapper .q_edu_wrapp .q_edu_con ul li .photo img {
              display: block;
              width: 100%; }

.technology_wrapper {
  width: 100%;
  padding: 4.5rem 0 0 0;
  display: flex;
  flex-flow: column;
  gap: 4.5rem; }
  .technology_wrapper .heading {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 1.5rem;
    padding: 0 6vw; }
    .technology_wrapper .heading h1 {
      text-align: left;
      color: #1C3434; }
    .technology_wrapper .heading h3 {
      text-align: left;
      font-weight: 600;
      font-size: 2rem;
      color: #404E4F;
      font-family: "Clash Grotesk", sans-serif; }
      @media (max-width: 834px) {
        .technology_wrapper .heading h3 {
          font-size: 1.75rem; } }
      @media (max-width: 480px) {
        .technology_wrapper .heading h3 {
          font-size: 1.25rem; } }
    .technology_wrapper .heading b {
      color: #1C3434;
      display: block;
      width: 100%;
      text-align: left;
      font-size: 1.05rem;
      font-weight: 500;
      line-height: 1.4;
      font-family: "Inter", sans-serif; }
  .technology_wrapper .tech_wrapp {
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 0 6vw 4.5rem 6vw; }
    .technology_wrapper .tech_wrapp .tech_con {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      align-items: center; }
      @media (max-width: 1024px) {
        .technology_wrapper .tech_wrapp .tech_con {
          grid-template-columns: repeat(1, minmax(0, 1fr)); } }
      .technology_wrapper .tech_wrapp .tech_con ul {
        width: 100%;
        height: 100%;
        padding: 3.5rem;
        background-color: #F7EFFF;
        display: flex;
        flex-flow: column;
        gap: 1.5rem; }
        @media (max-width: 1262px) {
          .technology_wrapper .tech_wrapp .tech_con ul {
            padding: 2rem; } }
        .technology_wrapper .tech_wrapp .tech_con ul:nth-child(2) {
          background-color: #e9e6dc; }
        .technology_wrapper .tech_wrapp .tech_con ul:nth-child(3) {
          background-color: #dbe3f1; }
        .technology_wrapper .tech_wrapp .tech_con ul:nth-child(4) {
          background-color: #ecf8ef; }
        .technology_wrapper .tech_wrapp .tech_con ul li {
          width: 100%;
          height: 100%;
          display: flex;
          flex-flow: column;
          gap: 1rem; }
          .technology_wrapper .tech_wrapp .tech_con ul li b {
            display: block;
            width: 100%;
            text-align: left;
            font-size: 2.5rem;
            font-weight: 600;
            font-family: "Inter", sans-serif; }
            @media (max-width: 834px) {
              .technology_wrapper .tech_wrapp .tech_con ul li b {
                font-size: 2rem; } }
            @media (max-width: 480px) {
              .technology_wrapper .tech_wrapp .tech_con ul li b {
                font-size: 1.75rem; } }
          .technology_wrapper .tech_wrapp .tech_con ul li p {
            font-size: 1.125rem;
            font-family: "Inter", sans-serif; }
            @media (max-width: 834px) {
              .technology_wrapper .tech_wrapp .tech_con ul li p {
                font-size: 1rem; } }
          .technology_wrapper .tech_wrapp .tech_con ul li .photo {
            width: 100%; }
            .technology_wrapper .tech_wrapp .tech_con ul li .photo img {
              display: block;
              width: 100%; }

.avma_niti_wrapper {
  width: 100%;
  padding: 4.5rem 0 0 0;
  display: flex;
  flex-flow: column;
  gap: 4.5rem; }
  .avma_niti_wrapper .heading {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 1.5rem; }
    .avma_niti_wrapper .heading h1 {
      text-align: left;
      color: #1C3434; }
    .avma_niti_wrapper .heading b {
      display: block;
      width: 100%;
      text-align: left;
      font-size: 1.05rem;
      font-weight: 500;
      line-height: 1.4;
      color: #404E4F;
      font-family: "Clash Grotesk", sans-serif; }
  .avma_niti_wrapper ul {
    width: 100%;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center; }
    @media (max-width: 1024px) {
      .avma_niti_wrapper ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (max-width: 768px) {
      .avma_niti_wrapper ul {
        grid-template-columns: repeat(1, minmax(0, 1fr)); } }
    .avma_niti_wrapper ul li {
      width: 100%;
      height: 100%;
      display: flex;
      flex-flow: column;
      align-items: center;
      gap: 2rem;
      padding: 2.5rem;
      border-radius: 1.5rem;
      background-color: #F7EFFF; }
      @media (max-width: 768px) {
        .avma_niti_wrapper ul li {
          padding: 2rem; } }
      .avma_niti_wrapper ul li span {
        display: block;
        width: 5rem; }
        .avma_niti_wrapper ul li span img {
          display: block;
          width: 100%; }
      .avma_niti_wrapper ul li .text {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 1rem; }
        .avma_niti_wrapper ul li .text b {
          display: block;
          width: 100%;
          text-align: center;
          font-size: 1.25rem;
          font-weight: 600;
          font-family: "Inter", sans-serif; }
        .avma_niti_wrapper ul li .text p {
          text-align: center;
          font-weight: 500;
          font-size: 1rem;
          font-family: "Inter", sans-serif; }

.initiativesWrapper {
  width: 100%;
  padding: 4.5rem 0 0 0;
  display: flex;
  flex-flow: column;
  gap: 4.5rem; }
  .initiativesWrapper .initiativeInner {
    width: 100%;
    padding: 0 6vw 4.5rem 6vw; }
    .initiativesWrapper .initiativeInner h1 {
      text-align: center;
      font: 700 3rem "Clash Grotesk", sans-serif;
      color: #1C3434; }
      @media (max-width: 480px) {
        .initiativesWrapper .initiativeInner h1 {
          font-size: 2rem; } }
      .initiativesWrapper .initiativeInner h1 span {
        font: italic 500 4.875rem "Inter", sans-serif;
        color: #FFB803; }
        @media (max-width: 480px) {
          .initiativesWrapper .initiativeInner h1 span {
            font-size: 2.875rem; } }
    .initiativesWrapper .initiativeInner p {
      text-align: center;
      margin: 24px 0 0 0;
      font: 400 1rem "Inter", sans-serif; }
      .initiativesWrapper .initiativeInner p small {
        font-weight: 600;
        font-size: 1rem; }
    .initiativesWrapper .initiativeInner .sportsPhotos {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      grid-gap: 24px;
      margin: 62px 20px 20px 20px; }
      @media (max-width: 768px) {
        .initiativesWrapper .initiativeInner .sportsPhotos {
          grid-template-columns: repeat(2, minmax(0, 1fr)); } }
      @media (max-width: 480px) {
        .initiativesWrapper .initiativeInner .sportsPhotos {
          grid-template-columns: repeat(1, minmax(0, 1fr)); } }
      .initiativesWrapper .initiativeInner .sportsPhotos .sportsimage {
        width: 100%; }
        .initiativesWrapper .initiativeInner .sportsPhotos .sportsimage img {
          display: block;
          width: 100%; }
    .initiativesWrapper .initiativeInner .initiativesContainer {
      width: 100%;
      display: flex;
      flex-flow: column;
      margin: 62px 0 0 0;
      gap: 48px; }
      .initiativesWrapper .initiativeInner .initiativesContainer .initiativeLeft {
        width: 100%;
        display: grid;
        grid-gap: 48px;
        grid-template-columns: repeat(2, 1fr);
        align-items: center; }
        @media (max-width: 768px) {
          .initiativesWrapper .initiativeInner .initiativesContainer .initiativeLeft:nth-child(even) {
            flex-flow: column-reverse; } }
        @media (max-width: 768px) {
          .initiativesWrapper .initiativeInner .initiativesContainer .initiativeLeft {
            display: flex;
            flex-flow: column;
            gap: 24px; } }
        .initiativesWrapper .initiativeInner .initiativesContainer .initiativeLeft .text {
          width: 100%;
          display: flex;
          flex-flow: column;
          gap: 32px; }
          .initiativesWrapper .initiativeInner .initiativesContainer .initiativeLeft .text h2 {
            text-align: left;
            font: 700 2rem "Inter", sans-serif;
            color: #404E4F;
            line-height: 1; }
            @media (max-width: 768px) {
              .initiativesWrapper .initiativeInner .initiativesContainer .initiativeLeft .text h2 {
                font-size: 28px;
                line-height: 1; } }
            @media (max-width: 480px) {
              .initiativesWrapper .initiativeInner .initiativesContainer .initiativeLeft .text h2 {
                font-size: 24px;
                line-height: 1; } }
          .initiativesWrapper .initiativeInner .initiativesContainer .initiativeLeft .text ul {
            width: 100%;
            display: flex;
            flex-flow: column;
            gap: 8px; }
            .initiativesWrapper .initiativeInner .initiativesContainer .initiativeLeft .text ul li {
              width: 100%;
              text-align: left;
              font: 400 15px "Inter", sans-serif;
              color: #313131; }
        .initiativesWrapper .initiativeInner .initiativesContainer .initiativeLeft .photo {
          width: 100%; }
          .initiativesWrapper .initiativeInner .initiativesContainer .initiativeLeft .photo img {
            display: block;
            width: 100%; }
