#header .header-inner #logo.wide a > img,
#header #header-wrap #logo.wide a > img {
  height: 1em;
  margin-top: 0.4em;
}

#header .header-inner #logo a > img,
#header #header-wrap #logo a > img {
  height: 1em;
  margin-top: 0.5em;
}

.bg-overlay {
  background: -moz-linear-gradient(
    145deg,
    rgba(72, 40, 130, 1) 25%,
    rgba(105, 70, 150, 1) 38%,
    rgba(232, 0, 95, 1) 66%,
    rgba(255, 188, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    145deg,
    rgba(72, 40, 130, 1) 25%,
    rgba(105, 70, 150, 1) 38%,
    rgba(232, 0, 95, 1) 66%,
    rgba(255, 188, 0, 1) 100%
  );
  background: linear-gradient(
    145deg,
    rgba(72, 40, 130, 1) 25%,
    rgba(105, 70, 150, 1) 38%,
    rgba(232, 0, 95, 1) 66%,
    rgba(255, 188, 0, 1) 100%
  );
  opacity: 0.7;
}

.header-extras {
  margin-left: 15px;
}

#header.dark .header-inner,
#header #header-wrap {
  height: 80px;
  background-color: var(--primary-color);
  /*         backface-visibility: hidden; -webkit-backface-visibility: hidden; */
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*logo*/
}

.ch-escalator {
  background-image: url("/static/img/cowhills-roltrap.png");
}

#dotsMenu:before {
  background-color: rgb(72, 40, 130, 0.2);
  box-shadow: 0 4px 9px 0 rgb(72, 40, 130 / 10%),
    0 7px 14px 0 rgb(72, 40, 130 / 13%);
}

#dotsMenu ul li a span {
  background-color: rgba(72, 40, 130, 0.9);
}

#dotsMenu ul li.current {
  background-color: var(--primary-color);
}

.cta-link,
.post-item-wrap.is-link .cta-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  color: #000 !important;
}

.cta-link:hover,
.post-item-wrap.is-link:hover .cta-link {
  color: #000 !important;
}

.cta-link::before,
.post-item-wrap.is-link .cta-link::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  background: var(--main-dark);
  background-image: none;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.cta-link:hover::before,
.post-item-wrap.is-link:hover .cta-link::before {
  background-image: linear-gradient(
    90deg,
    rgba(72, 40, 130, 1) 20%,
    rgba(105, 70, 150, 1) 30%,
    rgba(232, 0, 95, 1) 60%,
    rgba(255, 188, 0, 1) 100%
  );
  width: 125%;
}

.cta-link:focus::before,
.post-item-wrap.is-link:active .cta-link::before,
.post-item-wrap.is-link:focus .cta-link::before {
  background-image: none;
  width: 60%;
  right: -22px;
  left: auto;
  transition: none;
}

.cta-link::after {
  /* add svg background static/img/arrow-down.svg */
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url("/static/img/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 6px;
  right: -22px;
  transition: all 0.3s ease-in-out;
}

.cta-link.light::before {
  background: #fff;
  bottom: -4px;
}

.cta-link.cta-link.light:hover::before {
  width: 115%;
}

.cta-link.light {
  color: #fff !important;
}

.cta-link.light:hover {
  color: #fff !important;
}

.cta-link.light::after {
  bottom: 3px;
  right: -24px;
  width: 16px;
  height: 16px;
  background-image: url("/static/img/arrow-right-white.svg");
}

.cta-link.email.light::after {
  background-image: url("/static/img/Email.svg");
}

.post-item-wrap.is-link {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.post-item-wrap.is-link:hover {
  box-shadow: none;
  /* transform: scale(1.03); */
}

.post-item-wrap.is-link::before {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 0px;
  background: #fff;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.post-item-wrap.is-link:hover::before {
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(
    90deg,
    rgba(72, 40, 130, 1) 20%,
    rgba(105, 70, 150, 1) 30%,
    rgba(232, 0, 95, 1) 60%,
    rgba(255, 188, 0, 1) 100%
  );
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}

@media (min-width: 992px) {
  #mainMenu nav > ul > li:last-of-type {
    display: none;
  }
}

@media (min-width: 1165px) and (max-width: 1264px) {
  #mainMenu nav > ul > li > a {
    padding: 4px;
  }
}

