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

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

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

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

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.m-0 {
  margin: 0px;
}

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

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

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

.mb-2\.5 {
  margin-bottom: 10px;
}

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

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

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

.ml-auto {
  margin-left: auto;
}

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

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

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

.mt-15 {
  margin-top: 60px;
}

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

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

.mt-auto {
  margin-top: auto;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.aspect-\[810\/309\] {
  aspect-ratio: 810/309;
}

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

.origin-center {
  transform-origin: center;
}

.-translate-y-\[calc\(50\%-40px\)\] {
  --tw-translate-y: calc(calc(50% - 40px) * -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-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-85 {
  --tw-scale-x: 0.85;
  --tw-scale-y: 0.85;
  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;
}

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

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

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

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

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

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

.gap-0\.5 {
  gap: 2px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 5px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11\.5 {
  gap: 46px;
}

.gap-12\.5 {
  gap: 50px;
}

.gap-15 {
  gap: 60px;
}

.gap-16\.5 {
  gap: 70px;
}

.gap-19\.75 {
  gap: 78px;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 10px;
}

.gap-21 {
  gap: 84px;
}

.gap-26 {
  gap: 100px;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 14px;
}

.gap-4 {
  gap: 1rem;
}

.gap-4\.5 {
  gap: 18px;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-5\.5 {
  gap: 22px;
}

.gap-5\.75 {
  gap: 23px;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-6\.5 {
  gap: 26px;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-7\.5 {
  gap: 30px;
}

.gap-8 {
  gap: 32px;
}

.gap-9\.5 {
  gap: 38px;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-7\.5 {
  row-gap: 30px;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-blue-mid-two {
  border-color: var(--colorBlueMidTwo);
}

.border-red {
  border-color: var(--colorRed);
}

.border-teal {
  border-color: var(--colorTeal);
}

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

.border-b-red {
  border-bottom-color: var(--colorRed);
}

.border-t-red {
  border-top-color: var(--colorRed);
}

.border-t-teal {
  border-top-color: var(--colorTeal);
}

.bg-blue-mid-two {
  background-color: var(--colorBlueMidTwo);
}

.bg-grey-light-two {
  background-color: var(--colorGreyLightTwo);
}

.bg-light-grey-three {
  background-color: var(--colorGreyLightThree);
}

.bg-red {
  background-color: var(--colorRed);
}

.bg-teal {
  background-color: var(--colorTeal);
}

.bg-teal-lighter {
  background-color: var(--colorTealLighter);
}

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

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

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-7\.5 {
  padding: 30px;
}

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

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

.px-12\.5 {
  padding-left: 48px;
  padding-right: 48px;
}

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

.px-5\.5 {
  padding-left: 22px;
  padding-right: 22px;
}

.px-7\.5 {
  padding-left: 30px;
  padding-right: 30px;
}

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

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

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

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

.py-16\.5 {
  padding-top: 66px;
  padding-bottom: 66px;
}

.py-19\.125 {
  padding-top: 75px;
  padding-bottom: 75px;
}

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

.py-27 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-3\.75 {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.py-7\.5 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-8\.75 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-13 {
  padding-bottom: 50px;
}

.pb-13\.25 {
  padding-bottom: 52px;
}

.pb-2\.5 {
  padding-bottom: 10px;
}

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

.pb-27 {
  padding-bottom: 100px;
}

.pb-27\.65 {
  padding-bottom: 110px;
}

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

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

.pb-6\.5 {
  padding-bottom: 26px;
}

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

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-9\.5 {
  padding-bottom: 38px;
}

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

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

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

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

.pl-15\.75 {
  padding-left: 65px;
}

.pl-17 {
  padding-left: 68px;
}

.pr-12\.5 {
  padding-right: 48px;
}

.pr-6\.75 {
  padding-right: 27px;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

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

.pt-11\.2 {
  padding-top: 45px;
}

.pt-12\.5 {
  padding-top: 48px;
}

.pt-13 {
  padding-top: 50px;
}

.pt-16\.5 {
  padding-top: 66px;
}

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

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

.pt-7 {
  padding-top: 1.75rem;
}

.pt-7\.5 {
  padding-top: 30px;
}

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

.text-2\.5xl {
  font-size: 1.75rem;
  line-height: 1.65;
}

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

.text-3\.5xl {
  font-size: 2rem;
  line-height: 1.15;
}

.text-3\.75xl {
  font-size: 2.188rem;
  line-height: 1.15;
}

.text-4\.15xl {
  font-size: 2.375rem;
  line-height: 1.15;
}

.text-5\.5xl {
  font-size: 3.4375rem;
  line-height: 1.15;
}

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

.text-md {
  font-size: 1rem;
  line-height: 1.65;
}

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

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

.text-xs {
  font-size: 0.875rem;
  line-height: 1.714;
}

.text-xxxs {
  font-size: 0.625rem;
  line-height: 1.5;
}

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

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

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

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.leading-8\.5 {
  line-height: 34px;
}

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

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

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

.tracking-\[1\.4px\] {
  letter-spacing: 1.4px;
}

.text-\[\#1a2630\] {
  --tw-text-opacity: 1;
  color: rgb(26 38 48 / var(--tw-text-opacity, 1));
}

.text-blue-mid-two {
  color: var(--colorBlueMidTwo);
}

.text-grey {
  color: var(--colorGrey);
}

.text-inherit {
  color: inherit;
}

.text-red {
  color: var(--colorRed);
}

.text-teal {
  color: var(--colorTeal);
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

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

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

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

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

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

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

.with-location-arrow {
  position: relative;
}

.with-location-arrow:before {
  position: absolute;
  top: 3px;
  left: 0;
}

.with-location-arrow.blue {
  padding-left: 40px;
}

.with-location-arrow.blue:before {
  content: url(images/location-white-arrow.svg);
}

.with-location-arrow.red {
  padding-left: 37px;
}

.with-location-arrow.red:before {
  content: url(images/location-red-arrow.svg);
}

.with-location-arrow.green {
  padding-left: 40px;
}

.with-location-arrow.green:before {
  content: url(images/location-green-arrow.svg);
}

.with-location-arrow.less-pl {
  padding-left: 35px;
}

.with-bg-red-rounded {
  position: relative;
}

.with-bg-red-rounded:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--colorRed);
}

@media (min-width: 1420px) {
  .with-bg-red-rounded:after {
    width: calc(100% - 30px);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

@media (min-width: 1550px) {
  .with-bg-red-rounded:after {
    width: calc(100% - 60px);
  }
}

@media (min-width: 1680px) {
  .with-bg-red-rounded:after {
    width: calc(100% - 168px);
  }
}

.with-user-icon-before:before {
  content: url(images/user-icon.svg);
  height: 31px;
}

.with-tick-before {
  position: relative;
  padding-left: 26px;
}

.with-tick-before:before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  background-image: url(images/tick.svg);
  background-size: 16px 12px;
  background-repeat: no-repeat;
  height: 12px;
  width: 16px;
}

.with-phone-teal-icon-before {
  position: relative;
  padding-left: 43px;
}

.with-phone-teal-icon-before:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: url(images/phone-teal-icon.svg);
  height: 33px;
}

.btn-teal-chevron-link-after:after {
  content: url(images/btn-chevron-teal.svg);
}

.after-ml-6px-relative-top-4px:after {
  margin-left: 6px;
  position: relative;
  top: 4px;
}

.bg-grey-light-two-after {
  position: relative;
}

.bg-grey-light-two-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 50px);
  width: 100%;
  background-color: var(--colorGreyLightTwo);
  z-index: 0;
}

@media (max-width: 767px) {
  .bg-grey-light-two-after:after {
    height: calc(100% - 20px);
  }
}

.with-quotation-red-solid-before,
.with-quotation-light-red-before {
  position: relative;
  margin-top: 30px;
}

.with-quotation-red-solid-before:before,
.with-quotation-light-red-before:before {
  position: absolute;
  content: "";
  background-size: 64px 48px;
  width: 64px;
  height: 48px;
  top: -30px;
  left: 42px;
}

.with-quotation-light-red-before:before {
  background-image: url(images/quote-marks-light-red.svg);
}

.with-link-chevron-teal {
  display: flex;
  gap: 10px;
}

.with-link-chevron-teal:after {
  position: relative;
  top: 2px;
  content: url(images/link-chevron-teal.svg);
  width: 8px;
  height: 15px;
}

.with-slide-tick {
  position: relative;
}

.with-slide-tick:after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: url(images/slide-tick-teal.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: var(--colorWhite);
}

.with-perk-star {
  position: relative;
}

.with-perk-star:after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: url(images/star-icon-white.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: var(--colorTeal);
}

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

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus-visible\:underline:focus-visible {
  text-decoration-line: underline;
}

@media (min-width: 450px) {
  .mobbig\:block {
    display: block;
  }

  .mobbig\:hidden {
    display: none;
  }

  .mobbig\:h-\[revert-layer\] {
    height: revert-layer;
  }

  .mobbig\:pb-31\.5 {
    padding-bottom: 126px;
  }

  .mobbig\:pl-15 {
    padding-left: 60px;
  }

  .mobbig\:pr-8\.5 {
    padding-right: 34px;
  }
}

@media (min-width: 740px) {
  .mobxxl\:bottom-0 {
    bottom: 0px;
  }

  .mobxxl\:top-auto {
    top: auto;
  }

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

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

@media (min-width: 769px) {
  .tablet\:top-\[-20px\] {
    top: -20px;
  }

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

  .tablet\:block {
    display: block;
  }

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

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

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

  .tablet\:gap-10 {
    gap: 2.5rem;
  }

  .tablet\:gap-12\.5 {
    gap: 50px;
  }

  .tablet\:p-10 {
    padding: 2.5rem;
  }

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

  .tablet\:px-7\.5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tablet\:px-\[5\%\] {
    padding-left: 5%;
    padding-right: 5%;
  }

  .tablet\:pb-27 {
    padding-bottom: 100px;
  }

  .tablet\:text-1\.5xl {
    font-size: 1.375rem;
    line-height: 1.65;
  }

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

  .tablet\:text-4\.15xl {
    font-size: 2.375rem;
    line-height: 1.15;
  }
}

@media (min-width: 900px) {
  .tabletmid\:absolute {
    position: absolute;
  }

  .tabletmid\:bottom-0 {
    bottom: 0px;
  }

  .tabletmid\:bottom-\[-40px\] {
    bottom: -40px;
  }

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

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

  .tabletmid\:bottom-\[90px\] {
    bottom: 90px;
  }

  .tabletmid\:left-0 {
    left: 0px;
  }

  .tabletmid\:z-\[20\] {
    z-index: 20;
  }

  .tabletmid\:order-1 {
    order: 1;
  }

  .tabletmid\:order-2 {
    order: 2;
  }

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

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

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

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

  .tabletmid\:mt-auto {
    margin-top: auto;
  }

  .tabletmid\:block {
    display: block;
  }

  .tabletmid\:flex {
    display: flex;
  }

  .tabletmid\:hidden {
    display: none;
  }

  .tabletmid\:h-\[revert-layer\] {
    height: revert-layer;
  }

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

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

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

  .tabletmid\:w-\[calc\(50\%-20px\)\] {
    width: calc(50% - 20px);
  }

  .tabletmid\:w-\[calc\(50\%-26px\)\] {
    width: calc(50% - 26px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tabletmid\:max-w-\[calc\(100\%-237px\)\] {
    max-width: calc(100% - 237px);
  }

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

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

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

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

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

  .tabletmid\:gap-10 {
    gap: 2.5rem;
  }

  .tabletmid\:gap-14 {
    gap: 3.5rem;
  }

  .tabletmid\:gap-15 {
    gap: 60px;
  }

  .tabletmid\:gap-20 {
    gap: 5rem;
  }

  .tabletmid\:gap-23\.75 {
    gap: 94px;
  }

  .tabletmid\:gap-26 {
    gap: 100px;
  }

  .tabletmid\:gap-27 {
    gap: 106px;
  }

  .tabletmid\:gap-5 {
    gap: 1.25rem;
  }

  .tabletmid\:gap-6\.25 {
    gap: 25px;
  }

  .tabletmid\:gap-7\.5 {
    gap: 30px;
  }

  .tabletmid\:gap-9\.5 {
    gap: 38px;
  }

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

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

  .tabletmid\:p-0 {
    padding: 0px;
  }

  .tabletmid\:px-15 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .tabletmid\:px-9\.5 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .tabletmid\:py-13 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tabletmid\:py-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tabletmid\:py-18\.75 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tabletmid\:py-19\.125 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

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

  .tabletmid\:py-27 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tabletmid\:py-34\.5 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .tabletmid\:pb-27 {
    padding-bottom: 100px;
  }

  .tabletmid\:pb-43 {
    padding-bottom: 170px;
  }

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

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

  .tabletmid\:pl-13\.25 {
    padding-left: 52px;
  }

  .tabletmid\:pr-13\.25 {
    padding-right: 52px;
  }

  .tabletmid\:pt-16\.5 {
    padding-top: 66px;
  }

  .tabletmid\:pt-19\.25 {
    padding-top: 76px;
  }

  .tabletmid\:pt-19\.75 {
    padding-top: 78px;
  }

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

  .tabletmid\:text-4\.15xl {
    font-size: 2.375rem;
    line-height: 1.15;
  }

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

@media (min-width: 1025px) {
  .desktop\:absolute {
    position: absolute;
  }

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

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

  .desktop\:right-\[52px\] {
    right: 52px;
  }

  .desktop\:mt-7\.5 {
    margin-top: 30px;
  }

  .desktop\:block {
    display: block;
  }

  .desktop\:flex {
    display: flex;
  }

  .desktop\:hidden {
    display: none;
  }

  .desktop\:w-\[calc\(50\%-14px\)\] {
    width: calc(50% - 14px);
  }

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

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

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

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

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

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

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

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

  .desktop\:max-w-none {
    max-width: none;
  }

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

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

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

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

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

  .desktop\:gap-10 {
    gap: 2.5rem;
  }

  .desktop\:gap-11\.75 {
    gap: 48px;
  }

  .desktop\:gap-22\.5 {
    gap: 85px;
  }

  .desktop\:gap-3\.5 {
    gap: 14px;
  }

  .desktop\:gap-7\.5 {
    gap: 30px;
  }

  .desktop\:gap-x-13 {
    -moz-column-gap: 52px;
         column-gap: 52px;
  }

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

  .desktop\:gap-y-7 {
    row-gap: 1.75rem;
  }

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

  .desktop\:p-10 {
    padding: 2.5rem;
  }

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

  .desktop\:px-10\.5 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .desktop\:px-14\.5 {
    padding-left: 58px;
    padding-right: 58px;
  }

  .desktop\:px-7\.5 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .desktop\:py-14\.5 {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .desktop\:py-7\.5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .desktop\:pb-30\.5 {
    padding-bottom: 117px;
  }

  .desktop\:pb-31 {
    padding-bottom: 120px;
  }

  .desktop\:pl-27\.65 {
    padding-left: 110px;
  }

  .desktop\:pr-27\.65 {
    padding-right: 110px;
  }

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

  .desktop\:pt-11\.15 {
    padding-top: 45px;
  }

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

@media (min-width: 1181px) {
  .desktopmid\:block {
    display: block;
  }

  .desktopmid\:w-\[calc\(33\.3\%-35px\)\] {
    width: calc(33.3% - 35px);
  }

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

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

  .desktopmid\:max-w-\[calc\(100\%-237px\)\] {
    max-width: calc(100% - 237px);
  }
}

@media (min-width: 1367px) {
  .wide\:bottom-\[120px\] {
    bottom: 120px;
  }

  .wide\:right-\[100px\] {
    right: 100px;
  }

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

  .wide\:mr-10 {
    margin-right: 2.5rem;
  }

  .wide\:mt-15\.95 {
    margin-top: 65px;
  }

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

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

  .wide\:w-\[calc\(33\.3\%-35px\)\] {
    width: calc(33.3% - 35px);
  }

  .wide\:w-\[calc\(33\.333\%-26\.666px\)\] {
    width: calc(33.333% - 26.666px);
  }

  .wide\:w-\[calc\(50\%-15px\)\] {
    width: calc(50% - 15px);
  }

  .wide\:w-\[calc\(50\%-20px\)\] {
    width: calc(50% - 20px);
  }

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

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

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

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

  .wide\:gap-13 {
    gap: 52px;
  }

  .wide\:gap-15 {
    gap: 60px;
  }

  .wide\:gap-19\.75 {
    gap: 78px;
  }

  .wide\:gap-20 {
    gap: 5rem;
  }

  .wide\:gap-27 {
    gap: 106px;
  }

  .wide\:gap-37\.35 {
    gap: 150px;
  }

  .wide\:gap-40 {
    gap: 10rem;
  }

  .wide\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .wide\:gap-x-7\.5 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

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

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

  .wide\:px-15\.25 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .wide\:px-27\.5 {
    padding-left: 108px;
    padding-right: 108px;
  }

  .wide\:py-19\.1 {
    padding-top: 73px;
    padding-bottom: 73px;
  }

  .wide\:py-31 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wide\:pb-31 {
    padding-bottom: 120px;
  }

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

  .wide\:pr-33 {
    padding-right: 132px;
  }

  .wide\:pt-15\.25 {
    padding-top: 62px;
  }

  .wide\:pt-27\.35 {
    padding-top: 105px;
  }
}

@media (min-width: 1420px) {
  .smallwide\:-mt-\[162px\] {
    margin-top: -162px;
  }
}

@media (min-width: 1550px) {
  .midwide\:ml-\[55px\] {
    margin-left: 55px;
  }

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

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

  .midwide\:gap-19\.25 {
    gap: 76px;
  }

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

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

@media (min-width: 2750px) {
  .superwidexl\:h-\[revert-layer\] {
    height: revert-layer;
  }
}

/*# sourceMappingURL=build.css.map */