/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./career-stories/careerStories.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: 626px;
    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: 95%;
    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: 8%;
    right: 2%;
    z-index: 999;
  }
}
@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;
  }
}
.news-badge-data-ai {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -29px;
  left: 13px;
}
@media (max-width: 65.625em) {
  .news-badge-data-ai {
    bottom: -28px;
    left: 80px;
  }
}

.news-badge-data-ai-event {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -29px;
  left: -15px;
}
@media (max-width: 65.625em) {
  .news-badge-data-ai-event {
    bottom: -29px;
    left: 67px;
  }
}

.news-badge-data-ai-inside {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -43px;
  right: -68px;
}
@media (max-width: 65.625em) {
  .news-badge-data-ai-inside {
    bottom: -29px;
    left: 185px;
  }
}

: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 .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 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;
}

.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;
}

:root.light-mode {
  --cta-color-purple: #562762;
  --cta-color-dark: rgba(66, 66, 66, 0.87);
  --cta-border: #dbdbdb;
}

:root.dark-mode {
  --cta-color-purple: #91629c;
  --cta-color-dark: #f5f5f5;
  --cta-border: #424242;
}

.cta {
  display: grid;
  align-items: flex-end;
  grid-template-columns: repeat(10, 1fr);
  position: relative;
  grid-column: center-start/center-end;
}
@media (max-width: 65.625em) {
  .cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 3rem;
    grid-column: full-start/full-end;
  }
}
.cta .cta-img {
  display: grid;
  grid-area: 1/1/2/3;
  position: relative;
}
@media (max-width: 65.625em) {
  .cta .cta-img {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
.cta .content-container {
  grid-area: 1/3/2/11;
  width: 100%;
  padding-left: 3rem;
}
@media (max-width: 65.625em) {
  .cta .content-container {
    padding: 0;
    width: 80%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
  }
}
.cta .hightlight-line {
  width: 20%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: var(--cta-border);
  transition: all 0.4s ease;
}
@media (max-width: 65.625em) {
  .cta .hightlight-line {
    display: none;
  }
}
.cta:hover .hightlight-line {
  max-width: 5000px;
  background: linear-gradient(90deg, #ff80ad 0%, #ffd164 100%);
  width: 99%;
}
.cta:hover .cta-btn {
  background-color: #ffd164;
  color: #2a2828;
}
.cta img {
  grid-area: 1/1;
  align-self: self-end;
  margin: 0 auto;
}
.cta .content {
  font-size: 2.6rem;
  color: var(--cta-color-dark);
  line-height: 1.3;
}
.cta .content .hightlight {
  font-weight: 500;
  color: var(--cta-color-purple);
}
.cta .cta-btn {
  float: right;
  background-color: var(--cta-color-purple);
  font-size: 2rem;
  color: #ffffff;
  padding: 1rem 2rem;
  transition: all 0.4s ease;
  border-radius: 7px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.cta .cta-img::after {
  content: " ";
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  display: block;
  border-radius: 100%;
  z-index: -1;
  transition: transform 1s ease-in-out;
  background: linear-gradient(180deg, #ff80ad 0%, #ff9996 20.5%, #ffd164 88.5%);
}
@media (max-width: 65.625em) {
  .cta .cta-img::after {
    border-radius: 0;
    aspect-ratio: unset;
    height: 40%;
    bottom: 0;
    position: absolute;
    transition: unset;
  }
}
.cta:hover .cta-img::after {
  transform: rotate(180deg);
  transition: transform 1s ease;
}
@media (max-width: 65.625em) {
  .cta:hover .cta-img::after {
    transition: unset;
    transform: unset;
  }
}

:root {
  --card-bg-purple: rgba(86, 39, 98, 0.91);
  --card-text-color: #fff;
  --bg-gradient: linear-gradient(90deg, #ff80ad 28.77%, #ffd164 71.78%);
}

:root.light-mode {
  --color-dark-1: #2a2828;
  --text-2: rgba(115, 115, 115, 0.3);
  --text-3: rgba(115, 115, 115, 0.2);
  --text-4: rgba(115, 115, 115, 0.16);
  --paragraph-color: #737373;
  --box-shadow-color: #d9d9d9;
  --color-description: #737373;
  --color-heading: #282828;
}

:root.dark-mode {
  --color-dark-1: #fff;
  --text-2: rgba(255, 255, 255, 0.3);
  --text-3: rgba(255, 255, 255, 0.2);
  --text-4: rgba(255, 255, 255, 0.16);
  --color-description: #f5f5f5;
  --color-heading: #ffffff;
}

.heading-secondary {
  font-size: 4.8rem;
  font-family: Raleway;
  margin-left: 3rem;
  margin-bottom: 3rem;
  font-weight: 500;
  color: var(--color-heading);
}
@media (max-width: 31.25em) {
  .heading-secondary {
    font-size: 2.25rem;
  }
}

.description {
  font-size: 2.2rem;
  margin-bottom: 5rem;
  color: var(--color-dark-2);
}
@media (max-width: 93.75em) {
  .description {
    font-size: 14px;
  }
}
@media (max-width: 31.25em) {
  .description {
    font-size: 1.75rem;
    line-height: 18px;
  }
}
.description a {
  color: var(--color-dark-1);
  text-decoration: underline;
}

.humans-cyntexa {
  grid-column: center-start/center-end;
  width: 100%;
  margin-top: 8rem;
}
.humans-cyntexa .flexdiv {
  display: flex;
  align-items: center;
  border-right: 1px solid #d9d9d9;
  margin-top: 6rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .humans-cyntexa .flexdiv {
    flex-direction: column;
    gap: 5rem;
    border-right: unset;
    border-bottom: 1px solid #d9d9d9;
    padding: 2rem;
    margin-bottom: 5rem;
  }
}
.humans-cyntexa .flexdiv .image-div {
  border-radius: 8px;
  overflow: hidden;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .humans-cyntexa .flexdiv .image-div {
    width: 80%;
  }
}
.humans-cyntexa .flexdiv .flexdiv-content {
  font-size: 2.4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  color: #737373;
  opacity: 1;
}
.humans-cyntexa .flexdiv .flexdiv-content .active {
  background: #ff80ad;
  background: linear-gradient(to right, #ff80ad 22%, #ffd164 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.humans-cyntexa .flexdiv .flexdiv-content p {
  font-weight: 500;
}
.humans-cyntexa .flexdiv .flexdiv-content .text-2 {
  color: var(--text-2);
}
.humans-cyntexa .flexdiv .flexdiv-content .text-3 {
  color: var(--text-3);
}
.humans-cyntexa .flexdiv .flexdiv-content .text-4 {
  color: var(--text-4);
}
.humans-cyntexa .description {
  color: var(--color-description);
  line-height: 2.8rem;
}
@media (max-width: 31.25em) {
  .humans-cyntexa .description {
    font-size: 16px;
    line-height: 22px;
  }
}

:root.light-mode {
  --card-color-dark: #737373;
  --card-btn-color: #424242;
  --color-yellow: #ffd164;
}

:root.dark-mode {
  --card-color-dark: #d9d9d9;
  --card-btn-color: #f5f5f5;
  --color-yellow: #ffd164;
}

.career-story-cards {
  grid-column: center-start/center-end;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10rem;
}
@media (max-width: 93.75em) {
  .career-story-cards {
    justify-content: center;
  }
}
.career-story-cards .career-story-card {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 93.75em) {
  .career-story-cards .career-story-card {
    width: 35%;
  }
}
@media (max-width: 65.625em) {
  .career-story-cards .career-story-card {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .career-story-cards .career-story-card {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 31.25em) {
  .career-story-cards .career-story-card {
    width: 80%;
  }
}
.career-story-cards .image-wrap {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.career-story-cards .career-story-content {
  position: absolute;
  background: rgba(86, 39, 98, 0.91);
  bottom: 10%;
  right: 0%;
  width: 80%;
  display: flex;
  flex-direction: column;
}
.career-story-cards .heading-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 2rem 0rem 2rem;
}
.career-story-cards .heading-wrap .card-heading {
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 17.5px;
}
.career-story-cards .heading-wrap .job-profile {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 17.5px;
}
.career-story-cards .card-description {
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 19px;
  padding: 2rem 2rem 0rem 2rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.career-story-cards .explore-container {
  color: white;
  padding: 2rem;
}
.career-story-cards .explore__wrapper {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  height: 5rem;
  display: flex;
  color: inherit;
  align-items: center;
  margin-left: auto;
  margin-right: 1rem;
}
.career-story-cards .explore__wrapper:hover .circle {
  transform: translateX(5rem);
}
.career-story-cards .explore__wrapper:hover .explore {
  margin-right: 0;
  margin-left: 2rem;
}
.career-story-cards .explore__wrapper:hover .arrow .polygon {
  opacity: 0;
}
.career-story-cards .explore__wrapper:hover .arrow .small-circle {
  opacity: 1;
}
.career-story-cards .explore__wrapper .explore {
  color: currentColor;
  font-size: 1.6rem;
  margin-right: 2rem;
  transition: margin 0.2s ease;
}
.career-story-cards .explore__wrapper .circle {
  width: 5rem;
  height: 5rem;
  margin-right: -2.5rem;
  border-radius: 100%;
  transition: transform 0.2s ease;
  border: 1px solid currentColor;
}
.career-story-cards .explore__wrapper .arrow {
  width: 5rem;
  position: relative;
  height: 0.3rem;
}
.career-story-cards .explore__wrapper .arrow .line {
  width: 5rem;
  height: 0.3rem;
  background: var(--color-yellow);
}
.career-story-cards .explore__wrapper .arrow .polygon {
  width: 0.9rem;
  height: 1.2rem;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.career-story-cards .explore__wrapper .arrow .small-circle {
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background: var(--color-yellow);
  opacity: 0;
  transition: 0.3s;
}

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