@media (min-width: 992px) and (max-width: 1164px) {
  #mainMenu nav > ul > li > a {
    padding: 3px;
    font-size: 12px;
  }

  #header .header-inner #logo a > img,
  #header #header-wrap #logo a > img {
    height: 1em;
    margin-top: 0.5em;
  }

  #header .header-inner #logo.wide a > img,
  #header #header-wrap #logo.wide a > img {
    height: 0.7em;
    margin-top: 0.6em;
  }

  .btn:not(.close):not(.mfp-close).btn-light {
    padding: 10px;
  }
}

@media (max-width: 991.98px) {
  .inspiro-slider .slide .slide-captions {
    text-align: left;
  }

  .inspiro-slider .container {
    padding-left: 22px;
  }

  #dotsMenu {
    display: none;
  }

  #header .header-inner #logo a {
    display: block;
    padding-inline-start: 22px;
  }

  #header .header-inner #logo a > img,
  #header #header-wrap #logo a > img {
    height: 1em;
    margin-top: 0.33em;
  }

  #header .header-inner #logo.wide a > img,
  #header #header-wrap #logo.wide a > img {
    height: 1em;
    margin-top: 0.5em;
  }

  #header .header-inner #logo.wide a {
    display: block;
    padding-inline-start: 22px;
  }
}

.inspiro-slider .slide .slide-captions > p {
  font-weight: 300;
}

.inspiro-slider .slide .slide-captions > h1 {
  line-height: 1.15;
}

.horizontal-arrows {
  width: 32px;
}

section {
  padding: 0;
}

.section__logo {
  width: 60%;
  margin-bottom: 3em;
}

@media (min-width: 992px) {
  .section__logo {
    width: 300px;
  }
}

section.dark,
.dark section {
  background-color: var(--secondary-color);
  color: #fff;
}

.dark p {
  color: #fff !important;
}

section.huge {
  padding-top: 21em;
  padding-bottom: 21em;
}

h4 {
  color: var(--primary-color);
}

.dark h4 {
  color: var(--bright-color);
}

@media (min-width: 991.98px) {
  /* Header */
  .inspiro-slider .slide .slide-captions h1 {
    font-size: 66px;
  }

  .inspiro-slider .slide .slide-captions > p {
    font-size: 27px;
  }
}

.scroll-down {
  margin-top: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.scroll-down a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Poppins";
}

.scroll-down a:not(.btn):not(.badge):hover {
  color: rgb(255, 255, 255);
}

.scroll-down svg {
  height: 20px;
  fill: rgb(255, 255, 255);
  width: 100%;
  margin-bottom: 7px;
}

@media (max-width: 991.98px) {
  .scroll-down {
    margin-top: 80px;
  }

  #scrollTop,
  #scrollTop i {
    block-size: 32px !important;
    inline-size: 32px !important;
  }

  #scrollTop i {
    top: -3px !important;
  }
}

.section__title {
  line-height: 1.1;
  text-wrap: balance;
}

.section__about {
  background-color: var(--background-light-blue);
}

.section__about p {
  max-width: 800px;
  font-size: 20px;
  margin-block-end: 48px;
  color: #000000;
}

@media (max-width: 991.98px) {
  .section__about p {
    font-size: 16px;
  }
}

.section__about .section__title {
  color: var(--primary-color);
  font-size: 36\\32px;
  line-height: 1.15;
}

.section__about a {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
  font-size: 22px;
}

.section__about a svg {
  margin-right: 16px;
  /* fill: var(--primary-color); */
}

.section__content {
  margin: 60px 36px;
}

@media (max-width: 991.98px) {
  .section__about a {
    font-size: 20px;
    align-items: center;
  }

  .section__about a svg {
    width: 16px;
  }
}

.mfp-container {
  padding-inline: 0;
}

.modal.our-video.modal-active {
  display: flex;
  flex-direction: column-reverse;
  background-color: transparent;
  inline-size: 100%;
  margin-inline: auto;
  min-block-size: initial !important;
  max-width: 1024px;
  width: 100%;
  height: auto;
  border-radius: 0.5em;
}

@media screen and (max-width: 991.98px) {
  .modal.our-video.modal-active {
    padding: 0;
    border-radius: 0;
    overflow: hidden;
  }
}

.aspect-ratio-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* for 16:9 aspect ratio */
  overflow: hidden;
  border-radius: 0.5em;
}

