/*!
Theme Name: Kingfisher, iClicks
Theme URI: https://iclicks.nl/
Author: Frontend Development, iClicks
Author URI: https://iclicks.nl/
Description: Customized iClicks theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kfi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, grid-layout, one-column, two-columns, left-sidebar, right-sidebar, footer-widgets, full-width-template, theme-options
*/

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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Nunito, system-ui;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

/* Classes here are being purged by PurgeCSS */

/* Do not delete */

body {
  font-family: Nunito, system-ui;
  font-weight: 300;
}

/* Typography */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 20px;
  font-family: Nunito, system-ui;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 768px) {
  h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 35px;
  }
}

h1, .h1 {
  font-size: 30px;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 50px;
  }
}

h2, .h2 {
  font-size: 26px;
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 40px;
  }
}

h3, .h3 {
  font-size: 22px;
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 30px;
  }
}

h4, .h4 {
  font-size: 20px;
}

@media (min-width: 768px) {
  h4, .h4 {
    font-size: 26px;
  }
}

h5, .h5 {
  font-size: 18px;
}

@media (min-width: 768px) {
  h5, .h5 {
    font-size: 22px;
  }
}

h6, .h6 {
  font-size: 15px;
}

@media (min-width: 768px) {
  h6, .h6 {
    font-size: 16px;
  }
}

p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.625;
}

@media (min-width: 768px) {
  p {
    margin-bottom: 35px;
    font-size: 16px;
  }
}

a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 184 241 / var(--tw-text-opacity, 1));
  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;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 156 204 / var(--tw-text-opacity, 1));
}

strong {
  font-weight: 700;
}

ul {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  ul {
    margin-bottom: 35px;
  }
}

ul {
  li {
    line-height: 1.625 !important;
  }
}

.text-editor ul {
  li {
    position: relative !important;
  }
  li {
    padding-left: 20px !important;
  }
  li:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
  }
  li:before {
    position: absolute !important;
  }
  li:before {
    top: 8px !important;
  }
  li:before {
    left: 0px !important;
  }
  li:before {
    padding-right: 8px !important;
  }
  li:before {
    font-size: 6px !important;
  }
  li:before {
    font-weight: 900 !important;
  }
  li:before {
    --tw-text-opacity: 1 !important;
    color: rgb(0 184 241 / var(--tw-text-opacity, 1)) !important;
  }
}

/* Classes here are being purged by PurgeCSS */

/* Do not delete */

.btn {
  cursor: pointer !important;
  border-radius: 9999px !important;
  border-width: 2px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-align: center !important;
  font-weight: 700 !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.btn-sm {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.btn-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 184 241 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 184 241 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn-primary:hover {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 184 241 / var(--tw-text-opacity, 1)) !important;
}

.btn-primary {
  &.muted {
    background-color: transparent !important;
  }
  &.muted {
    --tw-text-opacity: 1 !important;
    color: rgb(0 184 241 / var(--tw-text-opacity, 1)) !important;
  }
  &.muted:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 184 241 / var(--tw-border-opacity, 1)) !important;
  }
  &.muted:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 184 241 / var(--tw-bg-opacity, 1)) !important;
  }
  &.muted:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }
}

/* Basic styles for all input fields */

[type=button], [multiple], [type=date], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
  max-width: 100% !important;
  border-radius: 8px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 243 247 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 243 247 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 12px !important;
}

[type=button]::-moz-placeholder, [multiple]::-moz-placeholder, [type=date]::-moz-placeholder, [type=datetime-local]::-moz-placeholder, [type=email]::-moz-placeholder, [type=month]::-moz-placeholder, [type=number]::-moz-placeholder, [type=password]::-moz-placeholder, [type=search]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=text]::-moz-placeholder, [type=time]::-moz-placeholder, [type=url]::-moz-placeholder, [type=week]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 12px !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1)) !important;
}

[type=button]::placeholder, [multiple]::placeholder, [type=date]::placeholder, [type=datetime-local]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, select::placeholder, textarea::placeholder {
  font-size: 12px !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1)) !important;
}

[type=button]:focus, [multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1)) !important;
}

/* Squares */

.square {
  position: relative !important;
  width: 100% !important;
}

