@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Kastelov-Axiforma-Black.otf");
  font-weight: 800;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Kastelov-Axiforma-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Kastelov-Axiforma-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Kastelov-Axiforma-Regular.otf");
  font-weight: 400;
}
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

.font-main {
  font-family: "Axiforma";
}
body {
  background: #fffdf7;
  font-family: "Inter", sans-serif;
  color: #09283c;
}
.font-inter {
  font-family: "Inter", sans-serif;
}
.body-inter p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
}
/* body::-webkit-scrollbar {
  display: none;
} */
.nav-sticky {
  position: fixed !important;
  top: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in;
  z-index: 999;
  background-color: #fff;
}
.nav-sticky .logo svg {
  color: #312783;
}
.nav-sticky ul li {
  color: #000;
}
.nav-sticky .menu a {
  color: #000;
}
.nav-sticky .menu a:hover {
  color: #f04f3c;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .nav-sticky {
    background-color: #fff;
  }
  .nav-sticky .logo svg {
    color: #fff;
  }
}

/* --------PM--------- */

.content-\[\'\'\] {
  --tw-content: "";
  content: var(--tw-content);
}
.container-xs {
  max-width: 480px;
}
.container-sm,
.container-xs {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container-sm {
  max-width: 640px;
}
.container-md {
  max-width: 720px;
}
.container-lg,
.container-md {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container-lg {
  max-width: 960px;
}
.container-xl {
  max-width: 1140px;
}
.container-2xl,
.container-xl {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container-2xl {
  max-width: 1280px;
}
@media (min-width: 640px) {
  .container,
  .layout-main > :not(.contained),
  .layout-project > :not(.contained) {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container,
  .layout-main > :not(.contained),
  .layout-project > :not(.contained) {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container,
  .layout-main > :not(.contained) {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container,
  .layout-main > :not(.contained) {
    max-width: 1200px;
  }
}
@media (min-width: 1340px) {
  .container,
  .layout-main > :not(.contained) {
    max-width: 1300px;
  }
}
@media (min-width: 1536px) {
  .container,
  .layout-main > :not(.contained) {
    max-width: 1420px;
  }
}
@media (min-width: 1024px) {
  .layout-project > :not(.contained) {
    max-width: 62rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1840px) {
  .layout-project > :not(.contained) {
    max-width: 72rem;
  }
}
@keyframes linearGradientMovement {
  0% {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.linear-gradient-animation {
  width: 100%;
  height: 8px;
  position: relative;
  overflow: hidden;
}
.linear-gradient-animation div {
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: linearGradientMovement 6s linear infinite;
}
.linear-gradient-animation span {
  display: flex;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
}
.linear-gradient-animation span:first-child {
  left: 0;
}
.linear-gradient-animation span:after,
.linear-gradient-animation span:before {
  display: block;
  width: 50%;
  height: 100%;
  content: "";
  background-size: 100% 100%;
}
.linear-gradient-animation span:before {
  background: linear-gradient(
    90deg,
    #a671d9 2.92%,
    #3c3ea9 15.42%,
    #a671d9 28.44%,
    #4144ff 41.46%,
    #3c3ea9 55%,
    #4144fe 68.54%,
    #a671d9 82.6%,
    #4144fe 97.71%
  );
}
.linear-gradient-animation span:after {
  background: linear-gradient(
    90deg,
    #4144fe 2.92%,
    #a671d9 15.42%,
    #4144fe 28.44%,
    #3c3ea9 41.46%,
    #4144ff 55%,
    #a671d9 68.54%,
    #3c3ea9 82.6%,
    #a671d9 97.71%
  );
}
.horizontal-gradient-animation {
  background-color: #ff964f;
  background-size: 150% 150%;
  background-position: 55% 75%;
  animation: horizontalGradientAnimation 3s ease-in-out infinite;
  background: linear-gradient(90deg, #ff964f 0%, #ffc299 50%, #fffdf7 100%);
}
@media only screen and (max-width: 600px) {
  .horizontal-gradient-animation {
    background-color: #ff964f;
    background-size: 150% 150%;
    background-position: 55% 75%;
    animation: horizontalGradientAnimation 3s ease-in-out infinite;
    background: linear-gradient(
      180deg,
      #ff964f 0%,
      #ffc299 50%,
      #fffdf7 100%
    ) !important;
  }
}
@keyframes horizontalGradientAnimation {
  0% {
    background-position: 55% 75%;
  }
  50% {
    background-position: 5% 50%;
  }
  to {
    background-position: 55% 75%;
  }
}
.horizontal-gradient-animation_repair {
  background-color: #ff964f;
  background-size: 150% 150%;
  background-position: 55% 75%;
  animation: horizontalGradientAnimation 3s ease-in-out infinite;
  background: linear-gradient(90deg, #ff964f 0%, #ffc29905 50%, #fffdf700 100%);
}
.vertical-gradient-animation {
  background-color: #45479d;
  background: linear-gradient(180deg, #45479d 15%, #a671d9 90%);
  background-size: 150% 150%;
  background-position: 55% 75%;
  animation: verticalGradientAnimation 3s ease-in-out infinite;
}
@keyframes verticalGradientAnimation {
  0% {
    background-position: 55% 75%;
  }
  50% {
    background-position: 5% 50%;
  }
  to {
    background-position: 55% 75%;
  }
}
@keyframes matchSpinnerAnimation {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.match-spinner-animation {
  height: 2.6rem;
  width: 2.6rem;
  position: relative;
}
.match-spinner-animation span {
  height: 1.2rem;
  width: 1.2rem;
  background: rgba(69, 71, 157, 0.75);
  animation-timing-function: ease-in-out;
  display: block;
  position: absolute;
  animation-name: matchSpinnerAnimation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.match-spinner-animation span:first-child {
  top: 0;
  left: 0;
  animation-delay: 0s;
}
.match-spinner-animation span:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0.2s;
}
.match-spinner-animation span:nth-child(3) {
  bottom: 0;
  right: 0;
  animation-delay: 0.4s;
}
.match-spinner-animation span:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 0.6s;
}
.repeated-logo-icons {
  background-image: url(/_next/static/media/logo-icons.83cdff3c.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.prose-custom.prose :where(a):not(:where([class~="not-prose"] *)) {
  font-weight: inherit;
}
div[data-list-item="check2col"] [data-list-prefix] > span:before,
div[data-list-item="check"] [data-list-prefix] > span:before {
  content: url(/_next/static/media/icon-tick-circle.02092945.svg);
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 3px;
}
div[data-list-item="tick2col"] [data-list-prefix] > span:before,
div[data-list-item="tick"] [data-list-prefix] > span:before {
  content: url(/_next/static/media/icon-tick.9713c66e.svg);
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 3px;
}
div[data-list-item="bullet2col"] [data-list-prefix] > span:before {
  content: "●";
  font-size: 0.46666em;
}
div[data-list-item="number2col"] [data-list-prefix] > span:before {
  content: counter(list-level-1) ".";
  content: counter(list-level-1, number) ".";
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: rgba(var(--color-bullets), 1);
}
.prose.text-white :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: currentColor;
}
.layout-main {
  max-width: 100%;
}
.layout-main > :not(.contained) {
  width: 100%;
}
.layout-main > ol:not(.contained) {
  padding-left: 2rem;
}
html .flickity-button {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(var(--color-primary-100), 1);
  transition: 0.4s;
}
html .flickity-enabled .flickity-button {
  opacity: 0;
}
html .flickity-enabled:hover .flickity-button {
  opacity: 1;
}
html .flickity-button:hover {
  background-color: rgba(var(--color-primary-50), 1);
}
html .flickity-button:active,
html .flickity-button:focus {
  background-color: rgba(var(--color-primary-100), 1);
  box-shadow: none;
  outline: none;
  border: none;
}
html .flickity-button .flickity-button-icon {
  width: 30%;
  height: 30%;
  top: 35%;
  left: 35%;
}
html .flickity-button .flickity-button-icon path {
  fill: currentColor;
}
html .flickity-prev-next-button.previous {
  left: -3rem;
}
html .flickity-prev-next-button.next {
  right: -3rem;
}
.prose :where(h1 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.slick-slide {
  padding-top: 1px;
  padding-bottom: 1px;
}
html .mb-0-last-child > :last-child {
  margin-bottom: 0;
}
.quote-icons {
  position: relative;
}
.quote-icons:after,
.quote-icons:before {
  display: inline-block;
  vertical-align: top;
  width: 0.8rem;
  height: 0.8rem;
}
/* .quote-icons:before {
  content: url(/_next/static/media/icon-quote-open.620c2a5e.svg);
  position: absolute;
  top: -1rem;
  left: -1rem;
} */
.quote-icons .conte:after {
  content: url(../images/Quend.svg);
  margin-left: 0.5rem;
  position: relative;
  top: -0.25rem;
}
.slick-vertical-dots .slick-dots {
  width: 1rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  bottom: auto;
  z-index: 11;
  transform: translateY(-50%);
}
.slick-vertical-dots .slick-dots li {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}
.slick-horizontal-dots .slick-dots {
  bottom: 1rem;
}
.prose-boxed h1 a,
.prose-boxed h2 a,
.prose-boxed h3 a,
.prose-boxed h4 a,
.prose-boxed h5 a,
.prose-boxed h6 a {
  color: currentColor;
  text-decoration: none;
}
.prose-boxed h1 a:after,
.prose-boxed h2 a:after,
.prose-boxed h3 a:after,
.prose-boxed h4 a:after,
.prose-boxed h5 a:after,
.prose-boxed h6 a:after {
  content: url(/_next/static/media/icon-arrow-right.7e319e56.svg);
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
  transition: 0.4s;
}
.prose-boxed h1 a:hover:after,
.prose-boxed h2 a:hover:after,
.prose-boxed h3 a:hover:after,
.prose-boxed h4 a:hover:after,
.prose-boxed h5 a:hover:after,
.prose-boxed h6 a:hover:after {
  transform: translateX(0.25rem);
}
.prose:not(.text-white) > ul > li > svg {
  color: rgba(var(--color-primary-600), 1);
}
.select-icon {
  background-image: url(/_next/static/media/icon-chevron-down.6abe82d0.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem;
}
html .slick-next,
html .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #e0dcff;
  color: rgba(var(--color-primary), 8);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

html .slick-next:before,
html .slick-prev:before {
  display: block;
  width: 1rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
}

html .slick-next:focus,
html .slick-next:hover,
html .slick-prev:focus,
html .slick-prev:hover {
  background-color: #e0dcff;
  color: rgba(var(--color-primary), 1);
}
html .slick-next.slick-disabled,
html .slick-prev.slick-disabled {
  background-color: rgba(var(--color-primary-50), 0.5);
  color: rgba(var(--color-primary), 8);
  cursor: not-allowed;
}
html .slick-dots li.slick-active button:before {
  color: rgba(var(--color-primary), 8);
}
html .prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.before\:absolute:before {
  content: var(--tw-content);
  position: absolute;
}
.before\:left-0:before {
  content: var(--tw-content);
  left: 0;
}
.before\:top-0:before {
  content: var(--tw-content);
  top: 0;
}
.before\:z-0:before {
  content: var(--tw-content);
  z-index: 0;
}
.before\:block:before {
  content: var(--tw-content);
  display: block;
}
.before\:h-full:before {
  content: var(--tw-content);
  height: 100%;
}
.before\:w-full:before {
  content: var(--tw-content);
  width: 100%;
}
.before\:scale-150:before {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}
.before\:scale-150:before,
.before\:scale-75:before {
  content: var(--tw-content);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:scale-75:before {
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
}
.before\:rounded-full:before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:border:before {
  content: var(--tw-content);
  border-width: 1px;
}
.before\:border-primary-700:before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: #09283c;
}
.before\:bg-white:before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.before\:pb-\[100\%\]:before {
  content: var(--tw-content);
  padding-bottom: 100%;
}
.before\:transition-transform:before {
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.before\:duration-500:before {
  content: var(--tw-content);
  transition-duration: 0.5s;
}
.before\:ease-in-out:before {
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.before\:content-\[\'\'\]:before {
  --tw-content: "";
  content: var(--tw-content);
}
.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-primary-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(88 78 165 / var(--tw-ring-opacity));
}
.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}
.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.hover\:border-gray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.hover\:border-primary-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(41 31 122 / var(--tw-border-opacity));
}
.hover\:border-primary-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(31 21 112 / var(--tw-border-opacity));
}
.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-primary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 255 / var(--tw-bg-opacity));
}
.hover\:bg-primary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(88 78 165 / var(--tw-bg-opacity));
}
.hover\:bg-primary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 31 122 / var(--tw-bg-opacity));
}
.hover\:bg-primary-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 21 112 / var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:font-semibold:hover {
  font-weight: 600;
}
/* .hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: #09283C;
}
.hover\:text-primary-100:hover {
  --tw-text-opacity: 1;
  color: rgb(236 237 245 / var(--tw-text-opacity));
}
.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(88 78 165 / var(--tw-text-opacity));
}
.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: #09283C;
}
.hover\:text-primary-800:hover {
  --tw-text-opacity: 1;
  color: rgb(41 31 122 / var(--tw-text-opacity));
}
.hover\:text-primary-900:hover {
  --tw-text-opacity: 1;
  color: rgb(31 21 112 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
} */
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:shadow-base:hover {
  --tw-shadow: 0px 0px 22px rgba(152, 111, 176, 0.16);
  --tw-shadow-colored: 0px 0px 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:right-0:focus {
  right: 0;
}
.focus\:border-0:focus {
  border-width: 0;
}
.focus\:border-gray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.focus\:border-gray-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.focus\:border-primary-700:focus {
  --tw-border-opacity: 1;
  border-color: #09283c;
}
.focus\:border-primary-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(41 31 122 / var(--tw-border-opacity));
}
.focus\:border-primary-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(31 21 112 / var(--tw-border-opacity));
}
.focus\:border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.focus\:bg-primary-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(236 237 245 / var(--tw-bg-opacity));
}
.focus\:bg-primary-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(31 21 112 / var(--tw-bg-opacity));
}
.focus\:bg-transparent:focus {
  background-color: transparent;
}
.focus\:text-primary-900:focus {
  --tw-text-opacity: 1;
  color: rgb(31 21 112 / var(--tw-text-opacity));
}
.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:opacity-70:focus {
  opacity: 0.7;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-0:focus {
  outline-width: 0;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.focus\:ring-0:focus,
.focus\:ring-2:focus {
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.focus\:ring-primary-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 71 157 / var(--tw-ring-opacity));
}
.focus\:ring-primary-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 39 131 / var(--tw-ring-opacity));
}
.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.focus-visible\:outline:focus-visible {
  outline-style: solid;
}
.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}
.focus-visible\:outline-blue-600:focus-visible {
  outline-color: #2563eb;
}
.focus-visible\:outline-primary-600:focus-visible {
  outline-color: #45479d;
}
.focus-visible\:outline-red-600:focus-visible {
  outline-color: #dc2626;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-primary-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(88 78 165 / var(--tw-ring-opacity));
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}
.group:hover .group-hover\:scale-105,
.group:hover .group-hover\:scale-x-95 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-x-95 {
  --tw-scale-x: 0.95;
}
.group:hover .group-hover\:bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 21 112 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:before\:scale-150:before {
  content: var(--tw-content);
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.prose-headings\:mb-1
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0.25rem;
}
.prose-headings\:mb-3
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0.75rem;
}
.prose-headings\:mb-4
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  margin-bottom: 1rem;
}
.prose-headings\:mb-5
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  margin-bottom: 1.25rem;
}
.prose-headings\:text-2xl
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  font-size: 1.5rem;
  line-height: 1.3;
}
.prose-headings\:text-3xl
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  font-size: 1.875rem;
  line-height: 1.3;
}
.prose-headings\:text-4xl
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  font-size: 2.25rem;
  line-height: 1.2;
}
.prose-headings\:text-5xl
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  font-size: 2.5rem;
  line-height: 1.2;
}
.prose-headings\:text-6xl
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  font-size: 2.75rem;
  line-height: 1.2;
}
.prose-headings\:text-xl
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  font-size: 1.25rem;
  line-height: 1.3;
}
.prose-headings\:font-bold
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  font-weight: 700;
}
.prose-headings\:font-medium
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  font-weight: 500;
}
.prose-headings\:font-normal
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  font-weight: 400;
}
.prose-headings\:font-semibold
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  font-weight: 600;
}
.prose-headings\:leading-\[1\.1\]
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  line-height: 1.1;
}
.prose-headings\:leading-snug
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  line-height: 1.375;
}
.prose-headings\:leading-tight
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  line-height: 1.2;
}
.prose-headings\:text-primary
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: #09283c;
}
.prose-headings\:text-white
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.prose-h1\:mb-1 :is(:where(h1):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0.25rem;
}
.prose-h1\:mb-5 :is(:where(h1):not(:where([class~="not-prose"] *))) {
  margin-bottom: 1.25rem;
}
.prose-h1\:text-5xl :is(:where(h1):not(:where([class~="not-prose"] *))) {
  font-size: 2.5rem;
  line-height: 1.2;
}
.prose-h1\:text-base :is(:where(h1):not(:where([class~="not-prose"] *))) {
  font-size: 1rem;
  line-height: 1.5;
}
.prose-h1\:font-light :is(:where(h1):not(:where([class~="not-prose"] *))) {
  font-weight: 300;
}
.prose-h1\:font-semibold :is(:where(h1):not(:where([class~="not-prose"] *))) {
  font-weight: 600;
}
.prose-h1\:uppercase :is(:where(h1):not(:where([class~="not-prose"] *))) {
  text-transform: uppercase;
}
.prose-h2\:mb-1 :is(:where(h2):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0.25rem;
}
.prose-h2\:mb-5 :is(:where(h2):not(:where([class~="not-prose"] *))) {
  margin-bottom: 1.25rem;
}
.prose-h2\:text-3xl :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-size: 1.875rem;
  line-height: 1.3;
}
.prose-h2\:text-4xl :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-size: 2.25rem;
  line-height: 1.2;
}
.prose-h2\:text-7xl :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-size: 3.5rem;
  line-height: 1.1;
}
.prose-h2\:text-base :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-size: 1rem;
  line-height: 1.5;
}
.prose-h2\:font-light :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-weight: 300;
}
.prose-h2\:font-semibold :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-weight: 600;
}
.prose-h2\:uppercase :is(:where(h2):not(:where([class~="not-prose"] *))) {
  text-transform: uppercase;
}
.prose-h2\:text-primary :is(:where(h2):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: #09283c;
}
.prose-h3\:mb-3 :is(:where(h3):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0.75rem;
}
.prose-h3\:mb-4 :is(:where(h3):not(:where([class~="not-prose"] *))) {
  margin-bottom: 1rem;
}
.prose-h3\:text-2xl :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-size: 1.5rem;
  line-height: 1.3;
}
.prose-h3\:text-4xl :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-size: 2.25rem;
  line-height: 1.2;
}
.prose-h3\:text-5xl :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-size: 2.5rem;
  line-height: 1.2;
}
.prose-h3\:text-6xl :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-size: 2.75rem;
  line-height: 1.2;
}
.prose-h3\:font-black :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-weight: 900;
}
.prose-h3\:font-semibold :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-weight: 600;
}
.prose-h3\:leading-\[1\.1\]
  :is(:where(h3):not(:where([class~="not-prose"] *))) {
  line-height: 1.1;
}
.prose-h3\:text-primary :is(:where(h3):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: #09283c;
}
.prose-h3\:text-white :is(:where(h3):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.prose-h4\:mb-3 :is(:where(h4):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0.75rem;
}
.prose-h4\:text-4xl :is(:where(h4):not(:where([class~="not-prose"] *))) {
  font-size: 2.25rem;
  line-height: 1.2;
}
.prose-h4\:text-xl :is(:where(h4):not(:where([class~="not-prose"] *))) {
  font-size: 1.25rem;
  line-height: 1.3;
}
.prose-h4\:font-medium :is(:where(h4):not(:where([class~="not-prose"] *))) {
  font-weight: 500;
}
.prose-h5\:mb-2 :is(:where(h5):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0.5rem;
}
.prose-h5\:text-3xl :is(:where(h5):not(:where([class~="not-prose"] *))) {
  font-size: 1.875rem;
  line-height: 1.3;
}
.prose-h5\:text-lg :is(:where(h5):not(:where([class~="not-prose"] *))) {
  font-size: 1.125rem;
  line-height: 1.3;
}
.prose-h5\:font-medium :is(:where(h5):not(:where([class~="not-prose"] *))) {
  font-weight: 500;
}
.prose-h6\:mb-2 :is(:where(h6):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0.5rem;
}
.prose-h6\:text-2xl :is(:where(h6):not(:where([class~="not-prose"] *))) {
  font-size: 1.5rem;
  line-height: 1.3;
}
.prose-h6\:text-base :is(:where(h6):not(:where([class~="not-prose"] *))) {
  font-size: 1rem;
  line-height: 1.5;
}
.prose-h6\:text-lg :is(:where(h6):not(:where([class~="not-prose"] *))) {
  font-size: 1.125rem;
  line-height: 1.3;
}
.prose-h6\:font-medium :is(:where(h6):not(:where([class~="not-prose"] *))) {
  font-weight: 500;
}
.prose-p\:mt-4 :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin-top: 1rem;
}
.prose-p\:inline :is(:where(p):not(:where([class~="not-prose"] *))) {
  display: inline;
}
.prose-p\:max-w-lg :is(:where(p):not(:where([class~="not-prose"] *))) {
  max-width: 32rem;
}
.prose-p\:text-white :is(:where(p):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.prose-blockquote\:relative
  :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
  position: relative;
}
.prose-blockquote\:mx-auto
  :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
  margin-left: auto;
  margin-right: auto;
}
.prose-blockquote\:my-8
  :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.prose-blockquote\:max-w-3xl
  :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
  max-width: 48rem;
}
.prose-blockquote\:border-none
  :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
  border-style: none;
}
.prose-blockquote\:py-4
  :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.prose-blockquote\:pl-8
  :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
  padding-left: 2rem;
}
.prose-blockquote\:pr-8
  :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
  padding-right: 2rem;
}
.prose-blockquote\:font-light
  :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
  font-weight: 300;
}
.prose-blockquote\:not-italic
  :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
  font-style: normal;
}
.prose-blockquote\:leading-relaxed
  :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
  line-height: 1.625;
}
.prose-blockquote\:text-black
  :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.prose-blockquote\:before\:absolute
  :is(:where(blockquote):not(:where([class~="not-prose"] *))):before {
  content: var(--tw-content);
  position: absolute;
}
.prose-blockquote\:before\:left-0
  :is(:where(blockquote):not(:where([class~="not-prose"] *))):before {
  content: var(--tw-content);
  left: 0;
}
.prose-blockquote\:before\:top-0
  :is(:where(blockquote):not(:where([class~="not-prose"] *))):before {
  content: var(--tw-content);
  top: 0;
}
.prose-blockquote\:before\:h-full
  :is(:where(blockquote):not(:where([class~="not-prose"] *))):before {
  content: var(--tw-content);
  height: 100%;
}
.prose-blockquote\:before\:w-2
  :is(:where(blockquote):not(:where([class~="not-prose"] *))):before {
  content: var(--tw-content);
  width: 0.5rem;
}
.prose-blockquote\:before\:rounded-full
  :is(:where(blockquote):not(:where([class~="not-prose"] *))):before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.prose-blockquote\:before\:bg-primary
  :is(:where(blockquote):not(:where([class~="not-prose"] *))):before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(49 39 131 / var(--tw-bg-opacity));
}
@media not all and (min-width: 640px) {
  .max-sm\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}