.video-box {
  border-radius: 0.5em;
  overflow: hidden;
}

#about_video {
  width: 100%;
  height: auto;
  border-radius: 0.5em;
}

.aspect-ratio-box iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.modal.our-video.modal-active button.mfp-close {
  color: white;
  font-size: 48px;
  opacity: 1;
  align-self: flex-end;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 991.98px) {
  .modal.our-video.modal-active button {
    margin-right: 0.3em;
  }
  .aspect-ratio-box {
    border-radius: 0;
  }
  .video-box {
    border-radius: 0;
  }
  #about_video {
    border-radius: 0;
  }
}

.mfp-ready .modal {
  max-width: 100%;
}

@media (min-width: 991.98px) {
  .section__content {
    max-width: 1140px;
    margin: 128px auto;
    padding: 22px;
  }

  .section__content.event {
    margin-bottom: 36px;
  }

  .section__about .section__title {
    font-size: 40px;
  }

  .section__about p a {
    font-size: 24px;
  }
}

.section__checkout-solutions {
  background-color: var(--background-ligther-blue);
}

.section__checkout-solutions .section__title,
.section__checkout-solutions .section__chapeau {
  color: var(--primary-color);
  max-width: 700px;
}

.checkout-solutions__grid__item,
.checkout-solutions__grid__item > div {
  display: flex;
  flex-direction: column;
}

.checkout-solutions__grid__item {
  margin-bottom: 60px;
}

.checkout-solutions__grid__item p {
  font-size: 16px;
}

.checkout-solutions__grid__item img {
  max-height: 200px;
  margin-bottom: 30px;
}

@media (min-width: 640px) {
  .checkout-solutions__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    margin-top: 130px;
  }
}

@media (min-width: 992px) {
  .checkout-solutions__grid {
    grid-column-gap: 200px;
    grid-row-gap: 100px;
  }

  .checkout-solutions__grid__item {
    margin-bottom: 0;
  }

  .checkout-solutions__grid__item p {
    font-size: 18px;
  }

  .checkout-solutions__grid__item:nth-child(3),
  .checkout-solutions__grid__item:nth-child(4) {
    margin-top: -200px;
  }

  .checkout-solutions__grid__item img {
    max-height: 300px;
    align-self: flex-end;
  }
}

.treazure .section__title,
.treazure .section__chapeau {
  color: var(--primary-color);
  max-width: 700px;
}

.treazure__grid .section__chapeau {
  color: var(--treazure-color);
}

.treazure__grid {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(min(100%/1, max(350px, 100%/3)), 1fr)
  );
  margin-block-start: 3rem;
  row-gap: 3rem;
}

.treazure__grid__item {
  display: flex;
  /* margin-bottom: 18px; */
}

.treazure__grid__item p {
  font-size: 16px;
}

.treazure__grid__item img {
  max-width: 60px;
  margin-right: 32px;
  align-self: flex-start;
}

@media (min-width: 992px) {
  .treazure__grid__item {
    flex-direction: column;
    max-width: 316px;
  }

  .treazure__grid__item img {
    margin-bottom: 32px;
  }

  .treazure__grid__item p {
    font-size: 18px;
    line-height: 1.6;
  }
}

@media (max-width: 991.98px) {
  .treazure__grid__item {
    margin-bottom: 0;
  }

  .treazure__grid__item .section__chapeau {
    margin-bottom: 5px;
  }

  .treazure__grid__item p {
    line-height: 1.5;
    padding-right: 24px;
  }
}

.customers .section__title,
.customers .section__chapeau {
  color: var(--primary-color);
}

.customers .section__chapeau {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px;
  display: flex;
  justify-content: space-between;
}

.customers .section__content p {
  max-width: 800px;
  font-size: 16px;
}

.customers__grid {
  display: grid;
  grid-template-rows: 200px 200px;
  grid-auto-columns: 318px;
  grid-gap: 2px;
  grid-auto-flow: column;
  overflow-x: auto;
  background-color: #3c4043;
}

.customer {
  position: relative;
}

