*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  color: #282828;
}

h1, .main-title  {
  font-size: 1.875rem;
}

@media (min-width: 1024px) {

  h1, .main-title  {
    font-size: 2.5rem;
  }
}

h2, .section-title {
  font-size: 1.5rem;
}

@media (min-width: 1024px) {

  h2, .section-title {
    font-size: 1.875rem;
  }
}

h3, .section-subtitle {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.25rem;
}

strong, b {
  font-weight: 700;
}

.size-full {
  width: 100%;
  height: auto;
}
.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;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-5 {
  left: 1.25rem;
}
.left-\[-1\.5rem\] {
  left: -1.5rem;
}
.left-\[-1rem\] {
  left: -1rem;
}
.left-\[1rem\] {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-5 {
  right: 1.25rem;
}
.right-\[-1rem\] {
  right: -1rem;
}
.right-\[auto\] {
  right: auto;
}
.right-auto {
  right: auto;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-\[20\%\] {
  top: 20%;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[60px\] {
  top: 60px;
}
.top-auto {
  top: auto;
}
.top-full {
  top: 100%;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[50\] {
  z-index: 50;
}
.z-\[9999\] {
  z-index: 9999;
}
.-order-1 {
  order: -1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mb-6 {
  margin-bottom: -1.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[unset\] {
  margin-left: unset;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.aspect-\[140\/80\] {
  aspect-ratio: 140/80;
}
.aspect-\[300_\/_200\] {
  aspect-ratio: 300 / 200;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2\.5 {
  height: 0.625em;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-8 {
  height: 2rem;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[172px\] {
  height: 172px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[62\%\] {
  height: 62%;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[75vh\] {
  height: 75vh;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[100\%\] {
  max-height: 100%;
}
.max-h-\[70px\] {
  max-height: 70px;
}
.max-h-\[75px\] {
  max-height: 75px;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-full {
  max-height: 100%;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[2lh\] {
  min-height: 2lh;
}
.\!w-\[1200px\] {
  width: 1200px !important;
}
.w-0 {
  width: 0px;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-15 {
  width: 3.75em;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[190px\] {
  width: 190px;
}
.w-\[200vw\] {
  width: 200vw;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[400vw\] {
  width: 400vw;
}
.w-\[410px\] {
  width: 410px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1300px\] {
  max-width: 1300px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[190px\] {
  max-width: 190px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[270px\] {
  max-width: 270px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[370px\] {
  max-width: 370px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[75px\] {
  max-width: 75px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-\[none\] {
  max-width: none;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1 {
  --tw-translate-x: -0.25rem;
  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));
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}
.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  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));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.-translate-y-10 {
  --tw-translate-y: -2.5rem;
  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));
}
.translate-x-\[-100\%\] {
  --tw-translate-x: -100%;
  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));
}
.translate-x-\[-150vw\] {
  --tw-translate-x: -150vw;
  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));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  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));
}
.translate-x-\[1rem\] {
  --tw-translate-x: 1rem;
  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));
}
.translate-x-full {
  --tw-translate-x: 100%;
  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));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}
.translate-y-\[-100\%\] {
  --tw-translate-y: -100%;
  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));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  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));
}
.translate-y-\[100\%\] {
  --tw-translate-y: 100%;
  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));
}
.scale-\[110\%\] {
  --tw-scale-x: 110%;
  --tw-scale-y: 110%;
  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));
}
.scale-\[1\] {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.scale-\[75\%\] {
  --tw-scale-x: 75%;
  --tw-scale-y: 75%;
  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));
}
.scale-x-150 {
  --tw-scale-x: 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));
}
.scale-x-75 {
  --tw-scale-x: .75;
  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));
}
.scale-x-\[-1\] {
  --tw-scale-x: -1;
  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));
}
.scale-x-\[1\] {
  --tw-scale-x: 1;
  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));
}
.transform {
  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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-rows-\[200px_100px\] {
  grid-template-rows: 200px 100px;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-15 {
  gap: 3.75em;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625em;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[17px\] {
  gap: 17px;
}
.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.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));
}
.self-end {
  align-self: flex-end;
}
.justify-self-end {
  justify-self: end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[1rem\] {
  border-radius: 1rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-\[0\.5px\] {
  border-width: 0.5px;
}
.border-\[0\.75px\] {
  border-width: 0.75px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-y-\[1px\] {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[0\.5px\] {
  border-top-width: 0.5px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.\!border-\[\#0050E3\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 80 227 / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#0085FA\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 133 250 / var(--tw-border-opacity, 1));
}
.border-\[\#0A5CEB\] {
  --tw-border-opacity: 1;
  border-color: rgb(10 92 235 / var(--tw-border-opacity, 1));
}
.border-\[\#AEB7DA\] {
  --tw-border-opacity: 1;
  border-color: rgb(174 183 218 / var(--tw-border-opacity, 1));
}
.border-\[\#BAC8D6\] {
  --tw-border-opacity: 1;
  border-color: rgb(186 200 214 / var(--tw-border-opacity, 1));
}
.border-\[\#C3D3E4\] {
  --tw-border-opacity: 1;
  border-color: rgb(195 211 228 / var(--tw-border-opacity, 1));
}
.border-\[\#F14E4B\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 78 75 / var(--tw-border-opacity, 1));
}
.border-\[\#FF2323\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 35 35 / var(--tw-border-opacity, 1));
}
.border-\[rgba\(0\2c 0\2c 0\2c 0\.20\)\] {
  border-color: rgba(0,0,0,0.20);
}
.border-\[rgba\(26\2c 26\2c 26\2c 0\.20\)\] {
  border-color: rgba(26,26,26,0.20);
}
.border-amethyst {
  --tw-border-opacity: 1;
  border-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
}
.border-cta {
  --tw-border-opacity: 1;
  border-color: rgb(0 152 69 / var(--tw-border-opacity, 1));
}
.border-current {
  border-color: currentColor;
}
.border-neon {
  --tw-border-opacity: 1;
  border-color: rgb(50 250 0 / var(--tw-border-opacity, 1));
}
.border-orchid {
  --tw-border-opacity: 1;
  border-color: rgb(161 106 164 / var(--tw-border-opacity, 1));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(84 86 90 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.\!bg-\[\#0050E3\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 80 227 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#0085FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0A5CEB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 92 235 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0D244E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 36 78 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5FBFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 251 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F6F7F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFECEC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-amethyst {
  --tw-bg-opacity: 1;
  background-color: rgb(101 45 84 / var(--tw-bg-opacity, 1));
}
.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(0 152 69 / var(--tw-bg-opacity, 1));
}
.bg-headers {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity, 1));
}
.bg-neon {
  --tw-bg-opacity: 1;
  background-color: rgb(50 250 0 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(84 86 90 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-\[url\(\'\.\.\/\.\.\/images\/arrow-cta\.svg\'\)\] {
  background-image: url('../../images/arrow-cta.svg');
}
.bg-\[url\(\'\.\.\/\.\.\/images\/arrow-form-rtl\.svg\'\)\] {
  background-image: url('../../images/arrow-form-rtl.svg');
}
.bg-\[url\(\'\.\.\/\.\.\/images\/arrow-form\.svg\'\)\] {
  background-image: url('../../images/arrow-form.svg');
}
.bg-\[url\(\'\.\.\/\.\.\/images\/bg-about-experience\.png\'\)\] {
  background-image: url('../../images/bg-about-experience.png');
}
.bg-\[url\(\'\.\.\/\.\.\/images\/bg-accordion\.svg\'\)\] {
  background-image: url('../../images/bg-accordion.svg');
}
.bg-\[url\(\'\.\.\/\.\.\/images\/bg-box\.svg\'\)\] {
  background-image: url('../../images/bg-box.svg');
}
.bg-\[url\(\'\.\.\/\.\.\/images\/bg-career-cta\.png\'\)\] {
  background-image: url('../../images/bg-career-cta.png');
}
.bg-\[url\(\'\.\.\/\.\.\/images\/bg-courses\.svg\'\)\] {
  background-image: url('../../images/bg-courses.svg');
}
.bg-\[url\(\'\.\.\/\.\.\/images\/bg-cta\.png\'\)\] {
  background-image: url('../../images/bg-cta.png');
}
.bg-\[url\(\'\.\.\/\.\.\/images\/bg-demo\.png\'\)\] {
  background-image: url('../../images/bg-demo.png');
}
.bg-\[url\(\'\.\.\/\.\.\/images\/bg-promo\.png\'\)\] {
  background-image: url('../../images/bg-promo.png');
}
.bg-\[url\(\'\.\.\/\.\.\/images\/bg-sectors\.svg\'\)\] {
  background-image: url('../../images/bg-sectors.svg');
}
.bg-\[url\(\'\.\.\/\.\.\/images\/bg-waves\.svg\'\)\] {
  background-image: url('../../images/bg-waves.svg');
}
.bg-\[url\(\'\.\.\/\.\.\/images\/testimonials-dark\.jpg\'\)\] {
  background-image: url('../../images/testimonials-dark.jpg');
}
.bg-\[url\(\'\.\.\/\.\.\/images\/testimonials-light\.jpg\'\)\] {
  background-image: url('../../images/testimonials-light.jpg');
}
.bg-gradient-cta {
  background-image: linear-gradient(87deg, #652D54 -8.66%, #061999 74.45%, #061999 126.09%);
}
.bg-gradient3 {
  background-image: linear-gradient(84deg, #A16AA4 0%, #9463A3 13%, #7452A0 36%, #40379D 68%, #061999 99%);
}
.bg-gradient7 {
  background-image: linear-gradient(92deg, #061999 -16.36%, #652D54 106.11%);;
}
.bg-\[length\:50\%\] {
  background-size: 50%;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-\[0_-50\%\] {
  background-position: 0 -50%;
}
.bg-\[20px_20px\] {
  background-position: 20px 20px;
}
.bg-\[bottom_center\] {
  background-position: bottom center;
}
.bg-\[calc\(100\%_-_20px\)_20px\] {
  background-position: calc(100% - 20px) 20px;
}
.bg-\[center_0\] {
  background-position: center 0;
}
.bg-\[center_bottom\] {
  background-position: center bottom;
}
.bg-\[left_0\.25rem\] {
  background-position: left 0.25rem;
}
.bg-\[left_center\] {
  background-position: left center;
}
.bg-\[right_0\.25rem\] {
  background-position: right 0.25rem;
}
.bg-\[right_bottom\] {
  background-position: right bottom;
}
.bg-\[top_left\] {
  background-position: top left;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-7\.5 {
  padding: 1.875em;
}
.p-8 {
  padding: 2rem;
}
.p-\[5px_10px\] {
  padding: 5px 10px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-7\.5 {
  padding-left: 1.875em;
  padding-right: 1.875em;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-15 {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[130px\] {
  padding-top: 130px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.font-main {
  font-family: Open Sans, sans-serif;
}
.text-18 {
  font-size: 1.125rem;
  line-height: 1.6;
}
.text-20 {
  font-size: 1.25rem;
  line-height: 1.6;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[1\.0625rem\] {
  font-size: 1.0625rem;
}
.text-\[1\.125rem\] {
  font-size: 1.125rem;
}
.text-\[1\.25rem\] {
  font-size: 1.25rem;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.text-\[1\.625rem\] {
  font-size: 1.625rem;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-h1 {
  font-size: 1.875rem;
  line-height: 1.1;
}
.text-h1-desktop {
  font-size: 2.5rem;
}
.text-h2 {
  font-size: 1.5rem;
  line-height: 1.1;
}
.text-h2-desktop {
  font-size: 2rem;
}
.text-h3 {
  font-size: 1.25rem;
  line-height: 1.1;
}
.text-h3-desktop {
  font-size: 1.5rem;
}
.text-h4 {
  font-size: 1.25rem;
  line-height: 1.1;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-main {
  font-size: 1rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[1\.5rem\] {
  line-height: 1.5rem;
}
.leading-\[1\.6\] {
  line-height: 1.6;
}
.leading-\[2rem\] {
  line-height: 2rem;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.text-\[\#10CFC9\] {
  --tw-text-opacity: 1;
  color: rgb(16 207 201 / var(--tw-text-opacity, 1));
}
.text-\[\#90939D\] {
  --tw-text-opacity: 1;
  color: rgb(144 147 157 / var(--tw-text-opacity, 1));
}
.text-\[\#98ACC2\] {
  --tw-text-opacity: 1;
  color: rgb(152 172 194 / var(--tw-text-opacity, 1));
}
.text-\[\#FF2323\] {
  --tw-text-opacity: 1;
  color: rgb(255 35 35 / var(--tw-text-opacity, 1));
}
.text-\[white\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-amethyst {
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-cta {
  --tw-text-opacity: 1;
  color: rgb(0 152 69 / var(--tw-text-opacity, 1));
}
.text-headers {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
.text-neon {
  --tw-text-opacity: 1;
  color: rgb(50 250 0 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(84 86 90 / var(--tw-text-opacity, 1));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
.text-text {
  --tw-text-opacity: 1;
  color: rgb(84 86 90 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow-\[0px_4px_4\.15px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0px 4px 4.15px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 4px 4.15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-header {
  --tw-shadow: 16px 5px 15.1px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 16px 5px 15.1px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-testimonial {
  --tw-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.14);
  --tw-shadow-colored: 0px 4px 12px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring-1 {
  --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(1px + 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);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[1s\] {
  transition-property: 1s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
.content-none {
  --tw-content: none;
  content: var(--tw-content);
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 100%) {

  .container {
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1300px) {

  .container {
    max-width: 1300px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
html,
body {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(84 86 90 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  html,
body {
    font-size: 1rem;
    line-height: 1.5;
  }
}
html.overflow,
body.overflow {
  overflow: hidden;
}
body {
  padding-top: 6rem;
}
h1 a, h2 a, h3 a {
  color: inherit;
  text-decoration-line: none;
}
h1 {
  font-size: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  h1 {
    font-size: 2rem;
  }
}
.section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.section.product-description, .section.page-description, .section.is-style-bg-gray, .section.career-testimonials-section {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity, 1));
}
.section .section-header {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {

  .section .section-header {
    margin-bottom: 2.5rem;
  }
}
.section .section-header .section-description {
  margin-bottom: 0px;
}
.section.dots-line {
  position: relative;
}
.entry-content h3:not([class]),
.entry-content p:not([class]),
.section-description h3:not([class]),
.section-description p:not([class]) {
  margin-bottom: 1rem;
}
.entry-content ul:not([class]),
.section-description ul:not([class]) {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 1rem;
  padding-right: 1rem;
}
.entry-content ul:not([class]) li::marker,
.section-description ul:not([class]) li::marker {
  --tw-text-opacity: 1;
  color: rgb(161 106 164 / var(--tw-text-opacity, 1));
}
.btn,
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 40px;
  padding-left: 1.875em;
  padding-right: 1.875em;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  text-decoration-line: none;
}
.btn-primary {
  background-image: linear-gradient(84deg, #A16AA4 0%, #9463A3 13%, #7452A0 36%, #40379D 68%, #061999 99%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 106 164 / var(--tw-bg-opacity, 1));
  background-image: none;
}
.btn-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(101 45 84 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-neon {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(50 250 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(50 250 0 / var(--tw-text-opacity, 1));
}
.btn-neon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(50 250 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-neon-full {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(50 250 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(50 250 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.btn-neon-full:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(50 250 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
picture {
  overflow: hidden;
}
picture img {
  border-radius: 1rem;
}
.color-primary,
span.primary {
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.color-light {
  --tw-text-opacity: 1;
  color: rgb(65 192 192 / var(--tw-text-opacity, 1));
}
.video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.video-frame .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-scale-x: 75%;
  --tw-scale-y: 75%;
  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));
}
@media (min-width: 768px) {

  .video-frame .play-button {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    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));
  }
}
.video-frame .play-button svg path {
  fill-opacity: 1;
}
.site-header {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 0.5rem;
  --tw-shadow: 16px 5px 15.1px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 16px 5px 15.1px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media not all and (min-width: 1024px) {

  .site-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.site-header .container {
  display: flex;
  flex-direction: row-reverse;
}
@media not all and (min-width: 1024px) {

  .site-header .container {
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {

  .site-header .container {
    flex-direction: row;
    align-items: flex-end;
    gap: 2.5rem;
  }
}
.site-header .logo {
  flex-shrink: 0;
}
@media (min-width: 1024px) {

  .site-header .logo {
    max-width: 250px;
    padding-bottom: 0.625em;
  }
}
.site-header .navigation {
  inset: 0px;
  top: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media not all and (min-width: 1024px) {

  .site-header .navigation {
    position: fixed;
    --tw-translate-x: 100%;
    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));
  }
}
.site-header .navigation {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media not all and (min-width: 1024px) {

  .site-header .navigation {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {

  .site-header .navigation {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
  }
}
.site-header .navigation.toggled {
  --tw-translate-x: 0px;
  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));
}
.site-header .mobile-menu-toggle {
  height: 2rem;
  width: 2rem;
}
@media (min-width: 1024px) {

  .site-header .mobile-menu-toggle {
    display: none;
  }
}
.site-header .mobile-menu-toggle svg {
  height: 100%;
  width: 100%;
}
.site-header .site-navigation {
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(84 86 90 / var(--tw-border-opacity, 1));
}
@media (min-width: 1024px) {

  .site-header .site-navigation {
    border-width: 0px;
    display: flex;
  }
}
.site-header .primary-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 1024px) {

  .site-header .primary-menu {
    flex-direction: row;
    gap: 1.25rem;
  }
}
.site-header .primary-menu > li {
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.site-header .primary-menu > li a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(84 86 90 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .site-header .primary-menu > li a {
    padding-left: 0.625em;
    padding-right: 0.625em;
    font-size: 1.125rem;
    line-height: 1.6;
  }
}
.site-header .primary-menu > li > .sub-menu {
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
}
@media (min-width: 1024px) {

  .site-header .primary-menu > li > .sub-menu {
    position: absolute;
    left: -999em;
    top: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-shadow:  0px 2px 7.4px 1px rgba(0, 0, 0, 0.07);
    --tw-shadow-colored: 0px 2px 7.4px 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
.site-header .primary-menu > li > .sub-menu {
  min-width: 200px;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
.site-header .primary-menu > li > .sub-menu li {
  flex: 1 0 auto;
}
.site-header .primary-menu > li > .sub-menu a {
  position: relative;
  display: block;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {

  .site-header .primary-menu > li > .sub-menu a {
    font-size: 16px;
  }
}
.site-header .primary-menu > li > .sub-menu a img {
  display: none;
  height: 172px;
  width: 260px;
}
@media (min-width: 1024px) {

  .site-header .primary-menu > li > .sub-menu a img {
    display: block;
  }

  .site-header .primary-menu > li:hover > ul {
    left: auto;
    display: flex;
  }
}
.site-header .primary-menu > li.focus > ul {
  display: flex;
}
@media (min-width: 1024px) {

  .site-header .primary-menu > li.focus > ul {
    left: auto;
  }
}
.site-header .primary-menu > .menu-item-has-children > a[href="#"]::after {
  --tw-border-opacity: 1;
  border-color: rgb(84 86 90 / var(--tw-border-opacity, 1));
  opacity: 0.8;
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .site-header .primary-menu > .menu-item-has-children > a[href="#"]::after {
    --tw-content: none;
    content: var(--tw-content);
  }
}
.site-header .primary-menu > .menu-item-has-children > a[href="#"]::after {
  border-bottom: 1px solid;
  border-right: 1px solid;
  height: 10px;
  width: 10px;
  transform: translateY(-50%) rotate(135deg);
  transition: all 1s;
  position: absolute;
  left: 0;
  top: 50%;
}
.site-header .primary-menu > .menu-item-has-children.focus a::after {
  transform: translateY(-50%) rotate(45deg);
}
.site-header .main-level:hover > ul, .site-header .main-level.focus > ul {
  display: flex;
  left: auto;
  flex-direction: column;
}
.site-header .main-level.multilevel > ul {
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {

  .site-header .main-level.multilevel > ul {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .main-level.multilevel > ul > li > a {
    margin-bottom: 1rem;
    min-height: 40px;
    font-weight: 600;
    min-width: 70px;
    max-width: 200px;
  }
  .site-header .main-level.multilevel > ul > li.wide a {
    width: 180px;
  }
  .site-header .main-level.multilevel > ul > li.menu-item-has-children > a:hover {
    color: #54565b;
  }
}
@media (min-width: 1024px) {

  .site-header .main-level > ul {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(181 181 181 / var(--tw-border-opacity, 1));
  }
}
.site-header .main-level > ul {
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .site-header .main-level > ul {
    border-radius: 5px;
    flex-direction: column;
    float: left;
    left: -999em;
    padding: 30px;
    position: absolute;
    top: 100%;
    z-index: 99999;
  }
  .site-header .main-level > ul:after, .site-header .main-level > ul:before {
    border: solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 10%;
    width: 0;
  }
  .site-header .main-level > ul:after {
    border-bottom-color: #fff;
    border-color: rgba(255, 255, 255, 0);
    border-width: 10px;
    margin-left: -10px;
  }
  .site-header .main-level > ul:before {
    border-bottom-color: #b5b5b5;
    border-color: rgba(181, 181, 181, 0);
    border-width: 11px;
    margin-left: -11px;
  }
  .site-header .main-level > ul a {
    min-width: 140px;
    padding: 0;
    text-align: right;
  }
}
.site-header .top-navigation {
  width: 100%;
}
@media (min-width: 1024px) {

  .site-header .top-navigation {
    order: -1;
  }
}
.site-header .top-menu {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .site-header .top-menu {
    flex-direction: row;
    justify-content: flex-end;
    gap: 0.5rem;
  }
}
.site-header .top-menu > li {
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.site-header .top-menu > li a {
  position: relative;
  display: block;
  font-size: 1.25rem;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .site-header .top-menu > li a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
  }
}
.site-header .top-menu > li.menu-phone a {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
  background-image: url(../../images/phone.svg);
}
.site-header .header-actions {
  display: flex;
  gap: 17px;
}
@media not all and (min-width: 1024px) {

  .site-header .header-actions {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.site-header .header-actions .phone {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
section.accordion-section {
  position: relative;
}
.page-template-default section.accordion-section {
  padding-top: 130px;
}
@media (min-width: 1024px) {

  .page-template-default section.accordion-section {
    padding-top: 160px;
  }
}
.page-template-default section.accordion-section:before {
  position: absolute;
  z-index: -1;
  height: 200px;
  width: 100%;
  background-size: 50%;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .page-template-default section.accordion-section:before {
    background-size: auto;
  }
}
.page-template-default section.accordion-section:before {
  top: 2.5rem;
  right: 0px;
  --tw-scale-x: -1;
  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));
  background-image: url('../../images/bg-accordion.svg');
  background-position: top left;
}
.page-template-default.rtl section.accordion-section:before {
  right: auto;
  left: 0px;
  --tw-scale-x: 1;
  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));
}
section.accordion-section .section-header {
  max-width: 1300px;
}
section.accordion-section .section-title {
  text-align: left;
}
.rtl section.accordion-section .section-title {
  text-align: right;
}
section.accordion-section .accordion {
  max-width: 900px;
}
section.accordion-section .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}
section.accordion-section .accordion-panel {
  max-width: 80%;
  padding-bottom: 2.5rem;
}
section.accordion-section h3 button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  text-align: start;
  font-size: 22px;
}
@media (min-width: 1024px) {

  section.accordion-section h3 button {
    gap: 3rem;
    padding-left: 1.25rem;
  }
}
section.accordion-section h3 button .accordion-plus {
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  transition: 150ms ease-in-out;
  transform: rotate(90deg) scaleX(0.5);
}
section.accordion-section h3 button[aria-expanded=true] .accordion-plus {
  transform: rotate(180deg) scaleX(0.5);
}
.advantages-section {
  overflow: hidden;
}
.advantages-section .advantages-nav {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  gap: 2.5rem;
  overflow: auto;
}
@media (min-width: 1024px) {

  .advantages-section .advantages-nav {
    justify-content: center;
  }
}
.advantages-section .advantages-nav:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  --tw-translate-y: -50%;
  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));
  --tw-content: '';
  content: var(--tw-content);
  background: rgba(84, 86, 90, 0.39);
}
.advantages-section .advantages-nav button {
  border-bottom-width: 2px;
  border-color: transparent;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(144 147 157 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {

  .advantages-section .advantages-nav button {
    flex-grow: 1;
  }
}
.advantages-section .advantages-nav button:hover, .advantages-section .advantages-nav button[aria-selected=true] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.advantages-section .tabpanel {
  display: none;
}
.advantages-section .tabpanel.is-active {
  display: block;
}
.advantages-section .tabpanel .tabpanel-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {

  .advantages-section .tabpanel .tabpanel-content {
    flex-direction: row-reverse;
    align-items: center;
    gap: 3.75em;
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .advantages-section .tabpanel .tabpanel-image {
    max-width: 500px;
  }
}
.advantages-section .tabpanel .tabpanel-description {
  display: flex;
  max-width: 400px;
  flex-direction: column;
  gap: 1.25rem;
  flex: 1 0 auto;
}
.advantages-section .tabpanel .tabpanel-description h3 {
  max-width: 370px;
  font-size: 20px;
}
@media (min-width: 1024px) {

  .advantages-section .tabpanel .tabpanel-description h3 {
    font-size: 30px;
  }
}
.advantages-section .tabpanel .tabpanel-description ul {
  margin-right: 1rem;
  list-style-type: disc;
}
.advantages-section .tabpanel .tabpanel-description ul li::marker {
  --tw-text-opacity: 1;
  color: rgb(161 106 164 / var(--tw-text-opacity, 1));
}
section.features-section .features-wrapper .swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {

  section.features-section .features-wrapper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
section.features-section .features-wrapper .feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.875em;
  padding-right: 1.875em;
}
section.features-section .features-wrapper .feature-title {
  font-weight: 500;
}
section.features-section .features-wrapper .feature-link {
  position: relative;
  margin-top: auto;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
section.features-section .features-wrapper .feature-link:after {
  content: ">";
  position: absolute;
  right: -1rem;
  top: 50%;
  --tw-translate-y: -50%;
  --tw-scale-x: .75;
  --tw-scale-y: 1.25;
  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));
}
.rtl section.features-section .features-wrapper .feature-link:after {
  right: auto;
  left: -1rem;
}
section.features-section .swiper-horizontal .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
}
section.features-section .features-border .feature-item,
section.features-section .features-double .feature-item,
section.features-section .features-sector .feature-item {
  border-radius: 1rem;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
}
section.features-section .features-double .feature-description {
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {

  section.features-section .features-double .feature-description {
    margin-bottom: 2.5rem;
  }
}
section.features-section .features-double .feature-image {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
section.features-section .features-double .feature-image img {
  height: 200px;
  width: 100%;
  max-width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {

  section.features-section .features-sector {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  section.features-section .features-sector .swiper-wrapper {
    row-gap: 5rem;
  }
}
section.features-section .features-sector .feature-item {
  display: flex;
  gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-areas: "image description" "title description";
}
section.features-section .features-sector .feature-item:hover {
  box-shadow: 5px 5px 19.8px -1px rgba(0, 0, 0, 0.25);
}
section.features-section .features-sector .feature-item:hover .feature-title {
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
section.features-section .features-sector .feature-item .feature-image {
  display: flex;
  aspect-ratio: 1 / 1;
  width: 70px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  grid-area: image;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
}
section.features-section .features-sector .feature-item .feature-image img {
  aspect-ratio: 1 / 1;
  height: 2.5rem;
  width: auto;
}
section.features-section .features-sector .feature-item .feature-title {
  line-height: 1;
  grid-area: title;
}
section.features-section .features-sector .feature-item .feature-description {
  grid-area: description;
}
@media (min-width: 1024px) {

  section.features-section .features-border {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
section.features-section .section-cta {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {

  section.features-section .section-cta {
    margin-top: 2.5rem;
  }
}
.home #swiper-features-1 .feature-image img {
  aspect-ratio: 325/210;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-section {
  scroll-margin-top: 60px;
}
.form-section .section-form {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 10px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(161 106 164 / var(--tw-border-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity, 1));
  background-image: url('../../images/arrow-form.svg');
  background-position: calc(100% - 20px) 20px;
  background-repeat: no-repeat;
  background-size: 100px;
}
.rtl .form-section .section-form {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity, 1));
  background-image: url('../../images/arrow-form-rtl.svg');
  background-position: 20px 20px;
}
.form-section .wpcf7-form .fields {
  flex-direction: column;
}
.form-section .wpcf7-form .fields .top, .form-section .wpcf7-form .fields .bottom {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {

  .form-section .wpcf7-form .fields .top, .form-section .wpcf7-form .fields .bottom {
    flex-direction: row;
  }
}
.form-section .wpcf7-form .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form-section .wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
}
.form-section .wpcf7-form .wpcf7-response-output {
  display: none !important;
}
.form-section .wpcf7-form .form-loader,
.form-section .wpcf7-form .form-thankyou {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.form-section .wpcf7-form .form-loader p,
.form-section .wpcf7-form .form-thankyou p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(161 106 164 / var(--tw-text-opacity, 1));
  letter-spacing: 6px;
}
section.testimonials-section.carousel .testimonial-item {
  display: flex;
  height: 300px;
  width: 100%;
  flex-direction: column;
  border-radius: 10px;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.14);
  --tw-shadow-colored: 0px 4px 12px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {

  section.testimonials-section.carousel .testimonial-item {
    height: 381px;
    width: 475px;
  }
}
@media (min-width: 1024px) {

  section.testimonials-section.carousel .testimonial-item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
section.testimonials-section.carousel .testimonial-item.item-light {
  background-image: url('../../images/testimonials-light.jpg');
}
section.testimonials-section.carousel .testimonial-item.item-dark {
  background-image: url('../../images/testimonials-dark.jpg');
}
section.testimonials-section.carousel .testimonial-item .testimonial-logo {
  display: flex;
  height: 60px;
  align-items: center;
}
section.testimonials-section.carousel .testimonial-item .testimonial-logo img {
  max-height: 100%;
}
section.testimonials-section.carousel .testimonial-item .testimonial-content {
  display: flex;
  max-width: 350px;
  flex-direction: column;
}
section.testimonials-section.carousel .testimonial-item .testimonial-content .testimonial-text {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.testimonials-section.carousel .testimonial-item .testimonial-content .testimonial-name {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.testimonials-section.default {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity, 1));
}
section.testimonials-section.default .testimonials {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 768px) {

  section.testimonials-section.default .testimonials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.875em;
  }
}
@media (min-width: 1024px) {

  section.testimonials-section.default .testimonials {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8rem;
  }
}
section.testimonials-section.default .testimonial-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
section.testimonials-section.default .testimonial-item button {
  margin-top: auto;
}
section.testimonials-section.default .testimonial-image {
  height: 150px;
  width: 150px;
}
section.testimonials-section.default .testimonial-image img {
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.testimonials-section.default blockquote {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
section.testimonials-section.default blockquote p.first-item {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
section.testimonials-section.default blockquote cite {
  font-weight: 700;
  font-style: normal;
}
section.testimonials-section .section-cta {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {

  section.testimonials-section .section-cta {
    margin-top: 2.5rem;
  }
}
.section.media-content-section .section-image,
section.image-text-section .section-image {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 1rem;
}
@media (min-width: 1024px) {

  .section.media-content-section .section-image,
section.image-text-section .section-image {
    max-width: 70%;
  }
}
.section.media-content-section .section-description,
section.image-text-section .section-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1rem;
}
@media (min-width: 1024px) {

  .section.media-content-section .section-description,
section.image-text-section .section-description {
    max-width: 500px;
  }
}
.section.media-content-section .section-description ul,
section.image-text-section .section-description ul {
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.section.media-content-section .section-description ul li,
section.image-text-section .section-description ul li {
  list-style-type: none;
  background-position: left 0.25rem;
  background-repeat: no-repeat;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-image: url(../../images/icon-bullet.svg);
  background-size: 1rem;
}
.rtl .section.media-content-section .section-description ul li,
.rtl section.image-text-section .section-description ul li {
  background-position: right 0.25rem;
}
.section.media-content-section .section-description a,
section.image-text-section .section-description a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 40px;
  padding-left: 1.875em;
  padding-right: 1.875em;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  text-decoration-line: none;
  background-image: linear-gradient(84deg, #A16AA4 0%, #9463A3 13%, #7452A0 36%, #40379D 68%, #061999 99%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.section.media-content-section .section-description a:hover,
section.image-text-section .section-description a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 106 164 / var(--tw-bg-opacity, 1));
  background-image: none;
}
.section.about-content-section .two-images {
  display: flex;
  gap: 2.5rem;
}
@media not all and (min-width: 768px) {

  .section.about-content-section .two-images {
    flex-direction: column;
  }
}
.section.about-content-section .two-images img {
  border-radius: 16px;
}
.section.about-content-section .three-images {
  display: flex;
  gap: 2.5rem;
}
@media not all and (min-width: 768px) {

  .section.about-content-section .three-images {
    flex-direction: column;
  }
}
.section.about-content-section .three-images div {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.section.about-content-section .three-images img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.section.about-content-section .section-cta {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {

  .section.about-content-section .section-cta {
    margin-top: 2.5rem;
  }
}
.section.about-content-section .section-cta > * {
  position: relative;
  z-index: 1;
}
.section.about-content-section .support .cta-container {
  position: relative;
}
@media (min-width: 1024px) {

  .section.about-content-section .support .cta-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.section.about-content-section .support .cta-container {
  background-image: linear-gradient(92deg, #061999 -16.36%, #652D54 106.11%);;
}
@media (min-width: 1024px) {

  .section.about-content-section .support .cta-container .section-title,
.section.about-content-section .support .cta-container .section-cta,
.section.about-content-section .support .cta-container .btn {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.section.about-content-section .cta-container h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.section.about-content-section .integrations {
  padding-left: 0px;
  padding-right: 0px;
}
.section.about-content-section .testimonial-item {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .section.about-content-section .testimonial-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1280px) {

  .section.about-content-section .testimonial-item {
    padding-right: 7rem;
  }
}
@media (min-width: 1024px) {

  .rtl .section.about-content-section .testimonial-item {
    padding-right: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1280px) {

  .rtl .section.about-content-section .testimonial-item {
    padding-left: 7rem;
  }
}
.section.about-content-section .testimonial-item blockquote {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.6;
  line-height: 2rem;
}
.section.about-content-section .testimonial-item blockquote span {
  font-size: 40px;
  --tw-text-opacity: 1;
  color: rgb(50 250 0 / var(--tw-text-opacity, 1));
}
.section.about-content-section .testimonial-item .quote-details {
  display: flex;
  flex-direction: column;
}
.section.about-content-section .testimonial-item .quote-details span.name {
  --tw-text-opacity: 1;
  color: rgb(50 250 0 / var(--tw-text-opacity, 1));
}
.section.about-content-section .integration {
  margin-bottom: -1.5rem;
  display: flex;
  gap: 2.5rem;
}
@media not all and (min-width: 768px) {

  .section.about-content-section .integration {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {

  .section.about-content-section .integration {
    margin-bottom: -3rem;
    align-items: center;
    justify-content: space-between;
  }
}
.section.about-content-section .integration .testimonial {
  font-weight: 700;
}
@media (min-width: 768px) {

  .section.about-content-section .integration .testimonial {
    width: 60%;
  }
}
@media (min-width: 1024px) {

  .section.about-content-section .integration .testimonial {
    width: 30%;
  }
}
.section.about-content-section .integration .testimonial blockquote {
  margin-bottom: 1.25rem;
  line-height: 1.5rem;
}
.section.about-content-section .integration .testimonial blockquote span {
  font-size: 40px;
  --tw-text-opacity: 1;
  color: rgb(16 207 201 / var(--tw-text-opacity, 1));
}
.section.about-content-section .experience .cta-container {
  position: relative;
  margin-bottom: 3.5rem;
  overflow: visible;
  background-image: linear-gradient(92deg, #061999 -16.36%, #652D54 106.11%);;
  padding-top: 0px;
  padding-bottom: 0px;
}
.section.about-content-section .experience .cta-container:before {
  position: absolute;
  bottom: 1.5rem;
  right: 1.25rem;
  height: 5rem;
  width: 5rem;
  --tw-scale-x: -1;
  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));
  background-image: url('../../images/arrow-cta.svg');
  background-size: cover;
  --tw-content: '';
  content: var(--tw-content);
}
.rtl .section.about-content-section .experience .cta-container:before {
  right: auto;
  left: 1.25rem;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.section.about-content-section .experience .cta-container .swiper-wrapper {
  position: relative;
  z-index: 1;
}
.section.about-content-section.ecosystem {
  background: linear-gradient(89deg, #652D54 -63.8%, #652D54 5.87%, #40379D 54.03%, #061999 113.3%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.section.about-content-section.ecosystem .section-title {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(50 250 0 / var(--tw-text-opacity, 1));
}
.section.about-content-section .ecosystem-list {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {

  .section.about-content-section .ecosystem-list {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {

  .section.about-content-section .ecosystem-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.section.about-content-section .ecosystem-list .single-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.section.about-content-section .ecosystem-list .single-item .image {
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
}
.section.about-content-section .ecosystem-list .single-item .image img {
  height: auto;
  width: 3.5rem;
}
.section.about-content-section .ecosystem-list p {
  font-size: 1.25rem;
  line-height: 1.6;
}
.section.about-content-section .swiper-button-prev,
.section.about-content-section .swiper-button-next {
  top: auto;
  right: auto;
  bottom: 0px;
  left: 50%;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
}
.section.about-content-section .swiper-button-prev:before, .section.about-content-section .swiper-button-prev:after,
.section.about-content-section .swiper-button-next:before,
.section.about-content-section .swiper-button-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(101 45 84 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
  width: 10px;
  height: 2px;
}
.section.about-content-section .swiper-button-prev {
  translate: 75% 60px;
}
.section.about-content-section .swiper-button-prev:before {
  transform: translateY(-0.5px) rotate(38deg) translateX(-50%);
}
.section.about-content-section .swiper-button-prev:after {
  transform: translateY(-0.5px) rotate(-38deg) translateX(-50%);
}
.section.about-content-section .swiper-button-next {
  translate: -75% 60px;
  scale: -1;
}
.section.about-content-section .swiper-button-next:before {
  transform: translateY(-0.5px) rotate(-38deg) translateX(-50%);
}
.section.about-content-section .swiper-button-next:after {
  transform: translateY(-0.5px) rotate(38deg) translateX(-50%);
}
.page-template-default .courses-section {
  background-size: contain;
}
@media (min-width: 1536px) {

  .page-template-default .courses-section {
    background-size: cover;
  }
}
.courses-section .course-single {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  border-width: 0.75px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.courses-section .course-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.75rem;
}
.courses-section .course-content h3 {
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.courses-section .course-content hr {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  border-width: 0.5px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
}
.courses-section .course-content h4 {
  margin-bottom: 0.25rem;
  display: flex;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.courses-section .course-content .course-audience,
.courses-section .course-content .course-duration {
  display: flex;
  gap: 0.5rem;
}
.courses-section .course-content .course-audience .image,
.courses-section .course-content .course-duration .image {
  width: 24px;
  height: 24px;
}
.courses-section .course-content .course-audience .image svg,
.courses-section .course-content .course-duration .image svg {
  width: 24px;
  height: 24px;
}
.courses-section .course-content .course-link {
  margin-top: auto;
  aspect-ratio: 1 / 1;
  height: 2.5rem;
  width: 2.5rem;
  align-self: flex-end;
  justify-self: end;
  border-radius: 9999px;
  background-image: linear-gradient(84deg, #A16AA4 0%, #9463A3 13%, #7452A0 36%, #40379D 68%, #061999 99%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.courses-section .course-content .course-link a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
section.partners-section .partners-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {

  section.partners-section .partners-list {
    gap: 3rem;
  }
}
section.partners-section .partner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgba(26,26,26,0.20);
  padding: 1.5rem;
}
@media (min-width: 1024px) {

  section.partners-section .partner-item {
    flex-direction: row;
  }
}
section.partners-section .partner-logo {
  display: flex;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
}
section.partners-section .partner-logo .partner-logo-img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.partners-section .partner-content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  text-align: right;
}
section.partners-section .partner-title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
section.boxes-section .boxes-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.875em;
}
@media (min-width: 1024px) {

  section.boxes-section .boxes-wrapper {
    flex-direction: row;
  }
}
section.boxes-section .boxes-wrapper .box-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.875em;
  padding-right: 1.875em;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {

  section.boxes-section .boxes-wrapper .box-item {
    width: 33.333333%;
  }
}
section.boxes-section .boxes-wrapper .box-item {
  border-radius: 1rem;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
}
section.boxes-section .boxes-wrapper .box-item h3 {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 600;
}
section.boxes-section .boxes-wrapper .box-item hr {
  margin-top: auto;
  opacity: 0;
}
section.boxes-section .boxes-wrapper .box-item hr + p {
  margin-top: auto;
}
section.boxes-section .boxes-wrapper .box-item ul {
  margin-top: 2.5rem;
  margin-right: 1rem;
  list-style-type: disc;
}
section.boxes-section .boxes-wrapper .box-item ul li::marker {
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
section.boxes-section .boxes-wrapper .box-item a {
  position: relative;
  margin-top: auto;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
section.boxes-section .boxes-wrapper .box-item a:after {
  content: ">";
  position: absolute;
  right: -1rem;
  top: 50%;
  --tw-translate-y: -50%;
  --tw-scale-x: .75;
  --tw-scale-y: 1.25;
  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));
}
.rtl section.boxes-section .boxes-wrapper .box-item a:after {
  right: auto;
  left: -1rem;
}
section.carousel-section {
  background: linear-gradient(90deg, #001831 0%, #00366F 56.73%, #00366F 100%);
}
section.carousel-section .section-title {
  color: #FFF;
}
section.carousel-section .carousel-wrapper {
  direction: ltr;
  display: flex;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {

  section.carousel-section .carousel-wrapper {
    gap: 2.5rem;
  }
}
@media (min-width: 1536px) {

  section.carousel-section .carousel-wrapper {
    gap: 5rem;
  }
}
section.carousel-section .carousel-wrapper {
  width: 100%;
  scroll-behavior: smooth;
}
section.carousel-section .carousel-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  height: 200px;
  width: 190px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  flex: 0 0 auto;
  scroll-behavior: smooth;
}
section.carousel-section .swiper-wrapper {
  padding: 1rem;
  transition-timing-function: linear !important;
}
section.carousel-section .swiper-slide {
  display: flex;
  height: auto;
  width: auto;
  align-items: center;
  justify-content: center;
}
section.carousel-section .swiper-slide img {
  height: auto;
  max-height: 70px;
  width: auto;
  max-width: 180px;
}
section.cta-section {
  scroll-margin-top: 100px;
}
@media not all and (min-width: 1024px) {

  section.cta-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
section.cta-section .cta-container {
  position: relative;
  background-image: linear-gradient(87deg, #652D54 -8.66%, #061999 74.45%, #061999 126.09%);
}
section.cta-section .cta-container:before {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  background-image: url('../../images/arrow-cta.svg');
  background-size: cover;
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  section.cta-section .cta-container:before {
    height: 5rem;
    width: 5rem;
  }
}
section.cta-section .cta-container:before {
  bottom: 0.5rem;
  left: 0.5rem;
}
@media (min-width: 1024px) {

  section.cta-section .cta-container:before {
    bottom: 1.5rem;
    left: 1.25rem;
  }
}
section.cta-section .cta-container:after {
  position: absolute;
  inset: 0px;
  background-image: url('../../images/bg-cta.png');
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  opacity: 0.4;
  --tw-content: '';
  content: var(--tw-content);
}
section.cta-section .cta-container > * {
  z-index: 1;
}
section.cta-section.students {
  text-align: center;
}
section.cta-section.students span {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(50 250 0 / var(--tw-text-opacity, 1));
}
.cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cta-container .section-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.hero-section.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity, 1));
}
section.hero-section .container {
  flex-direction: row;
}
@media (min-width: 768px) {

  section.hero-section .container {
    justify-content: space-between;
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {

  section.hero-section .container {
    display: flex;
  }
}
section.hero-section .hero-content {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
}
@media (min-width: 1024px) {

  section.hero-section .hero-content {
    margin-bottom: 0px;
    max-width: 480px;
    flex-shrink: 0;
  }
}
section.hero-section .hero-content .hero-title {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
section.hero-section .hero-content .hero-subtitle {
  text-transform: uppercase;
}
section.hero-section .hero-content .hero-description {
  margin-top: 1rem;
  max-width: 420px;
  font-size: 1.125rem;
  line-height: 1.6;
}
section.hero-section .hero-content .btn {
  margin-top: 2.5rem;
}
section.hero-section .section-image {
  width: 100%;
}
@media (min-width: 1024px) {

  section.hero-section .section-image {
    max-width: 650px;
  }
}
@media not all and (min-width: 1024px) {

  section.hero-section.about br {
    display: none;
  }
}
section.hero-section.testimonials {
  background: linear-gradient(87deg, #A16AA4 -88.45%, #9463A3 -57.04%, #7452A0 10.29%, #061999 75.86%, #061999 150.77%);
}
section.hero-section.testimonials .hero-content {
  max-width: 420px;
}
section.hero-section.testimonials .hero-content .hero-description,
section.hero-section.testimonials .hero-content .main-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.hero-home-section {
  position: relative;
  overflow: hidden;
}
section.hero-home-section:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(104deg, #652D54 0%, #532960 21%, #46276A 42%, rgba(65, 38, 109, 0.97) 51%, rgba(53, 35, 118, 0.87) 61%, rgba(6, 25, 153, 0.7) 71%, rgba(6, 25, 153, 0.5) 81%, rgba(6, 25, 153, 0.1) 100%);
}
.rtl section.hero-home-section:before {
  background: linear-gradient(104deg, rgba(6, 25, 153, 0.1) 0%, rgba(6, 25, 153, 0.5) 19%, rgba(6, 25, 153, 0.7) 29%, rgba(53, 35, 118, 0.87) 39%, rgba(65, 38, 109, 0.97) 49%, #46276A 58%, #532960 79%, #652D54 100%);
}
section.hero-home-section .container {
  flex-direction: row;
}
@media (min-width: 768px) {

  section.hero-home-section .container {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
  }
}
section.hero-home-section .container .section-subtitle {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.hero-home-section .container .video {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 0.75;
}
@media (min-width: 1024px) {

  section.hero-home-section .container .video {
    max-width: 50%;
  }
}
.rtl section.hero-home-section .container .video {
  right: auto;
  left: 0px;
}
section.hero-home-section .container .video video {
  height: 100%;
  --tw-scale-x: 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));
}
@media (min-width: 1024px) {

  section.hero-home-section .container .video video {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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));
  }
}
section.hero-home-section .container .hero-content {
  position: relative;
  z-index: 2;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
}
@media (min-width: 1024px) {

  section.hero-home-section .container .hero-content {
    margin-bottom: 0px;
    max-width: 400px;
    flex-shrink: 0;
  }
}
section.hero-home-section .container .hero-content .hero-description,
section.hero-home-section .container .hero-content .main-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.hero-home-section .container .hero-content .hero-description {
  margin-top: 1rem;
  max-width: 420px;
  font-size: 1.125rem;
  line-height: 1.6;
}
section.hero-home-section .container .hero-content .hero-cta {
  display: flex;
  gap: 1.25rem;
}
section.hero-home-section .container .hero-content .btn {
  margin-top: 2.5rem;
}
section.highlight-section .video-frame {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-left: 0px;
  padding-right: 0px;
}
section.highlight-section img {
  margin-left: auto;
  margin-right: auto;
}
section.about-content-section .integrations,
section.integrations-section .integrations {
  direction: ltr;
  display: flex;
  width: 100%;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {

  section.about-content-section .integrations,
section.integrations-section .integrations {
    gap: 2.5rem;
  }
}
@media (min-width: 1536px) {

  section.about-content-section .integrations,
section.integrations-section .integrations {
    gap: 5rem;
  }
}
section.about-content-section .integrations,
section.integrations-section .integrations {
  scroll-behavior: smooth;
}
section.about-content-section .integrations .swiper-wrapper,
section.integrations-section .integrations .swiper-wrapper {
  padding: 1rem;
  transition-timing-function: linear !important;
}
section.about-content-section .integrations .integration-item,
section.integrations-section .integrations .integration-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  height: 200px;
  width: 190px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: -1px 3px 19.8px 0px rgba(0, 0, 0, 0.12);
  flex: 0 0 auto;
  scroll-behavior: smooth;
}
section.about-content-section .integrations .swiper-slide,
section.integrations-section .integrations .swiper-slide {
  display: flex !important;
  height: 200px !important;
  width: 190px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
section.about-content-section .integrations .swiper-slide img,
section.integrations-section .integrations .swiper-slide img {
  height: auto;
  width: auto;
  max-width: 90%;
}
section.promo-section {
  padding-left: 1rem;
  padding-right: 1rem;
}
section.promo-section .container {
  position: relative;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  border-radius: 12px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {

  section.promo-section .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
section.promo-section .container {
  background: linear-gradient(84deg, #652D54 -5.5%, #40379D 42.14%, #061999 98.86%);
}
section.promo-section .container:before {
  position: absolute;
  inset: 0px;
  background-image: url('../../images/bg-promo.png');
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  opacity: 0.25;
  --tw-content: '';
  content: var(--tw-content);
}
section.promo-section .container > * {
  z-index: 1;
}
section.promo-section .container .image {
  position: absolute;
  left: 0px;
  top: 20%;
  width: 50%;
}
@media (min-width: 640px) {

  section.promo-section .container .image {
    top: 0px;
  }
}
@media (min-width: 768px) {

  section.promo-section .container .image {
    top: 50%;
    width: 33.333333%;
    --tw-translate-y: -50%;
    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));
  }
}
section.promo-section .section-title {
  font-size: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  section.promo-section .section-title {
    font-size: 40px;
  }
}
section.promo-section .section-description {
  font-size: 1.25rem;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.resources-section .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 1024px) {

  section.resources-section .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
section.resources-section .resource-item {
  position: relative;
  aspect-ratio: 140/80;
  overflow: hidden;
  border-radius: 1rem;
}
section.resources-section .resource-item:after {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  height: 2rem;
  width: 2rem;
  --tw-scale-x: -1;
  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));
  background-image: url('../../images/arrow-cta.svg');
  background-size: cover;
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  section.resources-section .resource-item:after {
    height: 3.75em;
    width: 3.75em;
  }
}
.rtl section.resources-section .resource-item:after {
  right: auto;
  left: 1.25rem;
  --tw-scale-x: 1;
  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));
}
section.resources-section .resource-item .item-content {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 2.5rem;
}
section.resources-section .resource-item .item-content h2 {
  max-width: 190px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.resources-section .resource-item .item-content img {
  max-height: 75px;
  max-width: 75px;
}
section.resources-section .resource-item img.size-full {
  transition-property: all;
  transition-property: 1s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
section.connectors-section .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.875em;
}
@media (min-width: 1024px) {

  section.connectors-section .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
section.connectors-section .connector-item {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgba(0,0,0,0.20);
  padding: 1.25rem;
}
section.connectors-section .connector-logo {
  display: flex;
  aspect-ratio: 4/3;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
section.connectors-section .connector-content {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
section.connectors-section .connector-content .connector-title {
  font-weight: 700;
}
section.connectors-section .connector-content .connector-description {
  margin-bottom: 1rem;
}
section.connectors-section .connector-content a {
  position: relative;
  margin-left: auto;
  margin-top: auto;
  align-self: flex-end;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
section.connectors-section .connector-content a:after {
  content: ">";
  position: absolute;
  right: -1rem;
  top: 50%;
  --tw-translate-y: -50%;
  --tw-scale-x: .75;
  --tw-scale-y: 1.25;
  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));
}
.rtl section.connectors-section .connector-content a {
  margin-left: unset;
  margin-right: auto;
}
.rtl section.connectors-section .connector-content a:after {
  right: auto;
  left: -1rem;
}
.section.career-advantages-section .career-advantages {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {

  .section.career-advantages-section .career-advantages {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .section.career-advantages-section .career-advantages {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem;
  }
}
.section.career-advantages-section .adv-item {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border: 0.5px solid #652D54;
}
.section.career-advantages-section .adv-item .adv-icon {
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
}
.section.career-advantages-section .adv-item .adv-icon img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section.career-advantages-section .adv-item .adv-title {
  font-weight: 500;
}
.section.career-testimonials-section .section-header .section-subtitle {
  margin-top: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(84 86 90 / var(--tw-text-opacity, 1));
}
.section.career-testimonials-section .testimonial-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.section.career-testimonials-section .testimonial-photo {
  height: 150px;
  width: 150px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 9999px;
}
.section.career-testimonials-section .testimonial-photo img {
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.career-testimonials-section .testimonial-quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.section.career-testimonials-section .testimonial-quote .quote-text {
  max-width: 270px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.section.career-testimonials-section .testimonial-quote cite {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-style: normal;
}
.section.career-testimonials-section .testimonial-quote .testimonial-name {
  display: block;
  font-weight: 600;
}
.section.career-testimonials-section .testimonial-quote .testimonial-role {
  font-weight: 600;
}
.section.career-testimonials-section .swiper-pagination {
  position: relative;
  margin-top: 1.5rem;
}
.section.career-testimonials-section .swiper-pagination .swiper-pagination-bullet {
  height: 0.5rem;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(84 86 90 / var(--tw-bg-opacity, 1));
  opacity: 0.4;
}
.section.career-testimonials-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(101 45 84 / var(--tw-bg-opacity, 1));
  opacity: 1;
}
@media not all and (min-width: 768px) {

  .section.career-list-section .career-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.section.career-list-section .career-list .list-item {
  position: relative;
  aspect-ratio: 300 / 200;
  width: 410px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}
.section.career-list-section .career-list .list-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.career-list-section .career-list .list-item .list-content {
  position: absolute;
  inset: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.section.career-list-section .career-list .list-item .list-title {
  font-size: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.section.career-list-section .career-list .list-item .list-description {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .section.career-list-section .career-list .list-item .list-description {
    max-width: 80%;
  }
}
section.career-cta-section {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(84deg, #A16AA4 0%, #9463A3 13%, #7452A0 36%, #40379D 68%, #061999 99%);
  padding-top: 0px;
  padding-bottom: 0px;
}
section.career-cta-section::after {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background-image: url('../../images/bg-career-cta.png');
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  --tw-content: '';
  content: var(--tw-content);
}
section.career-cta-section .career-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 1024px) {

  section.career-cta-section .career-cta-inner {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
section.career-cta-section .career-cta-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
section.career-cta-section .career-cta-content .section-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.career-cta-section .career-cta-content .section-subtitle {
  margin-bottom: 0px;
  font-size: 1.0625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.9;
}
section.career-cta-section .btn-career-cta {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.3);
  background-image: linear-gradient(84deg, #A16AA4 0%, #9463A3 13%, #7452A0 36%, #40379D 68%, #061999 99%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
section.career-cta-section .btn-career-cta:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(161 106 164 / var(--tw-bg-opacity, 1));
  background-image: none;
}
.section.insights-section .insights-list {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 300px;
  --tw-translate-x: 0px;
  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));
  flex-direction: column;
  justify-content: center;
  gap: 3.75em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 768px) {

  .section.insights-section .insights-list {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1024px) {

  .section.insights-section .insights-list {
    flex-direction: row;
  }

  .section.insights-section .insights-list.first {
    --tw-translate-x: -4rem;
    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));
  }
}
@media (min-width: 1280px) {

  .section.insights-section .insights-list.first {
    --tw-translate-x: -6rem;
    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));
  }
}
@media (min-width: 1024px) {

  .section.insights-section .insights-list.last {
    --tw-translate-x: 4rem;
    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));
  }
}
@media (min-width: 1280px) {

  .section.insights-section .insights-list.last {
    --tw-translate-x: 6rem;
    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));
  }
}
.section.insights-section .insight-item {
  position: relative;
  height: 250px;
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 4px 4.15px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 4px 4.15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 1024px) {

  .section.insights-section .insight-item {
    height: auto;
    width: 279px;
  }

  .section.insights-section .insight-item:hover {
    width: 25rem;
  }
}
@media (min-width: 1280px) {

  .section.insights-section .insight-item {
    width: 350px;
  }

  .section.insights-section .insight-item:hover {
    width: 30rem;
  }
}
.section.insights-section .insight-item .insight-content {
  position: relative;
  flex-direction: column;
  overflow: hidden;
  padding: 1.875em;
}
.group:hover .section.insights-section .insight-item .insight-content {
  display: flex;
}
@media (min-width: 1280px) {

  .section.insights-section .insight-item .insight-content {
    padding: 2.5rem;
  }
}
.section.insights-section .insight-item .insight-content .card-title {
  max-width: 250px;
}
.section.insights-section .insight-item .card-image img {
  height: 10rem;
  width: 100%;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.group:hover .section.insights-section .insight-item .card-image img {
  display: none;
}
@media (min-width: 1024px) {

  .section.insights-section .insight-item .card-image img {
    height: 220px;
  }
}
.section.insights-section .insight-item .card-content {
  flex-direction: column;
  overflow: hidden;
  padding: 1.875em;
}
@media (min-width: 1280px) {

  .section.insights-section .insight-item .card-content {
    padding: 2.5rem;
  }
}
.section.insights-section .insight-item .card-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 2lh;
  font-size: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .section.insights-section .insight-item .card-title {
    font-size: 1.5625rem;
  }
}
.section.insights-section .insight-item .card-description {
  margin-bottom: 0px;
  height: 0px;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 500ms;
  transition-duration: 700ms;
}
.section.insights-section .insight-item .hover-bg {
  position: absolute;
  inset: 0px;
  z-index: 1;
  display: none;
  border-radius: 0.25rem;
  background-size: cover;
  padding: 1.875em;
}
@media (min-width: 1280px) {

  .section.insights-section .insight-item .hover-bg {
    padding: 2.5rem;
  }
}
.section.insights-section .insight-item .hover-bg {
  background-image: var(--image-url);
}
.section.insights-section .insight-item .hover-bg:before {
  position: absolute;
  inset: 0px;
  opacity: 0.9;
  --tw-content: '';
  content: var(--tw-content);
  background: linear-gradient(63deg, #061999 -29.02%, #A16AA4 106.77%);
}
.section.insights-section .insight-item:hover .card-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.section.insights-section .insight-item:hover .card-image img {
  display: none;
}
.section.insights-section .insight-item:hover .hover-bg {
  display: block;
}
.section.insights-section .insight-item:hover .hover-bg .card-description {
  position: relative;
  z-index: 1;
  min-height: 200px;
  opacity: 1;
}
section.courses-section .courses {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1024px) {

  section.courses-section .courses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }
}
@media (min-width: 1280px) {

  section.courses-section .courses {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
section.courses-section .section-cta {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {

  section.courses-section .section-cta {
    margin-top: 2.5rem;
  }
}
.section.team-section .members-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {

  .section.team-section .members-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .section.team-section .members-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.section.team-section .member-item {
  grid-template-rows: 200px 100px;
}
@media (min-width: 1024px) {

  .section.team-section .member-item {
    display: grid;
  }
}
.section.team-section .member-item.member-logo {
  grid-column: span 2;
}
.section.team-section .member-item.member-logo .member-image {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity, 1));
}
.section.team-section .member-item h4 {
  font-size: 1.5rem;
  font-weight: 500;
}
.section.team-section .member-info h4 {
  font-size: 1.5rem;
  font-weight: 500;
}
.section.team-section .member-image {
  height: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.section.team-section .member-content {
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
.section.team-section .member-socials {
  display: flex;
  height: 1.5rem;
  align-items: flex-start;
  gap: 0.5rem;
  padding-top: 6px;
}
.section.products-section .products {
  display: flex;
  gap: 2.5rem;
}
@media not all and (min-width: 1024px) {

  .section.products-section .products {
    flex-direction: column;
  }
}
@media (min-width: 1280px) {

  .section.products-section .products {
    gap: 5rem;
  }
}
@media (min-width: 1536px) {

  .section.products-section .products {
    gap: 6rem;
  }
}
@media (min-width: 1024px) {

  .section.products-section .products-group {
    width: 50%;
  }
}
.section.products-section .products-group .group-title {
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(40 40 40 / var(--tw-border-opacity, 1));
  padding-bottom: 1.5rem;
  font-weight: 700;
}
.section.products-section .products-group .group-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.section.products-section .products-group .group-list h3 {
  font-weight: 400;
}
.section.products-section .products-group .group-list ul {
  margin-right: 0px;
  margin-top: 1.25rem;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 1.25rem;
}
.section.products-section .products-group .group-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section.demo-section .boxes-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.875em;
}
@media (min-width: 768px) {

  .section.demo-section .boxes-wrapper {
    flex-direction: row;
  }
}
.section.demo-section .boxes-wrapper .box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 1rem;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.875em;
  padding-right: 1.875em;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {

  .section.demo-section .boxes-wrapper .box-item {
    width: calc(50% - 3.75rem);
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 1280px) {

  .section.demo-section .boxes-wrapper .box-item {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.section.demo-section .boxes-wrapper .box-item .image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.section.demo-section .boxes-wrapper .box-item .image img {
  max-width: 11rem;
}
.section.demo-section .boxes-wrapper .box-item .image p {
  position: relative;
  padding-top: 0.5rem;
}
.section.demo-section .boxes-wrapper .box-item .image p:before {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 1px;
  width: 11rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -1rem;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(84 86 90 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.section.demo-section .boxes-wrapper .box-item .content h3 {
  margin-bottom: 1rem;
  line-height: 1.1;
  font-size: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.section.demo-section .boxes-wrapper .box-item button {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
}
.section.demo-section .boxes-wrapper .box-item hr {
  margin-top: auto;
  opacity: 0;
}
.section.demo-section .boxes-wrapper .box-item hr + p {
  margin-top: auto;
}
.section.demo-section .boxes-wrapper .box-item ul {
  margin-top: 2.5rem;
  margin-right: 1rem;
  list-style-type: disc;
}
.section.demo-section .boxes-wrapper .box-item ul li::marker {
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.section.demo-section .boxes-wrapper .box-item a {
  position: relative;
  margin-top: auto;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.section.demo-section .boxes-wrapper .box-item a:after {
  content: ">";
  position: absolute;
  left: -1.5rem;
  top: 50%;
  --tw-translate-y: -50%;
  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));
}
.demo-form-section {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity, 1));
  scroll-margin-top: 60px;
}
.demo-form-section .demo-form-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {

  .demo-form-section .demo-form-card {
    flex-direction: row;
    gap: 2.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.demo-form-section .demo-form-card .content {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .demo-form-section .demo-form-card .content {
    max-width: 600px;
  }
}
.demo-form-section .demo-form-card h4 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.demo-form-section .demo-form-card h3 {
  line-height: 1.1;
  font-size: 2rem;
}
.demo-form-section .demo-form-card .content-image {
  display: flex;
  justify-content: flex-end;
}
.demo-form-section .demo-form-card .demo-form-body {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}
.demo-form-section .demo-form-card .demo-form-body h3 {
  margin-bottom: 1rem;
}
.demo-form-section .demo-form-card .demo-form-body p {
  margin-bottom: 0px;
}
.demo-form-section .demo-form-card .demo-form-body .fields {
  gap: 1.75rem;
}
.demo-form-section .demo-form-card .demo-form-body .submit input {
  width: 100%;
}
.section.whyxp-section .boxes-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
@media (min-width: 1024px) {

  .section.whyxp-section .boxes-wrapper {
    gap: 2.5rem;
  }
}
.section.whyxp-section .box-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1.25rem;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.875em;
  padding-right: 1.875em;
}
@media (min-width: 1024px) {

  .section.whyxp-section .box-item {
    width: 50%;
    max-width: 450px;
    gap: 2.5rem;
  }
}
.section.whyxp-section .box-item img {
  width: 3.5rem;
}
.section.whyxp-section .box-item h3 {
  font-size: 1.25rem;
  line-height: 1.1;
}
/* Pages */
.product-description,
.page-description {
  --wp--style--global--content-size: 65rem;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {

  .product-description,
.page-description {
    font-size: 1.5rem;
  }
}
.product-description > *,
.page-description > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.archive-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media (min-width: 768px) {

  .archive-list {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {

  .archive-list {
    gap: 2.5rem;
  }
}
.archive-list .hentry {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 1024px) {

  .archive-list .hentry {
    width: calc(50% - 2.5rem);
    max-width: 485px;
  }
}
.archive-list .hentry .content {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 1024px) {

  .archive-list .hentry .content {
    max-width: 90%;
  }
}
.archive-list .hentry .content a {
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.archive-list .hentry .content h3 {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
.archive-list .hentry .content h3 a {
  color: inherit;
}
.archive-list .hentry .content hr {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  max-width: 85%;
  border-width: 0.5px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
}
.archive-list .related-post {
  overflow: hidden;
  border-radius: 10px;
  border-width: 0.75px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
}
.archive-list .related-post img.size-full {
  width: 100%;
}
.archive-list .related-post .content {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.archive-list .video-post img,
.archive-list .webinar-post img {
  border-radius: 10px;
}
.archive-list .video-post .video-button,
.archive-list .webinar-post .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-scale-x: 75%;
  --tw-scale-y: 75%;
  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));
}
@media (min-width: 768px) {

  .archive-list .video-post .video-button,
.archive-list .webinar-post .video-button {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    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));
  }
}
.small-header {
  display: flex;
  height: 15rem;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {

  .small-header {
    height: 20rem;
    width: 100%;
  }
}
.small-header h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.page-resource .section.accordion-section {
  width: 100%;
  padding-top: 1.5rem;
}
.page-resource .category-main,
.category .category-main {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {

  .page-resource .category-main,
.category .category-main {
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media (min-width: 1280px) {

  .page-resource .category-main,
.category .category-main {
    gap: 3.75em;
  }
}
.page-resource aside,
.category aside {
  flex-shrink: 0;
}
@media (min-width: 1024px) {

  .page-resource aside,
.category aside {
    width: 13rem;
  }
}
.page-resource aside ul li,
.category aside ul li {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}
.page-resource aside ul li a,
.category aside ul li a {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(84 86 90 / var(--tw-text-opacity, 1));
}
.page-resource aside ul li.current-menu-item a,
.category aside ul li.current-menu-item a {
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.page-resource .pagination,
.category .pagination {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.page-resource .pagination ul,
.category .pagination ul {
  display: flex;
  gap: 0.5rem;
}
.page-resource .pagination ul .current,
.category .pagination ul .current {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.page-resource .pagination ul a:hover,
.category .pagination ul a:hover {
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.page-courses .category-header {
  position: relative;
}
.page-courses .category-header .container {
  position: relative;
  z-index: 1;
}
.page-courses .category-header:before {
  position: absolute;
  inset: 0px;
  --tw-content: '';
  content: var(--tw-content);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.page-courses .courses-filters-form {
  display: flex;
  gap: 2.5rem;
  border-bottom-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(84 86 90 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
}
.page-courses .filters-group__title {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
}
.page-courses .filters-group__title .svg-icon {
  display: flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(84 86 90 / var(--tw-bg-opacity, 1));
}
.page-courses .filters-group {
  position: relative;
}
.page-courses .filter-option {
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.page-courses .filter-option:hover, .page-courses .filter-option.active {
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.page-courses .courses-filters {
  overflow: visible;
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity, 1));
}
.page-courses .courses-filters .filters-group__options {
  position: absolute;
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.page-courses .courses-filters .filters-group__options.open {
  display: flex;
}
.page-course .entry-header .entry-title,
.single .entry-header .entry-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-course .entry-main,
.single .entry-main {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1024px) {

  .page-course .entry-main,
.single .entry-main {
    align-items: flex-start;
  }
}
@media (min-width: 1280px) {

  .page-course .entry-main,
.single .entry-main {
    margin-top: 2.5rem;
    flex-direction: row;
    gap: 4rem;
  }

  .page-course .entry-content,
.single .entry-content {
    width: 800px;
    max-width: 100%;
  }
}
.page-course .entry-content,
.single .entry-content {
  flex: 1 0 auto;
}
.page-course .entry-content .wp-block-heading,
.single .entry-content .wp-block-heading {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.page-course .entry-content p,
.single .entry-content p {
  margin-bottom: 1rem;
}
.page-course .main-image {
  margin-bottom: 1rem;
}
.page-course .entry-meta {
  display: flex;
  flex-direction: column;
  gap: 0.625em;
}
@media (min-width: 1024px) {

  .page-course .entry-meta {
    flex-direction: row;
  }
}
.page-course .entry-meta .course-duration,
.page-course .entry-meta .course-location {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}
.page-course .entry-meta .course-duration p,
.page-course .entry-meta .course-location p {
  margin: 0px;
}
.page-course .entry-meta h4 {
  display: flex;
  gap: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .aside-form {
    position: sticky;
    top: 10rem;
  }
}
.aside-form .form {
  border-radius: 10px;
  border-width: 0.5px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
  padding: 1.5rem;
}
.aside-form .form h4 {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
}
.aside-form .form .submit input {
  width: 100%;
}
.single .entry-meta {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {

  .single .entry-meta {
    flex-direction: row;
    justify-content: space-between;
  }
}
.single .entry-meta {
  font-size: 0.9375rem;
}
.single .entry-meta .entry-author {
  color: rgba(84, 86, 90, 0.7);
}
.single .entry-meta .llm-share {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media not all and (min-width: 768px) {

  .single .entry-meta .llm-share {
    justify-content: space-between;
  }
}
.single .entry-meta .llm-share a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #C8C8C8;
}
.page-contacts .entry-main {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
@media not all and (min-width: 1024px) {

  .page-contacts .entry-main {
    flex-direction: column;
  }
}
@media (min-width: 1280px) {

  .page-contacts .entry-main {
    gap: 5rem;
  }
}
.page-contacts .entry-content {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .page-contacts .entry-content {
    max-width: 450px;
  }
}
.page-contacts .entry-title {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.page-contacts .entry-content a {
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.page-contacts iframe {
  margin-bottom: 1rem;
  aspect-ratio: 16 / 9;
  width: 100%;
}
.page-contacts .wp-block-group.contacts {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}
.page-contacts .wp-block-group.contacts .wp-block-group {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.page-contacts aside {
  width: 100%;
}
@media (min-width: 1024px) {

  .page-contacts aside {
    max-width: 500px;
  }
}
.social-share ul {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.25rem;
}
.page-about .entry-main {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {

  .page-about .entry-main {
    flex-direction: row;
    align-items: flex-start;
    gap: 2.5rem;
  }
}
.page-about .entry-content {
  overflow: hidden;
}
.page-about aside {
  flex-shrink: 0;
}
@media (min-width: 1024px) {

  .page-about aside {
    position: sticky;
    top: 5rem;
    width: 13rem;
  }
}
.page-about aside ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page-about aside ul li {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity, 1));
}
.page-about aside ul li button {
  width: 100%;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: start;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.page-about aside ul li.current-menu-item a {
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.page-about .entry-content .section {
  overflow: hidden;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 1024px) {

  .page-about .entry-content .section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-about h1 {
  margin-bottom: 1rem;
}
.page-about h2 {
  margin-bottom: 1rem;
  line-height: 1.1;
  font-size: 2rem;
}
.page-about h3:not(.section-description) {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.related-posts .container {
  margin-top: 2.5rem;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
}
.related-posts .container h2 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  line-height: 1.1;
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.breadcrumbs {
  font-weight: bold;
}
.breadcrumbs .breadcrumb_last {
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.error404 .error-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  text-align: center;
}
@media (min-width: 1024px) {

  .error404 .error-content {
    gap: 5rem;
  }
}
.error404 .error-content .main-link {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .error404 .error-content .main-link {
    font-size: 1.5rem;
  }
}
.error404 .error-content .links {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}
@media (min-width: 1024px) {

  .error404 .error-content .links {
    min-width: 75%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.error404 .error-content .links a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1rem;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.875em;
  padding-right: 1.875em;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
.error404 .error-content .links a:hover {
  box-shadow: 5px 5px 19.8px -1px rgba(0, 0, 0, 0.25);
}
.error404 .error-content .links a .icon {
  display: flex;
  aspect-ratio: 1 / 1;
  width: 70px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
}
.error404 .error-content .links a .icon img {
  aspect-ratio: 1 / 1;
  height: 2.5rem;
  width: auto;
}
/* End Pages */
.bottom-widgets {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {

  .bottom-widgets {
    gap: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .bottom-widgets {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5rem;
  }
}
.bottom-widgets h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.bottom-widgets ul {
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}
.bottom-widgets ul li a {
  font-size: 14px;
  line-height: 1.5rem;
}
.site-footer {
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid rgba(84, 86, 90, 0.4);
}
.site-footer .container {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 1024px) {

  .site-footer .container {
    flex-direction: row;
    justify-content: space-between;
    gap: 0px;
  }
}
.site-footer h4 {
  font-weight: 700;
}
.site-footer .footer-logo {
  padding-top: 1.75rem;
  padding-bottom: 1.25rem;
}
.site-footer .footer-social-links {
  display: flex;
  gap: 1rem;
}
.site-footer .footer-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer .footer-copyright {
  order: 3;
  font-size: 13px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(84 86 90 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .site-footer .footer-copyright {
    order: 1;
  }
}
.site-footer .footer-menu {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.site-footer .footer-menu li {
  position: relative;
}
.site-footer .footer-menu li + li:after {
  content: "/";
  position: absolute;
  right: 0px;
  top: 50%;
  --tw-translate-y: -50%;
  --tw-translate-x: 1rem;
  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));
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
.site-footer .footer-menu a {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
.site-footer .footer-newsletter {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {

  .site-footer .footer-newsletter {
    order: 3;
  }
}
.site-footer .footer-newsletter .wpcf7-form {
  display: flex;
  gap: 1rem;
}
.site-footer .footer-newsletter .wpcf7-form .wpcf7-email {
  width: 170px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.site-footer .footer-newsletter .wpcf7-form .wpcf7-spinner {
  position: absolute !important;
}
.modal-global {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;
}
.modal-global .modal-content {
  position: relative;
  max-height: 90vh;
  width: 90%;
  max-width: 1000px;
  overflow: auto;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.modal-global .modal-content iframe {
  aspect-ratio: 4/3;
  width: 100%;
  border-style: none;
}
.modal-global .modal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  border-style: none;
  padding: 5px 10px;
  font-size: 40px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.modal-video .modal-content {
  background-color: transparent;
}
.modal-video .modal-close {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.modal-team .modal-content {
  aspect-ratio: auto;
  overflow-y: auto;
  max-width: 1300px;
}
.modal-team .container {
  max-height: 80vh;
  overflow: auto;
}
.modal-team .header h3 {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
.modal-team .member {
  display: flex;
  gap: 1.25rem;
}
@media not all and (min-width: 1024px) {

  .modal-team .member {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {

  .modal-team .member {
    align-items: center;
    gap: 2.5rem;
  }
}
.modal-team .member-info {
  display: flex;
  gap: 1.25rem;
}
@media not all and (min-width: 640px) {

  .modal-team .member-info {
    flex-direction: column;
  }
}
@media (min-width: 768px) {

  .modal-team .member-info {
    align-items: center;
  }
}
@media (min-width: 1024px) {

  .modal-team .member-info {
    width: 450px;
    gap: 2.5rem;
  }
}
.modal-team .member-info .image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 640px) {

  .modal-team .member-info .image {
    max-width: 260px;
  }
}
.modal-team .member-info .socials {
  display: flex;
  gap: 0.25rem;
}
.modal-team .member-info .details {
  display: flex;
  width: 100%;
  gap: 0.5rem;
}
@media not all and (min-width: 640px) {

  .modal-team .member-info .details {
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 640px) {

  .modal-team .member-info .details {
    flex-direction: column;
  }
}
.modal-team .member-info .details p {
  margin: 0;
}
.modal-team .member-description {
  line-height: 1.5;
}
@media (min-width: 1024px) {

  .modal-team .member-description {
    width: 575px;
  }
}
.main-image img {
  min-height: 3.5rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {

  .wpcf7-form {
    flex-direction: row;
  }
}
.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
}
.rtl .wpcf7-form input::-moz-placeholder {
  direction: rtl;
  text-align: right;
}
.rtl .wpcf7-form input::placeholder {
  direction: rtl;
  text-align: right;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-form .checkbox label {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0.25rem;
}
.wpcf7-form .checkbox label input {
  margin-top: 0.375rem;
}
.wpcf7-form .fields-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.wpcf7-form .fields {
  display: flex;
  gap: 1.25rem;
}
.wpcf7-form .field input {
  width: 100%;
  border-radius: 6px;
  border-width: 0.5px;
  border-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(84 86 90 / var(--tw-text-opacity, 1));
  box-shadow: -1px 0 5.5px 0 rgba(0, 0, 0, 0.25);
}
.wpcf7-form .field input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(84 86 90 / var(--tw-text-opacity, 1));
}
.wpcf7-form .field input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(84 86 90 / var(--tw-text-opacity, 1));
}
.wpcf7-form .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wpcf7-form .buttons br {
  display: none;
}
.wpcf7-form .submit input {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
}
.wpcf7-form .wpcf7-response-output {
  display: none !important;
}
.wpcf7-form .form-loader,
.wpcf7-form .form-thankyou {
  position: absolute;
  inset: 0px;
  z-index: 1;
  display: none;
  align-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
  opacity: 0;
}
.wpcf7-form .form-loader p,
.wpcf7-form .form-thankyou p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
  letter-spacing: 6.21px;
}
.wpcf7-form .form-loader h3,
.wpcf7-form .form-thankyou h3 {
  font-weight: 400;
}
@media (min-width: 1024px) {

  .wpcf7-form .form-loader h3,
.wpcf7-form .form-thankyou h3 {
    font-size: 1.875rem;
  }
}
.wpcf7-form .form-loader.active,
.wpcf7-form .form-thankyou.active {
  display: block;
  opacity: 1;
}
.page-template-page-academy .section-description {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .page-template-page-academy .section.image-content-section .section-text {
    max-width: 340px;
  }
}
.single .entry-content a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(101 45 84 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
#cookie-banner {
  border-top-width: 0.5px;
  --tw-border-opacity: 1;
  border-top-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
  position: fixed;
  inset: auto 0 0 0;
  z-index: 9999;
  background: #fff;
  padding: 1rem 2rem;
}
.cookie-close {
  position: absolute;
  font-weight: bold;
  right: 1rem;
  top: 0.5rem;
  font-size: 1rem;
  width: 18px;
  height: 18px;
  background: none;
  border: none;
}
.cookie-banner-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .cookie-banner-content {
    flex-direction: row;
  }
}
.cookie-banner-content .cookie-accept {
  color: #fff;
  border: 0;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 700;
  border-radius: 9999px;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .cookie-banner-content .cookie-accept {
    width: 100%;
  }
}
.cookie-banner-text {
  margin: 0;
}
.cookie-banner-text a {
  text-decoration: underline;
}
.hover\:border-amethyst:hover {
  --tw-border-opacity: 1;
  border-color: rgb(101 45 84 / var(--tw-border-opacity, 1));
}
.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:bg-amethyst:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(101 45 84 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(50 250 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orchid:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 106 164 / var(--tw-bg-opacity, 1));
}
.hover\:bg-empty:hover {
  background-image: none;
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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\:z-20:focus {
  z-index: 20;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-offset-0:focus {
  outline-offset: 0px;
}
.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);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.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;
}
.group:hover .group-hover\:mb-3 {
  margin-bottom: 0.75rem;
}
.group:hover .group-hover\:flex {
  display: flex;
}
.group:hover .group-hover\:hidden {
  display: none;
}
.group:hover .group-hover\:min-h-\[129px\] {
  min-height: 129px;
}
.group:hover .group-hover\:text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media not all and (min-width: 1024px) {

  .max-lg\:fixed {
    position: fixed;
  }

  .max-lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:translate-x-full {
    --tw-translate-x: 100%;
    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));
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:items-center {
    align-items: center;
  }

  .max-lg\:justify-between {
    justify-content: space-between;
  }

  .max-lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .max-lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media not all and (min-width: 768px) {

  .max-md\:flex-col {
    flex-direction: column;
  }
}
@media not all and (min-width: 640px) {

  .max-sm\:flex-col {
    flex-direction: column;
  }

  .max-sm\:items-center {
    align-items: center;
  }

  .max-sm\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 640px) {

  .sm\:top-0 {
    top: 0px;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[104px\] {
    height: 104px;
  }

  .sm\:max-w-\[260px\] {
    max-width: 260px;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:tracking-normal {
    letter-spacing: 0em;
  }
}
@media (min-width: 768px) {

  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-\[381px\] {
    height: 381px;
  }

  .md\:w-\[300px\] {
    width: 300px;
  }

  .md\:w-\[475px\] {
    width: 475px;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    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));
  }

  .md\:scale-\[100\%\] {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    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));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-7\.5 {
    gap: 1.875em;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .md\:text-\[1rem\] {
    font-size: 1rem;
  }

  .md\:text-\[2rem\] {
    font-size: 2rem;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem;
  }

  .lg\:left-\[-999em\] {
    left: -999em;
  }

  .lg\:top-full {
    top: 100%;
  }

  .lg\:-order-1 {
    order: -1;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-15 {
    height: 3.75em;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:h-\[220px\] {
    height: 220px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-15 {
    width: 3.75em;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-\[200vw\] {
    width: 200vw;
  }

  .lg\:w-\[279px\] {
    width: 279px;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

  .lg\:w-\[450px\] {
    width: 450px;
  }

  .lg\:w-\[575px\] {
    width: 575px;
  }

  .lg\:w-\[920px\] {
    width: 920px;
  }

  .lg\:w-\[calc\(50\%_-3\.75rem\)\] {
    width: calc(50% - 3.75rem);
  }

  .lg\:w-\[calc\(50\%_-_2\.5rem\)\] {
    width: calc(50% - 2.5rem);
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:min-w-\[75\%\] {
    min-width: 75%;
  }

  .lg\:max-w-\[250px\] {
    max-width: 250px;
  }

  .lg\:max-w-\[340px\] {
    max-width: 340px;
  }

  .lg\:max-w-\[350px\] {
    max-width: 350px;
  }

  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }

  .lg\:max-w-\[450px\] {
    max-width: 450px;
  }

  .lg\:max-w-\[480px\] {
    max-width: 480px;
  }

  .lg\:max-w-\[485px\] {
    max-width: 485px;
  }

  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .lg\:max-w-\[500px\] {
    max-width: 500px;
  }

  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }

  .lg\:max-w-\[650px\] {
    max-width: 650px;
  }

  .lg\:max-w-\[70\%\] {
    max-width: 70%;
  }

  .lg\:max-w-\[90\%\] {
    max-width: 90%;
  }

  .lg\:max-w-\[inherit\] {
    max-width: inherit;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .lg\:-translate-x-16 {
    --tw-translate-x: -4rem;
    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-16 {
    --tw-translate-x: 4rem;
    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-\[-50vw\] {
    --tw-translate-x: -50vw;
    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\: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\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-15 {
    gap: 3.75em;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:border-\[0\] {
    border-width: 0;
  }

  .lg\:border-\[1px\] {
    border-width: 1px;
  }

  .lg\:border-\[\#b5b5b5\] {
    --tw-border-opacity: 1;
    border-color: rgb(181 181 181 / var(--tw-border-opacity, 1));
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-\[length\:auto\] {
    background-size: auto;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:pb-2\.5 {
    padding-bottom: 0.625em;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pt-\[160px\] {
    padding-top: 160px;
  }

  .lg\:text-18 {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .lg\:text-\[0\.875rem\] {
    font-size: 0.875rem;
  }

  .lg\:text-\[1\.5625rem\] {
    font-size: 1.5625rem;
  }

  .lg\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .lg\:text-\[1\.875rem\] {
    font-size: 1.875rem;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[2rem\] {
    font-size: 2rem;
  }

  .lg\:text-\[30px\] {
    font-size: 30px;
  }

  .lg\:text-h3-desktop {
    font-size: 1.5rem;
  }

  .lg\:text-gray {
    --tw-text-opacity: 1;
    color: rgb(246 247 248 / var(--tw-text-opacity, 1));
  }

  .lg\:content-none {
    --tw-content: none;
    content: var(--tw-content);
  }

  .lg\:hover\:w-\[25rem\]:hover {
    width: 25rem;
  }

  .lg\:hover\:w-\[31\.25rem\]:hover {
    width: 31.25rem;
  }

  .group:hover .lg\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .lg\:group-hover\:w-full {
    width: 100%;
  }
}
@media (min-width: 1280px) {

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:w-\[350px\] {
    width: 350px;
  }

  .xl\:w-\[800px\] {
    width: 800px;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:pl-28 {
    padding-left: 7rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:text-\[1\.875rem\] {
    font-size: 1.875rem;
  }

  .xl\:text-\[1rem\] {
    font-size: 1rem;
  }

  .xl\:text-\[2\.875rem\] {
    font-size: 2.875rem;
  }

  .xl\:hover\:w-\[30rem\]:hover {
    width: 30rem;
  }

  .xl\:hover\:w-\[40rem\]:hover {
    width: 40rem;
  }
}
@media (min-width: 1536px) {

  .\32xl\:gap-20 {
    gap: 5rem;
  }

  .\32xl\:bg-cover {
    background-size: cover;
  }

  .\32xl\:bg-\[100\%_100\%\] {
    background-position: 100% 100%;
  }
}
