*, ::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.19 | 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: #666666;
  /* 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: Manrope, sans-serif;
  /* 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: #414141;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #414141;
  /* 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;
}

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-8\.5 {
  bottom: 2.125rem;
}

.left-0 {
  left: 0px;
}

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

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

.right-0 {
  right: 0px;
}

.right-2\.5 {
  right: 0.625rem;
}

.right-25 {
  right: 6.25rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

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

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

.top-0 {
  top: 0px;
}

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

.top-1\/3 {
  top: 33.333333%;
}

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

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

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

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

.float-right {
  float: right;
}

.m-0 {
  margin: 0px;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

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

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

.\!mb-9 {
  margin-bottom: 2.25rem !important;
}

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

.-ml-5 {
  margin-left: -1.25rem;
}

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

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

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

.mb-15 {
  margin-bottom: 3.75rem;
}

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

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

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

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

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

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

.mr-2\.5 {
  margin-right: 0.625rem;
}

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

.mr-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

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

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

.ms-auto {
  margin-inline-start: auto;
}

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

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

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

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

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-30 {
  height: 7.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100\%-1rem\)\] {
  height: calc(100% - 1rem);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-full {
  max-height: 100%;
}

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

.w-10 {
  width: 2.5rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-2 {
  width: 0.5rem;
}

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

.w-3 {
  width: 0.75rem;
}

.w-30 {
  width: 7.5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-\[0\.5px\] {
  width: 0.5px;
}

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

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

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

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

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

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

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

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

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

.max-w-lg {
  max-width: 32rem;
}

.max-w-screen-xl {
  max-width: 1705px;
}

.flex-none {
  flex: none;
}

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

.grow {
  flex-grow: 1;
}

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

.cursor-pointer {
  cursor: pointer;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-15 {
  gap: 3.75rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded-3xl {
  border-radius: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.rounded-mini {
  border-radius: 15px;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

.rounded-t-\[15px\] {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

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

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

.border-\[2\.5px\] {
  border-width: 2.5px;
}

.border-y-1 {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

.border-b-\[0\.25px\] {
  border-bottom-width: 0.25px;
}

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

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

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

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

.border-\[\#0904391a\] {
  border-color: #0904391a;
}

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

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

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity, 1));
}

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

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

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(51 117 81 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#000000b3\] {
  background-color: #000000b3;
}

.bg-\[\#0d17171a\] {
  background-color: #0d17171a;
}

.bg-\[\#3A3661\] {
  --tw-bg-opacity: 1;
  background-color: rgb(58 54 97 / var(--tw-bg-opacity, 1));
}

.bg-alice-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 239 / var(--tw-bg-opacity, 1));
}

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

.bg-neon-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 239 / var(--tw-bg-opacity, 1));
}

.bg-night-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(5 52 26 / var(--tw-bg-opacity, 1));
}

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

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(51 117 81 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[length\:40px_28px\] {
  background-size: 40px 28px;
}

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

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

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

.bg-\[left_-50\%_bottom\] {
  background-position: left -50% bottom;
}

.bg-\[left_50\%_bottom\] {
  background-position: left 50% bottom;
}

.bg-\[left_50px_bottom\] {
  background-position: left 50px bottom;
}

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

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

.bg-left-top {
  background-position: left top;
}

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

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

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

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

.\!p-0 {
  padding: 0px !important;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

.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-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

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

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

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

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}

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

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

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

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

.pb-3 {
  padding-bottom: 0.75rem;
}

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

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

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

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

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

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

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

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

.pt-6 {
  padding-top: 1.5rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

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

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

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

.font-sans {
  font-family: Manrope, sans-serif;
}

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

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

.text-3xl {
  font-size: 30px;
  line-height: 36px;
}

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

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

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

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

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 19px;
  line-height: 29px;
}

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

.text-xl {
  font-size: 21px;
  line-height: 29px;
}

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

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

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

.font-extrabold {
  font-weight: 800;
}

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

.font-normal {
  font-weight: 400;
}

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

.\!uppercase {
  text-transform: uppercase !important;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.\!leading-none {
  line-height: 1 !important;
}

.\!leading-tight {
  line-height: 1.25 !important;
}

.leading-none {
  line-height: 1;
}

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

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}

.text-\[\#474747\] {
  --tw-text-opacity: 1;
  color: rgb(71 71 71 / var(--tw-text-opacity, 1));
}

.text-\[16\[x\]\] {
  color: 16[x];
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

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

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(51 117 81 / var(--tw-text-opacity, 1));
}

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

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

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

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.ease-linear {
  transition-timing-function: linear;
}

body {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  font-family: Manrope, sans-serif;
}

a {
  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;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.logo-text {
  font-size: 21px;
  line-height: 29px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

button:focus-visible {
  outline:none;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* BUTTONS */

