@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.container {
  width: 91%;
  max-width: 1600px;
  margin: 0 auto !important;
}

@media (min-width: 450px) and (max-width: 10000px) {
  .hideWeb {
    display: none !important;
  }
}

@media only screen and (max-width: 966px) {
  .preloader-bg .greg-logo {
    margin-top: 40vh !important;
  }
  .preloader-bg .sk-cube-grid {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 700px) and (max-width: 1360px) {
  .preloader-bg .greg-logo {
    margin-top: 30vh !important;
  }
}

.preloader-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: white;
}

.preloader-bg .greg-logo {
  margin: 35vh auto auto auto;
  display: block;
}

.preloader-bg .sk-cube-grid {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 50px;
  height: 50px;
  margin: auto;
  background: white;
}

.preloader-bg .sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #03A9F4;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.preloader-bg .sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader-bg .sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader-bg .sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader-bg .sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader-bg .sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader-bg .sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader-bg .sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.preloader-bg .sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader-bg .sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@media (min-width: 450px) and (max-width: 10000px) {
  .ham {
    display: none;
  }
}

nav {
  height: 124px;
  background: #F1F1F1;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid #e0e0e0;
}

nav .navbarItems {
  width: 91%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .greg-logo {
  margin-right: auto;
  width: 211px;
  padding: .5rem;
}

nav .navLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .navLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

nav .navLinks ul li {
  padding: 0 1.5rem;
  list-style: none;
}

nav .navLinks ul li a {
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  color: #000;
}

nav .navLinks ul li a:hover {
  color: #03A9F4;
}

nav .lang-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .lang-switch .en-lang,
nav .lang-switch .al-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.5rem;
}

nav .lang-switch .en-lang a,
nav .lang-switch .al-lang a {
  text-decoration: none;
  color: #000;
}

.arrow-backToTop {
  -webkit-animation: backToTop 2s linear infinite;
          animation: backToTop 2s linear infinite;
}

.backToTop {
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: fixed;
  right: 1%;
  bottom: 50px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 900;
  padding: 1rem 1rem;
  border-radius: 50px;
  border: 2px solid #03A9F4;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 10;
  width: 50px;
  display: flex;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: white;
  cursor: pointer !important;
  text-decoration: none;
  color: #0D0D0D;
  -webkit-tap-highlight-color: transparent;
}

.active {
  outline: none;
  visibility: visible !important;
  opacity: 1;
}

@-webkit-keyframes backToTop {
  0% {
    opacity: 1;
  }
  25% {
    -webkit-transform: translate(30%);
            transform: translate(30%);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: translate(0%);
            transform: translate(0%);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(30%);
            transform: translate(30%);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0%);
            transform: translate(0%);
    opacity: 1;
  }
}

@keyframes backToTop {
  0% {
    opacity: 1;
  }
  25% {
    -webkit-transform: translate(30%);
            transform: translate(30%);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: translate(0%);
            transform: translate(0%);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(30%);
            transform: translate(30%);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0%);
            transform: translate(0%);
    opacity: 1;
  }
}

#showcaseDiv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Open Sans", sans-serif;
  background: url("../images/GregWeb.png") no-repeat center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  max-height: 1250px;
  padding-left: 2em;
  padding-right: 2em;
  max-width: 1920px;
  margin-bottom: 5rem !important;
}

.mySwiper {
  width: 100%;
  padding: 50px 0 !important;
  text-align: center;
}

.mySwiper .swiper-slide {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mySwiper .swiper-slide-visible {
  -webkit-animation: swiperShowcase 1.5s;
          animation: swiperShowcase 1.5s;
}

.mySwiper .swiper-container {
  cursor: default;
  max-height: 1400px;
  position: relative;
}

.mySwiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5rem;
  text-align: center;
}

.mySwiper .swiper-slide h1 {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: white;
  text-align: center;
  font-size: 80px;
  margin-bottom: 2rem;
}

.mySwiper .swiper-slide p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 400;
  color: white;
  text-align: center;
  line-height: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.mySwiper .swiper-slide .consulting {
  width: 100%;
  text-align: left;
}

.mySwiper .swiper-pagination {
  width: 100% !important;
  pointer-events: all !important;
  z-index: 998;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  text-align: center !important;
  gap: 0.5rem;
  bottom: 210px !important;
}

.mySwiper .swiper-pagination-bullet {
  z-index: 999;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  opacity: 1 !important;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  pointer-events: auto !important;
  background: white !important;
  padding: 0.1rem;
  width: 40px;
  height: 2px !important;
  border-radius: 500px !important;
}

.mySwiper .swiper-pagination-bullet:hover {
  background: #03A9F4 !important;
}

.mySwiper .swiper-pagination-bullet-active {
  -webkit-tap-highlight-color: transparent;
  background: #03A9F4 !important;
  width: 55px;
  height: 20px;
  border-radius: 500px !important;
}

.mySwiper .swiper-pagination-bullets-dynamic {
  left: 46% !important;
}

@-webkit-keyframes swiperShowcase {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.3;
  }
  30% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes swiperShowcase {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.3;
  }
  30% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

#OurSolution {
  z-index: 999;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 8rem !important;
}

#OurSolution .OurSolutionHeader {
  padding: 2rem 0;
}

#OurSolution .OurSolutionHeader h1 {
  font-size: 70px;
  padding: 2rem 0;
  font-weight: 500;
}

#OurSolution .OurSolutionHeader h4 {
  font-weight: 400;
  font-size: 60px;
  margin-top: 8rem;
  padding-bottom: 0.5rem;
}

#OurSolution .OurSolutionSubHeader {
  padding-bottom: 2rem;
}

#OurSolution .OurSolutionSubHeader p {
  font-size: 30px;
  font-weight: 400;
  line-height: 3rem;
}

#OurSolution .OurSolutionSubHeader a {
  text-decoration: none;
  color: #03A9F4;
}

#OurSolution #currentSituationGregDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  padding-bottom: 5rem;
  padding-top: 3rem;
}

#OurSolution #currentSituationGregDiv .currentSituationDiv {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#OurSolution #currentSituationGregDiv .currentSituationDiv h2 {
  padding-bottom: 2rem;
  letter-spacing: 3px;
  text-align: left;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0D0D0D;
}

#OurSolution #currentSituationGregDiv .currentSituationDiv p {
  padding: 1rem 0;
  line-height: 3rem;
  font-size: 30px;
  text-align: left;
  color: #31302F;
  font-weight: 400;
}

#OurSolution .gregDiv {
  width: 54%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#OurSolution .gregDiv h2 {
  padding-bottom: 2rem;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  width: 100%;
  text-align: left;
}

#OurSolution .gregPar p {
  padding: 1rem 0;
  font-size: 30px;
  font-weight: 400;
  color: #31302F;
  line-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#OurSolution .gregPar li {
  line-height: 3rem;
  padding: 1rem 0;
  color: #31302F;
  font-size: 30px;
  text-align: left;
  list-style: none;
  font-weight: 400;
}

#OurSolution .gregPar li::before {
  content: "";
  background-image: url(../images/check.svg);
  margin-right: .4rem;
  position: relative;
  display: inline-block;
  position: relative;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

#OurSolution .solutionFooter {
  width: 90%;
}

#OurSolution p {
  padding: 1rem 0 0 0;
  line-height: 3rem;
  color: #010101;
  font-size: 30px;
  font-weight: 400;
}

#gregModules {
  font-family: "Open Sans", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8rem !important;
}

#gregModules .gregModulesHeader {
  text-align: center;
  margin: 4rem 0;
}

#gregModules .gregModulesHeader h1 {
  font-size: 60px;
  font-weight: 500;
}

#gregModules .coreAndAdvancedDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  border-radius: 5px;
}

#gregModules .coreAndAdvancedDiv .coreDiv {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

#gregModules .coreAndAdvancedDiv .coreDiv .coreHeader {
  width: 100%;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #0d0d0d;
  color: white;
  height: 180px;
}

#gregModules .coreAndAdvancedDiv .coreDiv .coreHeader h2 {
  font-size: 35px;
  font-weight: 400;
}

#gregModules .coreAndAdvancedDiv .coreDiv .coreList {
  padding: 2rem;
  background: #f9f9f9;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#gregModules .coreAndAdvancedDiv .coreDiv .coreList li {
  height: 60px;
  padding: 1rem 0;
  list-style: none;
  color: #03A9F4;
  font-weight: 300;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gregModules .coreAndAdvancedDiv .coreDiv .coreList li a {
  font-size: 25px;
  text-decoration: none;
  color: #03A9F4;
  font-weight: bolder;
}

#gregModules .coreAndAdvancedDiv .advancedDiv {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  background: #f9f9f9;
}

#gregModules .coreAndAdvancedDiv .advancedDiv .advancedHeader {
  background: #f2f2f2;
  width: 100%;
  height: 180px;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#gregModules .coreAndAdvancedDiv .advancedDiv .advancedHeader h1 {
  margin-bottom: 1rem;
}

#gregModules .coreAndAdvancedDiv .advancedDiv .advancedHeader h2 {
  font-size: 35px;
  font-weight: 400;
  padding-bottom: 1rem;
}

#gregModules .coreAndAdvancedDiv .advancedDiv .advancedHeader .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

#gregModules .coreAndAdvancedDiv .advancedDiv .advancedHeader .buttons-container button {
  font-size: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 5px;
  padding: 1rem 0;
  width: 25%;
  background: transparent;
  border: 1px solid #a8aaa7;
}

#gregModules .coreAndAdvancedDiv .advancedDiv .advancedList {
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #0D0D0D;
}

#gregModules .coreAndAdvancedDiv .advancedDiv .advancedList li {
  list-style: none;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gregModules .coreAndAdvancedDiv .advancedDiv .advancedList .xbrlList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#gregModules .coreAndAdvancedDiv .advancedDiv .advancedList .validationList {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gregModules .coreAndAdvancedDiv .advancedDiv .advancedList .collateralList {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gregModules .coreAndAdvancedDiv .advancedDiv .advancedList .dashboardAnalyticsList {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gregModules .coreAndAdvancedDiv .advancedDiv .listbuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}

#gregModules .gregModulesFooter p {
  font-size: 20px;
  padding: 2rem 0;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

#gregModules .demoBtn {
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 1rem 0;
  margin: 1rem auto 4rem auto;
  width: 336px;
  height: 78px;
  border: 2px solid #0D0D0D;
  font-size: larger;
  background: #0D0D0D;
  border-radius: 5px;
  outline: none;
  font-weight: bolder;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: white;
}

#gregModules .demoBtn:hover {
  border: 2px solid #0D0D0D !important;
  background: transparent;
  color: #0D0D0D;
}

#gregModules .demoBtn:hover a {
  color: #0D0D0D;
}

#technologyStackDiv {
  margin-bottom: 8rem !important;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

#technologyStackDiv p {
  padding: .5rem 0;
}

#technologyStackDiv .technologyStackHeader {
  margin: 2rem 0 5rem 0;
}

#technologyStackDiv .technologyStackHeader h1 {
  padding-bottom: 2rem;
  font-size: 70px;
  font-weight: 500;
}

#technologyStackDiv .technologyStackHeader h4 {
  padding-bottom: 0.5rem;
  font-size: larger;
}

#technologyStackDiv .stacks {
  padding-bottom: 2rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9rem;
}

#technologyStackDiv .fullOpenSourceHeader p {
  font-weight: bolder;
  padding: 2rem 0;
}

#technologyStackDiv #fullMicrosoftDiv {
  width: 42%;
}

#technologyStackDiv #fullMicrosoftDiv h2 {
  padding-bottom: 3rem;
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#technologyStackDiv #fullMicrosoftDiv .fullMicrosoftPar {
  padding-top: 2.6rem;
}

#technologyStackDiv #fullMicrosoftDiv .fullMicrosoftPar li {
  line-height: 3rem;
  padding-bottom: 3rem;
  font-size: 30px;
  list-style: none;
  color: #31302F;
  text-align: left;
  color: #31302F;
  font-weight: 400;
}

#technologyStackDiv #fullMicrosoftDiv .fullMicrosoftPar li::before {
  content: "";
  background-image: url(../images/check.svg);
  margin-right: .4rem;
  position: relative;
  display: inline-block;
  position: relative;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

#technologyStackDiv #fullMicrosoftDiv .fullOpenSourcePar h2 {
  letter-spacing: 3px;
}

#technologyStackDiv #fullMicrosoftDiv .fullOpenSourcePar li {
  line-height: 3rem;
  font-weight: 400;
  padding-bottom: 3rem;
  font-size: 30px;
  list-style: none;
  color: #31302F;
  text-align: left;
}

#technologyStackDiv #fullMicrosoftDiv .fullOpenSourcePar li::before {
  content: "";
  background-image: url(../images/check.svg);
  margin-right: .4rem;
  position: relative;
  display: inline-block;
  position: relative;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

#technologyStackDiv #fullOpenSourceDiv {
  width: 50%;
}

#technologyStackDiv #fullOpenSourceDiv h2 {
  padding-bottom: 3rem;
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#technologyStackDiv #fullOpenSourceDiv .fullMicrosoftPar {
  padding-top: 2.6rem;
}

#technologyStackDiv #fullOpenSourceDiv .fullMicrosoftPar li {
  line-height: 3rem;
  padding-bottom: 3rem;
  font-size: 30px;
  list-style: none;
  color: #31302F;
  text-align: left;
  color: #31302F;
  font-weight: 400;
}

#technologyStackDiv #fullOpenSourceDiv .fullMicrosoftPar li::before {
  content: "";
  background-image: url(../images/check.svg);
  margin-right: .4rem;
  position: relative;
  display: inline-block;
  position: relative;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

