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

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

/*
! tailwindcss v3.4.17 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-inset-1 {
  inset: -0.25rem;
}

.-right-2 {
  right: -0.5rem;
}

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

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

.end-1 {
  inset-inline-end: 0.25rem;
}

.end-base {
  inset-inline-end: 1rem;
}

.left-0 {
  left: 0px;
}

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

.top-0 {
  top: 0px;
}

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.float-start {
  float: inline-start;
}

.float-end {
  float: inline-end;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-start {
  clear: inline-start;
}

.clear-end {
  clear: inline-end;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.-mt-2xs {
  margin-top: -0.25rem;
}

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

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

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

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

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0px;
}

.ml-10 {
  margin-left: 2.5rem;
}

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

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

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

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

.mt-11 {
  margin-top: 2.75rem;
}

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

.mt-2xs {
  margin-top: 0.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

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

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

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

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

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

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

.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}

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

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[this-is\\\\\] {
  width: this-is\\;
}

.w-\[this-is\] {
  width: this-is;
}

.w-\[weird-and-invalid\] {
  width: weird-and-invalid;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.\!max-w-\[1235px\] {
  max-width: 1235px !important;
}

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

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

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

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

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

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

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

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

.shrink {
  flex-shrink: 1;
}

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

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.caption-top {
  caption-side: top;
}

.caption-bottom {
  caption-side: bottom;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

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

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

.transform-cpu {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none {
  transform: none;
}

.cursor-pointer {
  cursor: pointer;
}

.touch-auto {
  touch-action: auto;
}

.touch-none {
  touch-action: none;
}

.touch-pan-x {
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-left {
  --tw-pan-x: pan-left;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-right {
  --tw-pan-x: pan-right;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-up {
  --tw-pan-y: pan-up;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-down {
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-manipulation {
  touch-action: manipulation;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.snap-none {
  scroll-snap-type: none;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-y {
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}

.snap-both {
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-proximity {
  --tw-scroll-snap-strictness: proximity;
}

.snap-start {
  scroll-snap-align: start;
}

.snap-end {
  scroll-snap-align: end;
}

.snap-center {
  scroll-snap-align: center;
}

.snap-align-none {
  scroll-snap-align: none;
}

.snap-normal {
  scroll-snap-stop: normal;
}

.snap-always {
  scroll-snap-stop: always;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.appearance-auto {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.break-before-auto {
  -moz-column-break-before: auto;
       break-before: auto;
}

.break-before-avoid {
  -moz-column-break-before: avoid;
       break-before: avoid;
}

.break-before-all {
  -moz-column-break-before: all;
       break-before: all;
}

.break-before-avoid-page {
  -moz-column-break-before: avoid;
       break-before: avoid-page;
}

.break-before-page {
  -moz-column-break-before: page;
       break-before: page;
}

.break-before-left {
  -moz-column-break-before: left;
       break-before: left;
}

.break-before-right {
  -moz-column-break-before: right;
       break-before: right;
}

.break-before-column {
  -moz-column-break-before: column;
       break-before: column;
}

.break-inside-auto {
  -moz-column-break-inside: auto;
       break-inside: auto;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.break-inside-avoid-page {
  break-inside: avoid-page;
}

.break-inside-avoid-column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.break-after-auto {
  -moz-column-break-after: auto;
       break-after: auto;
}

.break-after-avoid {
  -moz-column-break-after: avoid;
       break-after: avoid;
}

.break-after-all {
  -moz-column-break-after: all;
       break-after: all;
}

.break-after-avoid-page {
  -moz-column-break-after: avoid;
       break-after: avoid-page;
}

.break-after-page {
  -moz-column-break-after: page;
       break-after: page;
}

.break-after-left {
  -moz-column-break-after: left;
       break-after: left;
}

.break-after-right {
  -moz-column-break-after: right;
       break-after: right;
}

.break-after-column {
  -moz-column-break-after: column;
       break-after: column;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-dense {
  grid-auto-flow: dense;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

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

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

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

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

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

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

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

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

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

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

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

.place-content-between {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-baseline {
  place-content: baseline;
}

.place-content-stretch {
  place-content: stretch;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

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

.place-items-baseline {
  place-items: baseline;
}

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

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

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

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

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

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

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

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

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

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

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

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

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

.justify-normal {
  justify-content: normal;
}

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

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

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

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

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-stretch {
  justify-content: stretch;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

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

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

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-20 {
  gap: 5rem;
}

.gap-2xs {
  gap: 0.25rem;
}

.gap-3 {
  gap: 0.75rem;
}

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

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

.gap-base {
  gap: 1rem;
}

.gap-sm {
  gap: 0.75rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

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

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

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

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

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

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

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

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

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

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

.overscroll-auto {
  overscroll-behavior: auto;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-none {
  overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.scroll-auto {
  scroll-behavior: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.text-clip {
  text-overflow: clip;
}

.hyphens-none {
  -webkit-hyphens: none;
          hyphens: none;
}

.hyphens-manual {
  -webkit-hyphens: manual;
          hyphens: manual;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

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

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

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

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

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

.whitespace-break-spaces {
  white-space: break-spaces;
}

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

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

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

.\!text-pretty {
  text-wrap: pretty !important;
}

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

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

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

.break-all {
  word-break: break-all;
}

.break-keep {
  word-break: keep-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[100\%\] {
  border-radius: 100%;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[21px\] {
  border-radius: 21px;
}

.rounded-\[40px\] {
  border-radius: 40px;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

.rounded-\[80px\] {
  border-radius: 80px;
}

.rounded-full {
  border-radius: 9999px;
}

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-\[21px\] {
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
}

.rounded-e {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-\[21px\] {
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-bl-\[110px\] {
  border-bottom-left-radius: 110px;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-ee {
  border-end-end-radius: 0.25rem;
}

.rounded-es {
  border-end-start-radius: 0.25rem;
}

.rounded-se {
  border-start-end-radius: 0.25rem;
}

.rounded-ss {
  border-start-start-radius: 0.25rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tl-\[5px\] {
  border-top-left-radius: 5px;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

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

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-e {
  border-inline-end-width: 1px;
}

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

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

.border-s {
  border-inline-start-width: 1px;
}

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

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

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

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

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

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

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

.border-\[\#4D4D4D\] {
  --tw-border-opacity: 1;
  border-color: rgb(77 77 77 / var(--tw-border-opacity, 1));
}

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

.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

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

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

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

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

.bg-\[\#00BDB2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 189 178 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0A2540\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 37 64 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0D1828\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 24 40 / var(--tw-bg-opacity, 1));
}

.bg-\[\#103B73\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 59 115 / var(--tw-bg-opacity, 1));
}

.bg-\[\#131A30\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 26 48 / var(--tw-bg-opacity, 1));
}

.bg-\[\#17283F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 40 63 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1C0D07\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 13 7 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1E98DD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 152 221 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4175DA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(65 117 218 / var(--tw-bg-opacity, 1));
}

.bg-\[\#44546f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(68 84 111 / var(--tw-bg-opacity, 1));
}

.bg-\[\#8D41DA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(141 65 218 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B81FDE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(184 31 222 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D3DFEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 223 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D4EED3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(212 238 211 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DDEAFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 234 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DFECFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 236 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E7FCE8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 252 232 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E9EFFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 239 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E9FCEF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 252 239 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ECECEC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EED3E7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 211 231 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EEF4FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 244 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3F7FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 247 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F7E9FC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 233 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FAFFE4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 255 228 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FBDAE7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 218 231 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFEEE9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 233 / var(--tw-bg-opacity, 1));
}

.bg-\[rgb\(255\2c 0\2c 0\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-primary-base {
  --tw-bg-opacity: 1;
  background-color: rgb(26 115 232 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

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

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

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.box-decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.box-decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

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

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

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

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

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

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

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

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

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

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.\!p-0 {
  padding: 0px !important;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

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

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

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

.px-base {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

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

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-2xs {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

.pb-2 {
  padding-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

.pl-1\.5 {
  padding-left: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!text-center {
  text-align: center !important;
}

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

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

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

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

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

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.align-sub {
  vertical-align: sub;
}

.align-super {
  vertical-align: super;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-light {
  font-weight: 300;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

.tracking-tight {
  letter-spacing: -0.025em;
}

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

.text-\[\#0A1C4F\] {
  --tw-text-opacity: 1;
  color: rgb(10 28 79 / var(--tw-text-opacity, 1));
}

.text-\[\#0A2540\] {
  --tw-text-opacity: 1;
  color: rgb(10 37 64 / var(--tw-text-opacity, 1));
}

.text-\[\#0D1828\] {
  --tw-text-opacity: 1;
  color: rgb(13 24 40 / var(--tw-text-opacity, 1));
}

.text-\[\#0F8814\] {
  --tw-text-opacity: 1;
  color: rgb(15 136 20 / var(--tw-text-opacity, 1));
}

.text-\[\#0d1828\] {
  --tw-text-opacity: 1;
  color: rgb(13 24 40 / var(--tw-text-opacity, 1));
}

.text-\[\#103B73\] {
  --tw-text-opacity: 1;
  color: rgb(16 59 115 / var(--tw-text-opacity, 1));
}

.text-\[\#121826\] {
  --tw-text-opacity: 1;
  color: rgb(18 24 38 / var(--tw-text-opacity, 1));
}

.text-\[\#19273C\] {
  --tw-text-opacity: 1;
  color: rgb(25 39 60 / var(--tw-text-opacity, 1));
}

.text-\[\#19B20C\] {
  --tw-text-opacity: 1;
  color: rgb(25 178 12 / var(--tw-text-opacity, 1));
}

.text-\[\#336699\]\/\[\.35\] {
  color: rgb(51 102 153 / .35);
}

.text-\[\#425466\] {
  --tw-text-opacity: 1;
  color: rgb(66 84 102 / var(--tw-text-opacity, 1));
}

.text-\[\#4D4D4D\] {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}

.text-\[\#4d4d4d\] {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}

.text-\[\#515E82\] {
  --tw-text-opacity: 1;
  color: rgb(81 94 130 / var(--tw-text-opacity, 1));
}

.text-\[\#54575B\] {
  --tw-text-opacity: 1;
  color: rgb(84 87 91 / var(--tw-text-opacity, 1));
}

.text-\[\#555d68\] {
  --tw-text-opacity: 1;
  color: rgb(85 93 104 / var(--tw-text-opacity, 1));
}

.text-\[\#656565\] {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

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

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

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

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-light {
  --tw-text-opacity: 1;
  color: rgb(140 144 152 / var(--tw-text-opacity, 1));
}

.text-primary-base {
  --tw-text-opacity: 1;
  color: rgb(26 115 232 / var(--tw-text-opacity, 1));
}

.text-primary-default {
  --tw-text-opacity: 1;
  color: rgb(26 115 232 / var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

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

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

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

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.underline {
  text-decoration-line: underline;
}

.overline {
  text-decoration-line: overline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.decoration-solid {
  text-decoration-style: solid;
}

.decoration-double {
  text-decoration-style: double;
}

.decoration-dotted {
  text-decoration-style: dotted;
}

.decoration-dashed {
  text-decoration-style: dashed;
}

.decoration-wavy {
  text-decoration-style: wavy;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.opacity-70 {
  opacity: 0.7;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

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

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

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

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

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

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

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

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

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

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

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

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

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

.mix-blend-plus-darker {
  mix-blend-mode: plus-darker;
}

.mix-blend-plus-lighter {
  mix-blend-mode: plus-lighter;
}

.\!shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-dashed {
  outline-style: dashed;
}

.outline-dotted {
  outline-style: dotted;
}

.outline-double {
  outline-style: double;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter-none {
  filter: none;
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

.contain-none {
  contain: none;
}

.contain-content {
  contain: content;
}

.contain-strict {
  contain: strict;
}

.contain-size {
  --tw-contain-size: size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-inline-size {
  --tw-contain-size: inline-size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-layout {
  --tw-contain-layout: layout;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-paint {
  --tw-contain-paint: paint;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-style {
  --tw-contain-style: style;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.content-\[\'this-is-also-valid\]-weirdly-enough\'\] {
  --tw-content: 'this-is-also-valid]-weirdly-enough';
  content: var(--tw-content);
}

.forced-color-adjust-auto {
  forced-color-adjust: auto;
}

.forced-color-adjust-none {
  forced-color-adjust: none;
}

@font-face {
  font-family: 'Figtree';

  src: url('/assets/fonts/Figtree-Medium.woff2') format('woff2'),
        url('/assets/fonts/Figtree-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Figtree';

  src: url('/assets/fonts/Figtree-SemiBold.woff2') format('woff2'),
        url('/assets/fonts/Figtree-SemiBold.woff') format('woff');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Figtree';

  src: url('/assets/fonts/Figtree-Regular.woff2') format('woff2'),
        url('/assets/fonts/Figtree-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

:root {
  --base-font: 'Inter', sans-serif;
  --clr-border: #333;
}

body {
  font-family: 'Inter', sans-serif;
}

.header {
  width: calc(100% - 50px);
  max-width: 1600px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.home-header {
  background-image: url(/assets/images/header-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  height: calc(100vh - 117px);
  max-height: 850px;
}

.popup-overlay {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.home-popup {
  width: 1250px;
  height: 800px;
  position: fixed;
  top: 50%;
  right: auto;
  left: 50%;
  bottom: auto;
  margin: -400px 0 0 -625px;
  z-index: 1000;
}

.popup-left {
  border-radius: 30px;
  background: linear-gradient(#f6f6f6, #f3f3f3);
  border: 1px solid #fff;
  width: 630px;
}

.popup-right {
  border-radius: 30px;
  width: 665px;
  margin-left: -45px;
  height: 650px;
  padding: 40px;
}

.popup-left h2 {
  font-weight: 700;
  margin: 40px 0 15px 40px;
  line-height: 1.2;
  font-size: 36px;
  width: 480px;
}

.popup-left h3 {
  margin: 0 0 0 40px;
  border-top: 1px solid #ddd;
  padding: 15px 60px 0 0;
  color: #686f78;
  font-size: 22px;
  font-weight: 700;
}

.popup-right h3 {
  width: 320px;
  font-size: 24px;
  line-height: 30px;
}

.popup-left img {
  width: 518px;
  margin: 0 0 0 40px;
}

.input input, .input textarea {
  width: 100%;
  height: 65px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding-left: 20px;
  font-size: 16px;
  letter-spacing: 0;
}

input[type="submit"] {
  height: 58px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 115 232 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(26 115 232 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 87 180 / var(--tw-bg-opacity, 1));
}

form.hs-form {
  font-family: 'Figtree', sans-serif;
  letter-spacing: -0.40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

form.hs-form > div {
  width: 100%;
  position: relative;
}

form.hs-form div > label {
  display: none;
}

form.hs-form .hs-error-msgs {
  position: absolute;
  bottom: -18px;
  left: 2px;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

form.hs-form label span:first-child, form.hs-form > div.hs_error_rollup, .mobile-nav-header {
  display: none;
}

.popup-right .titlesec {
  margin-bottom: 40px;
}

.desktop-header.sticky {
  top: 0;
}

.mobile-nav-panel {
  display: none;
}

.white-btn {
  height: 46px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 115 232 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 115 232 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (max-width: 639px) {
  .plan-pay .white-btn {
    font-size: 16px;
  }
}

.white-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 87 180 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.primary-btn {
  height: 46px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 115 232 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(26 115 232 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (max-width: 639px) {
  .plan-pay .primary-btn {
    font-size: 16px;
  }
}

.primary-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 87 180 / var(--tw-bg-opacity, 1));
}

.customspacing03 {
  letter-spacing: -0.3px;
}

.customspacing {
  letter-spacing: -0.2px;
}

.customspacingtext {
  letter-spacing: -0.75px;
}

.header-title-spacing {
  letter-spacing: 3px;
}

.home-header h1, .customspacing2, .customspacing3 {
  letter-spacing: -2px;
}

.home-header h1 span {
  background: linear-gradient(to right, #DF852A, #DE4285 35%, #DB3FDB 70%, #4291DF 100%);
  -webkit-background: -webkit-linear-gradient(to right, #DF852A, #DE4285 35%, #DB3FDB 70%, #4291DF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-wrapper {
  width: 96%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.text-grad {
  background: linear-gradient(to right, #0D1828 44%, #0E67CF);
  -webkit-background: -webkit-linear-gradient(to right, #0D1828 44%, #0E67CF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.client-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1326px;
  flex-direction: column;
  justify-content: center;
}

.shadow-box {
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.listingdisc {
  position: relative;
  padding-left: 20px;
}

.listingdisc::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #121826;
  top: 16px;
  left: 0;
}

h1 {
  line-height: 1.2;
}

h2 {
  line-height: 1.3;
}

.logosec::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  bottom: 0;
  width: 70%;
  height: 265px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 0 70px rgba(0,0,0,0.2);
  border-radius: 50%;
  display: none;
}

.solutions-wrapper {
  background-image: url(../assets/images/solutions-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.solutions-wrapper .pract button {
  position: relative;
  margin-left: 0.625rem;
  display: flex;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-left: 0.75rem;
  padding-right: 1.25rem;
  font-size: 22px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .solutions-wrapper .pract button {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.solutions-wrapper .pract button.active {
  background: rgba(219,234,252,0.2);
}

.solutions-wrapper button.active::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 58px;
  background: #0067DF;
  left: -10px;
  top: 0;
  display: none;
}

.solutions-slide h2 {
  letter-spacing: -3px;
}

.spl-btn {
  width: -moz-max-content;
  width: max-content;
  height: 52px;
  border-radius: 40px;
  border: 1px solid #0067DF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 22px;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.8;
}

.solutions-header-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1600px;
}

@media (min-width: 1280px) {
  .solutions-header-wrapper {
    width: 94%;
  }
}

.subpage-header-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 92%;
  max-width: 1600px;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

@media (min-width: 640px) {
  .subpage-header-wrapper {
    width: 84%;
  }
}

@media (min-width: 1024px) {
  .subpage-header-wrapper {
    width: 90%;
  }
}

.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1600px;
}

@media (min-width: 640px) {
  .content-wrapper {
    width: 84%;
  }
}

@media (min-width: 1024px) {
  .content-wrapper {
    width: 90%;
  }
}

.content-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  display: grid;
  width: 92%;
  max-width: 1280px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1700px) {
  .faqsec .content-wrap {
    gap: 60px;
  }
}

@media (max-width: 991px) {
  .faqsec .content-wrap {
    display: flex;
    flex-direction: column;
    gap: 0px;
    text-align: left;
  }

  .faqsec .content-wrap .faqblk:first-child > div:last-child {
    margin-bottom: 1.5rem;
    border-bottom-width: 1px;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 640px) {
  .content-wrap {
    width: 84%;
  }
}

@media (min-width: 768px) {
  .content-wrap {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .content-wrap {
    margin-bottom: 0px;
    width: 90%;
    align-items: center;
    border-bottom-width: 1px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.footer-content-wrap {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 60px;
  padding-top: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-content-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .footer-content-wrap {
    padding-bottom: 110px;
    padding-top: 60px;
  }
}

.header-content {
  padding-top: 110px;
  padding-bottom: 60px;
}

.content-wrap h2.h2-title {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin-bottom: 18px;
  font-weight: 600;
}

.header-content .h1-title {
  margin-bottom: 4px;
}

.header-content p.p-text {
  margin-bottom: 30px;
}

.content-wrap p.p-text, .header-content p.p-text, .content-page p.p-text, .content-page ul li, .content-page i  {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
}

h2.footer-sec-title {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin-bottom: 18px;
  font-weight: 600;
}

.content-wrap .contsec {
  grid-column: span 2 / span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px) {
  .content-wrap .contsec {
    grid-column: span 1 / span 1;
    align-items: flex-start;
  }
}

.imgsec {
  grid-column: span 2 / span 2;
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {
  .imgsec {
    grid-column: span 1 / span 1;
    justify-content: flex-end;
  }

  .switchsec .imgsec {
    justify-content: flex-start;
  }
}

.imgsec img {
  width: 90%;
}

.content-form input[type="text"] {
  background: #F4F4F4;
  height: 50px;
  border-radius: 5px;
  color: rgba(0,0,0,0.7);
  width: 100%;
  border-width: 0px;
  padding-left: 0.75rem;
}

.content-form input[type="text"]::-moz-placeholder {
  color: rgba(0,0,0,0.4);
}

.content-form input[type="text"]::placeholder {
  color: rgba(0,0,0,0.4);
}

h1.h1-title, h2.h1-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  --tw-text-opacity: 1;
  color: rgb(10 37 64 / var(--tw-text-opacity, 1));
  letter-spacing: -2px;
}

@media (max-width: 1600px) {
  h1.h1-title, h2.h1-title {
    letter-spacing: -0.2px;
  }
}

@media (max-width: 1300px) {
  h1.h1-title, h2.h1-title {
    letter-spacing: -0.2px;
  }
}

@media (max-width: 1023px) {
  h1.h1-title, h2.h1-title {
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  h1.h1-title, h2.h1-title {
    font-size: 42px;
    line-height: 55px;
  }
}

@media (min-width: 1601px) {
  h1.h1-title, h2.h1-title {
    font-size: 60px;
    line-height: 78px;
  }
}

h2.h2-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgb(10 37 64 / var(--tw-text-opacity, 1));
  letter-spacing: -2px;
}

@media (max-width: 1600px) {
  h2.h2-title {
    letter-spacing: -0.2px;
  }

  h2h2.h2-title {
    letter-spacing: -1.5px;
  }
}

@media (max-width: 1300px) {
  h2.h2-title {
    letter-spacing: -0.2px;
  }
}

@media (max-width: 1023px) {
  h2.h2-title {
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
   h2h2.h2-title {
    letter-spacing: -0.5px;
  }
}

@media (min-width: 1024px) {
  h2.h2-title {
    text-align: left;
    font-size: 32px;
    line-height: 42px;
  }
}

@media (min-width: 1601px) {
  h2.h2-title {
    font-size: 48px;
    line-height: 62px;
  }
}

h2.form-title {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  --tw-text-opacity: 1;
  color: rgb(10 37 64 / var(--tw-text-opacity, 1));
  letter-spacing: -2px;
}

@media (max-width: 1600px) {
  h2.form-title {
    letter-spacing: -0.2px;
  }

  h2h2.form-title {
    letter-spacing: -1.5px;
  }
}

@media (max-width: 1300px) {
  h2.form-title {
    letter-spacing: -0.2px;
  }
}

@media (max-width: 1023px) {
  h2.form-title {
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
   h2h2.form-title {
    letter-spacing: -0.5px;
  }
}

@media (min-width: 640px) {
  h2.form-title {
    width: 84%;
  }
}

@media (min-width: 1024px) {
  h2.form-title {
    width: 90%;
    text-align: left;
    font-size: 42px;
    line-height: 55px;
  }
}

@media (min-width: 1280px) {
  h2.form-title {
    width: auto;
  }
}

@media (min-width: 1601px) {
  h2.form-title {
    font-size: 60px;
    line-height: 78px;
  }
}

p.p-text {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 22px;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.7;
  letter-spacing: -0.2px;
}

@media (max-width: 1023px) {
  p.p-text {
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  p.p-text {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 26px;
  }
}

@media (min-width: 1601px) {
  p.p-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 28px;
  }
}

p.icon-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 22px;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.7;
  letter-spacing: -0.2px;
}

@media (max-width: 1023px) {
  p.icon-text {
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  p.icon-text {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 26px;
  }
}

@media (min-width: 1601px) {
  p.icon-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 28px;
  }
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.header {
  background: unset;
}

.main-nav {
  position: relative;
  display: none;
  align-items: center;
  gap: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (max-width: 639px) {
  .plan-pay .main-nav {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .main-nav {
    display: flex;
  }
}

.main-nav>li {
  cursor: pointer;
}

.main-nav>li>a {
  color: rgba(13,24,40,0.7);
  display: inline-block;
  font-weight: 700;
}

.main-nav>li:hover>a {
  font-weight: 700;
  color: rgb(13 24 40 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 1;
}

.main-nav>li>a.active, .main-nav>li>a:active {
  color: rgb(26 115 232 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 1;
}

.main-nav>li>a::before, .main-nav>li>a.active::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.signuptext {
  background: linear-gradient(to right, #fdd0b8 40%, #ccb6fd 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

li.main-nav-item {
  position: relative;
}

.subnav {
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
  position: absolute;
  top: 65px;
  left: -25px;
  height: 0px;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.main-nav > li > a.subnav-arrow {
  padding-right: 25px;
}

.main-nav > li > a.subnav-arrow::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid rgba(13,24,40,0.7);
  border-right: 1px solid rgba(13,24,40,0.7);
  transform: rotate(45deg);
  right: 0;
  top: 27px;
}

/* .subnav a {
    @apply pl-[46px] pr-[54px];
} */

