/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./about-us/aboutUs.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**************************************************************************************
* Resetting CSS
**************************************************************************************/
:root.dark-mode {
  --body-background: #2a2828;
}

:root.light-mode {
  --body-background: #ffffff;
}

::-moz-selection {
  background-color: rgba(60, 11, 66, 0.6470588235);
  color: #efeaf1;
}

::selection {
  background-color: rgba(60, 11, 66, 0.6470588235);
  color: #efeaf1;
}

:focus {
  outline: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  vertical-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  margin: 0;
  padding: 0;
  -webkit-appearance: value;
  -moz-appearance: value;
  appearance: value;
}

a,
button,
img a,
input {
  transition: all ease-in 0.3s;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 10px;
}
@media (max-width: 93.75em) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 65.625em) {
  html {
    font-size: 8px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--body-background);
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  height: auto;
  max-width: 100%;
}

input,
button,
textarea,
select {
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  font: inherit;
  border: none;
  font-size: 1.4rem;
  background-color: transparent;
  padding-left: 7px;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 1rem 2rem 0.2rem 0;
  padding-left: 7px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

a {
  text-decoration: none;
  color: #2a2828;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

.main--container {
  display: grid;
  align-items: start;
  justify-items: start;
  row-gap: 100px;
  width: 100vw;
  margin: 0 0 100px 0;
  grid-template-columns: [full-start] minmax(16rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(16rem, 1fr) [full-end];
}
@media (max-width: 93.75em) {
  .main--container {
    row-gap: 80px;
    margin: 0 0 80px 0;
    grid-template-columns: [full-start] minmax(80px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(80px, 1fr) [full-end];
  }
}
@media (max-width: 65.625em) {
  .main--container {
    row-gap: 60px;
    margin: 0 0 60px 0;
    grid-template-columns: [full-start] minmax(40px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(40px, 1fr) [full-end];
  }
}
@media (max-width: 31.25em) {
  .main--container {
    row-gap: 50px;
    margin: 0 0 40px 0;
    grid-template-columns: [full-start] minmax(20px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(20px, 1fr) [full-end];
  }
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

abbr {
  text-decoration: none;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

:root {
  --header-height: 100px;
}

:root.light-mode {
  --header-color-white: #ffffff;
  --header-color-dark-1: #2a2828;
  --header-color-dark-2: #424242;
  --header-color-dark-3: #737373;
  --header-purple-color: #efeaf1;
  --header-light-background: rgba(255, 255, 255, 0.8);
  --header-backdrop-background: rgba(232, 232, 237, 0.4);
  --header-backdrop-filter: saturate(180%) blur(20px);
  --color-head-nav: #886590;
  --hero-content-color: #737373;
  --text-dark-1: #2a2828;
  --form-btn-background: #562762;
  --form-border: #ccc;
  --form-input-color: #737373;
  --lable-color: #3f3f3e;
  --logo-color: #000;
  --purple-button-background: #562762;
}
:root.light-mode .dark-mode-img {
  display: none;
}
:root.light-mode .dark-mode-img-mob {
  display: none;
}
:root.light-mode .light-mode-img-mob {
  display: block;
}

:root.dark-mode {
  --header-color-white: #2a2828;
  --header-color-dark-1: #efeaf1;
  --header-color-dark-2: #efeaf1;
  --header-color-dark-3: #737373;
  --header-purple-color: #562762;
  --header-light-background: rgba(22, 22, 23, 0.8);
  --header-backdrop-background: rgba(0, 0, 0, 0.4);
  --header-backdrop-filter: saturate(180%) blur(20px);
  --color-head-nav: #ffd164;
  --hero-content-color: #d9d9d9;
  --text-dark-1: #f5f5f5;
  --form-btn-background: #562762;
  --form-border: #ccc;
  --form-input-color: #d9d9d9;
  --lable-color: #f5f5f5;
  --logo-color: #fff;
  --purple-button-background: #91629c;
}
:root.dark-mode .light-mode-img {
  display: none;
}
:root.dark-mode .light-mode-img-mob {
  display: none;
}
:root.dark-mode .dark-mode-img-mob {
  display: block;
}

.gtranslate_wrapper .gt_container-br7fok a.glink span {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
  font-weight: 600;
  margin-left: 5px;
}

.header {
  position: fixed;
  top: 0;
  max-height: 100vh;
  left: 0;
  width: 100%;
  -webkit-backdrop-filter: var(--header-backdrop-filter);
          backdrop-filter: var(--header-backdrop-filter);
  background-color: var(--header-light-background);
  z-index: 999;
}
.header .header-wrapper {
  display: flex;
}
.header .header-wrapper .header-toggle {
  transition: background-color 0.6s cubic-bezier(1, -0.52, 0, 1.1);
  align-self: flex-end;
}
.header .header-wrapper .header-toggle .toggle-btn {
  box-sizing: content-box;
  display: inline-block;
  position: relative;
  width: 63px;
  height: 24px;
  background: linear-gradient(270deg, #ff9996 -4.6%, #ffd164 84.48%);
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25) inset;
}
.header .header-wrapper .header-toggle .toggle-btn.checked {
  background: none;
}
.header .header-wrapper .header-toggle .toggle-btn input {
  position: absolute;
  visibility: hidden;
}
.header .header-wrapper .header-toggle .toggle-btn input:checked ~ .toggle-view {
  transition: 0s;
  background: #3d0743;
}
.header .header-wrapper .header-toggle .toggle-btn input:checked ~ .toggle-view::before {
  left: 65%;
  background-color: #3d0743;
  box-shadow: inset -6px -3px 0px 0px #ffffff;
}
.header .header-wrapper .header-toggle .toggle-btn .toggle-view {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  height: 100%;
  border-radius: 50px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25) inset;
}
.header .header-wrapper .header-toggle .toggle-btn .toggle-view::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  box-shadow: none;
  background-color: white;
  transition: 0.3s;
  transform: translateY(-50%);
  transition-timing-function: cubic-bezier(0.57, 0.36, 0, 0.99);
}
.header .header-wrapper .header-main {
  position: relative;
  display: flex;
  gap: 50px;
  align-items: center;
}
.header .header-wrapper .header-main a .logo-cyntexa {
  margin-top: -10px;
  fill: var(--logo-color);
}
.header .header-wrapper .header-main .cyntexa-home {
  fill: var(--header-color-dark-1);
  width: 110px;
}
@media screen and (max-width: 75em) {
  .header .header-wrapper .header-main .cyntexa-home {
    width: 120px;
  }
}
@media screen and (max-width: 75em) {
  .header .header-wrapper .header-main {
    gap: 30px;
  }
}
.header .header-wrapper .header-main .nav-container {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .header .header-wrapper .header-main .nav-container {
    justify-content: unset;
    gap: 2rem !important;
    align-items: unset;
  }
}
@media screen and (max-width: 75em) {
  .header .header-wrapper .header-main .nav-container {
    gap: 20px;
  }
}
.header .header-wrapper .header-main .nav-container nav {
  display: flex;
  font-size: 16px;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 75em) {
  .header .header-wrapper .header-main .nav-container nav {
    gap: 13px;
  }
}
.header .header-wrapper .header-main .nav-container nav .nav-item {
  color: var(--header-color-dark-1);
  cursor: pointer;
}
.header .header-wrapper .header-main .nav-container nav .nav-item[data-nav] {
  display: flex;
  gap: 5px;
  align-items: center;
}
.header .header-wrapper .header-main .nav-container nav .nav-item[data-nav] svg {
  transition: transform 0.24s cubic-bezier(0.4, 0, 0.6, 1);
  transform-origin: center;
}
.header .header-wrapper .header-main .nav-container nav .nav-item[data-nav].active svg {
  transform: rotate(180deg);
}
.header .header-wrapper .header-main .nav-container nav .header-search {
  width: 20px;
  color: var(--header-color-dark-1);
  fill: var(--header-color-dark-1);
  height: 20px;
  margin-top: -3px;
  cursor: pointer;
}
.header .header-wrapper .header-main .nav-container .get-consultation {
  font-size: 16px;
  font-weight: 500;
  padding: 13px 20px;
  background-color: transparent;
  border: 1px solid var(--header-color-dark-3);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  color: var(--header-color-dark-1);
  transition: border 0.3s ease-out;
}
@media screen and (max-width: 1050px) {
  .header .header-wrapper .header-main .nav-container .get-consultation {
    width: 40%;
    margin-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .header .header-wrapper .header-main .nav-container .get-consultation {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .header .header-wrapper .header-main .nav-container .get-consultation {
    width: 60%;
    padding: 13px 0px;
  }
}
.header .header-wrapper .header-main .nav-container .get-consultation:hover {
  color: #2a2828;
  border: 1px solid #ff80ad;
}
.header .header-wrapper .header-main .nav-container .get-consultation:hover::after {
  opacity: 1;
}
.header .header-wrapper .header-main .nav-container .get-consultation::after {
  content: "";
  width: calc(100% + 2px);
  position: absolute;
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  opacity: 0;
  border-radius: 8px;
  background: linear-gradient(122deg, #ff80ad 30.76%, #ff9996 58.69%, #ffd164 98.53%);
  z-index: -1;
  transition: opacity 0.4s ease-in-out;
}
.header .header-back-drop {
  background-color: var(--header-backdrop-background);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  z-index: -2;
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1), visibility 0.32s step-end;
}

@media screen and (min-width: 1050px) and (max-width: 1280px) {
  .header .links-container > div[data-nav=services] .link-container {
    display: grid;
    flex: unset;
    -moz-column-gap: 60px;
         column-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    justify-items: start;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head {
    display: flex;
    flex-direction: column;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head p {
    color: var(--color-head-nav);
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head a {
    font-size: 12px !important;
  }
  .header .links-container .hide-at-small-desk {
    display: none;
  }
}
@media screen and (min-width: 65.625em) {
  .header .mobile-nav {
    display: none;
  }
  .header.header-open-desktop {
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
  .header.header-open-desktop .header-back-drop {
    opacity: 1;
    transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1), visibility 0.32s step-start;
    visibility: visible;
  }
  .header.header-open-desktop .links-container {
    height: 675px;
    opacity: 1;
    transition: height 0.24s cubic-bezier(0.4, 0, 0.6, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.6, 1) 0.1s;
  }
  .header.header-open-desktop .links-container > div a {
    height: -moz-max-content;
    height: max-content;
    opacity: 1;
    transform: translateY(0px);
    transition-duration: 0.32s;
    transition-delay: calc(0.12s + var(--globalnav-flyout-item-number) * 20ms + 80ms);
  }
  .header.header-open-desktop .links-container div > img {
    opacity: 1;
    transform: scaleY(1);
  }
  .header.header-open-desktop .links-container .show {
    opacity: 1;
    visibility: visible;
    transition: all 0.24s cubic-bezier(0.4, 0, 0.6, 1) 80ms;
  }
  .header .header-wrapper {
    flex-direction: column;
    height: 110px;
    padding: 0 20px;
    justify-content: space-evenly;
  }
  .header .links-container {
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: var(--header-color-white);
    opacity: 0;
    z-index: -1;
    transition: height 0.24s cubic-bezier(0.4, 0, 0.6, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.6, 1) 0.14s;
  }
  .header .links-container .back-btn {
    display: none;
  }
  .header .links-container > div {
    grid-area: 1/1/1/1;
    visibility: hidden;
    opacity: 0;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
    padding: 140px 40px 40px 100px;
    transform-origin: top;
    font-size: 16px;
    transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  }
  .header .links-container > div a {
    opacity: 0;
    color: var(--header-color-dark-2);
    transform: translateY(-4px);
    transition-property: opacity, transform;
    transition-duration: min(0.2s + 20ms * (var(--globalnav-flyout-item-total) - var(--globalnav-flyout-item-number)), 0.1s);
    transition-delay: 0s;
  }
  .header .links-container > div[data-nav=services] .link-container {
    display: grid;
    flex: unset;
    -moz-column-gap: 60px;
         column-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head {
    display: flex;
    flex-direction: column;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head p {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--color-head-nav);
    font-weight: 500;
    font-family: "Roboto";
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head a {
    margin-top: 15px;
    font-size: 14px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head .toggle-icon {
    display: none;
  }
  .header .links-container > div > img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 20%;
    max-width: 250px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    aspect-ratio: 1/1.2;
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.6, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1) 0.15s;
  }
  .header .links-container > div .link-container {
    display: flex;
    flex: 1;
    padding: 20px 0;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }
  .header .links-container > div .link-container a {
    transition: all 0.24s ease-in-out;
  }
  .header .links-container > div .link-container a::before {
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
    position: absolute;
    width: 0;
    bottom: -3px;
    border-top: 0.2px solid #a08da5;
  }
  .header .links-container > div .link-container a:hover {
    color: #a08da5;
  }
  .header .links-container > div .link-container a:hover::before {
    width: 100%;
    opacity: 1;
  }
}
@media screen and (max-width: 65.5625em) {
  .header img {
    display: none;
  }
  .header .header-wrapper {
    position: absolute;
    width: 100%;
    left: 100%;
    background-color: var(--header-color-white);
    flex-direction: column-reverse;
    height: 100vh;
    transition: all 0.24s ease-in-out;
    height: 100dvh;
  }
  .header .header-wrapper.open-header {
    left: 0;
  }
  .header .header-wrapper .header-toggle {
    padding: 0 35px;
    height: 10vh;
    align-self: start;
    height: 10dvh;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 1050px) {
  .header .header-wrapper .header-toggle {
    position: absolute;
    top: -18px;
    right: 2%;
    z-index: 999;
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 31.25em) {
  .header .header-wrapper .header-toggle {
    top: -5px;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .header-wrapper .header-main {
    height: 90dvh;
    height: 90vh;
    align-items: flex-end;
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 1050px) {
  .header .header-wrapper .header-main {
    align-items: unset;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .header-wrapper .header-main .cyntexa-home {
    display: none;
  }
  .header .header-wrapper .header-main .nav-container {
    flex: 1;
    flex-direction: column;
    gap: 0;
  }
  .header .header-wrapper .header-main .nav-container nav {
    width: 100%;
    align-items: flex-start;
    padding-top: 80px;
    gap: 0;
    padding-bottom: 30px;
    height: calc(75dvh - 70px);
    flex-direction: column;
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 1050px) {
  .header .header-wrapper .header-main .nav-container nav {
    padding-top: 50px;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .header-wrapper .header-main .nav-container nav svg {
    transform: rotate(-90deg);
  }
  .header .header-wrapper .header-main .nav-container nav svg.header-search {
    display: none;
  }
  .header .header-wrapper .header-main .nav-container nav .nav-item {
    display: flex;
    padding: 15px 50px;
    width: 100%;
    justify-content: space-between;
  }
  .header .header-wrapper .header-main .nav-container nav .nav-item:hover {
    background-color: var(--header-purple-color);
  }
  .header .header-wrapper .header-main .nav-container nav .nav-item[data-nav=resources] {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 1050px) {
  .header .header-wrapper .header-main .nav-container nav .nav-item[data-nav=resources] {
    margin-bottom: unset;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .header-wrapper .header-main .get-consultation {
    height: 50px;
  }
  .header .links-container {
    position: absolute;
    top: 75px;
    left: 100%;
    width: 100%;
    transition: all 0.2s ease-in-out;
    background: var(--header-color-white);
    height: calc(90dvh - 145px);
    overflow-y: auto;
  }
  .header .links-container.open-container {
    left: 0;
  }
  .header .links-container .back-btn {
    padding: 0 15px;
    gap: 10px;
    font-size: 14px;
    color: var(--header-color-dark-1);
    display: inline-flex;
    text-decoration: underline;
    transform-origin: center;
    cursor: pointer;
  }
  .header .links-container .back-btn:active {
    scale: 0.9;
  }
  .header .links-container .back-btn svg {
    rotate: 90deg;
    width: 15px;
  }
  .header .links-container > div {
    padding-top: 15px;
    display: none;
  }
  .header .links-container > div.show {
    display: block;
  }
  .header .links-container > div .link-container {
    background-color: var(--header-color-white);
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 9;
  }
  .header .links-container > div .link-container a {
    display: flex;
    align-items: center;
    height: 38px;
    color: var(--header-color-dark-1);
    width: 100%;
    padding: 0 50px;
    font-size: 16px;
  }
  .header .links-container > div .link-container a:hover, .header .links-container > div .link-container a:active {
    padding: 0 70px;
    background-color: var(--header-purple-color);
  }
  .header .links-container > div .link-container p {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--color-head-nav);
    font-weight: 500;
    font-family: "Roboto";
    padding: 0 50px;
  }
  .header .links-container > div .link-container .flex-inner-head {
    margin-top: 2rem;
  }
  .header .links-container > div .link-container .flex-inner-head a {
    display: none;
  }
  .header .links-container > div .link-container .flex-inner-head.active a {
    display: flex;
  }
  .header .links-container > div .link-container .flex-inner-head.active .toggle-icon {
    transform: rotate(180deg);
  }
  .header .links-container > div .link-container .flex-inner-head p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .header .links-container > div .link-container .flex-inner-head .toggle-icon {
    transition: transform 0.3s ease;
  }
  .header .mobile-nav {
    display: flex;
    align-items: center;
    padding: 20px 20px;
  }
  .header .mobile-nav .logo-cyntexa {
    display: block !important;
    fill: var(--logo-color);
  }
  .header .mobile-nav .hamburger {
    width: 20px;
    z-index: 1;
    cursor: pointer;
  }
  .header .mobile-nav .hamburger.active .line:nth-child(1) {
    width: 100%;
    transform: translateY(5px) rotate(45deg);
  }
  .header .mobile-nav .hamburger.active .line:nth-child(3) {
    width: 100%;
    transform: translateY(-7px) rotate(-45deg);
  }
  .header .mobile-nav .hamburger.active .line:nth-child(2) {
    opacity: 0;
  }
  .header .mobile-nav .hamburger .line {
    width: 100%;
    height: 2px;
    background-color: var(--header-color-dark-1);
    display: block;
    margin: 4px 0;
    transition: all 0.3s ease-in-out;
  }
  .header .mobile-nav .hamburger .line:not(:nth-child(2)) {
    width: 75%;
  }
  .header .mobile-nav .cyntexa-home {
    width: 120px;
    z-index: 1;
    margin: 0 auto;
    fill: var(--header-color-dark-1);
    color: var(--header-color-dark-1);
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 31.25em) {
  .header .mobile-nav .cyntexa-home {
    width: 90px;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .mobile-nav .header-search {
    fill: var(--header-color-dark-1);
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 31.25em) {
  .header .mobile-nav .header-search {
    width: 20px;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .mobile-nav .header-search:hover {
    cursor: pointer;
    scale: 0.95;
    color: var(--header-purple-color);
  }
}
@media screen and (min-height: 43.75em) and (max-width: 65.625em) {
  .header .links-container > div .link-container a {
    height: 44px;
  }
  .header .header-wrapper .header-main .nav-container nav .nav-item {
    height: 44px;
  }
}
:root.light-mode {
  --color-btn-dark: #282828;
}

:root.dark-mode {
  --color-btn-dark: #ffffff;
}

.btn {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.7px;
  text-decoration: none;
  padding: 1.2rem 3rem;
  color: var(--color-primary-1);
  transition: padding 0.4s;
  display: inline-block;
  white-space: nowrap;
  z-index: 1;
  background-color: transparent;
}
.btn-animation--ball {
  position: relative;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.btn-animation--ball:hover {
  border-top: 1px solid var(--color-btn-dark);
  border-bottom: 1px solid var(--color-btn-dark);
  padding-right: 1.5rem;
  padding-left: 4.5rem;
  color: var(--color-btn-dark);
}
.btn-animation--ball::after {
  content: "";
  height: 40%;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  aspect-ratio: 1;
  background: #ff9996;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.4s linear;
}
.btn-animation--ball::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 2px);
  transition: all 0.4s;
  background: linear-gradient(180deg, #ff80ad 0%, #ff9996 46.35%, #ffd164 100%);
  top: -1px;
  left: 0;
  z-index: -1;
}
.btn-animation--ball:hover::before {
  opacity: 0;
}
.btn-animation--ball:hover::after {
  left: 100%;
  opacity: 1;
  translate: -50% -50%;
}

:root.light-mode {
  --footer-form-label: #3f3f3e;
  --footer-form-form-background: #f5f5f5;
  --footer-form-modal-background: #fff;
  --footer-form-description: #737373;
  --footer-form-heading: #424242;
  --footer-form-border: #ccc;
  --footer-form-dark: #2a2828;
  --color-head-nav: #886590;
}

:root.dark-mode {
  --footer-form-label: #f5f5f5;
  --footer-form-dark: #fff;
  --footer-form-form-background: #323232;
  --footer-form-modal-background: #2a2828;
  --footer-form-description: #d9d9d9;
  --footer-form-heading: #f5f5f5;
  --footer-form-border: #ccc;
  --color-head-nav: #ffd164;
}

body.modal-active {
  overflow: hidden;
}

.loading-div {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.loading-div.active {
  display: flex;
}

.footer {
  width: 100%;
  padding: 50px 100px 100px 100px;
  background: #1d0420;
  color: #ffffff;
}
.footer .footer-badges-2 {
  display: none;
}
.footer .footer-main .footer-services {
  width: 230px;
}
.footer .footer-main .footer-services .flex-inner-head2 {
  margin-top: 2rem;
  width: 100%;
}
.footer .footer-main .footer-services .flex-inner-head2 a {
  display: none;
}
.footer .footer-main .footer-services .flex-inner-head2.active a {
  display: flex;
}
.footer .footer-main .footer-services .flex-inner-head2.active .toggle-icon {
  transform: rotate(180deg);
}
.footer .footer-main .footer-services .flex-inner-head2 p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 20px;
  color: #d9d9d9;
  font-weight: 500;
  font-family: "Roboto";
}
.footer .footer-main .footer-services .flex-inner-head2 .toggle-icon {
  transition: transform 0.3s ease;
  color: inherit;
  fill: none;
}
.footer-logo__cyntexa {
  display: block;
}
.footer > *:not(:last-child) {
  margin-bottom: 30px;
}
.footer > * {
  margin: 0 auto;
  max-width: 1280px;
}
.footer svg {
  color: #ffffff;
  fill: #ffffff;
}
.footer svg:hover:not(.footer-logo-cyntexa) {
  color: #ad7eb9;
}
.footer-main {
  display: flex;
  justify-content: space-between;
}
.footer--heading {
  color: #655969;
  font-family: "Raleway";
  font-size: 27px;
  line-height: 34px;
  pointer-events: none;
  font-weight: 500;
  margin-bottom: 30px;
}
.footer .detail-links {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  align-items: flex-start;
  margin-top: 10px;
  gap: 10px;
}
.footer .subscribe-form {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  background: rgba(61, 7, 67, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.45);
  padding: 20px;
  width: 100%;
}
@media (max-width: 93.75em) {
  .footer .subscribe-form {
    width: 90%;
  }
}
@media (max-width: 65.625em) {
  .footer .subscribe-form {
    width: 75%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media (max-width: 31.25em) {
  .footer .subscribe-form {
    width: 100%;
  }
}
.footer .subscribe-form .sub_head {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 31.25em) {
  .footer .subscribe-form .sub_head {
    text-align: center;
  }
}
.footer .subscribe-form .flex-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 65.625em) {
  .footer .subscribe-form .flex-input {
    flex-wrap: wrap;
  }
}
.footer .subscribe-form .flex-input ::-moz-placeholder {
  font-size: 14px;
  color: #d9d9d9;
  font-weight: 400;
}
.footer .subscribe-form .flex-input ::placeholder {
  font-size: 14px;
  color: #d9d9d9;
  font-weight: 400;
}
.footer .subscribe-form .flex-input .input-field {
  position: relative;
}
@media (max-width: 65.625em) {
  .footer .subscribe-form .flex-input .input-field {
    width: 100%;
  }
}
@media (max-width: 31.25em) {
  .footer .subscribe-form .flex-input .input-field {
    width: 100%;
  }
}
.footer .subscribe-form .flex-input .input-field input {
  border-bottom: 1px solid #d9d9d9;
  font-size: 14px;
  color: #d9d9d9;
  font-weight: 400;
  padding-bottom: 10px;
}
@media (max-width: 93.75em) {
  .footer .subscribe-form .flex-input .input-field input {
    width: 100%;
  }
}
.footer .subscribe-form .flex-input .input-field .just-validate-error-label {
  font-size: 12px;
  margin-top: 10px;
  position: absolute;
  bottom: -3px;
  transform: translate(0%, 110%);
  left: 0;
  color: #ff0000 !important;
}
.footer .subscribe-form .button-Signup {
  width: 100%;
  margin-top: 30px;
}
.footer .subscribe-form .button-Signup button {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.48px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  width: 100%;
  display: block;
  padding: 8px 10px;
  border-radius: 5px;
  cursor: pointer;
  border: 0.8px solid #d9d9d9;
}
.footer a[class$=link] {
  position: relative;
}
.footer a[class$=link]:hover, .footer-more-btn:hover {
  color: #a08da5;
}
.footer a[class$=link]:hover:before {
  width: 95%;
  opacity: 1;
}
.footer a[class$=link]:before {
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
  position: absolute;
  width: 0;
  bottom: 3px;
  border-top: 0.2px solid #a08da5;
}
.footer a[class$=link] {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  display: inline-block;
}
.footer-services, .footer-products, .footer-resources {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-badges {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.footer-badge {
  width: 60px;
  height: 64px;
  display: flex;
}
.footer-social-media--links {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  flex-grow: 1;
}
.footer-social-media--links svg {
  height: 15px;
  width: 15px;
  padding: 5px;
  box-sizing: content-box;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.footer-social-media--links svg.social-icon:hover {
  color: #ffffff;
  border-color: transparent;
}
.footer-social-media--links svg.facebook-icon:hover {
  background-color: #4267b2;
}
.footer-social-media--links svg.twitter-icon:hover {
  background-color: #ffffff;
  color: #14171a;
}
.footer-social-media--links svg.instagram-icon:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff;
}
.footer-social-media--links svg.linkedin-icon:hover {
  background-color: #0a66c2;
}
.footer-social-media--links svg.youtube-icon:hover {
  background-color: red;
}
.footer-social-media--links svg.snapchat-icon:hover {
  background-color: #fffc00;
  color: black;
}
.footer .dmca-protected {
  width: 145px;
  height: 25px;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.footer-dmca--logo {
  width: 145px;
}
.footer .legal {
  display: flex;
  margin-top: 50px;
  align-items: center;
  gap: 50px;
  font-size: 12px;
  font-weight: 300;
}
.footer .legal a {
  color: inherit;
}
.footer .legal > * {
  transition: all 0.4s ease-in-out;
}
.footer .legal > *:hover {
  color: #a08da5;
}
.footer .copyright,
.footer .iso-certified {
  pointer-events: none;
}
.footer .privacy-policy:hover,
.footer .terms:hover {
  cursor: pointer;
}

/*** Media Queries ***/
@media screen and (max-width: 81em) {
  .footer {
    padding: 30px 35px 50px 35px;
  }
  .footer .footer a[class$=link] {
    font-size: 15px;
  }
  .footer--heading {
    font-size: 26px;
  }
  .footer .legal {
    font-size: 11px;
  }
  .footer .detail-links {
    min-width: 130px;
  }
}
@media screen and (max-width: 1240px) {
  .footer .footer-main .footer-services {
    width: 200px;
  }
  .footer .footer-main .footer-badges {
    display: none;
  }
  .footer .footer-badges-2 {
    display: flex;
    justify-content: end;
    gap: 2rem;
    align-items: center;
  }
}
@media screen and (max-width: 62.5em) {
  .footer-main {
    flex-wrap: wrap;
    gap: 30px;
  }
  .footer .detail-links {
    margin-top: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-social-media--links {
    flex-basis: 100%;
    margin-top: 20px;
  }
  .footer-logo__cyntexa {
    display: flex;
    justify-content: center;
  }
  .footer-services {
    order: 1;
    flex-basis: 70%;
  }
  .footer-badges {
    order: 2;
  }
  .footer-products {
    order: 3;
  }
  .footer-resources {
    order: 4;
  }
  .footer .detail-links {
    order: 5;
    margin-top: 10px;
  }
  .footer-more-btn {
    margin-top: auto;
    margin-bottom: 20px;
  }
  .footer .legal {
    flex-wrap: wrap;
    gap: 15px;
    color: #d9d9d9;
  }
  .footer .dmca-protected {
    order: 1;
    flex-basis: 100%;
    justify-content: flex-start;
  }
  .footer .iso-certified {
    order: 2;
  }
  .footer .privacy-policy {
    order: 3;
  }
  .footer .terms {
    order: 4;
  }
  .footer .copyright {
    order: 5;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .footer-main .footer-services {
    width: 250px;
  }
  .footer .footer-main .footer-badges {
    display: flex;
    padding: 0px 20px;
  }
  .footer .footer-badges-2 {
    display: none;
    justify-content: center;
    gap: 10rem;
    align-items: center;
  }
}
@media screen and (max-width: 37.5em) {
  .footer .footer-main .footer-badges {
    padding: 0px 0px;
  }
  .footer--heading {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .footer a[class$=link] {
    font-size: 14px;
  }
  .footer-badges {
    gap: 5px;
  }
  .footer-badge {
    height: 60px;
    width: 65px;
  }
}
@media screen and (max-width: 25.5em) {
  .footer--heading {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .footer a[class$=link] {
    font-size: 13px;
    line-height: 28px;
  }
  .footer .footer-badge {
    height: 48px;
    width: 46px;
  }
  .footer-main {
    gap: 18px;
  }
  .footer-more-btn {
    margin: auto 0;
  }
}
#zoho-iframe {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
#zoho-iframe .modal {
  z-index: 1;
  position: relative;
}
#zoho-iframe .modal .close {
  font-size: 3rem;
  transform: scaleX(1.3);
  position: absolute;
  right: 0px;
  color: white;
  cursor: pointer;
  top: -34px;
}
#zoho-iframe .modal iframe {
  pointer-events: none;
  height: 80vh;
  width: 100%;
}
#zoho-iframe.open {
  transform: scale(1);
}
#zoho-iframe.open .modal {
  width: 70%;
  background: var(--footer-form-modal-background);
}
#zoho-iframe.open iframe {
  pointer-events: all;
}
#zoho-iframe .success-backdrop {
  transition-duration: 0.4s;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(8, 7, 7, 0.6);
  transition: opacity 0.4s linear;
}

#next-gen-form {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  overflow-y: scroll;
  left: 0;
  transform: scale(0);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
#next-gen-form .just-validate-error-label {
  position: absolute;
  bottom: -1px;
  transform: translate(0%, 110%);
  left: 0;
}
#next-gen-form .modal {
  border-radius: 8px;
  z-index: 1;
  width: 100%;
  max-width: 1060px;
  margin: 4rem;
  padding-top: 4rem;
  padding-right: 6rem;
  position: relative;
  background: var(--footer-form-modal-background);
  display: grid;
  gap: 5rem;
  grid-template-columns: 1fr 1fr;
  overflow-y: auto;
  max-height: 100vh;
}
@media (max-width: 65.625em) {
  #next-gen-form .modal {
    gap: 3rem;
  }
}
@media (max-width: 31.25em) {
  #next-gen-form .modal {
    padding: 3rem;
  }
}
#next-gen-form .modal .form-description,
#next-gen-form .modal .modal-heading,
#next-gen-form .modal .looking-career {
  padding-left: 3rem;
}
@media (max-width: 31.25em) {
  #next-gen-form .modal .form-description,
  #next-gen-form .modal .modal-heading,
  #next-gen-form .modal .looking-career {
    padding-left: 0;
  }
}
#next-gen-form .modal .close {
  font-size: 2.5rem;
  transform: scaleX(1.3);
  position: absolute;
  right: 15px;
  color: var(--footer-form-description);
  cursor: pointer;
  top: 15px;
}
@media (max-width: 31.25em) {
  #next-gen-form .modal .close {
    top: 8px;
    right: 8px;
  }
}
#next-gen-form .modal form {
  padding: 2.5rem;
  border-radius: 8px;
  background: var(--footer-form-form-background);
  display: flex;
  box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  gap: 2rem;
}
#next-gen-form .modal .modal-heading {
  grid-column: span 2;
  font-size: 3rem;
  font-weight: 500;
  color: var(--footer-form-heading);
}
@media (max-width: 31.25em) {
  #next-gen-form .modal .modal-heading {
    font-size: 2.6rem;
    padding-top: 2rem;
  }
}
#next-gen-form .modal .form-container {
  display: flex;
  grid-area: 2/2/3/3;
  flex-direction: column;
  gap: 3rem;
  justify-content: space-between;
}
@media (max-width: 31.25em) {
  #next-gen-form .modal .form-container {
    grid-area: 2/1/3/3;
  }
}
#next-gen-form .modal .form-data {
  margin-bottom: 3rem;
  color: var(--footer-form-description);
  font-size: 1.2rem;
  align-self: flex-end;
  line-height: 1.4;
  justify-self: flex-end;
}
@media (max-width: 31.25em) {
  #next-gen-form .modal .form-data {
    margin: 0;
  }
}
#next-gen-form .modal .form-content {
  grid-area: 2/1/3/2;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 31.25em) {
  #next-gen-form .modal .form-content {
    display: none;
  }
}
#next-gen-form .modal .looking-career-small {
  flex-direction: column;
  gap: 2rem;
  color: var(--footer-form-dark);
  display: none;
  align-items: flex-start;
  grid-column: span 2;
}
#next-gen-form .modal .looking-career-small a {
  font-size: 1.8rem;
  color: var(--footer-form-description);
}
#next-gen-form .modal .form-description {
  line-height: 1.4;
  font-size: 1.6rem;
  color: var(--footer-form-description);
}
#next-gen-form .modal .looking-heading {
  font-size: 2rem;
}
#next-gen-form .modal .input-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
#next-gen-form .modal .input-group label {
  color: var(--footer-form-heading);
  font-size: 1.4rem;
}
#next-gen-form .modal .input-group label.hidden-label {
  display: none;
}
#next-gen-form .modal .input-group input::-moz-placeholder {
  color: transparent;
}
#next-gen-form .modal .input-group input::placeholder {
  color: transparent;
}
#next-gen-form .modal .input-group input {
  border-bottom: 1px solid var(--footer-form-border);
  color: var(--footer-form-heading);
  width: 100%;
  font-size: 1.4rem;
}
#next-gen-form .modal .input-group .phone-wrapper {
  display: flex;
}
#next-gen-form .modal .input-group div.select {
  border: none;
  width: auto;
  margin-top: 0;
}
#next-gen-form .modal .input-group div.select select {
  padding: 0;
  padding-right: 4rem;
  z-index: 2;
}
#next-gen-form .modal .input-group div.select select.countries-name {
  padding-bottom: 5px;
  line-height: 1.3;
}
#next-gen-form .modal abbr {
  color: #ee3b2d;
}
#next-gen-form .modal div.select {
  width: 100%;
  border-bottom: 1px solid #2a2828;
  color: var(--footer-form-heading);
}
#next-gen-form .modal div.select select {
  width: 100%;
  color: var(--footer-form-heading);
}
#next-gen-form .modal div.select select option {
  color: #282828;
}
#next-gen-form .modal .select {
  display: flex;
  align-items: center;
  padding-bottom: 0.4rem;
  position: relative;
}
#next-gen-form .modal .select select {
  padding-top: 0;
  padding-bottom: 0;
  flex-shrink: 0;
}
#next-gen-form .modal .select svg {
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 30%;
}
#next-gen-form .modal .phone-group {
  display: flex;
}
#next-gen-form .modal .phone-group .phone-wrapper {
  position: relative;
  flex-grow: 1;
  gap: 0.5rem;
}
#next-gen-form .modal .phone-group .phone-wrapper .select {
  border-bottom: 1px solid var(--footer-form-border);
}
#next-gen-form .modal .phone-group input {
  width: auto;
  flex: 1;
}
#next-gen-form .modal .country-group select {
  border-bottom: 1px solid var(--footer-form-border);
}
#next-gen-form .modal .looking-career {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  gap: 2rem;
  color: var(--footer-form-dark);
}
#next-gen-form .modal .looking-career a {
  font-size: 1.6rem;
  width: auto;
  color: var(--footer-form-description);
}
#next-gen-form .modal .btn {
  color: white;
  width: 100%;
  cursor: pointer;
}
#next-gen-form .modal .btn:hover {
  color: var(--footer-form-heading);
}
#next-gen-form .modal .btn.btn-animation--ball::before {
  background: linear-gradient(180deg, #3d0743 -17.65%, #562762 100%);
}
#next-gen-form .modal .btn:after {
  background-color: #ffd164;
}
#next-gen-form .modal picture {
  width: 75%;
  min-width: 300px;
}
@media (max-width: 65.625em) {
  #next-gen-form .modal picture {
    min-width: 200px;
    width: 100%;
  }
}
#next-gen-form.open {
  transform: scale(1);
}
#next-gen-form.open .modal {
  background: var(--footer-form-modal-background);
}
#next-gen-form .select {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#next-gen-form .drop-down {
  transition: transform 0.3s;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#next-gen-form .toggled .drop-down {
  transform: translateY(-50%) rotate(180deg);
}