#technologyStackDiv #fullOpenSourceDiv .fullOpenSourcePar h2 {
  letter-spacing: 3px;
}

#technologyStackDiv #fullOpenSourceDiv .fullOpenSourcePar li {
  line-height: 3rem;
  font-weight: 400;
  padding-bottom: 3rem;
  font-size: 30px;
  list-style: none;
  color: #31302F;
  text-align: left;
}

#technologyStackDiv #fullOpenSourceDiv .fullOpenSourcePar li::before {
  content: "";
  background-image: url(../images/check.svg);
  margin-right: .4rem;
  position: relative;
  display: inline-block;
  position: relative;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

#technologyStackDiv .stacksFooter p {
  font-size: 29px;
  font-weight: 400;
}

#securityDiv {
  margin-bottom: 8rem;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

#securityDiv p {
  font-weight: bolder;
  padding: 1rem 0 2rem 0;
}

#securityDiv .securityHeader {
  padding: 2rem 0 5rem 0;
}

#securityDiv .securityHeader h4 {
  letter-spacing: 3px;
  color: #0D0D0D;
  padding-bottom: 0.5rem;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

#securityDiv .securityHeader h1 {
  padding-bottom: 1rem;
  font-size: 70px;
  font-weight: 500;
  color: #0D0D0D;
}

#securityDiv .securityHeader p {
  color: #0D0D0D;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

#securityDiv .securityLeftRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}

#securityDiv .securityPar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#securityDiv .securityPar li {
  padding: 1rem 0 3rem 0;
  font-weight: 400;
}

#securityDiv .securityLeft {
  width: 50%;
}

#securityDiv .securityLeft .securityPar li {
  line-height: 3rem;
  color: #31302F;
  list-style: none;
  text-align: left;
  font-size: 30px;
  font-weight: 400;
}

#securityDiv .securityLeft .securityPar li::before {
  content: "";
  background-image: url(../images/check.svg);
  margin-right: .4rem;
  position: relative;
  display: inline-block;
  position: relative;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

#securityDiv .securityRight {
  width: 50%;
}

#securityDiv .securityRight .securityPar li {
  line-height: 3rem;
  color: #31302F;
  list-style: none;
  text-align: left;
  font-size: 30px;
  font-weight: 500;
}

#securityDiv .securityRight .securityPar li::before {
  content: "";
  background-image: url(../images/check.svg);
  margin-right: .4rem;
  position: relative;
  display: inline-block;
  position: relative;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.dataAndSolutionDiv {
  margin-bottom: 8rem;
}

.dataAndSolutionDiv .dataAndSolutionHeader {
  padding-bottom: 5rem;
  text-align: center;
}

.dataAndSolutionDiv .dataAndSolutionHeader h1 {
  font-size: 70px;
  font-weight: 500;
  color: #0D0D0D;
}

.dataAndSolutionDiv .dataAndSolutionHeader h4 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 2rem 0;
}

.dataAndSolutionDiv .dataAndSolutionContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}

.dataAndSolutionDiv .dataAndSolutionContent .dataAndSolutionHeaders {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}

.dataAndSolutionDiv .dataAndSolutionContent .dataAndSolutionHeaders h4 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
}

.dataAndSolutionDiv .dataAndSolutionContent .dataAndSolutionList li {
  line-height: 3rem;
  font-weight: 400;
  list-style: none;
  padding: 1.4rem 0;
  font-size: 30px;
  color: #31302F;
}

.dataAndSolutionDiv .dataAndSolutionContent .dataAndSolutionList li::before {
  content: "";
  background-image: url(../images/check.svg);
  margin-right: .4rem;
  position: relative;
  display: inline-block;
  position: relative;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.dataAndSolutionContentMobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  text-align: center;
}

.dataAndSolutionContentMobile h1 {
  font-size: 70px;
  font-weight: 500;
  color: #0D0D0D;
}

.dataAndSolutionContentMobile h4 {
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: 600;
  padding: 1rem;
}

.dataAndSolutionContentMobile li {
  list-style: none;
  padding-bottom: 1rem;
  font-weight: 300;
}

.dataAndSolutionContentMobile li::before {
  content: "";
  background-image: url(../images/check.svg);
  margin-right: .4rem;
  position: relative;
  display: inline-block;
  position: relative;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.cloudConsiderationsDiv {
  margin-bottom: 8rem;
}

.cloudConsiderationsDiv .cloudConsiderationsHeader {
  text-align: center;
  margin-bottom: 5rem;
}

.cloudConsiderationsDiv .cloudConsiderationsHeader h1 {
  font-size: 70px;
  font-weight: 500;
  padding-bottom: 2rem;
}

.cloudConsiderationsDiv .cloudConsiderationsLeftRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}

.cloudConsiderationsDiv .cloudConsiderationsLeftRight li {
  font-weight: 400;
  padding-bottom: 2rem;
  font-size: 30px;
  color: #31302F;
}

.cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsLeft {
  width: 50%;
}

.cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsLeft h2 {
  padding-bottom: 3rem;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsLeft .list-WithIcon {
  list-style: none;
  line-height: 3rem;
}

.cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsLeft .list-WithIcon::before {
  content: "";
  background-image: url(../images/check.svg);
  margin-right: .4rem;
  position: relative;
  display: inline-block;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsLeft .list-WithIcon ul {
  padding-top: 2rem;
}

.cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsLeft .list-noIcon {
  padding-top: .5rem;
  padding-left: 3rem;
  list-style: none;
}

.cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsLeft .list-noIcon::before {
  content: " - ";
}

.cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsRight {
  width: 50%;
}

.cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsRight ul {
  padding-top: 2.5rem;
}

.cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsRight h2 {
  padding-bottom: 3rem;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsRight .list-WithIcon {
  list-style: none;
  line-height: 3rem;
}

.cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsRight .list-WithIcon::before {
  content: "";
  background-image: url(../images/check.svg);
  margin-right: .4rem;
  position: relative;
  display: inline-block;
  position: relative;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsRight .list-WithIcon ul {
  padding-top: 2rem;
}

.cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsRight .list-noIcon {
  padding-top: .5rem;
  padding-left: 3rem;
  list-style: none;
}

.cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsRight .list-noIcon::before {
  content: " - ";
}

#ourPartners {
  margin-bottom: 10rem !important;
}

#ourPartners .ourPartnersHeader {
  text-align: center;
  margin-bottom: 5rem;
}

#ourPartners .ourPartnersHeader h1 {
  font-size: 70px;
  font-weight: 500;
  padding-bottom: 2rem;
}

#ourPartners .partnersDiv {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem;
}

#ourPartners .partnersDiv .azettaDiv h2 {
  margin-bottom: 8rem;
  color: #03A9F4;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

#ourPartners .partnersDiv .azettaDiv img {
  max-width: 100%;
  display: block;
  margin: 3rem auto 5rem auto;
}

#ourPartners .partnersDiv .azettaDiv p {
  line-height: 3rem;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #31302F;
}

#ourPartners .partnersDiv .rajahblueDiv h2 {
  color: #03A9F4;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

#ourPartners .partnersDiv .rajahblueDiv img {
  max-width: 100%;
  display: block;
  margin: 3rem auto;
}

#ourPartners .partnersDiv .rajahblueDiv p {
  line-height: 3rem;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #31302F;
}

#ourPartners .partnersDiv .mambuDiv h2 {
  margin-bottom: 10rem;
  color: #03A9F4;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

#ourPartners .partnersDiv .mambuDiv img {
  max-width: 100%;
  display: block;
  margin: 3rem auto 5.5rem auto;
}

#ourPartners .partnersDiv .mambuDiv p {
  line-height: 3rem;
  font-weight: 400;
  padding-top: 0.1rem;
  font-size: 30px;
  text-align: center;
  color: #31302F;
}

#howWeWork {
  margin-bottom: 10rem !important;
}

#howWeWork .howWeWorkHeader {
  text-align: center;
  margin-bottom: 5rem;
}

#howWeWork .howWeWorkHeader h4 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
}

#howWeWork .howWeWorkHeader h1 {
  padding: 2rem 0;
  font-size: 70px;
  font-weight: 500;
}

.timelineHdr1 {
  color: #03A9F4;
  text-align: center;
  font-size: 30px;
}

.timelineHdr1 h4 {
  font-weight: 400;
}

.timelineHdr2 {
  margin: 5rem 0 3rem 0;
  color: #03A9F4;
  text-align: center;
  font-size: 30px;
}

.timelineHdr2 h4 {
  font-weight: 400;
  margin-bottom: -2rem;
}

.timelineHdr3 {
  margin: 5rem 0 3rem 0;
  color: #03A9F4;
  text-align: center;
  font-size: 30px;
}

.timelineHdr3 h4 {
  font-weight: 400;
  margin-bottom: -2rem;
}

.timeline-area {
  position: relative;
  margin: 20px auto;
  width: 60%;
  border-left: 2px solid #0d0d0d;
  padding: 0 20px 0 50px;
}

.timeline-area .timeline {
  height: 227px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline-area .timeline p {
  z-index: 999;
}

.timeline-area .timeline .card {
  position: absolute;
}

.timeline-area .timeline.timeline1 {
  gap: 2rem;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.timeline-area .timeline.timeline1::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #179B49;
  border: 5px solid #b9d9c5;
  position: absolute;
  top: 103px;
  left: -62px;
}

.timeline-area .timeline.timeline1 p {
  font-size: 30px;
}

.timeline-area .timeline.timeline1 p:first-child {
  color: #179B49;
}

.timeline-area .timeline.timeline1 .week {
  position: absolute;
  left: -200px;
}

.timeline-area .timeline.timeline1 .week p {
  color: #0d0d0d;
}

.timeline-area .timeline.timeline2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.timeline-area .timeline.timeline2::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #03A9F4;
  border: 3px solid #c0dce8;
  position: absolute;
  top: 103px;
  left: -61px;
}

.timeline-area .timeline.timeline2 .week {
  top: 87px;
  position: absolute;
  left: -200px;
}

.timeline-area .timeline.timeline2 .week p {
  color: #0d0d0d;
}

.timeline-area .timeline.timeline2 p {
  font-size: 30px;
}

.timeline-area .timeline.timeline4 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.timeline-area .timeline.timeline4::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #03A9F4;
  border: 3px solid #c0dce8;
  position: absolute;
  top: 103px;
  left: -61px;
}

.timeline-area .timeline.timeline4 .week {
  top: 87px;
  position: absolute;
  left: -200px;
}

.timeline-area .timeline.timeline4 .week p {
  color: #0d0d0d;
}

.timeline-area .timeline.timeline4 p {
  text-align: center;
  font-size: 30px;
}

.timeline-area .timeline.timeline7 {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.timeline-area .timeline.timeline7::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #03A9F4;
  border: 3px solid #c0dce8;
  position: absolute;
  top: 103px;
  left: -61px;
}

.timeline-area .timeline.timeline7 .week {
  top: 87px;
  position: absolute;
  left: -200px;
}

.timeline-area .timeline.timeline7 .week p {
  color: #0d0d0d;
}

.timeline-area .timeline.timeline7 p {
  line-height: 3rem;
  font-size: 30px;
}

.timeline-area .timeline.timeline8 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.timeline-area .timeline.timeline8::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #03A9F4;
  border: 3px solid #c0dce8;
  position: absolute;
  top: 103px;
  left: -61px;
}

.timeline-area .timeline.timeline8 .week {
  top: 87px;
  position: absolute;
  left: -200px;
}

.timeline-area .timeline.timeline8 .week p {
  color: #0d0d0d;
}

.timeline-area .timeline.timeline8 p {
  font-size: 30px;
}

.timeline-area2 {
  position: relative;
  margin: 20px auto;
  width: 60%;
  border-left: 2px solid #0d0d0d;
  padding: 0 20px 0 50px;
}

.timeline-area2 .card {
  position: absolute;
}

.timeline-area2 p {
  z-index: 999;
}

.timeline-area2 .timeline1 {
  height: 227px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.timeline-area2 .timeline1::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #179B49;
  border: 5px solid #b9d9c5;
  position: absolute;
  top: 103px;
  left: -62px;
}

.timeline-area2 .timeline1 p {
  font-size: 30px;
}

.timeline-area2 .timeline1 p:first-child {
  color: #179B49;
}

.timeline-area2 .timeline1 .week {
  position: absolute;
  left: -200px;
}

.timeline-area2 .timeline1 .week p {
  color: #0d0d0d;
}

.timeline-area2 .timeline2 {
  height: 227px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.timeline-area2 .timeline2::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #03A9F4;
  border: 3px solid #c0dce8;
  position: absolute;
  top: 103px;
  left: -61px;
}

.timeline-area2 .timeline2 .week {
  position: absolute;
  left: -200px;
  top: 180px;
}

.timeline-area2 .timeline2 .week p {
  color: #0d0d0d;
}

.timeline-area2 .timeline2 p {
  font-size: 30px;
}

.timeline-area2 .timeline4 {
  height: 227px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.timeline-area2 .timeline4::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #03A9F4;
  border: 3px solid #c0dce8;
  position: absolute;
  top: 103px;
  left: -61px;
}

.timeline-area2 .timeline4 .week {
  position: absolute;
  left: -200px;
}

.timeline-area2 .timeline4 .week p {
  color: #0d0d0d;
}

.timeline-area2 .timeline4 p {
  line-height: 3rem;
  text-align: center;
  font-size: 30px;
}

