html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #000000;
  overflow-x: hidden;
  font-weight: 400;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

* {
  box-sizing: border-box;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input, textarea, button, select {
  outline: 0 !important;
}

button {
  cursor: pointer;
}

a, a:visited, a:focus, a:active, a:hover {
  outline: 0;
  text-decoration: none;
}

textarea {
  resize: none;
}

h1, .h1 {
  margin: 0;
  padding: 0;
  font-size: 75px;
  line-height: 78px;
  font-family: "Newsreader", serif;
  font-weight: 300;
  letter-spacing: -1.5px;
}
@media (max-width: 1366px) {
  h1, .h1 {
    font-size: 65px;
    letter-spacing: -1px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 46px;
  }
}

h2, .h2 {
  margin: 0;
  padding: 0;
  font-size: 56px;
  line-height: 62px;
  font-family: "Newsreader", serif;
  font-weight: 300;
}
@media (max-width: 1366px) {
  h2, .h2 {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (max-width: 1024px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 46px;
  }
}

h3, .h3 {
  margin: 0;
  padding: 0;
  font-size: 50px;
  line-height: normal;
  font-family: "Newsreader", serif;
  font-weight: 300;
}
@media (max-width: 1024px) {
  h3, .h3 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 32px;
    line-height: 32px;
  }
}

h4, .h4 {
  margin: 0;
  padding: 0;
  font-size: 35px;
  line-height: normal;
  font-family: "Newsreader", serif;
  font-weight: 300;
}
@media (max-width: 1024px) {
  h4, .h4 {
    font-size: 28px;
    line-height: 28px;
  }
}

h5, .h5 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: normal;
  font-family: "Newsreader", serif;
  font-weight: 400;
}
@media (max-width: 1024px) {
  h5, .h5 {
    font-size: 22px;
    line-height: 22px;
  }
}

.postTitle {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: normal;
  font-family: "Newsreader", serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .postTitle {
    font-size: 22px;
  }
}

.subStack {
  text-transform: uppercase;
  color: #7F57F6;
  margin: 0 0 40px 0;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  display: block;
}

@media (max-width: 1024px) {
  .heading-row p {
    font-size: 16px;
  }
}

.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  margin: 0;
  outline: none;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 16px 32px;
  text-align: center;
  font-size: 14px;
  transition: all linear 0.2s;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .btn,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    padding: 16px 21px;
  }
}
@media (max-width: 767px) {
  .btn,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    padding: 12px 24px;
    font-size: 13px;
  }
}
.btn .icon,
button .icon,
input[type=button] .icon,
input[type=reset] .icon,
input[type=submit] .icon {
  margin-left: 12px;
  transition: all linear 0.2s;
  transform: translate(0);
  display: inline-block;
}
.btn:hover .icon,
button:hover .icon,
input[type=button]:hover .icon,
input[type=reset]:hover .icon,
input[type=submit]:hover .icon {
  transform: translate(5px, -5px);
}
.btn.btnWithIcon span,
button.btnWithIcon span,
input[type=button].btnWithIcon span,
input[type=reset].btnWithIcon span,
input[type=submit].btnWithIcon span {
  margin-left: 12px;
  transition: all linear 0.2s;
  transform: translate(0);
  display: inline-block;
}
.btn.btnWithIcon:hover span,
button.btnWithIcon:hover span,
input[type=button].btnWithIcon:hover span,
input[type=reset].btnWithIcon:hover span,
input[type=submit].btnWithIcon:hover span {
  transform: translate(5px, -5px);
}
.btn.btnWithBg,
button.btnWithBg,
input[type=button].btnWithBg,
input[type=reset].btnWithBg,
input[type=submit].btnWithBg {
  background: #7F57F6;
  color: #fff;
  border: 1px solid transparent;
}
.btn.btnWithBg:hover,
button.btnWithBg:hover,
input[type=button].btnWithBg:hover,
input[type=reset].btnWithBg:hover,
input[type=submit].btnWithBg:hover {
  background: transparent;
  border-color: #7F57F6;
  color: #fff;
}
.btn.btnBorder,
button.btnBorder,
input[type=button].btnBorder,
input[type=reset].btnBorder,
input[type=submit].btnBorder {
  border-color: #7F57F6;
  color: #fff;
}
.btn.btnBorder:hover,
button.btnBorder:hover,
input[type=button].btnBorder:hover,
input[type=reset].btnBorder:hover,
input[type=submit].btnBorder:hover {
  background: #7F57F6;
}
.btn.btnWhite,
button.btnWhite,
input[type=button].btnWhite,
input[type=reset].btnWhite,
input[type=submit].btnWhite {
  border-color: #fff;
  color: #fff;
  text-transform: capitalize;
}
.btn.btnWhite:hover,
button.btnWhite:hover,
input[type=button].btnWhite:hover,
input[type=reset].btnWhite:hover,
input[type=submit].btnWhite:hover {
  background: #fff;
  color: #000000;
}
.btn.brnPrimaryLight,
button.brnPrimaryLight,
input[type=button].brnPrimaryLight,
input[type=reset].brnPrimaryLight,
input[type=submit].brnPrimaryLight {
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn.brnPrimaryLight .btnicon,
button.brnPrimaryLight .btnicon,
input[type=button].brnPrimaryLight .btnicon,
input[type=reset].brnPrimaryLight .btnicon,
input[type=submit].brnPrimaryLight .btnicon {
  display: flex;
  position: relative;
  top: 1px;
}
.btn.brnPrimaryLight:hover,
button.brnPrimaryLight:hover,
input[type=button].brnPrimaryLight:hover,
input[type=reset].brnPrimaryLight:hover,
input[type=submit].brnPrimaryLight:hover {
  background-color: #7F57F6 !important;
  color: #fff !important;
}
.btn.brnPrimaryLight:hover path,
button.brnPrimaryLight:hover path,
input[type=button].brnPrimaryLight:hover path,
input[type=reset].brnPrimaryLight:hover path,
input[type=submit].brnPrimaryLight:hover path {
  stroke: #fff;
}
.btn.btnPrimaryWithoutBg,
button.btnPrimaryWithoutBg,
input[type=button].btnPrimaryWithoutBg,
input[type=reset].btnPrimaryWithoutBg,
input[type=submit].btnPrimaryWithoutBg {
  color: #7F57F6;
  font-family: "Archivo", sans-serif;
  padding: 0;
  border-radius: 0;
  border: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}
.btn.btnPrimaryWithoutBg .btnicon,
button.btnPrimaryWithoutBg .btnicon,
input[type=button].btnPrimaryWithoutBg .btnicon,
input[type=reset].btnPrimaryWithoutBg .btnicon,
input[type=submit].btnPrimaryWithoutBg .btnicon {
  transition: all linear 0.2s;
}
.btn.btnPrimaryWithoutBg:hover,
button.btnPrimaryWithoutBg:hover,
input[type=button].btnPrimaryWithoutBg:hover,
input[type=reset].btnPrimaryWithoutBg:hover,
input[type=submit].btnPrimaryWithoutBg:hover {
  color: #1D142C;
}
.btn.btnPrimaryWithoutBg:hover .btnicon,
button.btnPrimaryWithoutBg:hover .btnicon,
input[type=button].btnPrimaryWithoutBg:hover .btnicon,
input[type=reset].btnPrimaryWithoutBg:hover .btnicon,
input[type=submit].btnPrimaryWithoutBg:hover .btnicon {
  position: relative;
  transform: translateX(9px);
  transition: all linear 0.2s;
}
.btn.btnPrimaryWithoutBg:hover .btnicon path,
button.btnPrimaryWithoutBg:hover .btnicon path,
input[type=button].btnPrimaryWithoutBg:hover .btnicon path,
input[type=reset].btnPrimaryWithoutBg:hover .btnicon path,
input[type=submit].btnPrimaryWithoutBg:hover .btnicon path {
  stroke: #1D142C;
}
.btn.btnPrimaryWithoutBg.white-btn,
button.btnPrimaryWithoutBg.white-btn,
input[type=button].btnPrimaryWithoutBg.white-btn,
input[type=reset].btnPrimaryWithoutBg.white-btn,
input[type=submit].btnPrimaryWithoutBg.white-btn {
  color: #fff;
}
.btn.btnPrimaryWithoutBg.white-btn .btnicon path,
button.btnPrimaryWithoutBg.white-btn .btnicon path,
input[type=button].btnPrimaryWithoutBg.white-btn .btnicon path,
input[type=reset].btnPrimaryWithoutBg.white-btn .btnicon path,
input[type=submit].btnPrimaryWithoutBg.white-btn .btnicon path {
  stroke: #fff;
}
.btn.btnWithLightBg,
button.btnWithLightBg,
input[type=button].btnWithLightBg,
input[type=reset].btnWithLightBg,
input[type=submit].btnWithLightBg {
  background: #7F57F6;
  color: #fff;
  border: 1px solid transparent;
}
.btn.btnWithLightBg:hover,
button.btnWithLightBg:hover,
input[type=button].btnWithLightBg:hover,
input[type=reset].btnWithLightBg:hover,
input[type=submit].btnWithLightBg:hover {
  background: transparent;
  border-color: #7F57F6;
  color: #7F57F6;
}
.btn.btnWithLightBg:hover path,
button.btnWithLightBg:hover path,
input[type=button].btnWithLightBg:hover path,
input[type=reset].btnWithLightBg:hover path,
input[type=submit].btnWithLightBg:hover path {
  stroke: #7F57F6;
}
.btn.btnWhiteBg,
button.btnWhiteBg,
input[type=button].btnWhiteBg,
input[type=reset].btnWhiteBg,
input[type=submit].btnWhiteBg {
  border-color: #fff;
  color: #1D142C;
  text-transform: capitalize;
  background-color: #fff;
  font-weight: 600;
  padding: 12px 26px;
}
.btn.btnWhiteBg .icon path,
button.btnWhiteBg .icon path,
input[type=button].btnWhiteBg .icon path,
input[type=reset].btnWhiteBg .icon path,
input[type=submit].btnWhiteBg .icon path {
  stroke: #1D142C;
}
.btn.btnWhiteBg:hover,
button.btnWhiteBg:hover,
input[type=button].btnWhiteBg:hover,
input[type=reset].btnWhiteBg:hover,
input[type=submit].btnWhiteBg:hover {
  background: transparent;
  color: #fff;
}
.btn.btnWhiteBg:hover .icon path,
button.btnWhiteBg:hover .icon path,
input[type=button].btnWhiteBg:hover .icon path,
input[type=reset].btnWhiteBg:hover .icon path,
input[type=submit].btnWhiteBg:hover .icon path {
  stroke: #fff;
}

.linkBtn {
  text-transform: uppercase;
  color: #1D142C;
  font-size: 13px;
  font-weight: 600;
  padding: 0;
}
.linkBtn .icon {
  transform: none;
  margin-left: 5px;
  transition: all linear 0.3s;
  display: inline-block;
  vertical-align: middle;
}
.linkBtn:hover .icon {
  transform: translate(5px, 0px);
}

.slick-list {
  overflow: hidden;
}

.slick-slide {
  display: inline-block;
  vertical-align: top;
}

.coverBg {
  position: relative;
}
.coverBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.overflow-hidden {
  overflow: hidden;
}

.dBlock {
  display: block;
}

.container {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 27px;
  }
}

.midContainer {
  max-width: 1290px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .midContainer {
    padding: 0 27px;
  }
}

.js-animation-up {
  transition: all linear 0.8s;
}

.parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 125%;
  width: 100%;
  background-position: top center;
  transition: all linear 0.8s;
}

.site-main {
  min-height: 300px;
}

.d-none {
  display: none;
}

.slick-dots {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 10px;
  justify-content: center;
}
.slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  font-size: 0;
}
.slick-dots li.slick-active button {
  background: rgb(255, 255, 255);
}

@media (min-width: 992px) {
  .mb-display {
    display: none;
  }
}

