/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./sources/scss/style.scss ***!
  \**************************************************************************************************************************************************************************/
/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Light.woff2) format("woff2"), url(../fonts/Poppins-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.woff2) format("woff2"), url(../fonts/Poppins-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-SemiBold.woff2) format("woff2"), url(../fonts/Poppins-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Medium.woff2) format("woff2"), url(../fonts/Poppins-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.woff2) format("woff2"), url(../fonts/Poppins-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif";
  src: url(../fonts/NotoSerif-Italic.woff2) format("woff2"), url(../fonts/NotoSerif-Italic.woff) format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/* Reset css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  -webkit-font-smoothing: subpixel-antialiased;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
audio,
video,
iframe {
  display: block;
  max-width: 100%;
}

/**
 * Basic typography style for copy text
 */
html {
  height: 100%;
  font-size: pxtopercent(16px);
  text-size-adjust: 100%;
}

body {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #291E51;
  background-color: #fff;
}
body.scroll-fixed {
  overflow: hidden;
}
body .p-sm {
  font-size: 0.875rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}

::-moz-selection {
  background: #FFC300;
  color: #fff;
}

::selection {
  background: #FFC300;
  color: #fff;
}

h1,
.h1 {
  margin-bottom: 1rem;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 2.813rem;
  font-weight: 400;
  line-height: 1.2;
  color: #291E51;
  word-break: keep-all;
}
h1 a,
.h1 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h1 span,
h1 em,
.h1 span,
.h1 em {
  font-family: "Noto Serif", "Arial", sans-serif;
  background: linear-gradient(90deg, #FFC300 0%, #EE4DFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: inherit;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  margin-bottom: 1rem;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 2.188rem;
  font-weight: 400;
  line-height: 1.2;
  color: #291E51;
  word-break: keep-all;
}
h2 a,
.h2 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h2 span,
h2 em,
.h2 span,
.h2 em {
  font-family: "Noto Serif", "Arial", sans-serif;
  background: linear-gradient(90deg, #FFC300 0%, #EE4DFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: inherit;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 2.063rem;
  }
}

h3,
.h3 {
  margin-bottom: 1rem;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #291E51;
  word-break: keep-all;
}
h3 a,
.h3 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h3 span,
h3 em,
.h3 span,
.h3 em {
  font-family: "Noto Serif", "Arial", sans-serif;
  background: linear-gradient(90deg, #FFC300 0%, #EE4DFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: inherit;
}

h4,
.h4 {
  margin-bottom: 1rem;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 1.563rem;
  font-weight: 400;
  line-height: 1.2;
  color: #291E51;
  word-break: keep-all;
}
h4 a,
.h4 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h4 span,
h4 em,
.h4 span,
.h4 em {
  font-family: "Noto Serif", "Arial", sans-serif;
  background: linear-gradient(90deg, #FFC300 0%, #EE4DFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: inherit;
}

h5,
.h5 {
  margin-bottom: 1rem;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.2;
  color: #291E51;
  word-break: keep-all;
}
h5 a,
.h5 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h5 span,
h5 em,
.h5 span,
.h5 em {
  font-family: "Noto Serif", "Arial", sans-serif;
  background: linear-gradient(90deg, #FFC300 0%, #EE4DFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: inherit;
}
@media (max-width: 991px) {
  h5,
  .h5 {
    font-size: 1.25rem;
  }
}

h6,
.h6 {
  margin-bottom: 1rem;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  color: #291E51;
  word-break: keep-all;
}
h6 a,
.h6 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h6 span,
h6 em,
.h6 span,
.h6 em {
  font-family: "Noto Serif", "Arial", sans-serif;
  background: linear-gradient(90deg, #FFC300 0%, #EE4DFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: inherit;
}
@media (max-width: 991px) {
  h6,
  .h6 {
    font-size: 1.125rem;
  }
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

.eyebrow-text {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  color: #8233FF;
  font-size: 0.875rem;
  font-weight: 700;
}
.eyebrow-text.-secondary {
  color: #09CCEE;
}
.eyebrow-text.-blue {
  color: #09CCEE;
}

:is(ul, ol) {
  --ulol-left-padding: 1.25rem;
  margin-bottom: 0.938rem;
  padding-left: var(--ulol-left-padding);
}
:is(ul, ol) li {
  padding-top: 0.5rem;
  padding-left: 0.625rem;
  padding-bottom: 0.5rem;
}
:is(ul, ol) li:last-child {
  padding-bottom: 0;
}
:is(ul, ol) ul {
  list-style-type: disc;
}

ul > li::marker {
  font-size: 1.2em;
  color: #8233FF;
}
ul ul {
  list-style-type: disc;
}
ul ul li::marker {
  color: #FFC300;
}

ol li::marker {
  color: #8233FF;
  font-weight: 600;
}
ol ol {
  list-style-type: lower-alpha;
}

blockquote {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  font-size: 1.563rem;
  font-weight: 500;
  line-height: normal;
  color: #8233FF;
  text-align: center;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

hr {
  overflow: visible;
  width: 100%;
  height: 0;
  margin: 1.875rem auto;
  border: 0 #000 solid;
  border-top-width: 0.063rem;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}
img[src$=".svg"] {
  max-height: 100%;
}

picture {
  display: inline-block;
  vertical-align: top;
}

/* Link */
a {
  color: #8233FF;
  transition: 0.3s ease 0s;
  text-decoration: none;
}
a:not(.btn, .btn-link, .btn-play):hover {
  font-weight: 500;
  outline: none;
  text-decoration: underline;
}
a.tab-outline {
  outline: 1px solid;
  outline-offset: 0.188rem;
}
.bg-dark a:not(.btn, .btn-play, .btn-link) {
  color: #FFC300;
}

/* Tables */
table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #E9E2DD;
}
table:not(:last-child) {
  margin-bottom: 2rem;
}
table td {
  padding: 0.625rem 1.25rem;
  font-weight: normal;
  text-align: left;
  border-top: 1px solid #E9E2DD;
}
table td:not(:last-child) {
  border-right: 1px solid #E9E2DD;
}

.table-responsive {
  overflow-x: auto;
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td,
.table-bordered th {
  padding: 0.625rem;
  border-bottom: 0.063rem solid #dee3e2;
  vertical-align: bottom;
}

.wc-table {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 2.063rem;
  text-align: center;
}
.wc-table table {
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .wc-table table {
    display: none;
  }
}
@media (min-width: 768px) {
  .wc-table .mobile-table-view {
    display: none;
  }
}
.wc-table table {
  overflow: hidden;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: none !important;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #fff;
}
.wc-table table td {
  width: auto;
  padding: 1.25rem 1.5rem;
  border: none;
  font-weight: 400;
  line-height: 1.5rem;
  color: #000;
  text-align: left;
  text-transform: capitalize;
}
.wc-table table th {
  padding: 1.25rem 1.5rem;
  width: auto;
  border: none;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #291E51;
}
@media (max-width: 767px) {
  .wc-table table tr {
    text-align: center;
  }
}
.wc-table table tr:nth-child(odd) {
  background-color: rgba(130, 51, 255, 0.1);
}
.wc-table table tr:first-child {
  background-color: #291E51;
}
.wc-table table tr:first-child td {
  padding: 1.125rem 1.5rem;
  width: auto;
  border: none;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.4;
}

/* Mobile Table */
.mobile-table-view {
  background-color: #fff;
}
.mobile-table-view ul {
  text-align: left;
}
.mobile-table-view .column-header {
  padding: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.445;
  color: #fff !important;
  background-color: #291E51;
  border-radius: 0.5rem 0.5rem 0 0;
}
.mobile-table-view .column-header * {
  color: #fff !important;
}
.mobile-table-view .column-cell {
  color: #000;
  padding: 0.938rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
}
.mobile-table-view .column-cell:nth-child(odd) {
  background-color: rgba(130, 51, 255, 0.1);
}

/* stylelint-disable selector-class-pattern */
.fancybox__content > .carousel__button.is-close {
  top: -3.125rem;
  right: 0;
}

/* stylelint-enable selector-class-pattern */
@property --gutter {
  syntax: "<length>";
  inherits: true;
  initial-value: 40px;
}
/**
 * Main content containers
 */
:root {
  --gutter: 3.125rem;
}
@media (max-width: 991px) {
  :root {
    --gutter: 1.875rem;
  }
}
@media (max-width: 767px) {
  :root {
    --gutter: 1.5rem;
  }
}

.alignfull, .alignwide, .container-fluid, .container {
  width: min(100% - var(--gutter) * 2, var(--container-width, 100%));
  margin-right: auto;
  margin-left: auto;
}

.container {
  --container-width: 72.75rem;
}
[class*=cell-] {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*=cell-] {
  padding-right: 0;
  padding-left: 0;
}

/* display helpers */
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

/* alignment helpers */
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 1.25rem 0;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 1.25rem auto;
}
.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}

/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

/* background and text color */
.bg-white {
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.bg-dark {
  background-color: #291E51;
}

.text-dark {
  color: #291E51;
}

.bg-purple {
  background-color: #8233FF;
}

.text-purple {
  color: #8233FF;
}

.bg-gray {
  background-color: #E9E2DD;
}

.text-gray {
  color: #E9E2DD;
}

/* column structure */
.cell-1 {
  width: 8.3333333333%;
}

.cell-2 {
  width: 16.6666666667%;
}

.cell-3 {
  width: 25%;
}

.cell-4 {
  width: 33.3333333333%;
}

.cell-5 {
  width: 41.6666666667%;
}

.cell-6 {
  width: 50%;
}

.cell-7 {
  width: 58.3333333333%;
}

.cell-8 {
  width: 66.6666666667%;
}

.cell-9 {
  width: 75%;
}

.cell-10 {
  width: 83.3333333333%;
}

.cell-11 {
  width: 91.6666666667%;
}

.cell-12 {
  width: 100%;
}

.mt-30,
.m-30,
.my-30 {
  margin-top: 1.875rem;
}

.pt-30,
.p-30,
.py-30 {
  padding-top: 1.875rem;
}

.mb-30,
.m-30,
.my-30 {
  margin-bottom: 1.875rem;
}

.pb-30,
.p-30,
.py-30 {
  padding-bottom: 1.875rem;
}

.ml-30,
.m-30,
.mx-30 {
  margin-left: 1.875rem;
}

.pl-30,
.p-30,
.px-30 {
  padding-left: 1.875rem;
}

.mr-30,
.m-30,
.mx-30 {
  margin-right: 1.875rem;
}

.pr-30,
.p-30,
.px-30 {
  padding-right: 1.875rem;
}

/* responsive variants */
@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
  }
  .mt-sm-30,
  .m-sm-30,
  .my-sm-30 {
    margin-top: 1.875rem;
  }
  .pt-sm-30,
  .p-sm-30,
  .py-sm-30 {
    padding-top: 1.875rem;
  }
  .mb-sm-30,
  .m-sm-30,
  .my-sm-30 {
    margin-bottom: 1.875rem;
  }
  .pb-sm-30,
  .p-sm-30,
  .py-sm-30 {
    padding-bottom: 1.875rem;
  }
  .ml-sm-30,
  .m-sm-30,
  .mx-sm-30 {
    margin-left: 1.875rem;
  }
  .pl-sm-30,
  .p-sm-30,
  .px-sm-30 {
    padding-left: 1.875rem;
  }
  .mr-sm-30,
  .m-sm-30,
  .mx-sm-30 {
    margin-right: 1.875rem;
  }
  .pr-sm-30,
  .p-sm-30,
  .px-sm-30 {
    padding-right: 1.875rem;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .align-sm-items-start {
    align-items: flex-start;
  }
  .align-sm-items-center {
    align-items: center;
  }
  .align-sm-items-end {
    align-items: flex-end;
  }
  .align-sm-content-center {
    align-content: center;
  }
  .justify-sm-content-start {
    justify-content: flex-start;
  }
  .justify-sm-content-center {
    justify-content: center;
  }
  .justify-sm-content-end {
    justify-content: flex-end;
  }
  .justify-sm-content-between {
    justify-content: space-between;
  }
  .justify-sm-content-around {
    justify-content: space-around;
  }
  .justify-sm-content-evenly {
    justify-content: space-evenly;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
  }
  .mt-md-30,
  .m-md-30,
  .my-md-30 {
    margin-top: 1.875rem;
  }
  .pt-md-30,
  .p-md-30,
  .py-md-30 {
    padding-top: 1.875rem;
  }
  .mb-md-30,
  .m-md-30,
  .my-md-30 {
    margin-bottom: 1.875rem;
  }
  .pb-md-30,
  .p-md-30,
  .py-md-30 {
    padding-bottom: 1.875rem;
  }
  .ml-md-30,
  .m-md-30,
  .mx-md-30 {
    margin-left: 1.875rem;
  }
  .pl-md-30,
  .p-md-30,
  .px-md-30 {
    padding-left: 1.875rem;
  }
  .mr-md-30,
  .m-md-30,
  .mx-md-30 {
    margin-right: 1.875rem;
  }
  .pr-md-30,
  .p-md-30,
  .px-md-30 {
    padding-right: 1.875rem;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .align-md-items-start {
    align-items: flex-start;
  }
  .align-md-items-center {
    align-items: center;
  }
  .align-md-items-end {
    align-items: flex-end;
  }
  .align-md-content-center {
    align-content: center;
  }
  .justify-md-content-start {
    justify-content: flex-start;
  }
  .justify-md-content-center {
    justify-content: center;
  }
  .justify-md-content-end {
    justify-content: flex-end;
  }
  .justify-md-content-between {
    justify-content: space-between;
  }
  .justify-md-content-around {
    justify-content: space-around;
  }
  .justify-md-content-evenly {
    justify-content: space-evenly;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
  }
  .mt-lg-30,
  .m-lg-30,
  .my-lg-30 {
    margin-top: 1.875rem;
  }
  .pt-lg-30,
  .p-lg-30,
  .py-lg-30 {
    padding-top: 1.875rem;
  }
  .mb-lg-30,
  .m-lg-30,
  .my-lg-30 {
    margin-bottom: 1.875rem;
  }
  .pb-lg-30,
  .p-lg-30,
  .py-lg-30 {
    padding-bottom: 1.875rem;
  }
  .ml-lg-30,
  .m-lg-30,
  .mx-lg-30 {
    margin-left: 1.875rem;
  }
  .pl-lg-30,
  .p-lg-30,
  .px-lg-30 {
    padding-left: 1.875rem;
  }
  .mr-lg-30,
  .m-lg-30,
  .mx-lg-30 {
    margin-right: 1.875rem;
  }
  .pr-lg-30,
  .p-lg-30,
  .px-lg-30 {
    padding-right: 1.875rem;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .align-lg-items-start {
    align-items: flex-start;
  }
  .align-lg-items-center {
    align-items: center;
  }
  .align-lg-items-end {
    align-items: flex-end;
  }
  .align-lg-content-center {
    align-content: center;
  }
  .justify-lg-content-start {
    justify-content: flex-start;
  }
  .justify-lg-content-center {
    justify-content: center;
  }
  .justify-lg-content-end {
    justify-content: flex-end;
  }
  .justify-lg-content-between {
    justify-content: space-between;
  }
  .justify-lg-content-around {
    justify-content: space-around;
  }
  .justify-lg-content-evenly {
    justify-content: space-evenly;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }
  .cell-xl-2 {
    width: 16.6666666667%;
  }
  .cell-xl-3 {
    width: 25%;
  }
  .cell-xl-4 {
    width: 33.3333333333%;
  }
  .cell-xl-5 {
    width: 41.6666666667%;
  }
  .cell-xl-6 {
    width: 50%;
  }
  .cell-xl-7 {
    width: 58.3333333333%;
  }
  .cell-xl-8 {
    width: 66.6666666667%;
  }
  .cell-xl-9 {
    width: 75%;
  }
  .cell-xl-10 {
    width: 83.3333333333%;
  }
  .cell-xl-11 {
    width: 91.6666666667%;
  }
  .cell-xl-12 {
    width: 100%;
  }
  .mt-xl-30,
  .m-xl-30,
  .my-xl-30 {
    margin-top: 1.875rem;
  }
  .pt-xl-30,
  .p-xl-30,
  .py-xl-30 {
    padding-top: 1.875rem;
  }
  .mb-xl-30,
  .m-xl-30,
  .my-xl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xl-30,
  .p-xl-30,
  .py-xl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xl-30,
  .m-xl-30,
  .mx-xl-30 {
    margin-left: 1.875rem;
  }
  .pl-xl-30,
  .p-xl-30,
  .px-xl-30 {
    padding-left: 1.875rem;
  }
  .mr-xl-30,
  .m-xl-30,
  .mx-xl-30 {
    margin-right: 1.875rem;
  }
  .pr-xl-30,
  .p-xl-30,
  .px-xl-30 {
    padding-right: 1.875rem;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .align-xl-items-start {
    align-items: flex-start;
  }
  .align-xl-items-center {
    align-items: center;
  }
  .align-xl-items-end {
    align-items: flex-end;
  }
  .align-xl-content-center {
    align-content: center;
  }
  .justify-xl-content-start {
    justify-content: flex-start;
  }
  .justify-xl-content-center {
    justify-content: center;
  }
  .justify-xl-content-end {
    justify-content: flex-end;
  }
  .justify-xl-content-between {
    justify-content: space-between;
  }
  .justify-xl-content-around {
    justify-content: space-around;
  }
  .justify-xl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-left {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }
  .cell-xxl-2 {
    width: 16.6666666667%;
  }
  .cell-xxl-3 {
    width: 25%;
  }
  .cell-xxl-4 {
    width: 33.3333333333%;
  }
  .cell-xxl-5 {
    width: 41.6666666667%;
  }
  .cell-xxl-6 {
    width: 50%;
  }
  .cell-xxl-7 {
    width: 58.3333333333%;
  }
  .cell-xxl-8 {
    width: 66.6666666667%;
  }
  .cell-xxl-9 {
    width: 75%;
  }
  .cell-xxl-10 {
    width: 83.3333333333%;
  }
  .cell-xxl-11 {
    width: 91.6666666667%;
  }
  .cell-xxl-12 {
    width: 100%;
  }
  .mt-xxl-30,
  .m-xxl-30,
  .my-xxl-30 {
    margin-top: 1.875rem;
  }
  .pt-xxl-30,
  .p-xxl-30,
  .py-xxl-30 {
    padding-top: 1.875rem;
  }
  .mb-xxl-30,
  .m-xxl-30,
  .my-xxl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xxl-30,
  .p-xxl-30,
  .py-xxl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xxl-30,
  .m-xxl-30,
  .mx-xxl-30 {
    margin-left: 1.875rem;
  }
  .pl-xxl-30,
  .p-xxl-30,
  .px-xxl-30 {
    padding-left: 1.875rem;
  }
  .mr-xxl-30,
  .m-xxl-30,
  .mx-xxl-30 {
    margin-right: 1.875rem;
  }
  .pr-xxl-30,
  .p-xxl-30,
  .px-xxl-30 {
    padding-right: 1.875rem;
  }
  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-flex {
    display: flex;
  }
  .align-xxl-items-start {
    align-items: flex-start;
  }
  .align-xxl-items-center {
    align-items: center;
  }
  .align-xxl-items-end {
    align-items: flex-end;
  }
  .align-xxl-content-center {
    align-content: center;
  }
  .justify-xxl-content-start {
    justify-content: flex-start;
  }
  .justify-xxl-content-center {
    justify-content: center;
  }
  .justify-xxl-content-end {
    justify-content: flex-end;
  }
  .justify-xxl-content-between {
    justify-content: space-between;
  }
  .justify-xxl-content-around {
    justify-content: space-around;
  }
  .justify-xxl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
  .text-xxl-left {
    text-align: left;
  }
}
/* WordPress default alignment */
.alignwide {
  --container-width: 72.75rem;
}

button:not(.no-btn, .searth-btn, .swiper-button-next, .swiper-button-prev, .f-button), input[type=button],
input[type=reset],
input[type=submit], .btn {
  --focuc-outline-space: -1px;
  user-select: none;
  position: relative;
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #291E51;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  background-color: #FFC300;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
button:not(.no-btn, .searth-btn, .swiper-button-next, .swiper-button-prev, .f-button)::before, input[type=button]::before,
input[type=reset]::before,
input[type=submit]::before, .btn::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: var(--focuc-outline-space);
  border: 1px solid currentColor;
  border-radius: 0.313rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
}
button:hover:not(.no-btn, .searth-btn, .swiper-button-next, .swiper-button-prev, .f-button), input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .btn:hover, a:hover button:not(.no-btn, .searth-btn, .swiper-button-next, .swiper-button-prev, .f-button), a:hover input[type=button],
a:hover input[type=reset],
a:hover input[type=submit], a:hover .btn {
  cursor: pointer;
  font-weight: 600;
  color: #FFC300;
  text-decoration: none;
  background-color: #291E51;
}
button.tab-outline:not(.no-btn, .searth-btn, .swiper-button-next, .swiper-button-prev, .f-button), input.tab-outline[type=button],
input.tab-outline[type=reset],
input.tab-outline[type=submit], .tab-outline.btn {
  --focuc-outline-space: -4px;
  outline: 0;
}
button.tab-outline:not(.no-btn, .searth-btn, .swiper-button-next, .swiper-button-prev, .f-button)::before, input.tab-outline[type=button]::before,
input.tab-outline[type=reset]::before,
input.tab-outline[type=submit]::before, .tab-outline.btn::before {
  visibility: visible;
  opacity: 1;
}
button:not(.no-btn, .searth-btn, .swiper-button-next, .swiper-button-prev, .f-button) svg, input[type=button] svg,
input[type=reset] svg,
input[type=submit] svg, .btn svg {
  width: 0.875rem;
  display: inline-flex;
  margin-left: 0.5rem;
  margin-bottom: -2px;
}
button:not(.-no-dark).-dark:hover:not(.no-btn, .searth-btn, .swiper-button-next, .swiper-button-prev, .f-button), input[type=button]:not(.-no-dark).-dark:hover,
input[type=reset]:not(.-no-dark).-dark:hover,
input[type=submit]:not(.-no-dark).-dark:hover, .btn:not(.-no-dark).-dark:hover, a:hover button:not(.-no-dark).-dark:not(.no-btn, .searth-btn, .swiper-button-next, .swiper-button-prev, .f-button), a:hover input[type=button]:not(.-no-dark).-dark,
a:hover input[type=reset]:not(.-no-dark).-dark,
a:hover input[type=submit]:not(.-no-dark).-dark, a:hover .btn:not(.-no-dark).-dark, .bg-dark button:not(.-no-dark):hover:not(.no-btn, .searth-btn, .swiper-button-next, .swiper-button-prev, .f-button), .bg-dark input[type=button]:not(.-no-dark):hover,
.bg-dark input[type=reset]:not(.-no-dark):hover,
.bg-dark input[type=submit]:not(.-no-dark):hover, .bg-dark .btn:not(.-no-dark):hover, a:hover .bg-dark button:not(.-no-dark):not(.no-btn, .searth-btn, .swiper-button-next, .swiper-button-prev, .f-button), a:hover .bg-dark input[type=button]:not(.-no-dark),
a:hover .bg-dark input[type=reset]:not(.-no-dark),
a:hover .bg-dark input[type=submit]:not(.-no-dark), a:hover .bg-dark .btn:not(.-no-dark) {
  color: #291E51;
  background-color: #fff;
}
button:not(.-no-dark).-dark:not(.no-btn, .searth-btn, .swiper-button-next, .swiper-button-prev, .f-button)::before, input[type=button]:not(.-no-dark).-dark::before,
input[type=reset]:not(.-no-dark).-dark::before,
input[type=submit]:not(.-no-dark).-dark::before, .btn:not(.-no-dark).-dark::before, .bg-dark button:not(.-no-dark):not(.no-btn, .searth-btn, .swiper-button-next, .swiper-button-prev, .f-button)::before, .bg-dark input[type=button]:not(.-no-dark)::before,
.bg-dark input[type=reset]:not(.-no-dark)::before,
.bg-dark input[type=submit]:not(.-no-dark)::before, .bg-dark .btn:not(.-no-dark)::before {
  border-color: #fff;
}
button.-secondary:not(.no-btn, .searth-btn, .swiper-button-next, .swiper-button-prev, .f-button), input.-secondary[type=button],
input.-secondary[type=reset],
input.-secondary[type=submit], .-secondary.btn {
  color: #fff;
  background-color: #8233FF;
}
button.-secondary:hover:not(.no-btn, .searth-btn, .swiper-button-next, .swiper-button-prev, .f-button), input.-secondary[type=button]:hover,
input.-secondary[type=reset]:hover,
input.-secondary[type=submit]:hover, .-secondary.btn:hover, a:hover button.-secondary:not(.no-btn, .searth-btn, .swiper-button-next, .swiper-button-prev, .f-button), a:hover input.-secondary[type=button],
a:hover input.-secondary[type=reset],
a:hover input.-secondary[type=submit], a:hover .-secondary.btn {
  color: #291E51;
  background-color: #fff;
}

.btn-link {
  user-select: none;
  position: relative;
  border: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #291E51;
  text-decoration: none;
  transition: 0.3s ease 0s;
}
.btn-link::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: -4px -8px;
  border: 1px solid currentColor;
  border-radius: 1.25rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
}
.btn-link.tab-outline {
  outline: 0;
}
.btn-link.tab-outline::before {
  visibility: visible;
  opacity: 1;
}
.btn-link svg {
  width: 0.875rem;
  display: inline-flex;
  margin-left: 0.5rem;
  margin-bottom: -2px;
}
.btn-link:hover, a:hover .btn-link {
  border-color: currentcolor;
  color: #8233FF;
  text-decoration: none;
}
.btn-link:not(.-normal).-dark, .bg-dark .btn-link:not(.-normal) {
  color: #FFC300;
}
.btn-link:not(.-normal).-dark:hover, a:hover .btn-link:not(.-normal).-dark, .bg-dark .btn-link:not(.-normal):hover, a:hover .bg-dark .btn-link:not(.-normal) {
  color: #fff;
}
.btn-link:not(.-normal).-dark::before, .bg-dark .btn-link:not(.-normal)::before {
  border-color: #fff;
}
.btn-link.-white {
  color: #fff;
}
.btn-link.-white:hover, a:hover .btn-link.-white {
  color: #FFC300;
}
.btn-play {
  position: relative;
  display: inline-flex;
  width: 5em;
  height: 5em;
  font-size: "Poppins", "Arial", sans-serif;
  color: #FFC300;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid currentColor;
  border-radius: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.35s ease 0s;
}
@media (max-width: 1199px) {
  .btn-play {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .btn-play {
    font-size: 0.5rem;
  }
}
.btn-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0.188rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0 1em 2em;
  border-color: transparent transparent transparent currentColor;
  transform: translate(-50%, -50%);
  transition: inherit;
}
.btn-play:hover, a:hover .btn-play {
  color: #8233FF;
}

input[type=button],
input[type=reset],
input[type=submit] {
  appearance: button;
}

.swiper-controls {
  position: relative;
  display: flex;
  align-items: center;
  max-width: max-content;
}
.swiper-controls:has(.swiper-pagination-lock) {
  display: none;
}
.swiper-controls.-style-1 {
  padding: 1.063rem 0.875rem;
  border-radius: 0.625rem;
  background-color: #fff;
  overflow: hidden;
}
.swiper-controls .swiper-pagination,
.swiper-controls button {
  position: static;
  transform: none;
  margin: 0;
}
.swiper-controls .swiper-pagination {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.75rem;
  width: auto;
  margin: 0 1.375rem;
}
.swiper-controls .swiper-pagination-bullet {
  --swiper-pagination-color: #291E51;
  --swiper-pagination-bullet-width: 1.25rem;
  --swiper-pagination-bullet-height: 0.375rem;
  --swiper-pagination-bullet-border-radius: 0.375rem;
  --swiper-pagination-bullet-horizontal-gap: 0.188rem;
  transition: 0.35s ease 0s;
}
.swiper-controls .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 2.625rem;
}
.swiper-controls button {
  --swiper-navigation-size: 1rem;
  --swiper-navigation-color: #291E51;
  width: var(--swiper-navigation-size);
  height: auto;
}
.swiper-button-next, .swiper-button-prev {
  padding: 0;
  background-color: transparent;
  border: none;
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}
.swiper-button-prev svg {
  transform: scaleX(-1);
}

.icon-plus {
  position: relative;
  display: inline-flex;
  width: 2.5rem;
  height: 1.875rem;
  color: #fff;
  border-radius: 0.625rem;
  border: 1px solid currentColor;
  cursor: pointer;
  transition: 0.35s ease 0s;
}
.icon-plus::before, .icon-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.125rem;
  height: 0.875rem;
  background-color: currentColor;
  transform: translate(-50%, -50%);
  transition: inherit;
}
.icon-plus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.icon-plus.is-active::before, .is-active .icon-plus::before {
  transform: translate(-50%, -50%) rotate(42deg);
}
.icon-plus.is-active::after, .is-active .icon-plus::after {
  transform: translate(-50%, -50%) rotate(-42deg);
}

form label {
  display: block;
  margin-bottom: 0.625rem;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}

:is(input, textarea, button, select) {
  font-family: "Poppins", "Arial", sans-serif;
}

input[type=url],
input[type=text],
input[type=submit],
input[type=button],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
textarea {
  appearance: none;
  outline: none;
}

textarea {
  resize: none;
  overflow: auto;
  display: block;
  height: 9.375rem;
  padding: 0.625rem 0.938rem;
}

input[type=url],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=date],
textarea,
select {
  width: 100%;
  height: 3.438rem;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: #291E51;
  background-color: #fff;
}
input[type=url]::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #291E51;
  opacity: 1;
}

/* for IE */
select::-ms-expand {
  display: none;
}

button {
  cursor: pointer;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

select {
  cursor: pointer;
  padding-right: 2.4em;
  appearance: none;
  background-image: url(../images/select-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 0.625rem 0.375rem;
  /* for IE */
}
select::-ms-expand {
  display: none;
}
select:focus-visible {
  outline: none;
}

.form-group {
  margin-bottom: 1.25rem;
}

.radio-btn-group .radio-option {
  display: inline-block;
  padding: 0 0.625rem;
  vertical-align: middle;
}
.radio-btn-group .radio-option:first-child {
  padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom-label {
  cursor: pointer;
  margin: 0;
  color: #000;
}
.radio-btn-group .radio-option .radio-custom-label::before {
  cursor: pointer;
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin-top: 0.188rem;
  margin-right: 0.625rem;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 0 0 0 2px #000;
}
.radio-btn-group .radio-option .radio-custom {
  position: absolute;
  opacity: 0;
}
.radio-btn-group .radio-option .radio-custom:focus + .radio-custom-label {
  outline: none;
}
.radio-btn-group .radio-option .radio-custom:checked + .radio-custom-label::before {
  background-color: #000;
}

.checkbox input[type=checkbox] {
  cursor: pointer;
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
}
.checkbox input[type=checkbox]:checked + label::before {
  background-color: #8233FF;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 9px;
  transform: rotate(42deg);
  display: block;
  width: 0.375rem;
  height: 0.813rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}
.checkbox label {
  cursor: pointer;
  position: relative;
  margin-left: 0;
}
.checkbox label::before {
  cursor: pointer;
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.625rem;
  border: 0.125rem solid #8233FF;
  border-radius: 0.5rem;
  vertical-align: middle;
  appearance: none;
  background-color: transparent;
  transition: 0.35s ease 0s;
}

.gform-style .gform_confirmation_wrapper {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
}
.gform-style .gform_heading {
  display: none;
}
.gform-style .gform_validation_errors {
  display: none !important;
}
.gform-style .gform-body .gform_fields {
  --gf-form-gap-x: 1.5rem;
  --gf-form-gap-y: 0.625rem;
}
.gform-style .gform-body .ginput_complex {
  --gf-field-gap-x: 1.5rem;
}
@media (max-width: 991px) {
  .gform-style .gform-body .gfield.gfield--width-half {
    grid-column: 1/-1 !important;
  }
}
.gform-style .gform-body .gfield.gfield_html {
  font-size: 0.875rem;
}
.gform-style .gform-body .gfield:not(.gfield--type-consent) .gform-field-label,
.gform-style .gform-body .gfield:not(.gfield--type-consent) .gfield_label {
  padding: 0rem 1rem 0.25rem;
  color: #291E51;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 0.625rem;
}
.gform-style .gform-body .gfield:not(.gfield--type-consent) .gform-field-label:has(.gfield_required),
.gform-style .gform-body .gfield:not(.gfield--type-consent) .gfield_label:has(.gfield_required) {
  gap: 0;
}
.gform-style .gform-body .gfield:not(.gfield--type-consent) .gform-field-label:has(.gfield_required)::after,
.gform-style .gform-body .gfield:not(.gfield--type-consent) .gfield_label:has(.gfield_required)::after {
  content: "*";
  display: block;
  color: var(--gf-ctrl-label-color-req);
}
.gform-style .gform-body .gfield:not(.gfield--type-consent) .gform-field-label:has(.gfield_required) .gfield_required,
.gform-style .gform-body .gfield:not(.gfield--type-consent) .gfield_label:has(.gfield_required) .gfield_required {
  display: none;
}
.gform-style .gform-body .gfield input:not([type=checkbox], [type=radio]),
.gform-style .gform-body .gfield textarea,
.gform-style .gform-body .gfield select {
  padding: 0.75rem 1rem;
  height: 3.25rem;
  border: none;
  border-radius: 0.25rem;
  outline: none;
  box-shadow: none;
}
.gform-style .gform-body .gfield input:not([type=checkbox], [type=radio]):focus,
.gform-style .gform-body .gfield textarea:focus,
.gform-style .gform-body .gfield select:focus {
  outline: none;
}
.gform-style .gform-body .gfield input:not([type=checkbox], [type=radio])::placeholder,
.gform-style .gform-body .gfield textarea::placeholder,
.gform-style .gform-body .gfield select::placeholder {
  color: rgba(41, 30, 81, 0.5);
}
.gform-style .gform-body .gfield select {
  line-height: 2;
}
.gform-style .gform-body .gfield .gfield_select {
  line-height: 2;
  cursor: pointer !important;
  padding-right: 2.4em !important;
  appearance: none;
  background-image: url(../images/select-down-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 1em center !important;
  background-size: 0.625rem 0.375rem !important;
}
.gform-style .gform-body .gfield .gfield_select:has(option:first-child:checked) {
  color: rgba(41, 30, 81, 0.5) !important;
}
.gform-style .gform-body .gfield .gfield_select option {
  color: #291E51;
}
.gform-style .gform-body .gfield:has(.gfield_validation_message) .gform-field-label,
.gform-style .gform-body .gfield:has(.gfield_validation_message) .gfield_label {
  color: var(--gf-ctrl-label-color-req);
}
.gform-style .gform-body .gfield:has(.gfield_validation_message) input:not([type=checkbox], [type=radio]),
.gform-style .gform-body .gfield:has(.gfield_validation_message) textarea,
.gform-style .gform-body .gfield:has(.gfield_validation_message) select {
  --gf-local-outline-color: var(--gf-ctrl-label-color-req);
  --gf-local-outline-width: 2px;
  outline: var(--gf-local-outline-width) solid var(--gf-local-outline-color);
  outline-offset: 0;
}
.gform-style .gform-body .gfield:has(.gfield_validation_message) input:not([type=checkbox], [type=radio])::placeholder,
.gform-style .gform-body .gfield:has(.gfield_validation_message) textarea::placeholder,
.gform-style .gform-body .gfield:has(.gfield_validation_message) select::placeholder {
  color: var(--gf-ctrl-label-color-req);
}
.gform-style .gform-body .gfield:has(.gfield_validation_message) .gfield_validation_message {
  display: none;
}
.gform-style .gform-body .gfield.gfield--type-name legend {
  display: none;
}
.gform-style .gform-body .gfield.gfield--type-consent input[type=checkbox] {
  cursor: pointer;
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
}
.gform-style .gform-body .gfield.gfield--type-consent input[type=checkbox]:checked + label::before {
  background-color: #8233FF;
}
.gform-style .gform-body .gfield.gfield--type-consent input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 9px;
  transform: rotate(42deg);
  display: block;
  width: 0.375rem;
  height: 0.813rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}
.gform-style .gform-body .gfield.gfield--type-consent label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-left: 0;
}
.gform-style .gform-body .gfield.gfield--type-consent label::before {
  cursor: pointer;
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.625rem;
  border: 0.125rem solid #8233FF;
  border-radius: 0.5rem;
  vertical-align: middle;
  appearance: none;
  background-color: transparent;
  transition: 0.35s ease 0s;
}
.gform-style .gform-body .gfield .gfield_description {
  color: #291E51;
}
.gform-style .gform-footer {
  --gf-form-footer-margin-y-start: 0.625rem;
}
.gform-style .gform-footer .gform_button {
  display: inline-flex !important;
  align-items: center;
  gap: 0 !important;
  padding: 0.75rem 1.625rem !important;
  border: none !important;
  border-radius: 0.625rem !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  color: #291E51 !important;
  background-color: #FFC300 !important;
  outline: none !important;
  box-shadow: none !important;
  transition: 0.35s ease 0s !important;
}
.gform-style .gform-footer .gform_button:hover {
  background-color: #fff !important;
}
.gform-style .gform-footer .gform_button::after {
  content: "" !important;
  display: flex;
  width: 0.938rem;
  height: 0.938rem;
  background-image: url(../images/btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin-left: 0.5rem;
}
.gform-style.-outline .gform_fields .gfield input:not([type=checkbox], [type=radio]),
.gform-style.-outline .gform_fields .gfield textarea,
.gform-style.-outline .gform_fields .gfield select {
  border: 1px solid #291E51;
}
.gform-style.-outline .gform_fields .gfield:has(.gfield_validation_message) input:not([type=checkbox], [type=radio]),
.gform-style.-outline .gform_fields .gfield:has(.gfield_validation_message) textarea,
.gform-style.-outline .gform_fields .gfield:has(.gfield_validation_message) select {
  border-color: var(--gf-ctrl-label-color-req);
}
.gform-style.-outline .gform-footer {
  --gf-form-footer-margin-y-start: 0.625rem;
}
.gform-style.-outline .gform-footer .gform_button:hover {
  color: #FFC300 !important;
  background-color: #291E51 !important;
}
.gform-style.-outline .gform-footer .gform_button:hover::after {
  background-image: url(../images/btn-arrow1.svg);
}

.full-width-cta-section {
  padding: 3.25rem 0;
}
@media (max-width: 767px) {
  .full-width-cta-section {
    padding: 4rem 0;
  }
}
.full-width-cta-section.pink_gradient {
  background: linear-gradient(90.03deg, #EE4DFF 0.03%, #FFC300 109.41%);
}
.full-width-cta-section.blue_gradient {
  background: linear-gradient(90deg, #8233FF 0%, #09CCEE 100%);
}
@media (max-width: 767px) {
  .full-width-cta-section .fwca-right {
    margin-top: 1.5rem;
  }
}

.icon-grid-section .sec-heading {
  margin-bottom: 1.625rem;
}
.icon-grid-section .ig-col {
  margin-top: 2rem;
}
.icon-grid-section .ig-col-wrap {
  display: flex;
  align-items: flex-start;
}
.icon-grid-section .ig-col-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.icon-grid-section .ig-icon {
  display: flex;
  width: 1.875rem;
  margin-right: 1.5rem;
}
.icon-grid-section .ig-content {
  flex: 1;
}
.icon-grid-section .ig-content .h6 {
  font-weight: 500;
}
.icon-grid-section .ig-content .ig-cta {
  margin-top: 1rem;
}

.wysiwyg-section .container:not(.wide) {
  --container-width: 59.625rem;
}
.wysiwyg-section .wc-decs h6 {
  font-weight: 500;
}
.wysiwyg-section .wc-decs h1,
.wysiwyg-section .wc-decs .h1 {
  margin-bottom: 2rem;
}
.wysiwyg-section .wc-decs h2,
.wysiwyg-section .wc-decs .h2 {
  margin-bottom: 2rem;
}
.wysiwyg-section .wc-decs h3,
.wysiwyg-section .wc-decs .h3 {
  margin-bottom: 2rem;
}
.wysiwyg-section .wc-decs h4,
.wysiwyg-section .wc-decs .h4 {
  margin-bottom: 2rem;
}
.wysiwyg-section .wc-decs h5,
.wysiwyg-section .wc-decs .h5 {
  margin-bottom: 2rem;
}
.wysiwyg-section .wc-decs h6,
.wysiwyg-section .wc-decs .h6 {
  margin-bottom: 2rem;
}
.wysiwyg-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.75rem;
  overflow: hidden;
}
.wysiwyg-section blockquote {
  margin: 2rem 0;
}
.wysiwyg-section .wp-video {
  margin: 1rem auto 2rem;
  width: 100% !important;
  border-radius: 0.75rem;
  overflow: hidden;
}
.wysiwyg-section .wp-video.play::before {
  background-color: transparent;
}
.wysiwyg-section .wp-video .mejs-container {
  border-radius: 0.5rem;
  overflow: hidden;
}
.wysiwyg-section .wp-video .mejs-controls {
  opacity: 0;
  transition: 0.4s;
}
.wysiwyg-section .wp-video .mejs-overlay:hover .mejs-overlay-button {
  color: #8233FF;
}
.wysiwyg-section .wp-video .mejs-overlay-button {
  position: relative;
  display: inline-flex;
  width: 5em;
  height: 5em;
  font-size: "Poppins", "Arial", sans-serif;
  color: #FFC300;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid currentColor;
  border-radius: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.35s ease 0s;
}
@media (max-width: 1199px) {
  .wysiwyg-section .wp-video .mejs-overlay-button {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .wysiwyg-section .wp-video .mejs-overlay-button {
    font-size: 0.5rem;
  }
}
.wysiwyg-section .wp-video .mejs-overlay-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0.188rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0 1em 2em;
  border-color: transparent transparent transparent currentColor;
  transform: translate(-50%, -50%);
  transition: inherit;
}
.wysiwyg-section .wp-video .mejs-overlay-button:focus {
  outline: 1px solid currentColor;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .use-cases-section.space-md {
    padding-top: 4rem;
  }
}
.use-cases-section .sec-heading {
  margin-bottom: 2.813rem;
}
.use-cases-section .sec-heading h2 {
  margin-bottom: 0.5rem;
}
.use-cases-section .ucs-wrap .ucs-card-item > .ucs-card {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.6s ease 0s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(1) > .ucs-card {
  transition-delay: 0.4s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(2) > .ucs-card {
  transition-delay: 0.6s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(3) > .ucs-card {
  transition-delay: 0.8s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(4) > .ucs-card {
  transition-delay: 1s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(5) > .ucs-card {
  transition-delay: 1.2s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(6) > .ucs-card {
  transition-delay: 1.4s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(7) > .ucs-card {
  transition-delay: 1.6s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(8) > .ucs-card {
  transition-delay: 1.8s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(9) > .ucs-card {
  transition-delay: 2s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(10) > .ucs-card {
  transition-delay: 2.2s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(11) > .ucs-card {
  transition-delay: 2.4s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(12) > .ucs-card {
  transition-delay: 2.6s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(13) > .ucs-card {
  transition-delay: 2.8s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(14) > .ucs-card {
  transition-delay: 3s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(15) > .ucs-card {
  transition-delay: 3.2s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(16) > .ucs-card {
  transition-delay: 3.4s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(17) > .ucs-card {
  transition-delay: 3.6s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(18) > .ucs-card {
  transition-delay: 3.8s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(19) > .ucs-card {
  transition-delay: 4s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(20) > .ucs-card {
  transition-delay: 4.2s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(21) > .ucs-card {
  transition-delay: 4.4s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(22) > .ucs-card {
  transition-delay: 4.6s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(23) > .ucs-card {
  transition-delay: 4.8s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(24) > .ucs-card {
  transition-delay: 5s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(25) > .ucs-card {
  transition-delay: 5.2s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(26) > .ucs-card {
  transition-delay: 5.4s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(27) > .ucs-card {
  transition-delay: 5.6s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(28) > .ucs-card {
  transition-delay: 5.8s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(29) > .ucs-card {
  transition-delay: 6s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(30) > .ucs-card {
  transition-delay: 6.2s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(31) > .ucs-card {
  transition-delay: 6.4s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(32) > .ucs-card {
  transition-delay: 6.6s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(33) > .ucs-card {
  transition-delay: 6.8s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(34) > .ucs-card {
  transition-delay: 7s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(35) > .ucs-card {
  transition-delay: 7.2s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(36) > .ucs-card {
  transition-delay: 7.4s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(37) > .ucs-card {
  transition-delay: 7.6s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(38) > .ucs-card {
  transition-delay: 7.8s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(39) > .ucs-card {
  transition-delay: 8s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(40) > .ucs-card {
  transition-delay: 8.2s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(41) > .ucs-card {
  transition-delay: 8.4s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(42) > .ucs-card {
  transition-delay: 8.6s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(43) > .ucs-card {
  transition-delay: 8.8s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(44) > .ucs-card {
  transition-delay: 9s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(45) > .ucs-card {
  transition-delay: 9.2s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(46) > .ucs-card {
  transition-delay: 9.4s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(47) > .ucs-card {
  transition-delay: 9.6s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(48) > .ucs-card {
  transition-delay: 9.8s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(49) > .ucs-card {
  transition-delay: 10s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item:nth-child(50) > .ucs-card {
  transition-delay: 10.2s;
}
.use-cases-section .ucs-wrap.aos-animate .ucs-card-item > .ucs-card {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .use-cases-section .ucs-slider {
    overflow: visible;
  }
}
.use-cases-section .ucs-slider:not(.swiper-initialized) .ucs-card-item {
  max-width: 23.188rem;
  margin-right: 1.375rem;
}
.use-cases-section .ucs-controls {
  margin-top: 1.875rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .use-cases-section .ucs-controls {
    margin-right: auto;
  }
}
.use-cases-section .ucs-card {
  position: relative;
  height: 100%;
  min-height: 31.688rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.563rem 2rem 2rem;
  border-radius: 1.25rem;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .use-cases-section .ucs-card {
    padding: 1.875rem 1.125rem 1.563rem;
  }
}
@media (max-width: 767px) {
  .use-cases-section .ucs-card {
    min-height: 29.25rem;
  }
}
.use-cases-section .ucs-card-item {
  height: auto;
}
.use-cases-section .ucs-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.use-cases-section .ucs-card-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58%;
  background: linear-gradient(180deg, rgba(41, 30, 81, 0) 0%, #291E51 100%);
}
.use-cases-section .ucs-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.use-cases-section .ucs-card-title {
  margin-top: auto;
}
.use-cases-section .ucs-card-title h3 {
  margin-bottom: 0;
}
.use-cases-section .ucs-card-content {
  position: relative;
}
.use-cases-section .ucs-card-content.is-active .content-wrap {
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  pointer-events: all;
}
.use-cases-section .ucs-card-content.is-active .content-wrap .desc {
  opacity: 1;
  transition-delay: 0.2s;
}
.use-cases-section .ucs-card-content .icon-plus {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.use-cases-section .ucs-card-content .content-wrap {
  max-height: 17.5rem;
  overflow: auto;
  padding: 3.125rem 1rem 0.75rem 2.125rem;
  background: rgba(41, 30, 81, 0.2);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-radius: 0.625rem;
  pointer-events: none;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  transition: 0.6s ease 0s;
}
.use-cases-section .ucs-card-content .content-wrap .desc {
  opacity: 0;
  transition: inherit;
}
.use-cases-section .ucs-card-content .content-wrap .desc + .btn-wrap {
  margin-top: 1.25rem;
}
.use-cases-section .ucs-card-content .content-wrap .btn-link {
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .fifty-fifty-section {
    --space-md: 3.375rem;
  }
}
@media (min-width: 768px) {
  .fifty-fifty-section .ffs-row.right {
    flex-direction: row-reverse;
  }
}
.fifty-fifty-section .ffs-media {
  position: relative;
  display: block;
  aspect-ratio: 3/2;
  border-radius: 0.75rem;
  overflow: hidden;
}
.fifty-fifty-section .ffs-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fifty-fifty-section .ffs-media .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .fifty-fifty-section .ffs-right {
    margin-top: 2rem;
  }
}

.accordion-section {
  background-image: linear-gradient(180deg, #E9E2DD 0%, rgba(255, 255, 255, 0.8) 100%);
}
.accordion-section .as-content .btn-wrap {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .accordion-section .as-right {
    margin-top: 2rem;
  }
}
.accordion-section .as-tab-item {
  padding: 1.5rem 1rem;
  border-top: 1px solid #A9A9A9;
}
.accordion-section .as-tab-item:last-child {
  border-bottom: 1px solid #A9A9A9;
}
.accordion-section .as-tab-item:not(:first-child) .as-tab-content {
  display: none;
}
.accordion-section .as-tab-item.is-open .icon {
  transform: translateY(-50%) scale(-1);
}
.accordion-section .as-tab-title {
  position: relative;
  cursor: pointer;
}
.accordion-section .as-tab-title h3 {
  margin-bottom: 0;
}
.accordion-section .as-tab-title .icon {
  position: absolute;
  right: 0;
  top: 50%;
  display: flex;
  width: 0.688rem;
  height: auto;
  color: #8233FF;
  transform: translateY(-50%);
  transition: 0.35s ease 0s;
}
.accordion-section .as-tab-title .icon svg {
  width: 100%;
  height: auto;
}
.accordion-section .as-tab-content {
  margin-top: 1.75rem;
}
.accordion-section .as-tab-title, .accordion-section .as-tab-content {
  padding-right: 1.5rem;
}

.branded-cta-section {
  background-image: linear-gradient(180deg, #E9E2DD 0%, #fff 26.92%, #fff 74.52%, #E9E2DD 100%);
}
@media (max-width: 767px) {
  .branded-cta-section {
    background-image: linear-gradient(180deg, #E9E2DD 0%, #fff 34.07%, #fff 94.3%, #E9E2DD 126.55%);
  }
}
@media (min-width: 768px) {
  .branded-cta-section.space-lg {
    padding-bottom: 0;
  }
}
.branded-cta-section .sec-heading {
  margin-bottom: 1.75rem;
}
.branded-cta-section .bcs-tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.branded-cta-section .bcs-tab-item {
  margin: 0.75rem;
}
.branded-cta-section .bcs-tab-item.is-active .bcs-tab-title {
  background-color: #291E51;
  color: #fff;
}
.branded-cta-section .bcs-tab-title {
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  border: 1px solid #291E51;
  background-color: #fff;
  transition: 0.35s ease 0s;
  cursor: pointer;
}
.branded-cta-section .bcs-tab-title:hover {
  background-color: #291E51;
  color: #fff;
}
.branded-cta-section .bcs-img {
  position: relative;
  padding-top: 56.25%;
}
.branded-cta-section .bcs-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .branded-cta-section .bcs-img {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .branded-cta-section .bcs-img-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.branded-cta-section .bcs-content {
  padding: 2.5rem 2.5rem 2.813rem;
  background-color: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .branded-cta-section .bcs-content {
    max-width: 23.625rem;
  }
}
.branded-cta-section .bcs-content-inner h3 {
  margin-bottom: 0;
}
.branded-cta-section .bcs-content-inner .desc,
.branded-cta-section .bcs-content-inner .btn-wrap {
  margin-top: 1.5rem;
}
.branded-cta-section .bcs-content-wrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .branded-cta-section .bcs-content-wrap {
    margin-top: -0.75rem;
  }
}
@media (max-width: 767px) {
  .branded-cta-section .bcs-content-wrap {
    margin-top: 1.25rem;
  }
}
.branded-cta-section .bcs-content-wrap-inner {
  position: relative;
  aspect-ratio: 16/9;
  padding: 7.25rem 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .branded-cta-section .bcs-content-wrap-inner {
    padding: 3.75rem 0;
  }
}
@media (max-width: 767px) {
  .branded-cta-section .bcs-content-wrap-inner {
    padding: 1rem 0.375rem 0;
    aspect-ratio: none;
  }
  .branded-cta-section .bcs-content-wrap-inner .container {
    --gutter: 0;
  }
}
.branded-cta-section .bcs-content-slider {
  margin-top: 1rem;
}

.statistics-section.space-md {
  --space-md: 5rem;
}
@media (max-width: 991px) {
  .statistics-section.space-md {
    --space-md: 4rem;
  }
}
.statistics-section .sec-heading h2 {
  margin-bottom: 0;
}
.statistics-section .sec-heading .desc {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .statistics-section .sec-heading .cell-rigth {
    margin-top: 1rem;
  }
}
.statistics-section .ss-img {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 363/442;
  border-radius: 0.625rem;
  overflow: hidden;
}
.statistics-section .ss-img.rectangular {
  aspect-ratio: 3/2;
  height: auto;
}
@media (max-width: 991px) {
  .statistics-section .ss-img {
    max-width: 22.688rem;
    margin: 0 auto;
  }
}
.statistics-section .ss-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .statistics-section .ss-list-row {
    gap: 2rem 0;
  }
}
@media (max-width: 767px) {
  .statistics-section .ss-list-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.statistics-section .ss-list-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 0.625rem;
  overflow: hidden;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
}
.statistics-section .ss-list-card .number {
  font-size: clamp(16px, 5.5vw, 80px);
}
@media (max-width: 991px) {
  .statistics-section .ss-list-card .number {
    font-size: clamp(16px, 16.8vw, 80px);
  }
}
.statistics-section .ss-list-card .number.small {
  font-size: clamp(16px, 2.75vw, 40px);
}
@media (max-width: 991px) {
  .statistics-section .ss-list-card .number.small {
    font-size: clamp(16px, 8.4vw, 40px);
  }
}
.statistics-section .ss-list-card .cta {
  margin-top: 1rem;
}
.statistics-section .ss-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .statistics-section .ss-right {
    margin-top: 2rem;
  }
}

.landing-hero-section {
  position: relative;
}
.landing-hero-section .breadcrumbs {
  margin-bottom: 5.125rem;
}
@media (max-width: 1199px) {
  .landing-hero-section .breadcrumbs {
    margin-bottom: 3rem;
  }
}
.landing-hero-section .container {
  position: relative;
}
.landing-hero-section .lhs-left {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .landing-hero-section .lhs-content .desc {
    font-size: 1.25rem;
  }
}
.landing-hero-section .lhs-content .btn-wrap {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .landing-hero-section .lhs-content .btn-wrap {
    margin-top: 2rem;
  }
}
.landing-hero-section .lhs-img {
  height: 100%;
}
.landing-hero-section .lhs-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.landing-hero-section.purple_plain {
  padding-top: 11.125rem;
}
@media (max-width: 1199px) {
  .landing-hero-section.purple_plain {
    padding-top: 9.875rem;
  }
}
@media (max-width: 767px) {
  .landing-hero-section.purple_plain {
    padding-top: 8.5rem;
  }
}
.landing-hero-section.purple_plain::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12rem;
  background: linear-gradient(180deg, rgba(41, 30, 81, 0) 41.41%, #291E51 83.96%);
}
.landing-hero-section.purple_plain .lhs-left {
  padding-bottom: 5.125rem;
}
@media (max-width: 991px) {
  .landing-hero-section.purple_plain .lhs-left {
    padding-bottom: 3rem;
  }
}
.landing-hero-section.purple_plain .lhs-right {
  align-self: flex-end;
}
@media (max-width: 767px) {
  .landing-hero-section.purple_plain .lhs-img {
    margin: 0 calc(var(--gutter) * -1);
  }
}
.landing-hero-section.purple_brand {
  padding: 11.563rem 0 8.125rem;
}
@media (max-width: 767px) {
  .landing-hero-section.purple_brand {
    padding: 8.438rem 0 3.75rem;
  }
}
@media (min-width: 768px) {
  .landing-hero-section.purple_brand .breadcrumbs {
    margin-bottom: 2.25rem;
  }
}
.landing-hero-section.purple_brand::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54%;
  aspect-ratio: 760/518;
  max-width: 47.5rem;
  background-image: url(../images/error-bg.svg);
  mix-blend-mode: difference;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top 10px left;
  pointer-events: none;
}
@media (max-width: 767px) {
  .landing-hero-section.purple_brand::before {
    width: 62.1%;
    background-image: url(../images/landing-pattern-mobile.svg);
    aspect-ratio: 242/338;
    background-size: cover;
    background-position: top left;
  }
}
@media (max-width: 767px) {
  .landing-hero-section.purple_brand .lhs-right {
    margin-top: 5rem;
  }
}
.landing-hero-section.purple_brand .lhs-row {
  align-items: center;
}
.landing-hero-section.purple_bright {
  padding-top: 11.125rem;
  min-height: 33.25rem;
}
@media (min-width: 768px) {
  .landing-hero-section.purple_bright .breadcrumbs {
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 1199px) {
  .landing-hero-section.purple_bright {
    padding-top: 9.875rem;
  }
}
@media (max-width: 767px) {
  .landing-hero-section.purple_bright {
    padding-top: 8rem;
    margin-bottom: 2rem;
  }
}
.landing-hero-section.purple_bright::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 53%;
  aspect-ratio: 764/426;
  max-width: 47.75rem;
  background-image: url(../images/landing-bg-pattern.svg);
  background-repeat: no-repeat;
  background-size: 130% auto;
  background-position: top 0 left 88%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .landing-hero-section.purple_bright::before {
    width: 62.2%;
    aspect-ratio: 254/352;
    background-size: auto 110%;
    background-position: top 0px left 30%;
  }
}
.landing-hero-section.purple_bright .container {
  width: 100%;
}
@media (min-width: 768px) {
  .landing-hero-section.purple_bright .container {
    padding-left: calc((100% - 79rem) / 2);
  }
  .landing-hero-section.purple_bright .container > div {
    padding-left: var(--gutter);
  }
}
@media (min-width: 768px) {
  .landing-hero-section.purple_bright .lhs-content {
    max-width: 36.25rem;
  }
}
.landing-hero-section.purple_bright .lhs-content .desc {
  font-size: 1rem;
}
.landing-hero-section.purple_bright .lhs-row {
  display: grid;
  grid-template-columns: 43.6% auto;
}
@media (max-width: 767px) {
  .landing-hero-section.purple_bright .lhs-row {
    margin: 0;
    grid-template-columns: 100%;
  }
}
.landing-hero-section.purple_bright .lhs-row > div {
  width: 100%;
}
.landing-hero-section.purple_bright .lhs-left {
  padding-bottom: 2rem;
  padding-right: 1.5rem;
}
@media (max-width: 991px) {
  .landing-hero-section.purple_bright .lhs-left {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.landing-hero-section.purple_bright .lhs-right {
  padding: 0;
  align-self: flex-end;
}
@media (min-width: 992px) {
  .landing-hero-section.purple_bright .lhs-right {
    margin-left: 2rem;
  }
}
.landing-hero-section.purple_bright .lhs-img {
  max-width: 43.375rem;
  height: auto;
  margin-bottom: -3.75rem;
}
@media (min-width: 768px) {
  .landing-hero-section.purple_bright .lhs-img {
    margin-top: 0.5rem;
  }
}
@media (max-width: 991px) {
  .landing-hero-section.purple_bright .lhs-img {
    margin-bottom: -2rem;
  }
}
@media (max-width: 767px) {
  .landing-hero-section.purple_bright .lhs-img {
    width: 100%;
    max-width: 100%;
  }
}

.logo-carousel-section {
  --space-md: 3.75rem;
  overflow: hidden;
}
.logo-carousel-section .sec-heading {
  margin-bottom: 3.375rem;
}
@media (max-width: 1199px) {
  .logo-carousel-section .sec-heading {
    margin-bottom: 2.375rem;
  }
}
@media (max-width: 767px) {
  .logo-carousel-section .sec-heading {
    margin-bottom: 1rem;
  }
}
.logo-carousel-section .lcs-list.aos-animate .lcs-item {
  opacity: 1;
  transform: translateX(0);
  transition-delay: var(--delay);
}
.logo-carousel-section .lcs-item:not(:last-child) {
  margin-bottom: 1.875rem;
}
.logo-carousel-section .lcs-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 12.875rem;
  width: 100%;
}
.logo-carousel-section .lcs-logo-slider .lcs-logo-item {
  margin: 0 2.75rem;
}
.logo-carousel-section .lcs-logo-list {
  position: relative;
}
.logo-carousel-section .lcs-logo-item {
  display: flex;
  width: auto;
  justify-content: center;
}
.logo-carousel-section .lcs-logo-item img {
  width: auto;
  object-fit: contain;
  max-height: 5rem;
}

.leadership-grid-section .sec-heading {
  margin-bottom: 1rem;
}
.leadership-grid-section .lgs-col {
  margin: 1rem 0;
}
.leadership-grid-section .lgs-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 16.5rem;
  margin: 0 auto;
}
.leadership-grid-section .lgs-card .link {
  display: inline-flex;
  color: #291E51;
  width: 0.938rem;
}
.leadership-grid-section .lgs-card .link:hover {
  color: #8233FF;
}
.leadership-grid-section .lgs-card .link svg {
  width: 100%;
  height: auto;
}
.leadership-grid-section .lgs-card-name {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #8233FF;
  transition: 0.35s ease 0s;
}
.leadership-grid-section .lgs-card-name.-bio {
  cursor: pointer;
}
.leadership-grid-section .lgs-card-name.-bio:hover {
  color: #291E51;
}
.leadership-grid-section .lgs-card-img {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: 0.35s ease 0s;
}
.leadership-grid-section .lgs-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s ease 0s;
}
.leadership-grid-section .lgs-card-img img.hover {
  opacity: 0;
  z-index: 1;
}
.leadership-grid-section .lgs-card-img.-bio {
  cursor: pointer;
}
.leadership-grid-section .lgs-card-img.-bio:hover {
  filter: drop-shadow(0px 4px 8px rgba(41, 30, 81, 0.25));
}
.leadership-grid-section .lgs-card-img.-bio:hover img.hover {
  opacity: 1;
}
.leadership-grid-section .lgs-card-content {
  flex: 1;
  margin-top: 1rem;
}
.leadership-grid-section .lgs-popup {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  background-color: transparent;
  transition: 0.4s ease 0s;
  z-index: 999;
}
.leadership-grid-section .lgs-popup.is-show {
  right: 0;
  pointer-events: all;
}
.leadership-grid-section .lgs-popup.is-show .lgs-popup-overlay {
  opacity: 1;
}
.leadership-grid-section .lgs-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(41, 30, 81, 0.3);
  z-index: -1;
  transition: inherit;
}
.leadership-grid-section .lgs-popup-close {
  position: absolute;
  display: flex;
  top: 1.375rem;
  right: 2.5rem;
  width: 1.875rem;
  height: 1.875rem;
  z-index: 1;
  cursor: pointer;
  color: #8233FF;
  background-color: #fff;
  transition: 0.35s ease 0s;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .leadership-grid-section .lgs-popup-close {
    right: 2rem;
  }
}
.leadership-grid-section .lgs-popup-close:hover {
  color: #8233FF;
  background-color: #FFC300;
}
.leadership-grid-section .lgs-popup-close::before, .leadership-grid-section .lgs-popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.188rem;
  height: 1rem;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: currentColor;
  transition: inherit;
}
.leadership-grid-section .lgs-popup-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.leadership-grid-section .lgs-popup-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  overflow: hidden;
}
.leadership-grid-section .lgs-popup-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leadership-grid-section .lgs-popup-grid:has(.lgs-popup-img) {
  display: grid;
  grid-template-columns: 48.6% auto;
  align-items: flex-end;
  gap: 0.75rem;
}
@media (max-width: 575px) {
  .leadership-grid-section .lgs-popup-grid:has(.lgs-popup-img) {
    grid-template-columns: 100%;
  }
}
.leadership-grid-section .lgs-popup-content {
  height: 100%;
}
.leadership-grid-section .lgs-popup-content:not(:first-child) {
  display: none;
}
.leadership-grid-section .lgs-popup-content .content-name h3 {
  margin-bottom: 0;
}
.leadership-grid-section .lgs-popup-content .content-name .link {
  margin-bottom: 0.5rem;
  display: inline-flex;
  color: #fff;
  width: 1.5rem;
}
.leadership-grid-section .lgs-popup-content .content-name .link:hover {
  color: #FFC300;
}
.leadership-grid-section .lgs-popup-content .content-name .link svg {
  width: 100%;
  height: auto;
}
.leadership-grid-section .lgs-popup-content .h5 {
  font-size: 1.375rem;
}
.leadership-grid-section .lgs-popup-content .title {
  color: #E9E2DD;
}
.leadership-grid-section .lgs-popup-content .desc {
  margin-top: 1.375rem;
}
.leadership-grid-section .lgs-popup-content .desc p {
  color: #E9E2DD;
}
.leadership-grid-section .lgs-popup-content-wrap {
  height: 100%;
  overflow: auto;
}
.leadership-grid-section .lgs-popup-content-wrap.simplebar-scrollable-y {
  padding-right: 1.188rem;
}
.leadership-grid-section .lgs-popup-content-list {
  position: relative;
  max-width: 43.75rem;
  height: 100%;
  margin-left: auto;
  padding: 4.375rem 3.75rem 4.375rem 4.75rem;
}
@media (max-width: 767px) {
  .leadership-grid-section .lgs-popup-content-list {
    padding: 5.25rem 0.75rem 2.5rem 1.5rem;
  }
}

.hotspot-component-section.space-md-m {
  margin-bottom: 0;
}
.hotspot-component-section .sec-heading {
  margin-bottom: 1.5rem;
}
.hotspot-component-section .hcs-wrap {
  max-width: 72.75rem;
  margin: 0 auto;
}
.hotspot-component-section .hcs-wrap .wrap_svl_center {
  display: flex;
  border-radius: clamp(1.5625rem, 0.9821rem + 2.381vw, 3.125rem) clamp(1.5625rem, 0.9821rem + 2.381vw, 3.125rem) 0 0;
  overflow: hidden;
}
.hotspot-component-section .hcs-wrap .wrap_svl_center .wrap_svl_center_box,
.hotspot-component-section .hcs-wrap .wrap_svl_center .wrap_svl {
  width: 100%;
  float: none;
}
.hotspot-component-section .hcs-wrap .drag_element.active .point_style {
  color: #291E51;
  background-color: #FFC300;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hotspot-component-section .hcs-wrap .images_wrap {
  position: relative;
  aspect-ratio: 16/9;
}
.hotspot-component-section .hcs-wrap .images_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotspot-component-section .hcs-wrap .point_style {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: clamp(0.875rem, 0.0857rem + 3.2381vw, 3rem);
  height: clamp(0.875rem, 0.0857rem + 3.2381vw, 3rem);
  color: #fff;
  border-radius: 100%;
  background-color: #8233FF;
  transform: translate(-50%, -50%);
  transition: 0.35s ease 0s;
  cursor: pointer;
}
.hotspot-component-section .hcs-wrap .point_style:hover {
  color: #291E51;
  background-color: #FFC300;
}
.hotspot-component-section .hcs-wrap .point_style::before, .hotspot-component-section .hcs-wrap .point_style::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.125rem;
  height: 42%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  transition: inherit;
}
.hotspot-component-section .hcs-wrap .point_style::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.hotspot-component-section .hcs-wrap .point_style img {
  display: none !important;
}
.hotspot-component-section .hcs-popup {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  transition: 0.4s ease 0s;
  z-index: 999;
}
.hotspot-component-section .hcs-popup.is-show {
  right: 0;
  pointer-events: all;
}
.hotspot-component-section .hcs-popup.is-show .hcs-popup-overlay {
  opacity: 1;
}
.hotspot-component-section .hcs-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(41, 30, 81, 0.4);
  z-index: -1;
}
.hotspot-component-section .hcs-popup-close {
  position: absolute;
  top: 2.25rem;
  left: 2.25rem;
  width: 1.5rem;
  display: flex;
  color: #FFC300;
  z-index: 1;
  cursor: pointer;
  transition: 0.35s ease 0s;
}
.hotspot-component-section .hcs-popup-list {
  position: relative;
  padding: 5rem 3rem 4.375rem;
  border-bottom-left-radius: 0.75rem;
}
.hotspot-component-section .hcs-popup-list-wrap {
  max-height: 100%;
  overflow: auto;
}
@media (min-width: 768px) {
  .hotspot-component-section .hcs-popup-list-wrap {
    margin-left: auto;
    max-width: 34.625rem;
  }
}
.hotspot-component-section .hcs-popup-item p {
  color: #D3D3D3;
}

.homepage-hero-section {
  position: relative;
  padding-top: calc(var(--header-height, 5rem) + clamp(3rem, 1.9786rem + 4.1905vw, 5.75rem));
  padding-bottom: 1.563rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .homepage-hero-section {
    padding-bottom: 1.75rem;
  }
}
.homepage-hero-section .hhs-content > *,
.homepage-hero-section .hhs-right,
.homepage-hero-section .hhs-asset, .homepage-hero-section::before {
  opacity: 0;
  transition: 0.6s ease 0s;
}
.homepage-hero-section .hhs-content > *,
.homepage-hero-section .hhs-asset {
  transform: translateY(40px);
}
.homepage-hero-section.aos-animate .hhs-asset,
.homepage-hero-section.aos-animate .hhs-right, .homepage-hero-section.aos-animate::before {
  opacity: 1;
}
.homepage-hero-section.aos-animate .hhs-content > * {
  opacity: 1;
  transform: translateY(0);
}
.homepage-hero-section.aos-animate .hhs-content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.homepage-hero-section.aos-animate .hhs-content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.homepage-hero-section.aos-animate .hhs-content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.homepage-hero-section.aos-animate .hhs-content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.homepage-hero-section.aos-animate .hhs-content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.homepage-hero-section.aos-animate .hhs-asset {
  transform: translateY(0);
  transition-delay: 0.7s;
}
.homepage-hero-section.solid::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -50%;
  width: 77.6%;
  aspect-ratio: 1116/1234;
  background-image: url(../images/brand-plain.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  pointer-events: none;
  mix-blend-mode: color;
  transform: translate(-29%, -60%);
  z-index: -1;
}
@media (max-width: 767px) {
  .homepage-hero-section.solid::before {
    content: "";
    top: -8%;
    left: 3.625rem;
    right: auto;
    width: 210%;
    aspect-ratio: 742/902;
    transform: none;
  }
}
.homepage-hero-section.outline::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 24%;
  width: 148%;
  aspect-ratio: 2092/2418;
  background-image: url(../images/brand-pattern.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 767px) {
  .homepage-hero-section.outline::before {
    top: 54%;
    left: 0;
    width: 255%;
    aspect-ratio: 987/1140;
  }
}
.homepage-hero-section .container-left {
  padding-left: calc((100% - 79rem) / 2);
}
.homepage-hero-section .container-left > div {
  padding-left: var(--gutter);
}
.homepage-hero-section .hhs-grid {
  display: grid;
  grid-template-columns: 48% auto;
}
@media (min-width: 1566px) {
  .homepage-hero-section .hhs-grid {
    grid-template-columns: 40% auto;
  }
}
@media (max-width: 767px) {
  .homepage-hero-section .hhs-grid {
    grid-template-columns: 100%;
  }
}
.homepage-hero-section .hhs-left {
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .homepage-hero-section .hhs-right {
    grid-area: -3/-1/-1/2;
    margin-top: 1.375rem;
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .homepage-hero-section .hhs-right {
    margin-top: 3rem;
  }
}
.homepage-hero-section .hhs-content {
  max-width: 34.875rem;
}
.homepage-hero-section .hhs-content .btn-wrap {
  margin-top: 2rem;
  gap: 1.5rem;
}
.homepage-hero-section .hhs-media {
  position: relative;
  aspect-ratio: 658/460;
}
.homepage-hero-section .hhs-media .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-hero-section .hhs-media img {
  object-fit: contain !important;
}
.homepage-hero-section .hhs-media-wrap {
  max-width: 41.5rem;
}
@media (max-width: 767px) {
  .homepage-hero-section .hhs-media-wrap {
    max-width: 83%;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .homepage-hero-section .hhs-asset {
    margin-top: 4.688rem;
  }
}
@media (min-width: 768px) {
  .homepage-hero-section .hhs-asset {
    margin-top: 3.875rem;
    margin-right: 2rem;
    max-width: 25.25rem;
  }
}
@media (max-width: 767px) {
  .homepage-hero-section .hhs-asset {
    margin-top: 3rem;
    padding-right: 1.5rem;
  }
}
.homepage-hero-section .hhs-asset-wrap {
  display: flex;
  border-radius: 1.25rem;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(143, 143, 143, 0.2);
  backdrop-filter: blur(8.745px);
  -webkit-backdrop-filter: blur(7.745px);
  overflow: hidden;
}
.homepage-hero-section .hhs-asset-item {
  padding: 1.25rem 1.875rem 1.875rem;
}
.homepage-hero-section .hhs-asset-item .h6 {
  margin-bottom: 0.25rem;
  font-weight: 600;
}
.homepage-hero-section .hhs-asset-item .btn-wrap {
  margin-top: 1rem;
}
.homepage-hero-section .hhs-asset-pagination {
  position: absolute;
  bottom: 0.563rem;
  right: 1.125rem;
  left: auto;
  width: auto;
  font-size: 0.875rem;
  font-weight: 500;
}
.homepage-hero-section .hhs-asset-controls {
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.homepage-hero-section .hhs-asset-controls button {
  --swiper-navigation-size: 2.625rem;
  flex: 1;
  color: #fff;
  transition: 0.35s ease 0s;
}
.homepage-hero-section .hhs-asset-controls button:hover {
  background-color: #fff;
  color: #291E51;
}
.homepage-hero-section .hhs-asset-controls button svg {
  color: currentColor;
  width: 1rem;
}
.homepage-hero-section .hhs-asset-controls button:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.listing-hero-section {
  padding: 10.625rem 0 2.375rem;
}
@media (max-width: 991px) {
  .listing-hero-section {
    padding: 8.5rem 0 1.375rem;
  }
}
.listing-hero-section .lhs-featured-insight {
  max-width: 22.75rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .listing-hero-section .lhs-featured-insight {
    margin-right: auto;
  }
}
.listing-hero-section .lhs-img {
  position: relative;
  aspect-ratio: 363/232;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .listing-hero-section .lhs-img {
    aspect-ratio: 342/232;
  }
}
.listing-hero-section .lhs-img .eyebrow-text {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  padding: 0.25rem 0.5rem;
  margin: 0;
  color: #291E51;
  background-color: #FFC300;
  border-radius: 0.375rem;
  overflow: hidden;
}
.listing-hero-section .lhs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .listing-hero-section .lhs-left {
    margin-top: 0.5rem;
  }
}
.listing-hero-section .lhs-left .breadcrumbs {
  margin-bottom: 1.75rem;
}
@media (max-width: 767px) {
  .listing-hero-section .lhs-left .breadcrumbs {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .listing-hero-section .lhs-right {
    margin-top: 3rem;
  }
}
.listing-hero-section .lhs-asset-type {
  margin-bottom: 0.313rem;
}
.listing-hero-section .lhs-insight-content h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.25rem;
  transition: 0.4s ease 0s;
}
.listing-hero-section .lhs-insight-link:hover {
  text-decoration: none;
}
.listing-hero-section .lhs-insight-link:hover .h6 {
  color: #FFC300;
}

.testimonial-carousel-section.small_image {
  background-image: linear-gradient(180deg, #E9E2DD 0%, #fff 26.92%, #fff 74.52%, #E9E2DD 100%);
  padding: 4rem 0;
}
@media (max-width: 991px) {
  .testimonial-carousel-section.small_image {
    padding: 2.5rem 0;
  }
}
@media (max-width: 767px) {
  .testimonial-carousel-section.small_image {
    padding: 1.25rem 0;
  }
}
.testimonial-carousel-section.small_image .tcs-img {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 0.625rem;
  overflow: hidden;
}
.testimonial-carousel-section.small_image .tcs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-carousel-section.small_image .tcs-content .tcs-eyebrow {
  color: #291E51;
}
.testimonial-carousel-section.small_image .tcs-content .tcs-logo {
  margin-bottom: 1rem;
}
.testimonial-carousel-section.small_image .tcs-content .tcs-logo img {
  width: auto;
  max-height: 2.75rem;
  object-fit: contain;
}
.testimonial-carousel-section.small_image .tcs-content .tcs-cta {
  margin-top: 1.5rem;
}
.testimonial-carousel-section.small_image .tcs-content .tcs-stat {
  margin-top: 3rem;
}
.testimonial-carousel-section.small_image .tcs-content .tcs-stat-title {
  color: #291E51;
  margin-bottom: 0;
}
.testimonial-carousel-section.small_image .tcs-content .tcs-stat-item {
  padding: 0.5625rem 1.625rem 1rem 1.25rem;
  border: 1px solid #291E51;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 576px) {
  .testimonial-carousel-section.small_image .tcs-content .tcs-stat-item:has(+ .tcs-stat-item):first-child {
    border-radius: 0.625rem 0 0 0.625rem;
    border-right: 0;
  }
  .testimonial-carousel-section.small_image .tcs-content .tcs-stat-item:has(+ .tcs-stat-item):first-child + .tcs-stat-item {
    margin-left: -1rem;
  }
}
.testimonial-carousel-section.small_image .tcs-content .tcs-stat-item .number {
  margin-bottom: 0.625rem;
}
.testimonial-carousel-section.small_image .tcs-content .tcs-stat-item .description {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .testimonial-carousel-section.small_image .tcs-main-right {
    margin-top: 1.5rem;
  }
}
.testimonial-carousel-section.small_image .tcs-controls {
  margin-top: 2.5rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .testimonial-carousel-section.small_image .tcs-controls {
    margin-top: 1.5rem;
    margin-right: auto;
  }
}
.testimonial-carousel-section.full_width .tcs-main-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
@media (min-width: 992px) {
  .testimonial-carousel-section.full_width .tcs-main-wrap {
    min-height: 75dvh;
  }
}
@media (max-width: 767px) {
  .testimonial-carousel-section.full_width .tcs-main-wrap.space-md {
    padding: 2.5rem 0 2.813rem;
  }
}
.testimonial-carousel-section.full_width .tcs-img-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.testimonial-carousel-section.full_width .tcs-img-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(271.07deg, rgba(0, 0, 0, 0.5) 50.78%, rgba(0, 0, 0, 0) 75.77%);
  border-top: 1px solid #8233FF;
  z-index: 1;
}
@media (max-width: 991px) {
  .testimonial-carousel-section.full_width .tcs-img-slider::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  }
}
.testimonial-carousel-section.full_width .tcs-img-slider .swiper-slide {
  pointer-events: none;
}
.testimonial-carousel-section.full_width .tcs-img-slider .tcs-img {
  width: 100%;
  height: 100%;
}
.testimonial-carousel-section.full_width .tcs-img-slider .tcs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-carousel-section.full_width .tcs-stat {
  margin-top: 1.5rem;
}
.testimonial-carousel-section.full_width .tcs-stat .tcs-stat-title {
  margin-bottom: 0.5rem;
  display: block;
  color: #fff;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #fff;
}
.testimonial-carousel-section.full_width .tcs-stat-item .number {
  margin-bottom: 0.5rem;
  color: #FFC300;
  font-size: 1.563rem;
  font-weight: 700;
  line-height: 1.24;
}
@media (max-width: 767px) {
  .testimonial-carousel-section.full_width .tcs-stat-item + .tcs-stat-item {
    margin-top: 1rem;
  }
}
.testimonial-carousel-section.full_width .tcs-content .tcs-logo {
  margin-bottom: 1.5rem;
}
.testimonial-carousel-section.full_width .tcs-content .tcs-logo img {
  width: auto;
  max-height: 2.75rem;
  object-fit: contain;
}
.testimonial-carousel-section.full_width .tcs-content .tcs-cta {
  margin-top: 1.5rem;
}
.testimonial-carousel-section.full_width .tcs-content .tcs-cta a {
  color: #fff;
}
.testimonial-carousel-section.full_width .tcs-content .tcs-cta a:hover {
  color: #FFC300;
}
@media (min-width: 768px) {
  .testimonial-carousel-section.full_width .tcs-content-wrap {
    max-width: 34.875rem;
    margin-left: auto;
  }
}
.testimonial-carousel-section.full_width .tcs-controls {
  margin-top: 1.5rem;
  margin-left: auto;
}
.testimonial-carousel-section .tcs-stat-row .tcs-stat-item > * {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s ease 0s;
}
.testimonial-carousel-section .tcs-stat-row.aos-animate .tcs-stat-item > * {
  opacity: 1;
  transform: translateY(0);
}
.testimonial-carousel-section .tcs-stat-row.aos-animate .tcs-stat-item > *:nth-child(1) {
  transition-delay: 0.4s;
}
.testimonial-carousel-section .tcs-stat-row.aos-animate .tcs-stat-item > *:nth-child(2) {
  transition-delay: 0.6s;
}
.testimonial-carousel-section .tcs-stat-row.aos-animate .tcs-stat-item > *:nth-child(3) {
  transition-delay: 0.8s;
}
.testimonial-carousel-section .tcs-stat-row.aos-animate .tcs-stat-item > *:nth-child(4) {
  transition-delay: 1s;
}

@media (min-width: 768px) {
  .featured-resources-section.space-lg {
    padding-top: 3.75rem;
  }
}
.featured-resources-section .sec-heading {
  max-width: 47.5rem;
  margin-bottom: 1.5rem;
}
.featured-resources-section .frs-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: #fff;
}
.featured-resources-section .frs-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #FFC300 0%, #EE4DFF 100%);
  padding-bottom: 5px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: inherit;
}
.featured-resources-section .frs-card:hover {
  text-decoration: none;
}
.featured-resources-section .frs-card:hover::before {
  opacity: 1;
}
.featured-resources-section .frs-card-image {
  position: relative;
  aspect-ratio: 3/2;
}
.featured-resources-section .frs-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-resources-section .frs-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 2rem 2.125rem;
}
.featured-resources-section .frs-card-content .eyebrow-text {
  margin-bottom: 0.25rem;
}
.featured-resources-section .frs-card-content .title {
  margin-bottom: 0.25rem;
}
.featured-resources-section .frs-card-content .desc {
  color: #291E51;
  font-weight: 400;
}
.featured-resources-section .frs-card-content .btn-wrap {
  margin-top: 1rem;
}
.featured-resources-section .frs-card-slider:not(.swiper-initialized) .frs-card-item {
  max-width: 22.75rem;
  margin-right: 2rem;
}
@media (max-width: 575px) {
  .featured-resources-section .frs-card-slider {
    overflow: visible;
  }
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item {
  opacity: 1;
  transform: translateY(0);
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(1) {
  transition-delay: 0.4s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(2) {
  transition-delay: 0.6s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(3) {
  transition-delay: 0.8s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(4) {
  transition-delay: 1s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(5) {
  transition-delay: 1.2s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(6) {
  transition-delay: 1.4s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(7) {
  transition-delay: 1.6s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(8) {
  transition-delay: 1.8s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(9) {
  transition-delay: 2s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(10) {
  transition-delay: 2.2s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(11) {
  transition-delay: 2.4s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(12) {
  transition-delay: 2.6s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(13) {
  transition-delay: 2.8s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(14) {
  transition-delay: 3s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(15) {
  transition-delay: 3.2s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(16) {
  transition-delay: 3.4s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(17) {
  transition-delay: 3.6s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(18) {
  transition-delay: 3.8s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(19) {
  transition-delay: 4s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(20) {
  transition-delay: 4.2s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(21) {
  transition-delay: 4.4s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(22) {
  transition-delay: 4.6s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(23) {
  transition-delay: 4.8s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(24) {
  transition-delay: 5s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(25) {
  transition-delay: 5.2s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(26) {
  transition-delay: 5.4s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(27) {
  transition-delay: 5.6s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(28) {
  transition-delay: 5.8s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(29) {
  transition-delay: 6s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(30) {
  transition-delay: 6.2s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(31) {
  transition-delay: 6.4s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(32) {
  transition-delay: 6.6s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(33) {
  transition-delay: 6.8s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(34) {
  transition-delay: 7s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(35) {
  transition-delay: 7.2s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(36) {
  transition-delay: 7.4s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(37) {
  transition-delay: 7.6s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(38) {
  transition-delay: 7.8s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(39) {
  transition-delay: 8s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(40) {
  transition-delay: 8.2s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(41) {
  transition-delay: 8.4s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(42) {
  transition-delay: 8.6s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(43) {
  transition-delay: 8.8s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(44) {
  transition-delay: 9s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(45) {
  transition-delay: 9.2s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(46) {
  transition-delay: 9.4s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(47) {
  transition-delay: 9.6s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(48) {
  transition-delay: 9.8s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(49) {
  transition-delay: 10s;
}
.featured-resources-section .frs-card-slider.aos-animate .frs-card-item:nth-child(50) {
  transition-delay: 10.2s;
}
.featured-resources-section .frs-card-item {
  height: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s ease 0s;
}
.featured-resources-section .frs-controls {
  margin-top: 1.5rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .featured-resources-section .frs-controls {
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .wrapper:has(.main-header.header-pinned) .comparison-table-section {
    --header-height: 4.625rem;
  }
}

.comparison-table-section {
  --header-height: 9.063rem;
}
@media (max-width: 991px) {
  .comparison-table-section {
    --header-height: 5.625rem;
  }
}
.comparison-table-section .sec-heading {
  margin-bottom: 4rem;
}
.comparison-table-section .sec-heading .container {
  --container-width: 47.125rem;
}
.comparison-table-section .sec-heading h2 {
  margin-bottom: 1.5rem;
}
.comparison-table-section .cts-wrap {
  max-width: 72.25rem;
  margin: 0 auto;
}
.comparison-table-section .cts-header {
  position: sticky;
  top: var(--header-height);
  display: grid;
  align-items: center;
  grid-template-columns: 28.1% repeat(3, 1fr);
  padding: 1rem 3rem 1rem 0rem;
  background-color: #fff;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  overflow: hidden;
  z-index: 99;
  transition: 0.35s ease 0s;
}
@media (max-width: 991px) {
  .comparison-table-section .cts-header {
    grid-template-columns: repeat(3, 1fr);
    padding: 2.875rem 0rem;
  }
}
@media (max-width: 991px) {
  .comparison-table-section .cts-header-col:first-child:has(.plan-title) {
    grid-column: 1/-1;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .comparison-table-section .cts-header-col:first-child {
    grid-column: 1/-1;
  }
}
.comparison-table-section .cts-header-col .plan-title {
  padding: 0 1rem;
  margin-bottom: 0;
}
.comparison-table-section .cts-header-col h3 {
  font-weight: 500;
}
.comparison-table-section .cts-header-col.text-center {
  padding: 0 0.125rem;
}
@media (max-width: 767px) {
  .comparison-table-section .cts-header-col .title {
    font-size: 1.25rem;
  }
}
.comparison-table-section .cts-header-col .title,
.comparison-table-section .cts-header-col .plan-price {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .comparison-table-section .cts-header-col .plan-price {
    font-size: 0.75rem;
  }
}
.comparison-table-section .cts-header-col .plan-price,
.comparison-table-section .cts-header-col .btn-wrap {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .comparison-table-section .cts-header-col .plan-price,
  .comparison-table-section .cts-header-col .btn-wrap {
    margin-top: 0.125rem;
  }
}
@media (max-width: 767px) {
  .comparison-table-section .cts-header-col .btn-wrap .btn {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 0.75rem;
  }
}
.comparison-table-section .cts-body {
  background-color: #fff;
}
.comparison-table-section .cts-accordion-list {
  border-radius: 0.5rem;
  overflow: hidden;
  border-bottom: 1px solid #B9B9B9;
}
.comparison-table-section .cts-accordion-item:not(:last-child) {
  border-bottom: 1px solid #E9E2DD;
}
.comparison-table-section .cts-accordion-item:not(:first-child) .cts-accordion-content {
  display: none;
}
.comparison-table-section .cts-accordion-item.is-open .cts-accordion-title .plus-icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.comparison-table-section .cts-accordion-item.is-open .cts-accordion-content {
  display: block;
}
.comparison-table-section .cts-accordion-title {
  position: relative;
  color: #fff;
  padding: 1.625rem 1.625rem 1.625rem 3.5rem;
  margin-bottom: 0;
  background-color: #8233FF;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 767px) {
  .comparison-table-section .cts-accordion-title {
    padding: 1.375rem 1.625rem 1.375rem 3.5rem;
    font-size: 1rem;
  }
}
.comparison-table-section .cts-accordion-title .plus-icon {
  position: absolute;
  top: calc(50% - 0.688rem);
  left: 1rem;
  display: flex;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #fff;
  border-radius: 100%;
  z-index: 1;
}
.comparison-table-section .cts-accordion-title .plus-icon::before, .comparison-table-section .cts-accordion-title .plus-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 0.125rem;
  background-color: #8233FF;
  transform: translate(-50%, -50%);
  transition: 0.35s ease 0s;
}
.comparison-table-section .cts-accordion-title .plus-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.comparison-table-section .cts-table .table-tr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 575px) {
  .comparison-table-section .cts-table .table-tr {
    grid-template-columns: 44% repeat(3, 1fr);
  }
}
.comparison-table-section .cts-table .table-tr:not(:first-child) {
  border-top: 1px solid #E9E2DD;
}
.comparison-table-section .cts-table .table-td:not(.-title) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comparison-table-section .cts-table .table-td.-title {
  padding: 1.375rem 1.375rem 1.375rem 0.875rem;
}
@media (max-width: 767px) {
  .comparison-table-section .cts-table .table-td.-title {
    padding: 1.4375rem 1.375rem 1.4375rem 0.875rem;
    font-size: 0.875rem;
  }
}
.comparison-table-section .cts-table .table-td:has(svg) {
  color: #8233FF;
}
.comparison-table-section .cts-table .table-td svg {
  width: 1.25rem;
  height: auto;
}
.comparison-table-section .cts-cart-ctas {
  position: relative;
  margin-top: 2.813rem;
}
@media (max-width: 991px) {
  .comparison-table-section .cts-cart-ctas {
    margin: 2.5rem 0.25rem 0rem 0.25rem;
  }
}
.comparison-table-section .cts-cart-ctas:has(.cts-cart-cta-item .btn) {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .comparison-table-section .cts-cart-ctas:has(.cts-cart-shpping) .cts-cart-cta-item:last-child {
    padding-right: 5rem;
  }
}
.comparison-table-section .cts-cart-cta-list {
  flex: 1;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
@media (min-width: 1200px) {
  .comparison-table-section .cts-cart-cta-list {
    max-width: 67.1%;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comparison-table-section .cts-cart-cta-list {
    max-width: 48.438rem;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .comparison-table-section .cts-cart-cta-list {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .comparison-table-section .cts-cart-cta-list .btn {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .comparison-table-section .cts-cart-shpping {
    position: absolute;
    top: calc(50% - 35px);
    right: 4px;
  }
}
@media (max-width: 991px) {
  .comparison-table-section .cts-cart-shpping {
    max-width: max-content;
    margin: 1rem 1.25rem 0rem auto;
  }
}
.comparison-table-section .cts-cart-shpping .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  aspect-ratio: 1;
  color: #fff;
  background-color: #8233FF;
  border-radius: 100%;
}
.comparison-table-section .cts-cart-shpping .link:hover {
  color: #291E51;
  background-color: #FFC300;
}
.comparison-table-section .cts-cart-shpping .link svg {
  width: 2.25rem;
  height: auto;
}

.tabbed-component-section .tcs-left h2 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tabbed-component-section .tcs-right {
    margin-top: 2rem;
  }
}
.tabbed-component-section .tcs-tab-list {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .tabbed-component-section .tcs-tab-list {
    display: none;
  }
}
.tabbed-component-section .tcs-tab-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.35s ease 0s;
}
.tabbed-component-section .tcs-tab-item:not(.is-active) {
  opacity: 0.5;
}
.tabbed-component-section .tcs-tab-item:not(:last-child) {
  margin-bottom: 2rem;
}
.tabbed-component-section .tcs-tab-item .icon {
  display: flex;
  width: 2.875rem;
  height: auto;
  margin-right: 1.5rem;
}
.tabbed-component-section .tcs-tab-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tabbed-component-section .tcs-tab-item .title {
  flex: 1;
  margin-bottom: 0;
}
.tabbed-component-section .tcs-tab-content {
  height: auto;
}
.tabbed-component-section .tcs-tab-content:nth-child(1) .tcs-tab-card {
  background-color: #291E51;
}
.tabbed-component-section .tcs-tab-content:nth-child(2) .tcs-tab-card {
  background-color: #8233FF;
}
.tabbed-component-section .tcs-tab-content:nth-child(3) .tcs-tab-card {
  background-color: #E9E2DD;
}
.tabbed-component-section .tcs-tab-content:nth-child(4) .tcs-tab-card {
  background-color: #291E51;
}
.tabbed-component-section .tcs-tab-content:nth-child(5) .tcs-tab-card {
  background-color: #8233FF;
}
.tabbed-component-section .tcs-tab-content:nth-child(6) .tcs-tab-card {
  background-color: #E9E2DD;
}
.tabbed-component-section .tcs-tab-content:nth-child(7) .tcs-tab-card {
  background-color: #291E51;
}
.tabbed-component-section .tcs-tab-content:nth-child(8) .tcs-tab-card {
  background-color: #8233FF;
}
.tabbed-component-section .tcs-tab-content:nth-child(9) .tcs-tab-card {
  background-color: #E9E2DD;
}
.tabbed-component-section .tcs-tab-content:nth-child(10) .tcs-tab-card {
  background-color: #291E51;
}
.tabbed-component-section .tcs-tab-content:nth-child(11) .tcs-tab-card {
  background-color: #8233FF;
}
.tabbed-component-section .tcs-tab-content:nth-child(12) .tcs-tab-card {
  background-color: #E9E2DD;
}
.tabbed-component-section .tcs-tab-content:nth-child(13) .tcs-tab-card {
  background-color: #291E51;
}
.tabbed-component-section .tcs-tab-content:nth-child(14) .tcs-tab-card {
  background-color: #8233FF;
}
.tabbed-component-section .tcs-tab-content:nth-child(15) .tcs-tab-card {
  background-color: #E9E2DD;
}
.tabbed-component-section .tcs-tab-content:nth-child(16) .tcs-tab-card {
  background-color: #291E51;
}
.tabbed-component-section .tcs-tab-content:nth-child(17) .tcs-tab-card {
  background-color: #8233FF;
}
.tabbed-component-section .tcs-tab-content:nth-child(18) .tcs-tab-card {
  background-color: #E9E2DD;
}
.tabbed-component-section .tcs-tab-content:nth-child(19) .tcs-tab-card {
  background-color: #291E51;
}
.tabbed-component-section .tcs-tab-content:nth-child(20) .tcs-tab-card {
  background-color: #8233FF;
}
.tabbed-component-section .tcs-tab-content:nth-child(21) .tcs-tab-card {
  background-color: #E9E2DD;
}
.tabbed-component-section .tcs-tab-content:nth-child(22) .tcs-tab-card {
  background-color: #291E51;
}
.tabbed-component-section .tcs-tab-content:nth-child(23) .tcs-tab-card {
  background-color: #8233FF;
}
.tabbed-component-section .tcs-tab-content:nth-child(24) .tcs-tab-card {
  background-color: #E9E2DD;
}
.tabbed-component-section .tcs-tab-content:nth-child(25) .tcs-tab-card {
  background-color: #291E51;
}
.tabbed-component-section .tcs-tab-content:nth-child(26) .tcs-tab-card {
  background-color: #8233FF;
}
.tabbed-component-section .tcs-tab-content:nth-child(27) .tcs-tab-card {
  background-color: #E9E2DD;
}
.tabbed-component-section .tcs-tab-content:nth-child(28) .tcs-tab-card {
  background-color: #291E51;
}
.tabbed-component-section .tcs-tab-content:nth-child(29) .tcs-tab-card {
  background-color: #8233FF;
}
.tabbed-component-section .tcs-tab-content:nth-child(30) .tcs-tab-card {
  background-color: #E9E2DD;
}
.tabbed-component-section .tcs-tab-content:not(:nth-child(3n)) *:not(.icon, .icon *, .btn-link, .btn-link *) {
  color: #fff;
}
.tabbed-component-section .tcs-tab-content:not(:nth-child(3n)) .btn-link {
  color: #fff;
}
.tabbed-component-section .tcs-tab-content:not(:nth-child(3n)) .btn-link:hover {
  color: #FFC300;
}
@media (min-width: 768px) {
  .tabbed-component-section .tcs-tab-content {
    grid-area: 1/1/-1/-1;
    transition: 0.35s ease 0s;
    z-index: -2;
  }
  .tabbed-component-section .tcs-tab-content.is-next-1 {
    left: -2rem;
    z-index: 0;
  }
  .tabbed-component-section .tcs-tab-content.is-next-2 {
    left: -4rem;
    z-index: -1;
  }
  .tabbed-component-section .tcs-tab-content.is-active {
    left: 0;
    z-index: 1;
  }
  .tabbed-component-section .tcs-tab-content.is-hidden {
    opacity: 0;
    left: -6rem;
  }
}
@media (min-width: 768px) {
  .tabbed-component-section .tcs-tab-content-slider {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .tabbed-component-section .tcs-tab-content-slider {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .tabbed-component-section .tcs-tab-content-slider .swiper-wrapper {
    display: grid;
  }
}
.tabbed-component-section .tcs-tab-card {
  height: 100%;
  padding: 2rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
.tabbed-component-section .tcs-tab-card .icon {
  margin-bottom: 1.5rem;
  display: flex;
  width: 4.125rem;
  height: auto;
  color: #FFC300;
}
.tabbed-component-section .tcs-tab-card .icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
.tabbed-component-section .tcs-tab-card .icon svg path {
  fill: currentColor;
}
.tabbed-component-section .tcs-tab-card .btn-wrap {
  margin-top: 1rem;
}
.tabbed-component-section .tcs-controls {
  margin: 3.125rem auto 0;
  justify-content: center;
}
@media (min-width: 768px) {
  .tabbed-component-section .tcs-controls {
    display: none;
  }
}

.mason-grid-section .container {
  --container-width: 72.25rem;
}
.mason-grid-section .sec-heading {
  max-width: 47.375rem;
  margin: 0 auto 2rem;
}
.mason-grid-section .mgs-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin: 0 -1rem;
}
@media (max-width: 991px) {
  .mason-grid-section .mgs-grid {
    grid-template-columns: 100%;
  }
}
.mason-grid-section .mgs-grid-item {
  padding: 0 1rem;
}
.mason-grid-section .mgs-grid-item:not(:first-child) {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .mason-grid-section .mgs-grid-item:first-child {
    grid-column: 1/-1;
  }
  .mason-grid-section .mgs-grid-item:first-child .mgs-grid-card {
    grid-template-columns: 52.55% auto;
  }
  .mason-grid-section .mgs-grid-item:first-child .mgs-grid-card .card-left {
    order: 0;
  }
  .mason-grid-section .mgs-grid-item:first-child .mgs-grid-card .card-img {
    aspect-ratio: 3/2;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .mason-grid-section .mgs-grid-item:first-child .mgs-grid-card .card-right {
    padding: 2rem 3.5rem;
  }
}
@media (min-width: 992px) {
  .mason-grid-section .mgs-grid-item:nth-child(4n+2), .mason-grid-section .mgs-grid-item:nth-child(4n+5) {
    grid-column: span 7;
  }
  .mason-grid-section .mgs-grid-item:nth-child(4n+3), .mason-grid-section .mgs-grid-item:nth-child(4n+4) {
    grid-column: span 5;
  }
}
.mason-grid-section .mgs-grid-card {
  height: 100%;
  border-radius: 0.75rem;
  background-color: #fff;
  overflow: hidden;
}
.mason-grid-section .mgs-grid-card:has(.card-left) {
  display: grid;
  grid-template-columns: auto 33.5%;
}
@media (max-width: 991px) {
  .mason-grid-section .mgs-grid-card:has(.card-left) {
    grid-template-columns: auto 52.55%;
  }
}
@media (max-width: 767px) {
  .mason-grid-section .mgs-grid-card:has(.card-left) {
    grid-template-columns: 100%;
  }
}
@media (min-width: 768px) {
  .mason-grid-section .mgs-grid-card .card-left {
    order: 1;
  }
}
.mason-grid-section .mgs-grid-card .card-img {
  aspect-ratio: 3/4;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .mason-grid-section .mgs-grid-card .card-img {
    aspect-ratio: 3/2;
  }
}
.mason-grid-section .mgs-grid-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mason-grid-section .mgs-grid-card .card-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.25rem;
  color: #291E51;
  height: 100%;
}
@media (max-width: 991px) {
  .mason-grid-section .mgs-grid-card .card-right {
    padding: 1.5rem;
  }
}
.mason-grid-section .mgs-grid-card .card-content .icon {
  display: flex;
  width: 2rem;
  height: auto;
  margin-bottom: 1.5rem;
}
.mason-grid-section .mgs-grid-card .card-content .icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.mason-grid-section .mgs-grid-card .card-content .btn-wrap {
  margin-top: 1rem;
}

.full-bleed-image-with-cards-section {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 50.625rem;
  z-index: 0;
}
@media (min-width: 1200px) {
  .full-bleed-image-with-cards-section.space-lg {
    padding-bottom: 9.375rem;
  }
}
@media (max-width: 767px) {
  .full-bleed-image-with-cards-section.space-lg {
    --space-lg: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .full-bleed-image-with-cards-section.space-lg:has(.fbic-slider.slide-4) {
    padding-bottom: 6rem;
  }
}
.full-bleed-image-with-cards-section.space-lg:has(.fbic-slider.slide-4) .container {
  --container-width: 80.25rem;
}
.full-bleed-image-with-cards-section .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.full-bleed-image-with-cards-section .bg-img-item {
  pointer-events: none;
}
.full-bleed-image-with-cards-section .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .full-bleed-image-with-cards-section .fbic-wrap {
    max-width: 23.75rem;
    padding: 2rem 2rem 3.25rem;
    background-color: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
  }
}
.full-bleed-image-with-cards-section .fbic-controls {
  margin: 3.25rem auto 0;
}
@media (min-width: 992px) {
  .full-bleed-image-with-cards-section .fbic-controls {
    display: none;
  }
}
@media (min-width: 992px) {
  .full-bleed-image-with-cards-section .fbic-slider.slide-4 .fbic-item {
    flex: 1;
  }
  .full-bleed-image-with-cards-section .fbic-slider.slide-4 .fbic-item:not(:last-child) {
    margin-right: 2rem;
  }
  .full-bleed-image-with-cards-section .fbic-slider.slide-4 .fbic-item.is-active .fbic-card {
    min-height: 21.875rem;
    padding: 2.375rem 1.5625rem 1.875rem 1.125rem;
  }
  .full-bleed-image-with-cards-section .fbic-slider.slide-4 .fbic-card {
    min-height: 9.375rem;
    padding: 1.438rem;
  }
  .full-bleed-image-with-cards-section .fbic-slider.slide-4 .fbic-card .desc {
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
}
@media (min-width: 992px) {
  .full-bleed-image-with-cards-section .fbic-list {
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .full-bleed-image-with-cards-section .fbic-item {
    flex: 1 0 33.33%;
    width: auto;
    flex-shrink: unset;
    transition: 0.5s ease 0s;
  }
  .full-bleed-image-with-cards-section .fbic-item:not(:last-child) {
    margin-right: 2rem;
  }
  .full-bleed-image-with-cards-section .fbic-item:not(:first-child) .card-content {
    display: none;
  }
  .full-bleed-image-with-cards-section .fbic-item:not(:first-child) .card-content-inner {
    opacity: 0;
  }
  .full-bleed-image-with-cards-section .fbic-item.is-active {
    flex: 1 0 37%;
  }
  .full-bleed-image-with-cards-section .fbic-item.is-active .fbic-card {
    justify-content: flex-start;
    padding: 2.75rem 2.625rem;
    min-height: 25.25rem;
    background: #fff;
  }
  .full-bleed-image-with-cards-section .fbic-item.is-active .fbic-card .h4 {
    color: #291E51;
  }
}
@media (min-width: 1200px) {
  .full-bleed-image-with-cards-section .fbic-item:not(:last-child) {
    margin-right: 4rem;
  }
}
@media (min-width: 992px) {
  .full-bleed-image-with-cards-section .fbic-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 13.5rem;
    padding: 2rem;
    border-radius: 0.625rem;
    overflow: hidden;
    transition: 0.5s ease 0s;
    background: rgba(35, 35, 35, 0.2);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    cursor: pointer;
  }
  .full-bleed-image-with-cards-section .fbic-card .h4 {
    color: #fff;
    transition: inherit;
  }
  .full-bleed-image-with-cards-section .fbic-card .card-content-inner {
    transition: 0.5s ease 0s;
  }
}
.full-bleed-image-with-cards-section .fbic-card .h4 {
  margin-bottom: 0;
}
.full-bleed-image-with-cards-section .fbic-card .card-content {
  margin-top: 1.5rem;
}
.full-bleed-image-with-cards-section .fbic-card .desc {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.full-bleed-image-with-cards-section .fbic-card .desc + .cta {
  margin-top: 2rem;
}

.image-gallery-section {
  overflow: hidden;
}
@media (max-width: 767px) {
  .image-gallery-section {
    --space-md: 3.625rem;
  }
}
.image-gallery-section .sec-heading {
  margin-bottom: 3.5rem;
}
.image-gallery-section .igs-slider {
  overflow: visible;
}
.image-gallery-section .igs-slider:not(.swiper-initialized) .igs-item {
  max-width: 23.25rem;
  margin-right: 2rem;
}
.image-gallery-section .igs-item {
  overflow: visible;
}
@media (min-width: 768px) {
  .image-gallery-section .igs-item:has(+ .swiper-slide-prev) > div {
    transform: translate(-15%, 5.5rem);
  }
  .image-gallery-section .igs-item.swiper-slide-next + .swiper-slide > div {
    transform: translate(15%, 5.5rem);
  }
}
.image-gallery-section .igs-card {
  position: relative;
  aspect-ratio: 371/507;
  transition: transform 0.4s ease;
}
.image-gallery-section .igs-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  border-radius: 1.25rem;
  overflow: hidden;
}
.image-gallery-section .igs-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12.625rem;
  background: linear-gradient(180deg, rgba(41, 30, 81, 0) 0%, #291E51 100%);
  border-radius: 1.25rem;
}
.image-gallery-section .igs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-gallery-section .igs-title {
  position: absolute;
  inset: auto 0.75rem 2rem 2.125rem;
}
.image-gallery-section .igs-title h3 {
  margin-bottom: 0;
}
.image-gallery-section .igs-popup {
  position: absolute;
  top: 2rem;
  width: auto;
  height: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .image-gallery-section .igs-popup.top_middle .igs-popup-content, .image-gallery-section .igs-popup.bottom_middle .igs-popup-content {
    left: 50%;
    transform: translateX(-50%);
  }
}
.image-gallery-section .igs-popup.top_left {
  left: 2rem;
}
.image-gallery-section .igs-popup.top_middle {
  left: 50%;
  transform: translateX(-50%);
}
.image-gallery-section .igs-popup.bottom_middle {
  top: auto;
  bottom: 35%;
  left: 50%;
  transform: translateX(-50%);
}
.image-gallery-section .igs-popup.bottom_middle .igs-popup-content {
  top: auto;
  bottom: 1rem;
}
.image-gallery-section .igs-popup.top_right {
  right: 2rem;
}
.image-gallery-section .igs-popup.top_right .igs-popup-content {
  left: auto;
  right: 1rem;
}
.image-gallery-section .igs-popup.is-active .plus-icon {
  transform: rotate(45deg);
}
.image-gallery-section .igs-popup.is-active .igs-popup-content {
  opacity: 1;
  pointer-events: all;
}
.image-gallery-section .igs-popup .plus-icon {
  position: relative;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 100%;
  color: #fff;
  background-color: #8233FF;
  overflow: hidden;
  cursor: pointer;
  transition: 0.35s ease 0s;
}
.image-gallery-section .igs-popup .plus-icon::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  color: currentColor;
  font-size: 1.375rem;
  font-style: normal;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.image-gallery-section .igs-popup-content {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 20.813rem;
  height: auto;
  padding: 1.563rem 1.563rem 1.25rem;
  background: rgba(41, 30, 81, 0.6);
  backdrop-filter: blur(15px);
  border-radius: 0.625rem;
  z-index: -1;
  opacity: 0;
  transition: 0.35s ease 0s;
  pointer-events: none;
}
@media (max-width: 575px) {
  .image-gallery-section .igs-popup-content {
    width: 17.5rem;
  }
}
.image-gallery-section .igs-popup-content .igs-desc + .igs-cta {
  margin-top: 0.625rem;
}
.image-gallery-section .igs-controls {
  margin: 2.75rem auto 0;
}
@media (max-width: 767px) {
  .image-gallery-section .igs-controls {
    margin-top: 2.25rem;
  }
}

.contact-form-section {
  position: relative;
  padding: 4.375rem 0;
  background-image: linear-gradient(90deg, #8233FF 0%, #09CCEE 100%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact-form-section {
    padding: 3.75rem 0;
  }
}
.contact-form-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 26.5%;
  width: 5.5rem;
  height: 7.25rem;
  background-image: url(../images/cf-graphics.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .contact-form-section::before {
    left: auto;
    right: 2.625rem;
  }
}
.contact-form-section .cfs-left {
  padding-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .contact-form-section .cfs-left {
    padding-bottom: 2.5rem;
  }
}
.contact-form-section .cfs-form {
  max-width: 38.75rem;
  margin: 0 auto;
}
.contact-form-section .cfs-form-wrap {
  padding: 2rem 1.563rem;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-radius: 0.625rem;
}

.listing-grid-section .lg-filter-menu {
  display: none;
}
.listing-grid-section .lg-filter-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .listing-grid-section .lg-filter-inner {
    flex-wrap: wrap;
  }
}
.listing-grid-section .lg-filter-col {
  flex: 1;
}
.listing-grid-section .lg-filter-col.is-active .ccs-filter-title::before {
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #8233FF transparent;
}
.listing-grid-section .lg-filter-item {
  position: relative;
  height: 100%;
}
.listing-grid-section .lg-filter-title {
  position: relative;
  padding: 0.75rem 4rem 0.75rem 1.5rem;
  border: 1px solid #291E51;
  border-radius: 0.25rem;
  background-color: #fff;
  cursor: pointer;
}
.listing-grid-section .lg-filter-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #8233FF transparent transparent transparent;
  transition: 0.35s ease 0s;
}
.listing-grid-section .lg-filter-menu {
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  padding: 0rem 1.5rem 1.25rem 1.5rem;
  max-height: 38dvh;
  overflow: auto;
  margin: 0;
  list-style: none;
  border: solid #291E51;
  border-width: 0 1px 1px 1px;
  border-radius: 0rem 0rem 0.25rem 0.25rem;
  background-color: #fff;
  z-index: 8;
}
.listing-grid-section .lg-filter-menu li {
  padding: 0;
}
.listing-grid-section .lg-filter-menu li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.listing-grid-section .lg-filter-menu li input[type=checkbox]:checked + label::after {
  top: 3px;
  left: 6px;
  width: 0.313rem;
  height: 0.688rem;
}
.listing-grid-section .lg-filter-menu li label {
  position: relative;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 1.5rem;
}
.listing-grid-section .lg-filter-menu li label::before {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
  padding: 0.375rem;
  border-radius: 0.25rem;
}
.listing-grid-section .lg-filter-recent {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 2.688rem;
  margin-top: 2.938rem;
}
@media (max-width: 767px) {
  .listing-grid-section .lg-filter-recent {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.listing-grid-section .lg-filter-recent select {
  width: auto;
  padding: 0 1.125rem 0 0.75rem;
  height: auto;
  background-color: transparent;
  background-image: url(../images/select-down-arrow2.svg);
  background-position: right 0 center;
}
.listing-grid-section .lg-filter-recent select:focus-visible {
  outline: none !important;
}
@media (max-width: 767px) {
  .listing-grid-section .lg-filter-reset {
    margin-top: 2rem;
  }
}
.listing-grid-section .lg-filter-reset .reset-filter::before {
  content: attr(title);
  display: block;
  text-align: center;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.listing-grid-section .lg-selected {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.listing-grid-section .lg-filter-selected-list {
  display: flex;
  gap: 1rem;
  margin-top: 1.625rem;
}
@media (max-width: 767px) {
  .listing-grid-section .lg-filter-selected-list {
    flex-wrap: wrap;
  }
}
.listing-grid-section .lg-filter-selected-list .close-icon {
  position: absolute;
  top: 0.375rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  background-color: #8233FF;
  transition: 0.3s ease 0s;
  display: flex;
  gap: 16px;
}
.listing-grid-section .lg-filter-selected-list .close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
.listing-grid-section .lg-filter-selected-list .close-icon::before, .listing-grid-section .lg-filter-selected-list .close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 0.125rem;
  height: 0.625rem;
  background-color: #fff;
}
.listing-grid-section .lg-grid-area {
  margin-top: 2rem;
}
.listing-grid-section .lg-filter-heading {
  font-size: 1.25rem;
  line-height: 1.2;
}
.listing-grid-section .lg-filter-popup {
  margin-top: 0.938rem;
}
.listing-grid-section .lg-filter-main-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.938rem;
}
.listing-grid-section .lg-search {
  position: relative;
  border: 1px solid #291E51;
  border-radius: 0.25rem;
}
.listing-grid-section .lg-search .search-text {
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
}
.listing-grid-section .lg-search .icon-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  border: none;
  background-color: transparent;
  display: flex;
}
.listing-grid-section .lg-search .icon-search svg {
  fill: #8233FF;
}
.listing-grid-section .lg-grid-main-row {
  gap: 2rem 0;
}
.listing-grid-section .lg-grid-item {
  position: relative;
  min-height: 27.25rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.5rem;
  height: 100%;
  overflow: hidden;
}
.listing-grid-section .lg-grid-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #FFC300 0%, #EE4DFF 100%);
  padding-bottom: 5px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: inherit;
  z-index: 3;
}
.listing-grid-section .lg-grid-item:hover {
  text-decoration: none;
}
.listing-grid-section .lg-grid-item:hover::before {
  opacity: 1;
}
.listing-grid-section .lg-grid-item:has(.lg-grid-item-img) .desc {
  opacity: 0;
  height: 0;
  overflow: hidden;
  font-size: 0.875rem;
  transition: 0.35s ease 0s;
}
.listing-grid-section .lg-grid-item:has(.lg-grid-item-img):has(.lg-grid-item-detail) .lg-grid-item-detail {
  padding-bottom: 1.438rem;
}
.listing-grid-section .lg-grid-item:has(.lg-grid-item-img):has(.lg-grid-item-detail) .lg-grid-item-detail .desc {
  margin-top: 1rem;
}
.listing-grid-section .lg-grid-item:has(.lg-grid-item-img):has(.lg-grid-item-detail):hover .lg-grid-item-detail {
  margin-top: calc(-1 * var(--desc-height, 0px));
}
.listing-grid-section .lg-grid-item:has(.lg-grid-item-img):has(.lg-grid-item-detail):hover .lg-grid-item-detail .desc {
  height: var(--desc-height);
  opacity: 1;
}
.listing-grid-section .lg-grid-item h5 {
  margin-bottom: 0;
}
.listing-grid-section .lg-grid-item .desc {
  color: #291E51;
  font-weight: 400;
}
.listing-grid-section .lg-grid-item-detail {
  position: relative;
  flex: 1;
  padding: 2.125rem 1.938rem 2.688rem;
  background-color: #fff;
  transition: 0.35s ease 0s;
}
.listing-grid-section .lg-grid-item-detail .h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}
.listing-grid-section .lg-grid-item-detail .post-date {
  margin-top: 1rem;
  margin-left: auto;
  color: #291E51;
  font-size: 0.875rem;
  font-weight: 400;
}
.listing-grid-section .lg-grid-item-img {
  position: relative;
  padding-top: 66.6666666667%;
}
.listing-grid-section .lg-grid-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listing-grid-section .lg-grid-item-img img {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
.listing-grid-section .lg-eyebrow-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.listing-grid-section .lg-eyebrow-wrap .eyebrow-text {
  margin-bottom: 0;
}

.partner-grid-section {
  background-image: linear-gradient(180deg, #E9E2DD 0%, #fff 26.92%, #fff 74.52%, #E9E2DD 100%);
}
@media (max-width: 767px) {
  .partner-grid-section {
    --space-lg: 4rem;
  }
}
.partner-grid-section .load-more-partner {
  margin-top: 4rem;
}
.partner-grid-section .pgs-card {
  cursor: pointer;
}
@media (max-width: 575px) {
  .partner-grid-section .pgs-card {
    max-width: 16.5rem;
    margin: 0 auto;
  }
}
.partner-grid-section .pgs-card:hover {
  text-decoration: none;
}
.partner-grid-section .pgs-card:hover .pgs-card-title {
  color: #8233FF;
}
.partner-grid-section .pgs-card-img {
  position: relative;
  padding-top: 92.0454545455%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.partner-grid-section .pgs-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-grid-section .pgs-card-content {
  padding: 2rem 1.5rem;
}
.partner-grid-section .pgs-card-content .pgs-card-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}
.partner-grid-section .pgs-search {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 575px) {
  .partner-grid-section .pgs-search {
    flex-direction: column;
  }
  .partner-grid-section .pgs-search > div {
    width: 100%;
  }
}
.partner-grid-section .pgs-search .search-box {
  position: relative;
  flex: 1;
}
@media (min-width: 992px) {
  .partner-grid-section .pgs-search .search-box {
    max-width: 26.875rem;
    width: 100%;
  }
}
.partner-grid-section .pgs-search .search-box input {
  border: 1px solid #291E51;
}
.partner-grid-section .pgs-search .search-box .search-btn {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  padding: 0;
  display: flex;
  width: 1.125rem;
  color: #8233FF;
  border: none;
  background: transparent;
  transform: translateY(-50%);
}
.partner-grid-section .pgs-search .search-box svg {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .partner-grid-section .pgs-cat-filter {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
  }
}
.partner-grid-section .pgs-cat-filter input {
  cursor: pointer;
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
}
.partner-grid-section .pgs-cat-filter input:checked + label {
  background-color: #291E51;
  color: #fff;
}
.partner-grid-section .pgs-cat-filter label {
  margin: 0;
  display: flex;
  padding: 0.3125rem 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  background-color: #fff;
  border-radius: 0.5rem;
  transition: 0.35s ease 0s;
  cursor: pointer;
}
.partner-grid-section .pgs-cat-filter label:hover {
  background-color: #291E51;
  color: #fff;
}
.partner-grid-section .pgs-cat-filter-dropdown {
  flex: 1;
}
.partner-grid-section .pgs-filter-item {
  position: relative;
  height: 100%;
}
.partner-grid-section .pgs-filter-title {
  position: relative;
  padding: 0.8125rem 4rem 0.6875rem 1rem;
  border: 1px solid #291E51;
  border-radius: 0.25rem;
  background-color: #fff;
  cursor: pointer;
}
.partner-grid-section .pgs-filter-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #8233FF transparent transparent transparent;
  transition: 0.35s ease 0s;
}
.partner-grid-section .pgs-filter-menu {
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  padding: 0rem 1.5rem 1.25rem 1.5rem;
  margin: 0;
  list-style: none;
  border: solid #291E51;
  border-width: 0 1px 1px 1px;
  border-radius: 0rem 0rem 0.25rem 0.25rem;
  background-color: #fff;
  z-index: 8;
}
.partner-grid-section .pgs-filter-menu li {
  padding: 0;
}
.partner-grid-section .pgs-filter-menu li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.partner-grid-section .pgs-filter-menu li input[type=radio] {
  cursor: pointer;
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
}
.partner-grid-section .pgs-filter-menu li input[type=radio]:checked + label::before {
  background-color: #8233FF;
}
.partner-grid-section .pgs-filter-menu li input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  transform: rotate(42deg);
  display: block;
  width: 0.313rem;
  height: 0.688rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}
.partner-grid-section .pgs-filter-menu li label {
  position: relative;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 1.5rem;
}
.partner-grid-section .pgs-filter-menu li label::before {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
  padding: 0.375rem;
  border-radius: 0.25rem;
}
.partner-grid-section .pgs-col {
  margin-top: 2rem;
}
.partner-grid-section .pgs-popup {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  background-color: transparent;
  transition: 0.4s ease 0s;
  z-index: 999;
}
.partner-grid-section .pgs-popup.is-visible {
  right: 0;
  pointer-events: all;
}
.partner-grid-section .pgs-popup.is-visible .pgs-popup-overlay {
  opacity: 1;
}
.partner-grid-section .pgs-popup-wrap {
  position: relative;
  max-width: 43.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: 0;
  padding: 4.375rem 3.75rem 4.375rem 4.75rem;
}
@media (max-width: 767px) {
  .partner-grid-section .pgs-popup-wrap {
    padding: 5.25rem 0.75rem 2.5rem 1.5rem;
  }
}
.partner-grid-section .pgs-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(41, 30, 81, 0.3);
  z-index: -1;
  transition: inherit;
}
.partner-grid-section .pgs-popup-close {
  position: absolute;
  display: flex;
  top: 1.375rem;
  right: 2.5rem;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
  color: #8233FF;
  background-color: #fff;
  transition: 0.35s ease 0s;
  border-radius: 100%;
  z-index: 4;
}
@media (max-width: 767px) {
  .partner-grid-section .pgs-popup-close {
    right: 2rem;
  }
}
.partner-grid-section .pgs-popup-close:hover {
  color: #8233FF;
  background-color: #FFC300;
}
.partner-grid-section .pgs-popup-close::before, .partner-grid-section .pgs-popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.188rem;
  height: 1rem;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: currentColor;
  transition: inherit;
}
.partner-grid-section .pgs-popup-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.partner-grid-section .pgs-popup-img {
  position: relative;
  width: 100%;
  aspect-ratio: 264/243;
  border-radius: 0.75rem;
  overflow: hidden;
}
.partner-grid-section .pgs-popup-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-grid-section .pgs-popup-grid:has(.pgs-popup-img) {
  display: grid;
  grid-template-columns: 46.9% auto;
  align-items: flex-end;
  gap: 0.75rem;
}
@media (max-width: 575px) {
  .partner-grid-section .pgs-popup-grid:has(.pgs-popup-img) {
    grid-template-columns: 100%;
  }
}
.partner-grid-section .pgs-popup-content {
  height: auto;
}
.partner-grid-section .pgs-popup-content .content-name h3 {
  margin-bottom: 0;
}
.partner-grid-section .pgs-popup-content .content-name .link {
  margin-bottom: 0.5rem;
  display: inline-flex;
  color: #fff;
  width: 1.5rem;
}
.partner-grid-section .pgs-popup-content .content-name .link:hover {
  color: #FFC300;
}
.partner-grid-section .pgs-popup-content .content-name .link svg {
  width: 100%;
  height: auto;
}
.partner-grid-section .pgs-popup-content .h5 {
  font-size: 1.375rem;
}
.partner-grid-section .pgs-popup-content .title {
  color: #E9E2DD;
}
.partner-grid-section .pgs-popup-content .cta {
  margin-top: 1.375rem;
}
.partner-grid-section .pgs-popup-content .content-desc {
  margin-top: 1.375rem;
}
.partner-grid-section .pgs-popup-content .content-desc p {
  color: #E9E2DD;
}
.partner-grid-section .pgs-popup-content-wrap {
  height: 100%;
  max-height: calc(100dvh - 262px);
  overflow: auto;
}
.partner-grid-section .pgs-popup-content-wrap.simplebar-scrollable-y {
  padding-right: 1.188rem;
}
.partner-grid-section .pgs-popup-content-list {
  width: 100%;
}
.partner-grid-section .pgs-popup-controls {
  margin-top: 4.5rem;
  margin-left: auto;
}

.course-catalog-section .ccs-filter-heading {
  display: block;
  font-size: 1.25rem;
}
.course-catalog-section .ccs-filter-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
@media (max-width: 1399px) {
  .course-catalog-section .ccs-filter-inner {
    gap: 2rem 0.625rem;
  }
}
.course-catalog-section .ccs-filter-inner:not(.-search) > div {
  flex: auto;
}
@media (max-width: 1199px) {
  .course-catalog-section .ccs-filter-inner:not(.-search) > div {
    flex: 1 0 calc(33.33% - 10px);
  }
}
@media (max-width: 767px) {
  .course-catalog-section .ccs-filter-inner:not(.-search) > div {
    flex: 1 0 100%;
  }
}
.course-catalog-section .ccs-filter-col.is-active .ccs-filter-title::before {
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #8233FF transparent;
}
.course-catalog-section .ccs-filter-item {
  position: relative;
  height: 100%;
}
.course-catalog-section .ccs-filter-title {
  position: relative;
  padding: 0.75rem 4rem 0.75rem 1.5rem;
  border: 1px solid #291E51;
  border-radius: 0.25rem;
  background-color: #fff;
  cursor: pointer;
}
.course-catalog-section .ccs-filter-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #8233FF transparent transparent transparent;
  transition: 0.35s ease 0s;
}
.course-catalog-section .ccs-filter-menu {
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  padding: 0rem 1.5rem 1.25rem 1.5rem;
  margin: 0;
  list-style: none;
  border: solid #291E51;
  border-width: 0 1px 1px 1px;
  border-radius: 0rem 0rem 0.25rem 0.25rem;
  background-color: #fff;
  z-index: 8;
}
.course-catalog-section .ccs-filter-menu li {
  padding: 0;
}
.course-catalog-section .ccs-filter-menu li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.course-catalog-section .ccs-filter-menu li input[type=checkbox]:checked + label::after {
  top: 3px;
  left: 6px;
  width: 0.313rem;
  height: 0.688rem;
}
.course-catalog-section .ccs-filter-menu li label {
  position: relative;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 1.5rem;
}
.course-catalog-section .ccs-filter-menu li label::before {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
  padding: 0.375rem;
  border-radius: 0.25rem;
}
.course-catalog-section .ccs-filter-selected-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 768px) {
  .course-catalog-section .ccs-filter-selected-list {
    flex: 1;
    justify-content: flex-end;
  }
}
.course-catalog-section .ccs-filter-selected-list .close-icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  width: 1rem;
  height: 1rem;
  border-radius: 0.188rem;
  background-color: #8233FF;
  transition: 0.3s ease 0s;
  transform: translateY(-50%);
}
.course-catalog-section .ccs-filter-selected-list .close-icon::before, .course-catalog-section .ccs-filter-selected-list .close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 2px;
  height: 10px;
  background-color: #fff;
}
.course-catalog-section .ccs-filter-selected-list .close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.course-catalog-section .ccs-filter-selected-list .ccs-selected {
  position: relative;
  padding-left: 1.25rem;
  cursor: pointer;
}
.course-catalog-section .ccs-filter-recent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2.188rem;
  gap: 0.5rem 0;
}
@media (max-width: 767px) {
  .course-catalog-section .ccs-filter-recent {
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 1rem;
  }
}
.course-catalog-section .ccs-filter-recent .showing-result {
  display: block;
}
@media (min-width: 768px) {
  .course-catalog-section .ccs-filter-recent .showing-result {
    margin-right: 1.875rem;
  }
}
.course-catalog-section .ccs-filter-recent select {
  width: auto;
  padding: 0 1.125rem 0 0.75rem;
  height: auto;
  background-color: transparent;
  background-image: url(../images/select-down-arrow2.svg);
  background-position: right 0 center;
}
@media (max-width: 767px) {
  .course-catalog-section .ccs-filter-recent select {
    padding-left: 0;
  }
}
.course-catalog-section .ccs-filter-reset-area {
  gap: 0 1rem;
}
@media (min-width: 768px) {
  .course-catalog-section .ccs-filter-reset-area {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .course-catalog-section .ccs-filter-reset-area {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .course-catalog-section .ccs-filter-reset-area .ccs-filter-reset {
    text-align: center;
    margin-top: 2rem;
  }
}
.course-catalog-section .ccs-filter-reset-area .reset-filter::before {
  content: attr(title);
  display: block;
  text-align: center;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.course-catalog-section .ccs-search {
  flex: 1;
}
.course-catalog-section .ccs-search-field {
  position: relative;
}
.course-catalog-section .ccs-search-field input {
  padding: 1rem 3.125rem 1rem 1.625rem;
  height: 3.438rem;
  border: 1px solid #291E51;
}
.course-catalog-section .ccs-search-field .icon-search {
  position: absolute;
  top: 50%;
  right: 1.563rem;
  display: flex;
  width: 1.125rem;
  height: auto;
  color: #8233FF;
  padding: 0;
  border: none;
  background-color: transparent;
  transform: translateY(-50%);
}
.course-catalog-section .ccs-grid-col {
  margin-top: 2rem;
}
.course-catalog-section .ccs-grid-item {
  position: relative;
  display: block;
  height: 100%;
  color: #291E51;
  padding: 2rem 2rem 3rem 2rem;
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
.course-catalog-section .ccs-grid-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #FFC300 0%, #EE4DFF 100%);
  padding-bottom: 5px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: inherit;
}
.course-catalog-section .ccs-grid-item:hover {
  text-decoration: none;
  font-weight: 400;
}
.course-catalog-section .ccs-grid-item:hover::before {
  opacity: 1;
}
.course-catalog-section .ccs-grid-card h5 {
  font-size: 1.25rem;
}
.course-catalog-section .ccs-eyebrow-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.625rem;
  margin-bottom: 0.625rem;
}
.course-catalog-section .ccs-eyebrow-wrap span {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}
.course-catalog-section .ccs-eyebrow-wrap span svg {
  margin-right: 0.5rem;
  display: block;
  width: 0.875rem;
  height: auto;
}

.filterable-card-grid-section {
  background-image: linear-gradient(180deg, #E9E2DD 25%, rgba(233, 226, 221, 0.2) 50%, #E9E2DD 75%);
}
@media (max-width: 767px) {
  .filterable-card-grid-section {
    --space-lg: 4rem;
  }
}
.filterable-card-grid-section .load-more-partner {
  margin-top: 4rem;
}
.filterable-card-grid-section .fcg-card {
  color: #291E51;
}
@media (max-width: 575px) {
  .filterable-card-grid-section .fcg-card {
    max-width: 16.5rem;
    margin: 0 auto;
  }
}
.filterable-card-grid-section .fcg-card.-link {
  font-weight: inherit;
}
.filterable-card-grid-section .fcg-card.-link:hover {
  text-decoration: none;
}
.filterable-card-grid-section .fcg-card.-link:hover .fcg-card-title {
  color: #8233FF;
}
.filterable-card-grid-section .fcg-card p {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.3;
}
.filterable-card-grid-section .fcg-card-img {
  position: relative;
  padding-top: 92.0454545455%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.filterable-card-grid-section .fcg-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.filterable-card-grid-section .fcg-card-content {
  padding: 2rem 1.5rem;
}
.filterable-card-grid-section .fcg-card-content .fcg-card-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.35s ease 0s;
}
.filterable-card-grid-section .fcg-search {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 575px) {
  .filterable-card-grid-section .fcg-search {
    flex-direction: column;
  }
  .filterable-card-grid-section .fcg-search > div {
    width: 100%;
  }
}
.filterable-card-grid-section .fcg-search .search-box {
  position: relative;
  flex: 1;
}
@media (min-width: 992px) {
  .filterable-card-grid-section .fcg-search .search-box {
    max-width: 26.875rem;
    width: 100%;
  }
}
.filterable-card-grid-section .fcg-search .search-box input {
  border: 1px solid #291E51;
}
.filterable-card-grid-section .fcg-search .search-box .search-btn {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  padding: 0;
  display: flex;
  width: 1.125rem;
  color: #8233FF;
  border: none;
  background: transparent;
  transform: translateY(-50%);
}
.filterable-card-grid-section .fcg-search .search-box svg {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .filterable-card-grid-section .fcg-cat-filter {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
  }
}
.filterable-card-grid-section .fcg-cat-filter input {
  cursor: pointer;
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
}
.filterable-card-grid-section .fcg-cat-filter input:checked + label {
  background-color: #291E51;
  color: #fff;
}
.filterable-card-grid-section .fcg-cat-filter label {
  margin: 0;
  display: flex;
  padding: 0.3125rem 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  background-color: #fff;
  border-radius: 0.5rem;
  transition: 0.35s ease 0s;
  cursor: pointer;
}
.filterable-card-grid-section .fcg-cat-filter label:hover {
  background-color: #291E51;
  color: #fff;
}
.filterable-card-grid-section .fcg-cat-filter-dropdown {
  flex: 1;
}
.filterable-card-grid-section .fcg-filter-item {
  position: relative;
  height: 100%;
}
.filterable-card-grid-section .fcg-filter-title {
  position: relative;
  padding: 0.8125rem 4rem 0.6875rem 1rem;
  border: 1px solid #291E51;
  border-radius: 0.25rem;
  background-color: #fff;
  cursor: pointer;
}
.filterable-card-grid-section .fcg-filter-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #8233FF transparent transparent transparent;
  transition: 0.35s ease 0s;
}
.filterable-card-grid-section .fcg-filter-menu {
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  padding: 0rem 1.5rem 1.25rem 1.5rem;
  margin: 0;
  list-style: none;
  border: solid #291E51;
  border-width: 0 1px 1px 1px;
  border-radius: 0rem 0rem 0.25rem 0.25rem;
  background-color: #fff;
  z-index: 8;
}
.filterable-card-grid-section .fcg-filter-menu li {
  padding: 0;
}
.filterable-card-grid-section .fcg-filter-menu li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.filterable-card-grid-section .fcg-filter-menu li input[type=radio] {
  cursor: pointer;
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
}
.filterable-card-grid-section .fcg-filter-menu li input[type=radio]:checked + label::before {
  background-color: #8233FF;
}
.filterable-card-grid-section .fcg-filter-menu li input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  transform: rotate(42deg);
  display: block;
  width: 0.313rem;
  height: 0.688rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}
.filterable-card-grid-section .fcg-filter-menu li label {
  position: relative;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 1.5rem;
}
.filterable-card-grid-section .fcg-filter-menu li label::before {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
  padding: 0.375rem;
  border-radius: 0.25rem;
}
.filterable-card-grid-section .fcg-col {
  margin-top: 2rem;
}

:root {
  --space-lg: 7.5rem;
  --space-md: 3.75rem;
  --space-sm: 3.125rem;
}
@media (max-width: 1199px) {
  :root {
    --space-lg: 4.75rem;
    --space-md: 2.5rem;
  }
}
@media (max-width: 767px) {
  :root {
    --space-lg: 2rem;
    --space-md: 2rem;
    --space-sm: 2rem;
  }
}

#wpadminbar {
  position: fixed;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.wrapper:has(.main-content .comparison-table-section) {
  overflow: initial;
  overflow-x: clip;
}

.main-content {
  flex-grow: 1;
  width: 100%;
}

.space-lg {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}
.space-lg-m {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}
.space-md {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}
.space-md-m {
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}
.space-sm {
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
}
.space-sm-m {
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}

.bg-dark *:not(.eyebrow-text,
.btn,
a *,
.btn-play,
.searth-btn,
.searth-btn *,
.search-input,
.btn-link,
.no-white,
.no-white *),
.bg-purple *:not(.eyebrow-text,
.btn,
a *,
.btn-play,
.searth-btn,
.searth-btn *,
.search-input,
.btn-link,
.no-white,
.no-white *),
.inner-text-white *:not(.eyebrow-text,
.btn,
a *,
.btn-play,
.searth-btn,
.searth-btn *,
.search-input,
.btn-link,
.no-white,
.no-white *) {
  color: #fff;
}

/* Pagination */
.pagination {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 2rem;
  }
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  position: relative;
  padding: 0 4px;
  font-size: 1.25rem;
}
.pagination li:has(a.prev, a.next) {
  margin: 0 1.75rem;
}
.pagination li a:not(.prev, .next),
.pagination li span {
  border: none;
  line-height: normal;
  text-decoration: none;
  transition: 0.4s ease background-color, 0.4s ease color;
}
.pagination li .prev,
.pagination li .next {
  cursor: pointer;
  color: #291E51;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}
.pagination li .prev::after,
.pagination li .next::after {
  content: "";
  position: absolute;
  inset: -2px -4px;
  border: 1px solid currentColor;
  border-radius: 0.375rem;
  visibility: hidden;
  opacity: 0;
}
.pagination li .prev:hover,
.pagination li .next:hover {
  color: #8233FF;
}
.pagination li .prev:focus::after,
.pagination li .next:focus::after {
  visibility: visible;
  opacity: 1;
  outline: 0;
}
.pagination li .prev.disabled,
.pagination li .next.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.pagination li.current {
  color: #8233FF;
  margin-right: 0.438rem;
  font-weight: 500;
  padding: 0.375rem 0.5rem 0.313rem;
  line-height: 1;
  background-color: #fff;
  border-radius: 0.5rem;
}

/* Breadcrumb */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs span {
  display: inline-flex;
  align-items: center;
  color: #291E51;
  transition: all 0.35s ease 0s;
}
.breadcrumbs span:not(.current-item, span:has(.current-item)) {
  margin-top: -2px;
}
.breadcrumbs span.current-item {
  color: #8233FF;
  font-weight: 700;
}
.breadcrumbs [typeof=ListItem]:not(:last-child)::after {
  content: "";
  margin: 1px 8px 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #8233FF;
}
.breadcrumbs a:hover span {
  color: #8233FF;
  text-decoration: underline;
}
.bg-purple .breadcrumbs span, .bg-dark .breadcrumbs span {
  color: #fff;
}
.bg-purple .breadcrumbs [typeof=ListItem]:not(:last-child)::after, .bg-dark .breadcrumbs [typeof=ListItem]:not(:last-child)::after {
  border-color: transparent transparent transparent #FFC300;
}
.bg-purple .breadcrumbs a:hover span, .bg-dark .breadcrumbs a:hover span {
  color: #FFC300;
}

.search-wrap .search-field {
  position: relative;
  z-index: 1;
}
.search-wrap .search-field .search-input,
.search-wrap .search-field input[type=search] {
  padding: 1rem 3.125rem 1rem 1.375rem;
}
.search-wrap .search-field .searth-btn {
  position: absolute;
  top: calc(50% - 13px);
  right: 1.25rem;
  padding: 0;
  display: flex;
  font-size: 0;
  width: 1.5rem;
  aspect-ratio: 1;
  color: #8233FF;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  transition: 0.35s ease 0s;
}
.search-wrap .search-field .searth-btn:hover {
  color: #291E51;
}
.search-wrap .search-field .searth-btn svg {
  width: 100%;
  height: 100%;
}

.simplebar-track {
  width: 0.313rem !important;
  border-radius: 3.125rem !important;
  background-color: #E9E2DD !important;
}
.simplebar-track.simplebar-horizontal {
  width: 100% !important;
}
.simplebar-scrollbar {
  border-radius: 3.125rem !important;
  overflow: hidden;
}
.simplebar-scrollbar::before {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  background-color: #8233FF !important;
  opacity: 1 !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.no-result {
  margin: 0.938rem 0;
}

.filter-load-more,
.load-more-img {
  display: flex;
  justify-content: center;
  margin: 1.875rem 0;
}

.filter-load-more .loading,
.load-more-img .loading {
  box-sizing: border-box;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.313rem solid #8233FF;
  border-top-color: #FFC300;
  border-radius: 9.375rem;
  animation: loading 1.2s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* stylelint-disable max-nesting-depth */
.hamburger {
  --humburgerbox: 2.188rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--humburgerbox);
  height: var(--humburgerbox);
  margin: 0 1.5rem 0 0;
  padding: 0;
  text-align: center;
  background-color: transparent;
}
@media (max-width: 767px) {
  .hamburger {
    margin-right: 0.625rem;
  }
}
.hamburger:hover, .hamburger:focus {
  cursor: pointer;
  background-color: transparent;
  outline: none;
}
.hamburger span {
  cursor: pointer;
  position: relative;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  border-radius: 2px;
  background: #fff;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger span::before, .hamburger span::after {
  cursor: pointer;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #fff;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger span::before {
  top: -10px;
}
.hamburger span::after {
  bottom: -10px;
}
.hamburger.is-clicked span {
  background-color: transparent !important;
}
.hamburger.is-clicked span::before, .hamburger.is-clicked span::after {
  top: 0;
  background-color: #fff;
}
.hamburger.is-clicked span::before {
  transform: rotate(45deg);
}
.hamburger.is-clicked span::after {
  top: 6px;
  transform: translateY(-6px) rotate(-45deg);
}

.mbnav {
  position: relative;
  z-index: -1;
  display: block;
}
@media (min-width: 992px) {
  .mbnav {
    display: none;
  }
}
.mbnav__state {
  pointer-events: none;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: -100%;
  overflow: hidden;
  width: 100%;
  max-width: 25rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .mbnav__state {
    max-width: 100%;
  }
}
.mbnav__inner {
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.mbnav__inner-wrap {
  border: 2px solid #8233FF;
  padding: 2rem 3rem;
  background-color: #fff;
  border-radius: 0 0 1.25rem 1.25rem;
}
.mbnav__inner-wrap .btn-wrap {
  margin-top: 2rem;
}
.mbnav__inner-wrap .mbnav-bottom {
  margin-top: 2rem;
  padding: 2rem 0;
  border: solid #E9E2DD;
  border-width: 1px 0;
}
.mbnav__inner-wrap .mbnav-bottom .search-field {
  position: relative;
  flex: 1;
}
.mbnav__inner-wrap .mbnav-bottom .search-field input {
  padding: 0.5rem 0.5rem 0.5rem 2.625rem;
  height: 2.5rem;
  width: 100%;
  border: none;
  background-color: #F8F8F8;
}
.mbnav__inner-wrap .mbnav-bottom .search-field .icon-search {
  position: absolute;
  top: 50%;
  left: 1rem;
  display: flex;
  width: 1.125rem;
  height: auto;
  padding: 0;
  border: none;
  background-color: transparent;
  transform: translateY(-50%);
}
.mbnav__inner-wrap .mbnav-bottom .search-field .icon-search svg {
  width: 100%;
  height: auto;
}
.mbnav__inner-wrap .mbnav-bottom .link-list {
  margin-top: 2rem;
}
.mbnav__inner-wrap .mbnav-bottom .link-list .link-item {
  display: flex;
  align-items: center;
}
.mbnav__inner-wrap .mbnav-bottom .link-list .link-item .icon {
  display: flex;
  width: 1.5rem;
  height: auto;
  margin-right: 0.5rem;
  filter: brightness(0) saturate(100%);
}
.mbnav__inner-wrap .mbnav-bottom .link-list .link-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mbnav__inner-wrap .mbnav-bottom .link-list .link-item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.mbnav__inner-wrap .mbnav-bottom .link-list .link-item a {
  color: #291E51;
}
.mbnav__top {
  display: flex;
  justify-content: space-between;
  background: #09ccee;
}
.mbnav__logo {
  padding: 15px;
  color: #fff;
}
.mbnav .menu-wrap {
  /* stylelint-disable custom-property-pattern */
  --leftSlide: 0;
  position: absolute;
  top: 0;
  right: var(--leftSlide);
  width: 100%;
  height: 100%;
  transition: 0.4s ease;
  /* stylelint-enable custom-property-pattern */
}
.mbnav .menu-wrap .menu-wrap {
  right: -100%;
  visibility: hidden;
  opacity: 0;
}
.mbnav .menu-wrap > .menu-inner {
  pointer-events: auto;
  overflow: hidden auto;
  max-height: 100%;
  padding-top: var(--hasPadding, 5.313rem);
  background-color: #291E51;
}
.mbnav ul {
  position: static;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  transition: 0.4s ease;
  background-color: #fff;
}
.mbnav ul li.is-open > .menu-wrap {
  visibility: visible;
  opacity: 1;
}
.mbnav ul li:not(.btn-wrap) {
  position: static;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  color: #291E51;
  list-style: none;
  line-height: 1.1;
}
.mbnav ul li:not(.btn-wrap)::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap).has-sub a::after {
  display: none;
}
.mbnav ul li:not(.btn-wrap):not(:last-child, .back-click) {
  margin-bottom: 1.375rem;
}
.mbnav ul li:not(.btn-wrap) a {
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: block;
  line-height: 1.3;
  color: currentcolor;
  text-decoration: none !important;
}
.mbnav ul li:not(.btn-wrap) a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  margin-right: 0;
  margin-left: auto;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap {
  position: fixed;
  bottom: 20px;
  left: 20px;
  transform: translateY(200%);
  width: calc(100% - 40px);
  margin: 0;
  transition: 0.4s ease-in-out;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap a {
  display: block;
}
.mbnav ul li:not(.btn-wrap).back-click {
  position: relative;
  width: 100%;
  margin-bottom: 1.625rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: currentcolor;
}
.mbnav ul li:not(.btn-wrap).back-click::before {
  content: "";
  display: block;
  width: 0.875rem;
  margin-right: 0.5rem;
  background-image: url(../images/btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  height: auto;
  transform: scale(-1);
}
.mbnav ul li:not(.btn-wrap).parent-title {
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  font-weight: 600;
  padding-bottom: 1.375rem;
  border-bottom: 1px solid #E9E2DD;
}
.mbnav__caret {
  cursor: pointer;
  z-index: 1;
  display: grid;
  align-items: center;
  justify-content: flex-end;
  width: 0.875rem;
  margin-left: 0.5rem;
  background-image: url(../images/btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  height: auto;
}

.mbnav ul.menu > li .menu-inner > .sub-menu {
  border: 2px solid #8233FF;
  padding: 2rem 1.5rem;
  border-radius: 0 0 1.25rem 1.25rem;
}
.mbnav ul.menu > li.none-menu li {
  font-size: 1rem;
}
.mbnav ul.menu > li:not(.menu-v2, .menu-v3) .menu-inner > .sub-menu li:not(:last-child, .back-click, .parent-title) {
  margin-bottom: 0.625rem;
}
.mbnav ul.menu > li:not(.menu-v2, .menu-v3) .menu-inner > .sub-menu li a {
  font-weight: 500;
  padding: 0.75rem 0;
}
.mbnav ul.menu > li.menu-v2 .sub-menu li:has(.featured-item), .mbnav ul.menu > li.menu-v3 .sub-menu li:has(.featured-item) {
  margin-top: 2rem;
}
.mbnav ul.menu > li.menu-v2 .sub-menu li:has(.featured-item) > a, .mbnav ul.menu > li.menu-v3 .sub-menu li:has(.featured-item) > a {
  display: none;
}
.mbnav ul.menu > li.menu-v2 .sub-menu li:has(.featured-item) .featured-item, .mbnav ul.menu > li.menu-v3 .sub-menu li:has(.featured-item) .featured-item {
  width: 100%;
  max-width: 30rem;
}
.mbnav ul.menu > li.menu-v2 .sub-menu li:has(.featured-item) .featured-item .featured-wrapper, .mbnav ul.menu > li.menu-v3 .sub-menu li:has(.featured-item) .featured-item .featured-wrapper {
  display: block;
}
.mbnav ul.menu > li.menu-v2 .sub-menu li:has(.featured-item) .featured-item .featured-wrapper:hover .featured-item-title, .mbnav ul.menu > li.menu-v3 .sub-menu li:has(.featured-item) .featured-item .featured-wrapper:hover .featured-item-title {
  text-decoration: underline;
}
.mbnav ul.menu > li.menu-v2 .sub-menu li:has(.featured-item) .featured-item .featured-wrapper > .eyebrow-text, .mbnav ul.menu > li.menu-v3 .sub-menu li:has(.featured-item) .featured-item .featured-wrapper > .eyebrow-text {
  margin: 0;
  padding: 0.625rem 1.125rem;
  color: #291E51;
  border-radius: 0.75rem 0.75rem 0 0;
  background-color: #FFC300;
}
.mbnav ul.menu > li.menu-v2 .sub-menu li:has(.featured-item) .featured-item-row, .mbnav ul.menu > li.menu-v3 .sub-menu li:has(.featured-item) .featured-item-row {
  display: grid;
  grid-template-columns: auto 31.1%;
  background-color: #fff;
  border-radius: 0 0.75rem 0.75rem;
  overflow: hidden;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
}
.mbnav ul.menu > li.menu-v2 .sub-menu li:has(.featured-item) .featured-item-row .featured-img, .mbnav ul.menu > li.menu-v3 .sub-menu li:has(.featured-item) .featured-item-row .featured-img {
  position: relative;
  aspect-ratio: 160/113;
  width: 100%;
  height: 100%;
}
.mbnav ul.menu > li.menu-v2 .sub-menu li:has(.featured-item) .featured-item-row .featured-img img, .mbnav ul.menu > li.menu-v3 .sub-menu li:has(.featured-item) .featured-item-row .featured-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mbnav ul.menu > li.menu-v2 .sub-menu li:has(.featured-item) .featured-item-left, .mbnav ul.menu > li.menu-v3 .sub-menu li:has(.featured-item) .featured-item-left {
  padding: 0.875rem 1.25rem;
}
.mbnav ul.menu > li.menu-v2 .sub-menu li:has(.featured-item) .featured-item-left .eyebrow-text, .mbnav ul.menu > li.menu-v3 .sub-menu li:has(.featured-item) .featured-item-left .eyebrow-text {
  margin-bottom: 0.5rem;
}
.mbnav ul.menu > li.menu-v2 .sub-menu li:has(.featured-item) .featured-item-title, .mbnav ul.menu > li.menu-v3 .sub-menu li:has(.featured-item) .featured-item-title {
  display: block;
  margin: 0;
  font-size: 1.25rem;
  transition: 0.35s ease 0s;
}
.mbnav ul.menu > li.menu-v2 .menu-inner > .sub-menu li a, .mbnav ul.menu > li.menu-v3 .menu-inner > .sub-menu li a {
  font-size: 1rem;
  font-weight: 500;
}
.mbnav ul.menu > li.menu-v2 .menu-inner > .sub-menu > li:not(.back-click), .mbnav ul.menu > li.menu-v3 .menu-inner > .sub-menu > li:not(.back-click) {
  display: block;
}
.mbnav ul.menu > li.menu-v2 .menu-inner > .sub-menu > li:not(:last-child, .back-click, .parent-title), .mbnav ul.menu > li.menu-v3 .menu-inner > .sub-menu > li:not(:last-child, .back-click, .parent-title) {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #E9E2DD;
}
.mbnav ul.menu > li.menu-v2 .menu-inner > .sub-menu > li > a, .mbnav ul.menu > li.menu-v3 .menu-inner > .sub-menu > li > a {
  color: #8233FF;
  font-weight: 600;
}
.mbnav ul.menu > li.menu-v2 .menu-inner > .sub-menu > li .sub-menu, .mbnav ul.menu > li.menu-v3 .menu-inner > .sub-menu > li .sub-menu {
  margin-top: 0.625rem;
}
.mbnav ul.menu > li.menu-v2 .menu-inner > .sub-menu > li .sub-menu li, .mbnav ul.menu > li.menu-v3 .menu-inner > .sub-menu > li .sub-menu li {
  align-items: center;
  padding: 0.75rem 0;
}
.mbnav ul.menu > li.menu-v2 .menu-inner > .sub-menu > li .sub-menu li:not(:last-child, .back-click, .parent-title), .mbnav ul.menu > li.menu-v3 .menu-inner > .sub-menu > li .sub-menu li:not(:last-child, .back-click, .parent-title) {
  margin-bottom: 0.625rem;
}
.mbnav ul.menu > li.menu-v2 .menu-inner > .sub-menu > li .sub-menu li .menu-icon, .mbnav ul.menu > li.menu-v3 .menu-inner > .sub-menu > li .sub-menu li .menu-icon {
  display: flex;
  margin-right: 0.5rem;
  width: 1.25rem;
}
.mbnav ul.menu > li.menu-v2 .menu-inner > .sub-menu > li .sub-menu li .menu-icon img, .mbnav ul.menu > li.menu-v3 .menu-inner > .sub-menu > li .sub-menu li .menu-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mbnav ul.menu > li.menu-v2 .menu-inner > .sub-menu > li .sub-menu li a, .mbnav ul.menu > li.menu-v3 .menu-inner > .sub-menu > li .sub-menu li a {
  flex: 1;
}
.mbnav__backdrop {
  position: fixed;
  z-index: -1;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.55);
  transition: all 0.4s ease-in;
}
.mbnav__overlay {
  position: fixed;
  z-index: 99;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in;
}
.mbnav__overlay.is-show {
  visibility: visible;
  opacity: 1;
}
.mbnav.is-open .btn-wrap {
  transform: translateY(0);
}
.mbnav.is-open .mbnav__state {
  right: 0;
}
.mbnav.is-open .mbnav__backdrop {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}

/* stylelint-enable max-nesting-depth */
/* --- header --- */
.main-header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  transition: 0.35s ease 0s;
  /* nav */
}
.main-header.stuck .header-bottom::before {
  height: 100%;
}
.main-header:has(.header-top) {
  position: absolute;
}
.main-header:has(.header-top).stuck .header-bottom {
  position: fixed;
}
@media (max-width: 991px) {
  .main-header:has(.header-top):has(.mbnav.is-open) .header-bottom {
    z-index: 9;
  }
  .main-header:has(.header-top):has(.mbnav.is-open) .header-bottom::before {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .main-header:not(:has(.header-top)):has(.mbnav.is-open) .header-bottom {
    position: relative;
    z-index: 2;
  }
  .main-header:not(:has(.header-top)):has(.mbnav.is-open) .header-bottom::before {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .main-header.header-pinned {
    top: -4.625rem;
  }
}
.main-header.header-pinned:has(.header-top) {
  top: 0;
}
@media (min-width: 992px) {
  .main-header.header-pinned:has(.header-top) .header-bottom {
    top: -4.625rem;
  }
}
.main-header .header-bottom {
  position: relative;
  top: 0;
  width: 100%;
  transition: 0.35s ease 0s;
}
.main-header .header-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #291E51;
  transition: 0.3s ease-in-out;
  z-index: -1;
  pointer-events: none;
}
.main-header .brand {
  display: block;
  flex: 1;
  max-width: 7.313rem;
  width: 100%;
}
.main-header .mbh-logo-wrap {
  padding-right: 0.313rem;
}
@media (max-width: 767px) {
  .main-header .mbh-logo-wrap {
    flex: 1;
  }
}
.main-header .nav-menu {
  flex: 1;
  display: none;
}
@media (min-width: 992px) {
  .main-header .nav-menu {
    display: flex;
  }
}
.main-header .header-top {
  padding: 0.688rem 0;
  background: linear-gradient(90deg, #FFC300 0%, #EE4DFF 100%);
}
.main-header .header-top .container {
  position: relative;
}
.main-header .header-top .container .icon-close {
  position: absolute;
  top: 0.125rem;
  right: 0;
  width: 1.063rem;
  height: 1.063rem;
  color: #291E51;
  cursor: pointer;
  transition: 0.35s ease 0s;
}
@media (min-width: 992px) {
  .main-header .header-top .container .icon-close {
    top: 50%;
    transform: translateY(-50%);
  }
}
.main-header .header-top .container .icon-close:hover {
  color: #FFC300;
}
.main-header .header-top .container .icon-close::after, .main-header .header-top .container .icon-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 0.188rem;
  background-color: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
.main-header .header-top .container .icon-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.main-header .header-top .ht-wrap {
  padding: 0 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .main-header .header-top .ht-wrap {
    padding: 0 2rem 0 0;
  }
}
.main-header .hamburger-wrap {
  position: relative;
}
.main-header .hamburger-wrap:has(.is-clicked) .hamburger-sub-menu {
  opacity: 1;
  pointer-events: all;
}
.main-header .hamburger-sub-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  max-height: calc(100dvh - 170px);
  min-width: 21.125rem;
  padding: 2rem 3rem;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #8233FF;
  border-radius: 1.25rem;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  overflow: auto;
  transition: 0.35s ease 0s;
}
@media (max-width: 991px) {
  .main-header .hamburger-sub-menu {
    display: none;
  }
}
.main-header .hamburger-sub-menu .sub-menu-top {
  margin-bottom: 2rem;
}
.main-header .hamburger-sub-menu .sub-menu-top .btn-wrap {
  margin-top: 1.5rem;
}
.main-header .hamburger-sub-menu .sub-menu-bottom {
  padding: 2rem 0;
  border: solid #E9E2DD;
  border-width: 1px 0;
}
.main-header .hamburger-sub-menu .sub-menu-bottom .search-field {
  position: relative;
  flex: 1;
}
.main-header .hamburger-sub-menu .sub-menu-bottom .search-field input {
  padding: 0.5rem 0.5rem 0.5rem 2.625rem;
  height: 2.5rem;
  width: 100%;
  border: none;
}
.main-header .hamburger-sub-menu .sub-menu-bottom .search-field .icon-search {
  position: absolute;
  top: 50%;
  left: 1rem;
  display: flex;
  width: 1.125rem;
  height: auto;
  padding: 0;
  border: none;
  background-color: transparent;
  transform: translateY(-50%);
}
.main-header .hamburger-sub-menu .sub-menu-bottom .search-field .icon-search svg {
  width: 100%;
  height: auto;
}
.main-header .hamburger-sub-menu .sub-menu-bottom .link-list {
  margin-top: 2rem;
}
.main-header .hamburger-sub-menu .sub-menu-bottom .link-list .link-item {
  display: flex;
  align-items: center;
}
.main-header .hamburger-sub-menu .sub-menu-bottom .link-list .link-item .icon {
  display: flex;
  width: 1.5rem;
  height: auto;
  margin-right: 0.5rem;
  filter: brightness(0) saturate(100%);
}
.main-header .hamburger-sub-menu .sub-menu-bottom .link-list .link-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-header .hamburger-sub-menu .sub-menu-bottom .link-list .link-item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.main-header .hamburger-sub-menu .sub-menu-bottom .link-list .link-item a {
  color: #291E51;
}
.main-header .hamburger-sub-menu .sub-menu-bottom .link-list .link-item a:hover {
  color: #8233FF;
  text-decoration: none;
  font-weight: 400;
}
.main-header .hamburger-sub-menu .menu-wrap .menu {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  list-style: none;
}
.main-header .hamburger-sub-menu .menu-wrap .menu li {
  padding: 0;
}
.main-header .hamburger-sub-menu .menu-wrap .menu li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.main-header .hamburger-sub-menu .menu-wrap .menu li.current-menu-ancestor > a, .main-header .hamburger-sub-menu .menu-wrap .menu li.current-menu-item > a, .main-header .hamburger-sub-menu .menu-wrap .menu li:hover > a {
  color: #8233FF;
  text-decoration: none;
  font-weight: 700;
}
.main-header .hamburger-sub-menu .menu-wrap .menu li a {
  display: block;
  color: #291E51;
  font-size: 1.125rem;
}
.main-header .hamburger-sub-menu .menu-wrap .menu li a::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
  width: 100%;
  height: 3.375rem;
}
.main-header .hamburger-sub-menu .menu-wrap .menu .sub-menu {
  display: none;
}
.main-header .mh-bottom, .main-header .mh-top {
  padding: 1rem 0;
}
@media (max-width: 991px) {
  .main-header .mh-top {
    display: none;
  }
}
.main-header .mh-top .mht-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-header .mh-top .mht-link-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header .mh-top .mht-link-item {
  display: flex;
  align-items: center;
}
.main-header .mh-top .mht-link-item:not(:last-child) {
  margin-right: 1.5rem;
}
.main-header .mh-top .mht-link-item:has(.icon) a {
  font-weight: 700;
}
.main-header .mh-top .mht-link-item .icon {
  display: flex;
  width: 1.563rem;
  height: auto;
  margin-right: 0.5rem;
}
.main-header .mh-top .mht-link-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-header .mh-top .mht-link-item a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}
.main-header .mh-top .mht-link-item a:hover {
  color: #FFC300;
  text-decoration: none;
}
.main-header .mh-top .mht-search-wrap {
  margin-left: 1.5rem;
  position: relative;
  width: 5.125rem;
  max-width: 20.938rem;
  transition: 0.4s ease-in 0s;
}
.main-header .mh-top .mht-search-wrap.is-open {
  width: 100%;
}
.main-header .mh-top .mht-search-wrap.is-open .search-form {
  opacity: 1;
  pointer-events: all;
}
.main-header .mh-top .mht-search-wrap.is-open .mht-search-btn {
  opacity: 0;
  transition-delay: 0.2s;
  pointer-events: none;
}
.main-header .mh-top .mht-search-wrap .search-form {
  opacity: 0;
  transition: inherit;
  pointer-events: none;
}
.main-header .mh-top .mht-search-wrap .mht-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(41, 30, 81, 0.6);
  z-index: -1;
  transition: 0.4s ease-in 0s;
}
.main-header .mh-top .mht-search-btn {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0;
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.4s ease 0s;
}
.main-header .mh-top .mht-search-btn:hover {
  color: #FFC300;
}
.main-header .mh-top .mht-search-btn svg {
  display: block;
  width: 1.125rem;
  height: auto;
  margin-right: 0.5rem;
}
.main-header .mh-top .mht-search-field {
  display: flex;
  align-items: center;
}
.main-header .mh-top .mht-search-field .btn-close {
  position: relative;
  margin-left: 1.5rem;
  width: 1.625rem;
  height: 1.625rem;
  color: #fff;
  cursor: pointer;
  border-radius: 0.25rem;
  transition: 0.35s ease 0s;
}
.main-header .mh-top .mht-search-field .btn-close:hover {
  color: #FFC300;
}
.main-header .mh-top .mht-search-field .btn-close::after, .main-header .mh-top .mht-search-field .btn-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 0.125rem;
  background-color: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
.main-header .mh-top .mht-search-field .btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.main-header .mh-top .mht-search-field .search-field {
  position: relative;
  flex: 1;
}
.main-header .mh-top .mht-search-field .search-field input {
  padding: 0.5rem 0.5rem 0.5rem 2.625rem;
  height: 2.5rem;
  width: 100%;
  border: none;
}
.main-header .mh-top .mht-search-field .search-field .icon-search {
  position: absolute;
  top: 50%;
  left: 1rem;
  display: flex;
  width: 1.125rem;
  height: auto;
  padding: 0;
  border: none;
  background-color: transparent;
  transform: translateY(-50%);
}
.main-header .mh-top .mht-search-field .search-field .icon-search svg {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .main-header .mh-bottom {
    padding: 1.5rem 0;
  }
}
.main-header .mh-bottom .container {
  position: relative;
}
.main-header .mh-bottom .mhb-btn .btn {
  padding: 0.5rem 1.625rem;
}
@media (max-width: 1199px) {
  .main-header .mh-bottom .mhb-btn .btn {
    padding: 0.5rem 1rem;
  }
}
.main-header .navigation {
  word-break: keep-all;
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */
}
.main-header .navigation nav > ul {
  display: flex;
}
.main-header .navigation nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header .navigation nav ul li {
  padding: 0;
  list-style: none;
}
.main-header .navigation nav ul li a {
  display: block;
  text-decoration: none;
  line-height: normal;
}
.main-header .navigation nav ul.menu > li {
  margin: 0 1.25rem;
}
@media (max-width: 1199px) {
  .main-header .navigation nav ul.menu > li {
    margin: 0 0.625rem;
  }
}
.main-header .navigation nav ul.menu > li > a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}
.main-header .navigation nav ul.menu > li > a::before {
  content: attr(title);
  display: block;
  text-align: center;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.main-header .navigation nav ul.menu > li.none-menu {
  position: relative;
  white-space: nowrap;
}
.main-header .navigation nav ul.menu > li.none-menu > .sub-menu .sub-menu {
  margin-top: 1rem;
  margin-left: 1rem;
}
.main-header .navigation nav ul.menu > li > ul.sub-menu {
  pointer-events: none;
  position: absolute;
  top: calc(100% + 2.5rem);
  left: 50%;
  padding: 2rem 4rem;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #8233FF;
  border-radius: 1.25rem;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  transform: translateX(-50%);
  transition: opacity 0.3s;
}
@media (max-width: 1199px) {
  .main-header .navigation nav ul.menu > li > ul.sub-menu {
    padding: 2rem;
  }
}
.main-header .navigation nav ul.menu > li > ul.sub-menu::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
  width: 100%;
  height: 3.125rem;
}
.main-header .navigation nav ul.menu > li > ul.sub-menu li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.main-header .navigation nav ul.menu > li > ul.sub-menu li.current-menu-ancestor > a, .main-header .navigation nav ul.menu > li > ul.sub-menu li.current-menu-item > a, .main-header .navigation nav ul.menu > li > ul.sub-menu li:hover > a {
  color: #8233FF;
}
.main-header .navigation nav ul.menu > li > ul.sub-menu li a {
  color: #291E51;
  font-weight: 500;
}
.main-header .navigation nav ul.menu > li.menu-v3::before, .main-header .navigation nav ul.menu > li.menu-v2::before {
  content: "";
  position: absolute;
  top: 68%;
  left: 0;
  width: 100%;
  height: 3.375rem;
  pointer-events: none;
}
.main-header .navigation nav ul.menu > li.menu-v3:hover::before, .main-header .navigation nav ul.menu > li.menu-v2:hover::before {
  pointer-events: all;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu {
  display: grid;
  max-height: calc(100dvh - 170px);
  overflow: auto;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu::before, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu::before {
  display: none;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li:not(:last-child), .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li:not(:last-child) {
  margin-bottom: 0;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li:first-child, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li:first-child {
  padding-right: 2rem;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li:first-child + li, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li:first-child + li {
  padding-left: 2rem;
  border-left: 1px solid #BDBBBB;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li:has(.featured-item), .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li:has(.featured-item) {
  grid-column: 1/-1;
  margin-top: 0.5rem;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li:has(.featured-item) > a, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li:has(.featured-item) > a {
  display: none;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li:has(.featured-item) .featured-item, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li:has(.featured-item) .featured-item {
  max-width: 30rem;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li:has(.featured-item) .featured-item .featured-wrapper, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li:has(.featured-item) .featured-item .featured-wrapper {
  display: block;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li:has(.featured-item) .featured-item .featured-wrapper:hover .featured-item-title, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li:has(.featured-item) .featured-item .featured-wrapper:hover .featured-item-title {
  text-decoration: underline;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li:has(.featured-item) .featured-item .featured-wrapper > .eyebrow-text, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li:has(.featured-item) .featured-item .featured-wrapper > .eyebrow-text {
  margin: 0;
  padding: 0.75rem 1.125rem;
  color: #291E51;
  border-radius: 0.75rem 0.75rem 0 0;
  background-color: #FFC300;
  line-height: 1;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li:has(.featured-item) .featured-item-row, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li:has(.featured-item) .featured-item-row {
  display: grid;
  grid-template-columns: auto 33.4%;
  background-color: #fff;
  border-radius: 0 0.75rem 0.75rem;
  overflow: hidden;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li:has(.featured-item) .featured-item-row .featured-img, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li:has(.featured-item) .featured-item-row .featured-img {
  position: relative;
  aspect-ratio: 160/113;
  width: 100%;
  height: 100%;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li:has(.featured-item) .featured-item-row .featured-img img, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li:has(.featured-item) .featured-item-row .featured-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li:has(.featured-item) .featured-item-left, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li:has(.featured-item) .featured-item-left {
  padding: 0.875rem 1.25rem;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li:has(.featured-item) .featured-item-left .eyebrow-text, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li:has(.featured-item) .featured-item-left .eyebrow-text {
  margin-bottom: 0.5rem;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li:has(.featured-item) .featured-item-title, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li:has(.featured-item) .featured-item-title {
  display: block;
  margin: 0;
  transition: 0.35s ease 0s;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li > a, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li > a {
  font-weight: 600;
  color: #8233FF;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li .sub-menu, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li .sub-menu {
  display: grid;
  gap: 0.625rem;
  margin-top: 0.625rem;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li .sub-menu li, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li .sub-menu li {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0.75rem 0.25rem 0.75rem 0;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li .sub-menu li .menu-icon, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li .sub-menu li .menu-icon {
  display: flex;
  margin-right: 0.5rem;
  width: 1.25rem;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li .sub-menu li .menu-icon img, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li .sub-menu li .menu-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li .sub-menu li a, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li .sub-menu li a {
  flex: 1;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li .sub-menu li a, .main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li .sub-menu li a {
    font-size: 0.875rem;
  }
}
.main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu {
  width: 103.3%;
  grid-template-columns: repeat(2, 1fr);
}
.main-header .navigation nav ul.menu > li.menu-v2 > .sub-menu > li .sub-menu {
  grid-template-columns: repeat(2, 1fr);
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu {
  width: 100%;
  max-width: 63.125rem;
  grid-template-columns: repeat(3, 1fr);
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li .menu-icon {
  align-self: center;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li:has(.featured-item) {
  margin-top: 2.5rem;
}
.main-header .navigation nav ul.menu > li.menu-v3 > .sub-menu > li:first-child + li + li:not(:has(.featured-item)) {
  padding-left: 2rem;
  border-left: 1px solid #BDBBBB;
}
.main-header .navigation nav ul.menu > li.current-menu-ancestor > a, .main-header .navigation nav ul.menu > li.current-menu-item > a, .main-header .navigation nav ul.menu > li:hover > a {
  color: #FFC300;
  font-weight: 700;
}
.main-header .navigation nav ul.menu > li:hover > ul {
  pointer-events: auto;
  opacity: 1;
}

/* --- footer --- */
.main-footer {
  align-self: end;
  width: 100%;
  height: auto;
  padding: 3.75rem 0 1.75rem;
  line-height: normal;
}
@media (max-width: 767px) {
  .main-footer {
    padding: 4rem 0;
  }
}
.main-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-footer ul li {
  padding: 0;
}
.main-footer ul a {
  font-size: 0.875rem;
}
.main-footer .mf-top {
  margin-bottom: 6.25rem;
}
@media (max-width: 991px) {
  .main-footer .mf-top {
    margin-bottom: 4.125rem;
  }
}
@media (max-width: 767px) {
  .main-footer .mf-top {
    margin-bottom: 2rem;
  }
}
.main-footer .mf-top + .mf-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid #F2F2F2;
}
@media (max-width: 767px) {
  .main-footer .mf-top + .mf-bottom {
    padding-top: 2rem;
  }
}
.main-footer .mf-menu .menu {
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 991px) {
  .main-footer .mf-menu .menu {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 575px) {
  .main-footer .mf-menu .menu {
    display: block;
  }
}
@media (max-width: 575px) {
  .main-footer .mf-menu .menu > li {
    text-align: center;
  }
  .main-footer .mf-menu .menu > li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.main-footer .mf-menu .menu > li .menu-item-wrap > a,
.main-footer .mf-menu .menu > li > a {
  font-size: 1.25rem;
  font-weight: 700;
}
.main-footer .mf-menu .menu > li .menu-item-wrap > a:hover,
.main-footer .mf-menu .menu > li > a:hover {
  font-weight: 700;
}
.main-footer .mf-menu .menu > li .menu-item-wrap {
  position: relative;
  display: inline-block;
}
.main-footer .mf-menu .menu > li .menu-item-wrap .down-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -1.625rem;
  top: 50%;
  transform: translateY(-45%);
  width: 1.25rem;
  height: 1.25rem;
  transition: 0.4s ease 0s;
  z-index: 1;
}
.main-footer .mf-menu .menu > li .menu-item-wrap .down-arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: currentColor transparent transparent transparent;
}
@media (min-width: 576px) {
  .main-footer .mf-menu .menu > li .menu-item-wrap .down-arrow {
    display: none;
  }
}
.main-footer .mf-menu .menu > li.is-active .down-arrow {
  transform: translateY(-50%) scale(-1);
}
@media (max-width: 575px) {
  .main-footer .mf-menu .menu > li > ul.sub-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .main-footer .mf-menu .menu > li > ul.sub-menu {
    display: block !important;
  }
}
.main-footer .mf-menu .menu li.current-menu-ancestor > a, .main-footer .mf-menu .menu li.current-menu-ancestor > .menu-item-wrap > a, .main-footer .mf-menu .menu li.current-menu-item > a, .main-footer .mf-menu .menu li.current-menu-item > .menu-item-wrap > a {
  color: #FFC300;
  text-decoration: underline;
}
.main-footer .mf-menu .menu a {
  color: #fff;
}
.main-footer .mf-menu .menu a:hover {
  color: #FFC300;
  font-weight: 400;
}
.main-footer .mf-menu .menu a[href="javascript:void(0);"] {
  cursor: default;
}
.main-footer .mf-menu .menu ul {
  margin-top: 0.5rem;
}
.main-footer .mf-menu .menu ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.main-footer .mf-bottom .footer-logo {
  max-width: 8.75rem;
  width: 100%;
}
@media (max-width: 767px) {
  .main-footer .mf-bottom .footer-logo {
    margin: 0 auto;
  }
}
.main-footer .mf-bottom .footer-logo .brand {
  display: inline-flex;
  width: 100%;
}
.main-footer .mf-bottom .footer-logo img {
  width: 100%;
}
.main-footer .mf-bottom .copyright {
  margin-top: 1.25rem;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .main-footer .mf-bottom .copyright {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .main-footer .mf-bottom .mfb-left {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .main-footer .mf-bottom .mfb-right, .main-footer .mf-bottom .mfb-center {
    margin-top: 2rem;
  }
}
@media (max-width: 575px) {
  .main-footer .mf-bottom .mfb-center {
    display: flex;
    flex-direction: column-reverse;
  }
}
.main-footer .mf-bottom .mfb-center ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-footer .mf-bottom .mfb-center .mf-social-list li {
  margin: 0 0.75rem;
}
.main-footer .mf-bottom .mfb-center .mf-social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.563rem;
  height: 1.438rem;
  padding: 0.313rem;
  color: #291E51;
  background-color: #fff;
  border-radius: 0.313rem;
  outline-color: #fff;
}
.main-footer .mf-bottom .mfb-center .mf-social-list a:hover {
  background-color: #FFC300;
}
.main-footer .mf-bottom .mfb-center .mf-social-list a svg {
  width: 100%;
  height: auto;
  transition: inherit;
}
.main-footer .mf-bottom .mfb-center .mf-social-list a.icon-facebook {
  padding: 0.375rem 0.125rem 0px;
}
@media (min-width: 576px) {
  .main-footer .mf-bottom .mfb-center .legal-menu {
    margin-top: 1rem;
  }
}
@media (max-width: 575px) {
  .main-footer .mf-bottom .mfb-center .legal-menu {
    padding-top: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.main-footer .mf-bottom .mfb-center .legal-menu .menu {
  flex-wrap: wrap;
  gap: 0.25rem 0;
}
.main-footer .mf-bottom .mfb-center .legal-menu li {
  display: flex;
  padding: 0 0.25rem;
}
.main-footer .mf-bottom .mfb-center .legal-menu li:not(:last-child) {
  border-right: 1px solid #fff;
}
.main-footer .mf-bottom .mfb-center .legal-menu a {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
}
.main-footer .mf-bottom .mfb-center .legal-menu a:hover {
  color: #FFC300;
  font-weight: 400;
}

.error-404-section {
  position: relative;
  padding: 10rem 0 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40.625rem;
  height: 100%;
}
@media (max-width: 767px) {
  .error-404-section {
    min-height: auto;
    padding: 9.063rem 0 9.375rem;
  }
}
.error-404-section::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  aspect-ratio: 642/564;
  max-width: 40.625rem;
  background-image: url(../images/error-bg.svg);
  mix-blend-mode: difference;
  background-repeat: no-repeat;
  background-size: 112% auto;
  background-position: top 10px left;
  pointer-events: none;
}
@media (max-width: 767px) {
  .error-404-section::before {
    width: 17.188rem;
    aspect-ratio: 275/204;
    background-size: cover;
    background-position: top left;
  }
}
.error-404-section .container {
  --container-width: 72.25rem;
}
.error-404-section .btn-wrap,
.error-404-section .error-search {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .error-404-section .description p {
    line-height: 1.9;
  }
}
@media (min-width: 992px) {
  .error-404-section .error-search input[type=search] {
    padding-right: 4.375rem;
  }
  .error-404-section .error-search .searth-btn {
    right: 2.5rem;
    width: 1.625rem;
  }
}
@media (max-width: 767px) {
  .error-404-section .error-search input[type=search] {
    padding-left: 0.625rem;
  }
}
.error-404-section .error-wrap {
  max-width: 41.25rem;
}

.search-result-page .sr-banner {
  padding: 12.625rem 0rem 2.625rem;
  background-image: linear-gradient(132deg, #8233FF 26.33%, #EE4DFF 88.24%);
}
@media (max-width: 991px) {
  .search-result-page .sr-banner {
    padding: 8.5rem 0rem 5.0625rem;
  }
}
.search-result-page .sr-banner .search-form {
  position: relative;
}
.search-result-page .sr-banner .search-form input {
  padding: 0.875rem 3.125rem 0.875rem 2rem;
}
.search-result-page .sr-banner .search-form .search-btn {
  position: absolute;
  top: calc(50% - 0.563rem);
  right: 1rem;
  padding: 0;
  display: flex;
  width: 1.125rem;
  height: auto;
  color: #8233FF;
  background-color: transparent;
  border: none;
}
.search-result-page .sr-banner .search-form .search-btn:hover {
  color: #291E51;
}
.search-result-page .sr-banner .search-form .search-btn svg {
  width: 100%;
  height: auto;
}
.search-result-page .sr-post-showing {
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .search-result-page .sr-post-showing {
    padding: 2rem 0rem 1rem;
  }
}
@media (max-width: 767px) {
  .search-result-page .sr-block.space-md {
    padding-top: 1rem;
  }
}
.search-result-page .sr-block .container {
  --container-width: 59.75rem;
}
.search-result-page .sr-block .sr-tearm-wrap {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .search-result-page .sr-block .sr-tearm-wrap {
    margin-bottom: 2rem;
  }
}
.search-result-page .sr-block .sr-tearm-wrap span {
  display: block;
}
.search-result-page .sr-block .sr-tearm-wrap span.sr-term {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.search-result-page .sr-block .sr-items {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #fff;
}
.search-result-page .sr-block .sr-items .sr-type-wrap {
  margin-bottom: 0.5rem;
}
.search-result-page .sr-block .sr-items .sr-type-wrap div {
  margin-bottom: 0;
}
.search-result-page .sr-block .sr-items .sr-type-wrap div + div {
  margin-left: 2.5rem;
}
.search-result-page .sr-block .sr-items .sr-desc h2 {
  margin-bottom: 0;
  font-weight: 500;
}
.search-result-page .sr-block .sr-items .sr-desc h2 a:hover {
  color: #8233FF;
  text-decoration: none;
}
.search-result-page .sr-block .sr-items .sr-desc .desc {
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .search-result-page .sr-block .sr-items-row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .search-result-page .sr-block .sr-items-right {
    width: 31.633333%;
  }
}
@media (max-width: 575px) {
  .search-result-page .sr-block .sr-items-right {
    margin-bottom: 2rem;
  }
}
.search-result-page .sr-block .sr-items-left {
  flex: 1;
}
.search-result-page .sr-block .sr-img {
  position: relative;
  aspect-ratio: 279/186;
  border-radius: 0.5rem;
  overflow: hidden;
}
.search-result-page .sr-block .sr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-hero-section {
  padding: 10.625rem 0 3.125rem;
  background: linear-gradient(131.97deg, #8233FF 26.33%, #EE4DFF 88.24%);
}
@media (max-width: 767px) {
  .single-hero-section {
    padding: 8.5rem 0 3.313rem;
  }
}
.single-hero-section .breadcrumbs {
  margin-bottom: 4rem;
}
.single-hero-section .shs-content .shs-assets-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  margin-bottom: 1.75rem;
}
.single-hero-section .shs-content .shs-assets-wrap .eyebrow-text {
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.single-hero-section .shs-content .shs-author,
.single-hero-section .shs-content .btn-wrap {
  margin-top: 1.75rem;
}

.resource-single-hero:has(.rsh-row.sidebar_right) {
  padding-bottom: 0;
  margin-bottom: var(--space-lg);
}
@media (max-width: 767px) {
  .resource-single-hero:has(.rsh-row.sidebar_right) {
    --space-lg: 3.75rem;
    padding-bottom: 1.75rem;
  }
}
.resource-single-hero .rsh-action-box-media {
  position: relative;
  aspect-ratio: 3/2;
  border-radius: 0.75rem;
  overflow: hidden;
}
.resource-single-hero .rsh-action-box-media iframe,
.resource-single-hero .rsh-action-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resource-single-hero .rsh-action-box .btn-wrap {
  margin-top: 1rem;
}
.resource-single-hero .rsh-row.top {
  flex-direction: column-reverse;
}
.resource-single-hero .rsh-row.top > div {
  width: 100%;
}
.resource-single-hero .rsh-row.top .rsh-action-box-media {
  aspect-ratio: 16/9;
}
.resource-single-hero .rsh-row.top .rsh-right {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .resource-single-hero .rsh-row.top .rsh-box {
    max-width: 80%;
    margin: 0 auto;
  }
}
.resource-single-hero .rsh-row:not(.top) .rsh-left {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .resource-single-hero .rsh-row:not(.top) .rsh-right {
    margin-bottom: calc(-1 * var(--space-lg) / 2);
  }
}
.resource-single-hero .rsh-box {
  padding: 2.1875rem 1.5625rem;
  color: #291E51;
  border-radius: 0.625rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  filter: drop-shadow(0px 4px 16px rgba(41, 30, 81, 0.2));
}
@media (max-width: 767px) {
  .resource-single-hero .rsh-box {
    padding: 1.75rem 1.375rem 2.25rem;
  }
}
.resource-single-hero .rsh-box.solid_white {
  background-color: #fff;
}
@media (min-width: 768px) {
  .resource-single-hero .rsh-box .gated-form {
    max-width: 28.75rem;
    margin: 0 auto;
  }
}

body.resource-template-default .wrapper, body.single-post .wrapper {
  overflow: inherit;
  overflow-x: clip;
}
@media (min-width: 992px) {
  body.resource-template-default .wrapper:has(.main-header.header-pinned) .scs-table-content, body.single-post .wrapper:has(.main-header.header-pinned) .scs-table-content {
    top: 6rem;
  }
}

@media (max-width: 767px) {
  .post-details-content-section {
    --space-md: 2.75rem;
  }
}
.post-details-content-section .scs-grid {
  display: grid;
  grid-template-columns: 16.563rem auto;
}
@media (max-width: 767px) {
  .post-details-content-section .scs-grid {
    grid-template-columns: 100%;
  }
}
@media (max-width: 767px) {
  .post-details-content-section .scs-social {
    display: flex;
    align-items: center;
  }
}
.post-details-content-section .scs-social .scs-social-label {
  margin-bottom: 0.188rem;
}
@media (max-width: 767px) {
  .post-details-content-section .scs-social .scs-social-label {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
.post-details-content-section .scs-social .heateor_sss_sharing_container {
  display: flex;
}
.post-details-content-section .scs-social .heateor_sss_sharing_ul {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.post-details-content-section .scs-social .heateor_sss_sharing_ul a {
  position: relative;
  display: flex !important;
  width: 1.375rem !important;
  height: 1.375rem;
  margin: 0;
  color: #8233FF;
}
.post-details-content-section .scs-social .heateor_sss_sharing_ul a:hover {
  color: #291E51;
}
.post-details-content-section .scs-social .heateor_sss_sharing_ul a svg {
  fill: currentcolor;
}
.post-details-content-section .scs-social .heateor_sss_svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}
.post-details-content-section .scs-table-content {
  position: sticky;
  margin-top: 4.625rem;
  top: 7.5rem;
  transition: 0.35s ease 0s;
}
@media (min-width: 768px) {
  .post-details-content-section .scs-table-content:not(.-mobile) {
    display: none;
  }
  .post-details-content-section .scs-table-content:not(.-mobile):has(.scs-table-item) {
    display: block;
  }
}
@media (min-width: 992px) {
  .post-details-content-section .scs-table-content {
    top: 11rem;
  }
}
@media (max-width: 1199px) {
  .post-details-content-section .scs-table-content {
    margin-top: 3.25rem;
  }
}
@media (max-width: 767px) {
  .post-details-content-section .scs-table-content {
    padding-top: 1rem;
    top: 5.5rem;
    margin-top: 0;
    margin-bottom: 2.5rem;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .post-details-content-section .scs-table-content.-mobile {
    display: none;
  }
  .post-details-content-section .scs-table-content.-mobile:has(.scs-table-item) {
    display: block;
  }
}
.post-details-content-section .scs-table-content .scs-table-list {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: calc(100dvh - 200px);
  overflow: auto;
  border-left: 1px solid #E9E2DD;
}
@media (max-width: 767px) {
  .post-details-content-section .scs-table-content .scs-table-list {
    position: absolute;
    display: none;
    top: calc(100% + 0.5rem);
    left: 0;
    width: 100%;
    overflow: auto;
    max-height: 34.375rem;
    height: auto;
    border: 1px solid #291E51;
    background-color: #fff;
    border-radius: 0.25rem;
  }
}
.post-details-content-section .scs-table-content .scs-table-list li {
  padding: 0;
}
.post-details-content-section .scs-table-content .scs-table-list li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.post-details-content-section .scs-table-content .scs-table-list li.active > a, .post-details-content-section .scs-table-content .scs-table-list li:hover > a {
  color: #fff;
  background-color: #291E51;
  text-decoration: none;
  font-weight: 400;
}
.post-details-content-section .scs-table-content .scs-table-list li.active > a::before, .post-details-content-section .scs-table-content .scs-table-list li:hover > a::before {
  opacity: 1;
}
.post-details-content-section .scs-table-content .scs-table-list a {
  position: relative;
  display: block;
  font-size: 0.875rem;
  padding: 0.375rem 0.375rem 0.375rem 0.9375rem;
  color: #291E51;
  border-radius: 0 0.25rem 0.25rem 0;
  overflow: hidden;
}
.post-details-content-section .scs-table-content .scs-table-list a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #FFC300 0%, #EE4DFF 100%);
  opacity: 0;
  transition: inherit;
}
.post-details-content-section .scs-table-content .scs-table-dropdown {
  position: relative;
  padding: 0.875rem 3.125rem 0.875rem 1.125rem;
  border: 1px solid #291E51;
  border-radius: 0.25rem;
}
.post-details-content-section .scs-table-content .scs-table-dropdown.is-open::before {
  transform: rotate(180deg);
}
.post-details-content-section .scs-table-content .scs-table-dropdown::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 1.563rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #8233FF transparent transparent transparent;
  transition: 0.35s ease 0s;
}
.post-details-content-section .scs-table-content .scs-table-dropdown .dropdown-title {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 768px) {
  .post-details-content-section .scs-table-content .scs-table-dropdown .dropdown-title {
    display: none;
  }
}
@media (min-width: 768px) {
  .post-details-content-section .scs-right {
    margin-left: 2.375rem;
  }
}
@media (max-width: 767px) {
  .post-details-content-section .scs-right {
    margin-top: 2rem;
  }
}
.post-details-content-section .scs-featured-image {
  aspect-ratio: 859/486;
  margin-bottom: 2rem;
}
.post-details-content-section .scs-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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