@import 'textual.css';
/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
html {
      font-family: 'Outfit', sans-serif;
    }
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 2560px){
  .container{
    max-width: 2560px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.\!relative{
  position: relative !important;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.-right-\[60\%\]{
  right: -60%;
}
.top-\[28\.125rem\]{
  top: 28.125rem;
}
.left-0{
  left: 0px;
}
.top-\[1\.25rem\]{
  top: 1.25rem;
}
.right-\[1\.25rem\]{
  right: 1.25rem;
}
.left-\[calc\(\(-100vw\+100\%\)\/2\)\]{
  left: calc((-100vw + 100%) / 2);
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.-top-\[15vh\]{
  top: -15vh;
}
.bottom-0{
  bottom: 0px;
}
.\!bottom-0{
  bottom: 0px !important;
}
.right-\[100\%\]{
  right: 100%;
}
.bottom-\[20px\]{
  bottom: 20px;
}
.top-\[1\.1rem\]{
  top: 1.1rem;
}
.left-\[1\.25rem\]{
  left: 1.25rem;
}
.bottom-\[0\.1875rem\]{
  bottom: 0.1875rem;
}
.z-20{
  z-index: 20;
}
.z-10{
  z-index: 10;
}
.z-\[-1\]{
  z-index: -1;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.-z-10{
  z-index: -10;
}
.z-0{
  z-index: 0;
}
.order-2{
  order: 2;
}
.order-1{
  order: 1;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.row-span-3{
  grid-row: span 3 / span 3;
}
.row-span-1{
  grid-row: span 1 / span 1;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.mx-\[12px\]{
  margin-left: 12px;
  margin-right: 12px;
}
.mb-\[12px\]{
  margin-bottom: 12px;
}
.mb-\[1rem\]{
  margin-bottom: 1rem;
}
.mb-\[16px\]{
  margin-bottom: 16px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[1\.25rem\]{
  margin-top: 1.25rem;
}
.mb-\[7px\]{
  margin-bottom: 7px;
}
.mb-\[90px\]{
  margin-bottom: 90px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[6\.25rem\]{
  margin-top: 6.25rem;
}
.mb-\[14px\]{
  margin-bottom: 14px;
}
.mb-\[64px\]{
  margin-bottom: 64px;
}
.mb-\[2rem\]{
  margin-bottom: 2rem;
}
.mt-\[3\.125rem\]{
  margin-top: 3.125rem;
}
.mb-\[0\.9375rem\]{
  margin-bottom: 0.9375rem;
}
.mb-\[1\.5rem\]{
  margin-bottom: 1.5rem;
}
.mt-\[25px\]{
  margin-top: 25px;
}
.mt-\[36px\]{
  margin-top: 36px;
}
.mt-\[35px\]{
  margin-top: 35px;
}
.mt-\[1\.5rem\]{
  margin-top: 1.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.\!mb-\[0\.9375rem\]{
  margin-bottom: 0.9375rem !important;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-auto{
  margin-bottom: auto;
}
.mt-\[56px\]{
  margin-top: 56px;
}
.mt-auto{
  margin-top: auto;
}
.mb-\[2\.375rem\]{
  margin-bottom: 2.375rem;
}
.mt-\[7\.0625rem\]{
  margin-top: 7.0625rem;
}
.mb-\[0\.75rem\]{
  margin-bottom: 0.75rem;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[2\.5rem\]{
  margin-bottom: 2.5rem;
}
.mb-\[1\.75rem\]{
  margin-bottom: 1.75rem;
}
.mb-\[0\.5rem\]{
  margin-bottom: 0.5rem;
}
.-mr-\[5rem\]{
  margin-right: -5rem;
}
.mb-\[1\.25rem\]{
  margin-bottom: 1.25rem;
}
.mb-\[0\.625rem\]{
  margin-bottom: 0.625rem;
}
.mt-0{
  margin-top: 0px;
}
.ml-auto{
  margin-left: auto;
}
.mt-\[24px\]{
  margin-top: 24px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.ml-\[0\.75rem\]{
  margin-left: 0.75rem;
}
.mt-\[0\.125rem\]{
  margin-top: 0.125rem;
}
.mt-\[80px\]{
  margin-top: 80px;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.\!hidden{
  display: none !important;
}
.h-\[25rem\]{
  height: 25rem;
}
.h-\[26\.875rem\]{
  height: 26.875rem;
}
.h-\[2\.1875rem\]{
  height: 2.1875rem;
}
.h-full{
  height: 100%;
}
.h-\[4\.0625rem\]{
  height: 4.0625rem;
}
.h-screen{
  height: 100vh;
}
.h-\[5\.6875rem\]{
  height: 5.6875rem;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-\[60vh\]{
  height: 60vh;
}
.h-\[80vh\]{
  height: 80vh;
}
.\!h-auto{
  height: auto !important;
}
.h-\[5px\]{
  height: 5px;
}
.h-\[1\.5rem\]{
  height: 1.5rem;
}
.h-\[6\.75rem\]{
  height: 6.75rem;
}
.h-\[23px\]{
  height: 23px;
}
.h-\[20px\]{
  height: 20px;
}
.h-0{
  height: 0px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[80vw\]{
  height: 80vw;
}
.h-\[1\.75rem\]{
  height: 1.75rem;
}
.h-\[2\.25rem\]{
  height: 2.25rem;
}
.h-\[0\.875rem\]{
  height: 0.875rem;
}
.h-\[30\.625rem\]{
  height: 30.625rem;
}
.h-\[6\.25rem\]{
  height: 6.25rem;
}
.\!h-\[23px\]{
  height: 23px !important;
}
.max-h-\[62\.5rem\]{
  max-height: 62.5rem;
}
.min-h-\[730px\]{
  min-height: 730px;
}
.min-h-\[116px\]{
  min-height: 116px;
}
.min-h-\[60px\]{
  min-height: 60px;
}
.w-full{
  width: 100%;
}
.w-\[9\.875rem\]{
  width: 9.875rem;
}
.w-\[2\.1875rem\]{
  width: 2.1875rem;
}
.w-\[0\.8125rem\]{
  width: 0.8125rem;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-screen{
  width: 100vw;
}
.w-\[5\.6875rem\]{
  width: 5.6875rem;
}
.w-\[120\%\]{
  width: 120%;
}
.w-\[5px\]{
  width: 5px;
}
.w-\[270px\]{
  width: 270px;
}
.w-\[1\.5rem\]{
  width: 1.5rem;
}
.w-auto{
  width: auto;
}
.w-\[80vw\]{
  width: 80vw;
}
.w-\[2\.25rem\]{
  width: 2.25rem;
}
.w-\[30\.625rem\]{
  width: 30.625rem;
}
.w-\[6\.25rem\]{
  width: 6.25rem;
}
.min-w-\[23px\]{
  min-width: 23px;
}
.min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
}
.min-w-full{
  min-width: 100%;
}
.max-w-\[41\.625rem\]{
  max-width: 41.625rem;
}
.max-w-\[52\.875rem\]{
  max-width: 52.875rem;
}
.max-w-\[27\.5rem\]{
  max-width: 27.5rem;
}
.origin-\[0\]{
  transform-origin: 0;
}
.translate-y-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-4{
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[10deg\]{
  --tw-rotate: 10deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-flow-col{
  grid-auto-flow: column;
}
.grid-cols-\[91px_minmax\(auto\2c _1fr\)\]{
  grid-template-columns: 91px minmax(auto, 1fr);
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-content-between{
  place-content: space-between;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-center{
  justify-items: center;
}
.gap-5{
  gap: 1.25rem;
}
.gap-x-\[20px\]{
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.space-x-\[1\.125rem\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.125rem * var(--tw-space-x-reverse));
  margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-hidden{
  overflow: hidden !important;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-y-auto{
  overflow-y: auto;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-\[3\.375rem\]{
  border-radius: 3.375rem;
}
.rounded-\[25px\]{
  border-radius: 25px;
}
.rounded-\[1\.5625rem\]{
  border-radius: 1.5625rem;
}
.rounded-\[0\.625rem\]{
  border-radius: 0.625rem;
}
.rounded-\[0\.5rem\]{
  border-radius: 0.5rem;
}
.rounded-\[1rem\]{
  border-radius: 1rem;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-\[\#EBEEF6\]{
  --tw-border-opacity: 1;
  border-color: rgb(235 238 246 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.bg-\[\#0119550a\]{
  background-color: #0119550a;
}
.bg-adroit-azure-50{
  --tw-bg-opacity: 1;
  background-color: rgb(8 128 255 / var(--tw-bg-opacity));
}
.bg-adroit-light{
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 255 / var(--tw-bg-opacity));
}
.bg-adroit-text{
  --tw-bg-opacity: 1;
  background-color: rgb(44 66 89 / var(--tw-bg-opacity));
}
.bg-adroit-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(1 25 85 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\!bg-adroit-light{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 251 255 / var(--tw-bg-opacity)) !important;
}
.bg-adroit-azure-100{
  --tw-bg-opacity: 1;
  background-color: rgb(94 172 255 / var(--tw-bg-opacity));
}
.bg-card-2{
  background-color: rgba(125, 154, 255, 0.1);
}
.bg-\[\#EEF3F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 248 / var(--tw-bg-opacity));
}
.bg-\[\#E9ECF0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 240 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff33\]{
  background-color: #ffffff33;
}
.bg-gradient-whito{
  background-image: linear-gradient(0deg, rgba(8, 128, 255, 0.1), rgba(255, 255, 255, 0.5) );
}
.stroke-white{
  stroke: #ffffff;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-\[-400px\]{
  -o-object-position: -400px;
     object-position: -400px;
}
.p-\[1\.25rem\]{
  padding: 1.25rem;
}
.p-\[10px\]{
  padding: 10px;
}
.py-\[3\.125rem\]{
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.py-\[18px\]{
  padding-top: 18px;
  padding-bottom: 18px;
}
.px-\[1\.75rem\]{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-\[0\.75rem\]{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.\!px-\[1\.25rem\]{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.py-\[2\.5rem\]{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[1\.5rem\]{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-\[1\.25rem\]{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.pt-\[126px\]{
  padding-top: 126px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pt-\[1\.875rem\]{
  padding-top: 1.875rem;
}
.pb-\[1\.5625rem\]{
  padding-bottom: 1.5625rem;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pr-0{
  padding-right: 0px;
}
.pl-\[2\.125rem\]{
  padding-left: 2.125rem;
}
.pt-\[50px\]{
  padding-top: 50px;
}
.pt-\[3\.5rem\]{
  padding-top: 3.5rem;
}
.pb-\[24px\]{
  padding-bottom: 24px;
}
.pt-\[3\.125rem\]{
  padding-top: 3.125rem;
}
.pb-\[7\.5rem\]{
  padding-bottom: 7.5rem;
}
.pb-\[1\.875rem\]{
  padding-bottom: 1.875rem;
}
.pt-\[1\.5625rem\]{
  padding-top: 1.5625rem;
}
.pb-\[35px\]{
  padding-bottom: 35px;
}
.pb-\[1\.5rem\]{
  padding-bottom: 1.5rem;
}
.pr-\[1\.25rem\]{
  padding-right: 1.25rem;
}
.pb-\[2rem\]{
  padding-bottom: 2rem;
}
.pt-\[1rem\]{
  padding-top: 1rem;
}
.pb-\[0\.5rem\]{
  padding-bottom: 0.5rem;
}
.pt-\[1\.25rem\]{
  padding-top: 1.25rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-\[1rem\]{
  font-size: 1rem;
}
.text-\[1\.5rem\]{
  font-size: 1.5rem;
}
.text-\[64px\]{
  font-size: 64px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[4rem\]{
  font-size: 4rem;
}
.text-font-16{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-\[2rem\]{
  font-size: 2rem;
}
.text-\[1\.75rem\]{
  font-size: 1.75rem;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-font-28{
  font-size: 1.75rem;
  line-height: 2.1875rem;
}
.text-\[2\.5rem\]{
  font-size: 2.5rem;
}
.text-\[1\.25rem\]{
  font-size: 1.25rem;
}
.text-\[1\.125rem\]{
  font-size: 1.125rem;
}
.text-\[0\.75rem\]{
  font-size: 0.75rem;
}
.font-semibold{
  font-weight: 600;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.capitalize{
  text-transform: capitalize;
}
.leading-\[1\.25rem\]{
  line-height: 1.25rem;
}
.leading-\[2rem\]{
  line-height: 2rem;
}
.leading-\[1\.5rem\]{
  line-height: 1.5rem;
}
.leading-\[77px\]{
  line-height: 77px;
}
.leading-\[38px\]{
  line-height: 38px;
}
.leading-\[23px\]{
  line-height: 23px;
}
.leading-\[4\.8125rem\]{
  line-height: 4.8125rem;
}
.leading-\[2\.375rem\]{
  line-height: 2.375rem;
}
.leading-\[2\.125rem\]{
  line-height: 2.125rem;
}
.leading-\[3rem\]{
  line-height: 3rem;
}
.leading-\[2\.5rem\]{
  line-height: 2.5rem;
}
.leading-\[1\.8125rem\]{
  line-height: 1.8125rem;
}
.leading-\[1\.4375rem\]{
  line-height: 1.4375rem;
}
.leading-\[1\.3125rem\]{
  line-height: 1.3125rem;
}
.leading-\[1\.125rem\]{
  line-height: 1.125rem;
}
.leading-\[1\.6875rem\]{
  line-height: 1.6875rem;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-adroit-text{
  --tw-text-opacity: 1;
  color: rgb(44 66 89 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\!text-adroit-azure-50{
  --tw-text-opacity: 1 !important;
  color: rgb(8 128 255 / var(--tw-text-opacity)) !important;
}
.text-adroit-azure-50{
  --tw-text-opacity: 1;
  color: rgb(8 128 255 / var(--tw-text-opacity));
}
.\!text-adroit-dark{
  --tw-text-opacity: 1 !important;
  color: rgb(1 25 85 / var(--tw-text-opacity)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#ffffffcc\]{
  color: #ffffffcc;
}
.\!text-adroit-text{
  --tw-text-opacity: 1 !important;
  color: rgb(44 66 89 / var(--tw-text-opacity)) !important;
}
.text-\[\#ffffff33\]{
  color: #ffffff33;
}
.text-\[\#FF0B72\]{
  --tw-text-opacity: 1;
  color: rgb(255 11 114 / var(--tw-text-opacity));
}
.text-\[\#ffffff99\]{
  color: #ffffff99;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_10px_0px_rgba\(0\2c 110\2c 189\2c 0\.1\)\]{
  --tw-shadow: 0 4px 10px 0px rgba(0,110,189,0.1);
  --tw-shadow-colored: 0 4px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.backdrop-blur-\[5px\]{
  --tw-backdrop-blur: blur(5px);
  -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);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.delay-700{
  transition-delay: 700ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-\[300ms\]{
  transition-duration: 300ms;
}
.duration-\[1200ms\]{
  transition-duration: 1200ms;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

[x-cloak] { display: none !important; }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

@media screen and (min-width: 1024px ){
  html {
    font-size: 1vw;
    -webkit-font-smoothing: antialiased
	}
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 1vw;
    -webkit-font-smoothing: antialiased
	}
}
/* @media screen and (min-width: 1600px) {
  html {
    font-size: 16px
	}
} */
@media screen and (min-width: 2560px ){
  html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased
  }
}

.swiper-pagination-bullet-active{
  width: 8px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 128 255 / var(--tw-bg-opacity)) !important;
}

.swiper-pagination-bullet{
  background-color: #2c425926;
}

@media (min-width: 2560px){
  .swiper-pagination-bullet{
    margin-right: 0.3125rem !important;
    height: 0.5rem !important;
    width: 0.5rem !important;
  }
}

.wp-block-image:not(.no-zoom){
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}

@media (min-width: 1024px){
  .wp-block-image:not(.no-zoom){
    margin-bottom: 2.5rem;
  }
}
.wp-block-image img{
  position: relative;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  min-width: 100%;
}
.wp-block-image:not(.no-zoom) img{
  cursor: pointer;
}

.wp-block-image:not(.no-zoom):after{
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  display: block;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 5px;
  background-color: #0119550a;
  background-image: url('../img/icon-enlarge.svg');
  background-position: center;
  background-repeat: no-repeat;
  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;
  --tw-content: '';
  content: var(--tw-content);
}
.wp-block-image:not(.no-zoom).is-resized:after{
  bottom: 2.5rem;
  right: 0px;
}
.wp-block-image:not(.no-zoom):hover:after{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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;
}

#lightbox img{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 82.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px){
  #lightbox img{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

@media (min-width: 2560px){
  #lightbox img{
    height: -moz-fit-content;
    height: fit-content;
    max-width: 100%;
  }
}


#ready-to-start #checkbox_wrap{
  max-width: 18.75rem;
}

#ready-to-start #btn-cta{
  margin-left: auto;
  margin-bottom: auto;
  margin-top: 0px;
}

#contact-us img{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 25px;
  -o-object-position: -400px;
     object-position: -400px;
}

@media (min-width: 1024px){
  #contact-us img{
    -o-object-position: 0;
       object-position: 0;
  }
}


#checkbox_wrap a{
  font-size: 1.125rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}


#checkbox_wrap a:hover{
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px #364098 inset !important;
}
input:-webkit-autofill{
  -webkit-text-fill-color: #ffffff !important;
}

/* Cookies */
#c-p-bn,
#s-all-bn{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 25 85 / var(--tw-bg-opacity)) !important;
}
#c-p-bn:hover,
#s-all-bn:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 128 255 / var(--tw-bg-opacity)) !important;
}


[x-data="sidebar"] span img{
  opacity: 0;
  display: flex;
}
[x-data="sidebar"] span.active img{
  opacity: 1;
  display: flex;
  padding-left: 1.0625rem;
}
@media (max-width: 1024px) {
  [x-data="sidebar"] span img{
    opacity: 0;
    display: none;
  }
  [x-data="sidebar"] span.active img{
    opacity: 0;
    display: none;
  }
}

/* PRELOADER */

.tvdd-wrap{
  overflow: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: radial-gradient(240.38% 691.31% at 98.3% 100%, #00154A 30.37%, #0085CF 100%) ;
  z-index: 999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tvdd-wrap.hidden{
  display: none;
}
.tvdd {
	overflow: hidden;
	position: relative;
	width: 16em;
	height: 16em;
  top:0;
  left:0;
}
@media (max-width: 1024px) {
  .tvdd {
    overflow: hidden;
    position: relative;
    width: 10em;
    height: 10em;
  }
}
.tvdd__ring {
	top: 0;
	left: 18.75%;
	width: 62.5%;
	height: 62.5%;
	transform-origin: 50% 80%;
}
.tvdd__ring, .tvdd__ring-dot {
	position: absolute;
}
.tvdd__ring-dots {
	animation: pivot 1s linear infinite;
	width: 100%;
	height: 100%;
}
.tvdd__ring-dot {
	animation: pulse 1s ease-in-out infinite;
	background-color:#0a80ff;
	border-radius: 50%;
	margin: -5% 0 0 -5%;
	width: 10%;
	height: 10%;
}
.tvdd__ring-dot:nth-child(1) {
	top: 38.3531429704%;
	left: 6.533337817%;
}
.tvdd__ring-dot:nth-child(2) {
	animation-delay: -0.0833333333s;
	top: 61.6468570296%;
	left: 6.533337817%;
}
.tvdd__ring-dot:nth-child(3) {
	animation-delay: -0.1666666667s;
	top: 81.8198051534%;
	left: 18.1801948466%;
}
.tvdd__ring-dot:nth-child(4) {
	animation-delay: -0.25s;
	top: 93.466662183%;
	left: 38.3531429704%;
}
.tvdd__ring-dot:nth-child(5) {
	animation-delay: -0.3333333333s;
	top: 93.466662183%;
	left: 61.6468570296%;
}
.tvdd__ring-dot:nth-child(6) {
	animation-delay: -0.4166666667s;
	top: 81.8198051534%;
	left: 81.8198051534%;
}
.tvdd__ring-dot:nth-child(7) {
	animation-delay: -0.5s;
	top: 61.6468570296%;
	left: 93.466662183%;
}
.tvdd__ring-dot:nth-child(8) {
	animation-delay: -0.5833333333s;
	top: 38.3531429704%;
	left: 93.466662183%;
}
.tvdd__ring-dot:nth-child(9) {
	animation-delay: -0.6666666667s;
	top: 18.1801948466%;
	left: 81.8198051534%;
}
.tvdd__ring-dot:nth-child(10) {
	animation-delay: -0.75s;
	top: 6.533337817%;
	left: 61.6468570296%;
}
.tvdd__ring-dot:nth-child(11) {
	animation-delay: -0.8333333333s;
	top: 6.533337817%;
	left: 38.3531429704%;
}
.tvdd__ring-dot:nth-child(12) {
	animation-delay: -0.9166666667s;
	top: 18.1801948466%;
	left: 18.1801948466%;
}
.tvdd__ring:nth-child(2) {
	transform: rotate(120deg);
}
.tvdd__ring:nth-child(2) .tvdd__ring-dot {
  background-color:#0c73e1;
}
.tvdd__ring:nth-child(3) {
	transform: rotate(240deg);
}
.tvdd__ring:nth-child(3) .tvdd__ring-dot {
  background-color:#2b90fc;
}

/* Animations */
@keyframes pivot {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(30deg);
	}
}
@keyframes pulse {
	from, to {
		transform: scale(0.1);
	}
	50% {
		transform: scale(1);
	}
}

.wp-block-image.no-zoom-btn:not(.no-zoom):after {
	display: none;
}

.after\:\!text-\[3rem\]::after{
  content: var(--tw-content);
  font-size: 3rem !important;
}

.last\:mr-0:last-child{
  margin-right: 0px;
}

.last\:hidden:last-child{
  display: none;
}

.even\:hidden:nth-child(even){
  display: none;
}

.even\:justify-center:nth-child(even){
  justify-content: center;
}

.placeholder-shown\:pb-\[1rem\]:-moz-placeholder-shown{
  padding-bottom: 1rem;
}

.placeholder-shown\:pb-\[1rem\]:placeholder-shown{
  padding-bottom: 1rem;
}

.hover\:bg-adroit-azure-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(8 128 255 / var(--tw-bg-opacity));
}

.hover\:bg-adroit-azure-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(94 172 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#5EACFF\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(94 172 255 / var(--tw-bg-opacity));
}

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

.hover\:text-adroit-azure-50:hover{
  --tw-text-opacity: 1;
  color: rgb(8 128 255 / var(--tw-text-opacity));
}

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

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

.hover\:\!no-underline:hover{
  text-decoration-line: none !important;
}

.focus\:border-0:focus{
  border-width: 0px;
}

.focus\:border-\[\#ffffff\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:bg-\[\#ffffff33\]:focus{
  background-color: #ffffff33;
}

.focus\:pb-\[0\.5rem\]:focus{
  padding-bottom: 0.5rem;
}

.focus\:placeholder-\[\#ffffff33\]:focus::-moz-placeholder{
  color: #ffffff33;
}

.focus\:placeholder-\[\#ffffff33\]:focus::placeholder{
  color: #ffffff33;
}

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

.focus\:ring-transparent:focus{
  --tw-ring-color: transparent;
}

.group:hover .group-hover\:stroke-white{
  stroke: #ffffff;
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.peer:focus ~ .peer-focus\:-translate-y-4{
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:focus ~ .peer-focus\:scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:focus ~ .peer-focus\:text-\[\#ffffff99\]{
  color: #ffffff99;
}

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

.dark .dark\:\!hidden{
  display: none !important;
}

.dark .dark\:\!h-\[0\]{
  height: 0 !important;
}

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

.dark .dark\:stroke-\[\#000\]{
  stroke: #000;
}

@media (min-width: 1024px){
  .md\:absolute{
    position: absolute;
  }
  .md\:sticky{
    position: sticky;
  }
  .md\:top-0{
    top: 0px;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:top-\[33\.75rem\]{
    top: 33.75rem;
  }
  .md\:top-\[1\.5rem\]{
    top: 1.5rem;
  }
  .md\:right-\[1\.5rem\]{
    right: 1.5rem;
  }
  .md\:bottom-0{
    bottom: 0px;
  }
  .md\:-right-\[16vw\]{
    right: -16vw;
  }
  .md\:top-\[5\.8125rem\]{
    top: 5.8125rem;
  }
  .md\:bottom-\[3px\]{
    bottom: 3px;
  }
  .md\:bottom-\[-20px\]{
    bottom: -20px;
  }
  .md\:bottom-\[-50px\]{
    bottom: -50px;
  }
  .md\:-bottom-\[50px\]{
    bottom: -50px;
  }
  .md\:-bottom-0{
    bottom: -0px;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-3{
    order: 3;
  }
  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mb-\[1\.875rem\]{
    margin-bottom: 1.875rem;
  }
  .md\:mb-\[1\.5rem\]{
    margin-bottom: 1.5rem;
  }
  .md\:mb-\[2\.25rem\]{
    margin-bottom: 2.25rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mr-auto{
    margin-right: auto;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mb-\[10rem\]{
    margin-bottom: 10rem;
  }
  .md\:mb-\[2\.5rem\]{
    margin-bottom: 2.5rem;
  }
  .md\:mt-\[2\.25rem\]{
    margin-top: 2.25rem;
  }
  .md\:mt-\[0\.9375rem\]{
    margin-top: 0.9375rem;
  }
  .md\:mr-14{
    margin-right: 3.5rem;
  }
  .md\:mb-\[5\.5rem\]{
    margin-bottom: 5.5rem;
  }
  .md\:mt-\[1\.4375rem\]{
    margin-top: 1.4375rem;
  }
  .md\:\!mt-0{
    margin-top: 0px !important;
  }
  .md\:mb-\[20px\]{
    margin-bottom: 20px;
  }
  .md\:-mr-\[6\.375rem\]{
    margin-right: -6.375rem;
  }
  .md\:mr-\[1\.375rem\]{
    margin-right: 1.375rem;
  }
  .md\:mb-\[1rem\]{
    margin-bottom: 1rem;
  }
  .md\:mb-\[0\]{
    margin-bottom: 0;
  }
  .md\:mb-\[1\.25rem\]{
    margin-bottom: 1.25rem;
  }
  .md\:mt-\[3\.125rem\]{
    margin-top: 3.125rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:\!flex{
    display: flex !important;
  }
  .md\:inline-flex{
    display: inline-flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:h-\[8\.5rem\]{
    height: 8.5rem;
  }
  .md\:h-screen{
    height: 100vh;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:h-\[34\.375rem\]{
    height: 34.375rem;
  }
  .md\:h-\[2\.3125rem\]{
    height: 2.3125rem;
  }
  .md\:h-max{
    height: -moz-max-content;
    height: max-content;
  }
  .md\:h-\[100\%\]{
    height: 100%;
  }
  .md\:h-\[35rem\]{
    height: 35rem;
  }
  .md\:h-\[23\.75rem\]{
    height: 23.75rem;
  }
  .md\:h-\[9\.125rem\]{
    height: 9.125rem;
  }
  .md\:max-h-\[30rem\]{
    max-height: 30rem;
  }
  .md\:min-h-\[50rem\]{
    min-height: 50rem;
  }
  .md\:min-h-\[37\.5rem\]{
    min-height: 37.5rem;
  }
  .md\:min-h-\[35\.5rem\]{
    min-height: 35.5rem;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:w-\[8\.5rem\]{
    width: 8.5rem;
  }
  .md\:w-\[33\.75rem\]{
    width: 33.75rem;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:w-\[34\.375rem\]{
    width: 34.375rem;
  }
  .md\:w-\[15rem\]{
    width: 15rem;
  }
  .md\:w-\[19rem\]{
    width: 19rem;
  }
  .md\:w-\[28\.625rem\]{
    width: 28.625rem;
  }
  .md\:w-\[23\.75rem\]{
    width: 23.75rem;
  }
  .md\:min-w-\[100vw\]{
    min-width: 100vw;
  }
  .md\:min-w-\[8\.125rem\]{
    min-width: 8.125rem;
  }
  .md\:min-w-\[28\.625rem\]{
    min-width: 28.625rem;
  }
  .md\:min-w-\[9\.375rem\]{
    min-width: 9.375rem;
  }
  .md\:min-w-\[9\.125rem\]{
    min-width: 9.125rem;
  }
  .md\:max-w-\[1880px\]{
    max-width: 1880px;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:max-w-\[46\.25rem\]{
    max-width: 46.25rem;
  }
  .md\:max-w-\[20\.3125rem\]{
    max-width: 20.3125rem;
  }
  .md\:rotate-\[0deg\]{
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:\!flex-row{
    flex-direction: row !important;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:place-content-between{
    place-content: space-between;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-\[1\.5625rem\]{
    gap: 1.5625rem;
  }
  .md\:gap-\[1\.25rem\]{
    gap: 1.25rem;
  }
  .md\:whitespace-nowrap{
    white-space: nowrap;
  }
  .md\:bg-gradient-radialo{
    background-image: radial-gradient(240.38% 691.31% at 98.3% 100%, #00154A 30%, #0085CF 100%);
  }
  .md\:object-\[0\]{
    -o-object-position: 0;
       object-position: 0;
  }
  .md\:p-\[1\.5rem\]{
    padding: 1.5rem;
  }
  .md\:p-\[1\.25rem\]{
    padding: 1.25rem;
  }
  .md\:py-\[5rem\]{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:px-\[6\.25rem\]{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .md\:px-\[5rem\]{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:\!px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .md\:py-\[3\.75rem\]{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .md\:py-\[1\.25rem\]{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:\!py-\[1\.4375rem\]{
    padding-top: 1.4375rem !important;
    padding-bottom: 1.4375rem !important;
  }
  .md\:py-\[3\.625rem\]{
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
  }
  .md\:py-\[5\.625rem\]{
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .md\:px-\[6\.75rem\]{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }
  .md\:px-\[2rem\]{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:pt-\[15\.25rem\]{
    padding-top: 15.25rem;
  }
  .md\:pb-\[7\.5rem\]{
    padding-bottom: 7.5rem;
  }
  .md\:pl-\[8\.5rem\]{
    padding-left: 8.5rem;
  }
  .md\:pt-\[3\.75rem\]{
    padding-top: 3.75rem;
  }
  .md\:pb-\[3\.75rem\]{
    padding-bottom: 3.75rem;
  }
  .md\:pr-\[1\.25rem\]{
    padding-right: 1.25rem;
  }
  .md\:pb-\[1\.4375rem\]{
    padding-bottom: 1.4375rem;
  }
  .md\:pt-\[2\.5rem\]{
    padding-top: 2.5rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pr-\[5rem\]{
    padding-right: 5rem;
  }
  .md\:pt-\[9\.375rem\]{
    padding-top: 9.375rem;
  }
  .md\:pr-\[4\.375rem\]{
    padding-right: 4.375rem;
  }
  .md\:pl-\[5rem\]{
    padding-left: 5rem;
  }
  .md\:pt-\[6\.25rem\]{
    padding-top: 6.25rem;
  }
  .md\:pb-\[1\.5625rem\]{
    padding-bottom: 1.5625rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-start{
    text-align: start;
  }
  .md\:text-\[2rem\]{
    font-size: 2rem;
  }
  .md\:text-\[5\.625rem\]{
    font-size: 5.625rem;
  }
  .md\:text-\[1\.125rem\]{
    font-size: 1.125rem;
  }
  .md\:text-\[4rem\]{
    font-size: 4rem;
  }
  .md\:text-font-100{
    font-size: 6.25rem;
    line-height: 7.5rem;
  }
  .md\:text-font-16{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-font-18{
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
  .md\:text-\[2\.5rem\]{
    font-size: 2.5rem;
  }
  .md\:text-\[1\.5rem\]{
    font-size: 1.5rem;
  }
  .md\:text-\[1rem\]{
    font-size: 1rem;
  }
  .md\:\!font-semibold{
    font-weight: 600 !important;
  }
  .md\:font-normal{
    font-weight: 400;
  }
  .md\:leading-\[2\.625rem\]{
    line-height: 2.625rem;
  }
  .md\:leading-\[6\.75rem\]{
    line-height: 6.75rem;
  }
  .md\:leading-\[1\.4375rem\]{
    line-height: 1.4375rem;
  }
  .md\:leading-\[4\.8125rem\]{
    line-height: 4.8125rem;
  }
  .md\:leading-\[2\.6875rem\]{
    line-height: 2.6875rem;
  }
  .md\:leading-\[1\.6875rem\]{
    line-height: 1.6875rem;
  }
  .md\:leading-\[4\.875rem\]{
    line-height: 4.875rem;
  }
  .md\:leading-\[3rem\]{
    line-height: 3rem;
  }
  .md\:leading-\[1\.8125rem\]{
    line-height: 1.8125rem;
  }
  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .md\:text-adroit-dark{
    --tw-text-opacity: 1;
    color: rgb(1 25 85 / var(--tw-text-opacity));
  }
  .md\:\!text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  .md\:even\:\!flex:nth-child(even){
    display: flex !important;
  }
  .dark .dark\:md\:\!text-adroit-text{
    --tw-text-opacity: 1 !important;
    color: rgb(44 66 89 / var(--tw-text-opacity)) !important;
  }
  .min-\[1024px\]\:right-0{
    right: 0px;
  }
  .min-\[1024px\]\:min-w-\[65vw\]{
    min-width: 65vw;
  }
  .min-\[1024px\]\:max-w-\[65vw\]{
    max-width: 65vw;
  }
}

@media (min-width: 1445px){
  .min-\[1445px\]\:right-0{
    right: 0px;
  }
  .min-\[1445px\]\:right-\[10rem\]{
    right: 10rem;
  }
  .min-\[1445px\]\:w-auto{
    width: auto;
  }
  .min-\[1445px\]\:min-w-\[62vw\]{
    min-width: 62vw;
  }
  .min-\[1445px\]\:max-w-\[62vw\]{
    max-width: 62vw;
  }
}

@media (min-width: 2500px){
  .min-\[2500px\]\:min-h-\[37\.5rem\]{
    min-height: 37.5rem;
  }
  .min-\[2500px\]\:\[\&_svg\]\:max-h-\[36\.25rem\] svg{
    max-height: 36.25rem;
  }
}

@media (min-width: 2560px){
  .\34k\:\!right-\[calc\(\(100vw-1880px\)\/2\)\]{
    right: calc((100vw - 1880px) / 2) !important;
  }
  .\34k\:\!left-\[calc\(\(100vw-1880px\)\/2\)\]{
    left: calc((100vw - 1880px) / 2) !important;
  }
  .\34k\:h-max{
    height: -moz-max-content;
    height: max-content;
  }
  .\34k\:\!h-\[1\.25rem\]{
    height: 1.25rem !important;
  }
  .\34k\:min-h-\[25rem\]{
    min-height: 25rem;
  }
  .\34k\:min-h-\[90vh\]{
    min-height: 90vh;
  }
  .\34k\:min-h-\[100\%\]{
    min-height: 100%;
  }
  .\34k\:w-auto{
    width: auto;
  }
  .\34k\:w-full{
    width: 100%;
  }
  .\34k\:min-w-\[9\.875rem\]{
    min-width: 9.875rem;
  }
  .\34k\:min-w-\[80\%\]{
    min-width: 80%;
  }
  .\34k\:max-w-full{
    max-width: 100%;
  }
  .\34k\:max-w-\[100\%\]{
    max-width: 100%;
  }
  .\34k\:max-w-\[1880px\]{
    max-width: 1880px;
  }
  .\34k\:px-\[5rem\]{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .\34k\:text-\[1\.25rem\]{
    font-size: 1.25rem;
  }
  .\34k\:text-\[1\.125rem\]{
    font-size: 1.125rem;
  }
}

.\[\&_svg\]\:h-\[100\%\] svg{
  height: 100%;
}

.\[\&_svg\]\:w-\[100\%\] svg{
  width: 100%;
}