.timeline-area2 .timeline7 {
  text-align: center;
  height: 227px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.timeline-area2 .timeline7::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #03A9F4;
  border: 3px solid #c0dce8;
  position: absolute;
  top: 103px;
  left: -61px;
}

.timeline-area2 .timeline7 .week {
  position: absolute;
  left: -200px;
}

.timeline-area2 .timeline7 .week p {
  color: #0d0d0d;
}

.timeline-area2 .timeline7 p {
  font-size: 30px;
}

.timeline-area2 .timeline8 {
  height: 227px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
  position: relative;
  top: -85px;
}

.timeline-area2 .timeline8::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #03A9F4;
  border: 3px solid #c0dce8;
  position: absolute;
  top: 103px;
  left: -61px;
}

.timeline-area2 .timeline8 .week {
  top: 87px;
  position: absolute;
  left: -200px;
}

.timeline-area2 .timeline8 .week p {
  color: #0d0d0d;
}

.timeline-area2 .timeline8 p {
  font-size: 30px;
}

.timeline2Footer {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-right: auto;
  margin-left: auto;
  width: 70%;
  text-align: center;
  border: 2px solid #31302f;
  padding: 1rem;
  border-radius: 10px;
  font-size: 30px;
}

.timeline-area3 {
  position: relative;
  margin: 20px auto;
  width: 60%;
  border-left: 2px solid #0d0d0d;
  padding: 0 20px 0 50px;
}

.timeline-area3 .card {
  position: absolute;
}

.timeline-area3 p {
  z-index: 999;
}

.timeline-area3 .timeline1 {
  height: 227px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.timeline-area3 .timeline1::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #179B49;
  border: 5px solid #b9d9c5;
  position: absolute;
  top: 103px;
  left: -62px;
}

.timeline-area3 .timeline1 p {
  font-size: 30px;
}

.timeline-area3 .timeline1 p:first-child {
  color: #179B49;
}

.timeline-area3 .timeline1 .week {
  position: absolute;
  left: -200px;
}

.timeline-area3 .timeline1 .week p {
  color: #0d0d0d;
}

.timeline-area3 .timeline2 {
  height: 227px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.timeline-area3 .timeline2::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #03A9F4;
  border: 3px solid #c0dce8;
  position: absolute;
  top: 103px;
  left: -61px;
}

.timeline-area3 .timeline2 .week {
  top: 87px;
  position: absolute;
  left: -200px;
}

.timeline-area3 .timeline2 .week p {
  color: #0d0d0d;
}

.timeline-area3 .timeline2 p {
  font-size: 30px;
}

.timeline3Footer {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-right: auto;
  margin-left: auto;
  width: 70%;
  text-align: center;
  border: 2px solid #31302f;
  padding: 1rem;
  border-radius: 10px;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 116px;
}

@media only screen and (max-width: 768px) {
  .timeline-area .timeline {
    height: 70px;
  }
  .timeline-area .timeline1::before {
    top: 24px !important;
  }
  .timeline-area .timeline2::after {
    top: 16px !important;
  }
  .timeline-area .timeline2::before {
    top: 24px !important;
  }
  .timeline-area .timeline4::after {
    top: 16px !important;
  }
  .timeline-area .timeline4::before {
    top: 24px !important;
  }
  .timeline-area .timeline7::after {
    top: 16px !important;
  }
  .timeline-area .timeline7::before {
    top: 24px !important;
  }
  .timeline-area .timeline8::after {
    top: 16px !important;
  }
  .timeline-area .timeline8::before {
    top: 24px !important;
  }
  .timelineHdr2 h4 {
    font-size: 18px;
  }
  .timeline-area2 .timeline {
    height: 70px;
  }
  .timeline-area2 .timeline1::before {
    top: 24px;
  }
  .timeline-area2 .timeline2::after {
    top: 16px;
  }
  .timeline-area2 .timeline2::before {
    top: 24px;
  }
  .timeline-area2 .timeline4::after {
    top: 16px;
  }
  .timeline-area2 .timeline4::before {
    top: 24px;
  }
  .timeline-area2 .timeline7::after {
    top: 16px;
  }
  .timeline-area2 .timeline7::before {
    top: 24px;
  }
  .timeline-area2 .timeline8::after {
    top: 16px;
  }
  .timeline-area2 .timeline8::before {
    top: 24px;
  }
  .timeline-area2 .timeline8 {
    top: 0;
  }
  .timelineHdr3 h4 {
    font-size: 18px;
  }
  .timeline-area3 .timeline {
    height: 70px;
  }
  .timeline-area3 .timeline1::before {
    top: 24px;
  }
  .timeline-area3 .timeline2::after {
    top: 16px;
  }
  .timeline-area3 .timeline2::before {
    top: 24px;
  }
}

#referenceAndPresence {
  margin-bottom: 10rem !important;
}

#referenceAndPresence .referenceAndPresenceHeader {
  text-align: center;
  margin-bottom: 5rem;
}

#referenceAndPresence .referenceAndPresenceHeader h1 {
  font-weight: 500;
  padding-bottom: 2rem;
  font-size: 70px;
}

#referenceAndPresence .harta {
  width: 100%;
  margin: 0 auto 5rem auto;
  height: auto;
  max-width: 1720px;
}

#referenceAndPresence .harta .hartaImg.shown {
  width: 70%;
  display: block;
  margin: 0 auto 5rem auto;
  height: auto;
  max-width: 1720px;
}

#referenceAndPresence .harta .hartaImg.shown img {
  max-width: 1720px;
  width: 70%;
  display: block;
  margin: 0 auto;
}

#referenceAndPresence .harta img {
  max-width: 1720px;
  width: 70%;
  display: block;
  margin: 0 auto;
}

#referenceAndPresence p {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 1rem;
}

#referenceAndPresence p:first-of-type {
  line-height: 3rem;
  padding-bottom: 3rem;
}

#referenceAndPresence .societe_generale-logo {
  display: block;
  margin: 5rem auto;
}

#referenceAndPresence .referenceAndPresenceFooter h4 {
  padding-bottom: 1rem;
  color: #03A9F4;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

#referenceAndPresence .referenceAndPresenceFooter p {
  color: #31302F;
}

#referenceAndPresence .referenceAndPresenceFooter p::before {
  content: "";
  background-image: url(../images/check.svg);
  margin-right: 0.4rem;
  position: relative;
  display: inline-block;
  position: relative;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

#joinUs {
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 5rem !important;
}

#joinUs .joinUsHeader {
  margin-bottom: 5rem;
}

#joinUs .joinUsHeader h4 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
}

#joinUs .joinUsHeader h1 {
  padding: 2rem 0;
  position: relative;
  font-weight: 400;
  font-size: 70px;
  font-family: "Open Sans", sans-serif;
}

#joinUs h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

#joinUs a {
  text-decoration: none;
  color: #179B49;
}

#joinUs .joinUsCards {
  margin-bottom: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

#joinUs .joinUsPar p {
  color: white;
  padding: 3rem;
  margin-bottom: 3rem;
  border-radius: 20px;
  line-height: 3rem;
  font-weight: bolder;
  font-size: larger;
}

#joinUs .applyBtn {
  cursor: pointer;
  padding: 1rem 0;
  margin: 0 0 5rem 0;
  width: 336px;
  height: 78px;
  border: 2px solid #0D0D0D;
  font-size: larger;
  background: #0D0D0D;
  border-radius: 5px;
  outline: none;
  font-weight: bolder;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  font-weight: 400;
  font-size: 30px;
  color: white;
}

#joinUs .applyBtn:hover {
  border: 2px solid #0D0D0D !important;
  background: transparent;
  color: #0D0D0D;
}

#joinUs .applyBtn:hover a {
  color: #0D0D0D;
}

#joinUs #softwareDeveloperPar p,
#joinUs #projectManagersPar p,
#joinUs #businessAnalystsPar p {
  color: #0D0D0D;
  padding: 3rem 4rem;
  border-radius: 20px;
  line-height: 3rem;
  font-weight: 400;
  font-size: 30px;
}

#gregInfo {
  padding: 5rem;
  background: #F5F5F5;
  position: relative;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
}

#gregInfo .gregInfoHeader h1 {
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  padding: 1rem 0 2rem 0;
  font-family: "Open Sans", sans-serif;
}

#gregInfo a {
  text-decoration: none;
  color: #179B49;
}

#gregInfo .adresa {
  font-size: 30px;
  font-weight: 400;
  padding: 2rem 0;
  text-align: center;
}

#gregInfo .adresaMail {
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  color: #03A9F4;
  font-family: "Open Sans", sans-serif;
}

#gregInfo .gregInfoFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gregInfo .gregInfoFooter .getInTouchBtn {
  border: 2px solid #0D0D0D;
  cursor: pointer;
  padding: 1rem 0;
  margin: 4rem 0 2rem 0;
  width: 336px;
  height: 78px;
  color: white;
  text-align: center;
  background: #0D0D0D;
  border-radius: 5px;
  font-weight: bolder;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  outline: none !important;
  font-weight: 400;
  color: white;
  font-size: 30px;
  -webkit-tap-highlight-color: transparent;
}

#gregInfo .gregInfoFooter .getInTouchBtn:hover {
  background: transparent !important;
  color: #0D0D0D !important;
  border: 2px solid #0D0D0D !important;
}

.corepBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

.corepBtns .demoBtn {
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 1rem 0;
  margin: 1rem 0 4rem auto;
  width: 336px;
  height: 78px;
  border: 1px solid #010101;
  font-size: larger;
  background: transparent;
  border-radius: 5px;
  outline: none;
  font-weight: bolder;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #0D0D0D;
}

.corepBtns .demoBtn:hover {
  border: 1px solid #0D0D0D !important;
  background: #0D0D0D;
  color: white;
}

.corepBtns .demoBtn:hover a {
  color: #0D0D0D;
}

.corepBtns .priceBtn {
  color: white;
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 1rem 0;
  margin: 1rem auto 4rem 0;
  width: 336px;
  height: 78px;
  border: 1px solid #010101;
  font-size: larger;
  background: #0D0D0D;
  border-radius: 5px;
  outline: none;
  font-weight: bolder;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
}

.corepBtns .priceBtn:hover {
  border: 1px solid #0D0D0D;
  background: transparent;
  color: #0D0D0D;
}

.corepBtns .priceBtn:hover a {
  color: #0D0D0D;
}

.corepNavbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem 0 10rem 0;
}

.corepNavbar .goBackBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-right: 15rem;
}

.corepNavbar .goBackBtn .arrowBack {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  color: #03A9F4;
  border: 2px solid #03A9F4;
  border-radius: 50%;
  padding: .5rem;
}

.corepNavbar .goBackBtn p {
  font-size: 30px;
}

.corepDiv .corepHdr {
  text-align: center;
  margin-bottom: 5rem;
}

.corepDiv .corepHdr h4 {
  margin-bottom: 3rem;
  font-size: 30px;
  font-weight: 500;
}

.corepDiv .corepHdr h1 {
  font-size: 70px;
  font-weight: 500;
}

.corepDiv .corepContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5rem;
}

.corepDiv .corepContent .corepText {
  width: 50%;
}

.corepDiv .corepContent .corepText h2 {
  letter-spacing: 3px;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 2rem;
}

.corepDiv .corepContent .corepText p {
  line-height: 3rem;
  font-weight: 400;
  font-size: 30px;
  color: #31302F;
}

.corepDiv .corepContent .submodulesText {
  width: 50%;
  text-align: left;
}

.corepDiv .corepContent .submodulesText h2 {
  letter-spacing: 3px;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.corepDiv .corepContent .submodulesText p {
  font-weight: 400;
  font-size: 30px;
  padding-bottom: 2.5rem;
  color: #31302F;
}

.corepDiv .corepContent .submodulesText p::before {
  content: "";
  background-image: url(../images/check.svg);
  margin-right: .4rem;
  position: relative;
  display: inline-block;
  position: relative;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.corepMobile .corepNavbar .goBackBtn {
  padding-right: 0;
}

.corepMobile .corepMobileHdr {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1rem 2rem 2rem 2rem;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #0D0D0D;
}

.corepMobile .corepMobileHdr a {
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 15px;
}

.corepMobile .corepMobileLeftRight {
  margin-bottom: 3rem !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #F9F9F9;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.corepMobile .corepMobileLeftRight .corepMobileLeft li {
  padding: .5rem 0;
  color: #0D0D0D;
  list-style: none;
}

.corepMobile .corepMobileLeftRight .corepMobileRight li {
  padding: .5rem 0;
  list-style: none;
}

.finrepNavbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem 0 10rem 0;
}

.finrepNavbar .goBackBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-right: 15rem;
}

.finrepNavbar .goBackBtn .arrowBack {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  color: #03A9F4;
  border: 2px solid #03A9F4;
  border-radius: 50%;
  padding: 0.5rem;
}

.finrepNavbar .goBackBtn p {
  font-size: 30px;
}

.finrepHdr {
  text-align: center;
  margin-bottom: 5rem;
}

.finrepHdr h4 {
  margin-bottom: 3rem;
  font-size: 30px;
  font-weight: 500;
}

.finrepHdr h1 {
  font-size: 70px;
  font-weight: 500;
}

.finrepBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

.finrepBtns .demoBtn {
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 1rem 0;
  margin: 1rem 0 4rem auto;
  width: 336px;
  height: 78px;
  border: 1px solid #010101;
  font-size: larger;
  background: transparent;
  border-radius: 5px;
  outline: none;
  font-weight: bolder;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #0D0D0D;
}

.finrepBtns .demoBtn:hover {
  border: 1px solid #0D0D0D !important;
  background: #0D0D0D;
  color: white;
}