.square:after {
  content: '';
  display: block !important;
  padding-bottom: 100% !important;
}

.square .inner {
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
}

.visible {
  visibility: visible !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.bottom-10 {
  bottom: 10px !important;
}

.left-0 {
  left: 0px !important;
}

.left-auto {
  left: auto !important;
}

.right-0 {
  right: 0px !important;
}

.top-10 {
  top: 10px !important;
}

.top-8 {
  top: 8px !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

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

.col-span-4 {
  grid-column: span 4 / span 4 !important;
}

.col-span-5 {
  grid-column: span 5 / span 5 !important;
}

.float-none {
  float: none !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.-mb-10 {
  margin-bottom: -10px !important;
}

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

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.block {
  display: block !important;
}

.flex {
  display: flex !important;
}

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

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

.h-30 {
  height: 30px !important;
}

.h-35 {
  height: 35px !important;
}

.h-40 {
  height: 40px !important;
}

.h-50 {
  height: 50px !important;
}

.h-\[100vh\] {
  height: 100vh !important;
}

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

.h-full {
  height: 100% !important;
}

.w-100 {
  width: 100px !important;
}

.w-25p {
  width: 25% !important;
}

.w-35 {
  width: 35px !important;
}

.w-50p {
  width: 50% !important;
}

.w-70p {
  width: 70% !important;
}

.w-75p {
  width: 75% !important;
}

.w-auto {
  width: auto !important;
}

.w-full {
  width: 100% !important;
}

.max-w-700 {
  max-width: 700px !important;
}

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

.max-w-screen-xl {
  max-width: 1340px !important;
}

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

.cursor-pointer {
  cursor: pointer !important;
}

.resize {
  resize: both !important;
}

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 10px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-x-20 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}

.gap-y-10 {
  row-gap: 10px !important;
}

.gap-y-40 {
  row-gap: 40px !important;
}

.gap-y-50 {
  row-gap: 50px !important;
}

.gap-y-\[16px\] {
  row-gap: 16px !important;
}

.gap-y-\[40px\] {
  row-gap: 40px !important;
}

.rounded-\[8px\] {
  border-radius: 8px !important;
}

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

.border {
  border-width: 1px !important;
}

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

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

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

.border-\[\#EFF3F7\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 243 247 / var(--tw-border-opacity, 1)) !important;
}

.border-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1)) !important;
}

.border-gray-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1)) !important;
}

.border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 184 241 / var(--tw-border-opacity, 1)) !important;
}

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

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

.bg-gray-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1)) !important;
}

.bg-gray-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1)) !important;
}

.bg-gray-lighter {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1)) !important;
}

.bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 184 241 / var(--tw-bg-opacity, 1)) !important;
}

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

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

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

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

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.p-20 {
  padding: 20px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-\[16px\] {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

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

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-100p {
  padding-bottom: 100% !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-\[5px\] {
  padding-bottom: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-14 {
  padding-right: 14px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

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

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

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

.font-heading {
  font-family: Nunito, system-ui !important;
}

.font-sans {
  font-family: Nunito, system-ui !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-15 {
  font-size: 15px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-26 {
  font-size: 26px !important;
}

.text-30 {
  font-size: 30px !important;
}

.text-6 {
  font-size: 6px !important;
}

.text-\[11px\] {
  font-size: 11px !important;
}

.font-black {
  font-weight: 900 !important;
}

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

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

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

.leading-normal {
  line-height: 1.5 !important;
}

.leading-relaxed {
  line-height: 1.625 !important;
}

.leading-snug {
  line-height: 1.375 !important;
}

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

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

.text-gray {
  --tw-text-opacity: 1 !important;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1)) !important;
}

.text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(0 184 241 / var(--tw-text-opacity, 1)) !important;
}

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

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

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

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

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

/* Do not delete */

/* Expands the product image to the full width of its parent on archive pages */

.attachment-woocommerce_thumbnail {
  width: 100% !important;
}

/* Prevents the sorting select box to bleed out of its parent on smaller screen sizes */

.woocommerce-ordering {
  width: 100% !important;
}

@media (min-width: 640px) {
  .woocommerce-ordering {
    width: auto !important;
  }
}

.woocommerce-ordering {
  select {
    width: 100% !important;
  }
  select {
    font-size: 14px !important;
  }
  @media (min-width: 360px) {
    select {
      font-size: 16px !important;
    }
  }
  @media (min-width: 640px) {
    select {
      width: auto !important;
    }
  }
}

/* Styles the image size on the cart page */

.woocommerce-cart-form .attachment-woocommerce_thumbnail {
  width: 100px !important;
}

/* Styles the product wrapping link in product loops */

.woocommerce-LoopProduct-link {
  display: flex !important;
  flex: 1 1 0% !important;
  flex-direction: column !important;
}

/* Styles the product titles in product loops */

.woocommerce-loop-product__title {
  margin-bottom: 4px !important;
  flex: 1 1 0% !important;
  font-size: 22px !important;
}

@media (min-width: 768px) {
  .woocommerce-loop-product__title {
    margin-bottom: 10px !important;
    font-size: 30px !important;
  }
}

/* Styles the notices */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 184 241 / var(--tw-border-opacity, 1)) !important;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  --tw-text-opacity: 1 !important;
  color: rgb(0 184 241 / var(--tw-text-opacity, 1)) !important;
}

.logos {
  margin-bottom: 40px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.logos img {
  border-radius: 8px;
}

.form-offer {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 16px;
}

@media (min-width: 640px) {
  .form-offer {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}

@media (min-width: 768px) {
  .form-offer {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

.form-offer .fw-mob {
  grid-column: span 1 / span 1;
}

@media (min-width: 640px) {
  .form-offer .fw-mob {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 768px) {
  .form-offer .fw-mob {
    grid-column: span 1 / span 1;
  }
}

.wpcf7-form .form-offer label {
  padding-bottom: 5px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 768px) {
  .wpcf7-form .form-offer label {
    font-size: 14px !important;
  }
}

.form-offer .btn {
  width: 100% !important;
}

.form-offer p {
  margin-bottom: 20px;
}

.form-offer textarea,
.form-offer input {
  width: 100%;
}

.form-offer textarea {
  height: 80px;
}

.placeholder\:text-12::-moz-placeholder {
  font-size: 12px !important;
}

.placeholder\:text-12::placeholder {
  font-size: 12px !important;
}

.placeholder\:font-normal::-moz-placeholder {
  font-weight: 400 !important;
}

.placeholder\:font-normal::placeholder {
  font-weight: 400 !important;
}

.placeholder\:text-\[\#7F7F7F\]::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1)) !important;
}

.placeholder\:text-\[\#7F7F7F\]::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1)) !important;
}

.first\:bg-primary:first-child {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 184 241 / var(--tw-bg-opacity, 1)) !important;
}

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

.last\:m-0:last-child {
  margin: 0px !important;
}

.last\:mb-0:last-child {
  margin-bottom: 0px !important;
}

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

.hover\:border-primary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 184 241 / var(--tw-border-opacity, 1)) !important;
}

.hover\:bg-gray:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 184 241 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-transparent:hover {
  background-color: transparent !important;
}

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 184 241 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-primary-dark:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 156 204 / var(--tw-text-opacity, 1)) !important;
}

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

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

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

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

@media (min-width: 360px) {
  .xs\:text-16 {
    font-size: 16px !important;
  }
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }

  .sm\:mr-10 {
    margin-right: 10px !important;
  }

  .sm\:h-60 {
    height: 60px !important;
  }

  .sm\:w-25p {
    width: 25% !important;
  }

  .sm\:w-50p {
    width: 50% !important;
  }

  .sm\:w-auto {
    width: auto !important;
  }

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

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

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

  .sm\:flex-row {
    flex-direction: row !important;
  }

  .sm\:justify-end {
    justify-content: flex-end !important;
  }

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

  .sm\:gap-20 {
    gap: 20px !important;
  }

  .sm\:gap-x-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }

  .sm\:gap-x-\[16px\] {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }

  .sm\:gap-y-0 {
    row-gap: 0px !important;
  }

  .sm\:text-left {
    text-align: left !important;
  }

  .sm\:text-15 {
    font-size: 15px !important;
  }
}