.customer a::after {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  background: -moz-linear-gradient(
    145deg,
    rgba(72, 40, 130, 0.2) 25%,
    rgba(105, 70, 150, 0.2) 38%,
    rgba(232, 0, 95, 0.2) 66%,
    rgba(255, 188, 0, 0.2) 100%
  );
  background: -webkit-linear-gradient(
    145deg,
    rgba(72, 40, 130, 0.2) 25%,
    rgba(105, 70, 150, 0.2) 38%,
    rgba(232, 0, 95, 0.2) 66%,
    rgba(255, 188, 0, 0.2) 100%
  );
  background: linear-gradient(
    145deg,
    rgba(72, 40, 130, 0.2) 25%,
    rgba(105, 70, 150, 0.2) 38%,
    rgba(232, 0, 95, 0.2) 66%,
    rgba(255, 188, 0, 0.2) 100%
  );
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.customer a:hover::after {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.customer a::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 20%,
    rgba(0, 0, 0, 0) 45%
  );
}

.customer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer__content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}

h4.customer__name {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-bottom: 3px;
  font-size: 16px;
}

.customer__description {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
}

.modal__customer .modal__panels--right img {
  inline-size: 100%;
  padding: 0;
}

@media (min-width: 992px) {
  .customers .section__content p {
    font-size: 20px;
  }

  .customers__grid {
    grid-template-rows: repeat(3, 200px);
  }

  .customer:first-of-type {
    grid-column: 1/3;
    grid-row: 1/3;
  }

  .customer:nth-child(12) {
    grid-column: 5/7;
    grid-row: 2/4;
  }

  /* .customer:nth-child(23) {
        grid-column: 9/11;
        grid-row: 1/3;
    } */

  .mfp-ready .modal.modal__customer {
    inline-size: min(90vw, 800px);
    min-block-size: 70vh;
  }

  .modal__customer .modal__panels--right img {
    block-size: 100%;
    object-fit: cover;
  }
}

.checkout-solutions__grid {
  position: relative;
}

.checkout-solutions__grid::before {
  background: url("../../static/img/products/rpos_logo.png") no-repeat;
  background-size: contain;
  block-size: 100%;
  content: "";
  inset-block-start: -100px;
  inset-inline-start: -22px;
  inset-inline-end: -22px;
  opacity: 0.05;
  position: absolute;
}

@media (min-width: 992px) {
  .checkout-solutions__grid::before {
    inline-size: 100%;
    inset-block-start: 0;
    inset-inline-start: 100px;
  }
}

.treazure__grid::before {
  background: url("../../static/img/products/Treazure_logo.svg") no-repeat;
  background-size: contain;
  block-size: 100%;
  content: "";
  inset-block-start: 100px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  opacity: 0.05;
  position: absolute;
}

@media (min-width: 744px) {
  .treazure__grid::before {
    inset-block-start: 100px;
    inset-inline-start: calc(45px + 1vw);
    inset-inline-end: calc(-45px + -1vw);
    max-block-size: 100%;
  }
}

@media (min-width: 992px) {
  .treazure__grid::before {
    inset-block-start: 200px;
    inset-inline-start: calc(90px + 1vw);
    inset-inline-end: calc(-90px + -1vw);
    max-block-size: 80%;
  }
}

@media (min-width: 1300px) {
  .treazure__grid::before {
    inset-inline-start: calc(150px + 1vw);
    inset-inline-end: calc(-150px + -1vw);
    max-inline-size: 80%;
  }
}

@media (min-width: 1440px) {
  .treazure__grid::before {
    inset-block-start: 100px;
    inset-inline-start: calc(180px + 1vw);
    inset-inline-end: calc(-180px + -1vw);
    max-block-size: 90%;
  }
}

.partners {
  background: var(--main-grey);
}

.bg-secondary {
  background-color: var(--main-grey) !important;
}

.partners__text {
  max-inline-size: 824px;
}

.partners :is(h2, h3) {
  color: var(--primary-color);
}

.partners p {
  font: 16px/24px;
  margin-block-end: 60px;
}

@media (min-width: 992px) {
  .partners p {
    font-size: 20px;
    line-height: 32px;
    margin-block-end: 120px;
  }
}

.partners h3 {
  font: 300 20px/24px Poppins;
}

@media (min-width: 992px) {
  .partners h3 {
    font-size: 32px;
    line-height: 36px;
  }
}

#blog {
  padding-left: 10px !important;
  margin-left: -10px !important;
  margin-right: -70px !important;
}

.grid-2-columns .grid-item,
.post-2-columns .post-item,
.portfolio-2-columns .portfolio-item {
  width: 44%;
}