.finrepBtns .demoBtn:hover a {
  color: #0D0D0D;
}

.finrepBtns .priceBtn {
  color: white;
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 1rem 0;
  margin: 1rem auto 4rem 0;
  width: 336px;
  height: 78px;
  border: 1px solid #010101;
  font-size: larger;
  background: #0D0D0D;
  border-radius: 5px;
  outline: none;
  font-weight: bolder;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
}

.finrepBtns .priceBtn:hover {
  border: 1px solid #0D0D0D;
  background: transparent;
  color: #0D0D0D;
}

.finrepBtns .priceBtn:hover a {
  color: #0D0D0D;
}

.finrepContent p {
  font-weight: 400;
  font-size: 30px;
  color: #31302F;
}

.finrepMobile .finrepMobileHdr {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1rem 2rem 2rem 2rem;
  width: 90%;
  margin: 0 auto;
  background: #0D0D0D;
  text-align: center;
}

.finrepMobile .finrepMobileHdr a {
  text-decoration: none;
  color: white;
  font-size: 15px;
}

.finrepMobile .finrepMobileLeftRight {
  margin-bottom: 3rem !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #F9F9F9;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.finrepMobile .finrepMobileLeftRight .finrepMobileLeft li {
  padding: .5rem 0;
  color: #0D0D0D;
  list-style: none;
}

.finrepMobile .finrepMobileLeftRight .finrepMobileRight li {
  padding: 0.5rem 0;
  list-style: none;
}

.ifrs9Navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem 0 10rem 0;
}

.ifrs9Navbar .goBackBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-right: 15rem;
}

.ifrs9Navbar .goBackBtn .arrowBack {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  color: #03A9F4;
  border: 2px solid #03A9F4;
  border-radius: 50%;
  padding: 0.5rem;
}

.ifrs9Navbar .goBackBtn p {
  font-size: 30px;
}

.ifrs9Hdr {
  text-align: center;
  margin-bottom: 5rem;
}

.ifrs9Hdr h4 {
  margin-bottom: 3rem;
  font-size: 30px;
  font-weight: 500;
}

.ifrs9Hdr h1 {
  font-size: 70px;
  font-weight: 500;
}

.ifrs9Btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

.ifrs9Btns .demoBtn {
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 1rem 0;
  margin: 1rem 0 4rem auto;
  width: 336px;
  height: 78px;
  border: 1px solid #010101;
  font-size: larger;
  background: transparent;
  border-radius: 5px;
  outline: none;
  font-weight: bolder;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #0D0D0D;
}

.ifrs9Btns .demoBtn:hover {
  border: 1px solid #0D0D0D !important;
  background: #0D0D0D;
  color: white;
}

.ifrs9Btns .demoBtn:hover a {
  color: #0D0D0D;
}

.ifrs9Btns .priceBtn {
  color: white;
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 1rem 0;
  margin: 1rem auto 4rem 0;
  width: 336px;
  height: 78px;
  border: 1px solid #010101;
  font-size: larger;
  background: #0D0D0D;
  border-radius: 5px;
  outline: none;
  font-weight: bolder;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
}

.ifrs9Btns .priceBtn:hover {
  border: 1px solid #0D0D0D;
  background: transparent;
  color: #0D0D0D;
}

.ifrs9Btns .priceBtn:hover a {
  color: #0D0D0D;
}

.ifrs9Content p {
  font-weight: 400;
  font-size: 30px;
  color: #31302F;
}

.ifrs9Mobile .ifrs9MobileHdr {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1rem 2rem 2rem 2rem;
  width: 90%;
  margin: 0 auto;
  background: #0D0D0D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ifrs9Mobile .ifrs9MobileHdr a {
  text-decoration: none;
  color: white;
  text-align: center;
  font-size: 15px;
}

.ifrs9Mobile .ifrs9MobileLeftRight {
  margin-bottom: 3rem !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #f9f9f9;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ifrs9Mobile .ifrs9MobileLeftRight .ifrs9MobileLeft li {
  padding: 0.5rem 0;
  color: #0d0d0d;
  list-style: none;
}

.ifrs9Mobile .ifrs9MobileLeftRight .ifrs9MobileRight li {
  padding: 1rem 0 0.65rem 0;
  list-style: none;
}

.anacreditNavbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem 0 10rem 0;
}

.anacreditNavbar .goBackBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-right: 15rem;
}

.anacreditNavbar .goBackBtn .arrowBack {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  color: #03A9F4;
  border: 2px solid #03A9F4;
  border-radius: 50%;
  padding: .5rem;
}

.anacreditNavbar .goBackBtn p {
  font-size: 30px;
}

.anacreditHdr {
  text-align: center;
  margin-bottom: 5rem;
}

.anacreditHdr h4 {
  margin-bottom: 3rem;
  font-size: 30px;
  font-weight: 500;
}

.anacreditHdr h1 {
  font-size: 70px;
  font-weight: 500;
}

.anacreditBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

.anacreditBtns .demoBtn {
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 1rem 0;
  margin: 1rem 0 4rem auto;
  width: 336px;
  height: 78px;
  border: 1px solid #010101;
  font-size: larger;
  background: transparent;
  border-radius: 5px;
  outline: none;
  font-weight: bolder;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #0D0D0D;
}

.anacreditBtns .demoBtn:hover {
  border: 1px solid #0D0D0D !important;
  background: #0D0D0D;
  color: white;
}

.anacreditBtns .demoBtn:hover a {
  color: #0D0D0D;
}

.anacreditBtns .priceBtn {
  color: white;
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 1rem 0;
  margin: 1rem auto 4rem 0;
  width: 336px;
  height: 78px;
  border: 1px solid #010101;
  font-size: larger;
  background: #0D0D0D;
  border-radius: 5px;
  outline: none;
  font-weight: bolder;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
}

.anacreditBtns .priceBtn:hover {
  border: 1px solid #0D0D0D;
  background: transparent;
  color: #0D0D0D;
}

.anacreditBtns .priceBtn:hover a {
  color: #0D0D0D;
}

.anacreditContent p {
  font-weight: 400;
  padding-bottom: 1rem;
  font-size: 30px;
  color: #31302F;
}

.anacreditMobile .anacreditMobileHdr {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1rem 2rem 2rem 2rem;
  width: 90%;
  margin: 0 auto;
  background: #0D0D0D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.anacreditMobile .anacreditMobileHdr a {
  text-decoration: none;
  color: white;
  text-align: center;
  font-size: 15px;
}

.anacreditMobile .anacreditMobileLeftRight {
  margin-bottom: 3rem !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #F9F9F9;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.anacreditMobile .anacreditMobileLeftRight .anacreditMobileLeft li {
  padding: .5rem 0;
  color: #0D0D0D;
  list-style: none;
}

.anacreditMobile .anacreditMobileLeftRight .anacreditMobileRight li {
  padding: 1rem 0 .65rem 0;
  list-style: none;
}

.icaapstresstestNavbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem 0 10rem 0;
}

.icaapstresstestNavbar .goBackBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-right: 15rem;
}

.icaapstresstestNavbar .goBackBtn .arrowBack {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  color: #03A9F4;
  border: 2px solid #03A9F4;
  border-radius: 50%;
  padding: .5rem;
}

.icaapstresstestNavbar .goBackBtn p {
  font-size: 30px;
}

.icaapstresstestHdr {
  text-align: center;
  margin-bottom: 5rem;
}

.icaapstresstestHdr h4 {
  margin-bottom: 3rem;
  font-size: 30px;
  font-weight: 500;
}

.icaapstresstestHdr h1 {
  font-size: 70px;
  font-weight: 500;
}

.icaapstresstestBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

.icaapstresstestBtns .demoBtn {
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 1rem 0;
  margin: 1rem 0 4rem auto;
  width: 336px;
  height: 78px;
  border: 1px solid #010101;
  font-size: larger;
  background: transparent;
  border-radius: 5px;
  outline: none;
  font-weight: bolder;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #0D0D0D;
}

.icaapstresstestBtns .demoBtn:hover {
  border: 1px solid #0D0D0D !important;
  background: #0D0D0D;
  color: white;
}

.icaapstresstestBtns .demoBtn:hover a {
  color: #0D0D0D;
}

.icaapstresstestBtns .priceBtn {
  color: white;
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 1rem 0;
  margin: 1rem auto 4rem 0;
  width: 336px;
  height: 78px;
  border: 1px solid #010101;
  font-size: larger;
  background: #0D0D0D;
  border-radius: 5px;
  outline: none;
  font-weight: bolder;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
}

.icaapstresstestBtns .priceBtn:hover {
  border: 1px solid #0D0D0D;
  background: transparent;
  color: #0D0D0D;
}

.icaapstresstestBtns .priceBtn:hover a {
  color: #0D0D0D;
}

.icaapstresstestContent p {
  font-weight: 400;
  padding-bottom: 1rem;
  font-size: 30px;
  color: #31302F;
}

.icaapStressTestMobile .icaapStressTestMobileHdr {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1rem 2rem 2rem 2rem;
  width: 90%;
  margin: 0 auto;
  background: #0D0D0D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icaapStressTestMobile .icaapStressTestMobileHdr a {
  text-decoration: none;
  color: white;
  text-align: center;
  font-size: 15px;
}

.icaapStressTestMobile .icaapStressTestMobileLeftRight {
  margin-bottom: 3rem !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #F9F9F9;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icaapStressTestMobile .icaapStressTestMobileLeftRight .icaapStressTestMobileLeft li {
  padding: .5rem 0;
  color: #0D0D0D;
  list-style: none;
}

.icaapStressTestMobile .icaapStressTestMobileLeftRight .icaapStressTestMobileRight li {
  padding: .5rem 0;
  list-style: none;
}

.icaapStressTestMobile .icaapStressTestMobileLeftRight .icaapStressTestMobileRight li:nth-of-type(1) {
  padding-top: 1.6rem !important;
}

.icaapForecastNavbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem 0 10rem 0;
}

.icaapForecastNavbar .goBackBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-right: 15rem;
}

.icaapForecastNavbar .goBackBtn .arrowBack {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  color: #03A9F4;
  border: 2px solid #03A9F4;
  border-radius: 50%;
  padding: .5rem;
}

.icaapForecastNavbar .goBackBtn p {
  font-size: 30px;
}

.icaapForecastHdr {
  text-align: center;
  margin-bottom: 5rem;
}

.icaapForecastHdr h4 {
  margin-bottom: 3rem;
  font-size: 30px;
  font-weight: 500;
}

.icaapForecastHdr h1 {
  font-size: 70px;
  font-weight: 500;
}

.icaapForecastBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

.icaapForecastBtns .demoBtn {
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 1rem 0;
  margin: 1rem 0 4rem auto;
  width: 336px;
  height: 78px;
  border: 1px solid #010101;
  font-size: larger;
  background: transparent;
  border-radius: 5px;
  outline: none;
  font-weight: bolder;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #0D0D0D;
}

.icaapForecastBtns .demoBtn:hover {
  border: 1px solid #0D0D0D !important;
  background: #0D0D0D;
  color: white;
}

.icaapForecastBtns .demoBtn:hover a {
  color: #0D0D0D;
}

.icaapForecastBtns .priceBtn {
  color: white;
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 1rem 0;
  margin: 1rem auto 4rem 0;
  width: 336px;
  height: 78px;
  border: 1px solid #010101;
  font-size: larger;
  background: #0D0D0D;
  border-radius: 5px;
  outline: none;
  font-weight: bolder;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
}

.icaapForecastBtns .priceBtn:hover {
  border: 1px solid #0D0D0D;
  background: transparent;
  color: #0D0D0D;
}

.icaapForecastBtns .priceBtn:hover a {
  color: #0D0D0D;
}

.icaapForecastContent p {
  font-weight: 400;
  padding-bottom: 1rem;
  font-size: 30px;
  color: #31302F;
}

.icaapForecastMobile .icaapForecastMobileHdr {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1rem 2rem 2rem 2rem;
  width: 90%;
  margin: 0 auto;
  background: #0D0D0D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icaapForecastMobile .icaapForecastMobileHdr a {
  text-decoration: none;
  color: white;
  text-align: center;
  font-size: 15px;
}

.icaapForecastMobile .icaapForecastMobileLeftRight {
  margin-bottom: 3rem !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #F9F9F9;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icaapForecastMobile .icaapForecastMobileLeftRight .icaapForecastMobileLeft li {
  padding: .5rem 0;
  color: #0D0D0D;
  list-style: none;
}

.icaapForecastMobile .icaapForecastMobileLeftRight .icaapForecastMobileRight li {
  padding: .5rem 0;
  list-style: none;
}

.icaapForecastMobile .icaapForecastMobileLeftRight .icaapForecastMobileRight li:nth-of-type(1) {
  padding-top: 1.6rem !important;
}

.g1Navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem 0 10rem 0;
}

.g1Navbar .goBackBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-right: 15rem;
}

.g1Navbar .goBackBtn .arrowBack {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  color: #03A9F4;
  border: 2px solid #03A9F4;
  border-radius: 50%;
  padding: .5rem;
}

.g1Navbar .goBackBtn p {
  font-size: 30px;
}

.g1Hdr {
  text-align: center;
  margin-bottom: 5rem;
}

.g1Hdr h4 {
  margin-bottom: 3rem;
  font-size: 30px;
  font-weight: 500;
}

.g1Hdr h1 {
  font-size: 70px;
  font-weight: 500;
}

.g1Btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

.g1Btns .demoBtn {
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 1rem 0;
  margin: 1rem 0 4rem auto;
  width: 336px;
  height: 78px;
  border: 1px solid #010101;
  font-size: larger;
  background: transparent;
  border-radius: 5px;
  outline: none;
  font-weight: bolder;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #0D0D0D;
}

.g1Btns .demoBtn:hover {
  border: 1px solid #0D0D0D !important;
  background: #0D0D0D;
  color: white;
}

.g1Btns .demoBtn:hover a {
  color: #0D0D0D;
}

.g1Btns .priceBtn {
  color: white;
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 1rem 0;
  margin: 1rem auto 4rem 0;
  width: 336px;
  height: 78px;
  border: 1px solid #010101;
  font-size: larger;
  background: #0D0D0D;
  border-radius: 5px;
  outline: none;
  font-weight: bolder;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
}

.g1Btns .priceBtn:hover {
  border: 1px solid #0D0D0D;
  background: transparent;
  color: #0D0D0D;
}

.g1Btns .priceBtn:hover a {
  color: #0D0D0D;
}

.g1Content p {
  font-weight: 400;
  padding-bottom: 1rem;
  font-size: 30px;
  color: #31302F;
}

.g1Mobile .g1MobileHdr {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1rem 2rem 2rem 2rem;
  width: 90%;
  margin: 0 auto;
  background: #0D0D0D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.g1Mobile .g1MobileHdr a {
  text-decoration: none;
  color: white;
  text-align: center;
  font-size: 15px;
}

.g1Mobile .g1MobileLeftRight {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #F9F9F9;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.g1Mobile .g1MobileLeftRight .g1MobileLeft li {
  padding: .5rem 0;
  color: #0D0D0D;
  list-style: none;
}

.g1Mobile .g1MobileLeftRight .g1MobileRight li {
  padding: .5rem 0;
  list-style: none;
}

.g1Mobile .g1MobileLeftRight .g1MobileRight li:nth-of-type(1) {
  padding-top: 1.6rem !important;
}

#hamburgerMenuHide {
  opacity: 0;
  right: 0;
  overflow: hidden;
  top: 70px;
  background-color: white;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  text-align: center;
  height: 100vh;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  width: 0;
  visibility: hidden;
}

#hamburgerMenuHide .navigation {
  position: relative;
  top: 0;
  -webkit-tap-highlight-color: transparent;
  z-index: 800;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

#hamburgerMenuHide .navigation a {
  font-weight: 400;
  text-decoration: none;
  color: #000;
}

#hamburgerMenuHide .navigation a:hover {
  color: #179B49;
}

#hamburgerMenuHide .keepInTouchLogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  padding: 2rem 0;
  z-index: 20;
}

#hamburgerMenuHide .keepInTouchLogos a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: transparent !important;
}

#hamburgerMenuHide .keepInTouchLogos a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 0.5rem;
}

#hamburgerMenuHide .sideNavEllipse {
  display: none;
  position: absolute;
  width: 50%;
  bottom: 250px;
}

#hamburgerMenuHide.shown {
  visibility: visible;
  opacity: 1;
  width: 100vw;
  z-index: 9999;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

body.shown {
  overflow-y: scroll;
}

.hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 8000;
  max-width: 50px;
}