@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }
  .sm\:right-2 {
    right: 0.5rem;
  }
  .sm\:right-8 {
    right: 2rem;
  }
  .sm\:top-2 {
    top: 0.5rem;
  }
  .sm\:top-3 {
    top: 0.75rem;
  }
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:mr-2 {
    margin-right: 0.5rem;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mt-5 {
    margin-top: 1.25rem;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:h-10 {
    height: 2.5rem;
  }
  .sm\:h-12 {
    height: 3rem;
  }
  .sm\:h-14 {
    height: 3.5rem;
  }
  .sm\:h-16 {
    height: 4rem;
  }
  .sm\:h-4 {
    height: 1rem;
  }
  .sm\:h-5\/6 {
    height: 83.333333%;
  }
  .sm\:h-8 {
    height: 2rem;
  }
  .sm\:w-1\/3 {
    width: 33.333333%;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:max-w-sm {
    max-width: 24rem;
  }
  .sm\:basis-1\/2 {
    flex-basis: 50%;
  }
  .sm\:basis-1\/3 {
    flex-basis: 33.333333%;
  }
  .sm\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }
  .sm\:-translate-y-1\/2,
  .sm\:translate-y-0 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
  }
  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }
  .sm\:scale-100,
  .sm\:scale-95 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:scale-95 {
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
  }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-end {
    justify-content: flex-end;
  }
  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:border-primary {
    --tw-border-opacity: 1;
    border-color: #09283c;
  }
  .sm\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
  .sm\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(49 39 131 / var(--tw-bg-opacity));
  }
  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .sm\:p-0 {
    padding: 0;
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
  .sm\:pl-3 {
    padding-left: 0.75rem;
  }
  .sm\:pr-28 {
    padding-right: 7rem;
  }
  .sm\:pt-2 {
    padding-top: 0.5rem;
  }
  .sm\:pt-24 {
    padding-top: 6rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 1.2;
  }
  .sm\:text-primary {
    --tw-text-opacity: 1;
    color: #09283c;
  }
  .sm\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .sm\:opacity-10 {
    opacity: 0.1;
  }
  .sm\:opacity-40 {
    opacity: 0.4;
  }
  .sm\:opacity-5 {
    opacity: 0.05;
  }
  .sm\:prose-headings\:text-3xl
    :is(
      :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))
    ) {
    font-size: 1.875rem;
    line-height: 1.3;
  }
  .sm\:prose-headings\:text-5xl
    :is(
      :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))
    ) {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:order-first {
    order: -9999;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:-mb-4 {
    margin-bottom: -1rem;
  }
  .md\:-mt-5 {
    margin-top: -1.25rem;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:ml-\[15\%\] {
    margin-left: 15%;
  }
  .md\:mr-3 {
    margin-right: 0.75rem;
  }
  .md\:mr-4 {
    margin-right: 1rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-10 {
    height: 2.5rem;
  }
  .md\:h-20 {
    height: 5rem;
  }
  .md\:h-48 {
    height: 12rem;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:w-10 {
    width: 2.5rem;
  }
  .md\:w-24 {
    width: 6rem;
  }
  .md\:w-72 {
    width: 18rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:max-w-lg {
    max-width: 32rem;
  }
  .md\:basis-1\/2 {
    flex-basis: 50%;
  }
  .md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }
  .md\:basis-1\/4 {
    flex-basis: 25%;
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:gap-0 {
    gap: 0;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-5 {
    gap: 1.25rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .md\:gap-y-4 {
    row-gap: 1rem;
  }
  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .md\:pr-32 {
    padding-right: 8rem;
  }
  .md\:pr-4 {
    padding-right: 1rem;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pt-32 {
    padding-top: 8rem;
  }
  .md\:pt-5 {
    padding-top: 1.25rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .md\:text-5xl {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:left-0 {
    left: 0;
  }
  .lg\:left-auto {
    left: auto;
  }
  .lg\:right-0 {
    right: 0;
  }
  .lg\:top-0 {
    top: 0;
  }
  .lg\:order-last {
    order: 9999;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mr-16 {
    margin-right: 4rem;
  }
  .lg\:mr-20 {
    margin-right: 5rem;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-10 {
    height: 2.5rem;
  }
  .lg\:h-12 {
    height: 3rem;
  }
  .lg\:h-14 {
    height: 3.5rem;
  }
  .lg\:h-16 {
    height: 4rem;
  }
  .lg\:h-20 {
    height: 5rem;
  }
  .lg\:h-6 {
    height: 1.5rem;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-\[62\%\] {
    width: 62%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:max-w-lg {
    max-width: 32rem;
  }
  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }
  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }
  .lg\:basis-1\/4 {
    flex-basis: 25%;
  }
  .lg\:basis-1\/5 {
    flex-basis: 20%;
  }
  .lg\:-translate-y-full {
    --tw-translate-y: -100%;
  }
  .lg\:-translate-y-full,
  .lg\:translate-x-1\/2 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:gap-16 {
    gap: 4rem;
  }
  .lg\:overflow-hidden {
    overflow: hidden;
  }
  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .lg\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
  .lg\:border-b {
    border-bottom-width: 1px;
  }
  .lg\:border-primary {
    --tw-border-opacity: 1;
    border-color: #09283c;
  }
  .lg\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }
  .lg\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(49 39 131 / var(--tw-bg-opacity));
  }
  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }
  .lg\:from-\[\#fff\] {
    --tw-gradient-from: #fff;
    --tw-gradient-to: hsla(0, 0%, 100%, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .lg\:from-\[transparent\] {
    --tw-gradient-from: transparent;
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .lg\:to-\[\#fff\] {
    --tw-gradient-to: #fff;
  }
  .lg\:to-\[transparent\] {
    --tw-gradient-to: transparent;
  }
  .lg\:object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:pb-36 {
    padding-bottom: 9rem;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pr-4 {
    padding-right: 1rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pt-40 {
    padding-top: 10rem;
  }
  .lg\:text-6xl {
    font-size: 2.75rem;
    line-height: 1.2;
  }
  /* .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .lg\:text-inherit {
    color: inherit;
  }
  .lg\:text-primary {
    --tw-text-opacity: 1;
    color: #09283C;
  }
  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .lg\:hover\:border-primary-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(31 21 112 / var(--tw-border-opacity));
  }
  .lg\:hover\:bg-primary-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(237 235 255 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-primary-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 21 112 / var(--tw-bg-opacity));
  }
  .lg\:hover\:text-primary-900:hover {
    --tw-text-opacity: 1;
    color: rgb(31 21 112 / var(--tw-text-opacity));
  }
  .lg\:focus\:border-primary-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(41 31 122 / var(--tw-border-opacity));
  }
  .lg\:focus\:bg-primary-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(236 237 245 / var(--tw-bg-opacity));
  }
  .lg\:focus\:bg-primary-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(41 31 122 / var(--tw-bg-opacity));
  }
  .lg\:focus\:text-primary-800:focus {
    --tw-text-opacity: 1;
    color: rgb(41 31 122 / var(--tw-text-opacity));
  } */
  .lg\:prose-headings\:text-6xl
    :is(
      :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))
    ) {
    font-size: 2.75rem;
    line-height: 1.2;
  }
}
@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }
  .xl\:-top-20 {
    top: -5rem;
  }
  .xl\:bottom-0 {
    bottom: 0;
  }
  .xl\:left-0 {
    left: 0;
  }
  .xl\:left-16 {
    left: 4rem;
  }
  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .xl\:mt-0 {
    margin-top: 0;
  }
  .xl\:mt-8 {
    margin-top: 2rem;
  }
  .xl\:mt-auto {
    margin-top: auto;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:h-52 {
    height: 13rem;
  }
  .xl\:h-auto {
    height: auto;
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:max-w-xl {
    max-width: 36rem;
  }
  .xl\:basis-1\/4 {
    flex-basis: 25%;
  }
  .xl\:basis-1\/5 {
    flex-basis: 20%;
  }
  .xl\:basis-1\/6 {
    flex-basis: 16.666667%;
  }
  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:flex-col {
    flex-direction: column;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
  .xl\:gap-12 {
    gap: 3rem;
  }
  .xl\:gap-14 {
    gap: 3.5rem;
  }
  .xl\:gap-6 {
    gap: 1.5rem;
  }
  .xl\:gap-8 {
    gap: 2rem;
  }
  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .xl\:p-10 {
    padding: 2.5rem;
  }
  .xl\:p-12 {
    padding: 3rem;
  }
  .xl\:p-7 {
    padding: 1.75rem;
  }
  .xl\:p-8 {
    padding: 2rem;
  }
  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .xl\:pb-\[60\%\] {
    padding-bottom: 60%;
  }
  .xl\:pr-24 {
    padding-right: 6rem;
  }
  .xl\:pt-12 {
    padding-top: 3rem;
  }
  .xl\:pt-8 {
    padding-top: 2rem;
  }
  .xl\:pt-9 {
    padding-top: 2.25rem;
  }
  .xl\:text-7xl {
    font-size: 3.5rem;
    line-height: 1.1;
  }
  .xl\:prose-headings\:text-4xl
    :is(
      :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))
    ) {
    font-size: 2.25rem;
    line-height: 1.2;
  }
  .xl\:prose-headings\:text-7xl
    :is(
      :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))
    ) {
    font-size: 3.5rem;
    line-height: 1.1;
  }
}
@media (min-width: 1536px) {
  .\32xl\:-top-28 {
    top: -7rem;
  }
  .\32xl\:left-20 {
    left: 5rem;
  }
  .\32xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .\32xl\:h-56 {
    height: 14rem;
  }
  .\32xl\:w-\[28rem\] {
    width: 28rem;
  }
  .\32xl\:max-w-3xl {
    max-width: 48rem;
  }
  .\32xl\:-translate-y-\[14rem\] {
    --tw-translate-y: -14rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .\32xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .\32xl\:pl-12 {
    padding-left: 3rem;
  }
  .\32xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 1.3;
  }
}
/* --------------------------- */

#promotional_slider .promotionalslider_wrapper {
  width: 100%;
  display: flex;
  /* slick initialized */
}
#promotional_slider .promotionalslider_wrapper .slick-arrow {
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-appearance: none;
  border: 0;
  background-color: #e0dcff;
  outline: none;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow:before {
  font-size: 23px;
  color: #fff;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-next:before {
  content: url(../images/arrow-r.svg);
}
#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-prev:before {
  content: url(../images/arrow-l.svg);
}
#promotional_slider .promotionalslider_wrapper .slick-arrow:hover {
  cursor: pointer;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-disabled {
  opacity: 0.5;
  background: #e0dcff;
}
#promotional_slider
  .promotionalslider_wrapper
  .slick-arrow.slick-disabled:hover {
  cursor: not-allowed;
}
#promotional_slider .promotionalslider_wrapper.slick-initialized {
  position: relative;
}
#promotional_slider .promotionalslider_wrapper.slick-initialized .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
#promotional_slider .promotionalslider_wrapper.slick-initialized .slick-next {
  right: -50px;
}
#promotional_slider .promotionalslider_wrapper.slick-initialized .slick-prev {
  left: -50px;
}

.slideCopy-container {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 20px;
}
.slideCopy-content {
  position: absolute;
  margin: 0 auto;
}
.item-slide .slick-dots {
  display: flex;
  margin: 0 auto;
  gap: 15px;
}
.item-slide .slick-dots li {
  background: #8261c3;
  height: 10px;
  width: 10px;
  font-size: 0;
  border-radius: 50%;
}
.item-slide .slick-dots li.slick-active {
  background: #312784;
}
/* ---------------------------------- */

.testimonial .slick-dots {
  display: flex;
  margin: 0 auto;
  gap: 15px;
  justify-content: center;
}
.testimonial .slick-dots li {
  background: #f2ead0;
  height: 10px;
  width: 10px;
  font-size: 0;
  border-radius: 50%;
}
.testimonial .slick-dots li.slick-active {
  background: #ff7800;
}

/* --------------------------------------- */

ul#filterOptions {
  overflow: hidden;
}

#ourHolder {
  overflow: hidden;
}
/* ------------------------ */

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  /* padding: 20px; */
  margin: 0;
  list-style: none;
  background-color: #f9f9fa;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 30px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  cursor: pointer;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 0px 22px 0px rgba(152, 111, 176, 0.16);
}
ul.accordion-list li.active {
  background: #e3e3e3;
}
ul.accordion-list li.active h3:after {
  /* transform: rotate(45deg); */
  content: url(../images/-.svg);
}
ul.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  width: 100%;
  letter-spacing: 0.01em;
  cursor: pointer;
  color: #000;
  font-size: 28px;
  font-style: normal;
  line-height: 40px;
  margin-bottom: 10px;
}
ul.accordion-list li h4 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
ul.accordion-list li h3:after {
  content: url(../images/+.svg);
  position: absolute;
  right: 0;
  top: 0;
  color: #fcc110;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  /* font-weight: 300;
  padding: 10px 0 0 0; */
  /* cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px; */
}
.services .accordion-list li.active {
  background: #fff !important;
}