.post-3-columns .post-item {
  width: 30%;
}

.post-item-wrap {
  border-radius: 8px;
  box-shadow: 0 4px 9px 0 rgb(72 40 130 / 10%),
    0 7px 18px 0 rgb(72 40 130 / 13%);
  margin-top: 8px;
}

.partners .post-item-wrap > .post-item-description {
  padding-bottom: 10px !important;
}

.partners h4.section__chapeau {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.partners__grid-container {
}

@media (max-width: 992px) {
  .partners h4.section__chapeau {
    font-size: 16px;
  }
}

.partners__logos {
  align-items: center;
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(auto-fit, 120px);
  grid-auto-rows: 35px;
  justify-items: center;
  max-inline-size: 1000px;
  padding-block: 32px;
}

.partners__logos img {
  block-size: 30px;
  inline-size: 100%;
}

.partners__logos img.square {
  block-size: 50px;
}

.partners__logos img[src*="voyado"] {
  block-size: 21px;
  max-inline-size: auto;
}

@media (min-width: 992px) {
  .partners__logos {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .partners__logos img {
    block-size: 35px;
  }

  .partners__logos img.square {
    block-size: 53px;
  }
}

@media (min-width: 1024px) {
  .partners__logos {
    grid-template-columns: repeat(auto-fit, 150px);
  }
}

@media (min-width: 767px) {
  .partners__logos {
    grid-template-columns: repeat(auto-fit, 150px);
  }
}

@media (min-width: 1150px) {
  .partners__logos {
    grid-template-columns: repeat(auto-fit, 200px);
  }
}

.mfp-bg {
  background-color: var(--dark-overlay);
}

.mfp-ready .modal.modal__custom {
  inline-size: 100vw;
  min-block-size: 100vh;
  padding: 0;
}

.mfp-ready .modal.modal__custom h1 {
  font-size: 32px;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .mfp-ready .modal.modal__custom h1 {
    margin-bottom: 20px;
  }

  .mfp-ready .close__bar {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
    border-top: 1px solid #e1e4e5;
    width: 100%;
    padding: 22px;
  }
}

@media (min-width: 992px) {
  .mfp-ready .modal.modal__custom {
    inline-size: min(90vw, 700px);
    max-inline-size: 90vw;
    min-block-size: 50vh;
    padding: 0;
  }

  .mfp-ready .modal.modal__customer {
    inline-size: min(90vw, 1000px);
  }
}

.modal__panels {
  display: grid;
  grid-template: "img" "text" 1fr;
  position: absolute;
  inset: 0;
}

@media (min-width: 992px) {
  .modal__customer .modal__panels {
    grid-template-columns: 4fr 5fr;
  }

  .modal__panels {
    grid-template-areas: "text img";
    grid-template-columns: 5fr 4fr;
    grid-template-rows: auto;
  }
}

@media (min-width: 2560px) {
  .modal__panels {
    grid-template-areas: "text img";
    grid-template-columns: auto;
    grid-template-rows: 5fr 4fr;
    grid-auto-flow: column;
  }

  .mfp-ready .modal.modal__customer {
    inline-size: min(90vw, 1200px);
    min-block-size: 70vh;
  }
}

.modal .mfp-close {
  /* close button */
  align-items: center;
  /* text inside button */
  align-self: start;
  /* the button */
  color: var(--primary-color);
  display: flex;
  font-size: 16px;
  font-weight: normal;
  justify-self: end;
  line-height: 1;
  margin-block-start: auto;
  position: initial;
  inline-size: initial !important;
  /* override original class */
}

.modal__panels--left {
  block-size: 100%;
  display: flex;
  flex-flow: column;
  grid-area: text;
  padding: 22px;
}

.modal__panels--right {
  align-items: center;
  background: #f2f2f2;
  block-size: 100%;
  display: flex;
  justify-content: center;
}

.modal__panels--right img {
  block-size: auto;
  display: inline-block;
  grid-area: img;
  inline-size: 167px;
  padding-block: 48px;
}

@media (min-width: 992px) {
  .modal__panels--left {
    padding: 40px 48px;
  }
}

/* We are challenge en hiring */
.challenge {
  background: rgb(72, 40, 130);
  background: -moz-linear-gradient(
    145deg,
    rgba(72, 40, 130, 1) 25%,
    rgba(105, 70, 150, 1) 38%,
    rgba(232, 0, 95, 1) 66%,
    rgba(255, 188, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    145deg,
    rgba(72, 40, 130, 1) 25%,
    rgba(105, 70, 150, 1) 38%,
    rgba(232, 0, 95, 1) 66%,
    rgba(255, 188, 0, 1) 100%
  );
  background: linear-gradient(
    145deg,
    rgba(72, 40, 130, 1) 25%,
    rgba(105, 70, 150, 1) 38%,
    rgba(232, 0, 95, 1) 66%,
    rgba(255, 188, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#482882", endColorstr="#ffbc00", GradientType=1);
}

.jobs {
  background-color: var(--main-light);
}

.challenge__address {
  margin-bottom: 32px;
}

.challenge h2 {
  color: white;
}

.challenge h2 + p {
  margin-block: 0 48px;
}

.challenge p {
  color: white;
  font-size: 15px;
  line-height: 24px;
  margin-block: 0;
  max-inline-size: 824px;
}

.challenge h3 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0.2em;
}

.challenge p + p {
  margin-block-start: 16px;
}

.challenge a:any-link,
.challenge a:any-link:hover {
  color: white;
}

@media (min-width: 992px) {
  .challenge__grid {
    display: grid;
    column-gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(33ch, max-content));
    justify-content: space-between;
    row-gap: 24px;
  }

  .challenge__address {
    margin-bottom: 0;
  }

  .challenge h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 12px;
  }

  .challenge p {
    font-size: 18px;
    line-height: 30px;
  }

  .challenge__address p,
  .challenge__address a:any-link {
    font-size: 16px;
    line-height: 24px;
  }

  .challenge__address p span.smaller {
    margin-top: 0.2em;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
  }
}

.jobs .section__content {
  /* margin-bottom: 20px; */
}

.jobs :is(h2, a:any-link) {
  color: var(--primary-color);
}

.jobs p {
  max-inline-size: 824px;
  color: #000;
}

.jobs ul {
  list-style-type: none;
  margin-block: 42px 0;
  padding: 0;
}

/* 
.jobs a:any-link {
    font-size: 16px;
    line-height: 36px;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
} */

.footer__copyright {
  color: var(--text-dark-grey);
  font-size: 12px;
  margin-block: 60px 0;
}

#footer .pipe {
  color: var(--main-grey);
  margin: 0 12px;
}

@media (max-width: 475px) {
  #footer .copyright-notice {
    display: block;
  }

  #footer .pipe {
    display: none;
  }
}