.hamburger-menu .ham {
  width: 70%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamRotate.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamRotate180.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.line {
  fill: none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham1 .top {
  stroke-dasharray: 40 139;
}

.ham1 .bottom {
  stroke-dasharray: 40 180;
}

.ham1.active .top {
  stroke-dashoffset: -98px;
}

.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

.ham2 .top {
  stroke-dasharray: 40 121;
}

.ham2 .bottom {
  stroke-dasharray: 40 121;
}

.ham2.active .top {
  stroke-dashoffset: -102px;
}

.ham2.active .bottom {
  stroke-dashoffset: -102px;
}

.ham3 .top {
  stroke-dasharray: 40 130;
}

.ham3 .middle {
  stroke-dasharray: 40 140;
}

.ham3 .bottom {
  stroke-dasharray: 40 205;
}

.ham3.active .top {
  stroke-dasharray: 75 130;
  stroke-dashoffset: -63px;
}

.ham3.active .middle {
  stroke-dashoffset: -102px;
}

.ham3.active .bottom {
  stroke-dasharray: 110 205;
  stroke-dashoffset: -86px;
}

.ham4 .top {
  stroke-dasharray: 40 121;
}

.ham4 .bottom {
  stroke-dasharray: 40 121;
}

.ham4.active .top {
  stroke-dashoffset: -68px;
}

.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

.ham5 .top {
  stroke-dasharray: 40 82;
}

.ham5 .bottom {
  stroke-dasharray: 40 82;
}

.ham5.active .top {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.ham5.active .bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

.ham7 .top {
  stroke-dasharray: 40 82;
}

.ham7 .middle {
  stroke-dasharray: 40 111;
}

.ham7 .bottom {
  stroke-dasharray: 40 161;
}

.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}

.ham7.active .middle {
  stroke-dashoffset: 23px;
}

.ham7.active .bottom {
  stroke-dashoffset: -83px;
}

.ham8 .top {
  stroke-dasharray: 40 160;
}

.ham8 .middle {
  stroke-dasharray: 40 142;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

.ham8 .bottom {
  stroke-dasharray: 40 85;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
  transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
  transition: transform 400ms, stroke-dashoffset 400ms;
  transition: transform 400ms, stroke-dashoffset 400ms, -webkit-transform 400ms;
}

.ham8.active .top {
  stroke-dashoffset: -64px;
}

.ham8.active .middle {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ham8.active .bottom {
  stroke-dashoffset: -64px;
}

@media only screen and (min-device-width: 700px) and (max-device-width: 960px) and (-webkit-min-device-pixel-ratio: 2) {
  .swiper-pagination {
    left: 300px !important;
  }
  .navLinks {
    display: none !important;
  }
  .hamburger-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  footer .latestWorksLogos {
    display: none !important;
  }
}

@media only screen and (min-device-width: 700px) and (max-device-width: 1300px) {
  footer .footerDiv {
    max-width: 100%;
  }
  footer .footerDiv .latestWorksLogos {
    display: none !important;
  }
  footer .footerDiv .latestWorksLogosMobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    gap: 0.5rem;
  }
  footer .footerDiv .latestWorksLogosMobile .latestWorksLogo {
    height: 50px !important;
    width: 50px !important;
    border: 2px solid white;
    border-radius: 5px;
  }
  footer .footerDiv .latestWorksLogosMobile .ailend-logo {
    padding: 0.5rem;
  }
  footer .footerDiv .latestWorksLogosMobile .greenleaf-logo {
    padding: 1rem 0.2rem;
  }
  footer .footerDiv .latestWorksLogosMobile .agis-logo-white {
    padding: 1rem 0.2rem;
  }
}

@media only screen and (max-width: 966px) {
  .container {
    width: 91%;
  }
  .ham {
    display: block !important;
  }
  body {
    overflow-x: hidden;
  }
  .card {
    height: 100px;
    width: 120%;
  }
  .navLinks {
    display: none !important;
  }
  .greg-logo {
    width: 100px !important;
  }
  .cyan-lines {
    width: 25%;
  }
  .hideMobile {
    display: none !important;
  }
  .hideWeb {
    display: block !important;
  }
  #backToTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    width: 20px;
    margin-right: 1rem;
  }
  #navbar {
    height: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #showcaseDiv {
    background-image: url("../images/GregMobile.png");
    background-size: cover;
    margin-bottom: 3rem !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 100vh;
  }
  #showcaseDiv .swiper1Div .mySwiper {
    margin-top: 0 !important;
  }
  #showcaseDiv .swiper1Div .mySwiper h1 {
    margin-bottom: 1rem !important;
    font-size: 30px !important;
  }
  #showcaseDiv .swiper1Div .mySwiper h1:nth-of-type(2) {
    margin-bottom: 1rem !important;
  }
  #showcaseDiv .swiper1Div .mySwiper .swiper-slide {
    padding: 0 !important;
  }
  #showcaseDiv .swiper1Div .mySwiper .swiper-slide p {
    padding: 0 2rem;
    font-size: 14px;
    line-height: 1.5rem;
  }
  #showcaseDiv .swiper1Div .mySwiper .swiper-pagination {
    bottom: 5px;
    left: 0px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    text-align: center !important;
    gap: 0.5rem;
  }
  #showcaseDiv .swiper1Div .mySwiper .swiper-pagination > .swiper-pagination-bullet {
    width: 20px;
    height: 2px !important;
    padding: 0 !important;
  }
  #showcaseDiv .swiper1Div .mySwiper .swiper-pagination > .swiper-pagination-bullet-active {
    width: 45px;
  }
  #OurSolution {
    margin-bottom: -1rem !important;
  }
  #OurSolution .OurSolutionHeader {
    padding: 0;
  }
  #OurSolution .OurSolutionHeader h1 {
    padding: 0;
    font-size: 32px;
  }
  #OurSolution .OurSolutionHeader h4 {
    padding-bottom: 2rem;
    margin-top: 2rem;
    font-size: 24px;
  }
  #OurSolution .OurSolutionSubHeader p {
    padding: 0;
    font-size: 14px;
    line-height: 1.5rem;
  }
  #OurSolution #currentSituationGregDiv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 2rem;
    gap: 2rem;
    padding-top: 1rem;
  }
  #OurSolution #currentSituationGregDiv .currentSituationDiv {
    padding: 1rem 0 0 0 !important;
    width: 100%;
  }
  #OurSolution #currentSituationGregDiv .currentSituationDiv h2 {
    padding-bottom: 1rem;
    font-size: 18px;
  }
  #OurSolution #currentSituationGregDiv .currentSituationDiv p {
    font-size: 14px;
    line-height: 1.5rem;
  }
  #OurSolution #currentSituationGregDiv .gregDiv {
    width: 100%;
  }
  #OurSolution #currentSituationGregDiv .gregDiv h2 {
    padding-bottom: 1rem;
    font-size: 18px;
  }
  #OurSolution #currentSituationGregDiv .gregDiv p {
    font-size: 14px;
    line-height: 1.5rem;
  }
  #OurSolution #currentSituationGregDiv .gregDiv li {
    line-height: 1.5rem;
    font-size: 14px;
  }
  #OurSolution #currentSituationGregDiv .gregDiv .gregPar {
    width: 100%;
  }
  #OurSolution #currentSituationGregDiv .gregDiv .gregPar li::before {
    background-size: 15px;
    width: 15px;
    height: 15px;
  }
  #OurSolution p {
    line-height: 1.5rem;
    font-size: 14px;
  }
  #gregModules {
    margin-bottom: 3rem !important;
  }
  #gregModules .gregModulesHeader {
    margin: 2rem 0 !important;
  }
  #gregModules .gregModulesHeader h1 {
    padding-top: 1.5rem;
    font-size: 25px;
  }
  #gregModules .gregModulesFooter p {
    margin: 0 auto;
    width: 90%;
    font-size: 14px;
  }
  #gregModules .demoBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 155.78px;
    font-size: 14px;
    height: 36.16px;
    margin-bottom: 2rem;
  }
  #technologyStackDiv {
    margin-bottom: 3rem !important;
  }
  #technologyStackDiv p {
    padding: 0;
  }
  #technologyStackDiv p:last-of-type {
    padding-bottom: 1rem;
  }
  #technologyStackDiv .technologyStackHeader {
    margin-bottom: 3rem;
    margin-top: 1rem;
  }
  #technologyStackDiv .technologyStackHeader h1 {
    padding: 0;
    font-size: 32px;
  }
  #technologyStackDiv .stacks {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #technologyStackDiv .stacksFooter p {
    width: 95%;
    font-size: 14px;
  }
  #technologyStackDiv #fullMicrosoftDiv {
    width: 100%;
  }
  #technologyStackDiv #fullMicrosoftDiv h2 {
    letter-spacing: 2px;
    padding-bottom: 2rem;
    font-size: 18px;
  }
  #technologyStackDiv #fullMicrosoftDiv .fullMicrosoftPar {
    padding-top: 0;
  }
  #technologyStackDiv #fullMicrosoftDiv .fullMicrosoftPar li {
    line-height: 1.5rem;
    padding-bottom: 2rem;
    font-size: 14px;
  }
  #technologyStackDiv #fullMicrosoftDiv .fullMicrosoftPar li::before {
    background-size: 15px;
    width: 15px;
    height: 15px;
  }
  #technologyStackDiv #fullOpenSourceDiv {
    width: 100%;
  }
  #technologyStackDiv #fullOpenSourceDiv h2 {
    letter-spacing: 2px;
    padding-top: 1rem;
    padding-bottom: 2rem;
    font-size: 18px;
  }
  #technologyStackDiv #fullOpenSourceDiv .fullOpenSourcePar li {
    line-height: 1.5rem;
    padding-bottom: 2rem;
    font-size: 14px;
  }
  #technologyStackDiv #fullOpenSourceDiv .fullOpenSourcePar li::before {
    background-size: 15px;
    width: 15px;
    height: 15px;
  }
  #securityDiv {
    margin-bottom: 3rem;
    margin-top: 2rem;
  }
  #securityDiv .securityHeader {
    margin-bottom: 2rem;
    padding: 0;
  }
  #securityDiv .securityHeader h4 {
    letter-spacing: 0;
    padding: 0;
    font-size: 12px;
  }
  #securityDiv .securityHeader h1 {
    padding: 0.2rem 0;
    font-size: 32px;
  }
  #securityDiv .securityHeader p {
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
  }
  #securityDiv .securityLeftRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  #securityDiv .securityLeftRight .securityLeft {
    width: 100%;
    margin-bottom: 1rem;
  }
  #securityDiv .securityLeftRight .securityLeft .securityPar li {
    line-height: 1.5rem;
    margin: 0 auto;
    padding: 1rem 0;
    font-size: 14px;
  }
  #securityDiv .securityLeftRight .securityLeft .securityPar li::before {
    background-size: 15px;
    width: 15px;
    height: 15px;
  }
  #securityDiv .securityLeftRight .securityRight {
    width: 100%;
  }
  #securityDiv .securityLeftRight .securityRight .securityPar li {
    line-height: 1.5rem;
    margin: 0 auto;
    padding: 1rem 0;
    font-size: 14px;
  }
  #securityDiv .securityLeftRight .securityRight .securityPar li::before {
    background-size: 15px;
    width: 15px;
    height: 15px;
  }
  .dataAndSolutionDiv {
    margin-bottom: 3rem;
  }
  .dataAndSolutionDiv .dataAndSolutionHeader {
    padding-bottom: 2rem !important;
    margin-bottom: 0 !important;
  }
  .dataAndSolutionDiv .dataAndSolutionHeader h1 {
    font-size: 32px;
  }
  .dataAndSolutionDiv .dataAndSolutionHeader h4 {
    padding: 0.5rem;
    font-size: 12px;
  }
  .dataAndSolutionDiv .dataAndSolutionContentMobile li {
    line-height: 1.5rem;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
  }
  .dataAndSolutionDiv .dataAndSolutionContentMobile li::before {
    background-size: 15px;
    width: 15px;
    height: 15px;
  }
  .cloudConsiderationsDiv {
    margin-bottom: 2rem;
  }
  .cloudConsiderationsDiv .cloudConsiderationsHeader {
    margin-bottom: 3rem;
  }
  .cloudConsiderationsDiv .cloudConsiderationsHeader h1 {
    padding: 0;
    font-size: 32px;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsLeft {
    width: 100%;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsLeft h2 {
    margin: 0 auto;
    font-size: 18px;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsLeft .list-WithIcon {
    line-height: 1.5rem;
    margin: 0 auto;
    padding-bottom: 2rem;
    font-size: 14px;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsLeft .list-WithIcon::before {
    background-size: 15px;
    width: 15px;
    height: 15px;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsLeft .list-noIcon {
    padding-left: 1rem;
    padding-bottom: 1.5rem;
    font-size: 14px;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsRight {
    width: 100%;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsRight h2 {
    padding-bottom: 0;
    margin: 0 auto;
    font-size: 18px;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsRight .list-WithIcon {
    line-height: 1.5rem;
    margin: 0 auto;
    padding-bottom: 2rem;
    font-size: 14px;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsRight .list-WithIcon::before {
    background-size: 15px;
    width: 15px;
    height: 15px;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsRight .list-noIcon {
    padding-left: 1rem;
    padding-bottom: 1.5rem;
    font-size: 14px;
  }
  #ourPartners {
    margin-bottom: 3rem !important;
  }
  #ourPartners .ourPartnersHeader {
    margin-bottom: 2rem;
  }
  #ourPartners .ourPartnersHeader h1 {
    padding: 0;
    font-size: 32px;
  }
  #ourPartners .partnersDiv {
    grid-gap: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ourPartners .partnersDiv .azettaDiv h2 {
    font-size: 14px;
    margin-bottom: 2rem;
  }
  #ourPartners .partnersDiv .azettaDiv img {
    width: 162px;
    margin: 2rem auto;
  }
  #ourPartners .partnersDiv .azettaDiv p {
    width: 92%;
    margin: 0 auto;
    line-height: 1.5rem;
    font-size: 14px;
  }
  #ourPartners .partnersDiv .rajahblueDiv h2 {
    margin: 0 auto;
    width: 92%;
    font-size: 14px;
  }
  #ourPartners .partnersDiv .rajahblueDiv img {
    margin: 2rem auto;
    width: 61.75px;
  }
  #ourPartners .partnersDiv .rajahblueDiv p {
    width: 92%;
    margin: 0 auto;
    line-height: 1.5rem;
    font-size: 14px;
  }
  #ourPartners .partnersDiv .mambuDiv h2 {
    font-size: 14px;
    margin: 0;
  }
  #ourPartners .partnersDiv .mambuDiv img {
    width: 164px;
    margin: 2rem auto;
  }
  #ourPartners .partnersDiv .mambuDiv p {
    width: 92%;
    margin: 0 auto;
    line-height: 1.5rem;
    font-size: 14px;
  }
  #howWeWork {
    margin-bottom: 5rem !important;
  }
  #howWeWork .howWeWorkHeader {
    margin-bottom: 3rem;
  }
  #howWeWork .howWeWorkHeader h4 {
    letter-spacing: 0;
    font-size: 12px;
  }
  #howWeWork .howWeWorkHeader h1 {
    font-size: 32px;
    padding: 0;
  }
  #howWeWork .week {
    left: -90px;
    top: 24px;
  }
  #howWeWork .week p {
    color: #0d0d0d;
    font-size: 13px;
  }
  #howWeWork .timelineHdr1 h4 {
    font-size: 15px;
  }
  #howWeWork .timeline-area {
    width: 90%;
    margin-left: 2rem;
  }
  #howWeWork .timeline-area .timeline1,
  #howWeWork .timeline-area .timeline2,
  #howWeWork .timeline-area .timeline4,
  #howWeWork .timeline-area .timeline7,
  #howWeWork .timeline-area .timeline8 {
    width: 90%;
  }
  #howWeWork .timeline-area p {
    font-size: 13px;
  }
  #howWeWork .timeline-area2 .timeline1 {
    gap: 1rem;
  }
  #howWeWork .timeline-area .timeline.timeline7 .week p {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  #howWeWork .timeline-area .timeline.timeline7 p {
    line-height: 1.5rem;
  }
  #howWeWork .timeline-area2 {
    width: 90%;
    margin-left: 2rem;
  }
  #howWeWork .timeline-area2 .timeline1,
  #howWeWork .timeline-area2 .timeline2,
  #howWeWork .timeline-area2 .timeline4,
  #howWeWork .timeline-area2 .timeline7,
  #howWeWork .timeline-area2 .timeline8 {
    width: 90%;
  }
  #howWeWork .timeline-area2 .week {
    top: 25px;
  }
  #howWeWork .timeline-area2 p {
    font-size: 13px;
  }
  #howWeWork .timeline-area2 .timeline2 .week p {
    top: 40px;
    position: absolute;
  }
  #howWeWork .timeline-area2 .timeline4 p {
    line-height: 1rem;
  }
  #howWeWork .timeline-area2 .timeline8 {
    top: -30px;
  }
  #howWeWork .timeline-area3 {
    width: 90%;
    margin-left: 2rem;
  }
  #howWeWork .timeline-area3 .timelineHdr3 h4 {
    font-size: 15px;
  }
  #howWeWork .timeline-area3 .timeline1,
  #howWeWork .timeline-area3 .timeline2 {
    width: 90%;
  }
  #howWeWork .timeline-area3 .week {
    top: 27px;
  }
  #howWeWork .timeline-area3 p {
    font-size: 13px;
  }
  #howWeWork .timeline2Footer {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    border-radius: 5px;
  }
  #howWeWork .timeline2Footer p {
    font-size: 13px;
  }
  #howWeWork .timeline3Footer {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    height: unset;
    border-radius: 5px;
  }
  #howWeWork .timeline3Footer p {
    font-size: 13px;
  }
  #referenceAndPresence {
    margin-bottom: 5rem !important;
  }
  #referenceAndPresence .referenceAndPresenceHeader {
    margin-bottom: 3rem;
  }
  #referenceAndPresence .referenceAndPresenceHeader h1 {
    padding: 0;
    font-size: 32px;
  }
  #referenceAndPresence p {
    padding: 0 2rem;
    margin-bottom: 1rem;
    font-size: 13px;
    line-height: 1.5rem;
  }
  #referenceAndPresence .societe_generale-logo {
    width: 193px;
    margin: 2rem auto 3rem auto !important;
  }
  #referenceAndPresence .referenceAndPresenceFooter h4 {
    font-size: 16px;
  }
  #referenceAndPresence .referenceAndPresenceFooter p::before {
    background-size: 15px;
    width: 15px;
    height: 15px;
  }
  #referenceAndPresence p:first-of-type {
    line-height: 1.5rem;
    margin: 0 auto;
    width: 101%;
    padding-bottom: 1rem;
  }
  #joinUs {
    margin-bottom: 0 !important;
  }
  #joinUs .joinUsHeader {
    margin-bottom: 3rem;
  }
  #joinUs .joinUsHeader h4 {
    letter-spacing: unset;
    font-size: 12px;
  }
  #joinUs .joinUsHeader h1 {
    padding: 0.2rem;
    font-size: 32px;
  }
  #joinUs .joinUsHeader .cyan-lines {
    width: 30%;
  }
  #joinUs .joinUsCards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #joinUs h2 {
    font-size: 20px;
  }
  #joinUs #softwareDeveloperPar p,
  #joinUs #projectManagersPar p,
  #joinUs #businessAnalystsPar p {
    padding: 1rem 0 3rem 0;
    font-size: 14px;
    line-height: 1.5rem;
    margin: 0 auto;
    width: 95%;
  }
  #joinUs #businessAnalystsPar p {
    padding-bottom: 1rem;
  }
  #joinUs .applyBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 155.78px;
    font-size: 14px;
    height: 36.16px;
  }
  #gregInfo {
    border-radius: 20px;
    padding: 3rem;
  }
  #gregInfo .hideWeb {
    display: none !important;
  }
  #gregInfo .gregInfoHeader h1 {
    padding-bottom: 0 !important;
    font-size: 20px;
  }
  #gregInfo .gregInfoFooter .adresaMail {
    font-size: 20px;
  }
  #gregInfo .gregInfoFooter .getInTouchBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 155.78px;
    font-size: 14px;
    height: 36.16px;
    margin-top: 2rem;
  }
  .harta {
    margin-bottom: 3rem !important;
  }
  .harta img {
    width: 100% !important;
  }
  footer {
    padding: 3rem 0 1rem 0 !important;
    margin-top: 5rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footerDiv {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footerDiv h2 {
    padding-bottom: 0.5rem !important;
    font-size: 15px !important;
  }
  footer .footerDiv .latestWorksLogosMobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    gap: 0.5rem;
    padding-top: 1rem;
  }
  footer .footerDiv .latestWorksLogosMobile img {
    max-width: 100%;
  }
  footer .footerDiv .latestWorksLogosMobile .latestWorksLogo {
    border: 2px solid white;
    border-radius: 5px;
    padding: 0.5rem;
    height: 45.49px;
  }
  footer .footerDiv .latestWorksLogosMobile .ailend-logo {
    padding: 0.5rem 0.6rem;
  }
  footer .footerDiv .latestWorksLogosMobile .greenleaf-logo {
    padding: 0.9rem 0.2rem;
  }
  footer .footerDiv .latestWorksLogosMobile .agis-logo-white {
    padding: 1rem 0.5rem;
  }
  footer .footerDiv .keepInTouchLogosMobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  footer .footerDiv .latestNews h4 {
    margin-bottom: 0 !important;
  }
  footer .footerDiv .latestNews .latestNewsPar {
    padding-bottom: 0.5rem !important;
    font-size: 13px !important;
  }
  footer .footerDiv .latestNews a {
    font-size: 13px !important;
  }
  footer .footerDiv .navigation a {
    font-size: 13px !important;
  }
  footer .footerAdresa p {
    padding: 0.5rem 0 !important;
    font-size: 13px !important;
  }
  footer .footerAdresa h4 {
    font-size: 13px;
  }
  footer .footerAdresa a {
    font-size: 13px !important;
  }
  footer .copyright {
    padding-top: 3rem;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    text-align: left;
  }
  footer .copyright p {
    color: #c1c1c1;
    font-size: 13px !important;
  }
  .corepNavbar {
    padding-bottom: 5rem;
  }
  .corepNavbar .goBackBtn {
    padding-right: 0;
    margin-left: 1rem;
  }
  .corepNavbar .goBackBtn p {
    font-size: 14px;
  }
  .corepDiv .corepHdr h4 {
    font-size: 14px;
  }
  .corepDiv .corepHdr h1 {
    font-size: 32px;
  }
  .corepDiv .corepBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .corepDiv .corepBtns .demoBtn,
  .corepDiv .corepBtns .priceBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 155.78px;
    margin: 0 auto;
    font-size: 14px;
    height: 36.16px;
  }
  .corepDiv .corepContent {
    width: 93%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .corepDiv .corepContent .corepText {
    width: 100%;
  }
  .corepDiv .corepContent .corepText h2 {
    margin-bottom: 2rem;
    font-size: 18px;
  }
  .corepDiv .corepContent .corepText p {
    line-height: 1.5rem;
    font-size: 14px;
  }
  .corepDiv .corepContent .submodulesText {
    width: 100%;
  }
  .corepDiv .corepContent .submodulesText h2 {
    margin-bottom: 2rem;
    font-size: 18px;
  }
  .corepDiv .corepContent .submodulesText p {
    font-size: 14px;
  }
  .finrepNavbar {
    padding-bottom: 5rem;
  }
  .finrepNavbar .goBackBtn {
    padding-right: 0;
    margin-left: 1rem;
  }
  .finrepNavbar .goBackBtn p {
    font-size: 14px;
  }
  .finrepDiv .finrepHdr h4 {
    font-size: 14px;
  }
  .finrepDiv .finrepHdr h1 {
    font-size: 32px;
  }
  .finrepDiv .finrepBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .finrepDiv .finrepBtns .demoBtn,
  .finrepDiv .finrepBtns .priceBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 155.78px;
    margin: 0 auto;
    font-size: 14px;
    height: 36.16px;
  }
  .finrepDiv .finrepContent {
    width: 93%;
  }
  .finrepDiv .finrepContent p {
    line-height: 1.5rem;
    font-size: 14px;
  }
  .ifrs9Navbar {
    padding-bottom: 5rem;
  }
  .ifrs9Navbar .goBackBtn {
    padding-right: 0;
    margin-left: 1rem;
  }
  .ifrs9Navbar .goBackBtn p {
    font-size: 14px;
  }
  .ifrs9Div .ifrs9Hdr h4 {
    font-size: 12px;
  }
  .ifrs9Div .ifrs9Hdr h1 {
    font-size: 32px;
  }
  .ifrs9Div .ifrs9Btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ifrs9Div .ifrs9Btns .demoBtn,
  .ifrs9Div .ifrs9Btns .priceBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 155.78px;
    margin: 0 auto;
    font-size: 14px;
    height: 36.16px;
  }
  .ifrs9Div .ifrs9Content {
    width: 93%;
  }
  .ifrs9Div .ifrs9Content p {
    line-height: 1.5rem;
    font-size: 14px;
  }
  .anacreditNavbar {
    padding-bottom: 5rem;
  }
  .anacreditNavbar .goBackBtn {
    padding-right: 0;
    margin-left: 1rem;
  }
  .anacreditNavbar .goBackBtn p {
    font-size: 14px;
  }
  .anacreditDiv .anacreditHdr h4 {
    font-size: 12px;
  }
  .anacreditDiv .anacreditHdr h1 {
    font-size: 32px;
  }
  .anacreditDiv .anacreditBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .anacreditDiv .anacreditBtns .demoBtn,
  .anacreditDiv .anacreditBtns .priceBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 155.78px;
    margin: 0 auto;
    font-size: 14px;
    height: 36.16px;
  }
  .anacreditDiv .anacreditContent {
    width: 93%;
  }
  .anacreditDiv .anacreditContent p {
    line-height: 1.5rem;
    font-size: 14px;
  }
  .icaapstresstestNavbar {
    padding-bottom: 5rem;
  }
  .icaapstresstestNavbar .goBackBtn {
    padding-right: 0;
    margin-left: 1rem;
  }
  .icaapstresstestNavbar .goBackBtn p {
    font-size: 14px;
  }
  .icaapstresstestDiv .icaapstresstestHdr h4 {
    font-size: 12px;
  }
  .icaapstresstestDiv .icaapstresstestHdr h1 {
    font-size: 32px;
  }
  .icaapstresstestDiv .icaapstresstestBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .icaapstresstestDiv .icaapstresstestBtns .demoBtn,
  .icaapstresstestDiv .icaapstresstestBtns .priceBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 155.78px;
    margin: 0 auto;
    font-size: 14px;
    height: 36.16px;
  }
  .icaapstresstestDiv .icaapstresstestContent {
    width: 93%;
  }
  .icaapstresstestDiv .icaapstresstestContent p {
    line-height: 1.5rem;
    font-size: 14px;
  }
  .icaapForecastNavbar {
    padding-bottom: 5rem;
  }
  .icaapForecastNavbar .goBackBtn {
    padding-right: 0;
    margin-left: 1rem;
  }
  .icaapForecastNavbar .goBackBtn p {
    font-size: 14px;
  }
  .icaapForecastDiv .icaapForecastHdr h4 {
    font-size: 12px;
  }
  .icaapForecastDiv .icaapForecastHdr h1 {
    font-size: 32px;
  }
  .icaapForecastDiv .icaapForecastBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .icaapForecastDiv .icaapForecastBtns .demoBtn,
  .icaapForecastDiv .icaapForecastBtns .priceBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 155.78px;
    margin: 0 auto;
    font-size: 14px;
    height: 36.16px;
  }
  .icaapForecastDiv .icaapForecastContent {
    width: 93%;
  }
  .icaapForecastDiv .icaapForecastContent p {
    line-height: 1.5rem;
    font-size: 14px;
  }
  .g1Navbar {
    padding-bottom: 5rem;
  }
  .g1Navbar .goBackBtn {
    padding-right: 0;
    margin-left: 1rem;
  }
  .g1Navbar .goBackBtn p {
    font-size: 14px;
  }
  .g1Div .g1Hdr h4 {
    font-size: 12px;
  }
  .g1Div .g1Hdr h1 {
    font-size: 32px;
  }
  .g1Div .g1Btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .g1Div .g1Btns .demoBtn,
  .g1Div .g1Btns .priceBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 155.78px;
    margin: 0 auto;
    font-size: 14px;
    height: 36.16px;
  }
  .g1Div .g1Content {
    width: 93%;
  }
  .g1Div .g1Content p {
    line-height: 1.5rem;
    font-size: 14px;
  }
}