.services .accordion-list li.active .service-text {
  display: none;
}

ul.accordion-list li .home-services:after {
  content: url(../images/+.svg);
  position: absolute;
  right: 5%;
  top: 20px;
  color: #fcc110;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}

ul.accordion-list li.active .home-services:after {
  /* transform: rotate(45deg); */
  content: url(../images/-.svg);
}

/* ------------------------ */

.menuToggle {
  display: block;
  position: relative;
  top: 30px;
  /* z-index: 1; */
  -webkit-user-select: none;
  user-select: none;
}
.menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: all 0.3s ease;
}
.menuToggle a:hover {
  color: #45479d;
}
.menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
.menuToggle span {
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #002949;
  border-radius: 1px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.menuToggle span:first-child {
  transform-origin: 0% 0%;
}
.menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
.menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #002949;
}
.menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
.menuToggle input:checked ~ .menuItem {
  transform: none;
}
.menuItem {
  position: absolute;
  width: 300px;
  padding: 30px;
  /* padding-top: 125px; */
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  height: 100vh;
}
.menuItem li {
  padding: 10px 0;
  font-size: 20px;
}
.menu--right .menuToggle {
  position: fixed;
  right: 30px;
  top: 50px;
}

@media (max-width: 768px) {
  .menu--right .menuToggle {
    top: auto;
  }
}
.menu--right .menuToggle input {
  right: 0;
}
.menu--right .menuToggle span {
  right: 10px;
}
.menu--right .menuItem {
  right: -50px;
  margin: 17px 0 0 0;
  transform: translate(100%, 0);
}
.menu--right .menuItem li a:hover {
  padding-left: 5px;
}
@keyframes text-slide-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  ul.accordion-list li {
    padding: 20px !important;
  }
  ul.accordion-list li h3 {
    font-size: 18px !important;
  }
  ul.accordion-list li h4 {
    font-size: 16px !important;
  }
}
/* --------------------- */

