@font-face {
  font-family: "Aspekta";

  font-weight: 350;

  font-style: normal;

  font-display: fallback;

  src: url("../fonts/Aspekta-350.woff2") format("woff2");
}

@font-face {
  font-family: "Aspekta";

  font-weight: 400;

  font-style: normal;

  font-display: fallback;

  src: url("../fonts/Aspekta-400.woff2") format("woff2");
}

@font-face {
  font-family: "Aspekta";

  font-weight: 450;

  font-style: normal;

  font-display: fallback;

  src: url("../fonts/Aspekta-450.woff2") format("woff2");
}

@font-face {
  font-family: "Aspekta";

  font-weight: 500;

  font-style: normal;

  font-display: fallback;

  src: url("../fonts/Aspekta-500.woff2") format("woff2");
}

@font-face {
  font-family: "Aspekta";

  font-weight: 550;

  font-style: normal;

  font-display: fallback;

  src: url("../fonts/Aspekta-550.woff2") format("woff2");
}

@font-face {
  font-family: "Aspekta";

  font-weight: 700;

  font-style: normal;

  font-display: fallback;

  src: url("../fonts/Aspekta-700.woff2") format("woff2");
}

/*
  ! tailwindcss v3.3.6 | 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.
  */

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 */
  font-variation-settings: normal;
  /* 6 */
}

/*
  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 */
  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;
}

/*
  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] {
  display: none;
}

[type="text"],
input:where(:not([type])),
[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,
input:where(:not([type])):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;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-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],
[size]:where(select:not([size="1"])) {
  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");
}

@media (forced-colors: active) {
  [type="checkbox"]:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}

[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");
}

@media (forced-colors: active) {
  [type="radio"]:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}

[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;
}

@media (forced-colors: active) {
  [type="checkbox"]:indeterminate {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}

[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;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

.form-input,
.form-textarea,
.form-select,
.form-multiselect {
  -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;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus,
.form-multiselect: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;
}

.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

.form-input::-webkit-datetime-edit {
  display: inline-flex;
}

.form-input::-webkit-datetime-edit,
.form-input::-webkit-datetime-edit-year-field,
.form-input::-webkit-datetime-edit-month-field,
.form-input::-webkit-datetime-edit-day-field,
.form-input::-webkit-datetime-edit-hour-field,
.form-input::-webkit-datetime-edit-minute-field,
.form-input::-webkit-datetime-edit-second-field,
.form-input::-webkit-datetime-edit-millisecond-field,
.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

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

.form-select:where([size]:not([size="1"])) {
  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;
}

.form-checkbox,
.form-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;
}

.form-checkbox {
  border-radius: 0px;
}

.form-radio {
  border-radius: 100%;
}

.form-checkbox:focus,
.form-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);
}

.form-checkbox:checked,
.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

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

@media (forced-colors: active) {
  .form-checkbox:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}

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

@media (forced-colors: active) {
  .form-radio:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}

.form-checkbox:checked:hover,
.form-checkbox:checked:focus,
.form-radio:checked:hover,
.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

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

@media (forced-colors: active) {
  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}

.form-checkbox:indeterminate:hover,
.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

/* Additional styles */

/* Typography */

