/* Mixins for typescale in minor second
   Use with headings and text only
   Base unit: 16px */
body {
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  line-height: 1.5rem;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #FFFCF8;
  color: #333333;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

* {
  box-sizing: unset; }

main {
  min-height: calc(100vh - $footer-height - $nav-height);
  overflow: auto;
  flex: 1;
  padding: 0.75rem; }
  main .container {
    margin-top: 10rem; }

::-webkit-scrollbar {
  display: none; }

main:has(.homepage) {
  overflow: visible;
  /* This will enable vertical scrolling if content exceeds viewport height */ }

p {
  margin-bottom: 1.5rem; }

.thumbnail {
  display: table;
  background: none;
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 0.625rem;
  box-shadow: 0px 4px 4px 0px rgba(148, 1, 1, 0.25);
  text-align: center;
  line-height: 150%;
  overflow: hidden; }
  .thumbnail--dark {
    background: #333333 !important; }
  .thumbnail--light {
    background: #ffffff !important; }
  .thumbnail:focus, .thumbnail:hover {
    box-shadow: 0px 4px 4px 0px rgba(148, 1, 1, 0.5); }
    .thumbnail:focus .background, .thumbnail:hover .background {
      opacity: 1; }
  .thumbnail .project-logo,
  .thumbnail .client-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    min-width: 90%;
    width: 90%;
    max-height: 90%; }

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.content a {
  position: relative;
  text-decoration: none;
  color: #333333;
  background: linear-gradient(to right, #333333, #333333), linear-gradient(to right, #005500 0%, #005500 75%, #940101 75%, #940101);
  background-size: 100% 1px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
  color: #333333;
  text-decoration: none; }
  .content a:hover {
    background-size: 0 1px, 100% 2px; }

.fa {
  margin-right: 10px; }

h1 {
  margin-bottom: 3rem; }

h2, h3, h4, h5, h6 {
  margin-bottom: 1.5rem;
  line-height: 1.05; }
  h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 1.802em;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase; }

h2 {
  font-size: 1.602em;
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.225rem;
  text-transform: capitalize; }

h3 {
  font-size: 1.424em;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase; }

strong {
  font-weight: 700; }

a {
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .015rem;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  background: linear-gradient(to right, #005500 0%, #005500 75%, #940101 75%, #940101) no-repeat 0 100%;
  background-size: 100% 2px;
  transition: background-size 400ms;
  background-size: 0 2px; }
  a:hover {
    background-size: 100% 2px; }

a.disabled {
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .015rem;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  color: #8c8c8c;
  cursor: default; }

.navbar-brand {
  background: none !important; }

.list-section {
  position: relative;
  margin-left: 2rem; }

.list-section::before {
  content: '';
  /* Required for pseudo-elements */
  position: absolute;
  top: -1rem;
  left: -4rem;
  bottom: -1rem;
  width: 30px;
  /* Adjust the width of the shadow as needed */
  box-shadow: 10px 0 10px -10px #940101;
  /* Adjust the shadow properties as needed */ }

.dynamic-breadcrumb {
  cursor: pointer;
  margin-bottom: 1rem; }
  .dynamic-breadcrumb a {
    text-transform: capitalize;
    color: #333333; }

nav {
  position: fixed !important;
  top: 0;
  width: 100%;
  background-color: #FFFCF8;
  background-image: linear-gradient(180deg, rgba(96, 62, 31, 0.2) 0%, #fffcf8 100%);
  z-index: 3; }
  nav .container {
    display: block !important;
    align-items: center;
    width: 100%; }
    nav .container .with-gap-1 {
      gap: 1rem; }
  nav .section-right {
    display: flex;
    align-items: center; }
    nav .section-right .wrapper {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
  nav .nav-links {
    display: flex;
    width: 100%;
    justify-content: flex-end; }
    nav .nav-links .navbar-nav {
      gap: 1rem;
      white-space: nowrap; }
  nav .dropdown-section {
    padding-left: 1rem; }
    nav .dropdown-section--header {
      font-family: inherit;
      text-transform: uppercase;
      font-weight: 600;
      color: #005500; }
  nav .nav-link {
    position: relative;
    text-decoration: none;
    background: linear-gradient(to right, #005500 0%, #005500 75%, #940101 75%, #940101) no-repeat 0 100%;
    background-size: 100% 2px;
    transition: background-size 400ms;
    background-size: 0 2px;
    z-index: 1;
    color: #333333;
    text-align: right; }
    nav .nav-link:hover {
      background-size: 100% 2px; }
    nav .nav-link img {
      width: 24px;
      vertical-align: text-bottom; }
      nav .nav-link img:focus, nav .nav-link img:hover {
        filter: invert(7%) sepia(100%) saturate(5458%) hue-rotate(360deg) brightness(91%) contrast(107%); }
  nav a.dropdown-item {
    width: unset;
    position: relative;
    text-decoration: none;
    background: linear-gradient(to right, #005500 0%, #005500 75%, #940101 75%, #940101) no-repeat 0 100%;
    background-size: 100% 2px;
    transition: background-size 400ms;
    background-size: 0 2px; }
    nav a.dropdown-item:hover {
      background-size: 100% 2px; }
  nav .dropdown-menu {
    width: max-content; }
  nav .dropdown:first-of-type > .dropdown-menu {
    left: 0; }
  nav .dropdown:last-of-type > .dropdown-menu {
    right: 0; }
  nav #logo {
    position: relative;
    max-height: 6rem;
    z-index: 1000; }

@media (max-width: 992px) {
  .navbar {
    background-color: #FFFCF8; }

  button.navbar-toggler {
    position: absolute;
    top: 2rem;
    right: 7rem; }

  .navbar-nav {
    position: absolute;
    display: block;
    top: 7rem;
    left: 1vw;
    height: 80vh;
    width: 98vw;
    background-color: #333333;
    padding: 0.75rem; }
    .navbar-nav * {
      background-color: #333333;
      color: white; }
    .navbar-nav .wrapper {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      padding: 3rem; }
      .navbar-nav .wrapper .nav-link {
        font-size: 1em;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        letter-spacing: .015rem;
        text-transform: uppercase;
        font-size: 1.424em;
        padding: 3rem;
        color: white;
        text-align: right; }

  .dropdown-menu {
    border: none; } }
footer {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 1.5rem 0;
  min-height: 10rem;
  background: #333333;
  color: #ffffff; }
  footer p:not(:last-child) {
    margin-bottom: 1rem !important; }
  footer p:last-child {
    margin-bottom: 0 !important; }
  footer .container {
    position: relative;
    height: max-content; }
    footer .container #cottage-shape {
      position: absolute;
      top: -97px;
      right: 0;
      width: 100px;
      height: 100px; }
    footer .container .contact {
      padding-left: 1.75rem; }
      footer .container .contact a {
        color: #ffffff;
        text-decoration: none; }
        footer .container .contact a .fa {
          margin-right: 0; }
        footer .container .contact a:hover {
          text-decoration: underline; }
    footer .container .registration {
      text-align: right; }

a.tag {
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .015rem;
  text-transform: uppercase;
  display: flex;
  padding: 0.375rem 0.75rem;
  align-items: flex-start;
  gap: 0.75rem;
  border-radius: 0.625rem;
  width: max-content;
  color: #FFFCF8;
  text-wrap: nowrap;
  margin: 0.375rem 0; }
  a.tag:hover {
    color: #FFFCF8; }
  a.tag--red {
    background: #940101; }
    a.tag--red:hover {
      background: #A76968; }
  a.tag--green {
    background: #005500; }
    a.tag--green:hover {
      background: #a5ae9d; }
  a.tag--brown {
    background: #5A3F40; }
    a.tag--brown:hover {
      background: #BEA6A0; }
  a.tag--blue {
    background: #005b93; }
    a.tag--blue:hover {
      background: #67A6D1; }
  a.tag--read-more {
    float: left;
    max-width: 100%;
    text-wrap: wrap; }
  a.tag--see-in-projects {
    float: left; }
  a.tag a {
    color: #FFFCF8;
    font-weight: bold; }

.featured_projects {
  padding-left: 0;
  margin-bottom: 3rem;
  list-style: none;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.25rem;
  flex-wrap: wrap; }
  .featured_projects li > a {
    background: #ffffff; }
    .featured_projects li > a:has(.project-thumbnail--NIMS-MDR), .featured_projects li > a:has(.project-thumbnail--oaworks) {
      background-color: #333333 !important; }
  .featured_projects--tag-name {
    text-transform: uppercase;
    font-weight: 700; }

.project-thumbnail {
  background-color: #ffffff !important; }

.landing-page--banner {
  width: 100%;
  border: #940101 solid 3px;
  border-radius: 0.625rem;
  background-color: white;
  text-align: center;
  padding: 1rem;
  margin-bottom: 1rem; }

@media (max-width: 992px) {
  .or24-content .or24-background {
    display: none !important; } }
.or24-content ul {
  padding-left: 0.85rem; }
  .or24-content ul li {
    margin-bottom: 1.5rem; }

.or25-content .or25-background {
  display: flex;
  align-items: stretch; }
  .or25-content .or25-background img {
    height: 100%;
    width: auto;
    object-fit: cover;
    object-position: center;
    display: block; }
  @media (max-width: 992px) {
    .or25-content .or25-background {
      display: none !important; } }
.or25-content ul {
  padding-left: 0.85rem; }
  .or25-content ul li {
    margin-bottom: 1.5rem; }

.homepage .section-links {
  background-color: #ffffff;
  z-index: 5;
  margin-top: -11rem;
  padding: 6rem 2rem 2rem 2rem;
  box-shadow: 0 0 20px -10px #940101; }
  .homepage .section-links #logo {
    position: relative;
    left: -1.25rem;
    top: -5.25rem;
    max-height: 6rem; }
    @media (max-width: 992px) {
      .homepage .section-links #logo {
        display: none; } }
  .homepage .section-links--content .line {
    position: relative;
    height: 4px;
    background: linear-gradient(to right, #005500 0%, #005500 75%, #940101 75%, #940101) no-repeat 0 100%;
    border-radius: 99px;
    width: 75%;
    left: -2rem;
    margin-bottom: 2rem; }
  .homepage .section-links--content .links-container {
    display: flex;
    flex-direction: column; }
    .homepage .section-links--content .links-container .section-link {
      background: none;
      display: flex;
      flex-direction: row;
      align-items: center;
      margin: 1rem 0; }
      .homepage .section-links--content .links-container .section-link--text {
        font-size: 1.802em;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 1.424em;
        line-height: 100%;
        color: #333333;
        text-decoration: none;
        font-weight: 300;
        letter-spacing: 0.225rem;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 1rem;
        text-transform: uppercase; }
        .homepage .section-links--content .links-container .section-link--text_red-on-hover:hover {
          color: #940101; }
        .homepage .section-links--content .links-container .section-link--text_green-on-hover:hover {
          color: #005500; }
      .homepage .section-links--content .links-container .section-link--icon {
        min-width: 4.75rem;
        height: 3.75rem;
        background-repeat: no-repeat;
        background-position: center; }
.homepage .section-clients {
  padding-bottom: 6rem;
  padding-top: 1rem; }
  .homepage .section-clients h2 {
    text-align: center;
    margin-bottom: 3rem; }
  .homepage .section-clients .clients-logos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    transition: opacity .5s ease-in;
    margin: auto;
    max-height: 100%;
    overflow: scroll;
    padding-bottom: 1rem; }
    .homepage .section-clients .clients-logos-container a {
      background: none; }
    .homepage .section-clients .clients-logos-container .clients-logo {
      padding: 1.25rem 1.25rem; }

@media (max-width: 991px) {
  .homepage {
    position: relative;
    background-color: #ffffff;
    padding: 2rem;
    display: flex;
    flex-direction: column; }
    .homepage .section-links {
      position: relative;
      background-color: #ffffff;
      padding: 2rem;
      width: 100%;
      height: auto;
      margin-top: 0;
      margin-bottom: 2rem;
      box-shadow: none;
      z-index: 0; }
    .homepage .section-clients {
      position: relative;
      left: unset;
      padding: 2rem; } }
#oa-logo {
  background-image: url("../images/icons/icon-OA.svg"); }

a.section-link:hover > div#oa-logo {
  background-image: url("../images/icons/icon-OA-hover.svg"); }

#bd-logo {
  background-image: url("../images/icons/icon-BD.svg"); }

a.section-link:hover > div#bd-logo {
  background-image: url("../images/icons/icon-BD-hover.svg"); }

#dr-logo {
  background-image: url("../images/icons/icon-DR.svg"); }

a.section-link:hover > div#dr-logo {
  background-image: url("../images/icons/icon-DR-hover.svg"); }

#dv-logo {
  background-image: url("../images/icons/icon-DV.svg"); }

a.section-link:hover > div#dv-logo {
  background-image: url("../images/icons/icon-DV-hover.svg"); }

@keyframes moveCarousel {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-30rem); } }
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
.about--content {
  position: relative;
  /* Set position to relative for pseudo-element positioning */
  border-right: 1px solid #F4EDE2;
  padding-right: 2rem; }
  .about--content::after {
    content: '';
    /* Required for pseudo-elements */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    /* Adjust the width of the shadow as needed */
    box-shadow: 10px 0 10px -10px #940101;
    /* Adjust the shadow properties as needed */ }
.about .partners,
.about .team {
  margin-bottom: 3rem; }
  .about .partners-profiles,
  .about .team-profiles {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    /* Remove default padding */ }
    .about .partners-profiles ul,
    .about .team-profiles ul {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      list-style: none;
      text-align: left;
      /* Align text to the left */
      max-width: 30%;
      min-width: 200px;
      padding: 0 2rem 2rem 0; }
      .about .partners-profiles ul li,
      .about .team-profiles ul li {
        display: contents; }
        .about .partners-profiles ul li h2,
        .about .team-profiles ul li h2 {
          height: unset; }
    .about .partners-profiles img,
    .about .team-profiles img {
      width: 200px;
      /* Make sure all images take up the full width of their container */
      max-width: 200px;
      /* Ensure the images don't exceed their original size */
      height: auto;
      /* Maintain the aspect ratio of the images */ }
    .about .partners-profiles h2,
    .about .team-profiles h2 {
      margin-bottom: 10px;
      /* Adjust the margin as needed */
      height: 4rem;
      display: table-cell;
      vertical-align: bottom; }
    .about .partners-profiles ul > li > h2:first-of-type,
    .about .team-profiles ul > li > h2:first-of-type {
      margin-bottom: 0 !important; }
    .about .partners-profiles ul > li > h2:not(:first-of-type),
    .about .team-profiles ul > li > h2:not(:first-of-type) {
      margin-bottom: 1rem !important; }
.about .team-profiles {
  flex-wrap: wrap; }
.about .registration {
  text-align: right; }

.related_technologies {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 1rem;
  margin-bottom: 3rem; }

.technologies-browser {
  list-style: none;
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
  gap: 0.375rem;
  padding-left: calc(-1 * 0.375rem);
  margin-bottom: 3rem; }
  .technologies-browser .technology {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.375rem 0.375rem 0; }
    .technologies-browser .technology.active {
      position: relative;
      text-decoration: none;
      background: linear-gradient(to right, #005500 0%, #005500 75%, #940101 75%, #940101) no-repeat 0 100%;
      background-size: 100% 2px; }
      .technologies-browser .technology.active a {
        font-weight: 700; }
    .technologies-browser .technology a {
      font-size: 1em;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 400;
      letter-spacing: .015rem;
      text-transform: uppercase;
      position: relative;
      text-decoration: none;
      background: linear-gradient(to right, #005500 0%, #005500 75%, #940101 75%, #940101) no-repeat 0 100%;
      background-size: 100% 2px;
      transition: background-size 400ms;
      background-size: 0 2px;
      color: #5A3F40; }
      .technologies-browser .technology a:hover {
        background-size: 100% 2px; }

.explore-more--content {
  position: relative;
  /* Set position to relative for pseudo-element positioning */ }
  .explore-more--content::before {
    content: '';
    /* Required for pseudo-elements */
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    width: 30px;
    /* Adjust the width of the shadow as needed */
    box-shadow: -10px 0 10px -10px #940101;
    /* Adjust the shadow properties as needed */ }
.explore-more--section {
  overflow: hidden; }
  .explore-more--section a {
    margin-top: 1rem; }

.event-page h1, .event-page a.icon-link {
  display: inline-block;
  vertical-align: middle; }
.event-page a.icon-link {
  height: 1.5rem;
  width: 1.5rem;
  background: none; }
  .event-page a.icon-link i {
    display: block;
    color: inherit; }
    .event-page a.icon-link i:hover {
      color: #940101; }

.project-page {
  margin-top: -3rem; }
  .project-page--section {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    padding: 1.5rem 0;
    align-items: flex-start; }
    @media (max-width: 992px) {
      .project-page--section {
        flex-direction: column; } }
    .project-page--section a {
      position: relative;
      text-decoration: none;
      color: #333333;
      background: linear-gradient(to right, #333333, #333333), linear-gradient(to right, #005500 0%, #005500 75%, #940101 75%, #940101);
      background-size: 100% 1px, 0 2px;
      background-position: 100% 100%, 0 100%;
      background-repeat: no-repeat;
      transition: background-size 400ms;
      color: #333333; }
      .project-page--section a:hover {
        background-size: 0 1px, 100% 2px; }
    .project-page--section .thumbnail {
      display: block;
      box-shadow: none;
      background: none;
      width: unset;
      height: unset;
      aspect-ratio: 1 / 1; }
      .project-page--section .thumbnail:has(.project-thumbnail--NIMS-MDR), .project-page--section .thumbnail:has(.project-thumbnail--oaworks) {
        clip-path: inset(20% 0 20% 0);
        background-color: #333333 !important; }
    .project-page--section .icon {
      padding-right: 0.75rem; }
    .project-page--section--text {
      flex-basis: 50%;
      padding: 0.75rem 1.5rem; }
      .project-page--section--text.red {
        border-left: 5px solid #940101; }
        .project-page--section--text.red h2 {
          color: #940101; }
      .project-page--section--text.green {
        border-left: 5px solid #005500; }
        .project-page--section--text.green h2 {
          color: #005500; }
      .project-page--section--text.brown {
        border-left: 5px solid #5A3F40; }
        .project-page--section--text.brown h2 {
          color: #5A3F40; }
    .project-page--section--screenshot {
      flex-grow: 1;
      border-radius: 0.625rem;
      box-shadow: 0px 4px 4px 0px rgba(96, 62, 31, 0.25);
      width: 600px; }
  .project-page--intro {
    align-items: center; }
  .project-page #project-screenshot--NGLP--1,
  .project-page #project-screenshot--NGLP--2 {
    height: 400px;
    object-fit: cover;
    object-position: top; }
  .project-page #project-screenshot--NGLP--3 {
    height: 400px;
    object-fit: cover;
    object-position: bottom; }

#background {
  position: absolute;
  right: 20rem;
  top: 10rem;
  z-index: -1;
  opacity: 0.5; }

/*# sourceMappingURL=main.css.map */