.inner-banner {
  background-image: url(../images/careers.png);
  height: 440px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
/* ------------------- */
.vertical-tab .activeButton {
  background: #fff;
  color: #ff7800;
  font-family: "Axiforma";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  z-index: 1;
  box-shadow: 0px 0px 22px 0px rgba(152, 111, 176, 0.16);
  /* height: 76px; */
  padding: 24px 32px;
}
.vertical-tab .activeButton span {
  display: none;
}
/* ------------------- */
.case-stuides-teb button.activeButton {
  border: 2px solid #312783;
}
.technologies button.activeButton {
  border: 2px solid #312783;
}

.services-tab button.activeButton {
  opacity: 0.7;
}
.services-tab g.activeButton :first-child {
  opacity: 0.8;
}

/* ---------------- */

@keyframes dash {
  from {
    stroke-dasharray: 0 1;
  }
  to {
    stroke-dasharray: 1 0;
  }
}

svg #triangle polygon,
svg #infinity path,
svg #dot-1 circle,
svg #dot-2 circle,
svg #dot-3 circle,
svg #annotation path {
  /*   animation: dash 5s linear infinite; */
  animation: dash 3s ease-in-out forwards;
}
/* ------------------------- */
.slick-vertical .slick-dots {
  left: 10px; /* Adjust as needed */
  top: 50%; /* Center dots vertically */
  transform: translateY(-50%);
}