.h1 {
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.h2 {
  font-size: 2.25rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.h3 {
  font-size: 1.875rem;
  line-height: 1.333;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.h4 {
  font-size: 1.5rem;
  line-height: 1.415;
  letter-spacing: -0.01em;
  font-weight: 700;
}

@media (min-width: 768px) {
  .h1 {
    font-size: 3.25rem;
    line-height: 1;
    letter-spacing: -0.01em;
  }

  .h2 {
    font-size: 2.75rem;
    line-height: 1;
    letter-spacing: -0.01em;
  }

  .h3 {
    font-size: 2.25rem;
    line-height: 1.1;
    letter-spacing: -0.01em;
  }
}

/* Buttons */

.btn,
.btn-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.25rem;
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.btn-sm {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Forms */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.form-input,
.form-textarea,
.form-multiselect,
.form-select,
.form-checkbox,
.form-radio {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.form-input:focus,
.form-textarea:focus,
.form-multiselect:focus,
.form-select:focus,
.form-checkbox:focus,
.form-radio:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.form-input,
.form-textarea,
.form-multiselect,
.form-select,
.form-checkbox {
  border-radius: 0.25rem;
}

.form-input,
.form-textarea,
.form-multiselect,
.form-select {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5715;
}

.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}

.form-input::placeholder,
.form-textarea::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}

.form-select {
  padding-right: 2.5rem;
}

.form-checkbox,
.form-radio {
  border-radius: 0.125rem;
  border-width: 2px;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

/* Chrome, Safari and Opera */

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Range slider */

:root {
  --range-thumb-size: 36px;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ccc;
  border-radius: 3px;
  height: 6px;
  margin-top: (--range-thumb-size - 6px) * 0.5;
  margin-bottom: (--range-thumb-size - 6px) * 0.5;
  --thumb-size: #{--range-thumb-size};
}

input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 .5v7L12 4zM0 4l4 3.5v-7z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: --range-thumb-size;
  width: --range-thumb-size;
}

input[type="range"]::-moz-range-thumb {
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 .5v7L12 4zM0 4l4 3.5v-7z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: --range-thumb-size;
  width: --range-thumb-size;
}

input[type="range"]::-ms-thumb {
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 .5v7L12 4zM0 4l4 3.5v-7z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: --range-thumb-size;
  width: --range-thumb-size;
}

input[type="range"]::-moz-focus-outer {
  border: 0;
}

/* Switch element */

.form-switch {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 44px;
}

.form-switch label {
  display: block;
  height: 1.5rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 9999px;
}

.form-switch label > span:first-child {
  position: absolute;
  display: block;
  border-radius: 9999px;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 2px;
  right: 50%;
  transition: all 0.15s ease-out;
}

.form-switch input[type="checkbox"]:checked + label {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.form-switch input[type="checkbox"]:checked + label > span:first-child {
  left: 22px;
}

.form-switch input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.form-switch input[type="checkbox"]:disabled + label > span:first-child {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.form-input:focus:focus,
.form-textarea:focus:focus,
.form-multiselect:focus:focus,
.form-select:focus:focus,
.form-checkbox:focus:focus,
.form-radio:focus:focus {
  --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, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity));
}

.form-checkbox:focus:focus,
.form-radio:focus:focus {
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

/* Hamburger button */

.hamburger svg > *:nth-child(1),
.hamburger svg > *:nth-child(2),
.hamburger svg > *:nth-child(3) {
  transform-origin: center;
  transform: rotate(0deg);
}

.hamburger svg > *:nth-child(1) {
  transition:
    y 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    opacity 0.1s ease-in;
}

.hamburger svg > *:nth-child(2) {
  transition: transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger svg > *:nth-child(3) {
  transition:
    y 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    width 0.1s 0.25s ease-in;
}

.hamburger.active svg > *:nth-child(1) {
  opacity: 0;
  y: 11;
  transform: rotate(225deg);
  transition:
    y 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.1s 0.12s ease-out;
}

.hamburger.active svg > *:nth-child(2) {
  transform: rotate(225deg);
  transition: transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.active svg > *:nth-child(3) {
  y: 11;
  transform: rotate(135deg);
  transition:
    y 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    width 0.1s ease-out;
}

/* Custom AOS distance */

@media screen {
  html:not(.no-js) [data-aos="fade-up"] {
    transform: translate3d(0, 16px, 0);
  }

  html:not(.no-js) [data-aos="fade-down"] {
    transform: translate3d(0, -16px, 0);
  }

  html:not(.no-js) [data-aos="fade-right"] {
    transform: translate3d(-16px, 0, 0);
  }

  html:not(.no-js) [data-aos="fade-left"] {
    transform: translate3d(16px, 0, 0);
  }

  html:not(.no-js) [data-aos="fade-up-right"] {
    transform: translate3d(-16px, 16px, 0);
  }

  html:not(.no-js) [data-aos="fade-up-left"] {
    transform: translate3d(16px, 16px, 0);
  }

  html:not(.no-js) [data-aos="fade-down-right"] {
    transform: translate3d(-16px, -16px, 0);
  }

  html:not(.no-js) [data-aos="fade-down-left"] {
    transform: translate3d(16px, -16px, 0);
  }

  html:not(.no-js) [data-aos="zoom-in-up"] {
    transform: translate3d(0, 16px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos="zoom-in-down"] {
    transform: translate3d(0, -16px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos="zoom-in-right"] {
    transform: translate3d(-16px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos="zoom-in-left"] {
    transform: translate3d(16px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos="zoom-out-up"] {
    transform: translate3d(0, 16px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos="zoom-out-down"] {
    transform: translate3d(0, -16px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos="zoom-out-right"] {
    transform: translate3d(-16px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos="zoom-out-left"] {
    transform: translate3d(16px, 0, 0) scale(1.2);
  }
}

/* Custom Swiper styles */

.swiper-pagination-bullet {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
  opacity: 1;
}

.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

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

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.left-\[-250px\] {
  left: -250px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

.top-\[34px\] {
  top: 34px;
}

.top-\[62px\] {
  top: 62px;
}

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

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

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

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

.order-2 {
  order: 2;
}

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

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

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

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

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

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

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

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

.ms-3 {
  margin-inline-start: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

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

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-60 {
  max-height: 15rem;
}

.min-h-\[1\.25rem\] {
  min-height: 1.25rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

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

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.min-w-\[1\.25rem\] {
  min-width: 1.25rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

.max-w-md {
  max-width: 28rem;
}

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

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

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

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

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

.grow {
  flex-grow: 1;
}

.origin-top-right {
  transform-origin: top right;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.rotate-90 {
  --tw-rotate: 90deg;
  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));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * 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));
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.rounded-tr-\[100px\] {
  border-top-right-radius: 100px;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

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

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

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

.bg-\[\#08a341\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 163 65 / var(--tw-bg-opacity));
}

.bg-\[\#0b4d9d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 77 157 / var(--tw-bg-opacity));
}

.bg-\[\#1E293B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.bg-\[\#fc9d56\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 157 86 / var(--tw-bg-opacity));
}

.bg-\[\#fea142\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 161 66 / var(--tw-bg-opacity));
}

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

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

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

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}

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

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-100 {
  --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.bg-contain {
  background-size: contain;
}

.bg-center {
  background-position: center;
}

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

.fill-blue-100 {
  fill: #dbeafe;
}

.fill-blue-500 {
  fill: #3b82f6;
}

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

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

.pb-4 {
  padding-bottom: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-aspekta {
  font-family: Aspekta, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 1.415;
  letter-spacing: -0.01em;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

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

.font-\[350\] {
  font-weight: 350;
}

.font-\[450\] {
  font-weight: 450;
}

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

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

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

.tracking-normal {
  letter-spacing: 0;
}

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

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}

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

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}

.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}

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

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

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

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}

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

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

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

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

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.ring-1 {
  --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, 0 0 #0000);
}

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

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

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

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

.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-opacity {
  transition-property: opacity;
  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-150 {
  transition-duration: 150ms;
}

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

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

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

.rtl {
  direction: rtl;
}

/* Additional Tailwind directives: https://tailwindcss.com/docs/functions-and-directives/#responsive */

/* See Alpine.js: https://github.com/alpinejs/alpine#x-cloak */

[x-cloak=""] {
  display: none;
}

.section-article-flag {
  background-image: url("../img/sprite_flags_grey5.png");
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  margin-right: 5px;
  border-radius: 50%;
  overflow: hidden;
}

.country-flags a:hover span {
  color: #4c84b9 !important;
}

.country-flags .section-article-flag {
  transition: background-image 150ms ease-in-out;
}

.country-flags a:active .section-article-flag,
.country-flags a:focus .section-article-flag,
.country-flags a:hover .section-article-flag {
  background-image: url(../img/sprite_flags_colour5.png);
}

.mobile-flag:active .section-article-flag,
.mobile-flag:focus .section-article-flag,
.mobile-flag:hover .section-article-flag {
  background-image: url(../img/sprite_flags_colour5.png);
}

.mobile-flag:active span,
.mobile-flag:focus span,
.mobile-flag:hover span {
  color: #4c84b9 !important;
}

.section-article-flag-au {
  background-position: -3px 1px;
  background-size: 33px;
}

.section-article-flag-ca {
  background-position: -1px -26px;
  background-size: 26px;
}

.section-article-flag-de {
  background-position: -1px -114px;
  background-size: 35px;
}

.section-article-flag-es {
  background-position: -2px -180px;
  background-size: 33px;
}

.section-article-flag-fr {
  background-position: -2px -59px;
  background-size: 28px;
}

.section-article-flag-it {
  background-position: -3px -130px;
  background-size: 30px;
}

.section-article-flag-uk {
  background-position: -3px -195px;
  background-size: 30px;
}

.section-article-flag-us {
  background-position: -3px -228px;
  background-size: 30px;
}

.section-article-flag-in {
  background-position: -5px -374px;
  background-size: 35px;
}

.section-article-flag-br {
  background-position: -4px -276px;
  background-size: 32px;
}

.section-article-flag-mx {
  background-position: -4px -308px;
  background-size: 32px;
}

.recent-deliveries.swiper-button-prev {
  left: -30px;
}

.recent-deliveries.swiper-button-next {
  right: -30px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  display: none;
}

@media (min-width: 990px) {
  .recent-testimonial-carousel .swiper-slide:not(.swiper-slide-active) {
    filter: blur(1px);
    opacity: 0.7;
  }

  .recent-deliveries-carousel-pagination .swiper-pagination-bullet-active {
    background: #fda041;
  }
}

.hero-illustration {
  width: 134%;
  top: -130px;
  left: -70px;
}

.hero-logo-bbc {
  background: url(../img/press_logos_uk.png) no-repeat 0 -140px;
  height: 28px;
  position: relative;
  top: -4px;
  width: 72px;
}

.hero-logo-dailymail {
  background: url(../img/press_logos_uk.png) no-repeat 0 -84px;
  height: 28px;
  width: 131px;
}

.hero-logo-ebay {
  background: url(../img/press_logos_uk.png) no-repeat 0 -238px;
  height: 49px;
  width: 75px;
}

.hero-logo-guardian {
  background: url(../img/press_logos_uk.png) no-repeat 0 -56px;
  height: 28px;
  position: relative;
  top: -2px;
  width: 126px;
}

.hero-logo-independent {
  background: url(../img/press_logos_uk.png) no-repeat 0 -112px;
  height: 28px;
  position: relative;
  top: -1px;
  width: 178px;
}

.hero-logo-sundaytimes {
  background: url(../img/press_logos_uk.png) no-repeat top left;
  height: 28px;
  position: relative;
  top: -5px;
  width: 127px;
}

.hero-logo-telegraph {
  background: url(../img/press_logos_uk.png) no-repeat 0 -28px;
  height: 28px;
  width: 133px;
}

.hero-logo-reviews {
  background: url("../img/press_logos_uk.png") no-repeat 0 -186px;
  width: 145px;
  height: 52px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 479px) {
  .hero-logo-sundaytimes {
    margin: 0 25px 10px;
  }

  .hero-logo-telegraph {
    margin-bottom: 10px;
  }

  .hero-logo-guardian {
    margin: 0 25px 10px;
  }

  .hero-logo-dailymail {
    margin-bottom: 10px;
  }

  .hero-logo-independent {
    left: -30px;
  }
}

@media (max-width: 348px) {
  .hero-logo-sundaytimes {
    margin: 0 40px 10px;
  }

  .hero-logo-telegraph {
    margin: 0 40px 10px;
  }

  .hero-logo-guardian {
    margin: 0 40px 10px;
  }

  .hero-logo-dailymail {
    margin: 0 40px 10px;
  }

  .hero-logo-independent {
    left: 0;
    margin: 0 40px 10px;
  }
}

.form-select:active {
  outline: none;
}

@media (min-width: 1024px) {
  .destination-from {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 1px solid #edd5d5;
  }

  .destination-to {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}

.country-flag-dropdown-box {
  cursor: pointer;
}

.country-flag-dropdown-child {
  top: 87px;
}

.country-flag-dropdown-cname:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.country-flag-dropdown-icon {
  background: url(../img/sprite_flag_small1.png) no-repeat;
  height: 24px;
  text-align: left;
  padding-left: 30px;
}

.country-flag-dropdown-cname {
  text-align: left;
  height: 30px;
}

.country-autocomplete-input {
  background-repeat: no-repeat;
  background-position-x: 3px;
  background-position-y: 59%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QzE1LjQxIDEyLjU5IDE2IDExLjExIDE2IDkuNSAxNiA1LjkxIDEzLjA5IDMgOS41IDNTMyA1LjkxIDMgOS41IDUuOTEgMTYgOS41IDE2YzEuNjEgMCAzLjA5LS41OSA0LjIzLTEuNTdsLjI3LjI4di43OWw1IDQuOTlMMjAuNDkgMTlsLTQuOTktNXptLTYgMEM3LjAxIDE0IDUgMTEuOTkgNSA5LjVTNy4wMSA1IDkuNSA1IDE0IDcuMDEgMTQgOS41IDExLjk5IDE0IDkuNSAxNHoiIGZpbGw9IiNlNmU2ZTgiLz48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+);
  padding-left: 36px;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 44px;
}

@media (min-width: 1024px) {
  .country-flag-dropdown-label {
    font-size: 0.8em;
  }
}

/* Country flags */

.country-flag-dropdown-icon-us {
  background-position: 0 -5880px;
}

.country-flag-dropdown-icon-uk {
  background-position: 0 -5832px;
}

.country-flag-dropdown-icon-af {
  background-position: 0 -24px;
}

.country-flag-dropdown-icon-al {
  background-position: 0 -72px;
}

.country-flag-dropdown-icon-dz {
  background-position: 0 -96px;
}

.country-flag-dropdown-icon-as {
  background-position: 0 -120px;
}

.country-flag-dropdown-icon-ad {
  background-position: 0 -144px;
}

.country-flag-dropdown-icon-ao {
  background-position: 0 -168px;
}

.country-flag-dropdown-icon-ai {
  background-position: 0 -192px;
}

.country-flag-dropdown-icon-aq {
  background-position: 0 -216px;
}

.country-flag-dropdown-icon-ag {
  background-position: 0 -240px;
}

.country-flag-dropdown-icon-ar {
  background-position: 0 -264px;
}

.country-flag-dropdown-icon-am {
  background-position: 0 -288px;
}

.country-flag-dropdown-icon-aw {
  background-position: 0 -312px;
}

.country-flag-dropdown-icon-au {
  background-position: 0 -336px;
}

.country-flag-dropdown-icon-hm {
  background-position: 0 -336px;
}

.country-flag-dropdown-icon-at {
  background-position: 0 -360px;
}

.country-flag-dropdown-icon-az {
  background-position: 0 -384px;
}

.country-flag-dropdown-icon-bs {
  background-position: 0 -408px;
}

.country-flag-dropdown-icon-bh {
  background-position: 0 -432px;
}

.country-flag-dropdown-icon-bd {
  background-position: 0 -456px;
}

.country-flag-dropdown-icon-bb {
  background-position: 0 -480px;
}

.country-flag-dropdown-icon-by {
  background-position: 0 -528px;
}

.country-flag-dropdown-icon-be {
  background-position: 0 -552px;
}

.country-flag-dropdown-icon-bz {
  background-position: 0 -576px;
}

.country-flag-dropdown-icon-bj {
  background-position: 0 -600px;
}

.country-flag-dropdown-icon-bm {
  background-position: 0 -624px;
}

.country-flag-dropdown-icon-bt {
  background-position: 0 -648px;
}

.country-flag-dropdown-icon-bo {
  background-position: 0 -672px;
}

.country-flag-dropdown-icon-ba {
  background-position: 0 -696px;
}

.country-flag-dropdown-icon-bw {
  background-position: 0 -720px;
}

.country-flag-dropdown-icon-br {
  background-position: 0 -744px;
}

.country-flag-dropdown-icon-io {
  background-position: 0 -768px;
}

.country-flag-dropdown-icon-vg {
  background-position: 0 -792px;
}

.country-flag-dropdown-icon-bn {
  background-position: 0 -816px;
}

.country-flag-dropdown-icon-bg {
  background-position: 0 -840px;
}

.country-flag-dropdown-icon-bf {
  background-position: 0 -864px;
}

.country-flag-dropdown-icon-bi {
  background-position: 0 -888px;
}

.country-flag-dropdown-icon-kh {
  background-position: 0 -912px;
}

.country-flag-dropdown-icon-cm {
  background-position: 0 -936px;
}

.country-flag-dropdown-icon-ca {
  background-position: 0 -960px;
}

.country-flag-dropdown-icon-cv {
  background-position: 0 -1008px;
}

.country-flag-dropdown-icon-ky {
  background-position: 0 -1032px;
}

.country-flag-dropdown-icon-cf {
  background-position: 0 -1056px;
}

.country-flag-dropdown-icon-td {
  background-position: 0 -1080px;
}

.country-flag-dropdown-icon-cl {
  background-position: 0 -1104px;
}

.country-flag-dropdown-icon-cn {
  background-position: 0 -1128px;
}

.country-flag-dropdown-icon-cx {
  background-position: 0 -1152px;
}

.country-flag-dropdown-icon-cc {
  background-position: 0 -1176px;
}

.country-flag-dropdown-icon-co {
  background-position: 0 -1200px;
}

.country-flag-dropdown-icon-km {
  background-position: 0 -1248px;
}

.country-flag-dropdown-icon-ck {
  background-position: 0 -1272px;
}

.country-flag-dropdown-icon-cr {
  background-position: 0 -1296px;
}

.country-flag-dropdown-icon-ci {
  background-position: 0 -1320px;
}

.country-flag-dropdown-icon-hr {
  background-position: 0 -1344px;
}

.country-flag-dropdown-icon-cu {
  background-position: 0 -1368px;
}

.country-flag-dropdown-icon-cy {
  background-position: 0 -1416px;
}

.country-flag-dropdown-icon-cz {
  background-position: 0 -1440px;
}

.country-flag-dropdown-icon-cd {
  background-position: 0 -1464px;
}

.country-flag-dropdown-icon-dk {
  background-position: 0 -1488px;
}

.country-flag-dropdown-icon-dj {
  background-position: 0 -1512px;
}

.country-flag-dropdown-icon-dm {
  background-position: 0 -1536px;
}

.country-flag-dropdown-icon-do {
  background-position: 0 -1560px;
}

.country-flag-dropdown-icon-tp {
  background-position: 0 -1584px;
}

.country-flag-dropdown-icon-ec {
  background-position: 0 -1608px;
}

.country-flag-dropdown-icon-eg {
  background-position: 0 -1632px;
}

.country-flag-dropdown-icon-sv {
  background-position: 0 -1656px;
}

.country-flag-dropdown-icon-gq {
  background-position: 0 -1704px;
}

.country-flag-dropdown-icon-er {
  background-position: 0 -1728px;
}

.country-flag-dropdown-icon-ee {
  background-position: 0 -1752px;
}

.country-flag-dropdown-icon-et {
  background-position: 0 -1776px;
}

.country-flag-dropdown-icon-fk {
  background-position: 0 -1824px;
}

.country-flag-dropdown-icon-fo {
  background-position: 0 -1848px;
}

.country-flag-dropdown-icon-fj {
  background-position: 0 -1872px;
}

.country-flag-dropdown-icon-fi {
  background-position: 0 -1896px;
}

.country-flag-dropdown-icon-fr {
  background-position: 0 -1920px;
}

.country-flag-dropdown-icon-re {
  background-position: 0 -1920px;
}

.country-flag-dropdown-icon-pf {
  background-position: 0 -1944px;
}

.country-flag-dropdown-icon-ga {
  background-position: 0 -1992px;
}

.country-flag-dropdown-icon-gm {
  background-position: 0 -2016px;
}

.country-flag-dropdown-icon-ge {
  background-position: 0 -2040px;
}

.country-flag-dropdown-icon-de {
  background-position: 0 -2064px;
}

.country-flag-dropdown-icon-gh {
  background-position: 0 -2088px;
}

.country-flag-dropdown-icon-gi {
  background-position: 0 -2112px;
}

.country-flag-dropdown-icon-gr {
  background-position: 0 -2160px;
}

.country-flag-dropdown-icon-gl {
  background-position: 0 -2184px;
}

.country-flag-dropdown-icon-gd {
  background-position: 0 -2208px;
}

.country-flag-dropdown-icon-gu {
  background-position: 0 -2232px;
}

.country-flag-dropdown-icon-gt {
  background-position: 0 -2256px;
}

.country-flag-dropdown-icon-gg {
  background-position: 0 -2280px;
}

.country-flag-dropdown-icon-gw {
  background-position: 0 -2304px;
}

.country-flag-dropdown-icon-gn {
  background-position: 0 -2328px;
}

.country-flag-dropdown-icon-gy {
  background-position: 0 -2352px;
}

.country-flag-dropdown-icon-ht {
  background-position: 0 -2376px;
}

.country-flag-dropdown-icon-hn {
  background-position: 0 -2400px;
}

.country-flag-dropdown-icon-hk {
  background-position: 0 -2424px;
}

.country-flag-dropdown-icon-hu {
  background-position: 0 -2448px;
}

.country-flag-dropdown-icon-is {
  background-position: 0 -2472px;
}

.country-flag-dropdown-icon-in {
  background-position: 0 -2496px;
}

.country-flag-dropdown-icon-id {
  background-position: 0 -2520px;
}

.country-flag-dropdown-icon-ir {
  background-position: 0 -2544px;
}

.country-flag-dropdown-icon-iq {
  background-position: 0 -2568px;
}

.country-flag-dropdown-icon-ie {
  background-position: 0 -2592px;
}

.country-flag-dropdown-icon-im {
  background-position: 0 -2616px;
}

.country-flag-dropdown-icon-il {
  background-position: 0 -2640px;
}

.country-flag-dropdown-icon-it {
  background-position: 0 -2664px;
}

.country-flag-dropdown-icon-jm {
  background-position: 0 -2688px;
}

.country-flag-dropdown-icon-jp {
  background-position: 0 -2712px;
}

.country-flag-dropdown-icon-je {
  background-position: 0 -2736px;
}

.country-flag-dropdown-icon-jo {
  background-position: 0 -2760px;
}

.country-flag-dropdown-icon-kz {
  background-position: 0 -2784px;
}

.country-flag-dropdown-icon-ke {
  background-position: 0 -2808px;
}

.country-flag-dropdown-icon-ki {
  background-position: 0 -2832px;
}

.country-flag-dropdown-icon-kw {
  background-position: 0 -2880px;
}

.country-flag-dropdown-icon-kg {
  background-position: 0 -2904px;
}

.country-flag-dropdown-icon-la {
  background-position: 0 -2928px;
}

.country-flag-dropdown-icon-lv {
  background-position: 0 -2952px;
}

.country-flag-dropdown-icon-lb {
  background-position: 0 -2976px;
}

.country-flag-dropdown-icon-ls {
  background-position: 0 -3000px;
}

.country-flag-dropdown-icon-lr {
  background-position: 0 -3024px;
}

.country-flag-dropdown-icon-ly {
  background-position: 0 -3048px;
}

.country-flag-dropdown-icon-li {
  background-position: 0 -3072px;
}

.country-flag-dropdown-icon-lt {
  background-position: 0 -3096px;
}

.country-flag-dropdown-icon-lu {
  background-position: 0 -3120px;
}

.country-flag-dropdown-icon-mo {
  background-position: 0 -3144px;
}

.country-flag-dropdown-icon-mk {
  background-position: 0 -3168px;
}

.country-flag-dropdown-icon-mg {
  background-position: 0 -3192px;
}

.country-flag-dropdown-icon-mw {
  background-position: 0 -3216px;
}

.country-flag-dropdown-icon-my {
  background-position: 0 -3240px;
}

.country-flag-dropdown-icon-mv {
  background-position: 0 -3264px;
}

.country-flag-dropdown-icon-ml {
  background-position: 0 -3288px;
}

.country-flag-dropdown-icon-mt {
  background-position: 0 -3312px;
}

.country-flag-dropdown-icon-mh {
  background-position: 0 -3360px;
}

.country-flag-dropdown-icon-mq {
  background-position: 0 -3384px;
}

.country-flag-dropdown-icon-mr {
  background-position: 0 -3408px;
}

.country-flag-dropdown-icon-mu {
  background-position: 0 -3432px;
}

.country-flag-dropdown-icon-yt {
  background-position: 0 -3456px;
}

.country-flag-dropdown-icon-mx {
  background-position: 0 -3480px;
}

.country-flag-dropdown-icon-fm {
  background-position: 0 -3504px;
}

.country-flag-dropdown-icon-md {
  background-position: 0 -3528px;
}

.country-flag-dropdown-icon-mc {
  background-position: 0 -3552px;
}

.country-flag-dropdown-icon-mn {
  background-position: 0 -3576px;
}

.country-flag-dropdown-icon-me {
  background-position: 0 -3600px;
}

.country-flag-dropdown-icon-ms {
  background-position: 0 -3624px;
}

.country-flag-dropdown-icon-ma {
  background-position: 0 -3648px;
}

.country-flag-dropdown-icon-mz {
  background-position: 0 -3672px;
}

.country-flag-dropdown-icon-mm {
  background-position: 0 -3696px;
}

.country-flag-dropdown-icon-na {
  background-position: 0 -3744px;
}

.country-flag-dropdown-icon-nr {
  background-position: 0 -3792px;
}

.country-flag-dropdown-icon-np {
  background-position: 0 -3816px;
}

.country-flag-dropdown-icon-an {
  background-position: 0 -3840px;
}

.country-flag-dropdown-icon-nl {
  background-position: 0 -3864px;
}

.country-flag-dropdown-icon-nc {
  background-position: 0 -3888px;
}

.country-flag-dropdown-icon-nz {
  background-position: 0 -3912px;
}

.country-flag-dropdown-icon-ni {
  background-position: 0 -3936px;
}

.country-flag-dropdown-icon-ne {
  background-position: 0 -3960px;
}

.country-flag-dropdown-icon-ng {
  background-position: 0 -3984px;
}

.country-flag-dropdown-icon-nu {
  background-position: 0 -4008px;
}

.country-flag-dropdown-icon-nf {
  background-position: 0 -4032px;
}

.country-flag-dropdown-icon-kp {
  background-position: 0 -4056px;
}

.country-flag-dropdown-icon-mp {
  background-position: 0 -4104px;
}

.country-flag-dropdown-icon-no {
  background-position: 0 -4128px;
}

.country-flag-dropdown-icon-bv {
  background-position: 0 -4128px;
}

.country-flag-dropdown-icon-om {
  background-position: 0 -4176px;
}

.country-flag-dropdown-icon-pk {
  background-position: 0 -4200px;
}

.country-flag-dropdown-icon-pw {
  background-position: 0 -4224px;
}

.country-flag-dropdown-icon-ps {
  background-position: 0 -4248px;
}

.country-flag-dropdown-icon-pa {
  background-position: 0 -4272px;
}

.country-flag-dropdown-icon-pg {
  background-position: 0 -4296px;
}

.country-flag-dropdown-icon-py {
  background-position: 0 -4320px;
}

.country-flag-dropdown-icon-pe {
  background-position: 0 -4344px;
}

.country-flag-dropdown-icon-ph {
  background-position: 0 -4368px;
}

.country-flag-dropdown-icon-pn {
  background-position: 0 -4392px;
}

.country-flag-dropdown-icon-pl {
  background-position: 0 -4416px;
}

.country-flag-dropdown-icon-pt {
  background-position: 0 -4440px;
}

.country-flag-dropdown-icon-pr {
  background-position: 0 -4464px;
}

.country-flag-dropdown-icon-qa {
  background-position: 0 -4488px;
}

.country-flag-dropdown-icon-cg {
  background-position: 0 -4536px;
}

.country-flag-dropdown-icon-ro {
  background-position: 0 -4560px;
}

.country-flag-dropdown-icon-ru {
  background-position: 0 -4584px;
}

.country-flag-dropdown-icon-rw {
  background-position: 0 -4608px;
}

.country-flag-dropdown-icon-sh {
  background-position: 0 -4656px;
}

.country-flag-dropdown-icon-kn {
  background-position: 0 -4680px;
}

.country-flag-dropdown-icon-lc {
  background-position: 0 -4704px;
}

.country-flag-dropdown-icon-vc {
  background-position: 0 -4752px;
}

.country-flag-dropdown-icon-ws {
  background-position: 0 -4776px;
}

.country-flag-dropdown-icon-sm {
  background-position: 0 -4800px;
}

.country-flag-dropdown-icon-sa {
  background-position: 0 -4848px;
}

.country-flag-dropdown-icon-sn {
  background-position: 0 -4896px;
}

.country-flag-dropdown-icon-rs {
  background-position: 0 -4920px;
}

.country-flag-dropdown-icon-sc {
  background-position: 0 -4944px;
}

.country-flag-dropdown-icon-sl {
  background-position: 0 -4968px;
}

.country-flag-dropdown-icon-sg {
  background-position: 0 -4992px;
}

.country-flag-dropdown-icon-sk {
  background-position: 0 -5016px;
}

.country-flag-dropdown-icon-si {
  background-position: 0 -5040px;
}

.country-flag-dropdown-icon-sb {
  background-position: 0 -5064px;
}

.country-flag-dropdown-icon-so {
  background-position: 0 -5088px;
}

.country-flag-dropdown-icon-za {
  background-position: 0 -5136px;
}

.country-flag-dropdown-icon-kr {
  background-position: 0 -5184px;
}

.country-flag-dropdown-icon-es {
  background-position: 0 -5256px;
}

.country-flag-dropdown-icon-lk {
  background-position: 0 -5280px;
}

.country-flag-dropdown-icon-sd {
  background-position: 0 -5304px;
}

.country-flag-dropdown-icon-sr {
  background-position: 0 -5328px;
}

.country-flag-dropdown-icon-sz {
  background-position: 0 -5352px;
}

.country-flag-dropdown-icon-se {
  background-position: 0 -5376px;
}

.country-flag-dropdown-icon-ch {
  background-position: 0 -5400px;
}

.country-flag-dropdown-icon-sy {
  background-position: 0 -5424px;
}

.country-flag-dropdown-icon-tw {
  background-position: 0 -5448px;
}

.country-flag-dropdown-icon-tj {
  background-position: 0 -5472px;
}

.country-flag-dropdown-icon-tz {
  background-position: 0 -5496px;
}

.country-flag-dropdown-icon-th {
  background-position: 0 -5520px;
}

.country-flag-dropdown-icon-tg {
  background-position: 0 -5544px;
}

.country-flag-dropdown-icon-tk {
  background-position: 0 -5568px;
}

.country-flag-dropdown-icon-to {
  background-position: 0 -5592px;
}

.country-flag-dropdown-icon-tt {
  background-position: 0 -5616px;
}

.country-flag-dropdown-icon-tn {
  background-position: 0 -5640px;
}

.country-flag-dropdown-icon-tr {
  background-position: 0 -5664px;
}

.country-flag-dropdown-icon-tm {
  background-position: 0 -5688px;
}

.country-flag-dropdown-icon-tc {
  background-position: 0 -5712px;
}

.country-flag-dropdown-icon-tv {
  background-position: 0 -5736px;
}

.country-flag-dropdown-icon-ug {
  background-position: 0 -5760px;
}

.country-flag-dropdown-icon-ua {
  background-position: 0 -5784px;
}

.country-flag-dropdown-icon-ae {
  background-position: 0 -5808px;
}

.country-flag-dropdown-icon-uy {
  background-position: 0 -5928px;
}

.country-flag-dropdown-icon-vi {
  background-position: 0 -5952px;
}

.country-flag-dropdown-icon-uz {
  background-position: 0 -5976px;
}

.country-flag-dropdown-icon-vu {
  background-position: 0 -6000px;
}

.country-flag-dropdown-icon-va {
  background-position: 0 -6024px;
}

.country-flag-dropdown-icon-ve {
  background-position: 0 -6048px;
}

.country-flag-dropdown-icon-vn {
  background-position: 0 -6072px;
}

.country-flag-dropdown-icon-wf {
  background-position: 0 -6120px;
}

.country-flag-dropdown-icon-eh {
  background-position: 0 -6144px;
}

.country-flag-dropdown-icon-ye {
  background-position: 0 -6168px;
}

.country-flag-dropdown-icon-zm {
  background-position: 0 -6192px;
}

.country-flag-dropdown-icon-zw {
  background-position: 0 -6216px;
}

.country-flag-dropdown-icon-gf {
  background-position: 0 -6240px;
}

.country-flag-dropdown-icon-gp {
  background-position: 0 -6264px;
}

.mobile-menu {
  max-height: 0;
  overflow-x: hidden;
  transition: max-height 0.2s ease;
}

.mobile-menu ul {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu.opened {
  max-height: 100vh;
  padding-bottom: 200px;
}

.complete-circle {
  right: -20px;
  top: -3px;
  width: 270px;
}

.easy-complete-circle {
  right: -28px;
  top: -6px;
  width: 155px;
  height: 165px;
  background-image: url("/index24/assets/img/ellipse.svg");
  background-size: 155px 165px;
}

@media (max-width: 767px) {
  .complete-circle {
    right: -16px;
    top: -3px;
    width: 225px;
  }

  .easy-complete-circle {
    right: -24px;
    top: -6px;
    width: 131px;
    height: 143px;
    background-size: 131px 143px;
  }
}

.hero-section.from-blue-600 {
  --tw-gradient-from: #0f4c8b var(--tw-gradient-from-position);
}

.hero-section.to-blue-500 {
  --tw-gradient-to: #0051d5 var(--tw-gradient-to-position);
}

/*custom css*/

.d-none {
  display: none !important;
}

.country-flag-dropdown-box-amazon {
  flex-direction: column;
}

/**
   * Pelias Autocomplete
   */

.autocomplete-dropdown {
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 41px;
  width: 100% !important;
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
}

.autocomplete-dropdown-p {
  height: 36px;
  margin: 0;
  padding: 3px 10px;
}

.autocomplete-dropdown-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 8px;
}

.autocomplete-dropdown-text-sm {
  font-size: 0.75rem;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._icon {
  font-size: 15px;
  margin-right: 5px !important;
  color: darkgrey;
}

.autocomplete-items:first-child {
  border-top: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.autocomplete-active {
  background-color: #ededed !important;
}

/*custom autocomplete*/

.autocomplete-items {
  position: absolute;
  display: block;
  border: 1px solid #e2e2e2;
  color: #495057;
  border-bottom: none;
  border-top: none;
  z-index: 10;
  top: 41px;
  left: 0;
  right: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  text-align: left;
}

.autocomplete-items div {
  height: 31px;
  font-size: 11px;
  :not(:first-child) {
    border-top: none;
  }
}

.autocomplete-items div strong {
  font-size: 13px;
}

.autocomplete-items div:first-child {
  border-top: 1px solid #e2e2e2 !important;
}

.autocomplete-items div:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.autocomplete-items div:hover {
  background-color: #fafafa;
}

.autocomplete-active {
  background-color: #ebf2fe !important;
}

.autocomplete-hintbox {
  background-color: #d9edf7;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-top: -2px;
  border-radius: 0;
}

.autocomplete-hintbox-icon {
  display: block;
  float: left;
  font-size: 2em;
  margin: 15px 15px;
}

.autocomplete-hintbox-text {
  color: #555;
  display: block;
  font-size: 1.4em;
  /*margin-left: 48px;*/
  padding: 5px 5px 5px 9px;
  width: calc(100% - 48px);
  width: -webkit-calc(100% - 48px);
}

.autocomplete-items div {
  padding: 6px 10px 6px 5px;
}

.autocomplete-items .pac-item-query {
  font-size: 13px;
  padding-right: 3px;
  color: #000;
}

.autocomplete-items .pac-item {
  font-size: 11px;
  color: #515151;
}

.autocomplete-items .pac-icon-marker {
  background-image: url(../img/g-marker.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 19px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

#dataAddress0StringGroup
  .autocomplete-items
  .autocomplete-active
  .pac-icon-marker {
  background-image: url(../img/g-marker-collection.png);
}

#dataAddress1StringGroup
  .autocomplete-items
  .autocomplete-active
  .pac-icon-marker {
  background-image: url(../img/g-marker-delivery.png);
}

.autocomplete-items div {
  border-top-color: #e6e6e6;
  border-bottom: 0;
}

.autocomplete-items .font-13 {
  font-size: 13px;
}

.autocomplete-hintbox-icon {
  fill: #555;
  margin: 0 10px;
}

.autocomplete-hintbox-text {
  color: #555;
  display: block;
  font-size: 0.8rem;
  padding: 5px;
  text-align: left;
}

.mobile-menu-item:active,
.mobile-menu-item:focus,
.mobile-menu-item:hover {
  background-color: #eef2ff;
  outline: none;
  box-shadow: -4px 0 0 0 #0051d5;
}

/* hide background effect in mobile */

.no-tap-highlight {
  -webkit-tap-highlight-color: transparent;
}

.gap-12p {
  gap: 10%;
  row-gap: 48px;
}

@media (max-width: 639px) {
  .gap-12p {
    gap: 10%;
    row-gap: 32px;
  }
}

.video-container {
  width: 90%;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 900px;
}

.reviews-card {
  right: -105px;
  bottom: calc(50% - 76px);
}

@media (max-width: 1319px) {
  .reviews-card {
    right: -20px;
  }
}

@media (max-width: 1023px) {
  .reviews-card {
    right: calc(50% - 75px);
    bottom: -65px;
  }
}

@media (max-width: 372px) {
  .time-and-money {
    font-size: 13px;
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}

.after\:h-16::after {
  content: var(--tw-content);
  height: 4rem;
}

.after\:w-px::after {
  content: var(--tw-content);
  width: 1px;
}

.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:bg-slate-200::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.after\:bg-gradient-to-t::after {
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.after\:from-white::after {
  content: var(--tw-content);
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.last\:after\:hidden:last-child::after {
  content: var(--tw-content);
  display: none;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:bg-\[\#f98b1b\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 139 27 / var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-slate-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.hover\:text-\[\#fea142\]:hover {
  --tw-text-opacity: 1;
  color: rgb(254 161 66 / var(--tw-text-opacity));
}

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

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

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

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}

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

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.focus\:ring-0:focus {
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus {
  --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, 0 0 #0000);
}

.focus\:ring-2:focus {
  --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, 0 0 #0000);
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

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

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 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));
}

.group:hover .group-hover\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  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));
}

.group:hover .group-hover\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:fill-\[\#fea142\] {
  fill: #fea142;
}

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

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}

@media (min-width: 480px) {
  .xs\:left-\[-250px\] {
    left: -250px;
  }

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

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

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

  .xs\:minw-\[120px\] {
    min-width: 120px;
  }

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

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

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

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

  .xs\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

  .xs\:text-2xl {
    font-size: 1.5rem;
    line-height: 1.415;
    letter-spacing: -0.01em;
  }

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

  .xs\:text-xl {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
  }
}

@media (min-width: 640px) {
  .sm\:left-\[0px\] {
    left: 0px;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

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

  .sm\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:left-1\/2 {
    left: 50%;
  }

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

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

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

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

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

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

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

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

  .md\:gap-0 {
    gap: 0px;
  }

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

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

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

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

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

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

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
  }

  .md\:after\:block::after {
    content: var(--tw-content);
    display: block;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .lg\:mr-16 {
    margin-right: 4rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:max-w-xs {
    max-width: 20rem;
  }

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

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

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

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:mr-\[100px\] {
    margin-right: 100px;
  }

  .xl\:hidden {
    display: none;
  }

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

.hero-image-c0 {
  object-fit: cover;
  object-position: left;
}

.hero-image {
  width: 445px;
  height: 394px;
  object-fit: cover;
}

@supports (-webkit-touch-callout: none) {
  /* CSS rules for iOS */
  @media (max-width: 767px) {
    .easy-complete-circle {
      top: -30px;
      height: 197px !important;
      background-size: 131px 180px;
    }
    .easy-complete-circle img {
      height: 167px !important;
    }
  }
}

.santa-express-link {
  padding: 15px;
  border: 1px solid transparent;
  font-size: 14px;
  background-color: #158232;
  color: #fff;
}

.santa-express-link p {
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .santa-express-link {
    padding: 0 15px 15px;
  }

  .santa-express-link p {
    display: block;
  }

  .santa-express-link #lottie-animation {
    position: relative;
    top: 10px;
    left: 0;
  }
}

.santa-express-link a {
  color: inherit;
}

.santa-express-link a:hover {
  text-decoration: underline;
}

.santa-express-link .santa-express-button {
  white-space: nowrap;
  border-radius: 4px;
  color: #000;
  padding: 4px 16px;
  font-size: 14px;
  background-color: #fff;
  margin-left: 8px;
}

.santa-express-link .santa-express-button:hover {
  text-decoration: underline;
}