@media only screen and (min-width: 100px) and (max-width: 500px) {
  body {
    overflow-x: hidden;
  }
  .mySwiper .swiper-slide {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media only screen and (min-width: 966px) and (max-width: 1200px) {
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav .greg-logo {
    width: 100px;
  }
  nav .navbarItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav .navbarItems .navLinks a {
    font-size: 12px !important;
  }
  #showcaseDiv {
    height: 100vh;
  }
  .timeline-area .timeline p {
    font-size: 20px !important;
  }
  .timeline-area2 .timeline p {
    font-size: 20px !important;
  }
  .timeline-area3 .timeline p {
    font-size: 20px !important;
  }
  .timeline-area2 .timeline1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footerDiv {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  footer .footerDiv .latestWorks .latestWorksHeader h2 {
    font-size: 20px;
  }
  footer .footerDiv .latestWorks .latestWorksLogos {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  footer .footerDiv .latestWorks .latestWorksLogos a {
    height: 70px !important;
    -webkit-box-flex: inherit !important;
        -ms-flex-positive: inherit !important;
            flex-grow: inherit !important;
  }
  footer .footerDiv .keepInTouch .keepInTouchHeader h2 {
    font-size: 20px;
  }
  footer .footerDiv .keepInTouch .footerAdresa p {
    font-size: 13px;
  }
  footer .footerDiv .latestNews h2 {
    font-size: 20px;
  }
  footer .footerDiv .latestNews h4 a {
    font-size: 13px;
  }
  footer .footerDiv .latestNews .latestNewsPar {
    font-size: 13px;
  }
  footer .footerDiv .navigation h2 {
    font-size: 20px;
  }
  footer .footerDiv .navigation h4 .navLink {
    font-size: 13px;
  }
}

@media screen and (min-width: 700px) and (max-width: 1360px) {
  * {
    line-height: 2rem !important;
  }
  .backToTop {
    padding: 0.5rem 1rem;
    line-height: 1rem !important;
  }
  .greg-logo {
    width: 165px;
  }
  .arrowBack {
    line-height: 1rem !important;
  }
  .myswiperDesktop {
    display: none !important;
  }
  .card {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }
  .hideWeb {
    display: none !important;
  }
  .cyan-lines {
    width: 15%;
  }
  .container {
    width: 91%;
    max-width: 1600px;
    margin: 0 auto !important;
  }
  nav {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav .navbarItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav .navbarItems .greg-logo {
    width: 165px;
  }
  nav .navbarItems .navLinks {
    margin-left: auto;
  }
  nav .navbarItems .navLinks a {
    font-weight: 600;
    font-size: 15px;
  }
  .mySwiper {
    margin-top: 0 !important;
    padding: 50px 0 !important;
  }
  .mySwiper .swiper-slide h1 {
    font-size: 60px;
  }
  .mySwiper .swiper-slide p {
    font-size: 20px;
  }
  .mySwiper .swiper-pagination {
    bottom: 150px !important;
  }
  .mySwiper .swiper-pagination-bullet {
    height: 1px !important;
    padding: 0.1rem !important;
  }
  #OurSolution .OurSolutionHeader h1 {
    padding: 0 0 1rem 0;
    font-size: 50px;
  }
  #OurSolution .OurSolutionHeader h4 {
    margin-top: 6rem;
    font-size: 40px;
  }
  #OurSolution p {
    line-height: 2rem;
    padding: 0;
  }
  #OurSolution .OurSolutionSubHeader {
    padding-bottom: 3rem;
  }
  #OurSolution .OurSolutionSubHeader p {
    line-height: 3rem;
    font-size: 20px;
  }
  #OurSolution #currentSituationGregDiv {
    padding-bottom: 3rem;
    gap: 3rem;
  }
  #OurSolution #currentSituationGregDiv .currentSituationDiv {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #OurSolution #currentSituationGregDiv .currentSituationDiv h2 {
    font-size: 20px;
  }
  #OurSolution #currentSituationGregDiv .currentSituationDiv p {
    font-size: 20px;
  }
  #OurSolution #currentSituationGregDiv .gregDiv {
    width: 60%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #OurSolution #currentSituationGregDiv .gregDiv h2 {
    font-size: 20px;
  }
  #OurSolution #currentSituationGregDiv .gregDiv p {
    font-size: 20px;
  }
  #OurSolution #currentSituationGregDiv .gregDiv .gregPar li {
    font-size: 20px;
  }
  #OurSolution p {
    font-size: 20px;
  }
  #gregModules {
    margin-bottom: 5rem !important;
  }
  #gregModules .demoBtn {
    cursor: pointer;
    padding: 1rem 0;
    margin: 1rem auto 2rem auto;
    width: 250px;
    height: unset;
    border: 2px solid #0D0D0D;
    background: #0D0D0D;
    border-radius: 5px;
    outline: none;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    font-weight: 400;
    font-size: 20px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gregModules .demoBtn:hover {
    border: 2px solid #0D0D0D !important;
    background: transparent;
    color: #0D0D0D;
  }
  #gregModules .demoBtn:hover a {
    color: #0D0D0D;
  }
  #gregModules .coreAndAdvancedDiv .advancedDiv .advancedHeader .buttons-container button {
    font-size: 15px;
  }
  #gregModules .coreAndAdvancedDiv .coreDiv .coreHeader h2 {
    font-size: 25px;
  }
  #gregModules .coreAndAdvancedDiv .advancedDiv .advancedHeader h2 {
    font-size: 25px;
  }
  #gregModules .coreAndAdvancedDiv .coreDiv .coreList li a {
    font-size: 16px;
  }
  #gregModules .gregModulesHeader h1 {
    font-size: 40px;
  }
  #technologyStackDiv {
    margin-bottom: 6rem !important;
  }
  #technologyStackDiv .technologyStackHeader h1 {
    line-height: 3rem !important;
    padding-bottom: 1rem;
    font-size: 50px;
  }
  #technologyStackDiv #fullMicrosoftDiv h2 {
    font-size: 20px;
  }
  #technologyStackDiv #fullMicrosoftDiv .fullMicrosoftPar li {
    font-size: 20px;
  }
  #technologyStackDiv #fullOpenSourceDiv h2 {
    font-size: 20px;
  }
  #technologyStackDiv #fullOpenSourceDiv .fullOpenSourcePar {
    padding-top: .5rem;
  }
  #technologyStackDiv #fullOpenSourceDiv .fullOpenSourcePar li {
    font-size: 20px;
  }
  #technologyStackDiv .stacks {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
  }
  #technologyStackDiv .stacksFooter {
    padding: 0.5rem 0;
  }
  #technologyStackDiv .stacksFooter p {
    padding: 0.2rem;
    font-size: 21px;
  }
  #securityDiv {
    margin-bottom: 6rem;
  }
  #securityDiv .securityHeader {
    padding: 0 0 5rem 0;
  }
  #securityDiv .securityHeader h4 {
    font-size: 20px;
  }
  #securityDiv .securityHeader h1 {
    line-height: 3rem !important;
    padding: 0;
    font-size: 50px;
  }
  #securityDiv .securityHeader p {
    padding: 1rem 0 1rem 0;
    font-size: 20px;
  }
  #securityDiv .securityLeftRight {
    gap: 0rem;
  }
  #securityDiv .securityLeftRight .securityLeft .securityPar li {
    padding-bottom: 2rem;
    font-size: 20px;
  }
  #securityDiv .securityLeftRight .securityRight .securityPar li {
    padding-bottom: 2rem;
    font-size: 20px;
  }
  .dataAndSolutionDiv {
    margin-bottom: 6rem;
  }
  .dataAndSolutionDiv .dataAndSolutionHeader h1 {
    padding-bottom: 1rem;
    font-size: 50px;
  }
  .dataAndSolutionDiv .dataAndSolutionHeader h4 {
    padding: 1rem 0;
    font-size: 20px;
  }
  .dataAndSolutionDiv .dataAndSolutionContent {
    gap: 3rem;
  }
  .dataAndSolutionDiv .dataAndSolutionContent .dataAndSolutionHeaders h4 {
    font-size: 20px;
  }
  .dataAndSolutionDiv .dataAndSolutionContent .dataAndSolutionList li {
    line-height: 2.5rem !important;
    font-size: 20px;
  }
  .cloudConsiderationsDiv {
    margin-bottom: 6rem;
  }
  .cloudConsiderationsDiv .cloudConsiderationsHeader h1 {
    padding-bottom: 1rem;
    font-size: 50px;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight {
    gap: 3rem;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsLeft .list-noIcon {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsLeft h2 {
    font-size: 20px;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsLeft li {
    padding-bottom: 2rem;
    font-size: 20px;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsRight ul {
    padding-top: 2rem;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsRight .list-noIcon {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsRight h2 {
    font-size: 20px;
  }
  .cloudConsiderationsDiv .cloudConsiderationsLeftRight .cloudConsiderationsRight li {
    padding-bottom: 2rem;
    font-size: 20px;
  }
  #ourPartners {
    margin-bottom: 6rem !important;
  }
  #ourPartners .ourPartnersHeader h1 {
    padding-bottom: 1rem;
    font-size: 50px;
  }
  #ourPartners .partnersDiv {
    grid-gap: 1rem;
  }
  #ourPartners .partnersDiv .azettaDiv h2,
  #ourPartners .partnersDiv .azettaDiv p {
    line-height: 2rem;
    font-size: 20px;
  }
  #ourPartners .partnersDiv .azettaDiv img {
    margin: 3rem auto 4.8rem auto;
  }
  #ourPartners .partnersDiv .rajahblueDiv h2,
  #ourPartners .partnersDiv .rajahblueDiv p {
    line-height: 2rem;
    font-size: 20px;
  }
  #ourPartners .partnersDiv .rajahblueDiv img {
    max-width: 100%;
    display: block;
    margin: 3.3rem auto;
  }
  #ourPartners .partnersDiv .mambuDiv h2,
  #ourPartners .partnersDiv .mambuDiv p {
    line-height: 2rem;
    font-size: 20px;
  }
  #ourPartners .partnersDiv .mambuDiv img {
    max-width: 100%;
    display: block;
    margin: 3rem auto 5rem auto;
    margin-top: 10rem !important;
  }
  #howWeWork .timeline {
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
  #howWeWork .timeline-area .timeline.timeline2 .week p {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  #howWeWork .timeline-area .timeline.timeline4 .week p {
    color: #0d0d0d;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  #howWeWork .timeline-area .timeline.timeline8 .week p {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  #howWeWork .timeline-area2 .timeline1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #howWeWork .timeline-area2 .timeline8 {
    height: 155px;
  }
  #howWeWork .timeline-area2 .timeline8::before {
    top: 62px;
  }
  #howWeWork .timeline-area2 .timeline8 .week p {
    color: #0d0d0d;
    /* top: 22px; */
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    /* position: absolute; */
    /* display: contents; */
  }
  #howWeWork .timeline-area3 .timeline2 .week p {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  #howWeWork p {
    font-size: 20px;
  }
  #howWeWork .howWeWorkHeader h4 {
    font-size: 20px;
  }
  #howWeWork .howWeWorkHeader h1 {
    padding: 1rem 0;
    font-size: 50px;
  }
  #howWeWork .timelineHdr1,
  #howWeWork .timelineHdr2,
  #howWeWork .timelineHdr3 {
    font-size: 20px;
  }
  #referenceAndPresence {
    margin-bottom: 6rem !important;
  }
  #referenceAndPresence p:first-of-type {
    padding-bottom: 2rem !important;
  }
  #referenceAndPresence .referenceAndPresenceHeader h1 {
    padding-bottom: 1rem;
    font-size: 50px;
  }
  #referenceAndPresence p {
    line-height: 3rem;
    font-size: 20px;
  }
  #referenceAndPresence .societe_generale-logo {
    width: 300px;
    margin: 3rem auto;
  }
  #referenceAndPresence .referenceAndPresenceFooter h4 {
    font-size: 20px;
  }
  #joinUs .JoinUsCyanLines {
    width: 30% !important;
  }
  #joinUs .joinUsHeader h4 {
    font-size: 20px;
  }
  #joinUs .joinUsHeader h1 {
    padding: 1rem 0;
    font-size: 50px;
  }
  #joinUs h2 {
    font-size: 25px;
  }
  #joinUs p {
    font-size: 20px !important;
  }
  #joinUs .applyBtn {
    cursor: pointer;
    padding: 1rem 0;
    margin: 0 0 5rem 0;
    width: 250px;
    height: unset;
    border: 2px solid #0D0D0D;
    background: #0D0D0D;
    border-radius: 5px;
    outline: none;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    font-weight: 400;
    font-size: 20px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #joinUs .applyBtn:hover {
    border: 2px solid #0D0D0D !important;
    background: transparent;
    color: #0D0D0D;
  }
  #joinUs .applyBtn:hover a {
    color: #0D0D0D;
  }
  #joinUs #softwareDeveloperPar p,
  #joinUs #projectManagersPar p,
  #joinUs #businessAnalystsPar p {
    padding: 2rem 2rem;
    color: #0d0d0d;
  }
  #gregInfo .gregInfoHeader h1 {
    line-height: 4rem !important;
    font-size: 47px;
  }
  #gregInfo .adresaMail {
    font-size: 30px;
  }
  #gregInfo .gregInfoFooter .getInTouchBtn {
    cursor: pointer;
    padding: 1rem 0;
    margin: 3rem auto 2rem auto;
    width: 250px;
    height: unset;
    border: 2px solid #0D0D0D;
    background: #0D0D0D;
    border-radius: 5px;
    outline: none;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    font-weight: 400;
    font-size: 20px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gregInfo .gregInfoFooter .getInTouchBtn:hover {
    border: 2px solid #0D0D0D !important;
    background: transparent;
    color: #0D0D0D;
  }
  #gregInfo .gregInfoFooter .getInTouchBtn:hover a {
    color: #0D0D0D;
  }
  footer {
    margin-top: 8rem !important;
  }
  footer * {
    line-height: 1.5rem !important;
  }
  footer .footerDiv {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 2fr 1fr;
        grid-template-columns: 1fr 1fr 2fr 1fr;
    gap: 1rem !important;
  }
  footer .footerDiv .latestWorks .latestWorksHeader h2 {
    font-size: 20px;
  }
  footer .footerDiv .latestWorks .latestWorksLogos {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  footer .footerDiv .latestWorks .latestWorksLogos a {
    height: 70px !important;
    -webkit-box-flex: inherit !important;
        -ms-flex-positive: inherit !important;
            flex-grow: inherit !important;
  }
  footer .footerDiv .latestWorks .latestWorksLogosMobile {
    padding: 1rem 0;
  }
  footer .footerDiv .keepInTouch .keepInTouchHeader h2 {
    font-size: 20px;
  }
  footer .footerDiv .keepInTouch .keepInTouchLogos {
    padding: 0;
  }
  footer .footerDiv .keepInTouch .footerAdresa p {
    padding: 1rem .1rem .5rem .1rem !important;
    font-size: 13px !important;
  }
  footer .footerDiv .keepInTouch .footerAdresa a {
    font-size: 13px !important;
  }
  footer .footerDiv .latestNews h2 {
    font-size: 20px;
  }
  footer .footerDiv .latestNews h4 a {
    font-size: 13px;
  }
  footer .footerDiv .latestNews .latestNewsPar {
    padding: 1rem 0 .5rem 0;
    font-size: 13px;
  }
  footer .footerDiv .navigation h2 {
    font-size: 20px;
  }
  footer .footerDiv .navigation h4 .navLink {
    font-size: 13px;
  }
  footer .copyright {
    text-align: left;
  }
  footer .copyright p {
    color: #c1c1c1;
    font-size: 13px !important;
  }
  .corepDiv .corepHdr h4 {
    font-size: 20px;
  }
  .corepDiv .corepHdr h1 {
    font-size: 50px;
  }
  .corepDiv .demoBtn,
  .corepDiv .priceBtn {
    width: 250px;
    height: unset;
    font-size: 20px;
  }
  .corepDiv .corepContent .corepText h2 {
    padding-bottom: 2rem;
    font-size: 30px;
  }
  .corepDiv .corepContent .corepText p {
    font-size: 20px;
  }
  .corepDiv .corepContent .submodulesText h2 {
    padding-bottom: 2rem;
    font-size: 30px;
  }
  .corepDiv .corepContent .submodulesText p {
    font-size: 20px;
  }
  .finrepDiv .finrepHdr h4 {
    font-size: 20px;
  }
  .finrepDiv .finrepHdr h1 {
    font-size: 50px;
  }
  .finrepDiv .demoBtn,
  .finrepDiv .priceBtn {
    width: 250px;
    height: unset;
    font-size: 20px;
  }
  .finrepDiv .finrepContent p {
    font-size: 20px;
  }
  .ifrs9Div .ifrs9Hdr h4 {
    font-size: 20px;
  }
  .ifrs9Div .ifrs9Hdr h1 {
    font-size: 50px;
  }
  .ifrs9Div .demoBtn,
  .ifrs9Div .priceBtn {
    width: 250px;
    height: unset;
    font-size: 20px;
  }
  .ifrs9Div .ifrs9Content p {
    font-size: 20px;
  }
  .anacreditDiv .anacreditHdr h4 {
    font-size: 20px;
  }
  .anacreditDiv .anacreditHdr h1 {
    font-size: 50px;
  }
  .anacreditDiv .demoBtn,
  .anacreditDiv .priceBtn {
    width: 250px;
    height: unset;
    font-size: 20px;
  }
  .anacreditDiv .anacreditContent p {
    font-size: 20px;
  }
  .icaapstresstestDiv .icaapstresstestHdr h4 {
    font-size: 20px;
  }
  .icaapstresstestDiv .icaapstresstestHdr h1 {
    font-size: 50px;
  }
  .icaapstresstestDiv .demoBtn,
  .icaapstresstestDiv .priceBtn {
    width: 250px;
    height: unset;
    font-size: 20px;
  }
  .icaapstresstestDiv .icaapstresstestContent p {
    font-size: 20px;
  }
  .icaapForecastDiv .icaapForecastHdr h4 {
    font-size: 20px;
  }
  .icaapForecastDiv .icaapForecastHdr h1 {
    font-size: 50px;
  }
  .icaapForecastDiv .demoBtn,
  .icaapForecastDiv .priceBtn {
    width: 250px;
    height: unset;
    font-size: 20px;
  }
  .icaapForecastDiv .icaapForecastContent p {
    font-size: 20px;
  }
  .g1Div .g1Hdr h4 {
    font-size: 20px;
  }
  .g1Div .g1Hdr h1 {
    font-size: 50px;
  }
  .g1Div .demoBtn,
  .g1Div .priceBtn {
    width: 250px;
    height: unset;
    font-size: 20px;
  }
  .g1Div .g1Content p {
    font-size: 20px;
  }
}