.next-gen-backdrop {
  display: none;
  transition-duration: 0.4s;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(8, 7, 7, 0.6);
  transition: opacity 0.4s linear;
}

#next-gen-form.open + .next-gen-backdrop {
  display: block;
}

.webinar-stripe {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 95%;
}
@media (max-width: 31.25em) {
  .webinar-stripe {
    width: 100%;
  }
}
.webinar-stripe .bottom-bar {
  position: relative;
}
.webinar-stripe .bottom-bar .stripe-main {
  width: 100%;
  display: block;
}
.webinar-stripe .bottom-bar .stripe-main img {
  width: 100%;
}
.webinar-stripe .bottom-bar .stripe-part {
  position: absolute;
  bottom: 0%;
  right: 75px;
  width: 15%;
}
@media screen and (max-width: 1050px) {
  .webinar-stripe .bottom-bar .stripe-part {
    right: 45px;
  }
}
@media screen and (max-width: 700px) {
  .webinar-stripe .bottom-bar .stripe-part {
    right: 25px;
  }
}
.webinar-stripe .bottom-bar .stripe-part img {
  width: 100%;
}
@media (max-width: 31.25em) {
  .webinar-stripe .bottom-bar .stripe-part {
    display: none;
  }
}
.webinar-stripe .bottom-bar .stripe-part-2 {
  position: absolute;
  top: -12px;
  left: 0px;
  width: 9%;
}
@media screen and (max-width: 900px) {
  .webinar-stripe .bottom-bar .stripe-part-2 {
    top: -6px;
  }
}
.webinar-stripe .bottom-bar .stripe-part-2 img {
  width: 100%;
}
@media (max-width: 31.25em) {
  .webinar-stripe .bottom-bar .stripe-part-2 {
    display: none;
  }
}