/* TEST COMMENT */

/* button general */

.btn {
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .btn {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
  }
}

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

@media (min-width: 768px) {
  .btn {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.btn {
  border-radius: 9999px;
  border-width: 1px;
  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;
}

/* button solid - primary color */

.btn-solid-primary {
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .btn-solid-primary {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
  }
}

.btn-solid-primary {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .btn-solid-primary {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.btn-solid-primary {
  border-radius: 9999px;
  border-width: 1px;
  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);
  --tw-border-opacity: 1;
  border-color: rgb(33 33 33 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  position: relative;
  transition-duration: 500ms;
}

.btn-solid-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(33 33 33 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

/* button solid - secondary color */

.btn-solid-secondary {
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .btn-solid-secondary {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
  }
}

.btn-solid-secondary {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .btn-solid-secondary {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.btn-solid-secondary {
  border-radius: 9999px;
  border-width: 1px;
  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);
  --tw-border-opacity: 1;
  border-color: rgb(51 117 81 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(51 117 81 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  position: relative;
  transition-duration: 500ms;
}

.btn-solid-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(51 117 81 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(51 117 81 / var(--tw-text-opacity, 1));
}

.btn-solid-secondary:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.btn-solid-secondary:hover:after {
  --tw-bg-opacity: 1;
  background-color: rgb(51 117 81 / var(--tw-bg-opacity, 1));
}

/* button solid - white color */

.btn-solid-white {
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .btn-solid-white {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
  }
}

.btn-solid-white {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .btn-solid-white {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.btn-solid-white {
  border-radius: 9999px;
  border-width: 1px;
  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);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(28 49 38 / var(--tw-text-opacity, 1));
  position: relative;
  transition-duration: 500ms;
}

.btn-solid-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-solid-white:after {
  --tw-bg-opacity: 1;
  background-color: rgb(51 117 81 / var(--tw-bg-opacity, 1));
}

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

/* button has arrow (use this class with other button class: btn-solid-primary....)*/

.btn-arrow {
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .btn-arrow {
    padding-right: 4rem;
  }
}

.btn-arrow:after {
  height: 0.625rem;
  width: 0.625rem;
}

@media (min-width: 768px) {
  .btn-arrow:after {
    height: 1rem;
    width: 1rem;
  }
}

.btn-arrow:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  --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));
}

@media (min-width: 768px) {
  .btn-arrow:after {
    right: 2.5rem;
  }
}

.btn-arrow:after {
  content: '';
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  mask: url('../images/arrow_forward.svg') no-repeat 50% 50%;
  -webkit-mask: url('../images/arrow_forward.svg') no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.btn-arrow:hover:after {
  animation: animate-arrow 0.5s cubic-bezier(0,.83,.9,.99) 0.1s infinite alternate;
}

@keyframes animate-arrow {
  from {
    right: 2.5rem;
  }

  to {
    right: 2rem;
  }
}

/* end BUTTONS */

/* NAVIGATION */

nav {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

@media (min-width: 768px) {
  nav {
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
  }
}

nav.scrolled {
  border-radius: 0px;
}

.navigation {
  background-color: transparent;
}

.nav-item {
  position: relative;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 1.5rem;
  display: block;
  font-family: Manrope, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  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;
}

@media (min-width: 768px) {
  .nav-item {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .nav-item {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.nav-item {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .nav-item:hover {
    --tw-text-opacity: 1;
    color: rgb(51 117 81 / var(--tw-text-opacity, 1));
  }
}

.nav-item.active {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 117 81 / var(--tw-text-opacity, 1));
}

ul.dropdown-child .nav-item.active:after {
  background-color: transparent;
}

/*
#topNav.scrolled {
  @apply fixed;
  @apply top-0 transition-all duration-500;
}
*/

ul.dropdown-child .nav-item {
  display: inline-block;
  width: auto;
  white-space: nowrap;
}

/* end NAVIGATION */

/* HEADING */

.section-subheading {
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .section-subheading {
    font-size: 21px;
    line-height: 29px;
  }
}

@media (min-width: 1536px) {
  .section-subheading {
    font-size: 30px;
    line-height: 36px;
  }
}

.section-heading {
  font-family: Manrope, sans-serif;
  font-size: 21px;
  line-height: 29px;
  font-weight: 600;
  line-height: 1.25 !important;
}

@media (min-width: 768px) {
  .section-heading {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1536px) {
  .section-heading {
    font-size: 70px;
    line-height: 70px;
  }
}

.header-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.7);
  content: '';
}

.service-heading {
  position: relative;
}

.service-heading::after {
  mask: url('../images/big-arrow.svg') no-repeat center;
  -webkit-mask: url('../images/big-arrow.svg') no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 1rem;
  width: 1rem;
}

@media (min-width: 768px) {
  .service-heading::after {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.service-heading::after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  /* Icon color */
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.service-item:hover .service-heading::after {
  --tw-bg-opacity: 1;
  background-color: rgb(51 117 81 / var(--tw-bg-opacity, 1));
  /* Icon color */
}

/* end HEADING */

/* FORMS  */

input:focus-visible {
  outline-width: 0px;
}

[type='text']:focus, 
textarea:focus {
  box-shadow: none;
}

.input-field {
  width: 100%;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  font-family: Manrope, sans-serif;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.input-field:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.input-field {
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.form-title {
  display: flex;
  flex-direction: row;
}

.form-title:before {
  margin-top: 0.625rem;
  flex-shrink: 0;
  flex-grow: 1;
}

button[aria-selected = 'true'] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(51 117 81 / var(--tw-text-opacity, 1));
}

.agree-chkbox input {
  margin-right: 0.75rem;
  margin-top: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
}

.agree-chkbox input:checked, 
.agree-chkbox input:focus {
  border-width: 1px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  box-shadow: none;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.agree-chkbox label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .agree-chkbox label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

form.fra-form input[type='text'],
form.fra-form textarea {
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  form.fra-form input[type='text'],
form.fra-form textarea {
    font-size: 19px;
    line-height: 29px;
  }
}

form.fra-form input[type='text']::-moz-placeholder, form.fra-form textarea::-moz-placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

form.fra-form input[type='text']::placeholder,
form.fra-form textarea::placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  form.fra-form input[type='text']::-moz-placeholder, form.fra-form textarea::-moz-placeholder {
    font-size: 19px;
    line-height: 29px;
  }
  form.fra-form input[type='text']::placeholder,
form.fra-form textarea::placeholder {
    font-size: 19px;
    line-height: 29px;
  }
}

/*
form.fra-form .btn-submit {
  @apply ps-8 md:ps-12 py-4 md:py-7 mt-5 md:mr-9 ;
}
*/

form.fra-form .form-icon {
  border-radius: 15px;
  padding-left: 3rem;
  padding-right: 1.25rem;
  position: relative;
}

form.fra-form .form-icon:before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  height: 1.25rem;
  width: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(51 117 81 / var(--tw-bg-opacity, 1));
  /* Icon color */
}

form.fra-form .form-textarea-wrapper:before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 2rem;
  height: 1.25rem;
  width: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(51 117 81 / var(--tw-bg-opacity, 1));
  /* Icon color */
}

form .icon-avatar::before {
  mask: url('../images/avatar.svg') no-repeat center;
  -webkit-mask: url('../images/avatar.svg') no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

form .icon-phone::before {
  mask: url('../images/phone.svg') no-repeat center;
  -webkit-mask: url('../images/phone.svg') no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

form .icon-email::before {
  mask: url('../images/email.svg') no-repeat center;
  -webkit-mask: url('../images/email.svg') no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

form .icon-address::before {
  mask: url('../images/address.svg') no-repeat center;
  -webkit-mask: url('../images/address.svg') no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

form .icon-speech::before {
  mask: url('../images/speech.svg') no-repeat center;
  -webkit-mask: url('../images/speech.svg') no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

form .icon-file::before {
  mask: url('../images/file.svg') no-repeat center;
  -webkit-mask: url('../images/file.svg') no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

form .icon-writing::before {
  mask: url('../images/write.svg') no-repeat center;
  -webkit-mask: url('../images/write.svg') no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

form.contact-form .form-input-wrapper, 
form.contact-form .form-textarea-wrapper {
  border-radius: 0px;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(33 33 33 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  form.contact-form .form-input-wrapper, 
form.contact-form .form-textarea-wrapper {
    margin-bottom: 3.75rem;
    font-size: 19px;
    line-height: 29px;
  }
}

form.contact-form input[type='text'],
form.contact-form textarea {
  border-width: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  form.contact-form input[type='text'],
form.contact-form textarea {
    font-size: 19px;
    line-height: 29px;
  }
}

form.contact-form input[type='text']::-moz-placeholder, form.contact-form textarea::-moz-placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

form.contact-form input[type='text']::placeholder,
form.contact-form textarea::placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  form.contact-form input[type='text']::-moz-placeholder, form.contact-form textarea::-moz-placeholder {
    font-size: 19px;
    line-height: 29px;
  }
  form.contact-form input[type='text']::placeholder,
form.contact-form textarea::placeholder {
    font-size: 19px;
    line-height: 29px;
  }
}

form.contact-form .form-icon {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  form.contact-form .form-icon {
    padding-left: 2rem;
  }
}

form.contact-form .form-icon {
  position: relative;
}

form.contact-form .form-icon:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 1.5rem;
}

@media (min-width: 768px) {
  form.contact-form .form-icon:before {
    left: 0.5rem;
    top: 1.75rem;
  }
}

form.contact-form .form-icon:before {
  height: 0.75rem;
  width: 0.75rem;
}

@media (min-width: 768px) {
  form.contact-form .form-icon:before {
    height: 1.25rem;
    width: 1.25rem;
  }
}

form.contact-form .form-icon:before {
  --tw-bg-opacity: 1;
  background-color: rgb(51 117 81 / var(--tw-bg-opacity, 1));
  /* Icon color */
}

form.contact-form textarea {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0px;
  padding-bottom: 0.5rem;
}

/* end FORMS  */

/* DEFAULT PAGE */

.default-page h1, h2, h3, h4, h5, .default-page .h1, .h2, .h3, .h4, .h5 {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.default-page h1,
.default-page .h1 {
  font-size: 50px;
  line-height: 50px;
}

.default-page h2,
.default-page .h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.default-page h3,
.default-page .h3 {
  font-size: 30px;
  line-height: 36px;
}

.default-page h4,
.default-page .h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.default-page h5,
.default-page .h5 {
  font-size: 21px;
  line-height: 29px;
  font-weight: 600;
}

.default-page p {
  font-size: 21px;
  line-height: 29px;
}

/* end DEFAULT PAGE */

/* PAGINATION */

.pagination {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px !important;
  padding: 0px !important;
  padding-left: 0px !important;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .pagination {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.pagination li {
  display: inline-block;
  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;
  font-family: Manrope, sans-serif;
  font-size: 19px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.pagination span.active, .pagination li:hover, .pagination li.active {
  font-weight: 700;
}

.pagination a, 
.pagination span {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  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;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .pagination a, 
.pagination span {
    font-size: 21px;
    line-height: 29px;
  }
}

/* end PAGINATION */

/* INNER PAGE */

.inner-pages-main-content h1,
.inner-pages-main-content .h1 {
  margin-bottom: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 21px;
  line-height: 29px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .inner-pages-main-content h1,
.inner-pages-main-content .h1 {
    margin-bottom: 2rem;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
  }
}

.inner-pages-main-content h2,
.inner-pages-main-content .h2 {
  margin-bottom: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 21px;
  line-height: 29px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .inner-pages-main-content h2,
.inner-pages-main-content .h2 {
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 400;
  }
}

.inner-pages-main-content h3,
.inner-pages-main-content .h3 {
  margin-bottom: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 21px;
  line-height: 29px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .inner-pages-main-content h3,
.inner-pages-main-content .h3 {
    margin-bottom: 2rem;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
  }
}

.inner-pages-main-content h4,
.inner-pages-main-content .h4 {
  margin-bottom: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 21px;
  line-height: 29px;
}

@media (min-width: 768px) {
  .inner-pages-main-content h4,
.inner-pages-main-content .h4 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.inner-pages-main-content h5,
.inner-pages-main-content .h5 {
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .inner-pages-main-content h5,
.inner-pages-main-content .h5 {
    font-size: 21px;
    line-height: 29px;
  }
}

.inner-pages-main-content p {
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .inner-pages-main-content p {
    font-size: 19px;
    line-height: 29px;
  }
}

.inner-pages-main-content ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  .inner-pages-main-content ul {
    font-size: 19px;
    line-height: 29px;
  }
}

.inner-pages-main-content ul li {
  list-style-type: disc;
}

.inner-pages-main-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  .inner-pages-main-content ol {
    font-size: 19px;
    line-height: 29px;
  }
}

.inner-pages-main-content ol li {
  list-style-type: decimal;
}

.inner-pages-main-content img {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: block;
  width: 100%;
  border-radius: 15px;
}

@media (min-width: 768px) {
  .inner-pages-main-content img {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.inner-pages-main-content p a {
  font-weight: 700;
}

/* end INNER PAGE */

/* RATING STARS */

.star {
  margin-right: 3px;
  display: inline-block;
  height: 14px;
  width: 14px;
}

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

@media (min-width: 768px) {
  .star {
    height: 1.25rem;
    width: 1.25rem;
  }
}

.star {
  content: '';
  mask: url('../images/star.svg') no-repeat 50% 50%;
  -webkit-mask: url('../images/star.svg') no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  --tw-bg-opacity: 1;
  background-color: rgb(51 117 81 / var(--tw-bg-opacity, 1));
}

/* end RATING STARS */

/* LOGOS */

.owl-carousel.logos-carousel .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* end LOGOS */

/* VIDEO PLAYER */

.internal-wrapper {
  position: relative;
}

.internal-wrapper video {
  /*@apply rounded-2xl;*/
}

.playpause {
  z-index: 40;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  opacity: 0;
}

.playpause:hover {
  cursor: pointer;
}

.playpause.paused {
  opacity: 1;
}

.playpause span {
  background-image: url('../images/play.svg');
  background-size: 38px 48px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 9999px;
  display: none;
  height: 125px;
  width: 125px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.accordion.playpause span {
  display: block;
  max-height: 0px;
  height: 0px;
}

@media (max-width:1023.25px) {
  #navbar-default.playpause span {
    display: block;
    max-height: 0px;
    height: 0px;
  }
}

@media (min-width: 768px) {
  .playpause span {
    display: block;
  }
}

.playpause span {
  position: absolute;
  bottom: 1.25rem;
  right: 1.75rem;
}

/* end VIDEO PLAYER */

/* PROPERTIES CAROUSEL */

@media (min-width: 768px) {
  .image__overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }

  .image__overlay > * {
    --tw-translate-y: 2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .image__overlay:hover {
    opacity: 1;
  }
}

.image__overlay:hover > * {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* end PROPERTIES CAROUSEL */

/* HIGHLIGHT SECTION */

.delay1 {
  animation: waves 2.5s linear 0.1s forwards infinite;
}

.delay2 {
  animation: waves 2.5s linear .7s forwards infinite
}

.circle {
  position: absolute;
  display: block;
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .circle {
    height: 6.25rem;
    width: 6.25rem;
  }
}

.circle {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  z-index: -1;
}

@keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.highlight-description ul {
  padding-left: 0px;
  padding-right: 0px;
}

.highlight-description ul li {
  margin-bottom: 1.25rem;
  list-style-type: none;
}

@media (min-width: 768px) {
  .highlight-description ul li {
    margin-bottom: 0.75rem;
  }
}

.highlight-description ul li:before {
  margin-right: 0.5rem;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(51 117 81 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .highlight-description ul li:before {
    margin-right: 1rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}

.highlight-description ul li:before {
  content: '';
  mask: url('../images/check-circle.svg') no-repeat 50% 50%;
  -webkit-mask: url('../images/check-circle.svg') no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* end HIGHLIGHT SECTION */

/* TESTIMONIAL CAROUSEL SECTION */

@media (min-width: 1024px) {
  #nextBtnTestimonialsCarousel:hover + span,
#nextBtnTeamCarousel:hover + span,
#nextBtnBlogCarousel:hover + span {
    opacity: 1;
  }
}

/* end TESTIMONIAL CAROUSEL SECTION */

/* FAQ SECTION */

.expand-btn.active .expand-icon {
  --tw-text-opacity: 1;
  color: rgb(51 117 81 / var(--tw-text-opacity, 1));
}

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

.accordion {
  height: 100%;
  overflow: hidden;
  max-height: 500px;
}

.accordion.hidden {
  display: block;
  max-height: 0px;
  height: 0px;
}

/* end FAQ SECTION */

/* EMBEDED MAP SECTION */

.embeded-map-section p, .embeded-map-section li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .embeded-map-section p, .embeded-map-section li {
    font-size: 21px;
    line-height: 29px;
    font-weight: 500;
    line-height: 1.5;
  }
}

.embeded-map-section p:last-chid, .embeded-map-section li:last-child {
  margin-bottom: 0px;
}

gmp-advanced-marker img {
  height: auto;
  width: 19px;
}

@media (min-width: 768px) {
  gmp-advanced-marker img {
    width: 53px;
  }
}

/* end EMBEDED MAP SECTION */

/* CTA BOTTOM SECTION */

.cta-bottom-section p, .cta-bottom-section li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .cta-bottom-section p, .cta-bottom-section li {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
  }
}

/* end CTA BOTTOM SECTION */

/* FORM WITH CONTACT SECTION */

.form-w-contact-section p, .form-w-contact-section li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .form-w-contact-section p, .form-w-contact-section li {
    font-size: 21px;
    line-height: 29px;
  }
}

/* end FORM WITH CONTACT SECTION */

/* TAB SECTION */

.tabs-section #default-tab button[aria-selected="true"] span, 
.tabs-section #default-tab button:hover span {
  --tw-bg-opacity: 1;
  background-color: rgb(51 117 81 / var(--tw-bg-opacity, 1));
}

.tabs-section #default-tab button:hover {
  border-color: #ffffff33;
}

.tabs-section #default-tab button[aria-selected="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(51 117 81 / var(--tw-border-opacity, 1));
}

.tabs-section #default-tab li:last-child button {
  margin-bottom: 0px;
  border-style: none;
}

.tabs-section #default-tab-content p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .tabs-section #default-tab-content p {
    font-size: 21px;
    line-height: 29px;
  }
}

.tabs-section #default-tab-content li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .tabs-section #default-tab-content li {
    font-size: 21px;
    line-height: 29px;
  }
}

.tabs-section #default-tab-content li:before {
  margin-right: 0.5rem;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(51 117 81 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .tabs-section #default-tab-content li:before {
    margin-right: 0.75rem;
    height: 1.25rem;
    width: 1.25rem;
  }
}

.tabs-section #default-tab-content li:before {
  content: '';
  mask: url('../images/check-circle-outline.svg') no-repeat 50% 50%;
  -webkit-mask: url('../images/check-circle-outline.svg') no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.tabs-section .tab-content-icon {
  margin-right: 0.5rem;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(51 117 81 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .tabs-section .tab-content-icon {
    height: 3.75rem;
    width: 3.75rem;
  }
}

.tabs-section .tab-content-icon{
  content: '';
  mask: url('../images/check-circle-outline.svg') no-repeat 50% 50%;
  -webkit-mask: url('../images/check-circle-outline.svg') no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* end TAB SECTION */

/* CTA section */

.cta-section p, .cta-section li {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .cta-section p, .cta-section li {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
  }
}

/* end CTA section */

/* AREAS WE SERVE section */

.area-item:before {
  margin-right: 0px;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(51 117 81 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .area-item:before {
    height: 2rem;
    width: 2rem;
  }
}

.area-item:before {
  content: '';
  mask: url('../images/check-circle.svg') no-repeat 50% 50%;
  -webkit-mask: url('../images/check-circle.svg') no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* end AREAS WE SERVE section */

/* IMAGE CONTENT section */

.img-content p, .img-content li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .img-content p, .img-content li {
    font-size: 21px;
    line-height: 29px;
  }
}

/* end IMAGE CONTENT section */

/* CARDS SECTION */

.card-icon {
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* end CARDS SECTION */

/* > 768px */

@media (min-width:768px) {
}

/* < 768px */

@media (max-width:768px) {
  .button-bottom {
    font-size: 8px;
    line-height: 1;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .button-bottom:after {
    mask: none;
    -webkit-mask: none;
    -webkit-mask-size: none;
    height: 0px;
    width: 0px;
  }

  /* PROPERTIES CAROUSEL */

  .img-caption {
    width: calc(100% - 68px);
  }

  /* end PROPERTIES CAROUSEL */
}

/* < 1023.25px */

@media (max-width:1023.25px) {
  #navbar-default {
    height: 100%;
    overflow: hidden;
    max-height: 1000px;
  }

  #navbar-default.hidden {
    display: block;
    max-height: 0px;
    height: 0px;
  }
}

/* between 450px and 1023.25px */

@media (min-width: 450px) and (max-width: 1023.25px) {
}

/* Footer Sticky CTA Bar */

@media (min-width: 1280px) and (min-height: 1024px) {
  #footer-cta-bar{
    position: sticky;
    bottom: 0;
    z-index: 40;
  }
}

.marker\:text-primary *::marker {
  color: rgb(33 33 33 );
}

.marker\:text-primary::marker {
  color: rgb(33 33 33 );
}

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

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

.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(51 117 81 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-alice-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 239 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 124 131 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 117 81 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(51 117 81 / var(--tw-text-opacity, 1));
}

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

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

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

.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-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(102 102 102 / var(--tw-ring-opacity, 1));
}

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

@media (min-width: 640px) {
  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }

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

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

  .md\:bottom-7 {
    bottom: 1.75rem;
  }

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

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

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

  .md\:right-11 {
    right: 2.75rem;
  }

  .md\:top-11 {
    top: 2.75rem;
  }

  .md\:top-25 {
    top: 6.25rem;
  }

  .md\:top-8 {
    top: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .md\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .md\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .md\:mb-25 {
    margin-bottom: 6.25rem;
  }

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

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

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

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

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

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

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

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

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

  .md\:mt-13 {
    margin-top: 3.25rem;
  }

  .md\:mt-15 {
    margin-top: 3.75rem;
  }

  .md\:mt-17 {
    margin-top: 4.25rem;
  }

  .md\:mt-25 {
    margin-top: 6.25rem;
  }

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

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

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

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-15 {
    height: 3.75rem;
  }

  .md\:h-21 {
    height: 5.25rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:h-auto {
    height: auto;
  }

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

  .md\:w-11 {
    width: 2.75rem;
  }

  .md\:w-15 {
    width: 3.75rem;
  }

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

  .md\:w-21 {
    width: 5.25rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:min-w-0 {
    min-width: 0px;
  }

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

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

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

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

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

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

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

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

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

  .md\:flex-none {
    flex: none;
  }

  .md\:columns-1 {
    -moz-columns: 1;
         columns: 1;
  }

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

  .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-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

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

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

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

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:rounded-3xl {
    border-radius: 1.25rem;
  }

  .md\:rounded-4xl {
    border-radius: 2.5rem;
  }

  .md\:rounded-5xl {
    border-radius: 3.125rem;
  }

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

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

  .md\:rounded-mini {
    border-radius: 15px;
  }

  .md\:rounded-b-5xl {
    border-bottom-right-radius: 3.125rem;
    border-bottom-left-radius: 3.125rem;
  }

  .md\:rounded-t-\[44px\] {
    border-top-left-radius: 44px;
    border-top-right-radius: 44px;
  }

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

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

  .md\:bg-none {
    background-image: none;
  }

  .md\:bg-\[length\:67px_47px\] {
    background-size: 67px 47px;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-15 {
    padding: 3.75rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

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

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

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .md\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:px-17 {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-25 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-17 {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

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

  .md\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:py-35 {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .md\:py-45 {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .md\:py-50 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

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

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .md\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .md\:pb-25 {
    padding-bottom: 6.25rem;
  }

  .md\:pb-50 {
    padding-bottom: 12.5rem;
  }

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

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-13 {
    padding-top: 3.25rem;
  }

  .md\:pt-19 {
    padding-top: 4.75rem;
  }

  .md\:pt-22 {
    padding-top: 5.5rem;
  }

  .md\:pt-30 {
    padding-top: 7.5rem;
  }

  .md\:pt-31 {
    padding-top: 7.75rem;
  }

  .md\:pt-35 {
    padding-top: 8.75rem;
  }

  .md\:pt-37 {
    padding-top: 9.25rem;
  }

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

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

  .md\:text-right {
    text-align: right;
  }

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

  .md\:text-3xl {
    font-size: 30px;
    line-height: 36px;
  }

  .md\:text-5xl {
    font-size: 50px;
    line-height: 50px;
  }

  .md\:text-7xl {
    font-size: 70px;
    line-height: 70px;
  }

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

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

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

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

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

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

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

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

  .md\:text-lg {
    font-size: 19px;
    line-height: 29px;
  }

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

  .md\:text-xl {
    font-size: 21px;
    line-height: 29px;
  }

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

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

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

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

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(51 117 81 / var(--tw-border-opacity, 1));
  }
}

@media (min-width: 1024px) {
  .lg\:top-\[65px\] {
    top: 65px;
  }

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

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

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

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

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

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

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

  .lg\:mb-25 {
    margin-bottom: 6.25rem;
  }

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

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

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

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

  .lg\:mt-13 {
    margin-top: 3.25rem;
  }

  .lg\:mt-15 {
    margin-top: 3.75rem;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-50 {
    height: 12.5rem;
  }

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

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-50 {
    width: 12.5rem;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

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

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, 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\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-15 {
    gap: 3.75rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-19 {
    gap: 4.75rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:rounded-5xl {
    border-radius: 3.125rem;
  }

  .lg\:border-y-1 {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .lg\:border-outline {
    --tw-border-opacity: 1;
    border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
  }

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

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

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-25 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .lg\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .lg\:py-42 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

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

  .lg\:text-3xl {
    font-size: 30px;
    line-height: 36px;
  }

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

  .lg\:opacity-0 {
    opacity: 0;
  }

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

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

  .xl\:left-1 {
    left: 0.25rem;
  }

  .xl\:top-10 {
    top: 2.5rem;
  }

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

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

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

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

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .xl\:mb-15 {
    margin-bottom: 3.75rem;
  }

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

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

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

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

  .xl\:mt-25 {
    margin-top: 6.25rem;
  }

  .xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

  .xl\:min-w-40 {
    min-width: 10rem;
  }

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

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

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

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

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

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

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

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-12\.5 {
    gap: 3.125rem;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

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

  .xl\:px-12\.5 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

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

  .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

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

  .xl\:text-3xl {
    font-size: 30px;
    line-height: 36px;
  }

  .xl\:text-5xl {
    font-size: 50px;
    line-height: 50px;
  }

  .xl\:text-xl {
    font-size: 21px;
    line-height: 29px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:text-\[90px\] {
    font-size: 90px;
  }
}