h3.linked,
h3.linked span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    90deg,
    rgba(72, 40, 130, 1) 20%,
    rgba(105, 70, 150, 1) 30%,
    rgba(232, 0, 95, 1) 60%,
    rgba(255, 188, 0, 1) 100%
  );
  font-size: 24px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.jobs .post-item p {
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 767px) {
  #blog.post-3-columns .post-item,
  #blog.post-2-columns .post-item {
    width: 90%;
  }
}

@media (min-width: 992px) {
  .jobs p {
    font-size: 20px;
    line-height: 36px;
  }

  .jobs .post-item p {
    font-size: 16px;
    line-height: 24px;
  }

  .footer__copyright {
    margin-block-start: 200px;
  }
}

.modal p {
  font-weight: 400;
}

.architecture {
  background-color: var(--background-light-blue);
}

.architecture .section__content {
  overflow: auto;
  margin-left: 0;
  margin-right: 0;
}

.architecture .section__title {
  color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 22px;
  padding-right: 22px;
}

.architecture svg {
  margin-top: -40px;
  padding-left: 22px;
  padding-right: 22px;
}

@media (min-width: 992px) {
  .architecture .section__content {
    margin-left: auto;
    margin-right: auto;
  }

  .architecture svg {
    padding: 0;
  }

  .architecture .section__title {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1054px) {
  .architecture svg {
    margin-top: -70px;
  }
}

.architecture svg text {
  font-family: Poppins;
  font-weight: 400;
  /* font-size: 22px; */
}

.architecture
  svg
  text#On_premise_stability_cloud_based_scalability_our_hybrid_offering_to_stay_ahead_of_the_game_ {
  font-size: 20px;
}

.architecture svg text.paragraph {
  font-family: Poppins;
}