.slick-vertical .slick-dots li {
  display: block;
  margin: 5px 0;
}

.slick-vertical .slick-dots li button:before {
  font-size: 12px;
}
/* ------------------------------- */

.accordion-tab {
  padding-bottom: 24px;
  padding-top: 24px;
  h2 {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;

    &::after {
      content: url(../images/+-w.svg);
      position: absolute;
      right: 0rem;
      transition: transform 0.5s;
    }
  }
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-out;

  & > div {
    /* text-align: justify; */
    /* color: var(--text); */
    overflow: hidden;
  }
}

.expand .accordion-content {
  grid-template-rows: 1fr;
  padding: 0.5rem 0;
}

.expand h2::after {
  transform: rotate(45deg);
}
/* ----------------- */

.slick-carousel {
  height: 450px;
}

.slick-slide {
  height: auto; /* Ensure slides adapt to the carousel height */
}

#contact_us label {
  margin-bottom: 0.25rem; /* 4px */
  display: block;
  font-weight: 300;
  color: #09283c; /* Replace with your actual primary color */
  margin-top: 25px;
  font-family: "Axiforma";
}
div.wpforms-container-full:not(:empty) {
  margin: 0 auto !important;
}

#contact_us input[type="text"],
#contact_us input[type="email"],
#contact_us input[type="tel"] {
  height: 3rem; /* 48px */
  width: 100%;
  border-radius: 0.5rem !important;
  border: 1px solid #d1d5db; /* gray-300 */
  background-color: white;
  padding-left: 0.75rem; /* 12px */
  padding-right: 0.75rem; /* 12px */
  font-size: 0.875rem; /* 14px */
  color: #4a5568; /* gray-700 */
  transition: border-color 0.2s, box-shadow 0.2s;
}
#contact_us textarea {
  height: 7rem !important;
  border-radius: 0.75rem !important;
  font-size: 0.875rem !important;
}
#contact_us textarea::placeholder {
  color: #a0aec0 !important; /* gray-400 */
}
#contact_us textarea:focus {
  border-color: white;
  box-shadow: 0 0 0 1px #4a5568; /* primary-600 */
  outline: none;
  border: 1px solid #4a5568;
}
#contact_us input[type="text"]::placeholder,
#contact_us input[type="email"]::placeholder,
#contact_us input[type="tel"]::placeholder {
  color: #a0aec0 !important; /* gray-400 */
}

