/*
! tailwindcss v3.4.10 | 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: rgba(0, 0, 0, 0.4);
  /* 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: rgba(255, 255, 255, 0.5);
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: rgba(255, 255, 255, 0.5);
  /* 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] {
  display: none;
}

*, ::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:  ;
}

.container {
  width: 100%;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-\[-110px\] {
  bottom: -110px;
}

.bottom-\[-300px\] {
  bottom: -300px;
}

.bottom-\[-8\.85\%\] {
  bottom: -8.85%;
}

.bottom-\[0\%\] {
  bottom: 0%;
}

.bottom-\[0px\] {
  bottom: 0px;
}

.bottom-\[1px\] {
  bottom: 1px;
}

.bottom-\[5\.7px\] {
  bottom: 5.7px;
}

.left-\[-110px\] {
  left: -110px;
}

.left-\[0\%\] {
  left: 0%;
}

.left-\[0px\] {
  left: 0px;
}

.left-\[20px\] {
  left: 20px;
}

.left-\[23px\] {
  left: 23px;
}

.left-\[26px\] {
  left: 26px;
}

.left-\[2px\] {
  left: 2px;
}

.left-\[35\.28\%\] {
  left: 35.28%;
}

.left-\[3px\] {
  left: 3px;
}

.left-\[5\.8px\] {
  left: 5.8px;
}

.left-\[50\%\] {
  left: 50%;
}

.left-\[5px\] {
  left: 5px;
}

.left-\[60px\] {
  left: 60px;
}

.left-\[70\.56\%\] {
  left: 70.56%;
}

.left-\[9px\] {
  left: 9px;
}

.left-\[calc\(50\%_\+_0\.5px\)\] {
  left: calc(50% + 0.5px);
}

.right-4 {
  right: 1rem;
}

.right-\[-5\%\] {
  right: -5%;
}

.right-\[0\.04\%\] {
  right: 0.04%;
}

.right-\[0px\] {
  right: 0px;
}

.right-\[10\%\] {
  right: 10%;
}

.right-\[107px\] {
  right: 107px;
}

.right-\[35\.32\%\] {
  right: 35.32%;
}

.right-\[36px\] {
  right: 36px;
}

.right-\[37\.03\%\] {
  right: 37.03%;
}

.right-\[5\%\] {
  right: 5%;
}

.right-\[5\.7px\] {
  right: 5.7px;
}

.right-\[70\.6\%\] {
  right: 70.6%;
}

.right-\[71px\] {
  right: 71px;
}

.top-4 {
  top: 1rem;
}

.top-\[-120px\] {
  top: -120px;
}

.top-\[-25px\] {
  top: -25px;
}

.top-\[-30px\] {
  top: -30px;
}

.top-\[-79px\] {
  top: -79px;
}

.top-\[-95px\] {
  top: -95px;
}

.top-\[0\%\] {
  top: 0%;
}

.top-\[0\] {
  top: 0;
}

.top-\[0px\] {
  top: 0px;
}

.top-\[100px\] {
  top: 100px;
}

.top-\[12px\] {
  top: 12px;
}

.top-\[13px\] {
  top: 13px;
}

.top-\[18px\] {
  top: 18px;
}

.top-\[1px\] {
  top: 1px;
}

.top-\[22px\] {
  top: 22px;
}

.top-\[2px\] {
  top: 2px;
}

.top-\[5\.8px\] {
  top: 5.8px;
}

.top-\[58px\] {
  top: 58px;
}

.top-\[86\.8\%\] {
  top: 86.8%;
}

.top-\[8px\] {
  top: 8px;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.z-\[-1\] {
  z-index: -1;
}

.z-\[0\] {
  z-index: 0;
}

.z-\[11111111111111\] {
  z-index: 11111111111111;
}

.z-\[11111\] {
  z-index: 11111;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[3\] {
  z-index: 3;
}

.z-\[4\] {
  z-index: 4;
}

.z-\[5\] {
  z-index: 5;
}

.z-\[6\] {
  z-index: 6;
}

.z-\[7\] {
  z-index: 7;
}

.z-\[8\] {
  z-index: 8;
}

.z-\[99\] {
  z-index: 99;
}

.\!m-0 {
  margin: 0px !important;
}

.\!m-\[0\] {
  margin: 0 !important;
}

.m-0 {
  margin: 0px;
}

.m-\[0px\] {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[-20px\] {
  margin-bottom: -20px;
}

.mb-\[-60px\] {
  margin-bottom: -60px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-\[-1px\] {
  margin-left: -1px;
}

.ml-\[-25px\] {
  margin-left: -25px;
}

.ml-\[-285px\] {
  margin-left: -285px;
}

.ml-\[-50px\] {
  margin-left: -50px;
}

.ml-\[10\%\] {
  margin-left: 10%;
}

.ml-\[135px\] {
  margin-left: 135px;
}

.ml-\[5\%\] {
  margin-left: 5%;
}

.ml-\[calc\(91\%-100vw\)\] {
  margin-left: calc(91% - 100vw);
}

.mr-\[-2px\] {
  margin-right: -2px;
}

.mr-\[20px\] {
  margin-right: 20px;
}

.mr-\[3px\] {
  margin-right: 3px;
}

.mr-\[5\%\] {
  margin-right: 5%;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-\[-10px\] {
  margin-top: -10px;
}

.mt-\[-110px\] {
  margin-top: -110px;
}

.mt-\[-21px\] {
  margin-top: -21px;
}

.mt-\[-40px\] {
  margin-top: -40px;
}

.mt-\[0px\] {
  margin-top: 0px;
}

.mt-\[100px\] {
  margin-top: 100px;
}

.mt-\[180px\] {
  margin-top: 180px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

.h-\[18\.7px\] {
  height: 18.7px;
}

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

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

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

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

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

.h-\[22\.05\%\] {
  height: 22.05%;
}

.h-\[22\.6px\] {
  height: 22.6px;
}

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

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

.h-\[27\.8px\] {
  height: 27.8px;
}

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

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

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

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

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

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

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

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

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

.h-\[49\.5px\] {
  height: 49.5px;
}

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100\%_-_11\.5px\)\] {
  height: calc(100% - 11.5px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.max-h-\[1060px\] {
  max-height: 1060px;
}

.max-h-full {
  max-height: 100%;
}

.min-h-\[100px\] {
  min-height: 100px;
}

.min-h-\[120px\] {
  min-height: 120px;
}

.min-h-\[165px\] {
  min-height: 165px;
}

.min-h-\[16px\] {
  min-height: 16px;
}

.min-h-\[18px\] {
  min-height: 18px;
}

.min-h-\[198px\] {
  min-height: 198px;
}

.min-h-\[22px\] {
  min-height: 22px;
}

.min-h-\[24px\] {
  min-height: 24px;
}

.min-h-\[300px\] {
  min-height: 300px;
}

.min-h-\[30px\] {
  min-height: 30px;
}

.min-h-\[33px\] {
  min-height: 33px;
}

.min-h-\[355px\] {
  min-height: 355px;
}

.min-h-\[520px\] {
  min-height: 520px;
}

.min-h-\[830px\] {
  min-height: 830px;
}

.min-h-full {
  min-height: 100%;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-7 {
  width: 1.75rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

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

.w-\[1139\.5px\] {
  width: 1139.5px;
}

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

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

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

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

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

.w-\[123\.8px\] {
  width: 123.8px;
}

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

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

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

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

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

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

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

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

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

.w-\[16\.5px\] {
  width: 16.5px;
}

.w-\[178\.7px\] {
  width: 178.7px;
}

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

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

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

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

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

.w-\[205\.6px\] {
  width: 205.6px;
}

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

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

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

.w-\[29\.4\%\] {
  width: 29.4%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[62\.97\%\] {
  width: 62.97%;
}

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

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

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

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

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

.w-\[86\.3px\] {
  width: 86.3px;
}

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

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

.w-\[97\.1px\] {
  width: 97.1px;
}

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

.w-\[calc\(100\%_-_11\.5px\)\] {
  width: calc(100% - 11.5px);
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

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

.min-w-\[101px\] {
  min-width: 101px;
}

.min-w-\[102px\] {
  min-width: 102px;
}

.min-w-\[110px\] {
  min-width: 110px;
}

.min-w-\[112px\] {
  min-width: 112px;
}

.min-w-\[115px\] {
  min-width: 115px;
}

.min-w-\[1176px\] {
  min-width: 1176px;
}

.min-w-\[119px\] {
  min-width: 119px;
}

.min-w-\[120px\] {
  min-width: 120px;
}

.min-w-\[125px\] {
  min-width: 125px;
}

.min-w-\[126px\] {
  min-width: 126px;
}

.min-w-\[140px\] {
  min-width: 140px;
}

.min-w-\[157px\] {
  min-width: 157px;
}

.min-w-\[162px\] {
  min-width: 162px;
}

.min-w-\[166px\] {
  min-width: 166px;
}

.min-w-\[180px\] {
  min-width: 180px;
}

.min-w-\[191px\] {
  min-width: 191px;
}

.min-w-\[202px\] {
  min-width: 202px;
}

.min-w-\[206px\] {
  min-width: 206px;
}

.min-w-\[248px\] {
  min-width: 248px;
}

.min-w-\[256px\] {
  min-width: 256px;
}

.min-w-\[277px\] {
  min-width: 277px;
}

.min-w-\[280px\] {
  min-width: 280px;
}

.min-w-\[287px\] {
  min-width: 287px;
}

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

.min-w-\[314px\] {
  min-width: 314px;
}

.min-w-\[358px\] {
  min-width: 358px;
}

.min-w-\[361px\] {
  min-width: 361px;
}

.min-w-\[367px\] {
  min-width: 367px;
}

.min-w-\[370px\] {
  min-width: 370px;
}

.min-w-\[374px\] {
  min-width: 374px;
}

.min-w-\[37px\] {
  min-width: 37px;
}

.min-w-\[395px\] {
  min-width: 395px;
}

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

.min-w-\[435px\] {
  min-width: 435px;
}

.min-w-\[440px\] {
  min-width: 440px;
}

.min-w-\[474px\] {
  min-width: 474px;
}

.min-w-\[50px\] {
  min-width: 50px;
}

.min-w-\[55px\] {
  min-width: 55px;
}

.min-w-\[57px\] {
  min-width: 57px;
}

.min-w-\[58px\] {
  min-width: 58px;
}

.min-w-\[62px\] {
  min-width: 62px;
}

.min-w-\[64px\] {
  min-width: 64px;
}

.min-w-\[69px\] {
  min-width: 69px;
}

.min-w-\[700px\] {
  min-width: 700px;
}

.min-w-\[70px\] {
  min-width: 70px;
}

.min-w-\[72px\] {
  min-width: 72px;
}

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

.min-w-\[772px\] {
  min-width: 772px;
}

.min-w-\[83px\] {
  min-width: 83px;
}

.min-w-\[84px\] {
  min-width: 84px;
}

.min-w-\[85px\] {
  min-width: 85px;
}

.min-w-\[90px\] {
  min-width: 90px;
}

.min-w-\[91px\] {
  min-width: 91px;
}

.min-w-\[92px\] {
  min-width: 92px;
}

.min-w-\[94px\] {
  min-width: 94px;
}

.max-w-3xl {
  max-width: 48rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[calc\(100\%_-_32px\)\] {
  max-width: calc(100% - 32px);
}

.max-w-\[calc\(100\%_-_36px\)\] {
  max-width: calc(100% - 36px);
}

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

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

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

.grow {
  flex-grow: 1;
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-fadeInOut {
  animation: fadeIn 3s ease-in forwards;
}

.cursor-pointer {
  cursor: pointer;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

.grid-cols-\[repeat\(3\2c _minmax\(277px\2c _1fr\)\)\] {
  grid-template-columns: repeat(3, minmax(277px, 1fr));
}

.grid-cols-\[repeat\(4\2c _minmax\(202px\2c _1fr\)\)\] {
  grid-template-columns: repeat(4, minmax(202px, 1fr));
}

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

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

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

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

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

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

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

.items-stretch {
  align-items: stretch;
}

.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\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[-109px\] {
  gap: -109px;
}

.gap-\[100px\] {
  gap: 100px;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[11\.8px\] {
  gap: 11.8px;
}

.gap-\[13px\] {
  gap: 13px;
}

.gap-\[140px\] {
  gap: 140px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[17\.5px\] {
  gap: 17.5px;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[1px\] {
  gap: 1px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[21px\] {
  gap: 21px;
}

.gap-\[22px\] {
  gap: 22px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[31px\] {
  gap: 31px;
}

.gap-\[33px\] {
  gap: 33px;
}

.gap-\[39\.3px\] {
  gap: 39.3px;
}

.gap-\[3px\] {
  gap: 3px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[42px\] {
  gap: 42px;
}

.gap-\[49px\] {
  gap: 49px;
}

.gap-\[4px\] {
  gap: 4px;
}

.gap-\[54px\] {
  gap: 54px;
}

.gap-\[58px\] {
  gap: 58px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[60px\] {
  gap: 60px;
}

.gap-\[68px\] {
  gap: 68px;
}

.gap-\[7px\] {
  gap: 7px;
}

.gap-\[9\.2px\] {
  gap: 9.2px;
}

.gap-\[9px\] {
  gap: 9px;
}

.gap-\[2px\] {
  gap: 2px;
}

.gap-x-\[30px\] {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-y-\[28\.7px\] {
  row-gap: 28.7px;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-83xl-4 {
  border-radius: 102.4px;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 20px;
}

.border {
  border-width: 1px;
}

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

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

.border-l-\[4px\] {
  border-left-width: 4px;
}

.border-r {
  border-right-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-general-1-primary {
  --tw-border-opacity: 1;
  border-color: rgb(162 144 97 / var(--tw-border-opacity));
}

.border-general-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.bg-\[transparent\] {
  background-color: transparent;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-dark-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.bg-elements-neutral-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 249 / var(--tw-bg-opacity));
}

.bg-general-1-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(162 144 97 / var(--tw-bg-opacity));
}

.bg-general-1-primary-variant {
  --tw-bg-opacity: 1;
  background-color: rgb(146 100 58 / var(--tw-bg-opacity));
}

.bg-general-7-secondary-variant {
  --tw-bg-opacity: 1;
  background-color: rgb(52 52 52 / var(--tw-bg-opacity));
}

.bg-general-8-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

.bg-gray-100 {
  background-color: rgba(255, 255, 255, 0.75);
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-silver {
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-\[url\(\'\/wp-content\/themes\/vision-prime\/web\/about\/public\/member-profiles1\@3x\.png\'\)\] {
  background-image: url('/wp-content/themes/vision-prime/web/about/public/member-profiles1@3x.png');
}

.bg-\[url\(\'\/wp-content\/themes\/vision-prime\/web\/about\/public\/member-profiles2\@3x\.png\'\)\] {
  background-image: url('/wp-content/themes/vision-prime/web/about/public/member-profiles2@3x.png');
}

.bg-\[url\(\'\/wp-content\/themes\/vision-prime\/web\/about\/public\/member-profiles3\@3x\.png\'\)\] {
  background-image: url('/wp-content/themes/vision-prime/web/about/public/member-profiles3@3x.png');
}

.bg-\[url\(\'\/wp-content\/themes\/vision-prime\/web\/about\/public\/member-profiles4\@3x\.png\'\)\] {
  background-image: url('/wp-content/themes/vision-prime/web/about/public/member-profiles4@3x.png');
}

.bg-\[url\(\'\/wp-content\/themes\/vision-prime\/web\/public\/basic1\@3x\.png\'\)\] {
  background-image: url('/wp-content/themes/vision-prime/web/public/basic1@3x.png');
}

.bg-\[url\(\'\/wp-content\/themes\/vision-prime\/web\/public\/basic2\@3x\.png\'\)\] {
  background-image: url('/wp-content/themes/vision-prime/web/public/basic2@3x.png');
}

.bg-\[url\(\'\/wp-content\/themes\/vision-prime\/web\/public\/basic\@3x\.png\'\)\] {
  background-image: url('/wp-content/themes/vision-prime/web/public/basic@3x.png');
}

.bg-\[url\(\'\/wp-content\/themes\/vision-prime\/web\/public\/form-builder-background\@2x\.png\'\)\] {
  background-image: url('/wp-content/themes/vision-prime/web/public/form-builder-background@2x.png');
}

.bg-\[url\(\'\/wp-content\/themes\/vision-prime\/web\/public\/member-info1\@3x\.png\'\)\] {
  background-image: url('/wp-content/themes/vision-prime/web/public/member-info1@3x.png');
}

.bg-\[url\(\'\/wp-content\/themes\/vision-prime\/web\/public\/member-info2\@3x\.png\'\)\] {
  background-image: url('/wp-content/themes/vision-prime/web/public/member-info2@3x.png');
}

.bg-\[url\(\'\/wp-content\/themes\/vision-prime\/web\/public\/member-info3\@3x\.png\'\)\] {
  background-image: url('/wp-content/themes/vision-prime/web/public/member-info3@3x.png');
}

.bg-\[url\(\'\/wp-content\/themes\/vision-prime\/web\/public\/member-info\@3x\.png\'\)\] {
  background-image: url('/wp-content/themes/vision-prime/web/public/member-info@3x.png');
}

.bg-\[url\(\'\/wp-content\/themes\/vision-prime\/web\/public\/numbers-title-container\@3x\.png\'\)\] {
  background-image: url('/wp-content/themes/vision-prime/web/public/numbers-title-container@3x.png');
}

.bg-\[url\(\'\/wp-content\/themes\/vision-prime\/web\/public\/title1\@3x\.png\'\)\] {
  background-image: url('/wp-content/themes/vision-prime/web/public/title1@3x.png');
}

.bg-\[url\(\'\/wp-content\/themes\/vision-prime\/web\/public\/title2\@3x\.png\'\)\] {
  background-image: url('/wp-content/themes/vision-prime/web/public/title2@3x.png');
}

.bg-cover {
  background-size: cover;
}

.bg-\[top\] {
  background-position: top;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[13px\] {
  padding: 13px;
}

.p-\[25px\] {
  padding: 25px;
}

.p-\[30px\] {
  padding: 30px;
}

.p-\[60px\] {
  padding: 60px;
}

.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-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}

.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[1px\] {
  padding-left: 1px;
  padding-right: 1px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[375px\] {
  padding-left: 375px;
  padding-right: 375px;
}

.px-\[38px\] {
  padding-left: 38px;
  padding-right: 38px;
}

.px-\[39px\] {
  padding-left: 39px;
  padding-right: 39px;
}

.px-\[3px\] {
  padding-left: 3px;
  padding-right: 3px;
}

.px-\[46px\] {
  padding-left: 46px;
  padding-right: 46px;
}

.px-\[47px\] {
  padding-left: 47px;
  padding-right: 47px;
}

.px-\[49px\] {
  padding-left: 49px;
  padding-right: 49px;
}

.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}

.px-\[54px\] {
  padding-left: 54px;
  padding-right: 54px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.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-\[0px\] {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-\[13\.7px\] {
  padding-top: 13.7px;
  padding-bottom: 13.7px;
}

.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[21px\] {
  padding-top: 21px;
  padding-bottom: 21px;
}

.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[47px\] {
  padding-top: 47px;
  padding-bottom: 47px;
}

.py-\[54px\] {
  padding-top: 54px;
  padding-bottom: 54px;
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.pb-0 {
  padding-bottom: 0px;
}

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

.pb-24 {
  padding-bottom: 6rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[105px\] {
  padding-bottom: 105px;
}

.pb-\[110px\] {
  padding-bottom: 110px;
}

.pb-\[15\.7px\] {
  padding-bottom: 15.7px;
}

.pb-\[171px\] {
  padding-bottom: 171px;
}

.pb-\[180px\] {
  padding-bottom: 180px;
}

.pb-\[18px\] {
  padding-bottom: 18px;
}

.pb-\[249px\] {
  padding-bottom: 249px;
}

.pb-\[25px\] {
  padding-bottom: 25px;
}

.pb-\[26px\] {
  padding-bottom: 26px;
}

.pb-\[2px\] {
  padding-bottom: 2px;
}

.pb-\[5px\] {
  padding-bottom: 5px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pb-\[89px\] {
  padding-bottom: 89px;
}

.pl-0 {
  padding-left: 0px;
}

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

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

.pl-6 {
  padding-left: 1.5rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-\[130px\] {
  padding-left: 130px;
}

.pl-\[21px\] {
  padding-left: 21px;
}

.pl-\[22px\] {
  padding-left: 22px;
}

.pl-\[25px\] {
  padding-left: 25px;
}

.pl-\[49px\] {
  padding-left: 49px;
}

.pl-\[60px\] {
  padding-left: 60px;
}

.pl-px {
  padding-left: 1px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-\[15px\] {
  padding-right: 15px;
}

.pr-\[20px\] {
  padding-right: 20px;
}

.pr-\[21px\] {
  padding-right: 21px;
}

.pr-\[25px\] {
  padding-right: 25px;
}

.pr-\[29px\] {
  padding-right: 29px;
}

.pr-\[30px\] {
  padding-right: 30px;
}

.pr-\[3px\] {
  padding-right: 3px;
}

.pr-\[41px\] {
  padding-right: 41px;
}

.pr-\[53px\] {
  padding-right: 53px;
}

.pr-px {
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

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

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

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

.pt-\[15\.6px\] {
  padding-top: 15.6px;
}

.pt-\[16\.5px\] {
  padding-top: 16.5px;
}

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

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

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

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

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

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

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

.pt-\[8\.4px\] {
  padding-top: 8.4px;
}

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

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

.pt-px {
  padding-top: 1px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-body-b3-merriweather-14 {
  font-family: Merriweather;
}

.font-button-dm-sans-16 {
  font-family: 'DM Sans';
}

.font-heading-1-72 {
  font-family: 'Playfair Display';
}

.font-inherit {
  font-family: inherit;
}

.font-montserrat {
  font-family: Montserrat;
}

.font-paragraph-16 {
  font-family: 'Open Sans';
}

.font-primary-paragraph-paragraph-5 {
  font-family: 'Eudoxus Sans';
}

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-subtitles-16 {
  font-family: Poppins;
}

.text-11xl {
  font-size: 30px;
}

.text-35xl {
  font-size: 54px;
}

.text-3xl {
  font-size: 22px;
}

.text-41xl {
  font-size: 60px;
}

.text-53xl {
  font-size: 72px;
}

.text-5xl {
  font-size: 24px;
}

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

.text-base {
  font-size: 16px;
}

.text-inherit {
  font-size: inherit;
}

.text-lg {
  font-size: 18px;
}

.text-med {
  font-size: 20px;
}

.text-sm {
  font-size: 14px;
}

.text-smi {
  font-size: 13px;
}

.text-xs {
  font-size: 12px;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[36px\] {
  line-height: 36px;
}

.leading-\[48px\] {
  line-height: 48px;
}

.leading-\[60px\] {
  line-height: 60px;
}

.leading-\[66px\] {
  line-height: 66px;
}

.leading-\[80px\] {
  line-height: 80px;
}

.leading-\[84px\] {
  line-height: 84px;
}

.leading-\[normal\] {
  line-height: normal;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}

.tracking-\[-0\.11px\] {
  letter-spacing: -0.11px;
}

.tracking-\[0\.01em\] {
  letter-spacing: 0.01em;
}

.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}

.tracking-\[0\.4em\] {
  letter-spacing: 0.4em;
}

.tracking-\[normal\] {
  letter-spacing: normal;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-\[\#878995\] {
  --tw-text-opacity: 1;
  color: rgb(135 137 149 / var(--tw-text-opacity));
}

.text-\[inherit\] {
  color: inherit;
}

.text-dimgray {
  color: rgba(104, 104, 104, 0.75);
}

.text-elements-neutral-2 {
  --tw-text-opacity: 1;
  color: rgb(191 212 228 / var(--tw-text-opacity));
}

.text-elements-neutral-3 {
  --tw-text-opacity: 1;
  color: rgb(221 234 243 / var(--tw-text-opacity));
}

.text-general-1-primary {
  --tw-text-opacity: 1;
  color: rgb(162 144 97 / var(--tw-text-opacity));
}

.text-general-1-secondary {
  --tw-text-opacity: 1;
  color: rgb(14 22 61 / var(--tw-text-opacity));
}

.text-general-1-secondary-variant {
  --tw-text-opacity: 1;
  color: rgb(65 69 98 / var(--tw-text-opacity));
}

.text-general-8-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-general-9-secondary-variant {
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

.text-general-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-100 {
  color: rgba(255, 255, 255, 0.75);
}

.text-gray-200 {
  color: rgba(0, 0, 0, 0.4);
}

.text-gray-300 {
  color: rgba(255, 255, 255, 0.6);
}

.text-gray-400 {
  color: rgba(255, 255, 255, 0.5);
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-inherit {
  color: inherit;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.opacity-\[0\.5\] {
  opacity: 0.5;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[_--num\] {
  transition-property: --num;
  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-opacity {
  transition-property: opacity;
  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;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-\[3s\] {
  transition-duration: 3s;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

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

.\[--num\:1000\] {
  --num: 1000;
}

.\[--num\:100\] {
  --num: 100;
}

.\[--num\:10\] {
  --num: 10;
}

.\[--num\:15\] {
  --num: 15;
}

.\[--num\:2500\] {
  --num: 2500;
}

.\[--num\:2\] {
  --num: 2;
}

.\[--num\:300\] {
  --num: 300;
}

.\[--num\:3\] {
  --num: 3;
}

.\[--num\:5000\] {
  --num: 5000;
}

.\[--num\:90\] {
  --num: 90;
}

.\[border\:none\] {
  border: none;
}

.\[counter-set\:_num_var\(--num\)\] {
  counter-set: num var(--num);
}

.\[outline\:none\] {
  outline: none;
}

.\[row-gap\:20px\] {
  row-gap: 20px;
}

.\[text-decoration\:none\] {
  text-decoration: none;
}

.\[transform-origin\:0_0\] {
  transform-origin: 0 0;
}

.\[transform\:_rotate\(90deg\)\] {
  transform: rotate(90deg);
}

body {
  margin: 0px;
  line-height: normal;
}

*,
::before,
::after {
  border-width: 0;
}

.wrapper .elementor {
  width: 100%;
}

.error404
    .navigation .navigation-menu.active .menu {
  background-color: transparent;
}

.error404 .er-back-tr{
  background-color: transparent;
  color: #ffffff;
}

.error404
.navigation .navigation-menu .mobile-switcher span {
  background-color: #fff;
}

.error404
.coltr li a:hover {
  --tw-bg-opacity: 1;
  background-color: lightskyblue;
}

.error404
.coltr ul {
  --tw-bg-opacity: 1;
  background-color: transparent;
}

. /* Custom class to remove border */
.cf7-no-border {
  border: none;
}

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