.subnav a {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
}

.subnav .subsecnav a {
  display: flex;
  height: auto;
  align-items: center;
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 500;
  font-size: 14px;
}

.solutionsnav.subnav {
  width: 500px;
}

.solutionsnav.subnav.active {
  width: 870px;
}

.sollevel2nav ul {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  z-index: 9;
  position: relative;
}

.subsecnav {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 366px;
  width: 370px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  z-index: -1;
}

.subnavhover:hover + .subsecnav, .subsecnav:hover {
  left: 501px;
  z-index: 1;
}

.solutionsnav.active .sollevel2nav {
  border-right-width: 1px;
}

li.main-nav-item:hover .subnav.solutionsnav {
  height: 366px;
}

li.main-nav-item:hover .subnav.servicesnav {
  height: 164px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

li.main-nav-item:hover .subnav.resourcesnav {
  height: auto;
  width: -moz-max-content;
  width: max-content;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

li.main-nav-item:hover .subnav.companynav {
  height: 260px;
  width: -moz-max-content;
  width: max-content;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.subsecnav > div {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.sublevelnav {
  position: absolute;
  top: 65px;
  left: 460px;
  height: 430px;
  width: 0px;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.sublevelnav.navactive {
  box-shadow: 6px 0px 5px rgba(0,0,0,0.4);
  width: 620px;
  border-left-width: 1px;
  opacity: 1;
}

.subnav ul li a.active, .subnav ul li a.hover, .subnav ul li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 240 255 / var(--tw-bg-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 115 232 / var(--tw-text-opacity, 1));
}

.contact-wrapper {
  width: 96%;
  max-width: 1150px;
}

.contact-panel {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  width: 586px;
  height: auto;
}

.contact-wrapper h2 {
  font-size: 34px;
  color: #0d1828;
  font-weight: 700;
  line-height: 40px;
  width: 330px;
}

.contact-wrapper h3 {
  font-size: 20px;
  color: #0d1828;
  font-weight: 700;
  line-height: 24px;
  width: 330px;
}

.contact-wrapper .icon-wrap {
  height: 44px;
  width: 44px;
}

.contact-wrapper .form-panel {
  padding-left: 110px;
}

.contact-wrapper .form-panel > div {
  width: 390px;
}

.contact-wrapper .btn-primary {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 115 232 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(26 115 232 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.contact-wrapper .btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 87 180 / var(--tw-bg-opacity, 1));
}

.contact-wrapper input[type="text"] {
  width: 100%;
  height: 65px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding-left: 20px;
}

.contact-wrapper .custom-checkbox {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 18px;
}

.contact-wrapper .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.contact-wrapper .custom-checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.contact-wrapper .custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.contact-wrapper .custom-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

.contact-wrapper .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.contact-wrapper .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.contact-wrapper .custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.solutions-tab > button  {
  width: -moz-max-content;
  width: max-content;
  height: 52px;
  border-radius: 40px;
  border: 1px solid #0067DF;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(13 38 64 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 22px;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.8;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.solutions-tab > button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 103 223 / var(--tw-bg-opacity, 1));
}

.solutions-tab > button.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 103 223 / var(--tw-bg-opacity, 1));
}

.solutions-tab > button.active:hover {
  --tw-bg-opacity: 1;
}

.edvdiff-tab > button  {
  width: -moz-max-content;
  width: max-content;
  height: 52px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 115 232 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(26 115 232 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.edvdiff-tab > button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 103 223 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.edvdiff-tab > button.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 103 223 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pricing-header {
  background-image: url(../../../assets/images/pricing-top-bg.png), url(../../../assets/images/pricing-bottom-bg.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
}

.plan-pay span.active {
  position: relative;
  --tw-border-opacity: 1;
  border-color: rgb(0 94 235 / var(--tw-border-opacity, 1));
}

.plan-pay span.active::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 11px;
  border-bottom: 2px solid #005EEB;
  border-right: 2px solid #005EEB;
  left: 6px;
  top: 3px;
  transform: rotate(40deg);
}

.price-wrapper {
  box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.10);
}

.price-btns {
  position: absolute;
  top: -40px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10px;
  border-width: 1px;
  border-color: ##C4DCFF;
  --tw-bg-opacity: 1;
  background-color: rgb(233 242 254 / var(--tw-bg-opacity, 1));
  padding: 0.375rem;
}

.price-btns button, .price-wrapper button {
  color: rgba(25, 39, 60, 0.60);
  letter-spacing: -0.3px;
  display: flex;
  height: 60px;
  width: 200px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (max-width: 639px) {
  .plan-pay .price-btns button,.plan-pay  .price-wrapper button {
    font-size: 16px;
  }
}

.price-btns button.active, .price-wrapper button.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 94 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.price-wrapper a.white-btn {
  --tw-text-opacity: 1;
  color: rgb(26 115 232 / var(--tw-text-opacity, 1));
}

.price-wrapper a.white-btn:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.price-details ul li {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(25 39 60 / var(--tw-text-opacity, 1));
}

@media (max-width: 639px) {
  .plan-pay .price-details ul li {
    font-size: 16px;
  }
}

.price-details ul li {
  letter-spacing: -0.75px;
}

.price-details ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #A8CAFD;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.price-details .active {
  --tw-bg-opacity: 1;
  background-color: rgb(233 242 254 / var(--tw-bg-opacity, 1));
}

.table-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1400px;
}

.compare-table {
  width: 100%;
  border-collapse: separate;
  letter-spacing: -0.75px;
}

.compare-table h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
  --tw-text-opacity: 1;
  color: rgb(25 39 60 / var(--tw-text-opacity, 1));
}

.compare-table h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(25 39 60 / var(--tw-text-opacity, 1));
}