#contact_us input[type="text"]:focus,
#contact_us input[type="email"]:focus,
#contact_us input[type="tel"]:focus {
  border-color: white;
  box-shadow: 0 0 0 1px #4a5568; /* primary-600 */
  outline: none;
  border: 1px solid #4a5568;
}
#contact_us .text-sm {
  font-size: 0.9rem !important;
  line-height: 1.4;
}
/* 
#contact_us .wpforms-field-label-inline{
  margin-right: 0.75rem;
  height: 1rem; 
  width: 1rem; 
  border-radius: 0.125rem; 
  border: 1px solid #1a202c; 
  background-color: transparent; 
  color: var(--primary-900); 
  outline: none; 
} */
#contact_us .wpforms-field-label-inline {
  font-size: 0.875rem; /* text-sm */
  font-weight: 500; /* font-medium */
  color: #101010 !important;
}

#contact_us .wpforms-container .wpforms-field {
  padding: 0 !important;
}
#contact_us .wpforms-field-container {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

#contact_us .wpforms-submit {
  margin-top: 15px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  color: #fff;
  font-weight: 400;
  padding-top: 0.5rem;
  padding-bottom: 0.625rem;
  border-radius: 9999px;
  background-color: #09283c;
  border: 2px solid #09283c;
  text-align: left;
  position: relative;
}
#contact_us .wpforms-submit:hover {
  border: 2px solid #09283c;
  color: #09283c;
  background: transparent !important;
}
#contact_us .wpforms-submit::after {
  border: none;
}
@media only screen and (max-width: 600px) {
  #contact_us .wpforms-submit-container {
    text-align: center;
  }
}