@media (min-width: 1054px) {
  .architecture .section__title img {
    display: none;
  }
}

.certification .section__title,
.certification .section__chapeau {
  color: var(--primary-color);
}

.certification__text {
  max-inline-size: 824px;
}

.certification :is(h2, h3) {
  color: var(--primary-color);
}

.certification p {
  font: normal 16px/24px Poppins;
  margin-block-end: 20px;
  font-weight: 400;
  font-size: 15px;
}

@media (min-width: 992px) {
  .certification p {
    font-size: 20px;
    line-height: 32px;
    margin-block-end: 30px;
  }
}

.certification h3 {
  font: 600 20px/24px Poppins;
}

.certification__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(33ch, max-content));
  column-gap: 32px;
  justify-content: space-between;
  text-align: center;
}

.certification img {
  padding: 3em;
  width: 100%;
  max-width: 20em;
}

@media (min-width: 992px) {
  .certification h3 {
    font-size: 32px;
    line-height: 36px;
  }

  .certification__grid {
    grid-template-columns: repeat(auto-fill, minmax(33ch, max-content));
  }
}

.jobs__content p,
.jobs__content ul {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  line-height: 1.7;
  letter-spacing: 0;
  color: #3c4043;
}

.jobs__content h1,
.jobs__content h2 {
  color: var(--primary-color);
  line-height: 1.1;
}

.jobs__content h2 {
  margin-top: 24px;
}

.jobs__content .section__chapeau {
  margin-bottom: 12px;
}

.jobs__content blockquote {
  background-color: var(--background-light-blue);
  border-left: 4px solid var(--primary-color);
  margin: 32px 0;
  padding: 24px 32px;
  font-style: italic;
  position: relative;
}

.jobs__content blockquote p {
  margin-bottom: 0;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 1.6;
}

.jobs__content .news-image {
  width: 100%;
  max-width: 700px;
  margin: 48px 0;
  display: block;
  border-radius: 8px;
}

.event-image {
  width: 100%;
  max-width: 300px;
  height: 200px;
  display: inline-block;
  border-radius: 8px;
  object-fit: cover;
}

.event-images {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0;
}

.event-images a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.event-images a img {
  display: block;
}

.contact-card {
  background-color: var(--background-light-blue);
  border-radius: 8px;
  padding: 32px 24px;
  margin: 32px 0;
}

.contact-card h3 {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}

.contact-card__title {
  color: #666;
  font-size: 16px;
  margin-bottom: 24px;
  font-style: italic;
}

.contact-card__details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-card__link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--primary-color) !important;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s ease;
}

.contact-card__link svg {
  flex-shrink: 0;
}

.contact-card__link:hover {
  color: var(--treazure-color) !important;
  transform: translateX(4px);
}

@media (min-width: 992px) {
  .contact-card {
    padding: 40px 48px;
  }

  .contact-card h3 {
    font-size: 28px;
  }

  .contact-card__title {
    font-size: 18px;
  }

  .contact-card__link {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .jobs__content blockquote {
    padding: 32px 48px;
  }

  .jobs__content blockquote p {
    font-size: 20px;
  }
}

.jobs__page.dark #mainMenu nav > ul > li > a {
  color: #000000;
}

.jobs__page #header.dark .header-inner .lines {
  background-color: #111;
}

.jobs__page #dotsMenu {
  display: none;
}

@media (min-width: 992px) {
  .jobs__content p,
  .jobs__content ul {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

#footer,
#footer .copyright-content {
  background-color: #ffffff;
}

.link-btn-wrapper {
  display: inline-block;
}

.btn-gradient-outline {
  border: none !important;
  width: fit-content !important;
  padding: 13px 24px;
  outline: none;
  position: relative;
  border-radius: 30px;
  background: var(--linear-gradient);
  z-index: 1;
}

.btn-gradient-outline::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: #fff;
  border-radius: 27px;
  z-index: -1;
}

.btn-gradient-outline::after {
  content: attr(data-text);
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  z-index: 2;
}