@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

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

  .md\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .md\:-mb-20 {
    margin-bottom: -20px !important;
  }

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

  .md\:mb-10 {
    margin-bottom: 10px !important;
  }

  .md\:mb-25 {
    margin-bottom: 25px !important;
  }

  .md\:mb-35 {
    margin-bottom: 35px !important;
  }

  .md\:mb-40 {
    margin-bottom: 40px !important;
  }

  .md\:mb-50 {
    margin-bottom: 50px !important;
  }

  .md\:mr-10 {
    margin-right: 10px !important;
  }

  .md\:mt-35 {
    margin-top: 35px !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:h-43 {
    height: 43px !important;
  }

  .md\:h-45 {
    height: 45px !important;
  }

  .md\:h-60 {
    height: 60px !important;
  }

  .md\:w-43 {
    width: 43px !important;
  }

  .md\:w-90p {
    width: 90% !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

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

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

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

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

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

  .md\:gap-40 {
    gap: 40px !important;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .md\:gap-x-20 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }

  .md\:p-\[40px\] {
    padding: 40px !important;
  }

  .md\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .md\:pt-45 {
    padding-top: 45px !important;
  }

  .md\:text-14 {
    font-size: 14px !important;
  }

  .md\:text-16 {
    font-size: 16px !important;
  }

  .md\:text-18 {
    font-size: 18px !important;
  }

  .md\:text-24 {
    font-size: 24px !important;
  }

  .md\:text-26 {
    font-size: 26px !important;
  }

  .md\:text-30 {
    font-size: 30px !important;
  }
}

@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1 !important;
  }

  .lg\:order-3 {
    order: 3 !important;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:mb-20 {
    margin-bottom: 20px !important;
  }

  .lg\:block {
    display: block !important;
  }

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

  .lg\:w-90p {
    width: 90% !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

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

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

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg\:flex-col {
    flex-direction: column !important;
  }

  .lg\:gap-40 {
    gap: 40px !important;
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }

  .lg\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .lg\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .lg\:pb-40 {
    padding-bottom: 40px !important;
  }

  .lg\:pb-80 {
    padding-bottom: 80px !important;
  }

  .lg\:pl-20 {
    padding-left: 20px !important;
  }

  .lg\:pr-20 {
    padding-right: 20px !important;
  }

  .lg\:pr-50 {
    padding-right: 50px !important;
  }

  .lg\:pt-40 {
    padding-top: 40px !important;
  }

  .lg\:pt-80 {
    padding-top: 80px !important;
  }

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

@media (min-width: 1340px) {
  .xl\:order-1 {
    order: 1 !important;
  }

  .xl\:order-2 {
    order: 2 !important;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xl\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .xl\:block {
    display: block !important;
  }

  .xl\:grid {
    display: grid !important;
  }

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

  .xl\:h-60 {
    height: 60px !important;
  }

  .xl\:w-20p {
    width: 20% !important;
  }

  .xl\:w-70p {
    width: 70% !important;
  }

  .xl\:w-80p {
    width: 80% !important;
  }

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

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:items-start {
    align-items: flex-start !important;
  }

  .xl\:justify-start {
    justify-content: flex-start !important;
  }

  .xl\:gap-40 {
    gap: 40px !important;
  }

  .xl\:gap-50 {
    gap: 50px !important;
  }

  .xl\:gap-x-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }

  .xl\:gap-x-80 {
    -moz-column-gap: 80px !important;
         column-gap: 80px !important;
  }

  .xl\:gap-y-60 {
    row-gap: 60px !important;
  }

  .xl\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .xl\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .xl\:pb-100 {
    padding-bottom: 100px !important;
  }

  .xl\:pb-50 {
    padding-bottom: 50px !important;
  }

  .xl\:pl-40 {
    padding-left: 40px !important;
  }

  .xl\:pr-100 {
    padding-right: 100px !important;
  }

  .xl\:pr-40 {
    padding-right: 40px !important;
  }

  .xl\:pt-100 {
    padding-top: 100px !important;
  }

  .xl\:pt-50 {
    padding-top: 50px !important;
  }

  .xl\:text-left {
    text-align: left !important;
  }

  .xl\:text-18 {
    font-size: 18px !important;
  }
}