/* ------------------------- */
/* Slick slider styles */
.slider-container {
  width: 80vw;
  margin: 0 auto;
  overflow: hidden;
}

.slider img {
  width: 100%;
  height: auto;
}
.shadow-1 {
  box-shadow: 0px 0px 22px 0px rgba(152, 111, 176, 0.16);
}

.news_content h3 {
  font-family: "Axiforma";
  font-size: 1.50rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 1.5rem 0;
}
.news_content h4 {
  font-family: "Axiforma";
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 1rem 0;
}
.news_content p {
  margin-bottom: 12px;
}
.news_content p a {
  text-decoration: underline;
  text-decoration-color: #ff7800;
  text-underline-offset: 5px;
}
.news_content p a:hover {
  text-decoration-color: #09283c;
  color: #ff7800;
}
.news_content img {
  margin-bottom: 15px;
  border-radius: 0.75rem;
}
.news_content ul {
  padding-left: 2rem;
  list-style-type: disc;
}
.news_content ul li {
  margin-bottom: 12px;
}
.news_content ul li strong {
  color: #ff7800;
  font-size: 18px;
  font-family: "Axiforma";
  font-weight: 600;
}

.policy {
  position: relative;
  z-index: 30;
}
.policy h3 {
  font-size: 28px;
  margin: 20px 0;
  font-family: "Axiforma";
}
.policy p {
  font-size: 18px;
  margin-bottom: 10px;
}
.policy ul {
  list-style: disc;
  padding-left: 24px;
}
.policy ul li {
  margin-bottom: 10px;
  font-size: 18px;
}

.ang-button {
  display: block;
}

.news_prev {
  content: url("../images/next.svg");
  width: 25px;
  height: 25px;
  transform: rotate(180deg);
}
.news_prev:hover {
  content: url("../images/next-hover.svg");
  width: 25px;
  height: 25px;
  transform: rotate(180deg);
}

.news_next {
  content: url("../images/next.svg");
  width: 25px;
  height: 25px;
}

.news_next:hover {
  content: url("../images/next-hover.svg");
  width: 25px;
  height: 25px;
}
.paginations .current {
  color: #ff7800 !important;
}

/* .flex-row-reverse {
  flex-direction: row-reverse;
} */
.content_block {
  & ul {
    padding-left: 25px;
    margin-top: 15px;
  }
  & ul li {
    position: relative;
    margin: 0;
    padding: 0 0 0.5rem 2rem;
  }
  & ul li::before {
    width: 1.4rem;
    height: 1.4rem;
    content: "";
    position: absolute;
    top: 0.5pc;
    left: 0;
    background-image: url("../images/tick.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.introduction_content h2 {
  font-size: 25px;
  margin: 10px 0;
  font-weight: 600;
}
#gallery-1 img {
  border: 0px solid #cfcfcf !important;
}
.headermenu .menu-item-has-children {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}

/* Hide sub-menu by default */
.headermenu .sub-menu {
  visibility: hidden;
  position: absolute;
  top: 88%;
  left: 0;
  min-width: max-content;
  padding-top: 10px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 99;
  background-color: #fff;
  border-radius: 5px;
}

.headermenu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(10px);
}

.headermenu .sub-menu li {
  padding: 5px 10px;
}