/* Custom class to remove outline */

.cf7-no-outline {
  outline: none;
}

/* Other classes from your original style */

.cf7-bg-white {
  background-color: #ffffff;
  /* Replace with your actual color code */
}

.cf7-flex-row {
  display: flex;
  flex-direction: row;
}

.cf7-items-start {
  align-items: flex-start;
}

.cf7-justify-start {
  justify-content: flex-start;
}

.cf7-padding {
  padding: 15px 5px;
  /* Adjust as needed */
}

.cf7-text-gray {
  color: #999999;
  /* Replace with your actual color code */
}

.cf7-whitespace-nowrap {
  white-space: nowrap;
}

.cf7-z-index-1 {
  z-index: 1;
}

/* Custom class for padding right 15px */

.cf7-pr-15px {
  padding-right: 15px;
}

/* Custom class for padding left 15px */

.cf7-pl-15px {
  padding-left: 15px;
}

/* Custom class for padding top 15px */

.cf7-pt-15px {
  padding-top: 15px;
}

/* Custom class for padding bottom 15px */

.cf7-pb-15px {
  padding-bottom: 15px;
}

/* Combined padding classes */

.cf7-py-15px {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* General box-border class */

.cf7-box-border {
  box-sizing: border-box;
}

/* Custom class for gap 5 */

.cf7-gap-5 {
  gap: 5px;
}

/* Custom class for height 140px */

.cf7-h-140px {
  height: 140px;
}

.cf7-leading-30px {
  line-height: 30px;
}

/* Custom class for minimum width 115px */

.cf7-min-w-115px {
  min-width: 115px;
}

.cf7-custom-button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  letter-spacing: 0.4em;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  min-width: 91px;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cf-width-320 {
  width: 320px;
}

/* Custom class to style placeholder text with 40% opacity and background */

.cf7-custom-input {
  background-color: #ffffff;
  /* White background */
  color: #000000;
  /* Black text color */
}

.cf7-custom-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  /* Black placeholder text with 40% opacity */
  opacity: 1;
  /* Ensure full opacity for the placeholder text itself */
}

.cf7-custom-input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  /* Black placeholder text with 40% opacity */
  opacity: 1;
  /* Ensure full opacity for the placeholder text itself */
}

.cf7-cs-pd-20 {
  padding-top: 20px;
  padding-left: 20px;
}

input.wpcf7-form-control.wpcf7-phonetext.wpcf7-text.wpcf7-validates-as-phonetext {
  height: 50px;
  width: 300px;
  border: none !important;
  outline: none;
}

body .intl-tel-input.separate-dial-code .selected-flag {
  background-color: #fff;
  display: table;
}

body .elementor-element:where(.e-con-full,.elementor-widget) {
  gap: 0px;
}

body .elementor-element {
  padding: 0px;
}

.cf7-custom-button:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #ffffff;
  /* White border effect inside */
  color: #ffffff;
}

body .wpcf7
form.wpcf7-form {
  --tw-bg-opacity: 1;
  background-color: rgb(162 144 97 / var(--tw-bg-opacity));
  margin-bottom: 0px;
}

body .stm-f .wpcf7 form .wpcf7-response-output {
  bottom: 20px;
}

body .stm-f {
  z-index: 10000000000000;
}

body .stm-f
select.wpcf7-form-control.wpcf7-select{
  color: #999999;
}

body .wpcf7 form  .wpcf7-response-output {
  color: #dc3232 !important;
  border: unset;
  border-color: unset !important;
  padding-top: 0px;
  margin: 0px;
  position: absolute;
  bottom: 10px;
  text-align: left;
  padding-left: 50px;
}

body .wpcf7 form
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute;
}

.cursor-pointer.hover:scale-110 {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@property --num {
  syntax: '<integer>';

  initial-value: 0;

  inherits: false;
}

@supports (counter-set: var(--tw)) {
  .supports-\[counter-set\]\:before\:content-\[counter\(num\)\]::before {
    margin-right: -10px;
  }
}

.group-hover:before {
  content: '';
  position: absolute;
  top: -10px;
  /* Adjust these values */
  bottom: -10px;
  left: -10px;
  right: -10px;
  background-color: transparent;
  /* To keep it invisible */
  pointer-events: auto;
  /* To ensure the area is clickable */
  z-index: 0;
}

.theme-ms-lms-starter-theme #page {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh
}

.theme-ms-lms-starter-theme #page > footer {
  margin: auto 0 0
}

.starter-logo img, nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow .fa {
  margin-right: 10px
}

.dropdown-backdrop {
  z-index: 99
}

body:not(.elementor-hf-template) .navigation ul li {
  margin-bottom: 0
}

body:not(.elementor-hf-template) ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu {
  background-color: transparent !important
}

html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li a {
  position: relative
}

nav .stm_megamenu .sub-menu .sub-arrow {
  display: none
}

nav .parent > ul.sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  z-index: 10;
  top: 0;
  left: 0;
  background: #195EC8
}

@media (max-width: 1025px) {
  nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.menu-is-active.hfe-dropdown {
    margin-top: 10px
  }
}

@media (min-width: 1025px) {
  nav.hfe-nav-menu__layout-horizontal ul li ul li:hover ul {
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important
  }

  .navigation .navigation-menu {
    width: 57%
  }
}

@media (max-width: 1024px) {
  nav.hfe-nav-menu__layout-horizontal ul li .sub-menu-open, nav.hfe-nav-menu__layout-horizontal ul li.menu-item-has-children .sub-arrow {
    display: block !important
  }
}

.starter-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500
}

.navigation, body .navigation .ms_lms_course_search_box__popup.without_wrapper .ms_lms_course_search_box__search_input {
  align-items: center
}

.starter-logo img {
  height: inherit
}

.navigation {
}

.navigation .navigation-menu .starter-menu {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: none
}

.navigation .navigation-menu .starter-menu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: all .15s ease-in;
  line-height: var(--stm-lms-menu-link-line-height);
  font-weight: var(--stm-lms-menu-link-font-weight);
  font-size: var(--stm-lms-menu-link-size)
}

.navigation .navigation-menu .starter-menu > li > a {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px;
  font-weight: var(--stm-lms-menu-link-font-weight);
  transition: all .15s ease-in;
  color: var(--stm-lms-menu-link-color)
}

.navigation .navigation-menu .starter-menu > li > a:hover {
  color: var(--stm-lms-menu-link-hover-color)
}

.navigation .navigation-menu .starter-menu > li.menu-item-has-children > a {
  padding-right: 40px
}

.navigation .navigation-menu .starter-menu > li.menu-item-has-children > a:before {
  content: "\e907";
  font-family: ms-lms-icon;
  position: absolute;
  top: 11px;
  right: 20px;
  font-size: 8px
}

.navigation .navigation-menu .starter-menu > li:hover:before {
  height: 100%
}

.navigation .navigation-menu .starter-menu > li:hover > a {
  color: var(--stm-lms-menu-link-hover-color);
  transition: all .2s ease-in;
  text-decoration: none
}

.navigation .navigation-menu .starter-menu > li .sub-menu {
  display: none
}

.navigation .navigation-menu .starter-menu > li > .sub-menu {
  position: absolute;
  min-width: 220px;
  top: 100%;
  left: 0;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .15);
  z-index: 100
}

.navigation .navigation-menu .starter-menu > li > .sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--stm-lms-menu-separator-color)
}

.navigation .navigation-menu .starter-menu > li > .sub-menu li {
  position: relative;
  text-transform: none;
  border-bottom: 1px solid #c4c4c4;
  text-align: left;
  font-weight: var(--stm-lms-menu-link-font-weight);
  list-style: none
}

.navigation .navigation-menu .starter-menu > li > .sub-menu li a {
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: var(--stm-lms-menu-link-font-weight);
  color: var(--stm-lms-menu-link-color)
}

.navigation .navigation-menu .starter-menu > li > .sub-menu li:hover .sub-menu {
  display: block
}

.navigation .navigation-menu .starter-menu > li > .sub-menu li:hover > a {
  color: var(--stm-lms-menu-link-hover-color)
}

.navigation .navigation-menu .starter-menu > li > .sub-menu li:last-child {
  border-bottom: 0
}

.navigation .navigation-menu .starter-menu > li > .sub-menu li.menu-item-has-children > a:before {
  content: "\e906";
  font-family: ms-lms-icon;
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 8px
}

.navigation .navigation-menu .starter-menu > li > .sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 220px;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1)
}

.navigation .navigation-menu .starter-menu > li > .sub-menu li .sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px
}

.navigation .navigation-menu .starter-menu > li.current-menu-ancestor:before, .navigation .navigation-menu .starter-menu > li.current_page_item:before {
  height: 100%
}

.navigation .navigation-menu .starter-menu > li.stm_megamenu__boxed > .sub-menu {
  position: absolute;
  width: 100%
}

.navigation .navigation-menu .starter-menu > li.stm_megamenu__boxed > .sub-menu li {
  margin: 0;
  padding: 0
}

.navigation .navigation-menu .starter-menu > li.stm_megamenu__boxed > .sub-menu .sub-menu li a, .navigation .navigation-menu .starter-menu > li.stm_megamenu__boxed > .sub-menu li a {
  padding: 6px 20px;
  font-weight: var(--stm-lms-menu-link-font-weight);
  font-size: var(--stm-lms-menu-link-size)
}

.navigation .navigation-menu .starter-menu > li.stm_megamenu__boxed > .sub-menu .sub-menu {
  display: block;
  position: relative;
  margin: 0;
  right: auto;
  left: auto
}

@media (min-width: 1025px) {
  .navigation .navigation-menu .starter-menu > li:hover > .sub-menu {
    display: block
  }

  .navigation .navigation-menu .starter-menu > li.stm_megamenu__boxed:hover > .sub-menu {
    display: flex
  }
}

@media (min-width: 1025px) and (max-width: 1700px) {
  .starter-menu > li:last-child > .sub-menu {
    left: auto;
    right: 0
  }

  .starter-menu > li:last-child > .sub-menu > li {
    text-align: right
  }

  .starter-menu > li:last-child > .sub-menu > li.menu-item-has-children > a:before {
    content: "icon";
    right: auto;
    left: 20px
  }

  .starter-menu > li:last-child > .sub-menu > li > .sub-menu {
    left: auto;
    right: 100%
  }
}

.dropdown_nav_arrow {
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  transition: all .15s;
  margin-top: -5px;
  text-align: center;
  line-height: 10px;
  font-size: 10px
}

.navigation .navigation-menu .mobile-switcher {
  display: none !important;
  padding: 12px 10px;
  position: relative;
  cursor: pointer;
  z-index: 101
}

.navigation .navigation-menu .mobile-switcher span {
  display: block;
  width: 28px;
  height: 4px;
  background-color: #000;
  margin-bottom: 5px;
  border-radius: 2px
}

.navigation .navigation-menu .mobile-switcher span:first-child {
  position: relative;
  top: 0;
  transition: top .3s .3s, transform .3s 0s
}

.navigation .navigation-menu .mobile-switcher span:nth-child(2) {
  opacity: 1;
  transition: opacity .3s
}

.navigation .navigation-menu .mobile-switcher span:last-child {
  margin-bottom: 0;
  position: relative;
  top: 0;
  transition: top .3s .3s, transform .3s 0s
}

.navigation .navigation-menu .mobile-switcher.active span:first-child {
  top: 9px;
  transform: rotate(-45deg);
  transition: top .3s 0s, transform .3s .3s
}

.navigation .navigation-menu .mobile-switcher.active span:nth-child(2) {
  opacity: 0
}

.navigation .navigation-menu .mobile-switcher.active span:last-child {
  top: -9px;
  transform: rotate(45deg);
  transition: top .3s 0s, transform .3s .3s
}

@media (max-width: 767px) {
  .navigation .navigation-menu .mobile-switcher {
    z-index: 1;
    padding: 8px
  }

  .navigation .navigation-menu .mobile-switcher span {
    display: block;
    width: 22px;
    height: 3px;
    margin-bottom: 5px;
    border-radius: 2px
  }

  .navigation .navigation-menu .mobile-switcher.active span:first-child {
    top: 8px
  }

  .navigation .navigation-menu .mobile-switcher.active span:last-child {
    top: -8px
  }

  .navigation .navigation-menu .mobile-switcher.active span {
    z-index: 10
  }

  .navigation .navigation-menu .mobile-switcher.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
  }
}

@media (max-width: 1024px) {
  .navigation .navigation-menu {
    margin: 0 -15px 0 auto
  }

  .navigation .navigation-menu .mobile-switcher {
    display: block !important
  }

  .navigation .navigation-menu .menu {
    display: none;
    width: auto;
    visibility: hidden;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .15);
    opacity: 0;
    z-index: 2
  }

  .navigation .navigation-menu .menu > li {
    display: block !important;
    text-align: left;
    margin-right: 0;
    position: relative;
    border-bottom: 1px solid #ccc;
    transition: all 0s ease-in
  }

  .navigation .navigation-menu .menu > li.menu-item-has-children {
    position: relative
  }

  .navigation .navigation-menu .menu > li.menu-item-has-children:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: ">";
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    font-size: 10px;
    z-index: 10
  }

  .navigation .navigation-menu .menu > li .sub-menu {
    display: none;
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    padding: 10px 0;
    overflow: hidden;
    box-shadow: none
  }

  .navigation .navigation-menu .menu > li .sub-menu li > a {
    padding: 8px 20px
  }

  .navigation .navigation-menu .menu > li .sub-menu li > a:before {
    display: none
  }

  .navigation .navigation-menu .menu > li .sub-menu li .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: none;
    right: auto;
    width: auto
  }

  .navigation .navigation-menu .menu > li .sub-menu li .sub-menu > li a {
    padding: 8px 40px
  }

  .navigation .navigation-menu .menu > li .sub-menu li .sub-menu > li:last-child a {
    border: 0
  }

  .navigation .navigation-menu .menu > li.active_sub_menu .sub-menu {
    display: block
  }

  .navigation .navigation-menu .menu > li.active_sub_menu:after {
    transform: rotate(180deg)
  }

  .navigation .navigation-menu .menu > li a {
    padding: 10px 20px
  }

  .navigation .navigation-menu .menu > li a:before {
    display: none
  }

  .navigation .navigation-menu .menu > li:last-child {
    border-bottom: 0
  }

  .navigation .navigation-menu .menu.active {
    left: 0
  }

  .navigation .navigation-menu.active {
    display: block;
    z-index: 100
  }

  .navigation .navigation-menu.active .mobile-switcher {
    padding: 10px;
    position: relative;
    cursor: pointer;
    z-index: 101
  }

  .navigation .navigation-menu.active .mobile-switcher span {
    display: block;
    width: 28px;
    height: 4px;
    margin-bottom: 7px;
    border-radius: 2px
  }

  .navigation .navigation-menu.active .mobile-switcher span:first-child {
    position: relative;
    top: 0;
    transition: top .3s .3s, transform .3s 0s
  }

  .navigation .navigation-menu.active .mobile-switcher span:nth-child(2) {
    opacity: 1;
    transition: opacity .3s
  }

  .navigation .navigation-menu.active .mobile-switcher span:last-child {
    margin-bottom: 0;
    position: relative;
    top: 0;
    transition: top .3s .3s, transform .3s 0s
  }

  .navigation .navigation-menu.active .mobile-switcher.active span:first-child {
    top: 11px;
    transform: rotate(-45deg);
    transition: top .3s 0s, transform .3s .3s
  }

  .navigation .navigation-menu.active .mobile-switcher.active span:nth-child(2) {
    opacity: 0
  }

  .navigation .navigation-menu.active .mobile-switcher.active span:last-child {
    top: -11px;
    transform: rotate(45deg);
    transition: top .3s 0s, transform .3s .3s
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  .navigation .navigation-menu.active .mobile-switcher {
    z-index: 1;
    padding: 8px
  }

  .navigation .navigation-menu.active .mobile-switcher span {
    display: block;
    width: 22px;
    height: 3px;
    margin-bottom: 5px;
    border-radius: 2px
  }

  .navigation .navigation-menu.active .mobile-switcher.active span:first-child {
    top: 8px
  }

  .navigation .navigation-menu.active .mobile-switcher.active span:last-child {
    top: -8px
  }

  .navigation .navigation-menu.active .mobile-switcher.active span {
    z-index: 10
  }

  .navigation .navigation-menu.active .mobile-switcher.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
  }
}

@media (max-width: 950px) {
  .admin-bar .stm-h {
    margin-top: 32px;
  }

  body .wpcf7 form.wpcf7-form {
    padding-bottom: 25px;
  }
}

@media (max-width: 782px) {
  .admin-bar .stm-h {
    margin-top: 46px;
  }
}

@media (max-width: 1024px) {
  .navigation .navigation-menu.active .menu {
    display: block;
    position: absolute;
    top: 100%;
    left: -15px;
    right: -15px;
    margin-top: -1px;
    padding: 0 0 20px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all .15s;
    background-color: #fff;
    visibility: visible;
    opacity: 1
  }

  .navigation .navigation-menu.active .mobile-switcher {
    transition: all .15s;
    transition-delay: .3s
  }

  .navigation .navigation-menu.active .mobile-switcher span {
    transition-delay: .3s
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  .navigation .navigation-menu.active .mobile-switcher.active {
    padding: 13px
  }
}

body .navigation .ms_lms_course_search_box {
  margin-left: 30px
}

body .navigation .ms_lms_course_search_box__categories {
  background-color: var(--stm-lms-search-category-button-bg-color);
  border-color: var(--stm-lms-search-category-button-bg-color)
}

body .navigation .ms_lms_course_search_box__categories:before {
  border-bottom-color: var(--stm-lms-search-category-dropdown-bg-color)
}

body .navigation .ms_lms_course_search_box__categories i, body .navigation .ms_lms_course_search_box__categories span {
  color: var(--stm-lms-search-category-button-color)
}

body .navigation .ms_lms_course_search_box__categories_dropdown_parents {
  background-color: var(--stm-lms-search-category-dropdown-bg-color)
}

body .navigation .ms_lms_course_search_box__categories_dropdown_parents a.ms_lms_course_search_box__categories_dropdown_parent_link {
  color: var(--stm-lms-search-category-dropdown-color)
}

body .navigation .ms_lms_course_search_box__compact_button, body .navigation .ms_lms_course_search_box__popup_button, body .navigation .ms_lms_course_search_box__search_input_button {
  background-color: var(--stm-lms-search-button-bg) !important;
  color: var(--stm-lms-search-button-color)
}

body .navigation .ms_lms_course_search_box__compact_button i, body .navigation .ms_lms_course_search_box__popup_button i, body .navigation .ms_lms_course_search_box__search_input_button i {
  color: var(--stm-lms-search-button-color) !important
}

body .navigation .ms_lms_course_search_box__popup input.autocomplete-input {
  width: 420px
}

@media (max-width: 767px) {
  body .navigation .ms_lms_course_search_box {
    margin-left: 20px
  }

  body .navigation .ms_lms_course_search_box__popup input.autocomplete-input {
    width: 220px
  }
}

body .navigation .ms_lms_course_search_box__popup_button {
  margin-left: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%
}

input.wpcf7-form-control.wpcf7-phonetext.wpcf7-text.wpcf7-validates-as-phonetext {
  width: 100%;
}

@media (max-width: 950px) {
  .hide-scrollbar {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
  }

  .hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, and WebKit browsers */
  }
}

@media (max-width: 767px) {
  body .navigation .ms_lms_course_search_box__popup_button {
    margin-left: 20px
  }
}

body .navigation .ms_lms_course_search_box__popup .ms_lms_course_search_box__search_input.search_button_compact .autocomplete-wrapper input[type=text], body .navigation .ms_lms_course_search_box__popup .ms_lms_course_search_box__search_input.search_button_inside_left .autocomplete-wrapper input[type=text], body .navigation .ms_lms_course_search_box__popup .ms_lms_course_search_box__search_input.search_button_outside .autocomplete-wrapper input[type=text] {
  height: 60px
}

body .navigation .ms_lms_course_search_box__popup .ms_lms_course_search_box__search_input.search_button_inside_left .autocomplete-wrapper input[type=text] {
  padding: 0 0 0 70px
}

body .navigation .ms_lms_course_search_box__popup .ms_lms_course_search_box__compact_button, body .navigation .ms_lms_course_search_box__popup .ms_lms_course_search_box__search_input_button {
  width: 60px;
  height: 60px
}

body .navigation .ms_lms_course_search_box__popup.with_wrapper .ms_lms_course_search_box {
  margin-left: 0
}

body .navigation .ms_lms_course_search_box__popup.with_wrapper .ms_lms_course_search_box input.autocomplete-input {
  width: 100%;
  height: 60px
}

body .navigation .ms_lms_course_search_box__popup.without_wrapper .ms_lms_course_search_box__categories {
  height: 60px
}

body .navigation .ms_lms_course_search_box__popup.without_wrapper .ms_lms_course_search_box__search_input.search_button_inside.has_categories .autocomplete-wrapper input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

body .navigation .ms_lms_course_search_box__popup.without_wrapper .ms_lms_course_search_box__search_input.search_button_inside .autocomplete-wrapper input {
  height: 60px !important;
  width: 520px;
  padding: 0 0 0 25px;
  border-radius: 50px
}

@media (max-width: 767px) {
  body .navigation .ms_lms_course_search_box__popup.without_wrapper .ms_lms_course_search_box__search_input.search_button_inside .autocomplete-wrapper input {
    width: 320px
  }
}

body .navigation .ms_lms_course_search_box__popup.without_wrapper .ms_lms_course_search_box__search_input.search_button_inside .ms_lms_course_search_box__search_input_button {
  top: 4px;
  right: 4px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--stm-lms-search-button-bg);
  color: var(--stm-lms-search-button-color)
}

body .navigation .ms_lms_course_search_box__popup.without_wrapper .ms_lms_course_search_box__search_input.search_button_inside .ms_lms_course_search_box__search_input_button i, body .navigation .ms_lms_course_search_box__popup.without_wrapper .ms_lms_course_search_box__search_input.search_button_inside .ms_lms_course_search_box__search_input_button:hover i {
  color: var(--stm-lms-search-button-color)
}

body .navigation .ms_lms_course_search_box__popup.without_wrapper .ms_lms_course_search_box__search_input.search_button_inside .autocomplete-list ul {
  overflow: hidden;
  border-radius: 15px
}

body .navigation .ms-lms-authorization, body .navigation .stm_lms_account_dropdown {
  margin-left: 30px
}

body .navigation .ms-lms-authorization .ms-lms-authorization-icon, body .navigation .stm_lms_account_dropdown .ms-lms-authorization-icon {
  background-color: var(--stm-lms-auth-links-login-icon-bg-color);
  width: var(--stm-lms-auth-links-login-icon-width);
  height: var(--stm-lms-auth-links-login-icon-height);
  font-size: var(--stm-lms-auth-links-login-icon-size);
  color: var(--stm-lms-auth-links-login-icon-color)
}

@media (max-width: 767px) {
  body .navigation .ms-lms-authorization, body .navigation .stm_lms_account_dropdown {
    margin-left: 10px
  }

  body .navigation .ms-lms-authorization .ms-lms-authorization-icon, body .navigation .stm_lms_account_dropdown .ms-lms-authorization-icon {
    margin-right: 0
  }
}

body .navigation span.ms-lms-authorization-title {
  font-size: var(--stm-lms-auth-links-login-link-size);
  color: var(--stm-lms-auth-links-login-link-color)
}

body .navigation span.ms-lms-authorization-title:hover {
  color: var(--stm-lms-auth-links-login-link-hover-color)
}

body .navigation .stm_lms_account_dropdown .dropdown button {
  background-color: var(--stm-lms-auth-links-sing-in-bg-color) !important;
  border-color: var(--stm-lms-auth-links-sing-in-bg-color) !important
}

body .navigation .stm_lms_account_dropdown .dropdown button i {
  background-color: var(--stm-lms-auth-links-sing-in-bg-color) !important;
  font-size: var(--stm-lms-auth-links-sing-in-icon-size);
  color: var(--stm-lms-auth-links-sing-in-icon-color)
}

body .navigation .stm_lms_account_dropdown .dropdown button span.login_name {
  font-size: var(--stm-lms-auth-links-sing-in-text-size);
  color: var(--stm-lms-auth-links-sing-in-text-color) !important
}

body .navigation .stm_lms_account_dropdown .dropdown button span.caret {
  border-top-color: var(--stm-lms-auth-links-sing-in-text-color);
  border-bottom-color: var(--stm-lms-auth-links-sing-in-text-color)
}

body .navigation .stm_lms_account_dropdown ul.dropdown-menu {
  border-radius: 10px 0 10px 10px;
  background-color: var(--stm-lms-auth-links-sing-in-bg-color)
}

body .navigation .stm_lms_account_dropdown ul.dropdown-menu li .dropdown_menu_item, body .navigation .stm_lms_account_dropdown ul.dropdown-menu li .stm_lms_logout {
  color: var(--stm-lms-auth-links-sing-in-text-color)
}

body .navigation .stm_lms_account_dropdown ul.dropdown-menu li .dropdown_menu_item:hover, body .navigation .stm_lms_account_dropdown ul.dropdown-menu li a.stm_lms_logout:hover {
  color: var(--stm-lms-auth-links-sing-in-text-hover-color)
}

@media (min-width: 1025px) {
  body #masthead nav.hfe-nav-menu__layout-horizontal {
    position: static !important;
    width: auto !important;
    height: auto !important
  }
}

@media (max-width: 1024px) {
  body.ms-lms-mobile-menu-active {
    overflow: hidden
  }

  body.ms-lms-mobile-menu-active #masthead {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background: #fff !important;
    border-bottom: 1px solid #dbe0e9
  }

  body.ms-lms-mobile-menu-active #masthead nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.menu-is-active.hfe-dropdown {
    display: block;
    overflow: auto;
    margin-top: 16px !important;
    padding-top: 10px
  }

  body.ms-lms-mobile-menu-active.admin-bar #masthead {
    top: 32px
  }

  body #masthead nav {
    display: block
  }

  body #masthead nav:not(.menu-is-active) {
    height: 0 !important
  }

  body .hfe-layout-horizontal.hfe-nav-menu .hfe-nav-menu__toggle {
    position: relative;
    z-index: 9999
  }

  body .hfe-layout-horizontal.hfe-nav-menu .hfe-nav-menu__toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }

  body .hfe-layout-horizontal.hfe-nav-menu .hfe-nav-menu__toggle .hfe-nav-menu-icon {
    padding: 0 !important
  }

  body .hfe-layout-horizontal.hfe-nav-menu .hfe-nav-menu__toggle .hfe-nav-menu-icon svg {
    width: 40px;
    height: 40px
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    padding: 0 15px 20px
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item {
    border: 0 !important;
    padding: 0 15px;
    overflow: hidden;
    background: 0 0 !important
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu {
    border-radius: 8px;
    overflow: visible
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu .hfe-has-submenu-container {
    border-bottom: 1px solid #dbe0e9
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu .hfe-has-submenu-container a {
    border: 0
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu.menu-item-has-children {
    background: rgba(0, 25, 49, .05) !important;
    border: 0 !important
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu.menu-item-has-children + .menu-item > .hfe-has-submenu-container a, body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu.menu-item-has-children + .menu-item > a {
    border: 0
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu .sub-menu-open .menu-item.ms_lms_active_sub_menu:last-child {
    margin-bottom: 15px
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu.current-menu-ancestor-hide-line .hfe-has-submenu-container {
    border-color: transparent
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.stm_lms_badge_menu {
    display: block !important
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.stm_lms_badge_menu a::after {
    display: block !important;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 4px;
    letter-spacing: 0;
    padding: 2px 4px;
    font-family: "Albert Sans";
    line-height: 12px;
    font-size: 10px
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item .hfe-has-submenu-container a, body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item a {
    padding: 13px 0 !important;
    background: 0 0;
    position: relative;
    border-top: 1px solid #dbe0e9;
    border-color: #dbe0e9 !important;
    transition: none !important
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item .hfe-has-submenu-container a .sub-arrow, body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item a .sub-arrow {
    padding-right: 0;
    border: 0
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item .hfe-has-submenu-container a .sub-arrow i, body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item a .sub-arrow i {
    margin: 0
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item:first-child .hfe-has-submenu-container a, body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item:first-child a {
    border: 0
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item .sub-menu {
    background: 0 0;
    transition: none !important
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item .sub-menu::before {
    display: none
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item .sub-menu > .menu-item {
    border: 0 !important;
    padding: 0 15px;
    overflow: hidden
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item .sub-menu > .menu-item a {
    background: 0 0;
    border-top: 1px solid #dbe0e9;
    transition: none !important
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item .sub-menu > .menu-item .hfe-has-submenu-container {
    border: 0
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item .sub-menu > .menu-item.ms_lms_active_sub_menu {
    background: #fff !important;
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    overflow: visible
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item .sub-menu > .menu-item.ms_lms_active_sub_menu .hfe-has-submenu-container {
    border-bottom: 1px solid #dbe0e9
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item .sub-menu > .menu-item.ms_lms_active_sub_menu .hfe-has-submenu-container a, body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item .sub-menu > .menu-item.ms_lms_active_sub_menu + .menu-item > .hfe-has-submenu-container a, body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item .sub-menu > .menu-item.ms_lms_active_sub_menu + .menu-item > a, body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item .sub-menu > .menu-item:first-child a {
    border: 0
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item .sub-menu > .menu-item .sub-menu > .menu-item {
    padding: 0;
    display: block;
    overflow: visible
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item .sub-menu > .menu-item .sub-menu > .menu-item a {
    border-top: 1px solid #dbe0e9;
    transition: none !important
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item .sub-menu > .menu-item .sub-menu > .menu-item:first-child a {
    border: 0
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu.stm_megamenu.current-menu-ancestor-hide-line .hfe-has-submenu-container {
    border-bottom: 1px solid #dbe0e9
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu.stm_megamenu .sub-menu {
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu.stm_megamenu .sub-menu .menu-item {
    padding: 0
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu.stm_megamenu .sub-menu .menu-item.ms_lms_active_sub_menu {
    background-color: transparent !important;
    box-shadow: none !important
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu.stm_megamenu .sub-menu .menu-item.ms_lms_active_sub_menu .hfe-has-submenu-container {
    border: 0
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu.stm_megamenu .sub-menu .menu-item .hfe-has-submenu-container a span {
    display: none !important
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu.stm_megamenu .sub-menu .menu-item .sub-menu {
    display: block !important;
    background-color: transparent !important
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu.stm_megamenu .sub-menu .menu-item .sub-menu .menu-item {
    padding: 0 15px
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu.stm_megamenu .sub-menu .menu-item .sub-menu .menu-item a {
    border-top: 1px solid #dbe0e9
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu.stm_megamenu .sub-menu .menu-item.stm_lms_badge_menu {
    display: block !important
  }

  body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu.stm_megamenu .sub-menu .menu-item.stm_lms_badge_menu a::after {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 4px;
    letter-spacing: 0;
    padding: 2px 4px;
    font-family: "Albert Sans";
    line-height: 12px;
    font-size: 10px
  }

  body .stm_lms_account_dropdown .dropdown button {
    width: 40px;
    height: 40px;
    padding: 0 !important
  }

  body .ms-lms-authorization-icon {
    margin-right: 0 !important
  }
}

@media (max-width: 767px) {
  body.ms-lms-mobile-menu-active.admin-bar #masthead {
    top: 46px
  }
}

@media (max-width: 1200px) {
  .navigation .navigation-menu .menu {
    display: none;
    width: auto;
    visibility: hidden;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .15);
    opacity: 0;
    z-index: 2;
  }
}

@media screen and (max-width: 600px) {
  body   #wpadminbar {
    position: fixed;
  }
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

.hover\:border-solid:hover {
  border-style: solid;
}

.hover\:border-custom-gold:hover {
  border-color: rgba(162, 144, 97, var(--tw-text-opacity));
}

.hover\:border-general-1-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(162 144 97 / var(--tw-border-opacity));
}

.hover\:bg-\[transparent\]:hover {
  background-color: transparent;
}

.hover\:bg-custom-gold:hover {
  background-color: rgba(162, 144, 97, var(--tw-text-opacity));
}

.hover\:bg-darkolivegreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 120 71 / var(--tw-bg-opacity));
}

.hover\:bg-darkslategray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.hover\:bg-elements-neutral-4:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 249 / var(--tw-bg-opacity));
}

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

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:text-custom-gold:hover {
  color: rgba(162, 144, 97, var(--tw-text-opacity));
}

.hover\:text-general-1-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(162 144 97 / var(--tw-text-opacity));
}

.hover\:text-general-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-gray-300:hover {
  color: rgba(255, 255, 255, 0.6);
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-yellow-600:hover {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.hover\:\[box-shadow\:inset_0_0_0_2px\]:hover {
  box-shadow: inset 0 0 0 2px;
}

.hover\:\[text-decoration\:underline\]:hover {
  text-decoration: underline;
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:rotate-180 {
  --tw-rotate: 180deg;
  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));
}

@supports (counter-set: var(--tw)) {
  .supports-\[counter-set\]\: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;
  }

  .supports-\[counter-set\]\:before\:content-\[counter\(num\)\]::before {
    --tw-content: counter(num);
    content: var(--tw-content);
  }
}

@media screen and (max-width: 1875px) {
  .mq1875\:flex-1 {
    flex: 1 1 0%;
  }
}

@media screen and (max-width: 1500px) {
  .mq1500\:hidden {
    display: none;
  }

  .mq1500\:h-\[210px\] {
    height: 210px;
  }

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

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

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

@media screen and (max-width: 1425px) {
  .mq1425\:box-border {
    box-sizing: border-box;
  }

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

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

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

  .mq1425\:gap-\[30px\] {
    gap: 30px;
  }

  .mq1425\:gap-\[50px\] {
    gap: 50px;
  }

  .mq1425\:pt-\[127px\] {
    padding-top: 127px;
  }
}

@media screen and (max-width: 1225px) {
  .mq1225\:box-border {
    box-sizing: border-box;
  }

  .mq1225\:hidden {
    display: none;
  }

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

  .mq1225\:justify-start {
    justify-content: flex-start;
  }

  .mq1225\:px-\[187px\] {
    padding-left: 187px;
    padding-right: 187px;
  }

  .mq1225\:pl-\[187px\] {
    padding-left: 187px;
  }

  .mq1225\:pr-\[187px\] {
    padding-right: 187px;
  }
}

@media (max-width: 1200px) {
  .mq1170\:ml-\[0px\] {
    margin-left: 0px;
  }

  .mq1170\:mt-\[-35px\] {
    margin-top: -35px;
  }

  .mq1170\:mt-\[0px\] {
    margin-top: 0px;
  }

  .mq1170\:flex {
    display: flex;
  }

  .mq1170\:hidden {
    display: none;
  }

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

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

  .mq1170\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:left-\[50px\] {
    left: 50px;
  }

  .lg\:right-\[0px\] {
    right: 0px;
  }

  .lg\:top-\[-13px\] {
    top: -13px;
  }

  .lg\:mx-\[0px\] {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:ml-\[0px\] {
    margin-left: 0px;
  }

  .lg\:ml-\[20px\] {
    margin-left: 20px;
  }

  .lg\:mr-\[0px\] {
    margin-right: 0px;
  }

  .lg\:mt-\[34px\] {
    margin-top: 34px;
  }

  .lg\:box-border {
    box-sizing: border-box;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:grid-cols-\[repeat\(2\2c _minmax\(202px\2c _351px\)\)\] {
    grid-template-columns: repeat(2, minmax(202px, 351px));
  }

  .lg\:grid-cols-\[repeat\(2\2c _minmax\(277px\2c _481px\)\)\] {
    grid-template-columns: repeat(2, minmax(277px, 481px));
  }

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

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

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:gap-\[89px\] {
    gap: 89px;
  }

  .lg\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:pb-\[0px\] {
    padding-bottom: 0px;
  }

  .lg\:pb-\[111px\] {
    padding-bottom: 111px;
  }

  .lg\:pb-\[117px\] {
    padding-bottom: 117px;
  }

  .lg\:pb-\[65px\] {
    padding-bottom: 65px;
  }

  .lg\:pb-\[71px\] {
    padding-bottom: 71px;
  }

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

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

  .lg\:pl-\[140px\] {
    padding-left: 140px;
  }

  .lg\:pl-\[187px\] {
    padding-left: 187px;
  }

  .lg\:pl-\[20px\] {
    padding-left: 20px;
  }

  .lg\:pl-\[65px\] {
    padding-left: 65px;
  }

  .lg\:pr-\[140px\] {
    padding-right: 140px;
  }

  .lg\:pr-\[187px\] {
    padding-right: 187px;
  }

  .lg\:pr-\[20px\] {
    padding-right: 20px;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

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

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

@media screen and (max-width: 1050px) {
  .mq1050\:ml-\[0px\] {
    margin-left: 0px;
  }

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

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

  .mq1024\:flex {
    display: flex;
  }

  .mq1024\:hidden {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  .mq950\:fixed {
    position: fixed;
  }

  .mq950\:relative {
    position: relative;
  }

  .mq950\:bottom-\[-43px\] {
    bottom: -43px;
  }

  .mq950\:top-\[0px\] {
    top: 0px;
  }

  .mq950\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .mq950\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .mq950\:col-start-1 {
    grid-column-start: 1;
  }

  .mq950\:col-end-3 {
    grid-column-end: 3;
  }

  .mq950\:mx-\[0px\] {
    margin-left: 0px;
    margin-right: 0px;
  }

  .mq950\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mq950\:ml-\[30px\] {
    margin-left: 30px;
  }

  .mq950\:mr-\[0px\] {
    margin-right: 0px;
  }

  .mq950\:mt-\[-100px\] {
    margin-top: -100px;
  }

  .mq950\:ml-\[-100px\] {
    margin-left: -100px;
  }

  .mq950\:ml-\[0px\] {
    margin-left: 0px;
  }

  .mq950\:mt-\[8px\] {
    margin-top: 8px;
  }

  .mq950\:box-border {
    box-sizing: border-box;
  }

  .mq950\:block {
    display: block;
  }

  .mq950\:flex {
    display: flex;
  }

  .mq950\:hidden {
    display: none;
  }

  .mq950\:h-\[310px\] {
    height: 310px;
  }

  .mq950\:h-\[330px\] {
    height: 330px;
  }

  .mq950\:min-h-\[90px\] {
    min-height: 90px;
  }

  .mq950\:w-\[23\%\] {
    width: 23%;
  }

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

  .mq950\:min-w-\[150px\] {
    min-width: 150px;
  }

  .mq950\:min-w-\[250px\] {
    min-width: 250px;
  }

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

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

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

  .mq950\:flex-initial {
    flex: 0 1 auto;
  }

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

  .mq950\:grid-cols-\[minmax\(277px\2c _1fr\)\] {
    grid-template-columns: minmax(277px, 1fr);
  }

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

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

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

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

  .mq950\:justify-start {
    justify-content: flex-start;
  }

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

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

  .mq950\:gap-\[10px\] {
    gap: 10px;
  }

  .mq950\:gap-\[15px\] {
    gap: 15px;
  }

  .mq950\:gap-\[20px\] {
    gap: 20px;
  }

  .mq950\:gap-\[21px\] {
    gap: 21px;
  }

  .mq950\:gap-\[25px\] {
    gap: 25px;
  }

  .mq950\:gap-x-\[5px\] {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .mq950\:overflow-x-auto {
    overflow-x: auto;
  }

  .mq950\:p-\[20px\] {
    padding: 20px;
  }

  .mq950\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mq950\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mq950\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mq950\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mq950\:py-\[39px\] {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .mq950\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mq950\:pl-\[0px\] {
    padding-left: 0px;
  }

  .mq950\:pl-\[20px\] {
    padding-left: 20px;
  }

  .mq950\:pr-\[10px\] {
    padding-right: 10px;
  }

  .mq950\:pt-\[0px\] {
    padding-top: 0px;
  }

  .mq950\:pt-\[83px\] {
    padding-top: 83px;
  }

  .mq950\:pr-\[0px\] {
    padding-right: 0px;
  }

  .mq950\:text-29xl {
    font-size: 48px;
  }

  .mq950\:text-5xl {
    font-size: 24px;
  }

  .mq950\:text-base {
    font-size: 16px;
  }

  .mq950\:leading-\[20px\] {
    line-height: 20px;
  }

  .mq950\:leading-\[29px\] {
    line-height: 29px;
  }

  .mq950\:leading-\[53px\] {
    line-height: 53px;
  }
}

@media screen and (max-width: 850px) {
  .mq850\:ml-\[20px\] {
    margin-left: 20px;
  }

  .mq850\:mr-\[20px\] {
    margin-right: 20px;
  }

  .mq850\:box-border {
    box-sizing: border-box;
  }

  .mq850\:min-w-\[60px\] {
    min-width: 60px;
  }

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

  .mq850\:grid-cols-\[minmax\(277px\2c _1fr\)\] {
    grid-template-columns: minmax(277px, 1fr);
  }

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

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

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

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

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

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

  .mq850\:gap-6 {
    gap: 1.5rem;
  }

  .mq850\:gap-7 {
    gap: 1.75rem;
  }

  .mq850\:gap-\[15px\] {
    gap: 15px;
  }

  .mq850\:gap-\[27px\] {
    gap: 27px;
  }

  .mq850\:gap-\[29px\] {
    gap: 29px;
  }

  .mq850\:gap-\[30px\] {
    gap: 30px;
  }

  .mq850\:gap-\[45px\] {
    gap: 45px;
  }

  .mq850\:pb-\[39px\] {
    padding-bottom: 39px;
  }

  .mq850\:pb-\[42px\] {
    padding-bottom: 42px;
  }

  .mq850\:pb-\[46px\] {
    padding-bottom: 46px;
  }

  .mq850\:pb-\[58px\] {
    padding-bottom: 58px;
  }

  .mq850\:pb-\[76px\] {
    padding-bottom: 76px;
  }

  .mq850\:pl-16 {
    padding-left: 4rem;
  }

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

  .mq850\:pl-\[30px\] {
    padding-left: 30px;
  }

  .mq850\:pl-\[93px\] {
    padding-left: 93px;
  }

  .mq850\:pr-\[30px\] {
    padding-right: 30px;
  }

  .mq850\:pr-\[93px\] {
    padding-right: 93px;
  }

  .mq850\:pt-5 {
    padding-top: 1.25rem;
  }

  .mq850\:pt-\[39px\] {
    padding-top: 39px;
  }

  .mq850\:pt-\[51px\] {
    padding-top: 51px;
  }

  .mq850\:text-24xl {
    font-size: 43px;
  }

  .mq850\:text-29xl {
    font-size: 48px;
  }

  .mq850\:text-39xl {
    font-size: 58px;
  }

  .mq850\:text-5xl {
    font-size: 24px;
  }

  .mq850\:text-\[62px\] {
    font-size: 62px;
  }

  .mq850\:leading-\[29px\] {
    line-height: 29px;
  }

  .mq850\:leading-\[48px\] {
    line-height: 48px;
  }

  .mq850\:leading-\[53px\] {
    line-height: 53px;
  }

  .mq850\:leading-\[64px\] {
    line-height: 64px;
  }

  .mq850\:leading-\[67px\] {
    line-height: 67px;
  }
}

@media screen and (max-width: 750px) {
  .mq750\:box-border {
    box-sizing: border-box;
  }

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

  .mq750\:gap-\[20px\] {
    gap: 20px;
  }

  .mq750\:gap-\[30px\] {
    gap: 30px;
  }

  .mq750\:px-\[93px\] {
    padding-left: 93px;
    padding-right: 93px;
  }

  .mq750\:pl-\[93px\] {
    padding-left: 93px;
  }

  .mq750\:pr-\[93px\] {
    padding-right: 93px;
  }

  .mq750\:text-29xl {
    font-size: 48px;
  }

  .mq750\:leading-\[53px\] {
    line-height: 53px;
  }
}

@media screen and (max-width: 650px) {
  .mq650\:ml-\[0px\] {
    margin-left: 0px;
  }

  .mq650\:mt-\[-60px\] {
    margin-top: -60px;
  }

  .mq650\:mt-\[30px\] {
    margin-top: 30px;
  }

  .mq650\:ml-\[20x\] {
    margin-left: 20x;
  }

  .mq650\:ml-\[30x\] {
    margin-left: 30x;
  }

  .mq650\:hidden {
    display: none;
  }

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

  .mq650\:w-\[30px\] {
    width: 30px;
  }

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

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

  .mq650\:min-w-\[100px\] {
    min-width: 100px;
  }

  .mq650\:min-w-\[150px\] {
    min-width: 150px;
  }

  .mq650\:min-w-\[166px\] {
    min-width: 166px;
  }

  .mq650\:min-w-\[50px\] {
    min-width: 50px;
  }

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

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

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

  .mq650\:justify-start {
    justify-content: flex-start;
  }

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

  .mq650\:gap-\[5px\] {
    gap: 5px;
  }

  .mq650\:gap-x-\[0px\] {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .mq650\:gap-y-\[0px\] {
    row-gap: 0px;
  }

  .mq650\:whitespace-normal {
    white-space: normal;
  }

  .mq650\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mq650\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mq650\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mq650\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mq650\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mq650\:pb-\[46px\] {
    padding-bottom: 46px;
  }

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

  .mq650\:pl-\[15px\] {
    padding-left: 15px;
  }

  .mq650\:pl-\[1px\] {
    padding-left: 1px;
  }

  .mq650\:pl-\[20px\] {
    padding-left: 20px;
  }

  .mq650\:pr-5 {
    padding-right: 1.25rem;
  }

  .mq650\:pr-\[10px\] {
    padding-right: 10px;
  }

  .mq650\:pr-\[20px\] {
    padding-right: 20px;
  }

  .mq650\:pt-\[20px\] {
    padding-top: 20px;
  }

  .mq650\:text-base {
    font-size: 16px;
  }

  .mq650\:text-xs {
    font-size: 12px;
  }

  .mq650\:leading-\[12px\] {
    line-height: 12px;
  }

  .mq650\:leading-\[35px\] {
    line-height: 35px;
  }
}

@media screen and (max-width: 450px) {
  .mq450\:col-auto {
    grid-column: auto;
  }

  .mq450\:mt-\[-50px\] {
    margin-top: -50px;
  }

  .mq450\:mt-\[0px\] {
    margin-top: 0px;
  }

  .mq450\:ml-\[15px\] {
    margin-left: 15px;
  }

  .mq450\:box-border {
    box-sizing: border-box;
  }

  .mq450\:grid {
    display: grid;
  }

  .mq450\:h-\[250px\] {
    height: 250px;
  }

  .mq450\:h-\[300px\] {
    height: 300px;
  }

  .mq450\:w-auto {
    width: auto;
  }

  .mq450\:min-w-\[100px\] {
    min-width: 100px;
  }

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

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

  .mq450\:grid-cols-\[minmax\(202px\2c _1fr\)\] {
    grid-template-columns: minmax(202px, 1fr);
  }

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

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

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

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

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

  .mq450\:gap-\[15px\] {
    gap: 15px;
  }

  .mq450\:gap-\[22px\] {
    gap: 22px;
  }

  .mq450\:gap-\[30px\] {
    gap: 30px;
  }

  .mq450\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mq450\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mq450\:px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .mq450\:py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .mq450\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .mq450\:pb-\[26px\] {
    padding-bottom: 26px;
  }

  .mq450\:pb-\[31px\] {
    padding-bottom: 31px;
  }

  .mq450\:pb-\[39px\] {
    padding-bottom: 39px;
  }

  .mq450\:pb-\[42px\] {
    padding-bottom: 42px;
  }

  .mq450\:pb-\[46px\] {
    padding-bottom: 46px;
  }

  .mq450\:pb-\[62px\] {
    padding-bottom: 62px;
  }

  .mq450\:pb-\[68px\] {
    padding-bottom: 68px;
  }

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

  .mq450\:pr-5 {
    padding-right: 1.25rem;
  }

  .mq450\:pt-5 {
    padding-top: 1.25rem;
  }

  .mq450\:pt-\[130px\] {
    padding-top: 130px;
  }

  .mq450\:pt-\[132px\] {
    padding-top: 132px;
  }

  .mq450\:pt-\[20px\] {
    padding-top: 20px;
  }

  .mq450\:pt-\[26px\] {
    padding-top: 26px;
  }

  .mq450\:pt-\[31px\] {
    padding-top: 31px;
  }

  .mq450\:pt-\[39px\] {
    padding-top: 39px;
  }

  .mq450\:pt-\[52px\] {
    padding-top: 52px;
  }

  .mq450\:pl-0 {
    padding-left: 0px;
  }

  .mq450\:text-13xl {
    font-size: 32px;
  }

  .mq450\:text-17xl {
    font-size: 36px;
  }

  .mq450\:text-24xl {
    font-size: 43px;
  }

  .mq450\:text-\[47px\] {
    font-size: 47px;
  }

  .mq450\:text-base {
    font-size: 16px;
  }

  .mq450\:text-lg {
    font-size: 18px;
  }

  .mq450\:text-lgi {
    font-size: 19px;
  }

  .mq450\:leading-\[18px\] {
    line-height: 18px;
  }

  .mq450\:leading-\[22px\] {
    line-height: 22px;
  }

  .mq450\:leading-\[24px\] {
    line-height: 24px;
  }

  .mq450\:leading-\[28px\] {
    line-height: 28px;
  }

  .mq450\:leading-\[29px\] {
    line-height: 29px;
  }

  .mq450\:leading-\[36px\] {
    line-height: 36px;
  }

  .mq450\:leading-\[40px\] {
    line-height: 40px;
  }

  .mq450\:leading-\[50px\] {
    line-height: 50px;
  }

  .mq450\:tracking-\[0\.4em\] {
    letter-spacing: 0.4em;
  }

  .mq450\:tracking-\[0\.2em\] {
    letter-spacing: 0.2em;
  }

  .mq370\:gap-\[1px\] {
    gap: 1px;
  }
}

@media screen and (max-width: 350px) {
  .mq350\:h-\[350px\] {
    height: 350px;
  }

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

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

  .mq350\:gap-\[10px\] {
    gap: 10px;
  }
}

@media screen and (min-width: 950px) {
  .minq950\:hidden {
    display: none;
  }
}

@media screen and (min-width: 450px) {
  .minq450\:min-h-\[550px\] {
    min-height: 550px;
  }

  .minq450\:justify-start {
    justify-content: flex-start;
  }
}