@charset "UTF-8";
/*
  Single Sass entrypoint.
  Tailwind expands these directives during the Mix PostCSS step.
*/
*, ::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.18 | 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% !important;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }
  .container{
    max-width: 1536px;
  }
}
.btn-primary{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(52 142 209 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-top-0\.5{
  top: -0.125rem;
}
.bottom-\[20px\]{
  bottom: 20px;
}
.left-0{
  left: 0px;
}
.left-\[32\.5\%\]{
  left: 32.5%;
}
.right-0{
  right: 0px;
}
.right-\[12px\]{
  right: 12px;
}
.top-2\/4{
  top: 50%;
}
.top-\[14px\]{
  top: 14px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-\[9999\]{
  z-index: 9999;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.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-\[100px\]{
  margin-bottom: 100px;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-24{
  margin-top: 6rem;
}
.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;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.list-item{
  display: list-item;
}
.hidden{
  display: none;
}
.aspect-\[375\/280\]{
  aspect-ratio: 375/280;
}
.size-6{
  width: 1.5rem;
  height: 1.5rem;
}
.h-16{
  height: 4rem;
}
.h-3{
  height: 0.75rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-\[104px\]{
  height: 104px;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[155px\]{
  height: 155px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[64px\]{
  height: 64px;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[40px\]{
  min-height: 40px;
}
.min-h-\[70px\]{
  min-height: 70px;
}
.w-1{
  width: 0.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/4{
  width: 25%;
}
.w-11\/12{
  width: 91.666667%;
}
.w-16{
  width: 4rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\/4{
  width: 75%;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[10\%\]{
  width: 10%;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[20\%\]{
  width: 20%;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[64px\]{
  width: 64px;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[470px\]{
  max-width: 470px;
}
.max-w-\[522px\]{
  max-width: 522px;
}
.max-w-\[548px\]{
  max-width: 548px;
}
.max-w-\[570px\]{
  max-width: 570px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[675px\]{
  max-width: 675px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[888px\]{
  max-width: 888px;
}
.max-w-\[935px\]{
  max-width: 935px;
}
.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full{
  max-width: 100%;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow-0{
  flex-grow: 0;
}
.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[repeat\(4\2c 335px\)\]{
  grid-template-columns: repeat(4,335px);
}
.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;
}
.place-items-center{
  place-items: center;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[5px\]{
  gap: 5px;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-2{
  row-gap: 0.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-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.whitespace-normal{
  white-space: normal;
}
.text-wrap{
  text-wrap: wrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[0\.1875rem\]{
  border-radius: 0.1875rem;
}
.rounded-\[3px\]{
  border-radius: 3px;
}
.rounded-\[inherit\]{
  border-radius: inherit;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-\[\#E5E5E5\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-\[rgb\(52\2c 142\2c 209\)\]{
  --tw-border-opacity: 1;
  border-color: rgb(52 142 209 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-slate-500{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.bg-\[\#265C7F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(38 92 127 / var(--tw-bg-opacity, 1));
}
.bg-\[rgb\(52\2c 142\2c 209\)\]{
  --tw-bg-opacity: 1;
  background-color: rgb(52 142 209 / var(--tw-bg-opacity, 1));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-seequent-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(52 142 209 / var(--tw-bg-opacity, 1));
}
.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-none{
  background-image: none;
}
.from-seequent-gradient-from{
  --tw-gradient-from: #E9EDF1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 237 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.bg-right-top{
  background-position: right top;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1{
  padding: 0.25rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[88px\]{
  padding-top: 88px;
  padding-bottom: 88px;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.align-text-top{
  vertical-align: text-top;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[0\.5em\]{
  font-size: 0.5em;
}
.text-\[0\.9375rem\]{
  font-size: 0.9375rem;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.italic{
  font-style: italic;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[34px\]{
  line-height: 34px;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[-0\.29px\]{
  letter-spacing: -0.29px;
}
.tracking-\[-0\.406px\]{
  letter-spacing: -0.406px;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-\[\#265C7F\]{
  --tw-text-opacity: 1;
  color: rgb(38 92 127 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.shadow-\[0_0\.125rem_0\.3125rem_0_rgba\(57\2c 57\2c 60\2c 0\.1\)\2c inset_0_-0\.0625rem_0_0_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  --tw-shadow: 0 0.125rem 0.3125rem 0 rgba(57,57,60,0.1),inset 0 -0.0625rem 0 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0.125rem 0.3125rem 0 var(--tw-shadow-color), inset 0 -0.0625rem 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.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);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-300{
  transition-delay: 300ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.text-seequent {
    color: #348ED1;
  }
.celebration-banner-bg{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #E9EDF1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 237 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #F0F3F6 var(--tw-gradient-to-position);
}
/* Define global variables */
/* Style global elements */
/*
  Custom Tailwind layers (migrated from assets/css/tailwind.css).
  These must live in a file that goes through the Tailwind PostCSS step.
*/
.accordion {
  scroll-margin-top: 250px;
}
.accordion .accordion-section {
  margin: 6rem 0;
}
.accordion .accordion-section .accordion-item {
  border-bottom: 1px solid #E2E0E0;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
.accordion .accordion-section button .accordion-title {
  color: #4A4A4C;
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .accordion .accordion-section button .accordion-title {
    padding-right: 54px;
  }
}
.accordion .accordion-section button .accordion-title::after {
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  width: 51px;
  height: 51px;
  float: right;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='51' viewBox='0 0 51 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='50' height='50' rx='25' fill='white'/%3E%3Crect x='0.5' y='0.5' width='50' height='50' rx='25' stroke='%23348ED1'/%3E%3Cpath d='M25.7993 25.2002H37.5005V26.7002H25.7993V37.5H24.2993V26.7002H13.4995V25.2002H24.2993V13.5H25.7993V25.2002Z' fill='%23348ED1'/%3E%3C/svg%3E%0A");
}
.accordion .accordion-section button.active .accordion-title {
  color: #348ED1;
}
.accordion .accordion-section button.active .accordion-title::after {
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='51' viewBox='0 0 51 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='50' height='50' rx='25' fill='white'/%3E%3Crect x='0.5' y='0.5' width='50' height='50' rx='25' stroke='%23348ED1'/%3E%3Cpath d='M36.7503 25.5001H14.2498' stroke='%23348ED1' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.accordion .accordion-section .accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion .accordion-section .accordion-body .tile-container {
  background: #F9FDFE;
  border-radius: 12px;
  padding: 2rem;
}
@media (max-width: 1023px) {
  .accordion .accordion-section .accordion-body .tile-container {
    padding: 2rem 0.2rem;
  }
}
.accordion .accordion-section .accordion-body .desc {
  font-size: 18px;
  padding: 2rem 0;
}
.accordion .accordion-section .accordion-body .desc p + p {
  margin-top: 12px;
}
.accordion .accordion-section .accordion-body .desc ul {
  padding: 15px 30px;
}
.accordion .accordion-section .accordion-body .desc ul li {
  margin-bottom: 5px;
}
.accordion .accordion-section .accordion-body .desc li::marker {
  font-size: 0.8em;
  display: list-item !important;
  content: "● " !important;
}
.accordion .accordion-section .accordion-body.active {
  max-height: 4800px;
  opacity: 1;
}
.landing-content-image {
  background: linear-gradient(180deg, #F7FDFF 0%, rgba(247, 253, 255, 0) 100%);
}
.custom-form .mktoForm {
  width: 100% !important;
}
.custom-form .mktoForm .mktoFieldDescriptor,
.custom-form .mktoForm .mktoFieldWrap,
.custom-form .mktoForm .mktoField,
.custom-form .mktoForm .mktoLabel,
.custom-form .mktoForm .mktoHtmlText {
  width: 100% !important;
  font-size: 17px;
  font-weight: 400 !important;
}
.custom-form .mktoForm .mktoLabel {
  margin-bottom: 10px !important;
  padding-top: 0 !important;
  line-height: 1;
}
.custom-form .mktoForm .mktoButtonRow {
  margin-top: 10px;
}
.custom-form .mktoForm .mktoField {
  border-radius: 3px;
  border: 1px solid rgba(49, 49, 51, 0.3);
  background: rgba(245, 245, 245, 0.8);
  height: 40px;
}
.custom-form .mktoForm .mktoCheckboxList {
  padding: 0 10px 0 0;
}
.custom-form .mktoForm input[name=emailOptIn] {
  height: 16px !important;
}
.custom-form .mktoForm textarea.mktoField {
  height: auto !important;
}
.custom-form .mktoForm .mktoCheckboxList {
  width: auto !important;
}
.custom-form .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
  border-radius: 3px;
  border: 1px solid #92C3DB;
  background: #2E77B7;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 2px 5px 0px rgba(57, 57, 60, 0.1);
  padding: 12px 24px;
}
.custom-form .mktoForm .mktoButtonWrap .mktoButton {
  border: none !important;
  background: #2E77B7;
  color: #FFFFFF !important;
  font-size: 15px;
  font-weight: 400;
}
.stats-section-title {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #348ed1 -0.16%, #234b66 90.2%);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 300;
  letter-spacing: -0.01813rem;
  position: relative;
  font-size: 3rem;
  line-height: 2.75rem;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.stats-section-title::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0, 137, 253, var(--tw-bg-opacity));
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 5rem;
}
.stats-section {
  color: #4A4A4C;
  position: relative;
}
@media (min-width: 768px) {
  .stats-section .bg-mesh-video {
    top: 18%;
  }
}
.stats-card span {
  font-size: 44px;
  color: #358CB4;
}
.stats-section-title + p {
  font-size: 1.13rem;
  margin-top: 1.5rem;
}
.timeline-table table {
  border: 1px solid #979797;
}
.timeline-table .header,
.timeline-table .data-header td {
  color: #ffffff;
  border: 1px solid #979797;
  background: #4A4A4C;
  font-size: 21px;
}
.timeline-table tbody td {
  padding: 24px;
  font-size: 17px;
  border: 1px solid #979797;
  font-weight: 300;
}
.timeline-table td.yes {
  width: 21px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Ccircle cx='10.6039' cy='10.019' r='9.75238' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.625 0C5.10576 0 0.625 4.48076 0.625 10C0.625 15.5192 5.10576 20 10.625 20C16.1442 20 20.625 15.5192 20.625 10C20.625 4.48076 16.1442 0 10.625 0ZM10.625 1.33333C15.4082 1.33333 19.2917 5.21676 19.2917 10C19.2917 14.7832 15.4082 18.6667 10.625 18.6667C5.84176 18.6667 1.95833 14.7832 1.95833 10C1.95833 5.21676 5.84176 1.33333 10.625 1.33333ZM8.73951 13.3L5.9111 10.4716L5.9109 10.4718C5.65064 10.2115 5.65064 9.78922 5.9109 9.52895C6.17117 9.26883 6.59349 9.26883 6.85376 9.52895L9.21075 11.8859L14.3963 6.70042C14.6565 6.4403 15.0789 6.4403 15.3391 6.70042C15.5993 6.96069 15.5993 7.38301 15.3391 7.64328L9.68237 13.3C9.4221 13.5603 8.99978 13.5603 8.73951 13.3Z' fill='%2302AF5F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.timeline-table td.no {
  background: #FFE0E0;
}
.timeline-table td.default {
  background: #F6FCFF;
}
.timeline-table .header:last-child {
  font-size: 13px;
}
/* Styles for Industry Carousel */
.infographic-container {
  padding-top: 11rem;
}
.infographic-container .grid-custom-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 248px));
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .infographic-container .grid-custom-col {
    display: block;
  }
  .infographic-container {
    padding-top: 6rem;
  }
}
.workflow {
  padding: 20px;
  box-shadow: 0px 4px 20px 0px rgba(38, 92, 127, 0.08);
  border-radius: 8px;
  background: #fff;
  position: relative;
}
.workflow .workflow-step-title {
  background: #F1FAFC;
  font-size: 22px;
  font-weight: 400;
  padding: 6px 16px;
  border-radius: 8px;
  display: inline-block;
}
.workflow .workflow-step-title span {
  background: linear-gradient(90deg, #348ED1 -0.16%, #234B66 90.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: none;
}
.workflow .workflow-step-title span.active {
  display: block;
}
.workflow-mobile {
  box-shadow: 0px 4px 20px 0px rgba(38, 92, 127, 0.08);
  border-radius: 8px;
  background: #fff;
  position: relative;
  margin: 20px;
  padding: 20px 16px;
  display: none;
}
.workflow-bg {
  background-image: url(../../img/workflow-hexagon.svg);
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: contain;
  padding-top: 100%;
  margin-top: 2rem;
}
@media (max-width: 1023px) {
  .workflow-bg {
    margin: 0;
    display: block;
  }
}
.workflow-cycle {
  background-image: url(../../img/workflow-circle-4-evo.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 270px;
  width: 270px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
}
@media (max-width: 1023px) {
  .workflow-cycle {
    background-image: url(../../img/workflow-circle-4-evo-mobile.svg);
  }
}
.workflow-cycle.seequent {
  background-image: url(../../img/workflow-circle-4-seequent.svg) !important;
}
@media (max-width: 1023px) {
  .workflow-cycle.seequent {
    background-image: url(../../img/workflow-circle-4-seequent-mobile.svg) !important;
  }
}
.step-number {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #C8C8C8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #4A4A4C;
  cursor: default;
}
.step-number > div {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px 0px rgba(35, 75, 102, 0.24), 0px 16px 20px -12px rgba(38, 92, 127, 0.14), 0px 1px 2px 0px rgba(35, 75, 102, 0.24);
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 8px;
}
.step-number.active > div {
  background: linear-gradient(179deg, var(--Primary-900-265C7F-2, #265C7F) 3.59%, #1A384D 98.96%);
  color: #fff;
}
.step-number:nth-child(1) {
  top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .step-number:nth-child(1) {
    top: 18%;
    left: 82%;
  }
}
.step-number:nth-child(2) {
  top: 50%;
  left: 92%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .step-number:nth-child(2) {
    top: 82%;
    left: 82%;
  }
}
.step-number:nth-child(3) {
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .step-number:nth-child(3) {
    top: 82%;
    left: 18%;
  }
}
.step-number:nth-child(4) {
  top: 50%;
  left: 8%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .step-number:nth-child(4) {
    top: 18%;
    left: 18%;
  }
}
.step-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Top */
}
.step-container:nth-of-type(2) {
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.step-container {
  /* Right */
}
.step-container:nth-of-type(3) {
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%);
}
.step-container {
  /* Bottom */
}
.step-container:nth-of-type(4) {
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.step-container {
  /* Left */
}
.step-container:nth-of-type(5) {
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
}
.step-container.active {
  z-index: 10;
}
.step-container.active .product-img {
  background: linear-gradient(white, white) padding-box, linear-gradient(120deg, #234B66 0%, #8BC9F3 50%, #234B66 100%) border-box;
  border: 1px solid transparent;
}
@media (max-width: 1023px) {
  .step-container.active .product-img {
    border: none;
    background: none;
  }
}
.step-container.active .product-container .product-title {
  display: block;
  transition: all 0.1s ease-out;
}
.step-container.active .product-container:hover .product-title {
  opacity: 0;
}
.step-container.active .product-container:hover .product-img-inner {
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(35, 75, 102, 0.24), 0px 16px 20px -12px rgba(38, 92, 127, 0.14), 0px 1px 2px 0px rgba(35, 75, 102, 0.24);
}
.step-container.active .product-container:hover .product-title {
  visibility: hidden;
}
.step-container.active .product-container:hover .product-info {
  display: flex;
}
@media (max-width: 767px) {
  .step-container {
    position: relative;
  }
}
.five-step .workflow-cycle {
  background-image: url(../../img/workflow-circle-5-evo.svg);
}
.five-step .workflow-cycle.seequent {
  background-image: url(../../img/workflow-circle-5-seequent.svg) !important;
}
.five-step .step-number {
  transform: translate(-50%, -50%);
}
.five-step .step-number:nth-child(1) {
  top: 16%;
  left: 75%;
}
.five-step .step-number:nth-child(2) {
  top: 63%;
  left: 90%;
}
.five-step .step-number:nth-child(3) {
  top: 92%;
  left: 50%;
}
.five-step .step-number:nth-child(4) {
  top: 63%;
  left: 10%;
}
.five-step .step-number:nth-child(5) {
  top: 16%;
  left: 25%;
}
.five-step .step-container:nth-of-type(2) {
  top: 20%;
  left: 75%;
  transform: translate(-50%, -50%);
}
.five-step .step-container {
  /* Right */
}
.five-step .step-container:nth-of-type(3) {
  top: 60%;
  left: 90%;
  transform: translate(-50%, -50%);
}
.five-step .step-container {
  /* Bottom */
}
.five-step .step-container:nth-of-type(4) {
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.five-step .step-container {
  /* Left */
}
.five-step .step-container:nth-of-type(5) {
  top: 60%;
  left: 10%;
  transform: translate(-50%, -50%);
}
.five-step .step-container {
  /* Left */
}
.five-step .step-container:nth-of-type(6) {
  top: 20%;
  left: 25%;
  transform: translate(-50%, -50%);
}
.products .product-img {
  border-radius: 20px;
  border: 1px solid #C8C8C8;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .product-img .product-img-inner {
  border-radius: 50%;
  background: #FAFAFA;
  padding: 5px;
}
@media (max-width: 1023px) {
  .products .product-img {
    margin: 0 10px 0 0;
    width: 36px;
    height: 36px;
  }
}
.products img {
  filter: grayscale(100%) brightness(100%) opacity(0.4);
  transition: all 0.4s ease-in;
  max-height: 21px;
}
.products .product-container .product-title {
  display: none;
  transition: all 0.1s ease-in;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .products .product-container .product-title {
    text-align: left;
  }
}
.step-container.active .products img {
  filter: none;
  transition: all 0.6s ease-out;
}
.step-container.active .product-container {
  width: 78px;
  position: relative;
}
@media (max-width: 1023px) {
  .step-container.active .product-container {
    width: auto;
    display: flex;
    align-items: center;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .step-container.active .product-container {
    width: 132px;
  }
}
.step-container.active .product-container .product-info {
  opacity: 1;
}
.product-container .product-info {
  display: none;
  border-radius: 8px;
  padding: 10px 12px 12px 12px;
  width: 122px;
  box-shadow: 0px 4px 8px 0px rgba(35, 75, 102, 0.24), 0px 16px 20px -12px rgba(38, 92, 127, 0.14), 0px 1px 2px 0px rgba(35, 75, 102, 0.24);
  position: absolute;
  background-color: #fff;
  transition: all 0.6s ease-out;
  z-index: 5;
  top: 45px;
  left: -22%;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
  font-weight: 400;
  opacity: 0;
}
.product-container .product-info .product-info-title {
  color: #000;
}
.product-container .product-info .product-desc {
  color: #4A4A4C;
}
.step-card-inner {
  border: 1px solid #348ED1;
  border-radius: 8px;
  color: #4A4A4C;
  padding: 16px;
  font-size: 13px;
  font-weight: 400;
  background: linear-gradient(180deg, var(--Grey-0-FFFFFF, #FFF) 0%, #FBFEFE 100%);
  height: 100%;
}
.step-card-outer {
  padding: 4px;
  min-height: 248px;
  border-radius: 8px;
}
.step-card-outer:hover, .step-card-outer.active {
  box-shadow: 0px 4px 8px 0px rgba(35, 75, 102, 0.24), 0px 16px 20px -12px rgba(38, 92, 127, 0.14), 0px 1px 2px 0px rgba(35, 75, 102, 0.24);
  display: block;
}
.step-card-outer:hover .step-card-inner, .step-card-outer.active .step-card-inner {
  box-shadow: 0px 4px 8px 0px rgba(35, 75, 102, 0.24), 0px 16px 20px -12px rgba(38, 92, 127, 0.14), 0px 1px 2px 0px rgba(35, 75, 102, 0.24);
}
.step-card-outer:hover .step-card-inner h2, .step-card-outer.active .step-card-inner h2 {
  color: #358CB4;
}
.step-card-outer.active .step-card-inner {
  background: linear-gradient(359deg, var(--Primary-1000-234B66, #234B66) 1.96%, #1A384D 97.12%);
  color: #fff;
}
.step-card-outer.active .step-card-inner h2 {
  color: #B8E6F0;
}
.step-card-outer h2 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .step-card-outer {
    min-height: auto;
  }
  .step-card-outer:hover, .step-card-outer.active {
    box-shadow: none;
  }
  .step-card-outer:hover .step-card-inner, .step-card-outer.active .step-card-inner {
    box-shadow: none;
  }
  .step-card-outer .step-card-inner > div {
    display: none;
  }
  .step-card-outer .step-card-inner h2::after {
    content: "";
    width: 24px;
    height: 24px;
    float: right;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.381836' width='24' height='24' rx='12' fill='white'/%3E%3Crect x='0.5' y='0.881836' width='23' height='23' rx='11.5' stroke='%23348ED1' stroke-opacity='0.5'/%3E%3Cpath d='M12.2559 11.7812H18V12.6377H12.2559V18.3818H11.3994V12.6377H6V11.7812H11.3994V6.38184H12.2559V11.7812Z' fill='%23348ED1'/%3E%3C/svg%3E%0A");
  }
  .step-card-outer.active {
    background: linear-gradient(359deg, var(--Primary-1000-234B66, #234B66) 1.96%, #1A384D 97.12%);
  }
  .step-card-outer.active .step-card-inner {
    box-shadow: none;
    background: none;
    border: none;
  }
  .step-card-outer.active .step-card-inner > div {
    display: block;
  }
  .step-card-outer.active .step-card-inner h2::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.881836' width='23' height='23' rx='11.5' stroke='%23E3F5F9'/%3E%3Crect x='18' y='11.7809' width='0.857143' height='12' transform='rotate(90 18 11.7809)' fill='%23E3F5F9'/%3E%3C/svg%3E%0A");
  }
  .step-card-outer.active .workflow-mobile {
    display: block;
  }
}
.sq-primary-cta {
  position: relative;
}
.sq-primary-cta::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%225%22%20height%3D%229%22%20viewBox%3D%220%200%205%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.61798%204.17459C4.59098%204.12058%204.54597%204.06657%204.50096%204.01255L1.15225%200.672843C0.89119%200.411787%200.459098%200.411787%200.198042%200.672843C-0.0630134%200.933898%20-0.0630134%201.36599%200.198042%201.62705L1.31428%202.74328L3.09666%204.48966L0.18904%207.37927C-0.0630134%207.64033%20-0.0630134%208.06342%200.18904%208.32447C0.324069%208.4595%200.495106%208.52252%200.666142%208.52252C0.837178%208.52252%201.00821%208.4505%201.14324%208.32447L4.49196%204.97576C4.54597%204.92175%204.59098%204.85873%204.62699%204.78672C4.672%204.6967%204.69%204.59768%204.69%204.49866C4.69%204.38163%204.66299%204.27361%204.60898%204.18359L4.61798%204.17459Z%22%20fill%3D%22%232E77B7%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  position: absolute;
  top: auto;
  margin-top: 4px;
  transition: transform 0.5s ease;
}
@media (max-width: 1023px) {
  .sq-primary-cta::after {
    margin-left: 4px;
  }
  .sq-primary-cta {
    font-size: 13px;
    font-weight: 400;
  }
}
.hover\:border-\[rgb\(35\2c 75\2c 102\)\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(35 75 102 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[rgb\(35\2c 75\2c 102\)\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(35 75 102 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:brightness-0:hover{
  --tw-brightness: brightness(0);
  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);
}
.hover\:invert:hover{
  --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);
}
.hover\:filter:hover{
  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);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:border-\[rgb\(29\2c 31\2c 35\)\]:active{
  --tw-border-opacity: 1;
  border-color: rgb(29 31 35 / var(--tw-border-opacity, 1));
}
.active\:bg-\[rgb\(29\2c 31\2c 35\)\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(29 31 35 / var(--tw-bg-opacity, 1));
}
.active\:text-white:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  .sm\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-12{
    margin-bottom: 3rem;
  }
  .sm\:mr-3{
    margin-right: 0.75rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:aspect-\[834\/280\]{
    aspect-ratio: 834/280;
  }
  .sm\:min-h-\[400px\]{
    min-height: 400px;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-1\/3{
    width: 33.333333%;
  }
  .sm\:w-4\/5{
    width: 80%;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-wrap{
    flex-wrap: wrap;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:overflow-x-visible{
    overflow-x: visible;
  }
  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }
  .sm\:pl-0{
    padding-left: 0px;
  }
  .sm\:text-left{
    text-align: left;
  }
}
@media (min-width: 768px){
  .md\:bottom-auto{
    bottom: auto;
  }
  .md\:top-\[200px\]{
    top: 200px;
  }
  .md\:mx-\[46px\]{
    margin-left: 46px;
    margin-right: 46px;
  }
  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:ml-auto{
    margin-left: auto;
  }
  .md\:mt-14{
    margin-top: 3.5rem;
  }
  .md\:mt-2{
    margin-top: 0.5rem;
  }
  .md\:mt-24{
    margin-top: 6rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-4\/5{
    width: 80%;
  }
  .md\:w-5{
    width: 1.25rem;
  }
  .md\:w-5\/12{
    width: 41.666667%;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-\[495px\]{
    max-width: 495px;
  }
  .md\:max-w-none{
    max-width: none;
  }
  .md\:shrink-0{
    flex-shrink: 0;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-\[20px\]{
    gap: 20px;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pt-6{
    padding-top: 1.5rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:leading-snug{
    line-height: 1.375;
  }
}
@media (min-width: 1024px){
  .lg\:relative{
    position: relative;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:\!w-2\/5{
    width: 40% !important;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-1\/5{
    width: 20%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-4\/5{
    width: 80%;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-7\/12{
    width: 58.333333%;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pt-\[41px\]{
    padding-top: 41px;
  }
}
@media (min-width: 1280px){
  .xl\:-mb-16{
    margin-bottom: -4rem;
  }
  .xl\:mb-20{
    margin-bottom: 5rem;
  }
  .xl\:mr-0{
    margin-right: 0px;
  }
  .xl\:mr-3{
    margin-right: 0.75rem;
  }
  .xl\:mt-28{
    margin-top: 7rem;
  }
  .xl\:mt-36{
    margin-top: 9rem;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:h-10{
    height: 2.5rem;
  }
  .xl\:max-h-\[713px\]{
    max-height: 713px;
  }
  .xl\:min-h-\[507px\]{
    min-height: 507px;
  }
  .xl\:min-h-\[664px\]{
    min-height: 664px;
  }
  .xl\:w-1\/2{
    width: 50%;
  }
  .xl\:w-10{
    width: 2.5rem;
  }
  .xl\:max-w-\[565px\]{
    max-width: 565px;
  }
  .xl\:max-w-\[570px\]{
    max-width: 570px;
  }
  .xl\:max-w-\[740px\]{
    max-width: 740px;
  }
  .xl\:max-w-\[760px\]{
    max-width: 760px;
  }
  .xl\:max-w-full{
    max-width: 100%;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .xl\:justify-center{
    justify-content: center;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:pb-10{
    padding-bottom: 2.5rem;
  }
  .xl\:pt-16{
    padding-top: 4rem;
  }
  .xl\:pt-20{
    padding-top: 5rem;
  }
  .xl\:pt-24{
    padding-top: 6rem;
  }
  .xl\:pt-44{
    padding-top: 11rem;
  }
  .xl\:pt-9{
    padding-top: 2.25rem;
  }
  .xl\:text-\[21px\]{
    font-size: 21px;
  }
  .xl\:text-\[32px\]{
    font-size: 32px;
  }
  .xl\:text-\[42px\]{
    font-size: 42px;
  }
  .xl\:text-\[48px\]{
    font-size: 48px;
  }
  .xl\:leading-\[40px\]{
    line-height: 40px;
  }
  .xl\:leading-\[48px\]{
    line-height: 48px;
  }
}