.headermenu .sub-menu li::before {
  content: "";
  background-image: url(../images/submenu.svg);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  display: inline-block;
  opacity: 0;
  transform: translateX(-13px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.headermenu .sub-menu li:hover:before {
  opacity: 1;
  transform: translateX(5px);
}

.headermenu .sub-menu li:last-child {
  /* padding: 0px 10px; */
  margin-bottom: 15px;
}
/* Show sub-menu on hover */

.menuItem .sub-menu li {
  padding: 2px 0;
  font-size: 20px;
}
.menuItem .menu-item-has-children {
  display: grid;
  justify-content: space-between;
  align-items: center;
  padding-right: 25px;
  grid-template-columns: repeat(2, 60px);
}
.menuItem .menu-item-has-children button {
  font-size: 25px;
  padding: 0;
  width: 50px;
  transition: transform 0.5s ease;
  color: #002949 !important;
}
.menuItem .menu-item-has-children button.rotate {
  transform: rotate(45deg);
}
.menuItem .sub-menu {
  margin-left: 12px;
  display: none;
  min-width: 220px;
}
.menuItem .menu-item-has-children > a {
  text-decoration: none;
  color: #232323;
  transition: all 0.3s ease;
  min-width: 150px;
}
.Service_slider .slick-slide {
  width: 80%; /* Adjust to control how much of the next slide is shown */
  margin: 0 10px; /* Space between slides for visibility */
}

.homeslide {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -15px;
}
.homeslide.prv_slide {
  background-image: url(../images/Arrow-02.svg);
}
.homeslide.next_slide {
  background-image: url(../images/Arrow-01.svg);
}
.Service_slider,
.slider-item {
  width: 100%;
  box-sizing: border-box;
}

.Service_slider .slick-dots {
  display: none;
}
@media only screen and (max-width: 600px) {
  .Service_slider .slick-dots {
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 14px 0px;
  }
}

.Service_slider .slick-dots li button {
  color: transparent !important;
  border: 1px solid #09283c6e;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.Service_slider .slick-dots li.slick-active button {
  border: 2px solid #002949 !important;
}
#consultation_moden .wpforms-confirmation-container-full {
  margin: 19px 0px !important;
  background: #fff !important;
  border: 0 !important;
  text-align: center !important;
}

#new-client-account label {
  margin-bottom: 0.25rem; /* 4px */
  display: block;
  font-weight: 300;
  color: #09283c; /* Replace with your actual primary color */
  margin-top: 25px;
  font-family: "Axiforma";
}
div.wpforms-container-full:not(:empty) {
  margin: 0 auto !important;
}

#new-client-account input[type="text"],
#new-client-account input[type="email"],
#new-client-account input[type="tel"] {
  height: 3rem; /* 48px */
  width: 100%;
  border-radius: 0.5rem !important;
  border: 1px solid #d1d5db; /* gray-300 */
  background-color: rgba(255, 255, 255, 0.453);
  padding-left: 0.75rem; /* 12px */
  padding-right: 0.75rem; /* 12px */
  font-size: 0.875rem; /* 14px */
  color: #4a5568; /* gray-700 */
  transition: border-color 0.2s, box-shadow 0.2s;
}
#new-client-account textarea {
  height: 7rem !important;
  border-radius: 0.75rem !important;
  font-size: 0.875rem !important;
}
#new-client-account textarea::placeholder {
  color: #a0aec0 !important; /* gray-400 */
}
#new-client-account textarea:focus {
  border-color: white;
  box-shadow: 0 0 0 1px #4a5568; /* primary-600 */
  outline: none;
  border: 1px solid #4a5568;
}
#new-client-account input[type="text"]::placeholder,
#new-client-account input[type="email"]::placeholder,
#new-client-account input[type="tel"]::placeholder {
  color: #a0aec0 !important; /* gray-400 */
}

#new-client-account input[type="text"]:focus,
#new-client-account input[type="email"]:focus,
#new-client-account input[type="tel"]:focus {
  border-color: white;
  box-shadow: 0 0 0 1px #4a5568; /* primary-600 */
  outline: none;
  border: 1px solid #4a5568;
}
#new-client-account .text-sm {
  font-size: 0.9rem !important;
  line-height: 1.4;
}
/* 
#new-client-account .wpforms-field-label-inline{
  margin-right: 0.75rem;
  height: 1rem; 
  width: 1rem; 
  border-radius: 0.125rem; 
  border: 1px solid #1a202c; 
  background-color: transparent; 
  color: var(--primary-900); 
  outline: none; 
} */
#new-client-account .wpforms-field-label-inline {
  font-size: 0.875rem; /* text-sm */
  font-weight: 500; /* font-medium */
  color: #101010 !important;
}

#new-client-account .wpforms-container .wpforms-field {
  padding: 0 !important;
}
#new-client-account .wpforms-field-container {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

#new-client-account .wpforms-submit {
  margin-top: 15px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  color: #fff;
  font-weight: 400;
  padding-top: 0.5rem;
  padding-bottom: 0.625rem;
  border-radius: 9999px;
  background-color: #09283c;
  border: 2px solid #09283c;
  text-align: left;
  position: relative;
}
#new-client-account .wpforms-submit:hover {
  border: 2px solid #09283c;
  color: #09283c;
  background: transparent !important;
}
#new-client-account .wpforms-submit::after {
  border: none;
}
@media only screen and (max-width: 600px) {
  #new-client-account .wpforms-submit-container {
    text-align: center;
  }
}
.choice-1 {
  display: flex;
  gap: 10px;
  align-items: center;
}
.choice-1 .wpforms-field-label-inline {
  margin: 0px !important;
  padding-left: 0 !important;
  /* margin-top: 1px !important; */
}

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

.news_content h2 {
    font-family: "Axiforma";
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 1.5rem 0;
}
/* --- */


:root { 
  --grid-row-height: 0fr;
  --accordion-body-pad-x: 0.75rem;
  --accordion-body-pad-y: 0;
  --accordion-border-radius: 0.5rem;
 
}

 
 

.accordion-container {
  position: relative;
  max-width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.accrodion-block {
  position: relative;
  overflow: hidden;
  border-radius: 10px; 
}

.accrodion-block__header {
     border-radius: inherit;
    padding: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
    background-color: #24343f;
    transition: all .3s ease-in;
    cursor: pointer;
    color: #fff;
}

.accrodion-block__header > h4{
  font-size: 20px;
}
.accrodion-block__header > p{
      font-size: 18px;
    line-height: 30px;
}

.accrodion-block__body {
  display: grid;
  grid-template-rows: var(--grid-row-height);
  transition: grid-template-rows 450ms ease-out, padding-block 450ms ease-out;
  padding-inline: var(--accordion-body-pad-x);
  padding-block: var(--accordion-body-pad-y);
}

.accrodion-block__body .__inner {
  overflow: hidden;
}

 

.accrodion-block.is-opened,
.accrodion-block:focus,
.accrodion-block:focus-within {
  --grid-row-height: 1fr;
  --accordion-body-pad-y: 0.75rem;
  --accordion-header-bg-color: var(--accordion-header-active-bg-color);
  --accordion-bg-color: var(--accordion-active-bg-color);
  outline: 5px solid var(--accordion-active-bg-color);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.accrodion-block.is-opened i::before,
.accrodion-block:focus i::before,
.accrodion-block:focus-within i::before {
  content: "\f068";
}