footer {
  font-family: "Open Sans", sans-serif;
  margin-top: 10rem;
  background: #0D0D0D;
  padding: 3rem 0 0 0;
}

footer .footerDiv {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 3fr 1fr;
      grid-template-columns: 1fr 1fr 3fr 1fr;
  gap: 3rem;
}

footer .footerDiv h2 {
  font-weight: 400;
  font-size: 28px;
  color: #c1c1c1;
  padding-bottom: 1rem;
}

footer .footerDiv .latestWorks .latestWorksLogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  text-align: left;
  padding: 1rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footerDiv .latestWorks .latestWorksLogos a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100px;
  aspect-ratio: 1;
  border: 2px solid white;
  border-radius: 5px;
}

footer .footerDiv .latestWorks .latestWorksLogos a img {
  max-width: 100%;
}

footer .footerDiv .keepInTouch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footerDiv .keepInTouch .keepInTouchLogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 1.5rem 0;
  -webkit-transition: border-radius 0.1s ease-out;
  transition: border-radius 0.1s ease-out;
}

footer .footerDiv .keepInTouch .keepInTouchLogos a {
  text-decoration: none;
  color: white;
}

footer .footerDiv .keepInTouch .keepInTouchLogos a:hover {
  color: #03A9F4;
}

footer .footerDiv .keepInTouch .keepInTouchLogos a i {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  border: 2px solid white;
  border-radius: 50px;
  padding: 0.5rem;
}

footer .footerDiv .keepInTouch .keepInTouchLogosMobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 0.5rem 0;
  -webkit-transition: border-radius 0.1s ease-out;
  transition: border-radius 0.1s ease-out;
}

footer .footerDiv .keepInTouch .keepInTouchLogosMobile a {
  text-decoration: none;
  color: white;
}

footer .footerDiv .keepInTouch .keepInTouchLogosMobile a:hover {
  color: #03A9F4;
}

footer .footerDiv .keepInTouch .keepInTouchLogosMobile a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50px;
  padding: 0.5rem;
}

footer .footerDiv .keepInTouch .footerAdresa a {
  font-weight: 400;
  text-decoration: none;
  color: white;
  font-size: 20px;
}

footer .footerDiv .keepInTouch .footerAdresa a:hover {
  color: #03A9F4;
}

footer .footerDiv .keepInTouch .footerAdresa p {
  padding: 1rem 0 1.5rem 0;
  font-size: 20px;
  color: #c1c1c1;
}

footer .footerDiv .latestNews p {
  color: #c1c1c1;
}

footer .footerDiv .latestNews h4 {
  margin-bottom: 1rem;
}

footer .footerDiv .latestNews h4:nth-of-type(2) {
  margin-bottom: 0 !important;
}

footer .footerDiv .latestNews a {
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
  color: white;
}

footer .footerDiv .latestNews a:hover {
  color: #03A9F4;
}

footer .footerDiv .navigation h4 {
  padding: 0.5rem 0;
}

footer .footerDiv .navigation h4 a {
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
  color: white;
}

footer .footerDiv .navigation h4 a:hover {
  color: #03A9F4;
}

footer .copyright {
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  text-align: left;
}

footer .copyright p {
  color: #c1c1c1;
  font-size: 20px;
}

.latestNewsPar {
  font-size: 20px;
  padding: 1rem 0;
}

@font-face {
  src: url("../fonts/OpenSans-Regular.ttf");
  font-family: "OpenSans";
  font-style: normal;
}
/*# sourceMappingURL=main.css.map */