.compare-table h6 {
  margin-bottom: 0.875rem;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  color: rgb(25 39 60 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.6;
}

.compare-table h6.premium, .mblpricing .premium {
  background: linear-gradient(to right, #003585, #3867AF);
  -webkit-background: -webkit-linear-gradient(to right, #003585, #3867AF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.compare-table p span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 18px;
  color: rgb(25 39 60 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.7;
}

.compare-table tbody tr td {
  border-width: 1px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 26px;
  padding-bottom: 26px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgb(25 39 60 / var(--tw-text-opacity, 1));
}

@media (max-width: 639px) {
  .plan-pay .compare-table tbody tr td {
    font-size: 16px;
  }
}

.compare-table tbody tr td:first-child {
  text-align: left;
  font-weight: 600;
  --tw-text-opacity: 0.8;
}

.compare-table tbody tr.table-title td {
  border-width: 0px;
}

.compare-table tbody tr.table-first-row td:first-child {
  border-top-left-radius: 40px;
  -moz-border-radius: 40px 0 0 0;
  -webkit-border-radius: 40px 0 0 0;
}

.compare-table tbody tr.table-first-row td:last-child {
  border-top-right-radius: 40px;
}

.compare-table tbody tr.table-last-row td:first-child {
  border-bottom-left-radius: 40px;
}

.compare-table tbody tr.table-last-row td:last-child {
  border-bottom-right-radius: 40px;
}

.compare-table tbody tr.empty-row td {
  border-width: 0px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.compare-table tbody tr.empty-row2 td {
  border-width: 0px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.compare-table tbody tr.single-row td:first-child {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  -moz-border-radius: 40px 0 0 40px;
  -webkit-border-radius: 40px 0 0 40px;
}

.compare-table tbody tr.single-row td:last-child {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  -moz-border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0 40px 40px 0;
}

.input input:focus, .input input:focus-visible, .contact-wrapper input[type="text"]:focus, .contact-wrapper input[type="text"]:focus-visible,
.input textarea:focus, .input textarea:focus-visible {
  box-shadow: 0 0 0 2px rgba(201,227,255)!important;
  --tw-border-opacity: 1;
  border-color: rgb(26 115 232 / var(--tw-border-opacity, 1));
  outline: unset;
}

.solutions-slide, .practice-sizes-cont, .practice-specialities-cont {
  width: 1455px;
}

.practice-sizes-cont > div, .practice-specialities-cont > div {
  height: 535px;
}

.edvak-slide {
  width: 1702px;
}

#edvak-slide-cont, .tabcontent {
  height: 640px;
  width: 1702px;
}

.stickynav {
  top: 162px;
}

.header-left {
  width: 46%;
  max-width: 710px;
  margin-left: 56px;
}

.header-right {
  width: 45%;
  padding-right: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-desk-wrap, .pricing-header, .pricing-mbl-wrap {
  display: none;
}

.pricing-radio.active {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 115 232 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.pricing-radio.active > span {
  display: block;
}

.pricing-mbl-wrap .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.pricing-mbl-wrap .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.pricing-mbl-wrap .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E6F1FF;
  border: 1px solid #B3CAEC;
  transition: .4s;
}

.pricing-mbl-wrap .slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 20px;
  bottom: 1px;
  background-color: #005EEB;
  transition: .4s;
}

.pricing-mbl-wrap input:checked + .slider {
  background-color: #E6F1FF;
}

.pricing-mbl-wrap input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.pricing-mbl-wrap input:checked + .slider::before {
  transform: translateX(-18px);
}

.pricing-mbl-wrap .slider.round {
  border-radius: 34px;
}

.pricing-mbl-wrap .slider.round::before {
  border-radius: 50%;
}

.paytext.active {
  --tw-text-opacity: 1;
  color: rgb(26 115 232 / var(--tw-text-opacity, 1));
}

.bullet-cont-wrapper {
  margin-bottom: 30px;
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
}

@media (max-width: 1700px) {
  .faqsec .bullet-cont-wrapper {
    gap: 60px;
  }
}

@media (max-width: 991px) {
  .faqsec .bullet-cont-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
    text-align: left;
  }

  .faqsec .bullet-cont-wrapper .faqblk:first-child > div:last-child {
    margin-bottom: 1.5rem;
    border-bottom-width: 1px;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .bullet-cont-wrapper {
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .bullet-cont-wrapper {
    gap: 1.25rem;
  }
}

@media (min-width: 1601px) {
  .bullet-cont-wrapper {
    gap: 1.75rem;
  }
}

.bullet-cont {
  grid-column: span 2 / span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .bullet-cont {
    grid-column: span 1 / span 1;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .bullet-cont {
    grid-column: span 2 / span 2;
    gap: 1.25rem;
  }
}

@media (min-width: 1601px) {
  .bullet-cont {
    grid-column: span 1 / span 1;
    gap: 1.75rem;
  }
}

.content-wrap.solutioncont {
  border-bottom: 0 solid #fff;
}

.edvak-difftext {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(13 24 40 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.8;
}

@media (min-width: 1024px) {
  .edvak-difftext {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .edvak-difftext {
    font-size: 28px;
  }
}

.edvak-difftext {
  line-height: 34px;
}

.content-page .text-main {
  width: 92%;
  max-width: 960px;
  padding: 50px 0;
  margin: 0 auto;
}

.content-page .h1-title {
  text-align: center;
  margin: 0 0 40px;
  letter-spacing: -0.2px;
}

.content-page .h2-title {
  font-size: 26px;
  letter-spacing: -0.2px;
  line-height: 1.2;
  margin: 0 0 8px;
  text-align: left;
}

.text-main > div {
  margin-bottom: 20px;
}

.content-page p {
  margin-bottom: 20px;
  text-align: left;
}

.content-page ul {
  list-style: disc;
  margin: -5px 0 5px 40px;
  text-align: left;
}

.content-page ul.listroman {
  list-style: lower-roman;
}

.content-page ul li {
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.7;
  margin: 0 0 15px;
}

.content-page h5 {
  font-size: 22px;
  margin: 0 0 10px;
  line-height: 1.6;
  font-weight: 600;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.8;
  text-align: left;
}

.content-page h6 {
  font-size: 18px;
  margin: 0 0 5px;
  line-height: 1.6;
  font-weight: 600;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.8;
  text-align: left;
}

.content-page table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin: 0 0 20px;
}

.content-page table th {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 15px;
  border: 1px solid #ddd;
  font-weight: 600;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.8;
}

.content-page table td {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 15px;
  border: 1px solid #ddd;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.7;
}

.content-page table td.p-td {
  padding: 0;
  text-align: left;
}

.content-page table td.p-td p {
  padding: 15px;
  margin: 0;
  text-align: left;
}

.content-page table td p.p-text {
  font-size: 18px;
  text-align: left;
}

.content-page i {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 0 15px;
  text-align: left;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.7;
}

.breadcrumb {
  width: calc(100% - 50px);
  max-width: 1600px;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb ul {
  display: flex;
  gap: 36px;
}

.breadcrumb ul li {
  color: #19273C;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

.breadcrumb ul li a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  color: rgb(25 39 60 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.7;
}

.breadcrumb ul li a:hover {
  color: rgb(26 115 232 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 1;
}

.breadcrumb ul li a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 4px;
  right: -20px;
  --tw-rotate: 45deg;
  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));
  border-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: rgb(0 94 235 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.7;
}

.subnav ul li a .navsubtitle, .navsubtitle {
  color: rgb(25 39 60 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.6;
}

.subnav ul li a.active .navsubtitle, .subnav ul li a.hover .navsubtitle, .subnav ul li a:hover .navsubtitle {
  --tw-text-opacity: 1;
  color: rgb(26 115 232 / var(--tw-text-opacity, 1));
}

.darwinsec {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1340px;
}

.darwinsec a .intialarrow, .darwinsec a:hover .hoverarrow {
  display: block;
}

.darwinsec a .hoverarrow, .darwinsec a:hover .intialarrow {
  display: none;
}

@keyframes slidelogo {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos, .logos2, .logos3 {
  overflow: hidden;
  padding: 0;
  background: #fff;
  white-space: nowrap;
  position: relative;
}

.logos:hover .logos-slide, .logos2:hover .logos-slide2, .logos3:hover .logos-slide3 {
  animation-play-state: paused;
}

.logos-slide, .logos-slide2, .logos-slide3 {
  display: inline-block;
  animation: 15s slidelogo infinite linear;
}

.logos-slide > div, .logos-slide2 > div, .logos-slide3 > div {
  margin: 0 15px;
}

.logos::before, .logos::after, .logos2::before, .logos2::after, .logos3::before, .logos3::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
}

.logos::before, .logos2::before, .logos3::before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), #fff);
}

.logos::after, .logos2::after, .logos3::after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), #fff);
}

.form-group {
  min-height: 720px;
}

/* form > div {
	position: relative;
} */

/* form > div .error {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -15px;
	font-size: 11px;
	letter-spacing: 0.3px;
  @apply text-red-400;
} */

@media (min-width: 1601px) {
  .billinglistcont {
    display: flex;
    width: 620px;
  }

  .billinglistcont > div:first-child {
    width: 43%;
  }

  .billinglistcont > div:last-child {
    width: 57%;
  }
}

@media (min-width: 1025px) {
  .pricing-desk-wrap, .pricing-header {
    display: block;
  }
}

@media (min-width: 1024px) {
  .wrapper {
    width: 100%;
  }

  footer .wrapper {
    width: 96%;
    max-width: 1600px;
  }

  .wrapper {
    padding: 2rem;
    width: 100%;
  }

  .main-nav {
    display: flex;
  }

  .main-nav>li {
    padding: 20px 0;
  }

  .main-nav>li:hover > a {
    font-weight: bold;
  }

  .main-nav .active {
    font-weight: 700;
  }

  .desktop-nav {
    z-index: 9;
    position: sticky;
    top: 0px;
  }

  .desktop-header.desktop-nav {
    top: 0;
  }
}

@media (min-width: 1601px) {
  .wrapper {
    width: 1280px;
  }

  .wrapper-videos {
    width: 1140px;
  }
}

@media (max-width: 1660px) {
  .edvak-slide {
    width: 1400px;
  }

  #edvak-slide-cont, .tabcontent {
    height: 640px;
    width: 1400px;
  }

  .tabcontent > div:first-child {
    margin-left: 0;
  }
}

@media (max-width: 1600px) {
  .content-wrap h2.h2-title {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .practicon {
    width: 22px !important;
  }

  .content-wrap p.p-text, .header-content p.p-text, .content-page p.p-text, .content-page ul li, .content-page i {
    font-size: 18px;
  }

  h2.footer-sec-title {
    font-size: 30px;
  }

  .white-btn {
    height: 40px;
    width: 160px;
    border-radius: 0.375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .primary-btn {
    height: 40px;
    width: 160px;
    border-radius: 0.375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .customspacing2, .customspacing3, p.p-text.customspacingtext {
    letter-spacing: -0.2px;
  }

  h2.customspacing2 {
    letter-spacing: -1.5px;
  }

  .header, .breadcrumb {
    max-width: 90%;
  }

  .breadcrumb ul li, .breadcrumb ul li a {
    letter-spacing: 0;
  }

  .main-nav {
    gap: 1.75rem;
  }

  .main-nav>li>a {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sub-nav {
    left: -324px;
    right: auto;
  }

  .content-wrapper.sw-suite {
    max-width: 740px;
  }

  .listingdisc {
    padding-left: 0px;
  }

  .listingdisc::before {
    display: none;
  }

  .main-wrapper, .client-wrapper {
    max-width: 90%;
  }

  .logowrap::after {
    height: 162px;
  }

  .solutions-wrapper .pract button {
    height: 40px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .solutions-wrapper .pract button.active::before {
    width: 2px;
    height: 40px;
    left: -8px;
  }

  .solutions-slide h2 {
    letter-spacing: -1px;
  }

  .spl-btn {
    width: -moz-max-content;
    width: max-content;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .solutionsnav.subnav {
    left: -125px;
  }

  .edvdiff-tab > button, .solutions-tab > button {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .solutions-slide, .practice-sizes-cont, .practice-specialities-cont {
    width: 1210px;
  }

  .practice-sizes-cont > div, .practice-specialities-cont > div {
    height: 500px;
  }

  .edvak-slide {
    width: 1140px;
  }

  #edvak-slide-cont, .tabcontent {
    height: 454px;
    width: 1140px;
  }

  .header-left {
    width: 45%;
    margin-left: 0;
  }

  .header-right {
    padding-right: 0;
  }

  .header-right img {
    max-width: 550px;
  }

  .home-popup {
    width: 884px;
    height: 574px;
    margin: -287px 0 0 -442px;
  }

  .popup-left {
    width: 455px;
    border-radius: 25px;
  }

  .popup-right {
    border-radius: 25px;
    width: 478px;
    margin-left: -50px;
    height: 510px;
    padding: 25px;
  }

  .popup-left img {
    width: 372px;
    margin: 0 0 0 26px;
  }

  .popup-left h2 {
    margin: 37px 0 15px 32px;
    font-size: 24px;
    width: 320px;
  }

  .popup-left h3 {
    margin: 0 0 0 37px;
    font-size: 16px;
  }

  .popup-right h3 {
    width: 224px;
    font-size: 18px;
    line-height: 22px;
  }

  .popup-icon {
    width: 54px;
  }

  .popup-right input {
    height: 46px;
    font-size: 12px;
    padding-left: 15px;
  }

  .popup-right .btn-primary {
    height: 42px;
    font-size: 14px;
  }

  .hbspt-form form {
    /* gap: 35px; */
  }

  .popup-right .titlesec {
    margin-bottom: 20px;
  }

  .popup-icon {
    width: 54px;
  }
}

@media (max-width: 1400px) {
  .header-right img {
    max-width: 500px;
  }

  .header-left h1 {
    font-size: 36px;
    margin-bottom: 16px;
  }
}

@media (max-width: 1300px) {
  .price-details > div {
    width: calc(50% - 20px);
  }

  .sub-nav {
    right: auto;
    left: -280px;
  }

  .solutions-slide, .practice-sizes-cont, .practice-specialities-cont {
    width: 1100px;
  }

  .practice-sizes-cont > div, .practice-specialities-cont > div {
    height: 470px;
  }

  .header-right img {
    max-width: 400px;
  }

  .home-header h1, .customspacing2, .customspacing3, .solutions-slide h2,
.content-wrap h2.h2-title, .price-wrapper button, .price-btns button, .price-details ul li, h2.footer-sec-title {
    letter-spacing: -0.2px;
  }
}

@media (max-width: 1279px) {
  .breadcrumb {
    display: none !important;
  }

  .content-page h5 {
    font-size: 20px;
  }

  .content-page h6 {
    font-size: 16px;
  }

  .content-wrap h2.h2-title {
    font-size: 32px;
  }

  .content-page .h2-title {
    font-size: 22px;
  }

  .edvak-difftext {
    line-height: 30px;
  }

  .content-wrap p.p-text, .header-content p.p-text, .content-page p.p-text, .content-page ul li, .content-page i, .content-page table td, .content-page table td p.p-text, .content-page table th {
    font-size: 16px;
  }

  h2.footer-sec-title {
    font-size: 26px;
  }

  .home-header {
    height: calc(100vh - 109px);
  }

  .deskheader .white-btn {
    display: none;
  }

  .sub-nav {
    width: 980px;
  }

  .sub-nav li > a {
    height: auto;
    align-items: center;
    padding: 10px;
  }

  .contact-wrapper form.hs-form {
    gap: 20px;
  }

  .contact-wrapper .input input, .contact-wrapper input[type="submit"], .contact-wrapper input[type="text"], .input input {
    height: 48px;
    font-size: 15px;
    letter-spacing: 0;
  }

  .content-wrapper.sw-suite {
    max-width: 600px;
  }

  .text-grad {
    background: linear-gradient(to right, #0D1828 60%, #0E67CF);
    -webkit-background: -webkit-linear-gradient(to right, #0D1828 60%, #0E67CF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .contact-wrapper {
    max-width: 884px;
  }

  .contact-panel {
    border-radius: 25px;
    width: 490px;
    height: auto;
  }

  .contact-wrapper .form-panel {
    padding-left: 68px;
  }

  .contact-wrapper .form-panel > div {
    width: 324px;
    padding-bottom: 0;
  }

  .contact-wrapper .icon-wrap {
    height: 37px;
    width: 37px;
  }

  .contact-panel > div > img {
    width: 40px;
  }

  .contact-wrapper h2 {
    font-size: 28px;
    line-height: 34px;
    width: 270px;
  }

  .contact-wrapper h3 {
    font-size: 17px;
    line-height: 22px;
  }

  .contact-wrapper .custom-checkbox {
    font-size: 12px;
    padding-left: 21px;
  }

  .contact-wrapper .custom-checkbox .checkmark {
    height: 15px;
    width: 15px;
  }

  .contact-wrapper .custom-checkbox .checkmark::after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 7px;
  }

  .contact-wrapper .icon-wrap img {
    transform: scale(0.8);
  }

  .edvdiff-tab > button, .solutions-tab > button {
    height: 38px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .stickynav {
    top: 130px;
  }
}

@media (max-width: 1180px) {
  .solutions-slide, .practice-sizes-cont, .practice-specialities-cont {
    width: 940px;
  }

  .practice-sizes-cont > div, .practice-specialities-cont > div {
    height: 516px;
  }

  .edvak-slide {
    width: 900px;
  }

  #edvak-slide-cont, .tabcontent {
    height: 368px;
    width: 900px;
  }

  .header-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-page .h2-title {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .pricing-mbl-wrap {
    display: flex;
  }

  .mblpricing, .entpricetxt {
    background: #fff;
    box-shadow: 0 0 18px rgba(0,0,0,0.09);
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
  }

  .home-header {
    max-height: 520px;
  }

  .header-left h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1023px) {
  .pricing-mbl-wrap .price-btns {
    position: unset;
    margin: 30px auto;
  }

  .breadcrumb {
    display: none !important;
  }

  .mbl-pricing-info ul li {
    position: relative;
    padding-left: 15px;
    margin-left: 10px;
  }

  .mbl-pricing-info ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #A8CAFD;
    border-radius: 50%;
    left: 0;
    top: 8px;
  }

  p.p-text.customspacingtext, .customspacing, .customspacing2, .customspacing3, .price-wrapper button, .price-btns button, .price-details ul li {
    letter-spacing: 0;
  }

  .price-btns {
    border-radius: 8px;
  }

  .price-btns button, .price-wrapper button {
    letter-spacing: 0;
    height: 44px;
    width: 160px;
    border-radius: 8px;
    font-size: 16px;
  }

  .home-header {
    height: calc(100vh - 127px);
  }

  .content-page h5 {
    font-size: 18px;
  }

  .edvak-difftext {
    line-height: 1.5;
    font-size: 18px;
  }

  .solutioncont.switchsec .contsec {
    order: 1;
  }

  .solutioncont.switchsec .imgsec {
    order: 2;
  }

  .content-wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .content-wrap.wrapper-shadow {
    box-shadow: 0 0 18px rgba(0,0,0,0.09);
    border-radius: 20px;
    padding: 2.25rem;
  }

  .content-wrap h2.h2-title {
    font-size: 30px;
  }

  .content-wrap p.p-text, .header-content p.p-text, .content-page p.p-text, .content-page ul li, .content-page i {
    font-size: 16px;
  }

  h2.footer-sec-title {
    font-size: 24px;
  }

  .imgsec img {
    max-width: 480px;
  }

  body.bodyscroll {
    overflow: hidden;
  }

  .home-popup {
    width: 670px;
    height: 440px;
    margin: -220px 0 0 -335px;
  }

  .popup-left {
    width: 345px;
    border-radius: 22px;
  }

  .popup-left h2 {
    margin: 20px 0 12px 25px;
    font-size: 18px;
    width: 230px;
  }

  .popup-left h3 {
    margin: 0 0 0 25px;
    font-size: 14px;
    padding: 12px 60px 0 0;
  }

  .popup-right h3 {
    font-size: 16px;
    line-height: 18px;
  }

  .popup-left img {
    width: 282px;
    margin: 0 0 0 20px;
  }

  .popup-right {
    border-radius: 22px;
    width: 362px;
    margin-left: -40px;
    height: 415px;
    padding: 25px;
  }

  .popup-right form.hs-form {
    gap: 12px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    height: 100%;
    overflow: auto;
    border-top-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .mobile-nav>ul>li {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }

  .mobile-nav>ul>li>a {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 18px;
    font-weight: 600;
  }

  .mobile-nav>ul>li>a + ul, .mobile-submenu>li>a + ul {
    display: none;
  }

  .mobile-nav>ul>li>a img, .mobile-submenu>li>a img {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  }

  .mobile-nav>ul>li>a.active img, .mobile-submenu>li>a.active img {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .mobile-nav a {
    cursor: pointer;
  }

  .mobile-header {
    display: block;
  }

  .mobile-nav-header {
    display: flex;
    height: 75px;
    padding: 0 16px;
    background: #fff;
    z-index: 9;
    border-bottom-width: 1px;
  }

  .request-demo-btn {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(26 115 232 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(26 115 232 / var(--tw-bg-opacity, 1));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }

  .request-demo-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(25 87 180 / var(--tw-bg-opacity, 1));
  }

  .mobile-header.navsticky {
    position: sticky;
    top: -52px;
  }

  .mobile-header.navsticky .mobile-nav-header {
    border-bottom-width: 1px;
  }

  .mobile-nav-panel {
    position: fixed;
    display: block;
    height: 100%;
    width: 100%;
    transition: 0.5s all ease-in-out;
    background: #fff;
    top: 0;
    z-index: 999;
    left: -100%;
  }

  .mobile-nav-panel.mnav-slide {
    left: 0;
  }

  .mobile-nav > ul > li> a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .mobilelogo {
    width: 112px;
    height: auto;
  }

  .mobile-nav-panel .request-demo-btn {
    height: 50px;
  }

  footer .footer-nav {
    flex-wrap: wrap;
    padding: 0 24px !important;
    gap: 0;
  }

  footer .footer-nav > div {
    width: 100%;
    border-bottom: 1px solid rgba(256,256,256,0.5);
    padding: 20px 0 8px;
  }

  footer .footer-nav h6 + div {
    display: none;
  }

  footer .footer-nav h6.fnav-show + div {
    /* height: auto;
    padding-bottom: 20px; */
  }

  footer .footer-nav h6 img {
    transition: 0.5s all ease-in-out;
  }

  footer .footer-nav h6.active img {
    transform: rotate(180deg);
  }

  .main-wrapper, .client-wrapper {
    max-width: 100%;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .logowrap::after {
    height: 142px;
  }

  .solutions-wrapper .pract button {
    margin-left: 0.625rem;
  }

  .solutions-wrapper .pract button.active::before {
    width: 2px;
    left: -4px;
  }

  .stickynav {
    top: 76px;
  }
}

@media (max-width: 991px) {
  .table-wrapper {
    width: 100%;
    overflow: auto;
  }

  .table-wrapper table {
    width: 100%;
  }

  .table-wrapper table th, .table-wrapper table td {
    width: 50%;
  }

  .table-wrapper table.col4 th, .table-wrapper table.col4 td {
    width: 25%;
  }

  .white-btn, .primary-btn {
    height: 46px;
  }

  .logo-wrapper {
    flex-wrap: wrap;
    gap: 1.25rem;
  }

  .logo-wrapper > div {
    width: 100%;
    justify-content: center;
  }

  .logo-wrapper > div:first-child {
    order: 2;
  }

  .logo-wrapper > div:last-child {
    order: 1;
  }

  form.hs-form {
    gap: 15px;
  }

  .contact-wrapper input[type="text"], .input input, .popup-right input, .contact-wrapper .input input {
    height: 46px;
  }

  input[type="submit"], .popup-right input[type="submit"] {
    height: 46px;
    font-size: 15px;
  }

  .popup-right form.hs-form {
    gap: 12px;
  }

  .contact-wrapper .contact-wrapper {
    max-width: 660px;
  }

  .contact-wrapper .contact-panel {
    width: 360px;
    height: auto;
  }

  .contact-wrapper h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .contact-panel > div > img {
    width: 30px;
  }

  .contact-wrapper .form-panel {
    margin-left: 38px;
    flex: unset;
    width: 260px;
    padding-left: 0;
  }

  .contact-wrapper {
    justify-content: center;
  }

  .contact-wrapper .form-panel > div {
    width: 260px;
  }

  .solutions-slide, .practice-sizes-cont, .practice-specialities-cont {
    width: 720px;
  }

  .practice-sizes-cont > div, .practice-specialities-cont > div {
    height: 540px;
  }

  .edvak-slide {
    width: 700px;
  }

  #edvak-slide-cont, .tabcontent {
    height: 286px;
    width: 700px;
  }

  .header-right img {
    max-width: 350px;
  }

  .home-header .main-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-left h1 {
    font-size: 25px;
    margin-bottom: 16px;
  }

  .content-page ul {
    margin: -5px 0 5px 30px;
  }
}

@media (max-width: 767px) {
  .home-header {
    height: unset;
    background: transparent;
    padding-top: 30px;
  }

  .header-content {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .header-left {
    width: 100%;
  }

  .home-header {
    max-height: unset;
  }

  .header-right {
    width: 100%;
    justify-content: center;
  }

  .home-header h1, h2.customspacing2 {
    letter-spacing: -0.5px;
  }

  h1.h1-title, h2.h1-title {
    font-size: 26px;
    line-height: 34px;
  }

  .popup-left {
    display: none;
  }

  .home-popup {
    width: 350px;
    height: 416px;
    margin: -208px 0 0 -175px;
  }

  .popup-right {
    width: 100%;
    margin-left: 0;
    height: 100%;
  }

  /* .mobilelogo {
    width: 180px;
} */

  .mobile-nav > ul > li > a {
    font-size: 16px;
  }

  .footer-bottom {
    justify-content: center;
  }

  .footer-bottom > * {
    width: 100%;
    justify-content: center;
  }

  .footer-bottom > div a:last-child {
    border-left: 1px solid rgba(256,256,256,0.3);
  }

  .logowrap::after {
    display: none;
  }

  .contact-wrapper {
    max-width: unset;
    width: 100%;
    padding: 0 25px;
    flex-direction: column;
    gap: 35px;
  }

  .contact-wrapper.thankyou {
    gap: 0;
  }

  .contact-panel {
    width: 100%;
    max-width: 340px;
    height: auto;
  }

  .contact-wrapper .form-panel > div {
    width: 100%;
    max-width: 340px;
    margin: auto;
  }

  .contact-wrapper h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .contact-wrapper h3 {
    width: 340px;
    margin: auto;
  }

  .contact-wrapper .form-panel {
    padding-left: 0;
    width: 100%;
    margin-left: 0;
  }

  .mobile-nav a img, .mobile-nav a img {
    width: 20px;
  }

  .solutions-slide, .practice-sizes-cont, .practice-specialities-cont {
    width: 100%;
  }

  .practice-sizes-cont > div, .practice-specialities-cont > div {
    height: auto;
  }

  .edvak-difference-wrapper {
    width: 100%;
    overflow-x: hidden;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .edvak-slide {
    width: 100%;
  }

  #edvak-slide-cont, .tabcontent {
    height: auto;
    width: 100%;
  }

  .solutions-header-wrapper {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .table-wrapper {
    border: 1px solid #ddd;
    margin-bottom: 20px;
  }

  .table-wrapper table {
    border: 0px solid #fff;
    margin-bottom: 0;
  }

  .table-wrapper table tr th {
    border-top: 0 solid #fff;
  }

  .table-wrapper table tr th:first-child, .table-wrapper table tr td:first-child {
    border-left: 0 solid #fff;
  }

  .table-wrapper table tr th:last-child, .table-wrapper table tr td:last-child {
    border-right: 0 solid #fff;
  }

  .table-wrapper table tbody tr:last-child td {
    border-bottom: 0 solid #fff;
  }

  .table-wrapper table, .table-wrapper table.col4 {
    width: 700px;
  }

  .table-wrapper table th, .table-wrapper table td {
    max-width: 350px;
  }

  .table-wrapper table.col4 th, .table-wrapper table.col4 td {
    max-width: 175px;
  }
}

@media (max-width: 639px) {
  .content-wrap {
    gap: 24px;
    padding: 24px;
  }

  .content-wrap h2.h2-title {
    font-size: 24px;
  }

  .content-wrap p.p-text, .header-content p.p-text, .content-page p.p-text, .content-page ul li, .content-page i, .content-page table td, .content-page table td p.p-text, .content-page table th {
    font-size: 15px;
  }

  h2.footer-sec-title {
    font-size: 18px;
  }

  .plan-pay {
    gap: 16px;
  }

  .paypackage {
    gap: 6px;
  }

  .plan-pay .radiospan {
    height: 19px;
    width: 19px;
  }

  .plan-pay span.active::after {
    width: 6px;
    height: 9px;
    left: 4px;
    top: 2px;
  }

  .plan-pay .text-lg {
    font-size: 16px;
  }

  .patient-care-info > div {
    width: 100%;
  }

  .clinicsec h2 br {
    display: none;
  }
}

@media (max-width: 510px) {
  .mbltitlehide {
    display: none;
  }

  .mbltitleshow {
    display: block;
  }
}

@media (max-width: 479px) {
  .mblpricing, .entpricetxt {
    padding: 1rem;
  }

  .price-btns {
    border-radius: 6px;
  }

  .price-btns button, .price-wrapper button {
    height: 38px;
    width: 140px;
    border-radius: 6px;
    font-size: 14px;
  }

  .paymhide {
    display: none;
  }
}

@media (max-width: 400px) {
  .home-popup {
    width: 300px;
    margin: -208px 0 0 -150px;
  }

  .edvdiff-tab > button, .solutions-tab > button {
    height: 38px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
  }

  .mobile-nav {
    padding-left: 12px;
    padding-right: 12px;
  }

  .signuptext {
    font-size: 13px;
  }
}

.form-check {
  font-size: 10px;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1rem auto;
  gap: 0.5em;
}

.thankyou-text {
  max-width: 480px;
  font-weight: 500;
  color: #494B5A;
}

.thankyou-text a {
  color: #0062F5;
}

/* landing page start */

.container {
  width: 86%;
  max-width: 1560px;
  margin: 0 auto;
  font-family: 'Figtree';
}

.faqsec .container {
  max-width: 1200px;
}

.practicesec .container {
  max-width: 1140px;
}

.landingpage-nav {
  z-index: 9;
  position: sticky;
  top: 0px;
}

.desktop-header.landingpage-nav {
  top: 0;
}

.landingpage p {
  color: #515E82;
  font-size: 20px;
  line-height: 32px;
  text-wrap: pretty;
}

.landingpage h1 {
  color: #0A1C4F;
  letter-spacing: -0.8px;
  font-size: 70px;
  font-weight: 600;
  line-height: 86px;
  text-wrap: pretty;
}

.landingpage h2 {
  color: #0A1C4F;
  letter-spacing: -0.2px;
  font-size: 52px;
  font-weight: 600;
  line-height: 70px;
  text-wrap: pretty;
}

.practicesec h2 {
  font-size: 44px;
  line-height: 60px;
  color: #0A1C4F;
  letter-spacing: -0.8px;
}

.practicesec h2 span {
  color: #ED4F17;
}

.footerehrsec h2 {
  font-size: 62px;
  line-height: 70px;
}

.landingpage h3 {
  color: #0A1C4F;
  letter-spacing: -0.3px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-wrap: pretty;
}

.landingpage h4 {
  color: #005CF3;
  letter-spacing: -0.3px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  text-wrap: pretty;
}

.landingpage h6 {
  color: #0A1C4F;
  letter-spacing: -0.5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-wrap: pretty;
}

.landingpage .faqsec p {
  color: #0A1C4F;
  font-size: 20px;
  line-height: 32px;
}

.clinicsec h4 {
  color: #fff;
  letter-spacing: -0.3px;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.client-aboutus h4 span {
  opacity: 0.5;
}

.clinicsec p {
  color: #E2D8D3;
  font-size: 20px;
  line-height: 32px;
}

.patient-care ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.patient-care li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(10 28 79 / var(--tw-text-opacity, 1));
}

.demo-btn {
  display: inline-flex;
  height: 55px;
  cursor: pointer;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 92 243 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 22px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.demo-btn:hover {
  --tw-bg-opacity: 0.9;
}

.demo-btn.orange-d {
  --tw-bg-opacity: 1;
  background-color: rgb(237 79 23 / var(--tw-bg-opacity, 1));
}

.demo-btn.orange-d:hover {
  --tw-bg-opacity: 0.9;
}

.demo-btn.orange-l {
  --tw-bg-opacity: 1;
  background-color: rgb(238 108 62 / var(--tw-bg-opacity, 1));
}

.demo-btn.orange-l:hover {
  --tw-bg-opacity: 0.9;
}

.footerehrsec {
  background-image: url(/assets/images/landing/footer-image.png);
  background-size: 1053px auto;
  background-position: left 75px bottom 0;
  background-repeat: no-repeat;
}

.faqblk > div {
  margin-bottom: 2.25rem;
  cursor: pointer;
  border-bottom-width: 1px;
  padding-bottom: 2.25rem;
}

.faqblk > div:last-child {
  margin-bottom: 0px;
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

.faqblk .faqicons {
  width: 18px;
}

.faqblk .faqicons.active .faqplus, .faqblk .faqicons .faqminus {
  display: none;
  width: 18px;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.faqblk .faqicons.active .faqminus, .faqblk .faqicons .faqplus {
  display: block;
  opacity: 1;
}

.client-ecl {
  width: 1056px;
  height: 802px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: dashed;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.8;
}

.client-ecl > div {
  position: absolute;
  display: flex;
  height: auto;
  width: 400px;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(28 13 7 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
  text-align: center;
}

.client-ecl .ecl01 {
  left: 0;
  top: -75px;
}

.client-ecl .ecl02 {
  right: 0;
  top: -75px;
}

.client-ecl .ecl03 {
  left: -200px;
  top: 370px;
}

.client-ecl .ecl04 {
  right: -200px;
  top: 370px;
}

.client-ecl .ecl05 {
  left: 0;
  right: 0;
  margin: auto;
  top: 625px;
}

.landingpage form.hs-form {
  gap: 15px;
}

.landingpage .input textarea {
  height: 140px;
  padding: 20px;
}

.landingpage input[type="submit"] {
  margin-top: 25px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 108 62 / var(--tw-bg-opacity, 1));
  font-size: 22px;
  font-weight: 700;
}

.landingpage input[type="submit"]:hover {
  --tw-bg-opacity: 0.9;
}

.landingpage form.hs-form .hs-error-msgs {
  bottom: -14px;
  font-size: 11px;
}

.landingpage-nav a {
  visibility: hidden;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.landingpage-nav.active a {
  visibility: visible;
  opacity: 1;
}

.practice-imgsec .demo-btn {
  display: none;
}

/* .landingpage .input input::placeholder, .landingpage .input textarea::placeholder {
    @apply hidden opacity-0;
}
.landingpage .hs-form-field label {
    @apply flex absolute top-5 left-5 text-black text-opacity-40 transition-all duration-300;
}
form.hs-form label span:first-child {
    @apply inline-flex;
}
.landingpage .hs-form-field.active label {
	top: -4px;
	left: 12px;
	background: #fff;
	border-radius: 4px;
	line-height: 1;
	padding: 2px 4px;
	font-size: 14px;
	box-shadow: 0 0 6px #dddddd;
} */

.info-group:hover .info-text {
  display: inline-flex;
}

@media (max-width: 1700px) {
  .headersec .container {
    gap: 100px;
  }

  .landingpage h1 {
    font-size: 52px;
    line-height: 65px;
  }

  .landingpage h2 {
    font-size: 44px;
    line-height: 58px;
  }

  .landingpage h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .headerrating {
    display: none;
  }

  .acktext + .headerrating {
    display: flex;
    flex: 1 1 0%;
    align-items: center;
  }

  .headerbanner {
    flex-direction: column;
  }

  .acktext {
    margin-bottom: 0px;
  }

  .faqsec .grid {
    gap: 60px;
  }

  .footerehrsec {
    background-size: 56% auto;
  }

  .footerehrsec h2 {
    max-width: 500px;
  }
}

@media (max-width: 1599px) {
  .client-ecl {
    width: 826px;
    height: 878px;
  }

  .client-ecl > img {
    width: 134px;
  }

  .client-ecl .ecl01 {
    left: -110px;
  }

  .client-ecl .ecl02 {
    right: -110px;
  }

  .clinicsec h4 {
    font-size: 26px;
    line-height: 32px;
  }

  .footerehrsec {
    background-position: left 40px bottom 0;
  }

  .logowrap .logo01 {
    width: 180px;
  }

  .logowrap .logo02 {
    width: 270px;
  }

  .logowrap .logo03 {
    width: 92px;
  }

  .logowrap .logo04 {
    width: 120px;
  }

  .logowrap .logo05 {
    width: 140px;
  }

  /* .patient-care .container {
    width: calc(100% - 80px);
    padding-right: 50px;
    padding-left: 50px;
} */

  /* .patient-care.pc-rev .container {
    width: calc(100% - 80px);
    padding-left: 50px;
    padding-right: 0px;
} */
}

@media (max-width: 1440px) {
  .container, .client-aboutus .container {
    width: 84%;
  }

  .footerehrsec .container {
    gap: 36px;
  }

  .built-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
  }

  .built-wrapper > div {
    width: 45%;
  }

  .landingpage .client-aboutus h4 {
    font-size: 26px;
  }

  .form-group {
    height: auto;
  }

  .landingpage input[type="submit"] {
    margin-top: 15px;
  }

  .form-group .input input, .form-group .input textarea {
    height: 55px;
  }

  .landingpage .input textarea {
    height: 126px;
  }

  .footerehrsec {
    background-position: left 20px bottom 0;
  }

  .clinicsec {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .landingpage p, .patient-care li, .clinicsec p, .client-aboutus h4 + span, .landingpage .faqsec p {
    font-size: 18px;
    line-height: 28px;
  }

  .landingpage h2 {
    font-size: 40px;
    line-height: 54px;
  }

  .landingpage h3, .landingpage .client-aboutus h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .clinicsec h4 {
    font-size: 22px;
    line-height: 34px;
  }

  .client-aboutus-cont h3 + span {
    font-size: 18px;
  }

  .faqsec h6 {
    font-size: 20px;
    line-height: 28px;
  }

  .footersec .footerlogo + span {
    font-size: 24px;
    line-height: 24px;
  }

  .landingpage input[type="submit"] {
    font-size: 20px;
  }

  .demo-btn {
    height: 50px;
    font-size: 20px;
  }

  .form-group {
    min-height: 657px;
  }
}

@media (max-width: 1300px) {
  .form-container {
    width: 385px;
  }

  .ratingtext {
    font-size: 18px;
  }

  .client-ecl .ecl01 {
    left: -50px;
  }

  .client-ecl .ecl02 {
    right: -50px;
  }

  .client-ecl .ecl03 {
    left: -130px;
  }

  .client-ecl .ecl04 {
    right: -130px;
  }

  .client-ecl .ecl05 {
    top: 660px;
  }

  .practicesec h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .practicesec h2 br {
    display: none;
  }

  .form-group + span {
    width: 300px;
    margin: auto;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .logowrap .logo01 {
    width: 160px;
  }

  .logowrap .logo02 {
    width: 240px;
  }

  .logowrap .logo03 {
    width: 92px;
  }

  .logowrap .logo04 {
    width: 110px;
  }

  .logowrap .logo05 {
    width: 134px;
  }
}

@media (max-width: 1199px) {
  .container {
    width: 100%;
    padding: 0 50px;
  }

  .landingpage h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .landingpage h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .headersec h3 {
    margin-bottom: 24px;
  }

  .patient-care h3 {
    margin-bottom: 16px;
  }

  .patient-care h2 {
    margin-bottom: 50px;
  }

  .builtsec h2 {
    margin-bottom: 48px;
  }

  .clinicsec h2 {
    margin: 24px 0 30px;
    font-size: 36px;
    line-height: 46px;
  }

  .clinicsec h2 + p {
    max-width: 405px;
    margin-left: auto;
    margin-right: auto;
  }

  .footerehrsec h2 {
    font-size: 42px;
    line-height: 52px;
  }

  .form-group .input input {
    height: 50px;
    border-radius: 8px;
    font-size: 16px;
    padding-left: 12px;
  }

  .landingpage .input textarea {
    height: 120px;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
  }

  .landingpage input[type="submit"] {
    margin-top: 12px;
    height: 48px;
    padding: 0 12px;
    font-size: 18px;
    letter-spacing: 0;
  }

  .demo-btn {
    height: 48px;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 18px;
  }

  .form-group {
    height: auto;
    padding: 32px;
    border-radius: 24px;
  }

  .acktext + .headerrating {
    padding-top: 24px;
  }

  .headerbanner p {
    margin-bottom: 36px;
  }

  .built-wrapper {
    gap: 36px;
  }

  .built-wrapper > div > div {
    margin-bottom: 24px;
    width: 76px;
    height: 76px;
  }

  .built-wrapper > div > div img {
    width: 28px;
  }

  .logosecl p {
    margin-bottom: 40px;
  }

  .logowrap {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
    -moz-column-gap: 60px;
    column-gap: 90px;
    max-width: 890px;
    margin: 0 auto;
  }

  .patient-care-info > img {
    width: 450px;
  }

  .practice-imgsec > div {
    width: 420px;
  }

  .client-ecl {
    width: 740px;
    height: 740px;
  }

  .clinicsec h4 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 6px;
  }

  .client-ecl > div img {
    margin-bottom: 20px;
  }

  .client-ecl .ecl01 {
    left: -75px;
  }

  .client-ecl .ecl02 {
    right: -75px;
  }

  .client-ecl .ecl03 {
    left: -110px;
    top: 260px;
  }

  .client-ecl .ecl04 {
    right: -110px;
    top: 260px;
  }

  .client-ecl .ecl05 {
    top: 540px;
  }

  .client-aboutus .container {
    width: 100%;
    max-width: 970px !important;
  }

  .client-aboutus-cont > div {
    gap: 30px;
  }

  .landingpage h6 {
    font-size: 20px;
    line-height: 28px;
  }

  .landingpage .faqsec p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }

  .faqblk > div {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .form-group > span {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .footerehrsec {
    background-size: 52% auto;
  }

  .footerbg > div {
    max-width: 350px;
  }

  .landingpage-nav {
    padding: 16px 0;
  }

  .landingpage-nav img {
    width: 128px;
  }

  .landingpage .client-aboutus h4 {
    font-size: 22px;
  }

  .landingpage .client-aboutus h4 + span {
    font-size: 18px;
    line-height: 30px;
    text-wrap: pretty;
    display: inline-flex;
  }

  .footersec .footerlogo + span {
    gap: 4px;
  }

  .footersec .footerlogo + span img {
    width: 22px;
  }

  .form-group + span {
    padding-bottom: 20px;
  }

  .logowrap {
    padding-top: 30px;
  }

  .patient-care {
    padding-top: 100px;
  }

  .form-group {
    min-height: 578px;
  }

  .practicesec .container > div:first-child {
    padding-bottom: 10px;
    width: 450px;
    padding-left: 0;
    align-self: baseline;
    flex: unset;
  }
}

@media (max-width: 991px) {
  .landingpage h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 0 auto 16px;
    max-width: 600px;
  }

  .practicesec .container > div:first-child {
    padding-left: 0px;
  }

  .container {
    padding: 0 32px;
    flex-direction: column;
    text-align: center;
  }

  .landingpage-nav .container {
    flex-direction: row;
  }

  .headersec .container {
    gap: 0;
  }

  .clinicsec .container {
    padding: 0 60px;
  }

  .headersec h3 {
    justify-content: center;
  }

  .headersec .container {
    gap: 0;
  }

  .patient-care .container, .patient-care.pc-rev .container {
    width: 100%;
    padding: 0 32px;
  }

  .form-container {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    max-width: 500px;
  }

  .acktext + .headerrating {
    padding-top: 24px;
    display: none;
  }

  .built-wrapper > div {
    padding: 0;
  }

  .patient-care .container {
    text-align: left;
  }

  .patient-care-info > div {
    width: calc(100% - 20px);
    margin: 0 auto;
    max-width: 600px;
  }

  .patient-care-info > img {
    width: calc(100% - 20px);
    margin: 0 auto;
    max-width: 630px;
  }

  .patient-care ul {
    display: flex;
    flex-direction: row;
    row-gap: 1rem;
    flex-wrap: wrap;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    margin-bottom: 44px;
  }

  .patient-care-info .demo-btn {
    margin: 0 auto;
    display: flex;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .patient-care-info {
    flex-direction: column;
  }

  .patient-care.pc-rev .patient-care-info > div {
    order: 1;
  }

  .practicesec .container {
    max-width: 1140px;
    flex-direction: row;
    justify-content: space-between;
    gap: 0px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .practicesec .container > div:first-child {
    padding-bottom: 10px;
    align-self: baseline;
    text-align: left;
    width: 450px;
    flex: unset;
  }

  .practice-imgsec {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    justify-content: space-between;
    gap: 1rem;
    align-self: flex-start;
  }

  .practice-imgsec > div {
    width: 246px;
    flex: unset;
  }

  .practicesec h2 {
    text-align: left;
    max-width: 690px;
  }

  .clinicsec {
    border-radius: 30px;
  }

  .client-ecl > img {
    display: none;
  }

  .client-ecl {
    height: auto;
    width: 100%;
    flex-direction: column;
    border-width: 0px;
  }

  .client-ecl > div {
    position: unset;
    margin-bottom: 1.75rem;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    row-gap: 1rem;
    border-bottom-width: 1px;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    --tw-border-opacity: 0.4;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 1.75rem;
    text-align: left;
  }

  .client-ecl > div.ecl05 {
    margin-bottom: 0px;
    border-width: 0px;
    padding-bottom: 0px;
  }

  .client-ecl > div p {
    width: 100%;
  }

  .client-ecl > div img, .client-ecl > div h4 {
    margin: 0px;
    padding: 0px;
  }

  .client-aboutus h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
  }

  .client-aboutus .client-aboutus-cont {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 1.5rem;
    overflow: auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 100% !important;
    max-width: 100% !important;
    scrollbar-width: none;
  }

  .client-aboutus-cont > div {
    margin: 0px;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    text-align: left;
    padding: 0 60px;
  }

  .client-aboutus-cont > div > div {
    width: 100%;
    max-width: 530px;
  }

  .faqsec .grid {
    display: flex;
    flex-direction: column;
    gap: 0px;
    text-align: left;
  }

  .faqsec .grid .faqblk:first-child > div:last-child {
    margin-bottom: 1.5rem;
    border-bottom-width: 1px;
    padding-bottom: 1.5rem;
  }

  .faqsec h2 span {
    display: none;
  }

  .faqsec h2 span.mtitle {
    display: inline-flex;
  }

  .footerbg > div {
    max-width: 100%;
  }

  .footerehrsec h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }

  .footerehrsec {
    background-image: transparent;
  }

  .footerehrsec > img {
    display: block;
    height: auto;
    width: 100%;
  }

  .form-group + span {
    width: 100%;
  }

  .builtsec, .logosecl, .patient-care, .clinicsec, .client-aboutus {
    padding: 80px 0;
  }

  .practicesec, .footerehrsec {
    padding-top: 80px;
  }

  .patient-care h2 {
    margin: 0 auto 50px;
    max-width: 700px;
  }

  .patient-care-info p {
    margin: 0 0 25px;
  }

  .client-aboutus h2 {
    margin-bottom: 50px;
  }

  .patient-care h2 br {
    display: none;
  }

  .logosecl h2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
  }

  .client-ecl {
    margin-top: 80px;
  }

  .faqsec {
    padding: 0 0 80px;
  }

  .client-ecl {
    margin-bottom: 0;
  }

  .headersec {
    border-radius: 0 0 0 80px;
  }

  .faqsec h2 {
    margin-bottom: 50px;
  }

  .headerbanner > div:first-child {
    max-width: 600px;
    margin: 0 auto;
  }

  .footersec .container > div:first-child > span {
    padding: 4px 0 40px;
    display: inline-flex;
  }

  .logowrap {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .logowrap .logo01 {
    order: 1;
  }

  .logowrap .logo02 {
    order: 0;
  }

  .logowrap .logo03 {
    order: 4;
  }

  .logowrap .logo04 {
    order: 3;
  }

  .logowrap .logo05 {
    order: 2;
  }

  .info-text {
    right: auto;
    left: 0;
  }

  .practicesec .container {
    padding: 0 40px;
    justify-content: space-between;
    gap: 0;
  }
}

@media (max-width: 767px) {
  .practice-imgsec .demo-btn {
    display: inline-flex;
    flex-shrink: 0;
  }

  .practicesec h2 + .demo-btn, .practicesec h2 br {
    display: none;
  }

  .practice-imgsec {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 1rem;
    align-self: flex-start;
    padding-left: 1.25rem;
  }

  .practice-imgsec > div {
    width: auto;
    max-width: 20rem;
    flex: 1 1 0%;
  }

  .practicesec .container {
    flex-direction: column;
  }

  .practicesec .container > div:first-child {
    width: 100%;
  }

  .practicesec h2 {
    max-width: 530px;
    padding-left: 20px;
  }
}

@media (max-width: 599px) {
  .landingpage p, .patient-care li {
    font-size: 16px;
    line-height: 26px;
  }

  .landingpage h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .landingpage h2 {
    font-size: 30px;
    line-height: 38px;
    text-wrap: pretty;
  }

  .landingpage h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .client-aboutus h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .footerehrsec h3 {
    max-width: 300px;
    margin: 0 auto;
  }

  .landingpage .client-aboutus h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
    max-width: 236px;
  }

  .clinicsec h4 {
    font-size: 20px;
  }

  .landingpage h6 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.2px;
  }

  .builtsec, .logosecl, .patient-care, .clinicsec, .client-aboutus {
    padding: 50px 0;
  }

  .practicesec, .footerehrsec {
    padding-top: 50px;
  }

  .patient-care h2, .client-aboutus h2 {
    margin-bottom: 30px;
  }

  .client-aboutus h2 {
    max-width: 300px;
  }

  .clinicsec .container > p:first-child {
    font-size: 14px;
  }

  .client-ecl {
    margin-top: 50px;
  }

  .faqsec {
    padding: 0 0 50px;
  }

  .client-ecl {
    margin-bottom: 0;
  }

  .headersec {
    border-radius: 0 0 0 60px;
  }

  .faqsec h2 {
    gap: 10px;
    margin-bottom: 36px;
  }

  .headersec h3 img {
    width: 18px;
  }

  .client-ecl > div img {
    max-width: 28px;
  }

  .built-wrapper > div {
    width: 100%;
    padding: 0;
    max-width: 450px;
  }

  .client-aboutus-cont h3 + span {
    font-size: 16px;
    line-height: 20px;
  }

  .client-aboutus-cont > div > div {
    width: 100%;
    max-width: 340px;
  }

  .client-img {
    gap: 12px;
  }

  .client-aboutus-cont img {
    width: 60px;
    height: auto;
  }

  .patient-care li {
    gap: 6px;
  }

  .patient-care-info {
    gap: 40px;
  }

  .faqsec h2 img {
    width: 28px;
  }

  .landingpage .faqsec p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }

  .footersec .footerlogo {
    width: 100px;
  }

  .footersec .footerlogo + span {
    font-size: 18px;
    line-height: 22px;
    gap: 4px;
    padding-left: 10px;
    margin-left: 10px;
  }

  .footersec .footerlogo + span img {
    width: 18px;
  }

  .landingpage-nav img {
    width: 112px;
  }

  .container {
    padding: 0 20px;
  }

  .patient-care .container, .patient-care.pc-rev .container {
    width: 100%;
    padding: 0 30px;
  }

  .faqblk > div {
    margin-bottom: 20px;
    padding-bottom: 18px;
  }

  .headersec {
    padding-top: 30px;
  }

  .faqicons img {
    max-width: 14px;
  }

  .demo-btn {
    height: 2.5rem;
    flex-shrink: 0;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .form-container {
    padding-bottom: 20px;
  }

  .form-group + span {
    padding-bottom: 10px;
    font-size: 14px;
    max-width: 250px;
    line-height: 22px;
  }

  .logosecl .container > p > br {
    display: none;
  }

  .landingpage h1, .headerbanner > div:first-child {
    max-width: 380px;
  }

  .logowrap {
    max-width: 440px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .logowrap .logo01 {
    order: 3;
  }

  .logowrap .logo02 {
    order: 0;
  }

  .logowrap .logo03 {
    order: 4;
  }

  .logowrap .logo04 {
    order: 2;
  }

  .logowrap .logo05 {
    order: 1;
  }

  .info-icon {
    margin-top: 4px;
    width: 14px;
  }

  .info-text {
    top: -18px;
  }

  .clinicsec .container {
    padding: 0 30px;
  }

  .client-aboutus-cont > div {
    padding: 0 25px;
    gap: 15px;
  }
}

@media (max-width: 479px) {
  .logowrap {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .headersec h3 {
    font-size: 20px;
  }

  .practice-imgsec, .practicesec h2 {
    padding-left: 0px;
  }
}

@media (max-width: 400px) {
  .footersec .footerlogo {
    width: 80px;
  }

  .footersec .footerlogo + span {
    font-size: 16px;
    padding-left: 6px;
    margin-left: 6px;
  }
}

.certification-wrapper {
  max-width: 960px;
  padding: 0 1rem;
  margin: 0 auto;
}

.table-striped {
  td {
    padding: 8px 12px;
  }
  tr:nth-child(2n+1) {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  }
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

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

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

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

.hover\:bg-primary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 249 255 / var(--tw-bg-opacity, 1));
}

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.before\:hover\:text-center:hover::before {
  content: var(--tw-content);
  text-align: center;
}

.hover\:before\:text-center:hover::before {
  content: var(--tw-content);
  text-align: center;
}

.focus\:hover\:text-center:hover:focus {
  text-align: center;
}

.hover\:focus\:text-center:focus:hover {
  text-align: center;
}

.group\/rcmtext:hover .group-hover\/rcmtext\:underline {
  text-decoration-line: underline;
}

@media (min-width: 640px) {
  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

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

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl\/8 {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .sm\:underline {
    text-decoration-line: underline;
  }
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:justify-normal {
    justify-content: normal;
  }

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

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

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

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

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

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

@media (min-width: 1024px) {
  .lg\:-right-4 {
    right: -1rem;
  }

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

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

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

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:w-12 {
    width: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:cursor-default {
    cursor: default;
  }

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

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

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

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

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

  .lg\:gap-1 {
    gap: 0.25rem;
  }

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

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

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

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

  .lg\:gap-4 {
    gap: 1rem;
  }

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

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-9 {
    gap: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

@media (min-width: 1280px) {
  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

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

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

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[48rem\] {
    height: 48rem;
  }

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

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

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

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-11 {
    gap: 2.75rem;
  }

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

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

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

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-7 {
    gap: 1.75rem;
  }

  .xl\:rounded-\[40px\] {
    border-radius: 40px;
  }

  .xl\:rounded-b-\[40px\] {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .xl\:rounded-t-\[40px\] {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

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

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

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

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

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

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

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

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

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

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

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

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

  .xl\:pt-28 {
    padding-top: 7rem;
  }

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

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

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

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

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

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

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

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

@media (min-width: 1601px) {
  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }

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

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

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

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

  .\32xl\:mb-\[120px\] {
    margin-bottom: 120px;
  }

  .\32xl\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .\32xl\:mb-\[52px\] {
    margin-bottom: 52px;
  }

  .\32xl\:ml-\[186px\] {
    margin-left: 186px;
  }

  .\32xl\:ml-\[40px\] {
    margin-left: 40px;
  }

  .\32xl\:ml-\[48px\] {
    margin-left: 48px;
  }

  .\32xl\:ml-\[52px\] {
    margin-left: 52px;
  }

  .\32xl\:ml-\[60px\] {
    margin-left: 60px;
  }

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

  .\32xl\:block {
    display: block;
  }

  .\32xl\:inline-flex {
    display: inline-flex;
  }

  .\32xl\:hidden {
    display: none;
  }

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

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

  .\32xl\:min-h-\[265px\] {
    min-height: 265px;
  }

  .\32xl\:min-h-\[340px\] {
    min-height: 340px;
  }

  .\32xl\:w-16 {
    width: 4rem;
  }

  .\32xl\:w-32 {
    width: 8rem;
  }

  .\32xl\:w-36 {
    width: 9rem;
  }

  .\32xl\:w-48 {
    width: 12rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .\32xl\:gap-0 {
    gap: 0px;
  }

  .\32xl\:gap-10 {
    gap: 2.5rem;
  }

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

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

  .\32xl\:gap-28 {
    gap: 7rem;
  }

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

  .\32xl\:gap-4 {
    gap: 1rem;
  }

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

  .\32xl\:gap-7 {
    gap: 1.75rem;
  }

  .\32xl\:gap-8 {
    gap: 2rem;
  }

  .\32xl\:rounded-\[16px\] {
    border-radius: 16px;
  }

  .\32xl\:rounded-\[30px\] {
    border-radius: 30px;
  }

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

  .\32xl\:border-\[\#54575B\] {
    --tw-border-opacity: 1;
    border-color: rgb(84 87 91 / var(--tw-border-opacity, 1));
  }

  .\32xl\:p-9 {
    padding: 2.25rem;
  }

  .\32xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:pr-3 {
    padding-right: 0.75rem;
  }

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

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

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

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

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

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

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

  .\32xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .\32xl\:leading-6 {
    line-height: 1.5rem;
  }

  .\32xl\:leading-7 {
    line-height: 1.75rem;
  }

  .\32xl\:leading-9 {
    line-height: 2.25rem;
  }

  .\32xl\:leading-\[45px\] {
    line-height: 45px;
  }

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

@media (prefers-color-scheme: dark) {
  @media (min-width: 1024px) {
    .dark\:lg\:hover\:\[paint-order\:markers\]:hover {
      paint-order: markers;
    }
  }
}