.btn-gradient-outline:hover::after {
  content: attr(data-text);
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(
    90deg,
    rgba(72, 40, 130, 1) 20%,
    rgba(105, 70, 150, 1) 30%,
    rgba(232, 0, 95, 1) 60%,
    rgba(255, 188, 0, 1) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}

.btn-gradient {
  display: flex;
  align-items: center;
  margin: auto;
  position: relative;
  padding: 20px 20px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 600;
  color: var(--light-color);
  background-clip: padding-box !important;
  /* !importanté */
  border: solid 2px transparent;
  /* !importanté */
  background: var(--primary-color);
  border-radius: 10em;
  height: 30px;
}

.btn-gradient:before {
  background: var(--linear-gradient);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
}

.header-extras {
  display: flex;
  align-items: center;
  width: auto;
}

@media (max-width: 991.98px) {
  .header-extras {
    display: none;
  }

  .mainMenu-open #header #mainMenu {
    width: calc(100% + 60px);
    overflow-y: hidden;
  }

  .mainMenu-open.dark #header .header-inner,
  .mainMenu-open.dark #header #header-wrap,
  .mainMenu-open #header:not(.submenu-light).dark .header-inner,
  .mainMenu-open #header:not(.submenu-light).dark #header-wrap {
    background-color: var(--primary-color) !important;
  }

  .inspiro-slider .container {
    padding: 0 36px;
  }

  .inspiro-slider .slide .container,
  .inspiro-slider .slide .container-wide {
    padding: 120px 36px 36px 36px;
  }

  .inspiro-slider .slide .slide-captions h1,
  .inspiro-slider .slide .slide-captions h2 {
    margin-top: 48px;
  }

  #header.dark .header-inner,
  #header #header-wrap {
    height: 60px;
  }

  #mainMenu-trigger {
    padding-top: 0.7em;
    height: 4em;
  }
}

@media (max-width: 400px) {
  .inspiro-slider .slide .container,
  .inspiro-slider .slide .container-wide {
    padding: 48px 36px 12px 36px;
  }

  .inspiro-slider .slide .slide-captions h1,
  .inspiro-slider .slide .slide-captions h2 {
    margin-top: 36px;
  }

  .inspiro-slider .scroll-down {
    margin-top: 36px;
  }
}

.menu-one-page {
  background-color: var(--primary-color);
  margin: 0 -30px;
  width: 100%;
}

.menu-one-page nav {
  padding: 0 30px;
}

.lines {
  display: inline-block;
  height: 0.1em;
  width: 20px;
  /* border-radius: 4px; */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  background-color: #fff;
  /* top: em; */
}

.lines::before,
.lines::after {
  display: inline-block;
  height: 0.1em;
  width: 20px;
  /* border-radius: 4px; */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform-origin: 5px center;
  -ms-transform-origin: 5px center;
  transform-origin: 5px center;
  width: 100%;
}

.lines::before {
  top: 0.5em;
  width: 10px;
}

.lines.blink::before,
.lines.blink::after,
.lines.blink {
  background-color: #f2f2f2 !important;
}

/* Events page */
#events-intro .section__title {
  color: var(--primary-color);
}

.partners .event > p {
  margin-bottom: 20px;
}

.section__content.event .section__title {
  color: var(--primary-color);
  text-wrap: balance;
}

.section__content.event {
  margin-top: 40px;
}

@media (max-width: 991.98px) {
  .section__content.event {
    margin-top: 40px;
    margin-bottom: 36px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.section__content.event h4.section__chapeau {
  margin-bottom: 10px;
}

.section__content.event > .container > p {
  margin-block-end: 30px;
}

#events .row > [class*="col-"] {
  margin-bottom: 15px;
  display: flex;
}

#events .row > [class*="col-"] > a {
  display: flex;
  width: 100%;
  text-decoration: none;
}

.event-card {
  background: white;
  background-image: url("/static/img/coming-events/orisha-newyear-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  padding-bottom: 16px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.event-card h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.event-card .section__chapeau {
  color: #fff;
  margin-bottom: 15px;
}

.event-card p {
  color: #fff;
  margin-bottom: 20px;
}

.event-card .event-location {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: auto;
  padding-top: 24px;
}

.partners .event-card p {
  line-height: 1.3;
}

@media (min-width: 992px) {
  .event-card h3 {
    line-height: 1.3;
    text-wrap: balance;
  }
}

.event-details-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.event-details-list li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #3c4043;
}

.event-details-list li i {
  margin-right: 6px;
  color: var(--primary-color);
}
.closing-message {
  font-size: 32px;
  line-height: 44px;
  margin-top: 20px;
  max-inline-size: none !important;
}