.overlay_cookies {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1200;
}

.cookie-banner {
  display: none;
  position: fixed;
  bottom: 25px;
  left: 20px;
  width: 350px;
  background-color: #fff;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1300;
}
@media (max-width: 31.25em) {
  .cookie-banner {
    bottom: 15px;
    left: 15px;
    width: 260px;
    padding: 10px;
  }
}
.cookie-banner div {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 31.25em) {
  .cookie-banner div {
    align-items: end;
  }
}
.cookie-banner div svg {
  width: 50px;
}
@media (max-width: 31.25em) {
  .cookie-banner div svg {
    width: 40px;
  }
}
.cookie-banner div p {
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 31.25em) {
  .cookie-banner div p {
    font-size: 16px;
  }
}
.cookie-banner p {
  margin: 20px 0;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
}
@media (max-width: 31.25em) {
  .cookie-banner p {
    margin: 15px 0;
    font-size: 11px;
  }
}
.cookie-banner p a {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 31.25em) {
  .cookie-banner p a {
    font-size: 11px;
  }
}
.cookie-banner .cookie-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cookie-banner .cookie-buttons .btn {
  padding: 10px 15px;
  border: none;
  font-weight: 500;
  font-family: Roboto;
  cursor: pointer;
  font-size: 14px;
  border-radius: 2px;
  transition: background-color 0.3s;
  width: 50%;
}
@media (max-width: 31.25em) {
  .cookie-banner .cookie-buttons .btn {
    padding: 6px 8px;
    font-size: 11px;
  }
}
.cookie-banner .cookie-buttons .accept {
  background-color: #91629c;
  color: white;
}
.cookie-banner .cookie-buttons .accept:hover {
  background-color: #72467c;
}
.cookie-banner .cookie-buttons .necessary {
  background-color: #d9d9d9;
  color: #424242;
}
.cookie-banner .cookie-buttons .necessary:hover {
  background-color: #9d9d9d;
}