@media (max-width: 992px) {
  .des-display {
    display: none;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
  border: 0;
  color: green;
  font-weight: 700;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 4px;
}
.wpcf7 .wpcf7-spinner {
  top: 5px;
}

.page-template-default .philosophy-sec h1, .page-template-default .philosophy-sec h2, .page-template-default .philosophy-sec h3, .page-template-default .philosophy-sec h4, .page-template-default .philosophy-sec h5 {
  margin-bottom: 30px;
}
.page-template-default .philosophy-sec a {
  color: #7F57F6;
  text-decoration: underline;
}
.page-template-default .philosophy-sec a:hover {
  text-decoration: none;
}
.page-template-default .philosophy-sec ul, .page-template-default .philosophy-sec ol {
  margin-left: 0;
  padding-left: 20px;
}
blockquote {
  border-left: 4px solid rgba(127, 87, 246, 0.2);
  background: #F4F3FE;
  padding: 32px;
  margin: 0 0 34px 0;
}
blockquote p {
  margin: 0 0 10px 0;
  font-style: italic;
  font-family: "Newsreader", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}
@media (max-width: 767px) {
  blockquote p {
    font-size: 20px;
    line-height: 30px;
  }
}
blockquote b {
  font-size: 14px;
  font-weight: 600;
  color: #7F57F6;
  font-family: "Archivo", sans-serif;
  font-style: normal;
}

.error404 .site-header {
  background: #1D142C;
}
.error404 .error-404 {
  color: #000000;
  position: relative;
  margin: 0px 0 0 0;
  padding: 110px 0 0 0;
}
.error404 .error-404 .title {
  color: #1D142C;
  font-size: 190px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.error404 .error-404 .title span {
  color: #7F57F6;
}
@media (max-width: 767px) {
  .error404 .error-404 .title {
    font-size: 130px;
    margin-bottom: 30px;
  }
}
.error404 .error-404 .subTitle {
  color: #000000;
  font-size: 29px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .error404 .error-404 .subTitle {
    font-size: 22px;
  }
}
.error404 .error-404 .notFoundInner {
  text-align: center;
  padding: 95px 0 95px;
}
@media (min-width: 992px) {
  .error404 .error-404 .notFoundInner h1 {
    margin-bottom: 30px;
  }
  .error404 .error-404 .notFoundInner .btn {
    margin-top: 20px;
    padding: 12px 35px;
  }
}
@media (max-width: 992px) {
  .error404 .error-404 .notFoundInner {
    padding: 100px 0 100px;
  }
}

.singlePageContent .leftContent table, .stock-issuance-table {
  width: 100%;
  border-collapse: collapse;
}
.singlePageContent .leftContent table th, .singlePageContent .leftContent table td, .stock-issuance-table th, .stock-issuance-table td {
  border: 1px solid #222;
  padding: 8px;
  vertical-align: middle;
  font-size: 14px;
}
.singlePageContent .leftContent table th, .stock-issuance-table th {
  text-align: center;
  font-weight: 400;
}

.stock-issuance-table td:nth-child(3) {
  text-align: center;
}

.apply-modal {
  display: none;
}
.apply-modal .contactSection {
  margin-top: 20px;
  margin-bottom: 20px;
}
.apply-modal .contactSection .h4 {
  margin-bottom: 30px;
}
.apply-modal .modal-content {
  width: 90%;
  max-width: 700px;
  overflow-y: auto;
  max-height: 98vh;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7 input[type=file] {
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(127, 87, 246, 0.2);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.wpcf7 input[type=file]::file-selector-button {
  padding: 6px 18px;
  margin-right: 10px;
  border: 0;
  font-size: 14px;
  border-radius: 5px;
  background: #7F57F6;
  color: #fff;
  cursor: pointer;
}

.home .site {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0s linear 0.8s;
}
.home.is-visible .site {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0s linear 0s;
}

.introSection {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.introSection .scrollBtn {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  color: #A39EB2;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-left: -54px;
}
.introSection .scrollBtn .arrow {
  margin: 20px auto 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.introSection.play {
  -webkit-animation: overlayFadeOut 0.9s ease 1.9s forwards;
  animation: overlayFadeOut 0.9s ease 1.9s forwards;
}
.introSection.play .introGradient {
  -webkit-animation: gradientFadeIn 0.9s ease forwards;
  animation: gradientFadeIn 0.9s ease forwards;
}
.introSection.play .logoBlock .introLogo, .introSection.play .logoBlock .scrollBtn {
  -webkit-animation: logoPop 0.9s cubic-bezier(0.34, 1.4, 0.64, 1) 0.55s forwards;
  animation: logoPop 0.9s cubic-bezier(0.34, 1.4, 0.64, 1) 0.55s forwards;
}
.introSection .logoBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 100px;
}
.introSection .logoBlock .introLogo {
  opacity: 0;
  transform: scale(0.1);
}
.introSection .logoBlock .scrollBtn {
  opacity: 0;
}

.introGradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #1D142D 0%, #5F4193 138.36%);
  opacity: 0;
  z-index: 0;
}

@-webkit-keyframes gradientFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gradientFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes logoPop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes logoPop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes overlayFadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes overlayFadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.site-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  padding: 40px 0;
  margin: 0;
  transition: all linear 0.3s;
}
@media (max-width: 767px) {
  .site-header {
    padding: 20px 0;
  }
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .logo-new {
  display: none;
}
.site-header.sticky {
  background: #1D142C;
  padding: 20px 0;
}
.site-header.sticky .logo-dark {
  display: none;
}
.site-header.sticky .logo-new {
  display: block;
}
.site-header .menu-toggle {
  background: #7F57F6;
  padding: 0 10px;
  outline: 0 !important;
  border: 0;
  box-shadow: none;
  width: 46px;
  height: 38px;
}
.site-header .menu-toggle span {
  width: 26px;
  height: 1px;
  display: block;
  background: #fff;
  margin: 8px 0;
  transition: all linear 0.2s;
}
.site-header .menu-toggle span:first-child {
  margin-top: 0;
}
.site-header .menu-toggle span:last-child {
  margin-bottom: 0;
}
.site-header .menu-toggle[aria-expanded=true] span:first-child {
  transform: translate(0, 4px) rotate(45deg);
}
.site-header .menu-toggle[aria-expanded=true] span:last-child {
  transform: translate(0px, -4px) rotate(-45deg);
}
.site-header .menu-toggle[aria-expanded=true] span:nth-child(2) {
  display: none;
}
@media (max-width: 992px) {
  .site-header .main-navigation {
    margin-left: 0;
    margin-right: 0px;
    order: 1;
  }
  .site-header .main-navigation .menu.nav-menu {
    position: fixed;
    width: 70%;
    height: 100vh;
    background: #1D142C;
    left: -100%;
    top: 0;
    display: block;
    transition: all linear 0.4s;
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .site-header .main-navigation .menu.nav-menu {
    padding: 50px 30px;
  }
}
.site-header .main-navigation.toggled .menu.nav-menu {
  left: 0;
}
@media (max-width: 767px) {
  .site-header .site-branding {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .site-header .action {
    display: none;
  }
}

.main-navigation .menu li {
  margin: 0 20px;
}
@media (max-width: 1280px) {
  .main-navigation .menu li {
    margin: 0 14px;
  }
}
@media (max-width: 767px) {
  .main-navigation .menu li {
    margin: 0 0px;
  }
}
.main-navigation .menu li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .main-navigation .menu li a {
    padding: 20px 0;
    font-size: 22px;
    display: table;
  }
}
@media (max-width: 767px) {
  .main-navigation .menu li a {
    padding: 20px 0;
    font-size: 18px;
  }
}
.main-navigation .menu li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #7F57F6;
  display: block;
  transition: all linear 0.3s;
}
.main-navigation .menu li:hover a, .main-navigation .menu li.current-menu-item a {
  color: #7F57F6;
}
.main-navigation .menu li:hover a:after, .main-navigation .menu li.current-menu-item a:after {
  width: 100%;
}

@media (min-width: 992px) {
  .home .site-header:not(.sticky) .main-navigation .menu li:hover a, .home .site-header:not(.sticky) .main-navigation .menu li.current-menu-item a, .page-template-tp-pricing .site-header:not(.sticky) .main-navigation .menu li:hover a, .page-template-tp-pricing .site-header:not(.sticky) .main-navigation .menu li.current-menu-item a, .page-template-tp-contact .site-header:not(.sticky) .main-navigation .menu li:hover a, .page-template-tp-contact .site-header:not(.sticky) .main-navigation .menu li.current-menu-item a {
    color: #F4F3FE;
  }
  .home .site-header:not(.sticky) .main-navigation .menu li:hover a:after, .home .site-header:not(.sticky) .main-navigation .menu li.current-menu-item a:after, .page-template-tp-pricing .site-header:not(.sticky) .main-navigation .menu li:hover a:after, .page-template-tp-pricing .site-header:not(.sticky) .main-navigation .menu li.current-menu-item a:after, .page-template-tp-contact .site-header:not(.sticky) .main-navigation .menu li:hover a:after, .page-template-tp-contact .site-header:not(.sticky) .main-navigation .menu li.current-menu-item a:after {
    width: 100%;
    background: #F4F3FE;
  }
}

.site-footer {
  background: #1D142C;
  padding: 118px 0 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .site-footer {
    padding-top: 98px;
  }
}
.site-footer::before {
  content: "";
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: rgba(127, 87, 246, 0.2);
  display: block;
  height: 1px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .site-footer::before {
    top: 40px;
  }
}
.site-footer > .container {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  column-gap: 252px;
}
@media (max-width: 1280px) {
  .site-footer > .container {
    column-gap: 50px;
  }
}
@media (max-width: 767px) {
  .site-footer > .container {
    grid-template-columns: 1fr;
  }
}
.site-footer .title {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin: 0 0 18px 0;
}
.site-footer .footerLeft .footerLogo {
  margin: 0 0 26px 0;
}
.site-footer .footerLeft p {
  font-size: 14px;
  color: #A39EB2;
  font-weight: 400;
}
.site-footer .footerRight {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 80px;
}
@media (max-width: 1280px) {
  .site-footer .footerRight {
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer .footerRight {
    grid-template-columns: 1fr 1.3fr 1fr;
    column-gap: 10px;
  }
}
.site-footer .footerRight ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer .footerRight ul li {
  margin-bottom: 12px;
}
.site-footer .footerRight ul li a {
  color: #A39EB2;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  display: table;
}
.site-footer .footerRight ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  transition: all linear 0.3s;
  display: block;
  background: #7F57F6;
}
.site-footer .footerRight ul li:hover a {
  color: #7F57F6;
}
.site-footer .footerRight ul li:hover a::after {
  width: 100%;
}
@media (max-width: 767px) {
  .site-footer .bottomFooter .socialIcon {
    order: -1;
    margin: 0 auto 20px;
  }
}
.site-footer .bottomFooter .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #A39EB2;
  column-gap: 20px;
}
@media (max-width: 767px) {
  .site-footer .bottomFooter .container {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.site-footer .bottomFooter .container > div:first-child {
  width: 80%;
}
@media (max-width: 767px) {
  .site-footer .bottomFooter .container > div:first-child {
    width: 100%;
  }
}
.site-footer .bottomFooter .container > div:last-child {
  width: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .site-footer .bottomFooter .container > div:last-child {
    margin-left: auto;
    margin-right: 0;
  }
}
.site-footer .bottomFooter {
  padding: 40px 0 60px;
}
.site-footer .bottomFooter p {
  color: #A39EB2;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.site-footer .bottomFooter p + p {
  font-size: 10px;
}
.site-footer .bottomFooter ul {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .bottomFooter ul li a {
  transition: all linear 0.2s;
  transform: translate(0);
  display: table;
}
.site-footer .bottomFooter ul li:hover a {
  transform: translateY(-3px);
}

.footerCtaSection {
  width: 100%;
  background: #1D142C;
  padding: 122px 0 72px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .footerCtaSection {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .footerCtaSection {
    padding: 60px 0;
  }
}
.footerCtaSection .content {
  max-width: 700px;
  margin: 0 auto;
}
.footerCtaSection .title {
  color: #fff;
  font-size: 64px;
  margin: 0 0 34px 0;
  line-height: normal;
}
@media (max-width: 1280px) {
  .footerCtaSection .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .footerCtaSection .title {
    font-size: 35px;
    line-height: normal;
    margin: 0 0 14px 0;
  }
}
.footerCtaSection .title.aos-animate ~ div {
  opacity: 1;
  transform: translateZ(0);
}
.footerCtaSection p, .footerCtaSection li {
  color: #A39EB2;
  margin: 0 auto;
  max-width: 585px;
}
.footerCtaSection p:last-child {
  margin-bottom: 49px;
}

.mainBannerSection {
  position: relative;
  min-height: 768px;
  padding: 100px 0;
  display: flex;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .mainBannerSection {
    align-items: start;
  }
}
@media (max-width: 767px) {
  .mainBannerSection {
    padding: 90px 0;
    margin-bottom: 30px;
    align-items: start;
    height: 98vh;
  }
}
.mainBannerSection .bannerImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mainBannerSection .bannerImg .imgBlock {
  height: 100%;
}
.mainBannerSection .bannerImg .imgBlock .coverBg {
  height: 100%;
}
.mainBannerSection .bannerImg .imgBlock .coverBg img {
  object-position: center right;
}
@media (max-width: 767px) {
  .mainBannerSection .bannerImg .imgBlock .coverBg img {
    object-position: 59% 0;
  }
}
.mainBannerSection .bannerImg .imgBlock .coverBg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0.25) 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .mainBannerSection .bannerImg .imgBlock .coverBg::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 39%, rgba(0, 0, 0, 0.25) 50%);
  }
}
.mainBannerSection .bannerCaption {
  width: 100%;
  max-width: 740px;
}
.mainBannerSection .bannerCaption .content {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .mainBannerSection .bannerCaption .content {
    max-width: 100%;
  }
}
.mainBannerSection .bannerCaption .title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .mainBannerSection .bannerCaption .title {
    font-size: 50px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .mainBannerSection .bannerCaption .title {
    margin-bottom: 8px;
    font-size: 38px;
  }
}
.mainBannerSection .bannerCaption .title.aos-animate ~ .action {
  opacity: 1;
  transform: translateZ(0);
}
.mainBannerSection .bannerCaption .title, .mainBannerSection .bannerCaption p, .mainBannerSection .bannerCaption li {
  color: #fff;
}
.mainBannerSection .bannerCaption p, .mainBannerSection .bannerCaption li {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .mainBannerSection .bannerCaption p, .mainBannerSection .bannerCaption li {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 8px 0;
  }
}
@media (max-width: 767px) {
  .mainBannerSection .bannerCaption p, .mainBannerSection .bannerCaption li {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 8px 0;
  }
}
.mainBannerSection .action {
  margin: 25px 0 0 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .mainBannerSection .action {
    margin-top: 10px;
  }
}
.mainBannerSection .action .btn {
  margin-right: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .mainBannerSection .action .btn {
    margin-bottom: 8px;
  }
}
.mainBannerSection .action .btn span {
  margin-left: 8px;
}

.aboutSection {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .aboutSection {
    padding: 40px 0;
  }
}

.contentBlocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 212px;
}
@media (max-width: 1280px) {
  .contentBlocks {
    column-gap: 60px;
  }
}
@media (max-width: 992px) {
  .contentBlocks {
    column-gap: 40px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .contentBlocks {
    grid-template-columns: 1fr;
  }
}
.contentBlocks .linkBtn {
  display: table;
  margin-top: 45px;
}
.contentBlocks .left {
  max-width: 400px;
}
@media (max-width: 992px) {
  .contentBlocks .left {
    max-width: 100%;
  }
}
.contentBlocks .title {
  color: #1D142C;
}
.contentBlocks .right .content {
  max-width: 450px;
}
@media (max-width: 992px) {
  .contentBlocks .right .content {
    max-width: 100%;
  }
}
.contentBlocks .content p, .contentBlocks .content li {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #1D142C;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .contentBlocks .content p, .contentBlocks .content li {
    font-size: 16px;
    line-height: 24px;
  }
}

.clientStoriesSection {
  margin: 0;
  background: #F4F3FE;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .clientStoriesSection {
    padding: 60px 0;
  }
}
.clientStoriesSection .topHeading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  margin: 0 0 77px 0;
}
@media (max-width: 992px) {
  .clientStoriesSection .topHeading {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .clientStoriesSection .topHeading {
    margin: 0 0 46px 0;
  }
}
.clientStoriesSection .topHeading p, .clientStoriesSection .topHeading li {
  color: #111;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 767px) {
  .clientStoriesSection .topHeading p, .clientStoriesSection .topHeading li {
    font-size: 16px;
  }
}
.clientStoriesSection .topHeading p {
  margin: 0 0 29px 0;
}
.clientStoriesSection .topHeading .content {
  max-width: 450px;
}
@media (max-width: 992px) {
  .clientStoriesSection .topHeading .content {
    max-width: 100%;
  }
}

.slider-arrows {
  display: flex;
  gap: 10px;
}
@media (max-width: 992px) {
  .slider-arrows {
    justify-self: end;
  }
}
.slider-arrows button {
  padding: 10px 24px;
  background: transparent;
  border: 1px solid #7F57F6;
  border-radius: 10px;
}
.slider-arrows button svg path {
  fill: #7F57F6;
}
.slider-arrows button:hover {
  background: #7F57F6;
}
.slider-arrows button:hover svg path {
  fill: #fff;
}

.storiesSlider > .item {
  max-width: 434px;
}
.storiesSlider .item {
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .storiesSlider .item {
    padding: 0 10px;
  }
}
.storiesSlider .slick-list {
  margin: 0 -10px;
}
@media (max-width: 1280px) {
  .storiesSlider .slick-list {
    margin: 0 -5px;
  }
}

.cardBlock {
  background: #fff;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0 12px 24px 0 rgba(29, 20, 44, 0.03);
}
@media (max-width: 1280px) {
  .cardBlock {
    padding: 22px;
  }
}
.cardBlock .imgBlock {
  margin: 0 0 34px 0;
}
.cardBlock .imgBlock .coverBg {
  padding-bottom: 74%;
}
.cardBlock .imgBlock .coverBg img {
  border-radius: 18px;
}
.cardBlock .info {
  display: flex;
  flex-direction: column;
}
.cardBlock .info p {
  font-size: 18px;
  font-family: "Newsreader", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 21px;
  margin: 0 0 34px 0;
}
.cardBlock .action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.cardBlock .action .authName {
  color: #1D142D;
  font-family: "Newsreader", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.cardBlock .action .cardAction {
  border-radius: 5px;
  border: 1px solid #7F57F6;
  background: rgba(127, 87, 246, 0.1);
  display: flex;
  color: #7F57F6;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 4px 10px;
  gap: 4px;
  align-items: center;
}

.insightsGridSection {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .insightsGridSection {
    padding: 35px 0;
  }
}

.insightTopBlock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 150px;
  margin: 0 0 24px 0;
}
@media (max-width: 992px) {
  .insightTopBlock {
    grid-template-columns: 1fr;
  }
}
.insightTopBlock .topHeading .title {
  font-size: 48px;
  color: #1D142C;
  line-height: normal;
}
@media (max-width: 767px) {
  .insightTopBlock .topHeading .title {
    font-size: 35px;
    line-height: 35px;
  }
}
.insightTopBlock .topHeading p, .insightTopBlock .topHeading li {
  line-height: 28px;
  color: #1D142D;
  font-weight: 300;
}
.insightTopBlock .action {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 23px 82px 0 0;
}
@media (max-width: 992px) {
  .insightTopBlock .action {
    justify-content: flex-start;
    padding: 15px 0px 0 0;
  }
}
.insightTopBlock .action .btn.btnWithBg:hover {
  background: #1D142C;
  border-color: #1D142C;
}

.insightBlocks {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin: 0 0 26px 0;
}
.insightBlocks .left {
  width: 56.2%;
}
@media (max-width: 992px) {
  .insightBlocks .left {
    width: 100%;
  }
}
.insightBlocks .left .topAuth {
  display: flex;
  gap: 10px;
  margin: 0 0 20px 0;
}
.insightBlocks .left .topAuth .subStack, .insightBlocks .left .topAuth .readTime {
  margin: 0;
  font-size: 12px;
}
.insightBlocks .left .title {
  font-size: 32px;
  margin: 0 0 22px 0;
  line-height: 38px;
}
@media (max-width: 767px) {
  .insightBlocks .left .title {
    font-size: 26px;
    line-height: 36px;
  }
}
.insightBlocks .left .title a {
  color: #1D142C;
}
.insightBlocks .left .imgBlock .coverBg {
  display: block;
  padding-bottom: 44%;
  margin: 0 0 28px 0;
}
@media (max-width: 767px) {
  .insightBlocks .left .imgBlock .coverBg {
    padding-bottom: 66%;
  }
}
.insightBlocks .left .imgBlock .coverBg img {
  border-radius: 4px;
}
.insightBlocks .left .info {
  max-width: 540px;
}
.insightBlocks .left .info p {
  font-size: 15px;
  line-height: 24px;
  color: #5A546A;
  margin-bottom: 0;
}
.insightBlocks .right {
  width: 41%;
  padding: 0 0 0 0px;
}
@media (max-width: 992px) {
  .insightBlocks .right {
    display: none;
  }
}
.insightBlocks .right .insight {
  display: grid;
  grid-template-columns: 29% 67%;
  column-gap: 24px;
  padding-bottom: 40px;
  border-left: 1px solid rgba(127, 87, 246, 0.1);
  padding-left: 42px;
}
.insightBlocks .right .insight:last-child {
  padding-bottom: 0;
}
.insightBlocks .right .insight .info p {
  font-size: 14px;
  color: #5A546A;
  margin: 0;
  line-height: 20px;
}
.insightBlocks .right .imgBlock .coverBg {
  display: block;
  padding-bottom: 100%;
}
.insightBlocks .right .subStack {
  font-size: 11px;
  margin-bottom: 10px;
}
.insightBlocks .right .title {
  font-size: 22px;
  margin: 0 0 14px 0;
  font-weight: 400;
}
.insightBlocks .right .title a {
  color: #1D142C;
}

.howWeHelpSection {
  background: linear-gradient(180deg, #1D142D 0%, #5F4193 138.36%);
  padding: 200px 0;
  margin: 0 0 50px 0;
  position: relative;
}
@media (max-width: 992px) {
  .howWeHelpSection {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .howWeHelpSection {
    padding: 70px 0;
    margin: 40px 0;
  }
}
.howWeHelpSection > .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
}
@media (max-width: 992px) {
  .howWeHelpSection > .icon {
    display: none;
  }
}
.howWeHelpSection:after, .howWeHelpSection::before {
  content: "";
  width: 1px;
  height: calc(50% - 100px);
  background: #7F57F6;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .howWeHelpSection:after, .howWeHelpSection::before {
    display: none;
  }
}
.howWeHelpSection:before {
  top: 50px;
}
.howWeHelpSection:after {
  bottom: 50px;
}
.howWeHelpSection .container {
  display: flex;
  column-gap: 0;
  max-width: 1050px;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.howWeHelpSection .container .leftBlock {
  width: 50%;
  padding-right: 100px;
}
@media (max-width: 992px) {
  .howWeHelpSection .container .leftBlock {
    padding-right: 0px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .howWeHelpSection .container .leftBlock {
    padding-right: 0px;
  }
}
.howWeHelpSection .container .leftBlock .subStack {
  margin-bottom: 20px;
}
.howWeHelpSection .container .leftBlock .title {
  color: #fff;
  margin-bottom: 40px;
}
.howWeHelpSection .container .rightBlock {
  width: 50%;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .howWeHelpSection .container .rightBlock {
    padding-left: 0px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .howWeHelpSection .container .rightBlock {
    padding-left: 0px;
  }
}

.howItWorkSlider {
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .howItWorkSlider {
    min-height: 10px;
  }
}
@media (max-width: 767px) {
  .howItWorkSlider {
    margin-right: -30px;
  }
}
.howItWorkSlider:after {
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, rgb(65, 44, 100) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .howItWorkSlider:after {
    height: 40px;
  }
}
@media (max-width: 992px) {
  .howItWorkSlider:after {
    display: none;
  }
}
.howItWorkSlider .slick-list {
  overflow: visible;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .howItWorkSlider .slick-list {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .howItWorkSlider .slick-list {
    padding-right: 18px;
  }
}
.howItWorkSlider .item {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  min-height: 240px;
}
@media (max-width: 1280px) {
  .howItWorkSlider .item {
    padding: 0 0 10px 0;
  }
}
@media (max-width: 992px) {
  .howItWorkSlider .item {
    display: inline-block;
    padding: 0;
    min-height: 10px;
  }
}
@media (max-width: 767px) {
  .howItWorkSlider .item {
    padding: 0;
    margin: 0;
    position: relative;
  }
}
.howItWorkSlider .item .title {
  text-align: left;
  font-family: "Newsreader", serif;
  font-weight: 900;
  margin: 0 0 17px 0;
  color: #7F57F6;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  line-height: normal;
}
.howItWorkSlider .item .subHeading {
  margin: 0 0 17px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 26px;
  color: #fff;
}
@media (max-width: 767px) {
  .howItWorkSlider .item .subHeading {
    margin: 0 0 30px 0;
  }
}
.howItWorkSlider .item p {
  line-height: normal;
  max-width: 400px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
}
@media (max-width: 992px) {
  .howItWorkSlider .item p {
    font-size: 18px;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .howItWorkSlider .item p {
    font-size: 16px;
  }
}

.benchmark-banner-sec {
  padding: 240px 0 80px 0;
  background: #12082c;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .benchmark-banner-sec {
    padding: 156px 0 70px 0;
  }
}
@media (max-width: 992px) {
  .benchmark-banner-sec {
    padding: 145px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .benchmark-banner-sec {
    padding: 136px 0 60px 0;
  }
}
.benchmark-banner-sec .benchmark-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
}
@media (max-width: 992px) {
  .benchmark-banner-sec .benchmark-row {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }
}
.benchmark-banner-sec .benchmark-row .content-col {
  width: 110%;
  padding-left: 0px;
}
@media (max-width: 1280px) {
  .benchmark-banner-sec .benchmark-row .content-col {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .benchmark-banner-sec .benchmark-row .content-col {
    width: 100%;
    margin-bottom: 40px;
  }
}
.benchmark-banner-sec .benchmark-row .content-col .title {
  margin-bottom: 24px;
  color: #fff;
  width: 100%;
}
.benchmark-banner-sec .benchmark-row .content-col .info {
  margin-bottom: 42px;
  max-width: 615px;
  width: 100%;
}
@media (max-width: 1366px) {
  .benchmark-banner-sec .benchmark-row .content-col .info {
    max-width: 554px;
  }
}
@media (max-width: 1280px) {
  .benchmark-banner-sec .benchmark-row .content-col .info {
    max-width: 385px;
  }
}
@media (max-width: 992px) {
  .benchmark-banner-sec .benchmark-row .content-col .info {
    max-width: 100%;
  }
}
.benchmark-banner-sec .benchmark-row .content-col .info p {
  color: #fff;
  line-height: 160%;
  font-size: 20px;
}
@media (max-width: 1280px) {
  .benchmark-banner-sec .benchmark-row .content-col .info p {
    font-size: 16px;
  }
}
.benchmark-banner-sec .benchmark-row .content-col .action {
  display: flex;
  flex-wrap: wrap;
  gap: 27px 20px;
}
.benchmark-banner-sec .benchmark-row .images-col {
  position: relative;
  bottom: 0;
}
@media (max-width: 992px) {
  .benchmark-banner-sec .benchmark-row .images-col {
    position: relative;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .benchmark-banner-sec .benchmark-row .images-col {
    bottom: 0;
  }
}
.benchmark-banner-sec .benchmark-row .images-col .images-subcol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  transform: rotate(45deg);
}
@media (max-width: 992px) {
  .benchmark-banner-sec .benchmark-row .images-col .images-subcol {
    transform: rotate(0deg);
  }
}
@media (max-width: 1280px) {
  .benchmark-banner-sec .benchmark-row .images-col .images-subcol {
    gap: 11px;
  }
}
.benchmark-banner-sec .benchmark-row .images-col .images-subcol .figure-col {
  width: 278px;
  height: 278px;
}
@media (max-width: 1366px) {
  .benchmark-banner-sec .benchmark-row .images-col .images-subcol .figure-col {
    width: 228px;
    height: 228px;
  }
}
@media (max-width: 1280px) {
  .benchmark-banner-sec .benchmark-row .images-col .images-subcol .figure-col {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 992px) {
  .benchmark-banner-sec .benchmark-row .images-col .images-subcol .figure-col {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
}
@media (max-width: 992px) {
  .benchmark-banner-sec .benchmark-row .images-col .images-subcol .figure-col:nth-child(1) img {
    position: relative;
    top: 0px;
  }
}
.benchmark-banner-sec .benchmark-row .images-col .images-subcol .figure-col:nth-child(2) img, .benchmark-banner-sec .benchmark-row .images-col .images-subcol .figure-col:nth-child(3) img {
  position: relative;
  top: -18px;
}
@media (max-width: 992px) {
  .benchmark-banner-sec .benchmark-row .images-col .images-subcol .figure-col:nth-child(2) img, .benchmark-banner-sec .benchmark-row .images-col .images-subcol .figure-col:nth-child(3) img {
    top: -10px;
  }
}
.benchmark-banner-sec .benchmark-row .images-col .images-subcol .figure-col:nth-child(4) img {
  position: relative;
  top: -57px;
}
@media (max-width: 992px) {
  .benchmark-banner-sec .benchmark-row .images-col .images-subcol .figure-col:nth-child(4) img {
    top: 0;
  }
}
.benchmark-banner-sec .benchmark-row .images-col .images-subcol .figure-col .image-col {
  transform: rotate(-45deg) scale(1.35);
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .benchmark-banner-sec .benchmark-row .images-col .images-subcol .figure-col .image-col {
    -webkit-mask-image: url(../images/benchmark/banner-image-mask.png);
    mask-image: url(../images/benchmark/banner-image-mask.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
@media (max-width: 992px) {
  .benchmark-banner-sec .benchmark-row .images-col .images-subcol .figure-col .image-col {
    transform: rotate(0deg) scale(1.35);
  }
}
.benchmark-banner-sec .benchmark-row .images-col .images-subcol .figure-col img {
  width: 100%;
  height: 140%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition: all linear 0.8s;
}
@media (max-width: 992px) {
  .benchmark-banner-sec .benchmark-row .images-col .images-subcol .figure-col img {
    height: 110%;
  }
}

.philosophy-sec {
  padding: 80px 0 90px 0;
}
@media (max-width: 1024px) {
  .philosophy-sec {
    padding: 70px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .philosophy-sec {
    padding: 60px 0 60px 0;
  }
}
.philosophy-sec .philosophy-row {
  text-align: center;
  max-width: 712px;
  width: 100%;
  margin-inline: auto;
}
.philosophy-sec .philosophy-row .subStack {
  margin: 0 0 27px 0;
}
.philosophy-sec .philosophy-row .title {
  color: #1D142C;
}
.philosophy-sec .philosophy-row .content-col {
  margin-top: 30px;
  color: #1D142C;
}
.philosophy-sec .philosophy-row .content-col p {
  line-height: 163%;
}
@media (max-width: 1024px) {
  .philosophy-sec .philosophy-row .content-col p {
    font-size: 16px;
  }
}
.philosophy-sec .philosophy-row .content-col p:last-child {
  margin-bottom: 0;
}

.core-methodology-sec {
  background-color: #F4F3FE;
  padding: 120px 0 73px 0;
}
@media (max-width: 1024px) {
  .core-methodology-sec {
    padding: 70px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .core-methodology-sec {
    padding: 60px 0 60px 0;
  }
}
.core-methodology-sec .container {
  max-width: 1360px;
}
.core-methodology-sec .heading-row {
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .core-methodology-sec .heading-row {
    margin-bottom: 35px;
  }
}
.core-methodology-sec .heading-row .subStack {
  margin: 0 0 16px 0;
}
.core-methodology-sec .heading-row .title {
  color: #1D142C;
}
.core-methodology-sec .content-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .core-methodology-sec .content-row {
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .core-methodology-sec .content-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.core-methodology-sec .content-row .content-col {
  padding: 32px 63px 32px 32px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(127, 87, 246, 0.16);
  box-shadow: 0 8px 24px 0 rgba(29, 20, 44, 0.02);
}
@media (max-width: 1280px) {
  .core-methodology-sec .content-row .content-col {
    padding: 32px 32px 32px 32px;
  }
}
@media (max-width: 1024px) {
  .core-methodology-sec .content-row .content-col {
    padding: 27px;
  }
}
.core-methodology-sec .content-row .content-col .number {
  color: #7F57F6;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 24px;
}
.core-methodology-sec .content-row .content-col .title {
  color: #1D142C;
  margin-bottom: 12px;
}
.core-methodology-sec .content-row .content-col .info-content {
  color: #5A546A;
}
.core-methodology-sec .content-row .content-col .info-content p {
  line-height: 150%;
  font-size: 16px;
}
.core-methodology-sec .content-row .content-col .info-content p:last-child {
  margin-bottom: 0;
}

.our-commitment-sec {
  background-color: #1D142C;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .our-commitment-sec {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .our-commitment-sec {
    padding: 60px 0;
  }
}
.our-commitment-sec .commitment-row {
  display: flex;
  flex-wrap: wrap;
  z-index: 9;
  position: relative;
}
.our-commitment-sec .commitment-row .heading-col, .our-commitment-sec .commitment-row .list-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.our-commitment-sec .commitment-row .heading-col {
  width: 50%;
  padding-right: 30px;
  padding-left: 44px;
}
@media (max-width: 1024px) {
  .our-commitment-sec .commitment-row .heading-col {
    padding-left: 0px;
  }
}
@media (max-width: 992px) {
  .our-commitment-sec .commitment-row .heading-col {
    width: 100%;
    padding-right: 0px;
  }
}
.our-commitment-sec .commitment-row .heading-col .title {
  margin-bottom: 5px;
  color: #fff;
}
@media (max-width: 767px) {
  .our-commitment-sec .commitment-row .heading-col .title {
    margin-bottom: 5px;
  }
}
.our-commitment-sec .commitment-row .heading-col .info {
  max-width: 443px;
  width: 100%;
}
@media (max-width: 992px) {
  .our-commitment-sec .commitment-row .heading-col .info {
    max-width: 100%;
  }
}
.our-commitment-sec .commitment-row .heading-col .info p {
  line-height: 160%;
  color: rgba(255, 255, 255, 0.7);
}
.our-commitment-sec .commitment-row .heading-col .info p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .our-commitment-sec .commitment-row .heading-col .info p {
    font-size: 16px;
  }
}
.our-commitment-sec .commitment-row .list-col {
  width: 50%;
  padding-left: 29px;
}
@media (max-width: 992px) {
  .our-commitment-sec .commitment-row .list-col {
    width: 100%;
    padding-left: 0px;
    margin-top: 45px;
  }
}
.our-commitment-sec .commitment-row .list-col ul {
  margin: 0;
  padding: 0;
}
.our-commitment-sec .commitment-row .list-col ul li {
  margin-bottom: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 24px;
}
.our-commitment-sec .commitment-row .list-col ul li span {
  color: #fff;
  font-family: "Newsreader", serif;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1024px) {
  .our-commitment-sec .commitment-row .list-col ul li span {
    font-size: 20px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .our-commitment-sec .commitment-row .list-col ul li span {
    font-size: 18px;
  }
}
.our-commitment-sec .commitment-row .list-col ul li:last-child {
  margin-bottom: 0;
}
.our-commitment-sec .bac-icon-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: overlay;
}
@media (max-width: 1024px) {
  .our-commitment-sec .bac-icon-shape {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .our-commitment-sec .bac-icon-shape {
    width: 100%;
  }
}

.our-client-say-sec {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .our-client-say-sec {
    padding: 70px 0 30px 0;
  }
}
.our-client-say-sec .our-client-say-row {
  position: relative;
}
.our-client-say-sec .our-client-say-row .heading-row {
  display: flex;
  align-items: center;
  padding-bottom: 62px;
  border-bottom: 1px solid #7F57F6;
}
@media (max-width: 767px) {
  .our-client-say-sec .our-client-say-row .heading-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .our-client-say-sec .our-client-say-row .heading-row {
    padding-bottom: 30px;
  }
}
.our-client-say-sec .our-client-say-row .heading-row .heading-col {
  width: 50%;
  padding-left: 11px;
}
@media (max-width: 1024px) {
  .our-client-say-sec .our-client-say-row .heading-row .heading-col {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .our-client-say-sec .our-client-say-row .heading-row .heading-col {
    width: 100%;
  }
}
.our-client-say-sec .our-client-say-row .heading-row .heading-col .subStack {
  margin: 0 0 23px 0;
}
.our-client-say-sec .our-client-say-row .heading-row .heading-col .title {
  max-width: 478px;
  width: 100%;
}
.our-client-say-sec .our-client-say-row .heading-row .content-col {
  max-width: 455px;
  width: 50%;
  margin-left: 4.6%;
}
@media (max-width: 767px) {
  .our-client-say-sec .our-client-say-row .heading-row .content-col {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
}
.our-client-say-sec .our-client-say-row .heading-row .content-col p {
  color: #111;
}
@media (max-width: 1024px) {
  .our-client-say-sec .our-client-say-row .heading-row .content-col p {
    font-size: 16px;
  }
}
.our-client-say-sec .our-client-say-row .heading-row .content-col p:last-child {
  margin-bottom: 0;
}
.our-client-say-sec .our-client-say-row .clientsliderSec {
  max-width: 1196px;
  width: 100%;
}
@media (max-width: 1024px) {
  .our-client-say-sec .our-client-say-row .clientsliderSec {
    max-width: 100%;
  }
}
.our-client-say-sec .our-client-say-row .clientsliderSec .slick-list {
  margin-inline: -40px;
}
@media (max-width: 767px) {
  .our-client-say-sec .our-client-say-row .clientsliderSec .slick-list {
    margin-inline: -30px;
  }
}
.our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track {
  display: flex;
  width: 100%;
}
.our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 61px 40px;
}
@media (max-width: 1024px) {
  .our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row {
    padding: 40px 40px;
  }
}
@media (max-width: 767px) {
  .our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row {
    padding: 30px 30px;
  }
}
.our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .content-col {
  width: 50%;
  padding-right: 20px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .content-col {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 5px;
    order: 2;
  }
}
.our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .content-col .content-subcol {
  max-width: 535px;
  width: 100%;
}
.our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .content-col .content-subcol .info {
  position: relative;
}
.our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .content-col .content-subcol .info p {
  color: #1D142C;
  font-family: "Newsreader", serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .content-col .content-subcol .info p {
    font-size: 22px;
    line-height: 133%;
    margin-bottom: 22px;
  }
}
@media (max-width: 1024px) {
  .our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .content-col .content-subcol .info p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .content-col .content-subcol .info p {
    font-size: 18px;
    margin-bottom: 19px;
  }
}
.our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .content-col .content-subcol .info p:last-child {
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  .our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .content-col .content-subcol .info p:last-child {
    margin-bottom: 28px;
  }
}
.our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .content-col .content-subcol .info p span {
  color: #7F57F6;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .content-col .content-subcol .client-name {
  font-size: 18px;
  font-weight: 600;
  color: #1D142C;
  margin-bottom: 4px;
}
.our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .content-col .content-subcol .client-role {
  font-size: 14px;
  font-weight: 400;
  color: #5A546A;
}
.our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .image-col {
  width: 50%;
  position: relative;
  padding-left: 10px;
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  .our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .image-col {
    width: 100%;
    padding-left: 0px;
  }
}
.our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .image-col .image-subcol {
  max-width: 556px;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}
.our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .image-col .image-subcol img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .image-col .image-subcol .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .image-col .image-subcol .btn {
    font-size: 13px;
    padding: 16px 20px;
  }
}
.our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .image-col .image-subcol .btn:hover {
  background-color: #fff;
  color: #7F57F6;
  border-color: #fff;
}
.our-client-say-sec .our-client-say-row .clientsliderSec .slick-list .slick-track .slider-row .image-col .image-subcol .btn:hover path {
  stroke: #7F57F6;
}
.our-client-say-sec .our-client-say-row .clientsliderSec .slick-arrow {
  display: none !important;
}
.our-client-say-sec .our-client-say-row .slider-arrows {
  position: absolute;
  left: 0;
  bottom: 60px;
}
@media (max-width: 767px) {
  .our-client-say-sec .our-client-say-row .slider-arrows {
    position: initial;
    bottom: initial;
    justify-self: center;
  }
}

.experience-benchmark-sec {
  background-color: #F4F3FE;
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .experience-benchmark-sec {
    padding: 70px 0;
  }
}
@media (max-width: 1024px) {
  .experience-benchmark-sec {
    padding: 60px 0;
  }
}
.experience-benchmark-sec .heading-row {
  max-width: 580px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
.experience-benchmark-sec .heading-row .title {
  margin-bottom: 24px;
  color: #1D142C;
  line-height: 110%;
}
.experience-benchmark-sec .heading-row .content-col {
  margin-bottom: 21px;
}
.experience-benchmark-sec .heading-row .content-col p {
  color: #5A546A;
  line-height: 160%;
}
.experience-benchmark-sec .heading-row .content-col p:last-child {
  margin-bottom: 0;
}
.experience-benchmark-sec .heading-row .action {
  display: flex;
  justify-content: center;
}

.clientsliderSec .slick-track {
  display: flex;
}

.innerPageHeader {
  margin: 0 0 40px 0;
  background: #1D142C;
  padding: 187px 0 65px 80px;
}
@media (max-width: 1280px) {
  .innerPageHeader {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .innerPageHeader {
    padding-top: 120px;
  }
}
.innerPageHeader .postInfo {
  display: flex;
  align-items: center;
  column-gap: 100px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .innerPageHeader .postInfo {
    flex-wrap: wrap;
  }
}
.innerPageHeader .postInfo .subStack {
  margin: 0;
  font-size: 12px;
  display: block;
}
.innerPageHeader .postInfo .postDate span {
  font-size: 12px;
  color: #fff;
}
.innerPageHeader .postInfo .postDate span:first-child {
  color: #A39EB2;
  text-transform: uppercase;
}
.innerPageHeader .titleSection {
  width: 100%;
  max-width: 1010px;
}
.innerPageHeader .titleSection .title {
  color: #fff;
  letter-spacing: normal;
}

.storiesListSection {
  margin: 80px 0 0 0;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .storiesListSection {
    margin: 40px 0 0;
    padding-bottom: 40px;
  }
}
.storiesListSection:after {
  content: "";
  width: 100%;
  height: 70%;
  background: url(../images/content-bg-split.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0px;
  display: block;
  z-index: -1;
  opacity: 0.6;
  background-position: bottom right;
  background-size: 86%;
  top: auto;
}
@media (max-width: 1366px) {
  .storiesListSection:after {
    background-size: 100%;
  }
}
@media (max-width: 992px) {
  .storiesListSection:after {
    background-position: bottom right;
    bottom: 0px;
  }
}
.storiesListSection > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1300px;
}
.storiesListSection > div .storiesLeft {
  width: 100%;
  max-width: 60%;
}
@media (max-width: 992px) {
  .storiesListSection > div .storiesLeft {
    max-width: 100%;
  }
}
.storiesListSection > div .storieSidebar {
  width: 100%;
  max-width: 33.35%;
}
@media (max-width: 992px) {
  .storiesListSection > div .storieSidebar {
    max-width: 100%;
    order: -1;
    margin: 0 0 30px 0;
  }
}

.storieSidebar {
  margin: 0;
}
.storieSidebar .block {
  padding: 29px 32px;
  border: 1px solid rgba(127, 87, 246, 0.1);
  border-radius: 16px;
  box-shadow: 0 8px 24px 0 rgba(29, 20, 44, 0.02);
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .storieSidebar .block {
    padding: 18px 18px;
  }
}
.storieSidebar .block.topBlock {
  background: #7F57F6;
}
.storieSidebar .block.topBlock span {
  text-transform: uppercase;
  color: #1D142C;
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin: 0 0 20px 0;
}
.storieSidebar .block.topBlock .title {
  font-size: 28px;
  color: #fff;
  font-weight: 300;
}
.storieSidebar .block.sidebarBlock .title {
  font-size: 14px;
  font-weight: 700;
  color: #1D142C;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  margin: 0 0 16px 0;
  padding: 3px 0 2px 16px;
  line-height: normal;
  position: relative;
}
.storieSidebar .block.sidebarBlock .title::before {
  content: "";
  width: 4px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #FF5F57;
  border-radius: 2px;
}
.storieSidebar .block.sidebarBlock p, .storieSidebar .block.sidebarBlock li {
  color: #5A546A;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.storieSidebar .block.sidebarBlock:nth-child(2n) .title::before {
  background: #7F57F6;
}
.storieSidebar .block.sidebarBlock:nth-child(3n) .title::before {
  background: #28C840;
}
.storieSidebar .block.sidebarBlock:nth-child(4n) .title::before {
  background: #FEBC2E;
}
@media (max-width: 992px) {
  .storieSidebar .sidebarBottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
}
@media (max-width: 767px) {
  .storieSidebar .sidebarBottom {
    grid-template-columns: 1fr;
  }
}

.storiesLeft .repeatBlock {
  border-bottom: 0px solid rgba(127, 87, 246, 0.1);
  padding-bottom: 56px;
  margin-bottom: 56px;
}
.storiesLeft .repeatBlock:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .storiesLeft .repeatBlock {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
}
.storiesLeft .repeatBlock:last-child {
  border: 0;
}
.storiesLeft .repeatBlock .subTitle {
  text-transform: uppercase;
  color: #7F57F6;
  margin: 0 0 15px 0;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  display: block;
}
.storiesLeft .repeatBlock .title {
  font-size: 32px;
  margin: 0 0 16px 0;
}
@media (max-width: 992px) {
  .storiesLeft .repeatBlock .title {
    font-size: 28px;
    line-height: normal;
  }
}
.storiesLeft .repeatBlock p {
  margin: 0 0 32px 0;
}
.storiesLeft .repeatBlock p:last-child {
  margin-bottom: 0;
}
.storiesLeft .repeatBlock p, .storiesLeft .repeatBlock li {
  color: #5A546A;
  line-height: 30px;
}
@media (max-width: 767px) {
  .storiesLeft .repeatBlock p, .storiesLeft .repeatBlock li {
    line-height: 26px;
  }
}
.storiesLeft .repeatBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.storiesLeft .repeatBlock ul li {
  color: #1D142C;
  position: relative;
  padding-left: 36px;
  line-height: normal;
  font-size: 16px;
  margin: 0 0 16px 0;
}
@media (max-width: 767px) {
  .storiesLeft .repeatBlock ul li {
    font-size: 14px;
  }
}
.storiesLeft .repeatBlock ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 30px;
  background: #F4F3FE url(../images//checkMark.svg) no-repeat center center;
  position: absolute;
  left: 0;
  top: 6px;
}
@media (max-width: 767px) {
  .storiesLeft .repeatBlock ul li::before {
    top: 0;
  }
}

.single-client_story .clientStoriesSection {
  margin: 0;
  padding: 100px 0;
  background: #fff;
}
.single-client_story .clientStoriesSection .topHeading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.single-client_story .clientStoriesSection .cardBlock {
  background: #F4F3FE;
  border: 1px solid #7F57F6;
}

.moreStoriesSection {
  margin: 0;
  padding: 100px 0;
}
.moreStoriesSection .titleWIthNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .moreStoriesSection .titleWIthNav {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .moreStoriesSection .titleWIthNav .slider-arrows {
    margin-left: auto;
  }
}
.moreStoriesSection .cardBlock {
  background: #F4F3FE;
  border: 1px solid #7F57F6;
}

.clientStorySection {
  background: #F4F3FE;
  padding: 120px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .clientStorySection {
    padding: 60px 0;
  }
}
.clientStorySection .container > div {
  max-width: 1130px;
  margin: 0 auto;
}
.clientStorySection p {
  font-size: 32px;
  font-family: "Newsreader", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 48px;
}
@media (max-width: 1280px) {
  .clientStorySection p {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .clientStorySection p {
    font-size: 20px;
    line-height: 30px;
  }
  .clientStorySection p br {
    display: none;
  }
}
.clientStorySection .clientInfo {
  display: flex;
  flex-direction: column;
}
.clientStorySection .clientInfo .name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #1D142C;
  display: block;
  margin-bottom: 10px;
}
.clientStorySection .clientInfo .info {
  color: #A39EB2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-template-tp-contact .site-header .menu-toggle {
  background: #1D142C;
}
.page-template-tp-contact .site-header .action .btn.btnWithBg {
  background: #1D142C;
  border-color: #1D142C;
}
.page-template-tp-contact .site-header.sticky .menu-toggle {
  background: #7F57F6;
}
.page-template-tp-contact .site-header.sticky .action .btn.btnWithBg {
  background: #7F57F6;
  border-color: #7F57F6;
}

.contactPageHero {
  padding: 214px 0 120px;
  background: #7F57F6;
  text-align: center;
  margin: 0 0 70px 0;
}
@media (max-width: 767px) {
  .contactPageHero {
    padding: 154px 0 90px;
    margin-bottom: 40px;
  }
}
.contactPageHero .title {
  color: #fff;
  margin: 0 0 25px 0;
}
.contactPageHero p {
  color: #fff;
}
.contactPageHero .pageTitle P {
  max-width: 559px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: normal;
  color: #fff;
}
@media (max-width: 767px) {
  .contactPageHero .pageTitle P {
    font-size: 16px;
    line-height: 26px;
  }
}

.contactSection {
  padding: 0;
  margin: 120px 0 80px 0;
}
@media (max-width: 767px) {
  .contactSection {
    margin-top: 70px;
  }
}
.contactSection .container {
  display: grid;
  grid-template-columns: 40% 60%;
  column-gap: 68px;
}
@media (max-width: 1366px) {
  .contactSection .container {
    column-gap: 30px;
  }
}
@media (max-width: 1280px) {
  .contactSection .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .contactSection .container {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
.contactSection .contactInfo .subStack {
  margin-bottom: 20px;
}
.contactSection .contactInfo .title {
  font-size: 44px;
  color: #1D142C;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 300;
  line-height: 50px;
}
@media (max-width: 992px) {
  .contactSection .contactInfo .title {
    font-size: 35px;
    line-height: 36px;
  }
}
.contactSection .contactInfo p {
  color: #5A546A;
  font-size: 16px;
  margin: 0 0 36px 0;
  padding: 0;
  line-height: 25px;
}
.contactSection .contactInfo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contactSection .contactInfo ul li {
  padding: 0;
  display: flex;
  margin: 0 0 25px 0;
  font-size: 15px;
  color: #5A546A;
}
.contactSection .contactInfo ul li span {
  margin-right: 11px;
}
.contactSection .contactInfo ul li a {
  color: #1D142C;
}
.contactSection .contactInfo ul li a:hover {
  color: #7F57F6;
}
.contactSection .formBlock {
  max-width: 661px;
  width: 100%;
}
.contactSection .formBlock .wpcf7-form .inputBlock {
  margin-bottom: 22px;
}
.contactSection .formBlock .wpcf7-form .inputBlock p {
  margin: 0;
}
.contactSection .formBlock .wpcf7-form label {
  display: block;
  color: #1D142C;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.contactSection .formBlock .wpcf7-form .inputField {
  border-radius: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(127, 87, 246, 0.2);
  color: #5A546A;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
.contactSection .formBlock .wpcf7-form textarea.inputField {
  height: 160px;
}
.contactSection .formBlock .wpcf7-form .wpcf7-submit {
  cursor: pointer;
  background-image: url(../images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 32px) center;
  padding-right: 53px;
  font-weight: 600;
}
.contactSection .formBlock .wpcf7-form .wpcf7-submit:hover {
  border-color: #1D142C;
  background-color: #1D142C;
  background-position: calc(100% - 23px) 11px;
}

.about-banner-sec {
  padding: 193px 0 120px 0;
  background: linear-gradient(180deg, #4B3475 0%, #8058F9 100%);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .about-banner-sec {
    padding: 155px 0 70px 0;
  }
}
@media (max-width: 992px) {
  .about-banner-sec {
    padding: 130px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .about-banner-sec {
    padding: 110px 0 60px 0;
  }
}
.about-banner-sec .about-banner-row .content-col {
  width: 60.7%;
}
@media (max-width: 1024px) {
  .about-banner-sec .about-banner-row .content-col {
    width: 71%;
  }
}
@media (max-width: 992px) {
  .about-banner-sec .about-banner-row .content-col {
    width: 100%;
  }
}
.about-banner-sec .about-banner-row .content-col .title {
  margin-bottom: 32px;
  color: #fff;
  max-width: 772px;
  width: 100%;
}
@media (max-width: 992px) {
  .about-banner-sec .about-banner-row .content-col .title {
    max-width: 100%;
  }
}
.about-banner-sec .about-banner-row .content-col .info {
  max-width: 575px;
  width: 100%;
}
@media (max-width: 992px) {
  .about-banner-sec .about-banner-row .content-col .info {
    max-width: 100%;
  }
}
.about-banner-sec .about-banner-row .content-col .info p {
  color: #fff;
  line-height: 160%;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .about-banner-sec .about-banner-row .content-col .info p {
    font-size: 16px;
  }
}
.about-banner-sec .about-banner-row .content-col .info p:last-child {
  margin-bottom: 0;
}
.about-banner-sec .about-banner-row .images-col img {
  position: absolute;
  right: -91px;
  bottom: -139px;
  opacity: 0.25;
}
@media (max-width: 1024px) {
  .about-banner-sec .about-banner-row .images-col img {
    right: -115px;
    bottom: -104px;
    width: 52%;
  }
}
@media (max-width: 992px) {
  .about-banner-sec .about-banner-row .images-col img {
    width: 70%;
  }
}

.client-promise-sec {
  background-color: #F4F3FE;
  padding: 120px 0 120px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .client-promise-sec {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .client-promise-sec {
    padding: 60px 0;
  }
}
.client-promise-sec .container {
  z-index: 99;
  position: relative;
  max-width: 1360px;
}
.client-promise-sec .container .heading-row {
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .client-promise-sec .container .heading-row {
    margin-bottom: 40px;
  }
}
.client-promise-sec .container .heading-row .subStack {
  margin: 0 0 16px 0;
}
.client-promise-sec .container .heading-row .title {
  color: #1D142C;
}
.client-promise-sec .container .content-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .client-promise-sec .container .content-row {
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .client-promise-sec .container .content-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.client-promise-sec .container .content-row .content-col {
  padding: 32px 63px 32px 32px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid rgba(127, 87, 246, 0.16);
  box-shadow: 0 8px 24px 0 rgba(29, 20, 44, 0.02);
}
@media (max-width: 1280px) {
  .client-promise-sec .container .content-row .content-col {
    padding: 32px 32px 32px 32px;
  }
}
@media (max-width: 1024px) {
  .client-promise-sec .container .content-row .content-col {
    padding: 24px 24px 24px 24px;
  }
}
.client-promise-sec .container .content-row .content-col figure {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: rgba(127, 87, 246, 0.1);
  margin: 0 0 20px 0;
}
.client-promise-sec .container .content-row .content-col figure img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.client-promise-sec .container .content-row .content-col .title {
  color: #1D142C;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.client-promise-sec .container .content-row .content-col .info-content {
  color: #5A546A;
}
.client-promise-sec .container .content-row .content-col .info-content p {
  line-height: 150%;
  font-size: 16px;
  margin-top: 10px;
}
.client-promise-sec .container .content-row .content-col .info-content p:last-child {
  margin-bottom: 0;
}
.client-promise-sec .bac-icon-shape {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 82%;
  z-index: 9;
  opacity: 0.9;
  object-fit: cover;
}

.careers-sec {
  padding: 90px 0 120px 0;
}
@media (max-width: 1024px) {
  .careers-sec {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .careers-sec {
    padding: 60px 0;
  }
}
.careers-sec .heading-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
}
@media (max-width: 1024px) {
  .careers-sec .heading-row {
    margin-bottom: 42px;
  }
}
@media (max-width: 992px) {
  .careers-sec .heading-row {
    flex-wrap: wrap;
  }
}
.careers-sec .heading-row .heading-col {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .careers-sec .heading-row .heading-col {
    width: 100%;
    padding-right: 0;
  }
}
.careers-sec .heading-row .heading-col .subStack {
  margin: 0px 0 18px 0;
}
.careers-sec .heading-row .heading-col .title {
  line-height: 110%;
  color: #1D142C;
  max-width: 483px;
  width: 100%;
}
@media (max-width: 992px) {
  .careers-sec .heading-row .heading-col .title {
    max-width: 100%;
  }
}
.careers-sec .heading-row .content-col {
  max-width: 541px;
  width: 50%;
  padding-left: 17px;
  position: relative;
  top: 9px;
}
@media (max-width: 992px) {
  .careers-sec .heading-row .content-col {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}
.careers-sec .heading-row .content-col p {
  color: #5A546A;
  line-height: 160%;
}
.careers-sec .heading-row .content-col p:last-child {
  margin-bottom: 0;
}
.careers-sec .career-list-row {
  display: flex;
  align-self: center;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid rgba(127, 87, 246, 0.25);
  gap: 10px;
}
@media (max-width: 1024px) {
  .careers-sec .career-list-row {
    padding: 19px 0;
  }
}
.careers-sec .career-list-row .content-col .role {
  color: #1D142C;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .careers-sec .career-list-row .content-col .role {
    font-size: 16px;
  }
}
.careers-sec .career-list-row .content-col .location {
  color: #5A546A;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.careers-sec .career-list-row .button-col {
  display: flex;
  align-items: center;
}
.careers-sec .career-list-row .button-col .btn {
  border-radius: 4px;
  background-color: #F4F3FE;
  color: #7F57F6;
  padding: 8px 18px 10px 18px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  line-height: 1;
}
@media (max-width: 767px) {
  .careers-sec .career-list-row .button-col .btn {
    padding: 8px 15px 10px 15px;
  }
}
.careers-sec .career-list-row .button-col .btn .icons {
  margin-left: 7px;
}
.careers-sec .career-list-row .button-col .btn .icons svg {
  position: relative;
  top: 2px;
}
.careers-sec .career-list-row .button-col .btn .icons:hover {
  background-color: #7F57F6;
  color: #fff;
}
.careers-sec .career-list-row .button-col .btn .icons:hover path {
  stroke: #fff;
  transition: 0.3s;
}

.our-story-sec {
  padding: 120px 0 60px;
}
@media (max-width: 1024px) {
  .our-story-sec {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .our-story-sec {
    padding: 60px 0;
  }
}
.our-story-sec .our-story-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .our-story-sec .our-story-row {
    flex-wrap: wrap;
  }
}
.our-story-sec .our-story-row .content-col {
  width: 50%;
}
@media (max-width: 1366px) {
  .our-story-sec .our-story-row .content-col {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .our-story-sec .our-story-row .content-col {
    width: 100%;
    order: 2;
    padding-right: 0px;
  }
}
.our-story-sec .our-story-row .content-col .content-subcol {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .our-story-sec .our-story-row .content-col .content-subcol {
    max-width: 100%;
  }
}
.our-story-sec .our-story-row .content-col .content-subcol .subStack {
  margin-bottom: 16px;
}
.our-story-sec .our-story-row .content-col .content-subcol .title {
  margin-bottom: 32px;
  color: #1D142C;
  line-height: 110%;
}
@media (max-width: 992px) {
  .our-story-sec .our-story-row .content-col .content-subcol .title {
    margin-bottom: 24px;
  }
}
.our-story-sec .our-story-row .content-col .content-subcol .info ul, .our-story-sec .our-story-row .content-col .content-subcol .info ol {
  margin-left: 0;
  padding-left: 20px;
}
.our-story-sec .our-story-row .content-col .content-subcol .info p, .our-story-sec .our-story-row .content-col .content-subcol .info li {
  color: #5A546A;
  line-height: 160%;
}
@media (max-width: 1024px) {
  .our-story-sec .our-story-row .content-col .content-subcol .info p, .our-story-sec .our-story-row .content-col .content-subcol .info li {
    font-size: 16px;
  }
}
.our-story-sec .our-story-row .image-col {
  width: 50%;
  display: flex;
  justify-content: end;
  height: 0;
  overflow: hidden;
  padding-bottom: 39.1%;
}
@media (max-width: 992px) {
  .our-story-sec .our-story-row .image-col {
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 70%;
  }
}
@media (max-width: 767px) {
  .our-story-sec .our-story-row .image-col {
    margin-bottom: 28px;
  }
}
.our-story-sec .our-story-row .image-col .video-col {
  max-width: 600px;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  background: #000;
  object-fit: cover;
}
@media (max-width: 992px) {
  .our-story-sec .our-story-row .image-col .video-col {
    margin-inline: auto;
    max-width: 100%;
  }
}
.our-story-sec .our-story-row .image-col .video-col .story-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-story-sec .our-story-row .image-col .video-col .poster {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.our-story-sec .our-story-row .image-col .video-col .play-btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.our-story-sec .our-story-row .image-col .video-col .play-btn img {
  display: block;
  width: 100%;
  height: 100%;
}
.our-story-sec .our-story-row .image-col .video-col.is-playing .poster {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.our-story-sec.qualified-section {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .our-story-sec.qualified-section {
    padding: 30px 0;
  }
}
.our-story-sec.qualified-section .our-story-row .content-col {
  width: 100%;
}
.our-story-sec.qualified-section .our-story-row .content-col .content-subcol {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #1D142C url(../images/qualified-bg.svg) no-repeat left bottom;
  padding: 50px;
  border-radius: 24px;
  gap: 30px;
}
@media (max-width: 992px) {
  .our-story-sec.qualified-section .our-story-row .content-col .content-subcol {
    grid-template-columns: 1fr;
    background-size: 70% 40%;
    padding: 30px;
  }
}
.our-story-sec.qualified-section .our-story-row .content-col .content-subcol .title {
  color: #fff;
  margin-bottom: 0;
}
.our-story-sec.qualified-section .our-story-row .content-col .content-subcol .info p, .our-story-sec.qualified-section .our-story-row .content-col .content-subcol .info li {
  color: #fff;
  opacity: 0.7;
}
.our-story-sec.qualified-section .our-story-row .content-col .content-subcol .info p:first-child {
  margin-top: 0;
}
.our-story-sec.arenaPartnership {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .our-story-sec.arenaPartnership {
    padding: 30px 0;
  }
}

.about-footer .content {
  max-width: 800px;
}
.about-footer .content .title {
  font-size: 56px;
}
.about-footer .content p {
  max-width: 800px;
  line-height: 160%;
}

.pricing-banner-sec {
  padding: 193px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .pricing-banner-sec {
    padding: 166px 0px 70px 0px;
  }
}
@media (max-width: 992px) {
  .pricing-banner-sec {
    padding: 155px 0px 70px 0px;
  }
}
@media (max-width: 767px) {
  .pricing-banner-sec {
    padding: 128px 0px 60px 0px;
  }
}
.pricing-banner-sec .container {
  z-index: 999;
  position: relative;
}
.pricing-banner-sec .pricing-banner-row .content-col {
  width: 60.7%;
}
@media (max-width: 1024px) {
  .pricing-banner-sec .pricing-banner-row .content-col {
    width: 100%;
  }
}
.pricing-banner-sec .pricing-banner-row .content-col .title {
  margin-bottom: 32px;
  color: #fff;
  max-width: 777px;
  width: 100%;
}
@media (max-width: 767px) {
  .pricing-banner-sec .pricing-banner-row .content-col .title {
    margin-bottom: 24px;
  }
}
.pricing-banner-sec .pricing-banner-row .content-col .info {
  max-width: 720px;
  width: 100%;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .pricing-banner-sec .pricing-banner-row .content-col .info {
    margin-bottom: 37px;
  }
}
.pricing-banner-sec .pricing-banner-row .content-col .info p {
  color: #fff;
  line-height: 160%;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .pricing-banner-sec .pricing-banner-row .content-col .info p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .pricing-banner-sec .pricing-banner-row .content-col .info p {
    font-size: 16px;
  }
}
.pricing-banner-sec .pricing-banner-row .content-col .info p:last-child {
  margin-bottom: 0;
}
.pricing-banner-sec .pricing-banner-row .content-col .action {
  display: flex;
  flex-wrap: wrap;
  gap: 27px 20px;
}
@media (max-width: 767px) {
  .pricing-banner-sec .pricing-banner-row .content-col .action {
    gap: 20px 20px;
  }
}
.pricing-banner-sec .pricing-banner-row .images-col img {
  position: absolute;
  right: -91px;
  bottom: -139px;
}
.pricing-banner-sec .pricing-banner-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9;
}
.pricing-banner-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 80.35%);
}

.pricing-philosophy-sec {
  padding: 121px 0 120px 0;
}
@media (max-width: 1024px) {
  .pricing-philosophy-sec {
    padding: 70px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .pricing-philosophy-sec {
    padding: 60px 0 60px 0;
  }
}
.pricing-philosophy-sec .heading-row {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .pricing-philosophy-sec .heading-row {
    flex-wrap: wrap;
  }
}
.pricing-philosophy-sec .heading-row .heading-col {
  width: 46%;
}
@media (max-width: 992px) {
  .pricing-philosophy-sec .heading-row .heading-col {
    width: 100%;
  }
}
.pricing-philosophy-sec .heading-row .heading-col .heading-subcol {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 992px) {
  .pricing-philosophy-sec .heading-row .heading-col .heading-subcol {
    max-width: 100%;
  }
}
.pricing-philosophy-sec .heading-row .heading-col .heading-subcol .subStack {
  margin-bottom: 23px;
}
.pricing-philosophy-sec .heading-row .heading-col .heading-subcol .title {
  line-height: 110%;
  color: #1D142C;
}
.pricing-philosophy-sec .heading-row .content-col {
  max-width: 634px;
  width: 54%;
}
@media (max-width: 992px) {
  .pricing-philosophy-sec .heading-row .content-col {
    width: 100%;
    max-width: 100%;
  }
}
.pricing-philosophy-sec .heading-row .content-col p {
  color: #5A546A;
  line-height: 160%;
}
.pricing-philosophy-sec .heading-row .content-col p:last-child {
  margin-bottom: 0;
}
.pricing-philosophy-sec .heading-row .content-col p:first-child {
  margin-top: 0;
}
.pricing-philosophy-sec .career-list-row {
  display: flex;
  align-self: center;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid rgba(127, 87, 246, 0.16);
}
.pricing-philosophy-sec .career-list-row .content-col .role {
  color: #1D142C;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}
.pricing-philosophy-sec .career-list-row .content-col .location {
  color: #5A546A;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.pricing-philosophy-sec .career-list-row .button-col {
  display: flex;
  align-items: center;
}
.pricing-philosophy-sec .career-list-row .button-col .btn {
  border-radius: 4px;
  background-color: #F4F3FE;
  color: #7F57F6;
  padding: 8px 18px 10px 18px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  line-height: 1;
}
.pricing-philosophy-sec .career-list-row .button-col .btn svg {
  position: relative;
  top: 2px;
}
.pricing-philosophy-sec .career-list-row .button-col .btn:hover {
  background-color: #7F57F6;
  color: #fff;
}
.pricing-philosophy-sec .career-list-row .button-col .btn:hover path {
  stroke: #fff;
  transition: 0.3s;
}

.you-can-expect-sec {
  background-color: #F4F3FE;
  padding: 120px 0 120px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .you-can-expect-sec {
    padding: 70px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .you-can-expect-sec {
    padding: 60px 0 60px 0;
  }
}
.you-can-expect-sec .container {
  z-index: 99;
  position: relative;
}
.you-can-expect-sec .container .heading-row {
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .you-can-expect-sec .container .heading-row {
    margin-bottom: 40px;
  }
}
.you-can-expect-sec .container .heading-row .subStack {
  margin: 0 0 16px 0;
}
.you-can-expect-sec .container .heading-row .title {
  color: #1D142C;
}
.you-can-expect-sec .container .heading-row p {
  font-size: 20px;
  color: #1D142C;
}
@media (max-width: 1024px) {
  .you-can-expect-sec .container .heading-row p {
    font-size: 18px;
  }
}
.you-can-expect-sec .container .pricing-expect-content-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .you-can-expect-sec .container .pricing-expect-content-row {
    gap: 18px;
  }
}
@media (max-width: 992px) {
  .you-can-expect-sec .container .pricing-expect-content-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .you-can-expect-sec .container .pricing-expect-content-row {
    grid-template-columns: repeat(1, 1fr);
    position: relative;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .you-can-expect-sec .container .pricing-expect-content-row > .content-col {
    display: none;
  }
  .you-can-expect-sec .container .pricing-expect-content-row > .content-col:first-child {
    display: block;
  }
}
.you-can-expect-sec .container .pricing-expect-content-row .content-col {
  padding: 24px;
  background-color: #fff;
  border-radius: 16px;
}
.you-can-expect-sec .container .pricing-expect-content-row .content-col figure {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: rgba(127, 87, 246, 0.1);
  margin: 0 0 12px 0;
}
.you-can-expect-sec .container .pricing-expect-content-row .content-col figure img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.you-can-expect-sec .container .pricing-expect-content-row .content-col .title {
  color: #1D142C;
  margin-bottom: 0;
  font-size: 16px;
  color: #1D142C;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: normal;
}
.you-can-expect-sec .container .pricing-expect-content-row .content-col .info-content {
  color: #5A546A;
}
.you-can-expect-sec .container .pricing-expect-content-row .content-col .info-content p {
  line-height: 150%;
  font-size: 16px;
}
.you-can-expect-sec .container .pricing-expect-content-row .content-col .info-content p:last-child {
  margin-bottom: 0;
}
.you-can-expect-sec .container .pricing-expect-content-row .slick-list {
  margin-inline: -10px;
}
.you-can-expect-sec .container .pricing-expect-content-row .slick-list .content-col {
  margin-inline: 10px;
}
.you-can-expect-sec .container .pricing-expect-content-row .slick-arrow {
  padding: 16px 34px;
  background: transparent;
  border: 1px solid #7F57F6;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: -20px;
  font-size: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .you-can-expect-sec .container .pricing-expect-content-row .slick-arrow {
    padding: 14px 30px;
    top: auto;
  }
}
.you-can-expect-sec .container .pricing-expect-content-row .slick-arrow[aria-disabled=true] {
  opacity: 0.5;
}
.you-can-expect-sec .container .pricing-expect-content-row .slick-arrow.slick-prev {
  margin-left: -40px;
  background: url(../images/prev-arrow.svg) no-repeat center center;
}
.you-can-expect-sec .container .pricing-expect-content-row .slick-arrow.slick-next {
  background: url(../images/next-arrow.svg) no-repeat center center;
  margin-left: 40px;
}
.you-can-expect-sec .bac-icon-shape {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 83.9%;
  z-index: 9;
  object-fit: cover;
}

.client-agreement-sec {
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .client-agreement-sec {
    padding: 70px 0 46px 0;
  }
}
@media (max-width: 767px) {
  .client-agreement-sec {
    padding: 60px 0 36px 0;
  }
}
.client-agreement-sec .our-story-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .client-agreement-sec .our-story-row {
    flex-wrap: wrap;
  }
}
.client-agreement-sec .our-story-row .image-col {
  width: 43.5%;
  display: flex;
  justify-content: end;
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .client-agreement-sec .our-story-row .image-col {
    width: 100%;
  }
}
.client-agreement-sec .our-story-row .image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client-agreement-sec .our-story-row .content-col {
  width: 50%;
}
@media (max-width: 992px) {
  .client-agreement-sec .our-story-row .content-col {
    width: 100%;
    margin-top: 32px;
  }
}
.client-agreement-sec .our-story-row .content-col .content-subcol {
  max-width: 640px;
  width: 100%;
}
@media (max-width: 992px) {
  .client-agreement-sec .our-story-row .content-col .content-subcol {
    max-width: 100%;
  }
}
.client-agreement-sec .our-story-row .content-col .content-subcol .subStack {
  margin-bottom: 32px;
}
.client-agreement-sec .our-story-row .content-col .content-subcol .title {
  margin-bottom: 32px;
  color: #1D142C;
  line-height: 110%;
}
.client-agreement-sec .our-story-row .content-col .content-subcol .info p {
  color: #1D142C;
  line-height: 160%;
}
@media (max-width: 992px) {
  .client-agreement-sec .our-story-row .content-col .content-subcol .info p {
    font-size: 16px;
  }
}
.client-agreement-sec .our-story-row .content-col .content-subcol .info p:last-child {
  margin-bottom: 0;
}

.faq-pricing-sec {
  padding: 120px 0;
  background-color: #F4F3FE;
}
@media (max-width: 1024px) {
  .faq-pricing-sec {
    padding: 70px 0 !important;
  }
}
@media (max-width: 767px) {
  .faq-pricing-sec {
    padding: 60px 0 !important;
  }
}
.faq-pricing-sec .heading-row {
  margin-bottom: 63px;
}
@media (max-width: 992px) {
  .faq-pricing-sec .heading-row {
    margin-bottom: 30px;
  }
}
.faq-pricing-sec .accordion {
  padding: 0 !important;
}
.faq-pricing-sec .accordion .accordion-item {
  border-bottom: 1px solid rgba(127, 87, 246, 0.2);
}
.faq-pricing-sec .accordion .accordion-item .accordion-title {
  padding: 23px 0px 23px 0px;
  display: initial;
  justify-content: initial;
  align-items: initial;
}
.faq-pricing-sec .accordion .accordion-item .accordion-title .title-col {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-pricing-sec .accordion .accordion-item .accordion-title .title-col .title {
  font-weight: 300;
  width: 100%;
  padding-right: 30px;
}
.faq-pricing-sec .accordion .accordion-item .accordion-title p {
  color: #5A546A;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin: 18px 0 0 0;
  max-width: 1081px;
  width: 100%;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .faq-pricing-sec .accordion .accordion-item .accordion-content {
    padding: 0 0px 22px 0px;
  }
}
.faq-pricing-sec .accordion .accordion-item .accordion-content .accordionInner {
  align-items: center;
}
@media (max-width: 992px) {
  .faq-pricing-sec .accordion .accordion-item .accordion-content .accordionInner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .faq-pricing-sec .accordion .accordion-item .accordion-content .accordionInner .leftContent {
    max-width: 100%;
    order: 2;
  }
}
@media (max-width: 992px) {
  .faq-pricing-sec .accordion .accordion-item .accordion-content .accordionInner .leftContent .actions {
    column-gap: 11px;
    row-gap: 11px;
  }
}
.faq-pricing-sec .accordion .accordion-item .accordion-content .accordionInner .imageBlock {
  margin: 10px 0 10px 0;
}
@media (max-width: 992px) {
  .faq-pricing-sec .accordion .accordion-item .accordion-content .accordionInner .imageBlock {
    margin: 0px 0 26px 0;
    display: none;
  }
}

.pricing-footer .content {
  max-width: 800px;
}
.pricing-footer .content .title {
  font-size: 64px;
}
.pricing-footer .content p {
  max-width: 580px;
}

.howWeHelpHeader {
  background: #2a1a4a;
  color: #fff;
  padding: 240px 0 80px 0;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .howWeHelpHeader {
    padding-top: 170px;
  }
}
@media (max-width: 992px) {
  .howWeHelpHeader {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .howWeHelpHeader {
    padding-top: 120px;
  }
}
.howWeHelpHeader .js-animation-up {
  position: absolute;
  width: 100%;
  height: 120%;
}
.howWeHelpHeader .imgBlock {
  border-radius: 35px;
  transform: rotate(45deg);
  overflow: hidden;
}
@media (max-width: 992px) {
  .howWeHelpHeader .imgBlock {
    max-width: 100%;
    margin: 0 auto;
    transform: rotate(0deg);
    border-radius: 20px;
  }
}
.howWeHelpHeader .imgBlock .coverBg {
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .howWeHelpHeader .imgBlock .coverBg {
    transform: rotate(0deg);
  }
}
.howWeHelpHeader .imgBlock .coverBg img {
  transform: scale(1.5);
}
.howWeHelpHeader > div {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}
@media (max-width: 1280px) {
  .howWeHelpHeader > div {
    grid-template-columns: 1.2fr 1fr;
  }
}
@media (max-width: 992px) {
  .howWeHelpHeader > div {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .howWeHelpHeader > div {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.howWeHelpHeader > div > div:last-child {
  margin-top: auto;
  transform: translateX(100px);
}
@media (max-width: 1440px) {
  .howWeHelpHeader > div > div:last-child {
    transform: translateX(80px);
  }
}
@media (max-width: 1280px) {
  .howWeHelpHeader > div > div:last-child {
    transform: translateX(30px);
  }
}
@media (max-width: 992px) {
  .howWeHelpHeader > div > div:last-child {
    transform: translateX(0px);
  }
}
.howWeHelpHeader .titleSection .title {
  margin: 0 0 40px 0;
}
.howWeHelpHeader p, .howWeHelpHeader li {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .howWeHelpHeader p, .howWeHelpHeader li {
    font-size: 16px;
    line-height: 24px;
  }
}
.howWeHelpHeader .content {
  max-width: 640px;
  margin: 0 0 40px 0;
}
@media (max-width: 1280px) {
  .howWeHelpHeader .content {
    max-width: 485px;
  }
}
@media (max-width: 992px) {
  .howWeHelpHeader .content {
    max-width: 100%;
  }
}
.howWeHelpHeader .content p {
  margin: 0 0 30px 0;
}
@media (max-width: 1024px) {
  .howWeHelpHeader .content p {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .howWeHelpHeader .content p {
    padding-right: 0px;
  }
}
.howWeHelpHeader .content .btn {
  margin-top: 52px;
  display: table;
}
@media (max-width: 1280px) {
  .howWeHelpHeader .content .btn {
    margin-top: 22px;
  }
}
@media (max-width: 1280px) {
  .howWeHelpHeader .content .btn + .btn {
    margin-top: 0;
  }
}
.howWeHelpHeader .imgBlock .coverBg {
  padding-bottom: 100%;
}
.howWeHelpHeader .action {
  display: flex;
  flex-wrap: wrap;
  gap: 27px 20px;
  align-items: end;
}

.testimonialsSection {
  padding: 100px 0;
  background: linear-gradient(180deg, #4B3475 18.32%, #7F57F6 150.28%);
}
@media (max-width: 992px) {
  .testimonialsSection {
    padding: 70px 0 120px;
  }
}
.testimonialsSection .testimonialsSlider {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1280px) {
  .testimonialsSection .testimonialsSlider {
    padding: 0 100px;
  }
}
@media (max-width: 992px) {
  .testimonialsSection .testimonialsSlider {
    padding: 0 0px;
  }
}
.testimonialsSection .testimonialsSlider .icon.aos-animate ~ div {
  opacity: 1;
  transform: translateZ(0);
}
.testimonialsSection .testimonialsSlider .slick-arrow {
  padding: 17px 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  filter: brightness(100);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 992px) {
  .testimonialsSection .testimonialsSlider .slick-arrow {
    top: auto;
    position: absolute;
    bottom: -70px;
  }
}
.testimonialsSection .testimonialsSlider .slick-arrow.slick-prev {
  background-image: url(../images/prev-arrow.svg);
  left: -100px;
}
@media (max-width: 1280px) {
  .testimonialsSection .testimonialsSlider .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (max-width: 992px) {
  .testimonialsSection .testimonialsSlider .slick-arrow.slick-prev {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -50px;
  }
}
.testimonialsSection .testimonialsSlider .slick-arrow.slick-next {
  background-image: url(../images/next-arrow.svg);
  left: auto;
  right: -100px;
}
@media (max-width: 1280px) {
  .testimonialsSection .testimonialsSlider .slick-arrow.slick-next {
    right: 0;
  }
}
@media (max-width: 992px) {
  .testimonialsSection .testimonialsSlider .slick-arrow.slick-next {
    right: 50%;
    transform: translateX(50%);
    margin-right: -50px;
  }
}
.testimonialsSection .item {
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.testimonialsSection .item p {
  color: #fff;
  text-align: center;
  font-family: "Newsreader", serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
}
@media (max-width: 992px) {
  .testimonialsSection .item p {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .testimonialsSection .item p {
    font-size: 22px;
    line-height: 30px;
  }
}
.testimonialsSection .item .clientInfo {
  display: flex;
  flex-direction: column;
}
.testimonialsSection .item .clientInfo .name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .testimonialsSection .item .clientInfo .name {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.testimonialsSection .item .clientInfo .info {
  color: #A39EB2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ctaSection {
  background-color: #F4F3FE;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .ctaSection {
    padding: 60px 0;
  }
}
.ctaSection .heading-row {
  max-width: 770px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
.ctaSection .heading-row .title {
  margin-bottom: 24px;
  color: #1D142C;
  line-height: 110%;
}
.ctaSection .heading-row .content-col {
  margin-bottom: 40px;
}
.ctaSection .heading-row .content-col p {
  color: #5A546A;
  line-height: 160%;
}
.ctaSection .heading-row .content-col p:last-child {
  margin-bottom: 0;
}

.faqsSection {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .faqsSection {
    padding: 40px 0 70px;
  }
}
.faqsSection .accordion {
  padding: 0 32px;
}
@media (max-width: 1280px) {
  .faqsSection .accordion {
    padding: 0 0px;
  }
}

.accordion-item {
  border-bottom: 1px solid rgba(127, 87, 246, 0.1);
}
.accordion-item.active {
  border-bottom: 1px solid rgb(127, 87, 246);
}
.accordion-item.active .accordion-title {
  padding-bottom: 20px;
}

.accordion-title {
  width: 100%;
  padding: 40px 0px 40px 0px;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
  color: #1D142D;
  font-family: "Newsreader", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: none;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  column-gap: 84px;
}
@media (max-width: 1024px) {
  .accordion-title {
    grid-template-columns: 1fr 48px;
    column-gap: 10px;
  }
}
@media (max-width: 767px) {
  .accordion-title {
    font-size: 22px;
    line-height: 26px;
    padding: 30px 0px 30px 0px;
  }
}
.accordion-title span {
  font-size: 24px;
  margin: 0 0px 0 0;
  width: 36px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(127, 87, 246, 0.1);
  border-radius: 4px;
  padding: 0 0 0 2px;
  margin-left: auto;
}
.accordion-title span svg {
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .accordion-title span {
    padding: 1px 0 0 0px;
  }
}

.accordion-content {
  display: none;
  padding: 0 80px 22px 0px;
}
@media (max-width: 992px) {
  .accordion-content {
    padding-right: 0;
  }
}
.accordion-content .accordionInner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  column-gap: 84px;
}
@media (max-width: 1024px) {
  .accordion-content .accordionInner {
    grid-template-columns: 1fr;
  }
}
.accordion-content .accordionInner .leftContent {
  max-width: 412px;
}
@media (max-width: 1024px) {
  .accordion-content .accordionInner .leftContent {
    max-width: 100%;
  }
}
.accordion-content .accordionInner .leftContent p, .accordion-content .accordionInner .leftContent ul:not(.actions) li, .accordion-content .accordionInner .leftContent ol:not(.actions) li {
  color: #1D142C;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 767px) {
  .accordion-content .accordionInner .leftContent p, .accordion-content .accordionInner .leftContent ul:not(.actions) li, .accordion-content .accordionInner .leftContent ol:not(.actions) li {
    font-size: 14px;
  }
}
.accordion-content .accordionInner .leftContent p {
  margin: 0 0 20px 0;
}
.accordion-content .accordionInner .imageBlock {
  margin: -64px 0 10px 0;
}
@media (max-width: 1024px) {
  .accordion-content .accordionInner .imageBlock {
    margin: 64px 0 10px 0;
  }
}
@media (max-width: 767px) {
  .accordion-content .accordionInner .imageBlock {
    margin: 34px 0 10px 0;
  }
}
.accordion-content .accordionInner .imageBlock .imgBlock .coverBg {
  padding-bottom: 64%;
}
.accordion-content .accordionInner .imageBlock .imgBlock .coverBg img {
  border-radius: 18px;
}
.accordion-content .actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 1024px) {
  .accordion-content .actions {
    display: flex;
  }
}
@media (max-width: 767px) {
  .accordion-content .actions {
    column-gap: 12px;
    row-gap: 12px;
  }
}
.accordion-content .actions li {
  border-radius: 5px;
  border: 0px solid tra;
  background: rgba(127, 87, 246, 0);
  display: flex;
  color: #7F57F6;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 4px 10px;
  gap: 6px;
  align-items: center;
  width: max-content;
}
.accordion-content .actions li .icon {
  margin-left: 0;
}
.accordion-content .actions li .icon svg {
  width: 16px;
  height: 16px;
}
.accordion-content .actions li a {
  display: flex;
  color: #7F57F6;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 4px 10px;
  gap: 4px;
  align-items: center;
}
.accordion-content .actions li a .icon {
  margin-left: 0;
}

.accordion-item.active .accordion-title span {
  background: #7F57F6;
}
.accordion-item.active .accordion-title span svg {
  transform: rotate(45deg);
  filter: brightness(100);
}

.page-template-tp-insights .site-header {
  background: #1D142C;
}

.insights-intro-sec {
  padding: 193px 0 83px 0;
}
@media (max-width: 1024px) {
  .insights-intro-sec {
    padding: 154px 0 70px 0;
  }
}
@media (max-width: 992px) {
  .insights-intro-sec {
    padding: 174px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .insights-intro-sec {
    padding: 135px 0 60px 0;
  }
}
.insights-intro-sec .heading-row {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .insights-intro-sec .heading-row {
    flex-wrap: wrap;
  }
}
.insights-intro-sec .heading-row .heading-col {
  width: 46%;
}
@media (max-width: 992px) {
  .insights-intro-sec .heading-row .heading-col {
    width: 100%;
  }
}
.insights-intro-sec .heading-row .heading-col .heading-subcol {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 992px) {
  .insights-intro-sec .heading-row .heading-col .heading-subcol {
    max-width: 100%;
  }
}
.insights-intro-sec .heading-row .heading-col .heading-subcol .subStack {
  margin-bottom: 23px;
}
.insights-intro-sec .heading-row .heading-col .heading-subcol .title {
  line-height: 110%;
  color: #1D142C;
}
@media (min-width: 1280px) {
  .insights-intro-sec .heading-row .heading-col .heading-subcol .title {
    font-size: 70px;
  }
}
.insights-intro-sec .heading-row .content-col {
  max-width: 683px;
  width: 54%;
}
@media (max-width: 992px) {
  .insights-intro-sec .heading-row .content-col {
    max-width: 100%;
    width: 100%;
  }
}
.insights-intro-sec .heading-row .content-col p {
  color: #1D142C;
  line-height: 160%;
}
.insights-intro-sec .heading-row .content-col p:last-child {
  margin-bottom: 0;
}
.insights-intro-sec .career-list-row {
  display: flex;
  align-self: center;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid rgba(127, 87, 246, 0.16);
}
.insights-intro-sec .career-list-row .content-col .role {
  color: #1D142C;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}
.insights-intro-sec .career-list-row .content-col .location {
  color: #5A546A;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.insights-intro-sec .career-list-row .button-col {
  display: flex;
  align-items: center;
}
.insights-intro-sec .career-list-row .button-col .btn {
  border-radius: 4px;
  background-color: #F4F3FE;
  color: #7F57F6;
  padding: 8px 18px 10px 18px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  line-height: 1;
}
.insights-intro-sec .career-list-row .button-col .btn svg {
  position: relative;
  top: 2px;
}
.insights-intro-sec .career-list-row .button-col .btn:hover {
  background-color: #7F57F6;
  color: #fff;
}
.insights-intro-sec .career-list-row .button-col .btn:hover path {
  stroke: #fff;
  transition: 0.3s;
}

.featured-article-sec {
  padding: 0px 0 63px 0;
}
.featured-article-sec .featured-article-row {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(29, 20, 45, 0.15) 0%, rgba(29, 20, 45, 0.15) 100%), url(<path-to-image>) lightgray 0px -100.513px/106.241% 165.465% no-repeat;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .featured-article-sec .featured-article-row {
    grid-template-columns: 1fr;
  }
}
.featured-article-sec .featured-article-row .featured-article-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .featured-article-sec .featured-article-row .featured-article-image {
    height: 100%;
    min-height: 190px;
  }
}
.featured-article-sec .featured-article-row .content-col {
  border-radius: 0;
  background: rgb(29, 20, 45);
  backdrop-filter: blur(10px);
  max-width: 640px;
  width: 100%;
  padding: 100px 44px;
  position: static;
  left: 0;
  bottom: 0;
  order: -1;
}
@media (max-width: 1024px) {
  .featured-article-sec .featured-article-row .content-col {
    max-width: 600px;
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .featured-article-sec .featured-article-row .content-col {
    max-width: 100%;
    border-radius: 0 0 18px 18px;
    position: initial;
    order: 0;
  }
}
.featured-article-sec .featured-article-row .content-col .date-read-more-row, .featured-article-sec .featured-article-row .content-col .card-category-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.featured-article-sec .featured-article-row .content-col .card-category-row {
  margin-bottom: 24px;
}
.featured-article-sec .featured-article-row .content-col .card-category-row .badges {
  color: #7F57F6;
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 100px;
  border: 1px solid #7F57F6;
  background: rgba(127, 87, 246, 0.12);
}
.featured-article-sec .featured-article-row .content-col .card-category-row .read-count {
  color: #fff;
  opacity: 0.8;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.featured-article-sec .featured-article-row .content-col .card-info-row {
  margin-bottom: 32px;
}
.featured-article-sec .featured-article-row .content-col .card-info-row .title {
  color: #fff;
  font-weight: 300;
  line-height: 115%;
  margin-bottom: 12px;
  max-width: 491px;
  width: 100%;
}
@media (min-width: 1280px) {
  .featured-article-sec .featured-article-row .content-col .card-info-row .title {
    font-size: 38px;
  }
}
.featured-article-sec .featured-article-row .content-col .card-info-row .info p {
  color: #fff;
  font-family: "Archivo", sans-serif;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-article-sec .featured-article-row .content-col .date-read-more-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 27px 20px;
}
.featured-article-sec .featured-article-row .content-col .date-read-more-row .date {
  color: #fff;
  opacity: 0.6;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.featured-article-sec .featured-article-row .content-col .date-read-more-row .btn {
  transition: 0.3s;
}
.featured-article-sec .featured-article-row .content-col .date-read-more-row .btn:hover {
  color: #7F57F6;
}
.featured-article-sec .featured-article-row .content-col .date-read-more-row .btn:hover svg path {
  stroke: #7F57F6;
}
.featured-article-sec .featured-article-row .content-col .date-read-more-row .btn svg path {
  transition: 0.3s;
}

.latest-insights-sec {
  border-top: 1px solid rgba(127, 87, 246, 0.2);
  border-bottom: 1px solid rgba(127, 87, 246, 0.2);
  background: #F4F3FE;
  padding: 80px 0px 45px 0px;
}
@media (max-width: 1024px) {
  .latest-insights-sec {
    padding: 70px 0px 45px 0px;
  }
}
@media (max-width: 767px) {
  .latest-insights-sec {
    padding: 60px 0px 45px 0px;
  }
}
.latest-insights-sec .heading-row {
  margin-bottom: 56px;
  max-width: 630px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 992px) {
  .latest-insights-sec .heading-row {
    margin-bottom: 40px;
  }
}
.latest-insights-sec .heading-row .title {
  font-size: 48px;
  margin-bottom: 16px;
  line-height: 115%;
  color: #1D142C;
  text-align: center;
}
.latest-insights-sec .heading-row .info p {
  color: #1D142C;
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1024px) {
  .latest-insights-sec .heading-row .info p {
    font-size: 16px;
  }
}
.latest-insights-sec .slider-arrows {
  display: none;
}
@media (max-width: 992px) {
  .latest-insights-sec .slider-arrows {
    justify-self: center;
    margin-bottom: 19px;
  }
}
.latest-insights-sec .latest-insights-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 992px) {
  .latest-insights-sec .latest-insights-row {
    margin-inline: -10px;
  }
}
@media (max-width: 1024px) {
  .latest-insights-sec .latest-insights-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .latest-insights-sec .latest-insights-row {
    gap: 22px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.latest-insights-sec .latest-insights-row .content-col {
  border-radius: 8px;
  border: 1px solid rgba(127, 87, 246, 0.1);
  background: #fff;
  box-shadow: 0 12px 24px 0 rgba(29, 20, 44, 0.02);
  overflow: hidden;
}
@media (min-width: 991px) {
  .latest-insights-sec .latest-insights-row .content-col {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .latest-insights-sec .latest-insights-row .content-col {
    margin-inline: 10px;
  }
}
.latest-insights-sec .latest-insights-row .content-col .card-image-col {
  height: 220px;
  overflow: hidden;
}
.latest-insights-sec .latest-insights-row .content-col .card-image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.latest-insights-sec .latest-insights-row .content-col .card-content-col {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 992px) {
  .latest-insights-sec .latest-insights-row .content-col .card-content-col {
    padding: 24px;
  }
}
.latest-insights-sec .latest-insights-row .content-col .card-content-col .date-read-more-row, .latest-insights-sec .latest-insights-row .content-col .card-content-col .card-category-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.latest-insights-sec .latest-insights-row .content-col .card-content-col .card-category-row {
  margin-bottom: 20px;
}
.latest-insights-sec .latest-insights-row .content-col .card-content-col .card-category-row .badges {
  color: #7F57F6;
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 100px;
  border: 1px solid #7F57F6;
  background: rgba(127, 87, 246, 0.12);
}
.latest-insights-sec .latest-insights-row .content-col .card-content-col .card-category-row .read-count {
  color: #5A546A;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.latest-insights-sec .latest-insights-row .content-col .card-content-col .card-info-row .title {
  color: #1D142C;
  font-size: 26px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .latest-insights-sec .latest-insights-row .content-col .card-content-col .card-info-row .title {
    font-size: 22px;
  }
}
.latest-insights-sec .latest-insights-row .content-col .card-content-col .card-info-row .info p {
  color: #5A546A;
  font-family: "Archivo", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.latest-insights-sec .latest-insights-row .content-col .card-content-col .date-read-more-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.latest-insights-sec .latest-insights-row .content-col .card-content-col .date-read-more-row .date {
  color: #A39EB2;
  font-family: "Archivo", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  .latest-insights-sec .latest-insights-row .content-col .card-content-col .date-read-more-row .date {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .latest-insights-sec .latest-insights-row .content-col .card-content-col .date-read-more-row .btn {
    font-size: 13px;
  }
}
.latest-insights-sec .latest-insights-row .content-col:hover .card-image-col img {
  transform: scale(1.17);
}
.latest-insights-sec .latest-insights-row .slick-arrow {
  display: none !important;
}
.latest-insights-sec .view-more-row {
  margin-top: 56px;
}
.latest-insights-sec .view-more-row button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  width: max-content;
  margin-inline: auto;
}
.latest-insights-sec .view-more-row button span {
  color: #A39EB2;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.latest-insights-sec .view-more-row button:hover span {
  color: #7F57F6;
}

.podcast-sec {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .podcast-sec {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .podcast-sec {
    padding: 60px 0;
  }
}
.podcast-sec .podcast-row {
  border-radius: 12px;
  background: #1D142C;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .podcast-sec .podcast-row {
    flex-wrap: wrap;
  }
}
.podcast-sec .podcast-row .content-col {
  flex: 1;
  padding: 79px 48px 79px 64px;
}
@media (max-width: 1024px) {
  .podcast-sec .podcast-row .content-col {
    padding: 50px 40px 50px 40px;
  }
}
@media (max-width: 992px) {
  .podcast-sec .podcast-row .content-col {
    order: 2;
  }
}
@media (max-width: 767px) {
  .podcast-sec .podcast-row .content-col {
    padding: 27px;
  }
}
.podcast-sec .podcast-row .content-col .content-sub-col {
  max-width: 588px;
  width: 100%;
}
@media (max-width: 992px) {
  .podcast-sec .podcast-row .content-col .content-sub-col {
    max-width: 100%;
  }
}
.podcast-sec .podcast-row .content-col .content-sub-col .subStack-with-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.podcast-sec .podcast-row .content-col .content-sub-col .title {
  margin-bottom: 12px;
  color: #fff;
  font-size: 40px;
  line-height: 1;
}
.podcast-sec .podcast-row .content-col .content-sub-col .info {
  padding-bottom: 32px;
}
.podcast-sec .podcast-row .content-col .content-sub-col .info p {
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  opacity: 0.7;
}
.podcast-sec .podcast-row .content-col .content-sub-col .info p:last-child {
  margin-bottom: 0;
}
.podcast-sec .podcast-row .content-col .content-sub-col .action {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.podcast-sec .podcast-row .content-col .content-sub-col .action .btn {
  text-transform: uppercase;
}
.podcast-sec .podcast-row .content-col .content-sub-col .action .available-podcast-text {
  color: #fff;
  opacity: 0.6;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.podcast-sec .podcast-row .image-col {
  width: 37.5%;
}
@media (max-width: 992px) {
  .podcast-sec .podcast-row .image-col {
    width: 100%;
    height: 0;
    padding-bottom: 63%;
    overflow: hidden;
    position: relative;
  }
}
.podcast-sec .podcast-row .image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .podcast-sec .podcast-row .image-col img {
    position: absolute;
  }
}

.technical-guides-sec {
  padding: 100px 0px 120px 0px;
  background: #F4F3FE;
}
@media (max-width: 1024px) {
  .technical-guides-sec {
    padding: 70px 0px 70px 0px;
  }
}
@media (max-width: 767px) {
  .technical-guides-sec {
    padding: 60px 0px 60px 0px;
  }
}
.technical-guides-sec .heading-row {
  margin-bottom: 56px;
  max-width: 704px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .technical-guides-sec .heading-row {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .technical-guides-sec .heading-row {
    margin-bottom: 24px;
  }
}
.technical-guides-sec .heading-row .subStack {
  margin-bottom: 16px;
  color: #7F57F6;
  text-align: center;
}
.technical-guides-sec .heading-row .title {
  margin-bottom: 16px;
  line-height: 115%;
  color: #1D142C;
  text-align: center;
}
@media (min-width: 1025px) {
  .technical-guides-sec .heading-row .title {
    font-size: 48px;
  }
}
.technical-guides-sec .heading-row .info p {
  color: #1D142C;
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1024px) {
  .technical-guides-sec .heading-row .info p {
    font-size: 16px;
  }
}
.technical-guides-sec .technical-content-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .technical-guides-sec .technical-content-row {
    gap: 18px;
  }
}
@media (max-width: 992px) {
  .technical-guides-sec .technical-content-row {
    grid-template-columns: repeat(2, 1fr);
    margin: 10px;
  }
}
@media (max-width: 767px) {
  .technical-guides-sec .technical-content-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.technical-guides-sec .technical-content-row .content-col {
  border-radius: 8px;
  border: 1px solid rgba(127, 87, 246, 0.2);
  background: #fff;
  box-shadow: 0 12px 24px 0 rgba(29, 20, 44, 0.02);
  padding: 31px;
}
@media (max-width: 1024px) {
  .technical-guides-sec .technical-content-row .content-col {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .technical-guides-sec .technical-content-row .content-col {
    margin: 10px;
  }
}
.technical-guides-sec .technical-content-row .content-col .pdf-report-row, .technical-guides-sec .technical-content-row .content-col .download-row, .technical-guides-sec .technical-content-row .content-col .category-report-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.technical-guides-sec .technical-content-row .content-col .category-report-row {
  margin-bottom: 24px;
}
.technical-guides-sec .technical-content-row .content-col .category-report-row figure {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: rgba(127, 87, 246, 0.1);
  margin: 0;
}
.technical-guides-sec .technical-content-row .content-col .category-report-row figure img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.technical-guides-sec .technical-content-row .content-col .category-report-row .category-badge {
  color: #5A546A;
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  background: #F4F3FE;
}
.technical-guides-sec .technical-content-row .content-col .card-info-row {
  margin-bottom: 36px;
}
.technical-guides-sec .technical-content-row .content-col .card-info-row .title {
  color: #1D142C;
  font-size: 22px;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 10px;
}
.technical-guides-sec .technical-content-row .content-col .card-info-row .info p {
  color: #5A546A;
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.technical-guides-sec .technical-content-row .content-col .download-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.technical-guides-sec .technical-content-row .content-col .download-row .date {
  color: #A39EB2;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.technical-guides-sec .technical-content-row .content-col .download-row .btn {
  font-size: 13px;
  gap: 6px;
}
.technical-guides-sec .technical-content-row .content-col .download-row .btn:hover .btnicon {
  transform: initial;
}

.page-template-tp-insights-single .site-header, .single-post .site-header {
  background: #1D142C;
}

.singlePageHeader {
  margin: 0;
  padding: 170px 0 0 0;
}
.singlePageHeader .catName {
  border: 1px solid #7F57F6;
  border-radius: 30px;
  background: rgba(127, 87, 246, 0.12);
  padding: 5px 15px;
  color: #7F57F6;
  margin: 0 auto 24px;
  display: table;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.singlePageHeader .title {
  text-align: center;
  font-size: 54px;
  letter-spacing: normal;
  max-width: 964px;
  margin: 0 auto 24px;
  line-height: 62px;
}
@media (max-width: 1280px) {
  .singlePageHeader .title {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 992px) {
  .singlePageHeader .title {
    font-size: 38px;
    line-height: 44px;
  }
}
.singlePageHeader ul {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .singlePageHeader ul {
    flex-wrap: wrap;
  }
}
.singlePageHeader ul li {
  list-style: none;
  margin: 0;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  .singlePageHeader ul li:first-child {
    width: 100%;
    margin: 0 0 14px 0;
  }
  .singlePageHeader ul li:first-child::after {
    display: none;
  }
}
.singlePageHeader ul li:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #ccc;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.singlePageHeader ul li:last-child::after {
  display: none;
}
.singlePageHeader ul li .postDate, .singlePageHeader ul li .time {
  font-size: 14px;
}
.singlePageHeader ul li .time svg {
  position: relative;
  top: 3px;
}
.singlePageHeader .authInfo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.singlePageHeader .authInfo .authImg {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 100%;
}
.singlePageHeader .authInfo .authImg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.singlePageHeader .authInfo .authTitle {
  margin: 0;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.singlePageHeader .authInfo p {
  font-size: 12px;
  margin: 0;
  color: #A39EB2;
}

.featureImg {
  width: 100%;
  margin: 0 0 40px 0;
}
.featureImg .coverBg {
  padding-bottom: 44%;
}
@media (max-width: 767px) {
  .featureImg .coverBg {
    padding-bottom: 60%;
  }
}
.featureImg .coverBg img {
  border-radius: 12px;
}

.singlePageContent {
  padding: 0 0 200px 0;
  position: relative;
}
@media (max-width: 767px) {
  .singlePageContent {
    padding: 0 0 100px 0;
  }
}
.singlePageContent > div {
  display: grid;
  grid-template-columns: 2.3fr 1fr;
  column-gap: 70px;
}
@media (max-width: 1280px) {
  .singlePageContent > div {
    column-gap: 30px;
  }
}
@media (max-width: 992px) {
  .singlePageContent > div {
    grid-template-columns: 1fr;
  }
}
.singlePageContent .sidebar {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .singlePageContent .sidebar {
    order: -1;
    margin-bottom: 30px;
  }
}
.singlePageContent .leftContent h3 {
  font-size: 32px;
  margin: 0 0 34px 0;
}
@media (max-width: 767px) {
  .singlePageContent .leftContent h3 {
    font-size: 28px;
    margin-bottom: 14px;
  }
}
.singlePageContent .leftContent h3 strong {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.singlePageContent .leftContent p {
  margin-bottom: 34px;
}
.singlePageContent .leftContent p {
  font-size: 20px;
  font-weight: 300;
  color: #1D142C;
  line-height: 32px;
}
@media (max-width: 992px) {
  .singlePageContent .leftContent p {
    font-size: 16px;
    line-height: 28px;
  }
}
.singlePageContent .leftContent ul, .singlePageContent .leftContent ol {
  margin-left: 0;
  padding-left: 20px;
}
.singlePageContent .leftContent ul li, .singlePageContent .leftContent ol li {
  margin-bottom: 8px;
}
.singlePageContent .leftContent h3 + p, .singlePageContent .leftContent h3 + p ~ p, .singlePageContent .leftContent li {
  font-size: 16px;
  line-height: 27px;
  color: #1D142C;
  font-weight: 300;
}
.singlePageContent .leftContent blockquote {
  border-left: 4px solid rgba(127, 87, 246, 0.2);
  background: #F4F3FE;
  padding: 32px;
  margin: 0 0 34px 0;
}
.singlePageContent .leftContent blockquote p {
  margin: 0 0 10px 0;
  font-style: italic;
  font-family: "Newsreader", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}
@media (max-width: 767px) {
  .singlePageContent .leftContent blockquote p {
    font-size: 20px;
    line-height: 30px;
  }
}
.singlePageContent .leftContent blockquote b {
  font-size: 14px;
  font-weight: 600;
  color: #7F57F6;
  font-family: "Archivo", sans-serif;
  font-style: normal;
}
.singlePageContent .bottomIcon {
  position: absolute;
  right: -70px;
  bottom: -10px;
  width: 742px;
  z-index: -1;
}
@media (max-width: 1280px) {
  .singlePageContent .bottomIcon {
    width: 442px;
  }
}
@media (max-width: 767px) {
  .singlePageContent .bottomIcon {
    width: 262px;
  }
}
.singlePageContent .bottomIcon svg {
  width: 700px;
  height: 490px;
}
@media (max-width: 1280px) {
  .singlePageContent .bottomIcon svg {
    width: 450px;
    height: 390px;
  }
}
@media (max-width: 767px) {
  .singlePageContent .bottomIcon svg {
    width: 210px;
    height: 230px;
  }
}

.SidebarTopBlock {
  padding: 32px;
  background: #1D142C;
  border-radius: 8px;
  margin-bottom: 32px;
}
.SidebarTopBlock .subtitle {
  color: #7F57F6;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.SidebarTopBlock .title {
  color: #fff;
}
.SidebarTopBlock h4 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 16px 0;
}
.SidebarTopBlock p {
  color: #A39EB2;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 0 0;
}

.keyTakeaways {
  padding: 32px;
  border: 1px solid rgba(127, 87, 246, 0.2);
  border-radius: 8px;
}
.keyTakeaways .title {
  font-size: 14px;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  color: #7F57F6;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}
.keyTakeaways ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.keyTakeaways ul li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 16px 0;
}
.keyTakeaways ul li:last-child {
  margin-bottom: 0;
}
.keyTakeaways ul li::before {
  content: "";
  width: 18px;
  height: 16px;
  background: url(../images//checkmarkIcon.svg) no-repeat center center;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  background-size: 20px auto;
  margin: 0;
}

.relatedInsightsSection {
  margin: 0;
  background: #F4F3FE;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .relatedInsightsSection {
    padding: 70px 0;
  }
}
.relatedInsightsSection .relatedInsightsTitle .title {
  font-size: 48px;
  margin: 0 0 40px 0;
}
@media (max-width: 767px) {
  .relatedInsightsSection .relatedInsightsTitle .title {
    font-size: 30px;
    line-height: normal;
  }
}
.relatedInsightsSection .cardRow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  position: relative;
}
.relatedInsightsSection .cardRow.slick-slider {
  width: 100%;
  grid-template-columns: 1fr;
  position: relative;
}
.relatedInsightsSection .cardRow.slick-slider .slick-list {
  margin: 0 -15px;
}
@media (max-width: 992px) {
  .relatedInsightsSection .cardRow.slick-slider .slick-list {
    margin: 0 -5px;
  }
}
.relatedInsightsSection .cardRow.slick-slider .slick-track {
  display: flex;
  column-gap: 0px;
}
@media (max-width: 992px) {
  .relatedInsightsSection .cardRow {
    width: 100%;
    grid-template-columns: 1fr;
    position: relative;
  }
  .relatedInsightsSection .cardRow .slick-track {
    display: flex;
    column-gap: 0px;
  }
}
.relatedInsightsSection .cardRow .slick-arrow {
  padding: 16px 34px;
  background: transparent;
  border: 1px solid #7F57F6;
  border-radius: 10px;
  position: absolute;
  top: -80px;
  right: 0;
  font-size: 0;
}
@media (max-width: 767px) {
  .relatedInsightsSection .cardRow .slick-arrow {
    padding: 14px 30px;
    top: -60px;
  }
}
.relatedInsightsSection .cardRow .slick-arrow[aria-disabled=true] {
  opacity: 0.5;
}
.relatedInsightsSection .cardRow .slick-arrow.slick-prev {
  right: 80px;
  background: url(../images/prev-arrow.svg) no-repeat center center;
}
.relatedInsightsSection .cardRow .slick-arrow.slick-next {
  background: url(../images/next-arrow.svg) no-repeat center center;
}
.relatedInsightsSection .content-col {
  border-radius: 8px;
  border: 1px solid rgba(127, 87, 246, 0.1);
  background: #fff;
  box-shadow: 0 12px 24px 0 rgba(29, 20, 44, 0.02);
  overflow: hidden;
  margin: 0 15px;
}
@media (max-width: 992px) {
  .relatedInsightsSection .content-col {
    margin: 0 5px;
  }
}
.relatedInsightsSection .content-col .card-image-col {
  height: 220px;
  overflow: hidden;
}
.relatedInsightsSection .content-col .card-image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.relatedInsightsSection .content-col .card-content-col {
  padding: 32px;
}
@media (max-width: 767px) {
  .relatedInsightsSection .content-col .card-content-col {
    padding: 22px;
  }
}
.relatedInsightsSection .content-col .card-content-col .date-read-more-row, .relatedInsightsSection .content-col .card-content-col .card-category-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.relatedInsightsSection .content-col .card-content-col .card-category-row {
  margin-bottom: 20px;
}
.relatedInsightsSection .content-col .card-content-col .card-category-row .badges {
  color: #7F57F6;
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 100px;
  border: 1px solid #7F57F6;
  background: rgba(127, 87, 246, 0.12);
}
.relatedInsightsSection .content-col .card-content-col .card-category-row .read-count {
  color: #5A546A;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.relatedInsightsSection .content-col .card-content-col .card-info-row .title {
  color: #1D142C;
  font-size: 26px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 12px;
}
.relatedInsightsSection .content-col .card-content-col .card-info-row .info p {
  color: #5A546A;
  font-family: "Archivo", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.relatedInsightsSection .content-col .card-content-col .date-read-more-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.relatedInsightsSection .content-col .card-content-col .date-read-more-row .date {
  color: #A39EB2;
  font-family: "Archivo", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.relatedInsightsSection .content-col:hover .card-image-col img {
  transform: scale(1.17);
}
.relatedInsightsSection .view-more-row {
  margin-top: 56px;
  display: none;
}
.relatedInsightsSection .view-more-row button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  width: max-content;
  margin-inline: auto;
}
.relatedInsightsSection .view-more-row button span {
  color: #A39EB2;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.relatedInsightsSection .view-more-row button:hover span {
  color: #7F57F6;
}

@media (max-width: 767px) {
  body.search-results .philosophy-sec {
    padding: 0px 0 60px 0;
  }
}
body.search-results .philosophy-sec .client-agreement-sec {
  padding: 0 !important;
}
body.search-results .philosophy-sec .client-agreement-sec .container {
  max-width: initial;
  width: 100%;
  margin: 0;
  padding: 0;
}
body.search-results .philosophy-sec .client-agreement-sec .container .search-results-row {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  body.search-results .philosophy-sec .client-agreement-sec .container .search-results-row {
    margin-bottom: 60px;
  }
}
body.search-results .philosophy-sec .client-agreement-sec .container .search-results-row .image-col {
  overflow: hidden;
  height: 0;
  position: relative;
  padding-bottom: 34%;
}
@media (max-width: 1024px) {
  body.search-results .philosophy-sec .client-agreement-sec .container .search-results-row .image-col {
    width: 45%;
    padding-bottom: 44%;
  }
}
@media (max-width: 992px) {
  body.search-results .philosophy-sec .client-agreement-sec .container .search-results-row .image-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.search-results .philosophy-sec .client-agreement-sec .container .search-results-row .image-col {
    padding-bottom: 54%;
  }
}
body.search-results .philosophy-sec .client-agreement-sec .container .search-results-row .image-col img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  body.search-results .philosophy-sec .client-agreement-sec .container .search-results-row .content-col .title {
    margin-bottom: 24px;
  }
}
body.search-results .philosophy-sec .client-agreement-sec .container .search-results-row .content-col .info {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  body.search-results .philosophy-sec .client-agreement-sec .container .search-results-row .content-col .info {
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  body.search-results .philosophy-sec .client-agreement-sec .container .search-results-row .content-col .info p {
    font-size: 16px;
  }
}
body.search-results .philosophy-sec .client-agreement-sec .container .search-results-row .content-col .action {
  display: flex;
}
body.search-results .philosophy-sec .client-agreement-sec .container .search-results-row:nth-child(even) {
  flex-direction: row-reverse;
}
body.search-results .philosophy-sec .client-agreement-sec .container .posts-navigation {
  margin-top: 100px;
}
@media (max-width: 767px) {
  body.search-results .philosophy-sec .client-agreement-sec .container .posts-navigation {
    margin-top: 65px;
  }
}
body.search-results .philosophy-sec .client-agreement-sec .container .posts-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  body.search-results .philosophy-sec .client-agreement-sec .container .posts-navigation .nav-links {
    gap: 17px;
  }
}
body.search-results .philosophy-sec .client-agreement-sec .container .posts-navigation .nav-links .nav-previous, body.search-results .philosophy-sec .client-agreement-sec .container .posts-navigation .nav-links .nav-next {
  flex: initial;
}
body.search-results .philosophy-sec .client-agreement-sec .container .posts-navigation .nav-links a {
  background: #7F57F6;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 16px 32px;
  text-align: center;
  font-size: 14px;
  transition: all linear 0.2s;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  margin: 0;
  text-decoration: none;
  width: max-content;
  display: flex;
}
@media (max-width: 767px) {
  body.search-results .philosophy-sec .client-agreement-sec .container .posts-navigation .nav-links a {
    padding: 16px 24px;
  }
}
body.search-results .philosophy-sec .client-agreement-sec .container .posts-navigation .nav-links a:hover {
  background: transparent;
  border-color: #7F57F6;
  color: #7F57F6;
}

body.search-no-results .innerPageHeader {
  margin-bottom: 0;
}
body.search-no-results .philosophy-sec {
  text-align: center;
  padding: 150px 0;
}
@media (max-width: 1024px) {
  body.search-no-results .philosophy-sec {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  body.search-no-results .philosophy-sec {
    padding: 90px 0;
  }
}
body.search-no-results .philosophy-sec p {
  font-size: 20px;
  line-height: 160%;
}
@media (max-width: 767px) {
  body.search-no-results .philosophy-sec p {
    font-size: 16px;
  }
}
body.search-no-results .philosophy-sec .search-form {
  display: flex;
  justify-content: center;
  margin-top: 51px;
  row-gap: 20px;
}
@media (max-width: 767px) {
  body.search-no-results .philosophy-sec .search-form {
    flex-wrap: wrap;
  }
}
body.search-no-results .philosophy-sec .search-form label {
  max-width: 600px;
  width: 100%;
}
body.search-no-results .philosophy-sec .search-form label .search-field {
  border-radius: 4px 0 0 4px;
  padding: 14px 16px;
  border: 1px solid rgba(127, 87, 246, 0.2);
  color: #5A546A;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  display: flex;
}
body.search-no-results .philosophy-sec .search-form .search-submit {
  cursor: pointer;
  padding-right: 53px;
  font-weight: 600;
  background-color: #7F57F6;
  color: #fff;
  border: 1px solid transparent;
  background-image: url(../images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 32px) center;
  border-radius: 0 4px 4px 0;
}
@media (max-width: 767px) {
  body.search-no-results .philosophy-sec .search-form .search-submit {
    border-radius: 4px 4px 4px 4px;
  }
}
body.search-no-results .philosophy-sec .search-form .search-submit:hover {
  border-color: #1D142C;
  background-color: #1D142C;
  background-position: calc(100% - 23px) 11px;
}

body.page-template-default .innerPageHeader {
  margin-bottom: 0;
}

body.archive .featured-article-sec .featured-article-row {
  margin-bottom: 75px;
}

.page-template-default p, .page-template-default h3, .page-template-default h4, .page-template-default h5, .page-template-default h2, .page-template-default h1 {
  color: #1D142C;
}
.page-template-default p {
  line-height: 160%;
}
@media (max-width: 1024px) {
  .page-template-default p {
    font-size: 16px;
  }
}
.page-template-default h3, .page-template-default h4, .page-template-default h5 {
  margin-top: 50px;
  font-weight: 400;
  margin-bottom: 10px !important;
  line-height: 140%;
}
.page-template-default h5 {
  font-weight: 600 !important;
}
.page-template-default .philosophy-sec ul li {
  line-height: 170%;
  color: #1D142C;
}
@media (max-width: 1024px) {
  .page-template-default .philosophy-sec ul li {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */