/*
! tailwindcss v3.1.8 | 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: #e5e7eb; /* 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

img,
video {
  max-width: 100%;
  height: auto;
} 
  body {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

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

::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-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:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 480px) {

  .container {
    max-width: 480px;
  }
}
@media (min-width: 576px) {

  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {

  .container {
    max-width: 992px;
  }
}
@media (min-width: 1025px) {

  .container {
    max-width: 1025px;
  }
}
@media (min-width: 1201px) {

  .container {
    max-width: 1201px;
  }
}
@media (min-width: 1401px) {

  .container {
    max-width: 1401px;
  }
}
@media (min-width: 1601px) {

  .container {
    max-width: 1601px;
  }
}
.flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-control {
  height: 55px;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1.563rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(73 37 91 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.inner-banner__caption h1.form-control{
  color:#49255B;
}
.form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity));
}
.form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity));
}
.form-control:focus {
  --tw-border-opacity: 1;
  border-color: rgb(73 37 91 / var(--tw-border-opacity));
}
.control-label {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 300;
}
@media screen and (max-width:991px){
  
    .sub-menu.control-label{
        display:block;
    }

}
.tag {
  display: inline-block;
  height: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(85 155 216 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .tag {
    height: 48px;
    font-size: 1.25rem;
    line-height: 37px;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  vertical-align: middle;
  font-family: 'Circular';
  font-size: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow-color: inherit;
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 768px) {

  .btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.btn-default {
  position: relative;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(73 37 91 / var(--tw-border-opacity));
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(73 37 91 / var(--tw-text-opacity));
}
@media (min-width: 1025px) {

  .btn-default:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(73 37 91 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.btn-primary {
  height: 3rem;
  width: 150px;
  --tw-bg-opacity: 1;
  background-color: rgb(73 37 91 / var(--tw-bg-opacity));
  line-height: 3rem;
}
@media (min-width: 768px) {

  .btn-primary {
    height: 4rem;
    width: 185px;
    line-height: 4rem;
  }
}
@media (min-width: 1025px) {

  .btn-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(85 155 216 / var(--tw-bg-opacity));
  }
}
.btn-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(73 37 91 / var(--tw-text-opacity));
}
.inner-banner__caption h1.btn-white{
  color:#49255B;
}
@media (min-width: 1025px) {

  .btn-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(85 155 216 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
select {
  height: 55px;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(130 130 130 / var(--tw-border-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(73 37 91 / var(--tw-border-opacity));
}
.pointer-events-none {
  pointer-events: none;
}
.\!visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden;
}
.\!static {
  position: static !important;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.top-\[3px\] {
  top: 3px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-2 {
  left: 0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.top-6 {
  top: 1.5rem;
}
.right-0 {
  right: 0px;
}
.left-auto {
  left: auto;
}
.top-0 {
  top: 0px;
}
.top-\[-100\%\] {
  top: -100%;
}
.\!top-\[-25px\] {
  top: -25px !important;
}
.\!right-0 {
  right: 0px !important;
}
.z-10 {
  z-index: 10;
}
.z-\[999\] {
  z-index: 999;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[9999\] {
  z-index: 9999;
}
.float-left {
  float: left;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-\[-8px\] {
  margin-left: -8px;
  margin-right: -8px;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-\[-12px\] {
  margin-left: -12px;
  margin-right: -12px;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mr-5 {
  margin-right: 1.25rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-\[-60px\] {
  margin-top: -60px;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-\[55px\] {
  margin-bottom: 55px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.ml-auto {
  margin-left: auto;
}
.mr-9 {
  margin-right: 2.25rem;
}
.ml-\[185px\] {
  margin-left: 185px;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mt-4 {
  margin-top: 1rem;
}
.ml-\[230px\] {
  margin-left: 230px;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.\!block {
  display: block !important;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.inline-grid {
  display: inline-grid;
}
.hidden {
  display: none;
}
.h-\[310px\] {
  height: 310px;
}
.h-full {
  height: 100%;
}
.h-16 {
  height: 4rem;
}
.h-72 {
  height: 18rem;
}
.h-12 {
  height: 3rem;
}
.h-40 {
  height: 10rem;
}
.h-64 {
  height: 16rem;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[43px\] {
  height: 43px;
}
.h-10 {
  height: 2.5rem;
}
.h-14 {
  height: 3.5rem;
}
.h-\[16px\] {
  height: 16px;
}
.h-5 {
  height: 1.25rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-6 {
  height: 1.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-20 {
  height: 5rem;
}
.h-\[313px\] {
  height: 313px;
}
.h-\[45px\] {
  height: 45px;
}
.h-9 {
  height: 2.25rem;
}
.h-\[3px\] {
  height: 3px;
}
.\!h-16 {
  height: 4rem !important;
}
.h-\[6px\] {
  height: 6px;
}
.h-8 {
  height: 2rem;
}
.w-full {
  width: 100%;
}
.w-\[300px\] {
  width: 300px;
}
.w-44 {
  width: 11rem;
}
.w-32 {
  width: 8rem;
}
.w-8 {
  width: 2rem;
}
.w-\[48\%\] {
  width: 48%;
}
.w-16 {
  width: 4rem;
}
.w-60 {
  width: 15rem;
}
.w-56 {
  width: 14rem;
}
.w-80 {
  width: 20rem;
}
.w-\[150px\] {
  width: 150px;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-\[16px\] {
  width: 16px;
}
.w-5 {
  width: 1.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-6 {
  width: 1.5rem;
}
.w-\[284px\] {
  width: 284px;
}
.w-9 {
  width: 2.25rem;
}
.w-28 {
  width: 7rem;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[45\%\] {
  width: 45%;
}
.w-40 {
  width: 10rem;
}
.w-52 {
  width: 13rem;
}
.min-w-full {
  min-width: 100%;
}
.min-w-\[50px\] {
  min-width: 50px;
}
.min-w-\[220px\] {
  min-width: 220px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[270px\] {
  min-width: 270px;
}
.min-w-\[230px\] {
  min-width: 230px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.min-w-\[285px\] {
  min-width: 285px;
}
.min-w-\[295px\] {
  min-width: 295px;
}
.max-w-\[1030px\] {
  max-width: 1030px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[475px\] {
  max-width: 475px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[460px\] {
  max-width: 460px;
}
.max-w-\[274px\] {
  max-width: 274px;
}
.max-w-\[660px\] {
  max-width: 660px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-\[930px\] {
  max-width: 930px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[335px\] {
  max-width: 335px;
}
.max-w-\[375px\] {
  max-width: 375px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[170px\] {
  max-width: 170px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[455px\] {
  max-width: 455px;
}
.flex-1 {
  flex: 1 1 0%;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.list-inside {
  list-style-position: inside;
}
.list-none {
  list-style-type: none;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.\!border-b-0 {
  border-bottom-width: 0px !important;
}
.border-l {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-none {
  border-style: none;
}
.border-grey3 {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
}
.border-\[\#8B8f9A\] {
  --tw-border-opacity: 1;
  border-color: rgb(139 143 154 / var(--tw-border-opacity));
}
.border-\[\#49255B\] {
  --tw-border-opacity: 1;
  border-color: rgb(73 37 91 / var(--tw-border-opacity));
}
.border-grey2 {
  --tw-border-opacity: 1;
  border-color: rgb(130 130 130 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(73 37 91 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}
.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity));
}
.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-b-\[\#E2D0EB\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 208 235 / var(--tw-border-opacity));
}
.border-l-\[\#49255B\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(73 37 91 / var(--tw-border-opacity));
}
.border-t-\[\#49255B\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(73 37 91 / var(--tw-border-opacity));
}
.border-b-\[\#49255B\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(73 37 91 / var(--tw-border-opacity));
}
.border-r-\[\#49255B\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(73 37 91 / var(--tw-border-opacity));
}
.border-b-primary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(73 37 91 / var(--tw-border-opacity));
}
.border-b-grey3 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(189 189 189 / var(--tw-border-opacity));
}
.border-r-white {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-textcolor {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(33 33 33 / var(--tw-border-opacity));
}
.bg-\[\#49255B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(73 37 91 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(73 37 91 / var(--tw-bg-opacity));
}
.bg-\[\#F6F1F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 241 249 / var(--tw-bg-opacity));
}
.bg-\[\#E2D0EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 208 235 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#49255B14\] {
  background-color: #49255B14;
}
.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-\[\#EAF3FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 243 250 / var(--tw-bg-opacity));
}
.bg-\[\#F6F4F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 244 246 / var(--tw-bg-opacity));
}
.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-\[\#F7F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-grey3 {
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity));
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-1 {
  padding: 0.25rem;
}
.\!p-4 {
  padding: 1rem !important;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-12 {
  padding: 3rem !important;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pb-\[6px\] {
  padding-bottom: 6px;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-0 {
  padding-left: 0px;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.text-2xl {
  font-size: 1.438rem;
}
.text-base {
  font-size: 1rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-4xl {
  font-size: 2.125rem;
}
.text-3xl {
  font-size: 1.563rem;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[28px\] {
  font-size: 28px;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-tight {
  line-height: 1.25;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-normal {
  line-height: 1.5;
}
.leading-snug {
  line-height: 1.375;
}
.leading-none {
  line-height: 1;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-grey3 {
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
}
.text-\[\#800000\] {
  --tw-text-opacity: 1;
  color: rgb(128 0 0 / var(--tw-text-opacity));
}
.text-\[\#444444\] {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.text-grey2 {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(73 37 91 / var(--tw-text-opacity));
}
.text-\[\#8B8F9A\] {
  --tw-text-opacity: 1;
  color: rgb(139 143 154 / var(--tw-text-opacity));
}
.text-\[\#08132D\] {
  --tw-text-opacity: 1;
  color: rgb(8 19 45 / var(--tw-text-opacity));
}
.text-textcolor {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
.text-\[\#8C519F\] {
  --tw-text-opacity: 1;
  color: rgb(140 81 159 / var(--tw-text-opacity));
}
.text-\[\#22293B\] {
  --tw-text-opacity: 1;
  color: rgb(34 41 59 / var(--tw-text-opacity));
}
.text-\[\#71788A\] {
  --tw-text-opacity: 1;
  color: rgb(113 120 138 / var(--tw-text-opacity));
}
.text-\[\#BFBFC8\] {
  --tw-text-opacity: 1;
  color: rgb(191 191 200 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-\[\#c00000\] {
  --tw-text-opacity: 1;
  color: rgb(192 0 0 / var(--tw-text-opacity));
}
.text-\[\#040F1E\] {
  --tw-text-opacity: 1;
  color: rgb(4 15 30 / var(--tw-text-opacity));
}
.text-\[\#667085\] {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}
.text-\[\#E0E0E0\] {
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.placeholder-red-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(185 28 28 / var(--tw-placeholder-opacity));
}
.placeholder-red-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(185 28 28 / var(--tw-placeholder-opacity));
}
.opacity-50 {
  opacity: 0.5;
}
.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-3xl {
  --tw-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  --tw-shadow-colored: 0 2px 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);
}
.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);
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.ease-linear {
  transition-timing-function: linear;
}
.marker\:text-\[22px\] *::marker {
  font-size: 22px;
}
.marker\:text-\[22px\]::marker {
  font-size: 22px;
}
.placeholder\:text-\[18px\]::-moz-placeholder {
  font-size: 18px;
}
.placeholder\:text-\[18px\]::placeholder {
  font-size: 18px;
}
.placeholder\:text-base::-moz-placeholder {
  font-size: 1rem;
}
.placeholder\:text-base::placeholder {
  font-size: 1rem;
}
.placeholder\:font-medium::-moz-placeholder {
  font-weight: 500;
}
.placeholder\:font-medium::placeholder {
  font-weight: 500;
}
.placeholder\:text-grey3::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
}
.placeholder\:text-grey3::placeholder {
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
}
.placeholder\:text-primary::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(73 37 91 / var(--tw-text-opacity));
}
.placeholder\:text-primary::placeholder {
  --tw-text-opacity: 1;
  color: rgb(73 37 91 / var(--tw-text-opacity));
}
.placeholder\:text-textcolor::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
.placeholder\:text-textcolor::placeholder {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:right-\[-25px\]::after {
  content: var(--tw-content);
  right: -25px;
}
.after\:bottom-\[-31px\]::after {
  content: var(--tw-content);
  bottom: -31px;
}
.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}
.after\:bottom-\[-7px\]::after {
  content: var(--tw-content);
  bottom: -7px;
}
.after\:-z-1::after {
  content: var(--tw-content);
  z-index: -1;
}
.after\:m-auto::after {
  content: var(--tw-content);
  margin: auto;
}
.after\:h-\[315px\]::after {
  content: var(--tw-content);
  height: 315px;
}
.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}
.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}
.after\:w-\[300px\]::after {
  content: var(--tw-content);
  width: 300px;
}
.after\:w-\[1px\]::after {
  content: var(--tw-content);
  width: 1px;
}
.after\:w-\[88\%\]::after {
  content: var(--tw-content);
  width: 88%;
}
 {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:border-\[6px\]::after {
  content: var(--tw-content);
  border-width: 6px;
}
.after\:border-black::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.after\:bg-\[\#22293B1F\]::after {
  content: var(--tw-content);
  background-color: #22293B1F;
}
.after\:bg-black::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.after\:opacity-10::after {
  content: var(--tw-content);
  opacity: 0.1;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(73 37 91 / var(--tw-text-opacity));
}
.hover\:text-yellow-900:hover {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}
.hover\:text-green-900:hover {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.group:hover .group-hover\:flex {
  display: flex;
}
.peer:invalid ~ .peer-invalid\:visible {
  visibility: visible;
}
@media (prefers-reduced-motion: reduce) {

  .motion-reduce\:transition-none {
    transition-property: none;
  }
}
@media (prefers-color-scheme: dark) {

  .dark\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity));
  }
}
@media (max-width: 1200px) {

  .max-xl\:w-\[48\%\] {
    width: 48%;
  }

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

  .max-xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .max-xl\:text-base {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {

  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-lg\:mr-7 {
    margin-right: 1.75rem;
  }

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

  .max-lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .max-lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

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

  .max-lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

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

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

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

  .max-lg\:min-w-0 {
    min-width: 0px;
  }

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

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

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

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

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

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

  .max-lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .max-lg\:text-center {
    text-align: center;
  }
}
@media (max-width: 767px) {

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

  .max-md\:left-auto {
    left: auto;
  }

  .max-md\:order-3 {
    order: 3;
  }

  .max-md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .max-md\:mr-5 {
    margin-right: 1.25rem;
  }

  .max-md\:mt-7 {
    margin-top: 1.75rem;
  }

  .max-md\:mt-1 {
    margin-top: 0.25rem;
  }

  .max-md\:mt-5 {
    margin-top: 1.25rem;
  }

  .max-md\:ml-\[180px\] {
    margin-left: 180px;
  }

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

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

  .max-md\:block {
    display: block;
  }

  .max-md\:flex {
    display: flex;
  }

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

  .max-md\:h-14 {
    height: 3.5rem;
  }

  .max-md\:h-12 {
    height: 3rem;
  }

  .max-md\:max-h-96 {
    max-height: 24rem;
  }

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

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

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

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

  .max-md\:min-w-\[170px\] {
    min-width: 170px;
  }

  .max-md\:min-w-\[230px\] {
    min-width: 230px;
  }

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

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

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

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

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

  .max-md\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

  .max-md\:pb-3 {
    padding-bottom: 0.75rem;
  }

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

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

  .max-md\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }
}
@media (max-width: 575px) {

  .max-sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-sm\:mr-0 {
    margin-right: 0px;
  }

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

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

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

  .max-sm\:ml-0 {
    margin-left: 0px;
  }

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

  .max-sm\:w-\[47\%\] {
    width: 47%;
  }

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

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

  .max-sm\:min-w-\[auto\] {
    min-width: auto;
  }

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

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

  .max-sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-sm\:items-start {
    align-items: flex-start;
  }

  .max-sm\:justify-center {
    justify-content: center;
  }

  .max-sm\:gap-2 {
    gap: 0.5rem;
  }

  .max-sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .max-sm\:pr-0 {
    padding-right: 0px;
  }

  .max-sm\:pl-0 {
    padding-left: 0px;
  }

  .max-sm\:text-3xl {
    font-size: 1.563rem;
  }
}
@media (max-width: 450px) {

  .max-xs\:ml-0 {
    margin-left: 0px;
  }

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

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

  .max-xs\:min-w-\[170px\] {
    min-width: 170px;
  }

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

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

  .max-xs\:pt-\[10px\] {
    padding-top: 10px;
  }
}
@media (min-width: 480px) {

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

  .xs\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 576px) {

  .sm\:mr-8 {
    margin-right: 2rem;
  }

   {
    margin-right: -0.5rem;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

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

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

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

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

  .sm\:w-2\/4 {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:gap-y-4 {
    row-gap: 1rem;
  }

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

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

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

  .sm\:text-3xl {
    font-size: 1.563rem;
  }

  .sm\:text-2xl {
    font-size: 1.438rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:after\:h-\[350px\]::after {
    content: var(--tw-content);
    height: 350px;
  }

  .sm\:after\:w-\[350px\]::after {
    content: var(--tw-content);
    width: 350px;
  }
}
@media (min-width: 768px) {

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

   {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

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

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

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

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

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .md\:mt-12 {
    margin-top: 3rem;
  }

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

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

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

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:flex {
    display: flex;
  }

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

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

  .md\:w-80 {
    width: 20rem;
  }

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

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

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

  .md\:w-56 {
    width: 14rem;
  }

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

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:justify-end {
    justify-content: flex-end;
  }

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

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

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

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

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

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

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

  .md\:text-4xl {
    font-size: 2.125rem;
  }

  .md\:text-2xl {
    font-size: 1.438rem;
  }

  .md\:text-3xl {
    font-size: 1.563rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

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

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

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

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

  .md\:placeholder\:text-xl::-moz-placeholder {
    font-size: 1.25rem;
  }

  .md\:placeholder\:text-xl::placeholder {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {

  .lg\:static {
    position: static;
  }

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

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

  .lg\:bottom-32 {
    bottom: 8rem;
  }

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

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

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:mx-\[-35px\] {
    margin-left: -35px;
    margin-right: -35px;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

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

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

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

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem;
  }

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

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

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

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

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

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

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-60 {
    height: 15rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

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

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

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

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

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

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

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

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

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

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

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

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

  .lg\:pb-60 {
    padding-bottom: 15rem;
  }

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

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

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

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

  .lg\:pl-16 {
    padding-left: 4rem;
  }

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

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

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

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

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

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

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

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

  .lg\:text-5xl {
    font-size: 2.875rem;
  }

  .lg\:text-3xl {
    font-size: 1.563rem;
  }

  .lg\:text-4xl {
    font-size: 2.125rem;
  }

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

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

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

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

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

  .lg\:text-2xl {
    font-size: 1.438rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:leading-\[1\.5\] {
    line-height: 1.5;
  }

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

  .lg\:after\:h-\[440px\]::after {
    content: var(--tw-content);
    height: 440px;
  }

  .lg\:after\:w-\[430px\]::after {
    content: var(--tw-content);
    width: 430px;
  }
}
@media (min-width: 1025px) {

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

  .tablet\:hover\:border-b-hovercolor:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(85 155 216 / var(--tw-border-opacity));
  }

  .tablet\:hover\:bg-hovercolor:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(85 155 216 / var(--tw-bg-opacity));
  }

  .tablet\:hover\:text-hovercolor:hover {
    --tw-text-opacity: 1;
    color: rgb(85 155 216 / var(--tw-text-opacity));
  }

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

  .tablet\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(73 37 91 / var(--tw-text-opacity));
  }

  .tablet\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .tablet\:hover\:opacity-80:hover {
    opacity: 0.8;
  }
}
@media (min-width: 1201px) {

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

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

  .xl\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:pl-36 {
    padding-left: 9rem;
  }

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

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

  .xl\:pb-60 {
    padding-bottom: 15rem;
  }

  .xl\:text-3xl {
    font-size: 1.563rem;
  }

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

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

  .xl\:after\:h-\[510px\]::after {
    content: var(--tw-content);
    height: 510px;
  }

  .xl\:after\:w-\[500px\]::after {
    content: var(--tw-content);
    width: 500px;
  }
}
@media (min-width: 1401px) {

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

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

  .xl2\:pt-36 {
    padding-top: 9rem;
  }

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

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

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

  .xl2\:text-6xl {
    font-size: 5.125;
  }

  .xl2\:text-4xl {
    font-size: 2.125rem;
  }

  .xl2\:after\:h-\[580px\]::after {
    content: var(--tw-content);
    height: 580px;
  }

  .xl2\:after\:w-\[546px\]::after {
    content: var(--tw-content);
    width: 546px;
  }
}
@media (min-width: 1601px) {

  .xl3\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.\[\&\[data-te-dropdown-show\]\]\:block[data-te-dropdown-show] {
  display: block;
}

/* custom font family */
@font-face {
    font-family: 'Circular';
    src: url('../fonts/circular-std/circular-l/CircularStdLight.eot');
    src: url('../fonts/circular-std/circular-l/CircularStdLight.eot') format('embedded-opentype'),
         url('../fonts/circular-std/circular-l/CircularStdLight.woff2') format('woff2'),
         url('../fonts/circular-std/circular-l/CircularStdLight.woff') format('woff'),
         url('../fonts/circular-std/circular-l/CircularStdLight.ttf') format('truetype'),
         url('../fonts/circular-std/circular-l/CircularStdLight.svg#CircularStdLight') format('svg');
         font-weight: 300;
        font-style: normal;
        font-display: block;
}
@font-face {
    font-family: 'Circular';
    src: url('../fonts/circular-std/circular-md/CircularStdMedium.eot');
    src: url('../fonts/circular-std/circular-md/CircularStdMedium.eot') format('embedded-opentype'),
         url('../fonts/circular-std/circular-md/CircularStdMedium.woff2') format('woff2'),
         url('../fonts/circular-std/circular-md/CircularStdMedium.woff') format('woff'),
         url('../fonts/circular-std/circular-md/CircularStdMedium.ttf') format('truetype'),
         url('../fonts/circular-std/circular-md/CircularStdMedium.svg#CircularStdMedium') format('svg');
         font-weight: 500;
        font-style: normal;
        font-display: block;
}

@font-face {
    font-family: 'Circular';
    src: url('../fonts/circular-std/circular-b/CircularStdBold.eot');
    src: url('../fonts/circular-std/circular-b/CircularStdBold.eot') format('embedded-opentype'),
         url('../fonts/circular-std/circular-b/CircularStdBold.woff2') format('woff2'),
         url('../fonts/circular-std/circular-b/CircularStdBold.woff') format('woff'),
         url('../fonts/circular-std/circular-b/CircularStdBold.ttf') format('truetype'),
         url('../fonts/circular-std/circular-b/CircularStdBold.svg#CircularStdBold') format('svg');
         font-weight: 700;
        font-style: normal;
        font-display: block;
}
@font-face {
    font-family: 'Circular';
    src: url('../fonts/circular-std/circular-book/CircularStdBook.eot');
    src: url('../fonts/circular-std/circular-book/CircularStdBook.eot') format('embedded-opentype'),
         url('../fonts/circular-std/circular-book/CircularStdBook.woff2') format('woff2'),
         url('../fonts/circular-std/circular-book/CircularStdBook.woff') format('woff'),
         url('../fonts/circular-std/circular-book/CircularStdBook.ttf') format('truetype'),
         url('../fonts/circular-std/circular-book/CircularStdBook.svg#CircularStdBook') format('svg');
           font-weight: 900;
        font-style: normal;
        font-display: block;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/*Adding some custom css*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
button[disabled] {
  opacity: .7;
  pointer-events: none;
}
.abs-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    color: transparent;
    font-size: 0;
    text-indent: -2px;
}
/* .header{
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
} */
.header.usersignin {
  box-shadow: none;
}
.header ul li.active a{
  color:#49255B;
}
.header .list ul {
  transition: .5s ease all;
}
.header nav ul li >a:hover:after{
  width:100%;
}
.header nav ul li.active> a{
  color:#49255B;
}
.header nav ul li.active> a:after{
  width:100%;
}

.sub-menu{
  visibility: hidden;
    opacity: 0;
    top: 100%;
    width: 100%;
    right:auto;
    left:0;
    z-index: -99;
    transition:.5s ease all;
    display: block;
    padding: 28px 24px;
    padding-right:12px;
    border: 0;
    box-shadow: none;
    margin: 0;
    min-width: 378px;
    position: absolute;
    margin-top: 20px;
    border-radius: 8px;
    background:#fff;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.36);
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.36);
}
.sub-menu .icon{
  min-width: 64px;
  height: 64px;
  background: #DEC9E9;
  border-radius: 8px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-right:16px;
}
.sub-menu a{
  font-size:21px;
}
.sub-menu p{
  font-weight:500;
  font-size:16px;
  line-height:1.3;
}
.header__login .sub-menu {
  right: 0 !important;
  left: auto !important;
}



.inner-banner{
  position:relative;
  min-height:380px;
  display: flex;
  align-items: center;
}
.inner-banner img{
  position:absolute;
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  left:0;
  top:0;
}
.inner-banner__caption{
  position:relative;
  z-index:1;
  padding: 30px 0;
  /* padding-top:105px; */
}
.inner-banner__caption h1{
  color:#fff;
  font-size:65px;
  font-weight:700;
  padding-left:110px;
  line-height:1;
  text-transform:uppercase;
}
.inner-banner__caption h1.text-primary{
  color:#49255B;
}
.search{
  position:relative;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_198_1752)'%3E%3Cpath d='M14.5 25C20.299 25 25 20.299 25 14.5C25 8.70101 20.299 4 14.5 4C8.70101 4 4 8.70101 4 14.5C4 20.299 8.70101 25 14.5 25Z' stroke='%234A265C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.9248 21.9248L27.9998 27.9998' stroke='%234A265C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_198_1752'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 40px;
  background-color: #fff;
  padding-left:50px;
  border-radius: 8px;
  height:64px;
}
.search .form-control{
  border:0;
  background:transparent;
  border-radius:0;
  font-weight:500;
  height:100%;
  
}
.search .form-control::-moz-placeholder{
    font-size:20px;
}
.search .form-control::placeholder{
    font-size:20px;
}
p{
  font-weight:300;
  margin-bottom: 1.25rem;
  line-height: 1.3;
}
.employee-info p {
  margin: 0;
  color: #828282;
}
.img-fluid{
  max-width:100%;
  height:auto;
}
.truncate-2{
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.truncate-4{
  display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper-button-prev, 
.swiper-button-next{
  color:#fff;
  opacity:1;
}
.swiper-button-prev:after, 
.swiper-button-next:after{
  font-size:60px;
}
.swiper-button-prev{
  left:5%;
}
.swiper-button-next{
  right:5%;
}
.transform-translate{
  top:50%;
  left:50%;
  transform:translate(-50% , -50%);
}
body{
  font-family: 'Inter', sans-serif;
  padding-top:88px;
}
.container{
  max-width:1375px;
}
.container-md{ 
  max-width:1180px;
  margin:auto;
  padding:0 15px;
}
.container-sm{
    max-width:1000px;
    margin:auto;
    padding:0 15px;
}
.container-fluid{
  max-width:100%;
  padding:0 30px;
}
@media screen and (max-width:1199px){
  .container-fluid{
    padding:0 15px;
  }
}

.main-banner .custom-arrows{
    position:absolute;
}
/* menu active styling */

.menu-active nav , .menu-active .list {
  top:0;
}
.menu-active .list ul {
  opacity: 1 !important;
}
.menu-active .header__menu-icon span:first-child{
  transform: rotate(45deg) translate(5px,5px);
}
.menu-active .header__menu-icon span:nth-child(2){
  opacity:0;
}
.menu-active .header__menu-icon span:nth-child(3){ 
  transform: rotate(-45deg) translate(5px,-5px);
}


/* checkbox styling */
.checkbox label,
.radio label {
  position: relative;
  display: inline-block;
  cursor: pointer; 
}
.checkbox label input,
.radio label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  outline: none;
  background: #fff;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  transition: box-shadow 0.3s;
  box-shadow: inset 0 0 0 1px #d1d6ee;
  display: none;
  cursor: pointer; }
  .checkbox label input + span,
  .radio label input + span {
    padding-left: 1.875rem;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    line-height: 1.3; 
  }
.checkbox label input + span:after,
.radio label input + span:after {
  content: '';
  width: 24px;
  height: 24px;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  border: 2px solid #49255B;
  border-radius: 4px; 
}
.checkbox label input + span a,
.radio label input + span a {
  display: inline;
}
.checkbox label input:checked + span:after,
.radio label input:checked + span:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 58%;
  background-color: #49255B;
  border-color: #49255B; 
}
.checkbox a,
.radio a {
  color: #49255B;
  text-decoration: underline !important; 
}
.checkbox a:hover,
.radio a:hover {
  opacity: .7; 
}

.radio label input + span:after{
  border-radius:100%;
}
/* show password css code  */


.show-pw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}

.show-pw .eye-icon {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1210_287)'%3E%3Cpath d='M16 7.5C6 7.5 2 16.5 2 16.5C2 16.5 6 25.5 16 25.5C26 25.5 30 16.5 30 16.5C30 16.5 26 7.5 16 7.5Z' stroke='%2349255B' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 21.5C18.7614 21.5 21 19.2614 21 16.5C21 13.7386 18.7614 11.5 16 11.5C13.2386 11.5 11 13.7386 11 16.5C11 19.2614 13.2386 21.5 16 21.5Z' stroke='%2349255B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1210_287'%3E%3Crect width='32' height='32' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  height: 33px;
  width: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  background-size: 30px;
  background-repeat:no-repeat;
  transform: translateY(-50%);
}
.show-pw .eye-icon.eye-slash{
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7071 2.29289C21.3166 1.90237 20.6834 1.90237 20.2929 2.29289L17.0679 5.51793C15.5913 4.5102 13.9696 4 12.224 4C8.66121 4 5.55175 6.10549 2.92612 10.1852C2.21331 11.2928 2.30631 12.7358 3.15539 13.7427L3.82147 14.5287L4.60184 15.4363L5.26038 16.185L5.54441 16.5002L5.80473 16.7811L2.29289 20.2929L2.2097 20.3871C1.90468 20.7794 1.93241 21.3466 2.29289 21.7071C2.68342 22.0976 3.31658 22.0976 3.70711 21.7071L21.7071 3.70711L21.7903 3.6129C22.0953 3.22061 22.0676 2.65338 21.7071 2.29289ZM7.21968 15.3661L15.6219 6.96388C14.5646 6.31799 13.4379 6 12.224 6C9.42468 6 6.89615 7.71212 4.60793 11.2676C4.37033 11.6368 4.40132 12.1178 4.68436 12.4534L5.72377 13.6755L6.41871 14.4762L6.9907 15.1181L7.21968 15.3661ZM19.473 9.35871C19.9424 9.06766 20.5588 9.21222 20.8499 9.68159L21.1753 10.2477L21.3513 10.5638C21.8554 11.4728 21.853 12.5779 21.3451 13.4847C18.9411 17.7768 15.8868 20 12.224 20C11.7602 20 11.2942 19.964 10.8438 19.8928C10.2983 19.8065 9.92602 19.2944 10.0123 18.7489C10.0985 18.2034 10.6107 17.8311 11.1562 17.9173C11.5023 17.972 11.864 18 12.224 18C15.0757 18 17.5204 16.2205 19.6002 12.5074C19.7695 12.2051 19.7703 11.8367 19.6022 11.5337L19.1501 10.7356C18.8591 10.2662 19.0036 9.64976 19.473 9.35871Z' fill='%2349255B'/%3E%3Cg opacity='0.5'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9995 8C13.0626 8 14.0623 8.41783 14.805 9.14854C15.1988 9.53585 15.2039 10.169 14.8166 10.5627C14.4293 10.9564 13.7962 10.9616 13.4025 10.5743C13.0301 10.208 12.5325 10 11.9995 10C10.8949 10 10 10.8951 10 12.0005C10 12.545 10.2172 13.0524 10.5978 13.4266C10.9916 13.8137 10.9971 14.4469 10.6099 14.8407C10.2227 15.2346 9.58956 15.24 9.19572 14.8528C8.43643 14.1064 8 13.0869 8 12.0005C8 9.79062 9.79024 8 11.9995 8Z' fill='%2349255B'/%3E%3C/g%3E%3C/svg%3E%0A");
}

[data-te-nav-active] {
  border-bottom: 1px solid #49255B !important;
  color: #49255B !important;
}

/* upload img code */
input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: none;
  cursor: pointer;
  display: block;
  z-index: 99;
}
.upload-image .profile {
  position: relative;
  width: 11.5rem;
  height: 12.125rem;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto; 
  /* background-image: url("../images/human1.png");
  background-repeat: no-repeat;
  background-size: cover; */
}
.upload-image .profile:before {
      content: "";
      position: absolute;
      background: #000;
      opacity: .6;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      z-index: 1;
}
  .upload-image .profile span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    width: 100%;
    padding: 0.625rem; 
    z-index: 1;
  }
.upload-image .profile span:before {
  content: "";
  position: absolute;
  background: #000;
  opacity: .6;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1; 
}
.upload-image .profile span.text {
  bottom: 50%;
  transform: translate(-50%, 50%);
  font-size: 1.25rem;
  font-weight: 500; 
}
.upload-image .profile span.text:before {
  display: none; 
}
.upload-image .profile span.inner-text {
  display: none;
  padding-top: 16px; 
}
@media screen and (max-width: 991px) {
  .upload-image .profile span.inner-text {
    padding-top: 11px; 
  } 
}
.upload-image .profile.active span.inner-text {
  display: block; 
}
.upload-image .profile.active span.text {
  display: none; 
}
.upload-image .profile.active:before{
  opacity: 0;
}
.upload-image .profile img {
  max-width: 100%;
  height: 100%;
  width: 100%; 
  -o-object-fit: cover; 
     object-fit: cover;
}
.register-page{
  padding-top:0;
}
.register-page .footer-wrapper,
.register-page .header {
  display:none;
}
.register{
  max-width:1440px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  min-height: 100vh;
}
.register__left:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  left:-100%;
  top:0;
  background:#49255B;
}
.register__right{
  padding:3.625rem 4.875rem 3.125rem;
  flex:1;
}
.register__left{
  max-width:50%;
  padding:6.563rem 4.375rem 6.563rem 2.5rem;
  background:#49255B;
  position:relative;
}
/* .register__left img{
  max-width:450px;
} */

.register.corporate-login {
  max-width: 100%;
}
.register.corporate-login .register__left {
  padding: 0;
  display: flex;
  align-items: center;
}
.register.corporate-login .register__right>div {
  max-width: 565px;
}

.header nav,
.header__logo img{
  transition:.5s ease all;
}
.usersignin.sticky{
    box-shadow: 0px 0px 4px rgb(0 0 0 / 4%), 0px 4px 8px rgb(0 0 0 / 6%);
}
.usersignin.sticky .list  ul{
  padding-top:1.25rem;
}
.usersignin .header__logo img {
  height: 73px;
}
.usersignin.sticky .header__logo img{
  /* max-width:300px; */
    height: 63px;
}
@media screen and (max-width: 991px) {
  .usersignin .header__logo img {
    height: 45px;
  }
  .usersignin.sticky .header__logo img{
    height: 40px;
  }
}
/* date-picker styling */
.grid-cols-7 {
  grid-template-columns: repeat(7,minmax(0,1fr));
}
.datepicker-view .w-64 {
  width: 16rem;
}
.datepicker-view .bg-blue-700 {
  background-color: #007aff;

}

.video-container {
  /* width is set as 100% here. any width can be specified as per requirement */
  width: 100%;
  padding-top: 55%;
  height: 0px;
  position: relative; }

video, iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.video-box{
  position:relative;
  border-radius:3px;
  overflow:hidden;
  transition:.5s ease all;
}
.video-box__thumbnail{
  height:224px;
  margin-bottom:35px;
  position:relative;
}
.video-box__thumbnail img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
}
.video-box__thumbnail:after{
    content:"";
    position:absolute;
    width:88px;
    height:62px;
    background:url(../images/svg/play-button.svg) center center no-repeat;
    left:50%;
    top:50%;
    transform:translate(-50% , -50%);
    background-size:100%;
  }
  


/* pagination css */
.pagination svg{
    width:60px;
    color: #49255B;
}
.pagination li button, .pagination li a {
  display: block;
}
.pagination li a.active {
  color: #fff;
  background-color: #559BD8;
}

/* modal css */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}
.modal:before{
  content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal .modal-dialog {
  position: relative;
  width: 1280px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 30px 0;
}
.modal .modal-dialog .modal-content {
    box-shadow: none;
    border: none;
    margin: 0 auto;
    pointer-events: all;
    background: #fff;
    border-radius: 8px;
    padding: 40px 80px;
    position: relative;
}
.modal .modal-dialog .modal-content .popup-cross-icon {
    position: absolute;
    right: 20px;
    top: 12px;
    cursor: pointer;
    z-index: 1000;
    width: 50px;
    height: 25px;
    border: 0;
}
.modal .modal-dialog .modal-content .popup-cross-icon:hover{
  color:#559BD8;
}
.modal.modal-lg .modal-dialog {
  max-width: 980px;
}
.modal.modal-md .modal-dialog {
  max-width: 690px;
}
.modal.modal-sm .modal-dialog {
  max-width: 585px;
}
.modal.page-modal .modal-dialog {
  max-width: 350px;
}

.modal#notifications .modal-dialog {
  max-width: 600px;
}
.modal#notifications .modal-dialog .modal-content {
  padding: 50px 40px 40px;
}
.modal#notifications .modal-dialog .modal-body p {
  margin: 0;
}

.account-type .radio span{
  border: 2px solid #E0E0E0;
  display:block;
  padding:24px;
}
.account-type .radio label{
  width:100%;
}
.account-type .radio span:after{display:none;}
.account-type .radio input:checked +span{
  border-color:#49255B;
}
.setting-page .inline-buttons {
  display: flex;
  width:100%;
  margin-top: 30px;
}
.setting-page .inline-buttons a:not(:last-child), .setting-page .inline-buttons .btn:not(:last-child) {
  margin-right: 16px;
}
.setting-page .inline-buttons .btn-default {
  width: 185px;
  height: 4rem;
  padding: 1rem;
}

button[data-te-collapse-collapsed] span.circle {
  border: 1px solid #404040;
}
button span.circle {
  border: 1px solid #0075ff;
}
span.circle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #0075ff;
  border-radius: 100%;
}
button[data-te-collapse-collapsed] span.circle:before {
  background: #fff;
}
.inner-wrapper{
  min-height:calc(100vh - 199px);
}
.quantity-selector{
  width:140px;
  margin-bottom:20px;
  margin-top:20px;
}
.quantity-selector input{
  text-align:center;
  width:100%;
  flex:1;
}
.quantity-selector input.amount {
  text-align: left;
}
.quantity-selector button{
  width:30px;
  height:30px;
  border-radius:100%;
  min-width:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#000;
}
.quantity-selector button:hover{
  background:#49255b;
}
.quantity-selector button span{
  color:#ffff;
  position: relative;
  font-size: 26px;
}
.register-notification p {
  margin-bottom: 16px;
}
label.error {
  color: #B91C1C;
  display: block;
  font-size: 1rem;
}
textarea.form-control {
  min-height: 55px;
}
.contents-wrapper ul {
  list-style: disc;
  margin-left: 1.25rem;
  padding-left: 1.25rem;
}
.contents-wrapper ol {
  list-style: decimal;
  margin-left: 1.25rem;
  padding-left: 1.25rem;
}
.contents-wrapper ul li, .contents-wrapper ol li {
  font-weight: 300;
  margin-bottom: 1.25rem;
}
.contents-wrapper b, .contents-wrapper strong {
  font-weight: 600;
}
.search-result ul li:first-child {
  width: 40%;
}
.search-result ul li:last-child {
  flex: 1;
  text-align: right;
}
/* responsie code  */
@media screen and (min-width:576px){
  .nav-tabs{
    display:inline-flex !important;
  }
}
@media screen and (min-width:992px){
  .inner-wrapper {
    padding-top: 80px;
  }
  .has-submenu:hover .sub-menu{
    visibility: visible;
        opacity: 1;
        z-index:9999;
    }
    /* .setting-page .inline-buttons {
    width: 30%;
    text-align: right;
    justify-content: flex-end;
    margin-top: 0;
  } */
  .header nav ul li >a:after{
    content:"";
    position:absolute;
    width:0%;
    height:3px;
    background:#49255B;
    left:0;
    bottom:-15px;
    transition:.5s ease all;
  }
}
@media screen and (min-width:1025px){
  .video-box:hover .video-box__thumbnail:after{
    filter: brightness(0.5);
  }
}
@media screen and (min-width:1200px){
  .container , .container-md{
    padding:0 30px;
  }
  /* .setting-page .inline-buttons {
    width: 40%;
  } */
}
@media screen and (min-width:1600px){
  .register__left{
    padding-bottom: 155px;
  }
}

/* max-width queries */
@media screen and (max-width:1600px){
  .inner-wrapper{
    min-height:calc(100vh - 167px);
  }
}
@media screen and (max-width:1500px){
  html{
    font-size:95%;
  }
  .inner-wrapper{
    min-height:calc(100vh - 163px);
  }
  .inner-banner__caption h1 {
      /* font-size: 75px; */
      padding-left:55px;
  }
}

@media screen and (max-width:1300px){
  .swiper-button-prev{
    left:15px;
  }
  .swiper-button-next{
    right:15px;
  }
  .modal .modal-dialog {
    width: 95%;
  }
}
@media screen and (max-width:1200px){
  body {
    padding-top:78px;
  }
  .header .list ul li a{
    font-size:1.125rem;
  }
  .usersignin.sticky .header__logo img{
    max-width:220px;
  }
  .register__right{
      padding:2.5rem 2.5rem;
    }
}
@media screen and (max-width:991px){
  body{
    padding-top:54px;
    font-size:1.15rem;
    line-height:1.3;
  }
  .header nav , .header .list{
    width:100%;
    height:100%;
    background:#fff;
    z-index: 999;
    left:0;
    padding:40px 0;
    transition: .5s ease all;
  }
  .header nav ul {
    display:flex;
    flex-direction:column;
    padding:0 20px;
    width: 190px;
    margin: auto;
  }
  .header .list ul{
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 230px;
      margin: auto;
      opacity: 0;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
      font-size: 40px;
  }
  /* .form-control{
      font-size:1.4rem;
    } */
    .inner-banner__caption h1{
      /* font-size:65px; */
      padding-left: 35px;
    }
    
    .register__left{
      padding:2.5rem;
      width:40%;
    }
    .header nav ul >li a{min-width:115px;}
    .header nav {
        overflow-y:scroll;
    }
    .sub-menu{
        opacity:1;
        visibility: visible;
        z-index:999;
        display:none;
        position:relative;
        padding:20px;
        text-align:left;

    }
    .sub-menu .icon{
        width:50px;
        height:50px;
    }
  
    .sub-menu.block{
        display:block !important;
    }
    .has-submenu{
        text-align:center;
    }
    .has-submenu span{
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='112.299' height='207.083' viewBox='0 0 112.299 207.083'%3E%3Cg id='Group_13219' data-name='Group 13219' transform='translate(-117.242 0.5)'%3E%3Cg id='Group_13217' data-name='Group 13217' transform='translate(117.742 0)'%3E%3Cg id='Group_13216' data-name='Group 13216' transform='translate(0 0)'%3E%3Cpath id='Path_33995' data-name='Path 33995' d='M226.693,97.386,131.374,2.331a7.988,7.988,0,1,0-11.281,11.313l89.646,89.4-89.649,89.4a7.988,7.988,0,0,0,11.284,11.311l95.32-95.053a7.984,7.984,0,0,0,0-11.311Z' transform='translate(-117.742 0)' fill='%23000' stroke='%23000' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
        position: relative;
        transform: rotate(90deg);
        display: inline-block;
        background-size: 100% 100%;
        width: 18px;
        height: 18px;
        padding: 0 20px;
        cursor: pointer;
        opacity: 0.53;
        transition: .4s ease all;
        top: 6px;
    }
    .header__login .sub-menu {
      position: absolute;
      right: 0;
    }
    .video-box__thumbnail:after{
      width: 57px;
      height: 41px;
    }
    .video-box__thumbnail {
      height: 150px;
      margin-bottom: 20px;
  }
  .modal .modal-dialog .modal-content {
    padding: 40px;
  }
   .inner-wrapper{
    min-height:calc(100vh - 119px);
  }
  .brands .swiper {
    padding: 0 50px;
  }
  .brands .swiper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 100%;
    background: #fff;
    z-index: 2;

  }
  .brands .swiper:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 100%;
    background: #fff;
    z-index: 2;
  }
  .brands .swiper-button-prev {
    left: 0 !important;
  }
  .brands .swiper-button-next {
    right: 0 !important;
  }
  .brands .swiper-button-prev, .brands .swiper-button-next {
    color: #000;
    top: 50% !important;
  }
  .brands .swiper-button-prev:after, .brands .swiper-button-next:after {
    font-size: 30px;
  }

}
@media screen and (max-width:767px){
  body{
    font-size:1rem;
    padding-top: 49px;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
      font-size: 28px;
  }
  textarea.form-control{
    height:6em;
  }
  .inner-banner {
      min-height: 230px;
  }
  .inner-banner__caption{
    padding-top:70px;
  }
  .inner-banner__caption h1 {
      font-size: 45px;
      padding-left:0;
  }
  .search{
    height: 55px;
    background-size: 33px;
    padding-left: 44px;
  }
  .pagination svg{width:40px;}
    .pagination li button, .pagination li a  {font-size:1.5rem; padding: 0 0.625rem;}

  .register{
    flex-direction:column;
  }
  .register__left{
    max-width: 100%;
    width: 100%;
    padding:2rem;
  }
    .register__left img{
      max-width:350px;
      width: 100%;
    }
  .register__right{
    width:100%;
    padding-left:1rem;
    padding-right:1rem;
    padding-bottom:2rem;
  }
  .register__left:before{
    display:none;
  }
  .register.corporate-login .register__right>div {
    max-width: 100%;
  }
  .usersignin.sticky .header__logo img{
    max-width:150px;
  }
  .account-type .radio span{
    padding:18px;
  }
  .modal .modal-dialog .modal-content {
    padding: 40px 20px 20px;
  }
  .modal#notfications .modal-dialog .modal-content {
    padding: 40px 20px 20px;
  }
  .setting-page .inline-buttons {
    justify-content: center;
  }
  .setting-page .inline-buttons a, .setting-page .inline-buttons .btn{
    width: 150px;
    height: 3rem;
  }
  .setting-page .inline-buttons a:not(:last-child){
    margin-right: 0;
  }
}
@media screen and (max-width:575px){
   .inner-banner {
      min-height: 200px;
    }
    /* .main-banner__image img{
      height:320px;
      object-fit:cover;
    } */
    .inner-banner__caption h1 {
      font-size: 35px;
  }
  .inner-banner__caption h1 br{
    display:none;
  }
  .swiper-button-prev, .swiper-button-next{
    top:auto;
    transform:none;
    bottom:10px;
  }
   .swiper-button-prev{
    left:38%;
  }
  .swiper-button-next{
    right:38%;
  }
  .sub-menu{
    min-width: 330px;
    padding: 16px;
  }
  .view-detail .nav-tabs li svg{width:19px;}
   .view-detail .nav-tabs li:not(:last-child){
    margin-right:0;
   }
  .view-detail .nav-tabs li a{font-size: 14px;}
  .toggler-filter .nav-tabs{
    display:none;
    background: #fff;
    padding: 0 10px;
    border:0;
  }
  .toggler-filter .toggle-filter-btn{
    background:#49255b;
    color:#fff;
    display:block;
    width:100%;
    padding:10px 20px;
    margin-bottom:10px;
    position:relative;
  }
   .toggler-filter .toggle-filter-btn:after {
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='angle-down' class='svg-inline--fa fa-angle-down fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E");
        content: '';
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translateY(-50%) scale(0.9);
        height: 34px;
        width: 25px;
        background-repeat: no-repeat; 
      }
  .brands .swiper-button-prev:after, .brands .swiper-button-next:after {
    font-size: 25px;
  }
}
@media screen and (max-width:450px){
    body {
      padding-top: 86px;
    }
    .header.usersignin .flex-wrapper{
        flex-direction:column;
    }
    .header.usersignin .header__right{
        justify-content:space-between;
        width:100%;
        padding-top:10px;
    }
    .inner-wrapper{
        padding-top:0;
    }
    .header__login .sub-menu {
      left: 0 !important;
      right: auto !important;
    }
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 2px solid #ddd;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:after {
  display: inline-block;
  position: absolute;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: '\f077';
  transform: translate(-50%, -50%) rotate(180deg);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: .5rem;
  border: solid #ddd;
  border-width: 0 2px;
  font-size: 2rem;
  height: 3rem;
  font-weight: bold;
  text-align: center;
}

.accordion-item p span:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 15px;
  background: #212121;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
}
.accordion-item p span:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background: #212121;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.accordion-item p[aria-expanded="true"] span:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .accordion-item p span:before {
    width: 2px;
    height: 13px;
  }
  .accordion-item p span:after {
    width: 13px;
    height: 2px;
  }
}

.tooltip-inner {
    background: #0075ff;
}
.identity-notice-print .identity-notice {
  display: none;
}

@media print {
  .header, .footer, .footer-wrapper, .btn {
    display: none;
  }
  body {
    padding: 0;
  }
  .search-result.no-image {
    display: block;
  } 
  .search-result .left {
    float: left;
    width: 250px;
    padding: 0 !important;
  }
  .search-result .right {
    float: right;
    margin-top: 0;
    padding-left: 10px !important;
    width: 430px;
  }
  .search-result .btn {
    display: none;
  }
  .search-result::after {
    content: "";
    clear: both;
    display: table;
  }
  .search-result.no-image .right {
    width: 100%;
    padding-left: 0 !important;
    float: none;
  }
  .search-result.no-image .left {
    width: 100%;
    float: none;
  }
  .search-result.no-image .identity-notice {
    display: none;
  }
  .search-result.no-image .identity-notice-print .identity-notice {
    display: block;
  }
  [role=alert] {
    display: none;
  }
}

[data-width='5'] {
    width: 5%;
}

[data-width='6'] {
    width: 6%;
}

[data-width='7'] {
    width: 7%;
}

[data-width='8'] {
    width: 8%;
}

[data-width='9'] {
    width: 9%;
}

[data-width='10'] {
    width: 10%;
}

[data-width='11'] {
    width: 11%;
}

[data-width='12'] {
    width: 12%;
}

[data-width='13'] {
    width: 13%;
}

[data-width='14'] {
    width: 14%;
}

[data-width='15'] {
    width: 15%;
}

[data-width='16'] {
    width: 16%;
}

[data-width='17'] {
    width: 17%;
}

[data-width='18'] {
    width: 18%;
}

[data-width='19'] {
    width: 19%;
}

[data-width='20'] {
    width: 20%;
}

[data-width='21'] {
    width: 21%;
}

[data-width='22'] {
    width: 22%;
}

[data-width='23'] {
    width: 23%;
}

[data-width='24'] {
    width: 24%;
}

[data-width='25'] {
    width: 25%;
}

[data-width='26'] {
    width: 26%;
}

[data-width='27'] {
    width: 27%;
}

[data-width='28'] {
    width: 28%;
}

[data-width='30'] {
    width: 30%;
}
[data-width='31'] {
    width: 31%;
}
[data-width='33'] {
    width: 33%;
}
[data-width='34'] {
    width: 34%;
}
[data-width='35'] {
    width: 35%;
}

[data-width='38'] {
    width: 38%;
}

[data-width='40'] {
    width: 40%;
}

[data-width='42'] {
    width: 42%;
}
[data-width='43'] {
    width: 43%;
}
[data-width='45'] {
    width: 45%;
}
[data-width='46'] {
    width: 46%;
}
[data-width='47'] {
    width: 47%;
}
[data-width='48'] {
    width: 48%;
}

[data-width='50'] {
    width: 50%;
}

[data-width='55'] {
    width: 55%;
}
[data-width='60'] {
    width: 60%;
}

.datepicker.datepicker-dropdown{
  z-index:9999 !important;
}

.datepicker-view.months.w-64 {
    width: 16rem;
}
.datepicker-view.grid {
    display: grid !important;
}
.datepicker-view .bg-blue-700 {
    background-color: #49255b !important;
}
.good{
  background:#f1f4f9;
  border:1px solid #76acec;
}
.bad{
  background:#f9f1f1;
  border:1px solid #ef7e7e;
}
.btn-back {
  color: #49255B;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
  margin-bottom: 8px;
  display: inline-block;
}
.btn-back:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 32L0 16L16 0L18.1 2.1L5.7 14.5H32V17.5H5.7L18.1 29.9L16 32Z' fill='%2349255B'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  transition: .5s ease all;
  background-size: 100%;
}
@media screen and (min-width: 1025px) {
  .btn-back:hover:before {
    left: -5px;
  }
}
@media screen and (max-width: 991px) {
  .btn-back:before {
    width: 15px;
    height: 15px;
  }
}