.snowflake {
  position: fixed;
  top: -10px;
  left: 0;
  color: #fff;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  animation: fall linear infinite;
}

/* Falling animation */
@keyframes fall {
  to {
    transform: translateY(100vh);
  }
}
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root.light-mode {
  --faq-heading-color: #000;
  --faq-question-color: #424242;
  --faq-question-icon-color: #562762;
  --color-faq-light-3: #737373;
  --faq-btn-color: #3d0743;
}

:root.dark-mode {
  --faq-heading-color: #f5f5f5;
  --faq-question-color: #d9d9d9;
  --faq-question-icon-color: #91629c;
  --color-faq-light-3: #a5a5a5;
  --faq-btn-color: #91629c;
}

.faq-section {
  grid-column: center-start/center-end;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 100%;
}
.faq-section .faq-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-left: 1.3rem;
  width: 70%;
}
@media (max-width: 65.625em) {
  .faq-section .faq-content {
    width: 100%;
  }
}
@media (max-width: 31.25em) {
  .faq-section .faq-content {
    gap: 1.5rem;
  }
}
.faq-section .faq-content .faq {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
.faq-section .faq-content .faq.hidden-faq {
  display: none;
}
.faq-section .faq-content .faq .faq-question {
  border: none;
  background: transparent;
  color: var(--faq-question-color);
  font-family: Roboto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px;
  display: flex;
  align-items: baseline;
  text-align: left;
  gap: 1.9rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq .faq-question {
    font-size: 14px;
  }
}
.faq-section .faq-content .faq .faq-question:focus {
  box-shadow: none;
}
.faq-section .faq-content .faq .faq-question span {
  margin-left: 40px;
  color: var(--faq-question-color);
  font-family: Roboto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq .faq-question span {
    margin-left: 20px;
  }
}
.faq-section .faq-content .faq .faq-question h3 {
  margin-left: 40px;
  color: var(--faq-question-color);
  font-family: Roboto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq .faq-question h3 {
    margin-left: 20px;
  }
}
.faq-section .faq-content .faq .faq-question::after {
  background: var(--faq-btn-color);
  content: "";
  height: 2px;
  margin-right: 37px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq .faq-question::after {
    top: 40%;
    width: 8px;
  }
}
.faq-section .faq-content .faq .faq-question::before {
  background: var(--faq-btn-color);
  content: "";
  height: 2px;
  margin-right: 37px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  width: 14px;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq .faq-question::before {
    top: 40%;
    width: 8px;
  }
}
.faq-section .faq-content .faq-answer {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  color: var(--color-faq-light-3);
  font-family: Roboto;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 26.4px;
  transition: transform 0.2s linear;
  transform: translateX(0px);
  /* 120% */
  padding-left: 3.9rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq-answer {
    font-size: 14px;
  }
}
.faq-section .faq-content .faq-answer ul {
  list-style-type: disc;
}
.faq-section .faq-content .faq-answer ul li a {
  color: var(--faq-question-icon-color);
  font-weight: 500;
}
.faq-section .faq-content .faq-answer ul li .highlight {
  font-weight: 500;
}
.faq-section .faq-content .faq-answer ol {
  list-style-type: auto;
}
.faq-section .faq-content .faq-answer.faq-show {
  display: block;
  animation: display-ans 2s ease;
}
@keyframes display-ans {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.faq-section .faq-content .faq-answer p {
  color: inherit;
  font-size: inherit;
}
.faq-section .faq-content .faq-answer p a {
  color: var(--faq-question-icon-color);
  text-decoration: underline;
  font-weight: 500;
}
.faq-section .faq.active .faq-question::before {
  opacity: 0;
}
.faq-section .faq.active .faq-answer {
  height: auto;
  opacity: 1;
  transform: translateX(0px);
}
.faq-section .faq.active .faq-question-icon .faq-plus {
  opacity: 0;
}
.faq-section .faq.active .faq-question-icon .faq-minus {
  opacity: 1;
}
.faq-section .faq-btn-div {
  padding-left: 5.2rem;
}
.faq-section .faq-btn-div .faq-view-btn {
  border: none;
  background-color: transparent;
  color: var(--faq-question-color);
  text-align: center;
  font-family: Roboto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 212.5% */
  text-transform: capitalize;
  cursor: pointer;
}
.faq-section .faq-btn-div .faq-view-btn:focus {
  box-shadow: none;
}

:root {
  --color-fixed-light: #ffffff;
  --color-fixed-light-2: #f5f5f5;
  --color-fixed-light-3: #737373;
  --color-fixed-dark: #2a2828;
  --fixed-white-color: #fff;
  --color-fixed-dark-1: #292929;
  --color-fixed-dark-2: #3d0743;
  --color-pink: #ff80ad;
  --color-yellow: #ffd164;
  --color-fixed-border-1: #b2b0b0;
  --common-space: 40px;
}
:root .dark-img {
  display: none;
}
:root .light-img {
  display: block;
}
:root.light-mode .dark-img {
  display: none;
}
:root.light-mode .light-img {
  display: block;
}
:root.dark-mode .dark-img {
  display: block;
}
:root.dark-mode .light-img {
  display: none;
}

:root.light-mode {
  --color-light-1: #ffffff;
  --color-light-2: #424242;
  --color-dark-1: #000000;
  --color-dark-2: #2a2828;
  --color-dark-3: #424242;
  --color-dark-4: #3d0743;
  --color-dark-black: #0000;
  --color-light-3: #737373;
  --lines-background-color: #d9d9d9;
  --purple-gradirent-background: linear-gradient(180deg,
  		rgba(42, 40, 40, 0.7) 5.4%,
  		rgba(42, 10, 46, 0.82) 54.4%,
  		rgba(42, 10, 46, 0.91) 100%);
  --dark-purple-btn: #562762;
  --color-ligt-5: rgba(66, 66, 66, 0.87);
  --side-heading: #3d0743;
  --text-button-color: #fff;
  --plus-icon-dark: rgba(86, 39, 98, 0.19);
  --timeline-text: #737373;
  --numbers-text: #828282;
}

:root.dark-mode {
  --color-light-1: #ffffff;
  --color-light-2: #ffffff;
  --color-dark-1: #f5f5f5;
  --color-dark-black: #0000;
  --color-dark-2: #f5f5f5;
  --color-dark-3: #f5f5f5;
  --color-dark-4: #91629c;
  --color-light-3: #d9d9d9;
  --common-gradirent: linear-gradient(180deg, #ff80ad 0%, #ffd164 100%);
  --lines-background-color: #d9d9d9;
  --purple-gradirent-background: linear-gradient(180deg,
  		rgba(42, 40, 40, 0.7) 5.4%,
  		rgba(42, 10, 46, 0.82) 54.4%,
  		rgba(42, 10, 46, 0.91) 100%);
  --dark-purple-btn: #562762;
  --plus-icon-dark: rgba(194, 140, 208, 0.27);
  --color-ligt-5: #d9d9d9;
  --side-heading: #fff;
  --text-button-color: #2a2828;
  --timeline-text: #f5f5f5;
  --numbers-text: #f5f5f5;
}

.heading-secondary {
  font-family: Raleway;
  line-height: normal;
  font-weight: 500;
  color: var(--color-dark-1);
  font-size: 4.8rem;
  margin-bottom: 50px;
}
@media (max-width: 65.625em) {
  .heading-secondary {
    margin-left: 0;
  }
}
@media (max-width: 31.25em) {
  .heading-secondary {
    font-size: 20px;
  }
}

p {
  font-family: Roboto;
  color: var(--color-light-3);
  line-height: 1.6;
  font-weight: 400;
  font-size: 1.8rem;
}
@media (max-width: 31.25em) {
  p {
    width: 90%;
  }
}
p a {
  color: var(--faq-question-icon-color);
  text-decoration: none;
}

.hero-section {
  width: 100vw;
  position: relative;
  grid-column: full-start/full-end;
  display: grid;
}
.hero-section picture img {
  width: 100%;
}
@media (max-width: 65.625em) {
  .hero-section {
    min-height: 45vh;
  }
}
.hero-section .hero-sectiongradient {
  position: relative;
}
@media (max-width: 65.625em) {
  .hero-section .hero-sectiongradient picture {
    height: 100%;
  }
  .hero-section .hero-sectiongradient picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero-section .hero-sectiongradient .gradient-cover {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(42, 40, 40, 0) 56.19%, #3d0743 89.25%);
}
.hero-section .banner-container {
  position: absolute;
  z-index: 9;
  bottom: 10%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 65.625em) {
  .hero-section .banner-container {
    bottom: 4%;
  }
}
.hero-section .banner-container .banner-heading {
  color: var(--color-fixed-light);
  font-family: "Raleway";
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 65.625em) {
  .hero-section .banner-container .banner-heading {
    padding: 0 40px;
    line-height: 1.3;
  }
}
@media (max-width: 31.25em) {
  .hero-section .banner-container .banner-heading {
    font-size: 3rem;
  }
}

.our-story-section {
  margin: 0 auto;
  grid-column: center-start/center-end;
  height: 420px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .our-story-section {
    height: 800px;
  }
}
@media (max-width: 31.25em) {
  .our-story-section {
    height: 700px;
  }
}
@keyframes our-story-animation {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.75);
  }
  50% {
    transform: scale(2.5);
  }
  75% {
    transform: scale(4.25) translateY(35px);
  }
  100% {
    transform: scale(5.25) translateY(-5px);
    /* Fix typo: remove the parentheses around 2.25 */
  }
}
.our-story-section .ourstory-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
}
@media (max-width: 768px) {
  .our-story-section .ourstory-flex {
    flex-direction: column;
    gap: 60px;
    justify-content: unset;
  }
}
.our-story-section .ourstory-flex .story-content {
  width: 55%;
}
@media (max-width: 768px) {
  .our-story-section .ourstory-flex .story-content {
    width: 100%;
  }
}
.our-story-section .ourstory-flex .story-content .content {
  margin-top: 50px;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 93.75em) {
  .our-story-section .ourstory-flex .story-content .content {
    font-size: 1.6rem;
  }
}
@media (max-width: 31.25em) {
  .our-story-section .ourstory-flex .story-content .content {
    font-size: 1.6rem;
    margin-top: 25px;
  }
}
.our-story-section .ourstory-flex .feature-story {
  width: 45%;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .our-story-section .ourstory-flex .feature-story {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 31.25em) {
  .our-story-section .ourstory-flex .feature-story {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: flex-end;
  }
  .our-story-section .ourstory-flex .feature-story picture {
    height: 60%;
  }
}
.our-story-section .ourstory-flex .feature-story .circle-image {
  z-index: -1;
  top: 115px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(159deg, #ff80ad 3.9%, #ff9996 32.39%, #ffd164 63.49%);
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  animation: our-story-animation 5s infinite alternate;
}
@media (max-width: 31.25em) {
  .our-story-section .ourstory-flex .feature-story .circle-image {
    top: 115px;
  }
}
.our-story-section .ourstory-flex .feature-story picture {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 70%;
}
@media (max-width: 31.25em) {
  .our-story-section .ourstory-flex .feature-story picture {
    width: 100%;
  }
}
.our-story-section .ourstory-flex .feature-story picture img {
  width: 100%;
}

.vision-mission {
  margin: 0 auto;
  grid-column: center-start/center-end;
}
.vision-mission .flexdiv {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 31.25em) {
  .vision-mission .flexdiv {
    flex-direction: column;
  }
}
.vision-mission .flexdiv .sub-heading {
  color: var(--color-dark-2);
  font-family: "Raleway";
  font-size: 3rem;
  font-weight: 500;
  line-height: 34px;
  padding: 60px 15px;
  position: relative;
}
@media (max-width: 31.25em) {
  .vision-mission .flexdiv .sub-heading {
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.vision-mission .flexdiv .sub-heading::after {
  content: "";
  background: linear-gradient(180deg, #ff80ad 0%, #ffd164 100%);
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (max-width: 31.25em) {
  .vision-mission .flexdiv .sub-heading::after {
    height: 150%;
  }
}
.vision-mission .flexdiv .content {
  margin-top: -20px;
  padding: 0px 15px;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 93.75em) {
  .vision-mission .flexdiv .content {
    font-size: 1.6rem;
  }
}
@media (max-width: 31.25em) {
  .vision-mission .flexdiv .content {
    line-height: 22px;
  }
}

.our-history {
  grid-column: center-start/center-end;
  width: 100%;
}
.our-history h2 {
  margin-bottom: 5rem;
}
.our-history .our-history--container {
  display: flex;
  width: 100%;
  position: relative;
  gap: 5rem;
}
.our-history .our-history--container > * {
  flex: 1;
}
.our-history .our-history--container .histories {
  display: grid;
  grid-auto-rows: 1fr;
  align-items: start;
  position: sticky;
  top: calc(var(--header-height) + 100px);
  height: 100%;
}
@media (max-width: 93.75em) {
  .our-history .our-history--container .histories {
    top: calc(var(--header-height) + 50px);
  }
}
.our-history .our-history--container .history {
  grid-area: 1/1;
  background: var(--text-button-color);
  opacity: 0;
  visibility: hidden;
  height: 100%;
}
.our-history .our-history--container .history:first-of-type {
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
.our-history .our-history--container .history p {
  padding: 0rem 3rem 2.5rem;
  color: var(--timeline-text);
  font-size: 1.8rem;
  margin-top: 5rem;
  line-height: 1.6;
}
@media (max-width: 93.75em) {
  .our-history .our-history--container .history p {
    font-size: 1.6rem;
  }
}
@media (max-width: 31.25em) {
  .our-history .our-history--container .history p {
    font-size: 1.5rem;
    margin-top: 3rem;
    padding: 0rem 1rem 2.5rem;
  }
}
.our-history .our-history--container .history img {
  width: 100%;
  height: 100%;
}
.our-history .line {
  fill: none;
  stroke: #d9d9d9;
  stroke-width: 2px;
}
.our-history .theLine {
  stroke: #d9d9d9;
}
.our-history text {
  fill: var(--color-light-3);
  font-size: 15px;
  font-family: Roboto;
  visibility: hidden;
}
.our-history .ball {
  fill: #d9d9d9;
  visibility: hidden;
}

.our-values {
  display: grid;
  grid-column: center-start/center-end;
}
.our-values .our-value-content .heading-secondary {
  margin-bottom: 50px;
}
.our-values .our-value-content p {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 93.75em) {
  .our-values .our-value-content p {
    font-size: 1.6rem;
  }
}
.our-values .our-values-boxes {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 65.625em) {
  .our-values .our-values-boxes {
    width: 90%;
    max-width: 645px;
  }
}
@media (max-width: 768px) {
  .our-values .our-values-boxes {
    width: 100%;
    justify-content: unset;
    max-width: 450px;
  }
}
@media (max-width: 31.25em) {
  .our-values .our-values-boxes {
    width: 95%;
    gap: 0px;
    justify-content: space-between;
    row-gap: 10px;
  }
}
.our-values .our-values-boxes .boxes {
  width: 25%;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .our-values .our-values-boxes .boxes {
    width: 30%;
  }
}
@media (max-width: 31.25em) {
  .our-values .our-values-boxes .boxes {
    width: 43%;
    max-height: 125px;
    padding: 10px;
    gap: 10px;
  }
}
.our-values .our-values-boxes .boxes svg {
  color: var(--color-light-3);
  width: 100%;
  height: 38px;
}
.our-values .our-values-boxes .boxes p {
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--color-light-3);
}
@media (max-width: 31.25em) {
  .our-values .our-values-boxes .boxes p {
    line-height: 18px;
  }
}
.our-values .our-values-boxes .boxes .plus__icon {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: var(--plus-icon-dark);
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
}
@media (max-width: 31.25em) {
  .our-values .our-values-boxes .boxes .plus__icon {
    width: 27px;
    left: calc(100% - 14px);
    top: -8%;
    height: 26px;
  }
}
.our-values .our-values-boxes .boxes .plus__icon .box_description,
.our-values .our-values-boxes .boxes .plus__icon .box_heading {
  display: none;
}
.our-values .our-values-boxes .boxes .plus__icon::after {
  background: var(--color-dark-4);
  content: "";
  height: 2px;
  margin-right: 37px;
  position: absolute;
  left: 35%;
  top: 50%;
  width: 14px;
}
@media (max-width: 31.25em) {
  .our-values .our-values-boxes .boxes .plus__icon::after {
    top: 40%;
    width: 8px;
  }
}
.our-values .our-values-boxes .boxes .plus__icon::before {
  background: var(--color-dark-4);
  content: "";
  height: 2px;
  margin-right: 37px;
  position: absolute;
  left: 35%;
  opacity: 1;
  transition: opacity 0.5s;
  top: 50%;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  width: 14px;
}
@media (max-width: 31.25em) {
  .our-values .our-values-boxes .boxes .plus__icon::before {
    top: 40%;
    width: 8px;
  }
}
.our-values .our-values-boxes .boxes .plus__icon.active::before {
  opacity: 0;
}

/* Popup container */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow: auto;
}

.community-work {
  margin: 0 auto;
  grid-column: center-start/center-end;
  margin-bottom: 8rem;
  margin-top: 6rem;
}
@media (max-width: 65.625em) {
  .community-work {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 31.25em) {
  .community-work {
    margin-bottom: 0rem;
    margin-top: 2rem;
  }
}
.community-work .flex-div {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 65.625em) {
  .community-work .flex-div {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.community-work .flex-div::after {
  content: "";
  width: 40%;
  position: absolute;
  left: 10%;
  height: 3px;
  bottom: 0;
  display: block;
  background: #ffc86d;
  transition: width 0.5s ease-in;
  z-index: -1;
}
@media (max-width: 65.625em) {
  .community-work .flex-div::after {
    height: 3px;
  }
}
.community-work .flex-div .image-div {
  width: 40%;
  position: relative;
}
@media (max-width: 93.75em) {
  .community-work .flex-div .image-div {
    width: 34%;
  }
}
@media (max-width: 65.625em) {
  .community-work .flex-div .image-div {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.community-work .flex-div .image-div::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 644px;
  background: linear-gradient(180deg, #fe87a6 0%, #ffc86d 100%);
  height: 42.7rem;
  width: 42.7rem;
  transition: transform 0.6s ease-in;
  margin-left: auto;
  margin-right: auto;
  left: 10%;
}
@media (max-width: 93.75em) {
  .community-work .flex-div .image-div::before {
    height: 35.7rem;
    width: 35.7rem;
    left: 10%;
  }
}
@media (max-width: 65.625em) {
  .community-work .flex-div .image-div::before {
    height: 32rem;
    left: unset;
    width: 32rem;
  }
}
@media (max-width: 31.25em) {
  .community-work .flex-div .image-div::before {
    height: 25rem;
    width: 25rem;
    left: unset;
  }
}
.community-work .flex-div .image-div img {
  width: 100%;
}
@media (max-width: 65.625em) {
  .community-work .flex-div .image-div img {
    width: 50%;
  }
}
@media (max-width: 31.25em) {
  .community-work .flex-div .image-div img {
    width: 70%;
  }
}
.community-work .flex-div .content-div {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 65.625em) {
  .community-work .flex-div .content-div {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.community-work .flex-div .content-div .innerflex {
  display: flex;
  flex-direction: column;
  margin-top: 8rem;
}
@media (max-width: 93.75em) {
  .community-work .flex-div .content-div .innerflex {
    margin-top: 2rem;
  }
}
.community-work .flex-div .content-div .innerflex p {
  margin-top: 5rem;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Roboto";
  line-height: 1.6;
}
@media (max-width: 93.75em) {
  .community-work .flex-div .content-div .innerflex p {
    font-size: 1.6rem;
  }
}
@media (max-width: 65.625em) {
  .community-work .flex-div .content-div .innerflex p {
    margin-top: 4rem;
  }
}
.community-work .flex-div .customers-review {
  position: absolute;
  left: 10%;
  width: 55%;
  border-radius: 26px;
  background: var(--text-button-color);
  box-shadow: 4px 6px 4.6px 0px rgba(0, 0, 0, 0.22);
  bottom: -17%;
  padding: 25px;
  z-index: 99;
}
@media (max-width: 93.75em) {
  .community-work .flex-div .customers-review {
    bottom: -15%;
    padding: 20px 15px;
    border-radius: 15px;
  }
}
@media (max-width: 65.625em) {
  .community-work .flex-div .customers-review {
    left: 0;
    bottom: -15%;
    width: 100%;
  }
}
.community-work .flex-div .customers-review .flex-numbers {
  display: flex;
  justify-content: space-between;
}
.community-work .flex-div .customers-review .flex-numbers .inner-div {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.community-work .flex-div .customers-review .flex-numbers .inner-div .numbers-data {
  color: var(--color-dark-4);
  font-family: "Roboto";
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 93.75em) {
  .community-work .flex-div .customers-review .flex-numbers .inner-div .numbers-data {
    font-size: 3.5rem;
    line-height: 1;
  }
}
@media (max-width: 31.25em) {
  .community-work .flex-div .customers-review .flex-numbers .inner-div .numbers-data {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.community-work .flex-div .customers-review .flex-numbers .inner-div .number-title {
  color: var(--numbers-text);
  font-family: "Roboto";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 93.75em) {
  .community-work .flex-div .customers-review .flex-numbers .inner-div .number-title {
    line-height: 1;
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
.community-work .flex-div:hover .image-div::before {
  transform: rotate(180deg);
}
.community-work .flex-div:hover::after {
  transition: width 0.6s ease-out;
  width: 90%;
}
.community-work .flex-div:hover .content-div .button-div button, .community-work .flex-div:hover .content-div .button-div a {
  background: #ffc86d;
  color: var(--color-dark-2);
}
.community-work .button-div {
  display: flex;
  justify-content: flex-end;
}
.community-work .button-div button, .community-work .button-div a {
  color: var(--color-fixed-light);
  text-align: center;
  font-family: Roboto;
  font-size: 2rem;
  font-weight: 400;
  line-height: 32px;
  background: var(--color-dark-4);
  text-transform: capitalize;
  padding: 10px 30px;
  border-radius: 5px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.6s linear;
}
@media (max-width: 93.75em) {
  .community-work .button-div button, .community-work .button-div a {
    font-size: 2.2rem;
  }
}
@media (max-width: 31.25em) {
  .community-work .button-div button, .community-work .button-div a {
    padding: 0px 12px;
    font-size: 12px;
    margin-top: 0px;
  }
}
@media (max-width: 65.625em) {
  .community-work .button-div.desktop {
    display: none;
  }
}
.community-work .button-div.hidediv {
  display: none;
}
@media (max-width: 65.625em) {
  .community-work .button-div.hidediv {
    display: flex;
    margin-top: 11rem;
    justify-content: flex-end;
  }
}
@media (max-width: 31.25em) {
  .community-work .button-div.hidediv {
    margin-top: 12rem;
    justify-content: center;
    font-size: 15px;
  }
}

.our-valued-customers {
  margin: 0 auto;
  grid-column: full-start/full-end;
  padding: 0 80px;
  margin-top: 4rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.our-valued-customers .text-container {
  max-width: 1280px;
  padding: 0 80px;
}
@media (max-width: 65.625em) {
  .our-valued-customers .text-container {
    padding: 0 40px;
  }
}
@media (max-width: 31.25em) {
  .our-valued-customers .text-container {
    padding: 0 20px;
  }
}
@media (max-width: 65.625em) {
  .our-valued-customers {
    padding: 0 40px;
  }
}
@media (max-width: 31.25em) {
  .our-valued-customers {
    padding: 0 20px;
  }
}
.our-valued-customers .swiper {
  width: 100%;
  display: flex;
  background-color: var(--slider-background);
  padding: 1rem;
  margin-top: 7rem;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.our-valued-customers .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
}
.our-valued-customers .swiper-slide img {
  height: auto;
  max-width: 100%;
}
.our-valued-customers .swiper-wrapper {
  transition-timing-function: linear !important;
}

.nextgen-business {
  grid-column: center-start/center-end;
  max-width: 1920px;
  width: 100%;
  margin-bottom: var(--common-space);
  margin-top: 160px;
}
@media (max-width: 65.625em) {
  .nextgen-business {
    margin-top: 100px;
  }
}
@media (max-width: 31.25em) {
  .nextgen-business {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.nextgen-business .flexdiv {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.nextgen-business .flexdiv::after {
  content: "";
  width: 21%;
  height: 3px;
  display: block;
  background-color: var(--color-light-3);
  bottom: 0;
  position: absolute;
  z-index: 9;
  transition: width 0.3s linear;
  left: 30px;
}
@media (max-width: 31.25em) {
  .nextgen-business .flexdiv::after {
    width: 18%;
    left: 12px;
  }
}
.nextgen-business .flexdiv:hover::after {
  width: 90%;
  background: linear-gradient(90deg, #ff80ad 0%, #ffd164 100%);
}
.nextgen-business .flexdiv:hover .content-div .lets-talkbtn {
  color: var(--color-dark-2);
  background: #ffd164;
}
.nextgen-business .flexdiv .bg-img {
  width: 30%;
  position: relative;
}
@media (max-width: 31.25em) {
  .nextgen-business .flexdiv .bg-img {
    max-width: 100px;
    min-width: 100px;
    height: 100px;
  }
}
.nextgen-business .flexdiv .bg-img img {
  z-index: 10;
  position: absolute;
  bottom: 0;
}
.nextgen-business .flexdiv .bg-img figure {
  height: 100%;
  width: 100%;
}
.nextgen-business .flexdiv .content-div {
  width: 70%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 31.25em) {
  .nextgen-business .flexdiv .content-div {
    gap: 10px;
  }
}
.nextgen-business .flexdiv .content-div h3 {
  color: var(--color-ligt-5);
  font-family: "Roboto";
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 100%;
  align-self: baseline;
  width: 91%;
}
@media (max-width: 93.75em) {
  .nextgen-business .flexdiv .content-div h3 {
    align-self: center;
  }
}
@media (max-width: 31.25em) {
  .nextgen-business .flexdiv .content-div h3 {
    font-size: 14px;
    width: 100%;
  }
}
.nextgen-business .flexdiv .content-div h3 strong {
  color: var(--color-dark-4);
  font-family: "Roboto";
  font-size: 4.1rem;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
@media (max-width: 31.25em) {
  .nextgen-business .flexdiv .content-div h3 strong {
    font-size: 14px;
  }
}
.nextgen-business .flexdiv .content-div .lets-talkbtn {
  color: var(--color-fixed-light);
  text-align: center;
  font-family: Roboto;
  font-size: 2rem;
  font-weight: 400;
  line-height: 32px;
  background: var(--color-dark-4);
  text-transform: capitalize;
  padding: 10px 30px;
  border-radius: 5px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
  transition: all 0.4s linear;
}
@media (max-width: 31.25em) {
  .nextgen-business .flexdiv .content-div .lets-talkbtn {
    padding: 0px 12px;
    font-size: 12px;
    margin-top: 0px;
  }
}

.our-partners {
  margin: 0 auto;
  grid-column: center-start/center-end;
}
.our-partners .heading-secondary {
  margin-bottom: 40px;
}
.our-partners .partners-description p {
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.72px;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (max-width: 93.75em) {
  .our-partners .partners-description p {
    font-size: 1.6rem;
  }
}
.our-partners .partners-description .cyntexa-partners-wrapper {
  display: flex;
  justify-content: space-around;
  gap: 85px;
  text-align: center;
  flex-wrap: wrap;
}
@media (max-width: 31.25em) {
  .our-partners .partners-description .cyntexa-partners-wrapper {
    gap: 35px;
  }
}
.our-partners .partners-description .cyntexa-partners-wrapper .cyntexa-partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 17%;
  min-width: 172px;
}
@media (max-width: 31.25em) {
  .our-partners .partners-description .cyntexa-partners-wrapper .cyntexa-partner {
    min-width: 130px;
  }
}
.our-partners .partners-description .cyntexa-partners-wrapper .cyntexa-partner .partner-role {
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--color-light-3);
}
.our-partners .partners-description .cyntexa-partners-wrapper .cyntexa-partner .partner-name {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 31.25em) {
  .our-partners .partners-description .cyntexa-partners-wrapper .cyntexa-partner .partner-name {
    gap: 3px;
    margin-bottom: 5px;
  }
}
.our-partners .partners-description .cyntexa-partners-wrapper .cyntexa-partner .partner-name :first-child {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.4;
  color: var(--color-light-2);
  width: 83%;
}
.our-partners .partners-description .cyntexa-partners-wrapper .cyntexa-partner .partner-name :nth-of-type(2) {
  width: -moz-max-content;
  width: max-content;
}

.gallery {
  grid-column: full-start/full-end;
  height: 100vh;
  width: 100%;
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}
.gallery .gallery-wrapper {
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
}
.gallery .text-content {
  max-width: 550px;
  text-align: center;
  top: 15%;
  opacity: 0;
  scale: 0;
  position: absolute;
  left: 50%;
  translate: -50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 45%;
}
.gallery .heading-secondary {
  margin-left: 0;
  margin-bottom: 3rem;
}
.gallery .image_wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}
.gallery img {
  width: calc(18% + 1vw);
  opacity: 0;
  position: absolute;
}
.gallery img:nth-of-type(1) {
  left: 0;
  rotate: 20deg;
  -webkit-clip-path: inset(0 28% round 20px);
          clip-path: inset(0 28% round 20px);
  scale: 1;
  width: 26%;
}
.gallery img:nth-of-type(2) {
  width: 24%;
  left: 0;
  -webkit-clip-path: inset(0 24% round 20px);
          clip-path: inset(0 24% round 20px);
  scale: 1;
}
.gallery img:nth-of-type(3) {
  left: 0;
  -webkit-clip-path: inset(5% 26% round 20px);
          clip-path: inset(5% 26% round 20px);
  scale: 1;
  width: 25%;
}
.gallery img:nth-of-type(4) {
  left: 0%;
  -webkit-clip-path: inset(0 12% round 20px);
          clip-path: inset(0 12% round 20px);
  scale: 1.36;
}
.gallery img:nth-of-type(5) {
  left: 0%;
  -webkit-clip-path: inset(0% 27% round 20px);
          clip-path: inset(0% 27% round 20px);
  scale: 2.4;
  rotate: 8deg;
}
.gallery img:nth-of-type(6) {
  left: 0%;
  -webkit-clip-path: inset(4% 2% round 20px);
          clip-path: inset(4% 2% round 20px);
  scale: 1.2;
  rotate: -1deg;
}
.gallery img:nth-of-type(7) {
  left: 10%;
  -webkit-clip-path: inset(4% 2% round 20px);
          clip-path: inset(4% 2% round 20px);
  scale: 1.2;
  rotate: 5deg;
}

.faq-section .heading-secondary {
  margin-bottom: 6rem;
}
.faq-section .faq-answer p {
  line-height: 1.5;
}

/* Popup container */
.popup {
  display: none;
  /* Hide popup by default */
  position: fixed;
  /* Position the popup */
  top: 0;
  left: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black background */
  z-index: 9999;
  /* Ensure it stays on top */
  overflow: auto;
  /* Enable scrolling within the popup */
}

/* Disable scrolling of the body when popup is open */
html.popup-open {
  overflow: hidden;
}

/* Popup content */
.popup-content {
  background: rgba(86, 39, 98, 0.71);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 80%;
  padding: 20px;
  position: absolute;
  top: 50%;
  /* Center the popup vertically */
  left: 50%;
  /* Center the popup horizontally */
  transform: translate(-50%, -50%);
  /* Center the popup */
  opacity: 0.7;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  /* Close button */
}
@media (max-width: 31.25em) {
  .popup-content {
    gap: 1rem;
    top: 40%;
    width: 90%;
  }
}
.popup-content h4 {
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--fixed-white-color);
  line-height: 27.5px;
}
@media (max-width: 31.25em) {
  .popup-content h4 {
    font-size: 16px;
  }
}
.popup-content p {
  color: var(--fixed-white-color);
  font-size: 2rem;
  font-weight: 500;
  line-height: 28.8px;
}
@media (max-width: 31.25em) {
  .popup-content p {
    font-size: 14px;
    line-height: 18px;
  }
}
.popup-content .close {
  position: absolute;
  width: 41px;
  height: 41px;
  right: -18px;
  top: -20px;
  background: rgba(86, 39, 98, 0.71);
  border-radius: 100%;
}
@media (max-width: 31.25em) {
  .popup-content .close {
    width: 30px;
    height: 30px;
    right: -10px;
    top: -10px;
  }
}
.popup-content .close::after {
  background: var(--fixed-white-color);
  content: "";
  height: 2px;
  margin-right: 37px;
  position: absolute;
  left: 35%;
  top: 50%;
  width: 14px;
}
@media (max-width: 31.25em) {
  .popup-content .close::after {
    top: 40%;
    width: 8px;
  }
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#next-gen-form .modal {
  row-gap: 3rem;
}

#next-gen-form .modal .form-data p {
  line-height: 1.4;
  font-size: 1.2rem;
}

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